Created
July 30, 2024 12:20
-
-
Save Bachsau/e7efdb31fe5ac52102eabe52226839b1 to your computer and use it in GitHub Desktop.
My preferred IPv6 settings on Windows
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 | |
netsh interface teredo set state disabled | |
netsh interface ipv6 set teredo disable | |
netsh interface ipv6 set privacy state=enabled | |
netsh interface ipv6 set privacy maxpreferredlifetime=1d | |
netsh interface ipv6 set privacy maxvalidlifetime=2d | |
netsh interface ipv6 set global randomizeidentifiers=disabled | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment