blacklanternsecurity / TREVORproxy

A SOCKS proxy written in Python that randomizes your source IP address. Round-robin your evil packets through SSH tunnels or give them billions of unique source addresses!
GNU General Public License v3.0
322 stars 44 forks source link

removed -6 flag from curl command in README.md #12

Closed simone1999 closed 3 months ago

simone1999 commented 3 months ago

Hello, it looks like when using curl with a proxy, the -6 flag specifies to connect to that proxy via IPv6. As in the example TrevorProxy runs on localhost (127.0.0.1), the connection can not be established if this flag is present.

TheTechromancer commented 3 months ago

If you need to connect via IPv6 you can listen on ::1.