Created
June 28, 2017 13:42
-
-
Save ResolveWang/2dbb37ba25c5178ed7841e8e1682fe53 to your computer and use it in GitHub Desktop.
ipv6onwindows.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: run it with administrator rights | |
netsh interface ipv6 isatap set router 202.115.39.98 | |
netsh interface ipv6 isatap set state enabled | |
:: then assign your dns to the value of "2001:4860:4860::8888" or "2001:470:20::2" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment