About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
hosea1008
1/18/2018 - 1:42 AM
share
Share
add_circle_outline
Save
安卓手机开启IPV6
.md
content_copy
file_download
Rendered
Source
安卓手机开启IPV6
运行
#!/system/bin/sh for file in /proc/sys/net/ipv6/conf/* do echo 1 > $file/accept_ra_defrtr done
clear