Created
July 16, 2021 21:59
-
-
Save icedterminal/0e97b23a61c7f0dc3728d8cf13c4968f to your computer and use it in GitHub Desktop.
Forces Windows Teredo to always Qualified
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
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\TCPIP\v6Transition] | |
"Teredo_DefaultQualified"="Enabled" | |
"Teredo_RefreshRate"=dword:0000001e | |
"Teredo_ServerName"="win1910.ipv6.microsoft.com" | |
"Teredo_State"="Enterprise Client" | |
"Teredo_ClientPort"=dword:0000eb31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment