|
|
@@ -1,30 +1,25 @@
|
|
|
-
|
|
|
+Auto-configurator of ipv4 → ipv6 http proxy. Redirect connections from different ports on one ipv4 address to unique random ipv6 address from \64 subnetwork
|
|
|
|
|
|
-Auto configurator of ipv4 → ipv6 http proxy. Redirect connections from different ports on one ipv4 address to unique random ipv6 address from \64 subnetwork.
|
|
|
+
|
|
|
|
|
|
## Requirements
|
|
|
- Centos 7
|
|
|
- Ipv6 \64
|
|
|
|
|
|
## Installation
|
|
|
-```
|
|
|
-bash <(curl -s "https://raw.githubusercontent.com/dukaev/ipv6_proxy/master/scripts/install.sh")
|
|
|
-```
|
|
|
-
|
|
|
-[Video tutorial](https://youtu.be/EKBJHSTmT4w) tested on VPS from [Vultr](https://www.vultr.com/?ref=7502192)
|
|
|
-
|
|
|
-After installation dowload the file `proxy.zip`
|
|
|
-File structure:
|
|
|
-```
|
|
|
-IP4:PORT:LOGIN:PASS
|
|
|
-```
|
|
|
-You can use this online [util](http://buyproxies.org/panel/format.php
|
|
|
+[Video tutorial](https://youtu.be/EKBJHSTmT4w), VPS from [Vultr](https://www.vultr.com/?ref=7502192) used as Centos setup
|
|
|
+
|
|
|
+1. `bash <(curl -s "https://raw.githubusercontent.com/dukaev/ipv6_proxy/master/scripts/install.sh")`
|
|
|
+
|
|
|
+1. After installation dowload the file `proxy.zip`
|
|
|
+ * File structure: `IP4:PORT:LOGIN:PASS`
|
|
|
+ * You can use this online [util](http://buyproxies.org/panel/format.php
|
|
|
) to change proxy format as you like
|
|
|
|
|
|
## Test your proxy
|
|
|
|
|
|
-Firefox with [FoxyProxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/)
|
|
|
+Install [FoxyProxy](https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/) in Firefox
|
|
|

|
|
|
|
|
|
-Go to check [ip6 test](http://ipv6-test.com/)
|
|
|
+Open [ipv6-test.com](http://ipv6-test.com/) and check your connection
|
|
|

|