Android Open IPv6 network support
(You can access the IPv6 network in a IPv6 environment, such as: ipv6.google.com, or use IPv6 's proxy to access the IPv4 network)
Note
requires root privileges
Tested successfully in android4.1 environment only
You may need to install the "ES file Browser". Open the root toolbox and mount the file system as "readable writable" (RW).
After restarting, the script needs to be run again, possibly because the boot script on boot has disabled IPv6. (You can try to modify the system script ...) )
Reference: –1–:–2–
Install Android Terminal
For detail:
GitHub
Google Play
Create script:
enableipv6.sh
#!/system/bin/shfor file in /proc/sys/net/ipv6/conf/* do echo 1 > $file/accept_ra_defrtrdone
Run the script
Enter the terminal su to take the right, execute /system/bin/sh EnableIPv6.sh , in a few minutes to open the Web test ...
Android Open IPv6 network support