ipv6-proxy-server icon indicating copy to clipboard operation
ipv6-proxy-server copied to clipboard

IPv6 backconnect proxy server /64 and /48 subnet for any debian-based distro

Results 14 ipv6-proxy-server issues
Sort by recently updated
recently updated
newest added

root@check:~# curl -v -x http://154.6.110.10:30000 -U username:password http://ipinfo.io/ip * Trying 154.6.110.10:30000... * Connected to 154.6.110.10 (154.6.110.10) port 30000 (#0) * Proxy auth using Basic with user 'username' > GET http://ipinfo.io/ip...

root@2:~# ./ipv6-proxy-server.sh -s 64 -c 100 -u username -p password -t http -r 10 IPv6 interface is enabled IPv6 global address is allocated on server successfully Network interfaces for IPv6...

I found a great alternative to this script. A proxy server that changes the IPv6 address with each request runs on a single port. For example, you can send requests...

I use this command ./ipv6-proxy-server.sh -s 64 -c 1 --start-port 10001 -u test -p 1234 -t http --rotate-every-request The message "ERROR: Bad port" appears and the proxy can be used...