Created
August 30, 2019 14:54
-
-
Save shanoaice/0ff6d738076cda5534217982614d75e8 to your computer and use it in GitHub Desktop.
One-Click Teredo IPv6 Tunnel Setup
This file contains hidden or 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
@echo on | |
ipconfig /flushdns | |
netsh int teredo set state enterpriseclient 217.17.192.217 | |
netsh int teredo show state | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment