Skip to content

Instantly share code, notes, and snippets.

@crashmax-dev
Last active July 24, 2023 09:36
Show Gist options
  • Save crashmax-dev/cd389e86a645fb8a1786fa2d49786535 to your computer and use it in GitHub Desktop.
Save crashmax-dev/cd389e86a645fb8a1786fa2d49786535 to your computer and use it in GitHub Desktop.
Antizapret (Windows)
Windows Registry Editor Version 5.00
;=== Disable ===
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"AutoConfigURL"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap]
"ProxyBypass"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]
"Flags"=dword:000000DB
Windows Registry Editor Version 5.00
;=== Enable ===
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"AutoConfigURL"="https://antizapret.prostovpn.org:8443/proxy.pac"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap]
"ProxyBypass"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]
"Flags"=dword:000000D3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment