├── 1_antizapret_extended_v1.cmd ├── 1_antizapret_extended_v2.cmd ├── 1_antizapret_extended_v3.cmd ├── 1_antizapret_extended_v4.cmd ├── 1_antizapret_general_v1.cmd ├── 1_antizapret_general_v2.cmd ├── 1_antizapret_general_v3.cmd ├── 1_antizapret_general_v4.cmd ├── 1_discord_v1.cmd ├── 1_discord_v2.cmd ├── 1_discord_v3.cmd ├── 1_discord_v4.cmd ├── 2_service_antizapret_extended_install_v1.cmd ├── 2_service_antizapret_extended_install_v2.cmd ├── 2_service_antizapret_extended_install_v3.cmd ├── 2_service_antizapret_extended_install_v4.cmd ├── 2_service_antizapret_general_install_v1.cmd ├── 2_service_antizapret_general_install_v2.cmd ├── 2_service_antizapret_general_install_v3.cmd ├── 2_service_antizapret_general_install_v4.cmd ├── 2_service_discord_install_v1.cmd ├── 2_service_discord_install_v2.cmd ├── 2_service_discord_install_v3.cmd ├── 2_service_discord_install_v4.cmd ├── 2_service_goodbye_discord_install_v1.cmd ├── 2_service_goodbye_discord_install_v2.cmd ├── 2_service_goodbye_discord_install_v3.cmd ├── 2_service_goodbye_discord_install_v4.cmd ├── 3_service_remove.cmd ├── README.md ├── WinDivert.dll ├── WinDivert64.sys ├── cygiconv-2.dll ├── cygintl-8.dll ├── cygwin1.dll ├── elevator.exe ├── hosts ├── ip2net.exe ├── ipset-cloudflare.txt ├── ipset-discord.txt ├── killall.exe ├── list-discord.txt ├── list-extended.txt ├── list-general.txt ├── mdig.exe ├── quic_initial_www_google_com.bin ├── tls_clienthello_www_google_com.bin └── winws.exe /1_antizapret_extended_v1.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: extended" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto="%~dp0list-extended.txt" --new ^ 4 | --filter-tcp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" --new ^ 5 | --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 7 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 8 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 10 | --filter-udp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 11 | --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 12 | -------------------------------------------------------------------------------- /1_antizapret_extended_v2.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: extended" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-tcp=80 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 4 | --filter-tcp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" ^ 5 | --filter-udp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 7 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 9 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 10 | -------------------------------------------------------------------------------- /1_antizapret_extended_v3.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: extended" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-udp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 4 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 8 | --filter-tcp=80 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" 10 | -------------------------------------------------------------------------------- /1_antizapret_extended_v4.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: extended" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-udp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 4 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 8 | --filter-tcp=80 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --hostlist="%~dp0list-extended.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 10 | -------------------------------------------------------------------------------- /1_antizapret_general_v1.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: general" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto="%~dp0list-general.txt" --new ^ 4 | --filter-tcp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" --new ^ 5 | --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 7 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 8 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 10 | --filter-udp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 11 | --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 12 | -------------------------------------------------------------------------------- /1_antizapret_general_v2.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: general" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-tcp=80 --hostlist="%~dp0list-general.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 4 | --filter-tcp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" ^ 5 | --filter-udp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 7 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 9 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 10 | -------------------------------------------------------------------------------- /1_antizapret_general_v3.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: general" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-udp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 4 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 8 | --filter-tcp=80 --hostlist="%~dp0list-general.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" 10 | -------------------------------------------------------------------------------- /1_antizapret_general_v4.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: general" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-udp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 4 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 8 | --filter-tcp=80 --hostlist="%~dp0list-general.txt" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --hostlist="%~dp0list-general.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 10 | -------------------------------------------------------------------------------- /1_discord_v1.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: discord" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto="%~dp0list-discord.txt" --new ^ 4 | --filter-tcp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" --new ^ 5 | --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 7 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 8 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 10 | --filter-udp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 11 | --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 12 | -------------------------------------------------------------------------------- /1_discord_v2.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: discord" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=443 --wf-udp=443,50000-50100 ^ 3 | --filter-tcp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" ^ 4 | --filter-udp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 8 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 9 | -------------------------------------------------------------------------------- /1_discord_v3.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: discord" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-udp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 4 | --filter-udp=50000-50100 --ipset="%~dp0ipset-discord.txt" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 8 | --filter-tcp=80 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls="%~dp0tls_clienthello_www_google_com.bin" 10 | -------------------------------------------------------------------------------- /1_discord_v4.cmd: -------------------------------------------------------------------------------- 1 | start "antizapret: discord" /min "%~dp0winws.exe" ^ 2 | --wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 3 | --filter-udp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 4 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 5 | --filter-udp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic="%~dp0quic_initial_www_google_com.bin" --new ^ 6 | --filter-tcp=80 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset="%~dp0ipset-cloudflare.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 8 | --filter-tcp=80 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 9 | --filter-tcp=443 --hostlist="%~dp0list-discord.txt" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 10 | -------------------------------------------------------------------------------- /2_service_antizapret_extended_install_v1.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto=\"%~dp0list-extended.txt\" --new ^ 3 | --filter-tcp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" --new ^ 4 | --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 5 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 6 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 7 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 9 | --filter-udp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 10 | --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 11 | 12 | set SRVCNAME=antizapret 13 | 14 | sc stop "GoodbyeDPI" 15 | sc delete "GoodbyeDPI" 16 | net stop "zapret" 17 | sc delete "zapret" 18 | net stop %SRVCNAME% 19 | sc delete %SRVCNAME% 20 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Extended list): %SRVCNAME%" start= auto 21 | sc description %SRVCNAME% "AntiZapret Service (Extended list)" 22 | sc start %SRVCNAME% 23 | pause 24 | -------------------------------------------------------------------------------- /2_service_antizapret_extended_install_v2.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=80 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 3 | --filter-tcp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" ^ 4 | --filter-udp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 6 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 8 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 9 | 10 | set SRVCNAME=antizapret 11 | 12 | sc stop "GoodbyeDPI" 13 | sc delete "GoodbyeDPI" 14 | net stop "zapret" 15 | sc delete "zapret" 16 | net stop %SRVCNAME% 17 | sc delete %SRVCNAME% 18 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Extended list): %SRVCNAME%" start= auto 19 | sc description %SRVCNAME% "AntiZapret Service (Extended list)" 20 | sc start %SRVCNAME% 21 | pause 22 | -------------------------------------------------------------------------------- /2_service_antizapret_extended_install_v3.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-tcp=80 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" 9 | 10 | set SRVCNAME=antizapret 11 | 12 | sc stop "GoodbyeDPI" 13 | sc delete "GoodbyeDPI" 14 | net stop "zapret" 15 | sc delete "zapret" 16 | net stop %SRVCNAME% 17 | sc delete %SRVCNAME% 18 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Extended list): %SRVCNAME%" start= auto 19 | sc description %SRVCNAME% "AntiZapret Service (Extended list)" 20 | sc start %SRVCNAME% 21 | pause 22 | -------------------------------------------------------------------------------- /2_service_antizapret_extended_install_v4.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 7 | --filter-tcp=80 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-extended.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 9 | set SRVCNAME=antizapret 10 | 11 | sc stop "GoodbyeDPI" 12 | sc delete "GoodbyeDPI" 13 | net stop "zapret" 14 | sc delete "zapret" 15 | net stop %SRVCNAME% 16 | sc delete %SRVCNAME% 17 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Extended list): %SRVCNAME%" start= auto 18 | sc description %SRVCNAME% "AntiZapret Service (Extended list)" 19 | sc start %SRVCNAME% 20 | pause 21 | -------------------------------------------------------------------------------- /2_service_antizapret_general_install_v1.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto=\"%~dp0list-general.txt\" --new ^ 3 | --filter-tcp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" --new ^ 4 | --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 5 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 6 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 7 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 9 | --filter-udp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 10 | --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 11 | 12 | set SRVCNAME=antizapret 13 | 14 | sc stop "GoodbyeDPI" 15 | sc delete "GoodbyeDPI" 16 | net stop "zapret" 17 | sc delete "zapret" 18 | net stop %SRVCNAME% 19 | sc delete %SRVCNAME% 20 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (General list): %SRVCNAME%" start= auto 21 | sc description %SRVCNAME% "AntiZapret Service (General list)" 22 | sc start %SRVCNAME% 23 | pause 24 | -------------------------------------------------------------------------------- /2_service_antizapret_general_install_v2.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=80 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 3 | --filter-tcp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" ^ 4 | --filter-udp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 6 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 7 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 8 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 9 | 10 | set SRVCNAME=antizapret 11 | 12 | sc stop "GoodbyeDPI" 13 | sc delete "GoodbyeDPI" 14 | net stop "zapret" 15 | sc delete "zapret" 16 | net stop %SRVCNAME% 17 | sc delete %SRVCNAME% 18 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (General list): %SRVCNAME%" start= auto 19 | sc description %SRVCNAME% "AntiZapret Service (General list)" 20 | sc start %SRVCNAME% 21 | pause 22 | -------------------------------------------------------------------------------- /2_service_antizapret_general_install_v3.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-tcp=80 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" 9 | 10 | set SRVCNAME=antizapret 11 | 12 | sc stop "GoodbyeDPI" 13 | sc delete "GoodbyeDPI" 14 | net stop "zapret" 15 | sc delete "zapret" 16 | net stop %SRVCNAME% 17 | sc delete %SRVCNAME% 18 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (General list): %SRVCNAME%" start= auto 19 | sc description %SRVCNAME% "AntiZapret Service (General list)" 20 | sc start %SRVCNAME% 21 | pause 22 | -------------------------------------------------------------------------------- /2_service_antizapret_general_install_v4.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 7 | --filter-tcp=80 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-general.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 9 | set SRVCNAME=antizapret 10 | 11 | sc stop "GoodbyeDPI" 12 | sc delete "GoodbyeDPI" 13 | net stop "zapret" 14 | sc delete "zapret" 15 | net stop %SRVCNAME% 16 | sc delete %SRVCNAME% 17 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (General list): %SRVCNAME%" start= auto 18 | sc description %SRVCNAME% "AntiZapret Service (General list)" 19 | sc start %SRVCNAME% 20 | pause 21 | -------------------------------------------------------------------------------- /2_service_discord_install_v1.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=80 --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --hostlist-auto=\"%~dp0list-discord.txt\" --new ^ 3 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" --new ^ 4 | --filter-tcp=80,443 --dpi-desync=fake,disorder2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 5 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 6 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 7 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 9 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 10 | --filter-udp=443 --dpi-desync=fake --dpi-desync-repeats=11 11 | 12 | set SRVCNAME=antizapret 13 | 14 | sc stop "GoodbyeDPI" 15 | sc delete "GoodbyeDPI" 16 | net stop "zapret" 17 | sc delete "zapret" 18 | net stop %SRVCNAME% 19 | sc delete %SRVCNAME% 20 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Discord only): %SRVCNAME%" start= auto 21 | sc description %SRVCNAME% "AntiZapret Service (Discord only)" 22 | sc start %SRVCNAME% 23 | pause 24 | -------------------------------------------------------------------------------- /2_service_discord_install_v2.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" ^ 3 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 8 | 9 | set SRVCNAME=antizapret 10 | 11 | sc stop "GoodbyeDPI" 12 | sc delete "GoodbyeDPI" 13 | net stop "zapret" 14 | sc delete "zapret" 15 | net stop %SRVCNAME% 16 | sc delete %SRVCNAME% 17 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Discord only): %SRVCNAME%" start= auto 18 | sc description %SRVCNAME% "AntiZapret Service (Discord only)" 19 | sc start %SRVCNAME% 20 | pause 21 | -------------------------------------------------------------------------------- /2_service_discord_install_v3.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-tcp=80 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" 9 | 10 | set SRVCNAME=antizapret 11 | 12 | sc stop "GoodbyeDPI" 13 | sc delete "GoodbyeDPI" 14 | net stop "zapret" 15 | sc delete "zapret" 16 | net stop %SRVCNAME% 17 | sc delete %SRVCNAME% 18 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Discord only): %SRVCNAME%" start= auto 19 | sc description %SRVCNAME% "AntiZapret Service (Discord only)" 20 | sc start %SRVCNAME% 21 | pause 22 | -------------------------------------------------------------------------------- /2_service_discord_install_v4.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 7 | --filter-tcp=80 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 9 | set SRVCNAME=antizapret 10 | 11 | sc stop "GoodbyeDPI" 12 | sc delete "GoodbyeDPI" 13 | net stop "zapret" 14 | sc delete "zapret" 15 | net stop %SRVCNAME% 16 | sc delete %SRVCNAME% 17 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (Discord only): %SRVCNAME%" start= auto 18 | sc description %SRVCNAME% "AntiZapret Service (Discord only)" 19 | sc start %SRVCNAME% 20 | pause 21 | -------------------------------------------------------------------------------- /2_service_goodbye_discord_install_v1.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split2 --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-any-protocol --dpi-desync-cutoff=n4 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new 8 | 9 | 10 | set SRVCNAME=antizapret 11 | 12 | net stop "zapret" 13 | sc delete "zapret" 14 | net stop %SRVCNAME% 15 | sc delete %SRVCNAME% 16 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (GoodbyeDPI Discord): %SRVCNAME%" start= auto depend= "GoodbyeDPI" 17 | sc description %SRVCNAME% "AntiZapret Service (GoodbyeDPI Discord)" 18 | sc start %SRVCNAME% 19 | pause 20 | -------------------------------------------------------------------------------- /2_service_goodbye_discord_install_v2.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=443 --wf-udp=443,50000-50100 ^ 2 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=disorder --dpi-desync-autottl=2 --dpi-desync-repeats=6 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" ^ 3 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=6 --new 8 | 9 | set SRVCNAME=antizapret 10 | 11 | net stop "zapret" 12 | sc delete "zapret" 13 | net stop %SRVCNAME% 14 | sc delete %SRVCNAME% 15 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (GoodbyeDPI Discord): %SRVCNAME%" start= auto depend= "GoodbyeDPI" 16 | sc description %SRVCNAME% "AntiZapret Service (GoodbyeDPI Discord)" 17 | sc start %SRVCNAME% 18 | pause 19 | -------------------------------------------------------------------------------- /2_service_goodbye_discord_install_v3.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=10 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --ipset=\"%~dp0ipset-discord.txt\" --dpi-desync=fake --dpi-desync-any-protocol --dpi-desync-cutoff=d3 --dpi-desync-repeats=8 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=6 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=midsld --dpi-desync-repeats=6 --dpi-desync-fooling=md5sig,badseq ^ 7 | --filter-tcp=80 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split2 --dpi-desync-autottl=5 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,split --dpi-desync-autottl=5 --dpi-desync-repeats=10 --dpi-desync-fooling=badseq --dpi-desync-fake-tls=\"%~dp0tls_clienthello_www_google_com.bin\" 9 | 10 | set SRVCNAME=antizapret 11 | 12 | net stop "zapret" 13 | sc delete "zapret" 14 | net stop %SRVCNAME% 15 | sc delete %SRVCNAME% 16 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (GoodbyeDPI Discord): %SRVCNAME%" start= auto depend= "GoodbyeDPI" 17 | sc description %SRVCNAME% "AntiZapret Service (GoodbyeDPI Discord)" 18 | sc start %SRVCNAME% 19 | pause 20 | -------------------------------------------------------------------------------- /2_service_goodbye_discord_install_v4.cmd: -------------------------------------------------------------------------------- 1 | set ARGS=--wf-tcp=80,443 --wf-udp=443,50000-50100 ^ 2 | --filter-udp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 3 | --filter-udp=50000-50100 --filter-l7=discord,stun --dpi-desync=fake --dpi-desync-repeats=6 --new ^ 4 | --filter-udp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake --dpi-desync-repeats=11 --dpi-desync-fake-quic=\"%~dp0quic_initial_www_google_com.bin\" --new ^ 5 | --filter-tcp=80 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 6 | --filter-tcp=443 --ipset=\"%~dp0ipset-cloudflare.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig 7 | --filter-tcp=80 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,fakedsplit --dpi-desync-autottl=2 --dpi-desync-fooling=md5sig --new ^ 8 | --filter-tcp=443 --hostlist=\"%~dp0list-discord.txt\" --dpi-desync=fake,multidisorder --dpi-desync-split-pos=1,midsld --dpi-desync-repeats=11 --dpi-desync-fooling=md5sig --dpi-desync-fake-tls-mod=rnd,dupsid,sni=www.google.com --new ^ 9 | set SRVCNAME=antizapret 10 | 11 | net stop "zapret" 12 | sc delete "zapret" 13 | net stop %SRVCNAME% 14 | sc delete %SRVCNAME% 15 | sc create %SRVCNAME% binPath= "\"%~dp0winws.exe\" %ARGS%" DisplayName= "AntiZapret Service (GoodbyeDPI Discord): %SRVCNAME%" start= auto depend= "GoodbyeDPI" 16 | sc description %SRVCNAME% "AntiZapret Service (GoodbyeDPI Discord)" 17 | sc start %SRVCNAME% 18 | pause 19 | -------------------------------------------------------------------------------- /3_service_remove.cmd: -------------------------------------------------------------------------------- 1 | set SRVCNAME=antizapret 2 | 3 | net stop %SRVCNAME% 4 | sc delete %SRVCNAME% 5 | sc stop windivert 6 | sc delete windivert 7 | pause 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # AntiZapret 2 | Обход блокировки Discord, Youtube, Steam, Twitch и др. 3 | 4 | ## Руководство 5 | Скачайте архив https://github.com/pumPCin/AntiZapret/archive/refs/heads/main.zip , разархивируйте в отдельную папку. 6 | 7 | Запустите **от имени администратора** то, что вам нужно: 8 | 9 | ## Запуск в виде приложения (одно на выбор): 10 | - **`1_antizapret_general_v1.cmd`** - для обхода блокировки основных сайтов (list-general.txt) 11 | - **`1_antizapret_extended_v1.cmd`** - для обхода блокировки многих сайтов (list-extended.txt) 12 | - **`1_discord_v1.cmd`** - для обхода блокировки только Discord (list-discord.txt) 13 | - Если не работает версия v1 попробуйте v2,v3,v4 14 | 15 | ## Установка в виде службы antizapret (одну на выбор): 16 | - **`2_service_antizapret_general_install_v1.cmd`** - для обхода блокировки основных сайтов (list-general.txt) 17 | - **`2_service_antizapret_extended_install_v1.cmd`** - для обхода блокировки многих сайтов (list-extended.txt) 18 | - **`2_service_discord_install_v1.cmd`** - для обхода блокировки только Discord (list-discord.txt) 19 | - **`2_service_goodbye_discord_install_v1.cmd`** - для обхода блокировки только Discord, если у вас уже установлена служба **goodbyedpi**. ВНИМАНИЕ: Первый раз GoodbyeDPI может вылететь - просто перезапустите устройство! 20 | - Если не работает версия v1 попробуйте v2,v3,v4 21 | 22 | ## Удаление службы antizapret (ранее установленной выше) 23 | - **`3_service_remove.cmd`** - остановить и удалить службу antizapret. 24 | 25 | ## Для работы ChatGPT, Copilot, OpenAI; Spotify; Epic Games и др. 26 | - Добавьте строки из файла **`hosts`** в свой файл **`hosts`** (расположен в **`C:\Windows\System32\drivers\etc`**) или перезапишите файл **`hosts`** целиком. 27 | 28 | ## Не работает? 29 | - Проверьте, запускаете ли вы файлы от имени администратора. 30 | - Не работает служба? Проверьте, чтобы в пути до файла **не было пробелов** и русских символов. Также отключите программы, которые могут мешать созданию службы *(Антивирусы, клинеры с доп. защитой)*. 31 | - Не работает вместе с VPN? Отключите функцию **TUN** (Tunneling) в настройках VPN. 32 | - Не работает `2_service_goodbye_discord_install_v№.cmd`? Удостовертесь, что служба goodbyedpi запущена и имеет название GoodbyeDPI. После снова запустите `2_service_goodbye_discord_install_v№.cmd` и перезапустите устройство. 33 | - Попробуйте обновить бинарники с оригинального репозитория. 34 | 35 | ## Дополнительные адреса заблокированных сайтов 36 | - Можно добавить в список list-general.txt для `1_antizapret_general_v№.cmd` и `2_service_antizapret_general_install_v№.cmd` или в список list-extended.txt для `1_antizapret_extended_v№.cmd` и `2_service_antizapret_extended_install_v№.cmd`. После добавления, службу antizapret надо перезапустить. 37 | 38 | ## Альтернатива 39 | https://github.com/bol-van/zapret-win-bundle 40 | -------------------------------------------------------------------------------- /WinDivert.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/WinDivert.dll -------------------------------------------------------------------------------- /WinDivert64.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/WinDivert64.sys -------------------------------------------------------------------------------- /cygiconv-2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/cygiconv-2.dll -------------------------------------------------------------------------------- /cygintl-8.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/cygintl-8.dll -------------------------------------------------------------------------------- /cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/cygwin1.dll -------------------------------------------------------------------------------- /elevator.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/elevator.exe -------------------------------------------------------------------------------- /hosts: -------------------------------------------------------------------------------- 1 | # localhost name resolution is handled within DNS itself. 2 | 127.0.0.1 local 3 | 127.0.0.1 localhost 4 | 127.0.0.1 localhost.localdomain 5 | 255.255.255.255 broadcasthost 6 | # Addon for AntiZapret 7 | 157.240.245.174 b.i.instagram.com 8 | 157.240.245.174 instagram.com 9 | 157.240.245.174 www.instagram.com 10 | 157.240.245.174 z-p42-chat-e2ee-ig.facebook.com 11 | 3.66.189.153 mail.proton.me 12 | 3.66.189.153 protonmail.com 13 | 64.233.164.198 yt3.ggpht.com 14 | # Epic games 15 | 50.7.85.220 epicgames.com 16 | 50.7.85.220 ol.epicgames.com 17 | 50.7.85.220 on.epicgames.com 18 | 50.7.85.220 payment-website-pci.ol.epicgames.com 19 | 50.7.85.220 perf.store.on.epicgames.com 20 | 50.7.85.220 static-assets-prod.epicgames.com 21 | 50.7.85.220 store.epicgames.com 22 | 50.7.85.220 store.on.epicgames.com 23 | 50.7.85.220 tracking.epicgames.com 24 | # ChatGPT, OpenAI 25 | 204.12.192.219 android.chat.openai.com 26 | 204.12.192.221 operator.chatgpt.com 27 | 204.12.192.222 ab.chatgpt.com 28 | 204.12.192.222 api.openai.com 29 | 204.12.192.222 auth.openai.com 30 | 204.12.192.222 auth0.openai.com 31 | 204.12.192.222 cdn.auth0.com 32 | 204.12.192.222 cdn.oaistatic.com 33 | 204.12.192.222 chatgpt.com 34 | 204.12.192.222 files.oaiusercontent.com 35 | 204.12.192.222 platform.openai.com 36 | 204.12.192.222 sora.com 37 | 204.12.192.222 tcr9i.chat.openai.com 38 | 204.12.192.222 webrtc.chatgpt.com 39 | # Gemini, Gemini API, AI Studio, Google Labs, NotebookLM 40 | # Microsoft Copilot, Microsoft Rewards, Xbox, Xbox Cloud Gaming 41 | 204.12.192.219 aisandbox-pa.googleapis.com 42 | 204.12.192.221 alkalimakersuite-pa.clients6.google.com 43 | 204.12.192.221 assistant-s3-pa.googleapis.com 44 | 204.12.192.221 rewards.bing.com 45 | 204.12.192.222 aistudio.google.com 46 | 204.12.192.222 aitestkitchen.withgoogle.com 47 | 204.12.192.222 copilot.microsoft.com 48 | 204.12.192.222 edgeservices.bing.com 49 | 204.12.192.222 gemini.google.com 50 | 204.12.192.222 generativelanguage.googleapis.com 51 | 204.12.192.222 jules.google.com 52 | 204.12.192.222 labs.google 53 | 204.12.192.222 notebooklm.google 54 | 204.12.192.222 notebooklm.google.com 55 | 204.12.192.222 o.pki.goog 56 | 204.12.192.222 proactivebackend-pa.googleapis.com 57 | 204.12.192.222 sydney.bing.com 58 | 204.12.192.222 webchannel-alkalimakersuite-pa.clients6.google.com 59 | 50.7.87.86 xgpuweb.gssv-play-prod.xboxlive.com 60 | 50.7.87.86 xgpuwebf2p.gssv-play-prod.xboxlive.com 61 | 78.40.217.193 xsts.auth.xboxlive.com 62 | # Spotify 63 | 204.12.192.222 accounts.spotify.com 64 | 204.12.192.222 aet.spotify.com 65 | 204.12.192.222 ap-gew1.spotify.com 66 | 204.12.192.222 api-partner.spotify.com 67 | 204.12.192.222 api.spotify.com 68 | 204.12.192.222 appresolve.spotify.com 69 | 204.12.192.222 encore.scdn.co 70 | 204.12.192.222 gew1-spclient.spotify.com 71 | 204.12.192.222 login.app.spotify.com 72 | 204.12.192.222 login5.spotify.com 73 | 204.12.192.222 open.spotify.com 74 | 204.12.192.222 spclient.wg.spotify.com 75 | 204.12.192.222 spotify.com 76 | 204.12.192.222 spotifycdn.com 77 | 204.12.192.222 www.spotify.com 78 | 204.12.192.222 xpui.app.spotify.com 79 | # Codeium 80 | 50.7.85.219 inference.codeium.com 81 | 50.7.87.85 codeium.com 82 | # GitHub Copilot 83 | 50.7.85.221 api.individual.githubcopilot.com 84 | 50.7.87.83 proxy.individual.githubcopilot.com 85 | 50.7.87.84 api.github.com 86 | # JetBrains 87 | 107.150.34.100 plugins.jetbrains.com 88 | 204.12.192.222 download.jetbrains.com 89 | 50.7.85.221 datalore.jetbrains.com 90 | # ElevenLabs 91 | 204.12.192.222 api.elevenlabs.io 92 | 204.12.192.222 api.us.elevenlabs.io 93 | 204.12.192.222 elevenlabs.io 94 | 204.12.192.222 elevenreader.io 95 | 204.12.192.222 help.elevenlabs.io 96 | # Truth Social 97 | 204.12.192.221 static-assets-1.truthsocial.com 98 | 204.12.192.221 truthsocial.com 99 | # Grok 100 | 204.12.192.222 accounts.x.ai 101 | 204.12.192.222 assets.grok.com 102 | 204.12.192.222 grok.com 103 | # Tidal 104 | 204.12.192.221 images.tidal.com 105 | 204.12.192.222 api-global.squareup.com 106 | 204.12.192.222 api.squareup.com 107 | 204.12.192.222 api.tidal.com 108 | 204.12.192.222 auth.tidal.com 109 | 204.12.192.222 dd.tidal.com 110 | 204.12.192.222 fsu.fa.tidal.com 111 | 204.12.192.222 geolocation.onetrust.com 112 | 204.12.192.222 link.tidal.com 113 | 204.12.192.222 listen.tidal.com 114 | 204.12.192.222 login.tidal.com 115 | 204.12.192.222 resources.tidal.com 116 | # Other 117 | 107.150.34.99 builds.parsec.app 118 | 142.54.189.106 web.archive.org 119 | 204.12.192.219 www.dell.com 120 | 204.12.192.220 developer.nvidia.com 121 | 204.12.192.222 claude.ai 122 | 204.12.192.222 www.intel.com 123 | 204.12.192.222 www.notion.so 124 | 50.7.85.219 www.tiktok.com 125 | 50.7.85.222 www.canva.com 126 | # IP loggers 127 | 0.0.0.0 2no.co 128 | 0.0.0.0 bc.ax 129 | 0.0.0.0 ed.tc 130 | 0.0.0.0 ezstat.ru 131 | 0.0.0.0 grabify.org 132 | 0.0.0.0 iplis.ru 133 | 0.0.0.0 iplog.co 134 | 0.0.0.0 iplogger.org 135 | 0.0.0.0 maper.info 136 | 0.0.0.0 wl.gl 137 | 0.0.0.0 yip.su 138 | # 139 | -------------------------------------------------------------------------------- /ip2net.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/ip2net.exe -------------------------------------------------------------------------------- /ipset-cloudflare.txt: -------------------------------------------------------------------------------- 1 | 103.21.244.0/22 2 | 103.22.200.0/22 3 | 103.31.4.0/22 4 | 104.16.0.0/13 5 | 104.24.0.0/14 6 | 108.162.192.0/18 7 | 131.0.72.0/22 8 | 141.101.64.0/18 9 | 162.158.0.0/15 10 | 172.64.0.0/13 11 | 173.245.48.0/20 12 | 188.114.96.0/20 13 | 190.93.240.0/20 14 | 197.234.240.0/22 15 | 198.41.128.0/17 16 | -------------------------------------------------------------------------------- /ipset-discord.txt: -------------------------------------------------------------------------------- 1 | 5.200.14.249 2 | 18.165.140.0/25 3 | 23.227.38.74 4 | 34.0.48.0/21 5 | 34.0.48.0/24 6 | 34.0.49.64/26 7 | 34.0.50.0/25 8 | 34.0.51.0/24 9 | 34.0.52.0/22 10 | 34.0.56.0/23 11 | 34.0.59.0/24 12 | 34.0.60.0/24 13 | 34.0.62.0/23 14 | 34.0.62.128/25 15 | 34.0.63.228 16 | 34.0.64.0/23 17 | 34.0.66.0/24 18 | 34.0.66.130 19 | 34.0.82.0/24 20 | 34.0.82.140 21 | 34.0.129.0/24 22 | 34.0.129.128/25 23 | 34.0.130.0/23 24 | 34.0.130.0/24 25 | 34.0.131.130 26 | 34.0.132.0/22 27 | 34.0.132.139 28 | 34.0.133.75 29 | 34.0.134.0/24 30 | 34.0.135.251 31 | 34.0.136.0/23 32 | 34.0.136.51 33 | 34.0.137.0/24 34 | 34.0.139.0/24 35 | 34.0.140.0/23 36 | 34.0.142.0/24 37 | 34.0.142.0/25 38 | 34.0.144.0/23 39 | 34.0.146.0/24 40 | 34.0.148.0/23 41 | 34.0.148.25 42 | 34.0.149.101 43 | 34.0.151.0/24 44 | 34.0.151.0/25 45 | 34.0.153.0/24 46 | 34.0.155.0/24 47 | 34.0.156.0/22 48 | 34.0.156.101 49 | 34.0.157.0/25 50 | 34.0.158.247 51 | 34.0.159.188 52 | 34.0.192.0/20 53 | 34.0.192.0/25 54 | 34.0.193.0/24 55 | 34.0.194.0/24 56 | 34.0.195.172 57 | 34.0.196.200/29 58 | 34.0.197.81 59 | 34.0.198.25 60 | 34.0.199.0/24 61 | 34.0.200.0/24 62 | 34.0.201.81 63 | 34.0.202.34 64 | 34.0.203.0/24 65 | 34.0.204.0/23 66 | 34.0.206.0/25 67 | 34.0.207.0/25 68 | 34.0.208.0/22 69 | 34.0.208.195 70 | 34.0.209.0/24 71 | 34.0.210.20 72 | 34.0.211.0/26 73 | 34.0.212.0/23 74 | 34.0.212.0/24 75 | 34.0.213.64/26 76 | 34.0.215.0/24 77 | 34.0.215.128/25 78 | 34.0.216.0/23 79 | 34.0.216.238 80 | 34.0.217.0/24 81 | 34.0.218.0/24 82 | 34.0.218.83 83 | 34.0.220.0/22 84 | 34.0.220.103 85 | 34.0.221.0/24 86 | 34.0.222.193 87 | 34.0.223.68 88 | 34.0.227.0/24 89 | 34.0.240.0/21 90 | 34.0.248.0/22 91 | 34.0.248.0/23 92 | 34.0.250.0/24 93 | 34.0.251.0/25 94 | 34.1.216.0/24 95 | 34.1.221.0/24 96 | 34.1.221.166 97 | 34.126.226.51 98 | 35.207.64.0/23 99 | 35.207.67.0/24 100 | 35.207.67.116 101 | 35.207.71.0/24 102 | 35.207.72.0/21 103 | 35.207.72.32 104 | 35.207.73.0/24 105 | 35.207.74.0/24 106 | 35.207.75.128/25 107 | 35.207.76.128/26 108 | 35.207.77.0/24 109 | 35.207.78.129 110 | 35.207.79.0/24 111 | 35.207.80.0/21 112 | 35.207.80.76 113 | 35.207.81.248/30 114 | 35.207.82.0/23 115 | 35.207.84.0/24 116 | 35.207.85.160 117 | 35.207.86.41 118 | 35.207.87.184 119 | 35.207.89.0/24 120 | 35.207.89.188 121 | 35.207.91.0/24 122 | 35.207.91.146 123 | 35.207.92.0/24 124 | 35.207.92.230 125 | 35.207.95.0/24 126 | 35.207.97.0/24 127 | 35.207.97.174 128 | 35.207.99.0/24 129 | 35.207.99.134 130 | 35.207.100.0/23 131 | 35.207.100.64/26 132 | 35.207.101.130 133 | 35.207.103.0/24 134 | 35.207.103.64/26 135 | 35.207.104.0/24 136 | 35.207.106.0/23 137 | 35.207.106.128/26 138 | 35.207.107.19 139 | 35.207.108.0/22 140 | 35.207.108.192/27 141 | 35.207.109.185 142 | 35.207.110.0/24 143 | 35.207.111.174 144 | 35.207.114.0/23 145 | 35.207.114.16 146 | 35.207.115.163 147 | 35.207.116.0/23 148 | 35.207.116.51 149 | 35.207.117.0/24 150 | 35.207.121.0/24 151 | 35.207.121.204 152 | 35.207.122.0/24 153 | 35.207.122.0/25 154 | 35.207.124.0/23 155 | 35.207.124.145 156 | 35.207.125.116 157 | 35.207.126.0/24 158 | 35.207.126.30 159 | 35.207.129.0/24 160 | 35.207.131.0/24 161 | 35.207.131.128/27 162 | 35.207.132.0/24 163 | 35.207.132.247 164 | 35.207.135.0/24 165 | 35.207.135.147 166 | 35.207.136.0/23 167 | 35.207.136.69 168 | 35.207.137.0/24 169 | 35.207.139.0/24 170 | 35.207.140.0/22 171 | 35.207.140.241 172 | 35.207.141.119 173 | 35.207.142.0/24 174 | 35.207.143.96/27 175 | 35.207.144.0/22 176 | 35.207.144.0/25 177 | 35.207.145.0/24 178 | 35.207.146.89 179 | 35.207.147.0/24 180 | 35.207.149.0/24 181 | 35.207.150.0/23 182 | 35.207.150.0/24 183 | 35.207.151.61 184 | 35.207.153.0/24 185 | 35.207.153.117 186 | 35.207.154.0/23 187 | 35.207.154.0/24 188 | 35.207.155.128/25 189 | 35.207.156.0/23 190 | 35.207.156.254 191 | 35.207.157.7 192 | 35.207.158.0/24 193 | 35.207.158.192 194 | 35.207.160.0/24 195 | 35.207.160.160 196 | 35.207.162.0/23 197 | 35.207.162.239 198 | 35.207.163.0/24 199 | 35.207.164.0/22 200 | 35.207.164.0/25 201 | 35.207.165.147 202 | 35.207.166.0/25 203 | 35.207.167.0/24 204 | 35.207.168.0/24 205 | 35.207.168.116 206 | 35.207.170.0/23 207 | 35.207.172.0/24 208 | 35.207.174.0/24 209 | 35.207.174.55 210 | 35.207.176.0/24 211 | 35.207.176.128/25 212 | 35.207.178.0/24 213 | 35.207.180.0/23 214 | 35.207.180.152 215 | 35.207.181.76 216 | 35.207.182.0/24 217 | 35.207.182.125 218 | 35.207.184.0/21 219 | 35.207.184.101 220 | 35.207.185.192 221 | 35.207.186.128/25 222 | 35.207.187.228 223 | 35.207.188.0/24 224 | 35.207.189.0/25 225 | 35.207.190.194 226 | 35.207.191.64/26 227 | 35.207.193.0/24 228 | 35.207.193.165 229 | 35.207.195.0/24 230 | 35.207.195.75 231 | 35.207.196.0/24 232 | 35.207.198.0/23 233 | 35.207.201.0/24 234 | 35.207.201.186 235 | 35.207.202.0/24 236 | 35.207.202.169 237 | 35.207.205.0/24 238 | 35.207.205.211 239 | 35.207.207.0/24 240 | 35.207.207.4 241 | 35.207.209.0/24 242 | 35.207.209.0/25 243 | 35.207.210.0/23 244 | 35.207.210.191 245 | 35.207.211.253 246 | 35.207.213.0/24 247 | 35.207.213.97 248 | 35.207.214.0/24 249 | 35.207.220.0/23 250 | 35.207.220.147 251 | 35.207.221.58 252 | 35.207.222.0/24 253 | 35.207.222.105 254 | 35.207.224.0/23 255 | 35.207.224.151 256 | 35.207.225.210 257 | 35.207.227.0/24 258 | 35.207.229.0/24 259 | 35.207.229.212 260 | 35.207.232.0/24 261 | 35.207.232.26 262 | 35.207.234.0/24 263 | 35.207.234.182 264 | 35.207.238.0/24 265 | 35.207.240.0/24 266 | 35.207.245.0/24 267 | 35.207.249.0/24 268 | 35.207.250.0/23 269 | 35.207.250.212 270 | 35.207.251.0/27 271 | 35.212.4.0/24 272 | 35.212.4.134 273 | 35.212.12.0/24 274 | 35.212.12.148 275 | 35.212.39.0/24 276 | 35.212.88.0/24 277 | 35.212.88.11 278 | 35.212.102.0/24 279 | 35.212.102.50 280 | 35.212.111.0/24 281 | 35.212.111.0/26 282 | 35.212.117.0/24 283 | 35.212.117.247 284 | 35.212.120.0/24 285 | 35.212.120.122 286 | 35.213.0.0/24 287 | 35.213.2.0/24 288 | 35.213.2.8 289 | 35.213.4.0/24 290 | 35.213.4.185 291 | 35.213.6.0/23 292 | 35.213.6.118 293 | 35.213.7.128/25 294 | 35.213.8.0/24 295 | 35.213.8.168 296 | 35.213.10.0/23 297 | 35.213.10.0/24 298 | 35.213.11.21 299 | 35.213.12.0/23 300 | 35.213.12.224/27 301 | 35.213.13.19 302 | 35.213.14.0/24 303 | 35.213.14.217 304 | 35.213.16.0/23 305 | 35.213.16.67 306 | 35.213.17.235 307 | 35.213.23.0/24 308 | 35.213.23.166 309 | 35.213.25.0/24 310 | 35.213.25.164 311 | 35.213.26.0/23 312 | 35.213.26.62 313 | 35.213.27.252 314 | 35.213.32.0/23 315 | 35.213.32.0/24 316 | 35.213.33.74 317 | 35.213.34.0/24 318 | 35.213.34.204 319 | 35.213.37.0/24 320 | 35.213.37.81 321 | 35.213.38.0/23 322 | 35.213.38.186 323 | 35.213.39.253 324 | 35.213.42.0/23 325 | 35.213.42.0/24 326 | 35.213.43.79 327 | 35.213.45.0/24 328 | 35.213.46.0/24 329 | 35.213.46.136 330 | 35.213.49.0/24 331 | 35.213.49.17 332 | 35.213.50.0/23 333 | 35.213.50.0/24 334 | 35.213.51.213 335 | 35.213.52.0/23 336 | 35.213.52.0/25 337 | 35.213.53.0/24 338 | 35.213.54.0/24 339 | 35.213.56.0/24 340 | 35.213.56.0/25 341 | 35.213.59.0/24 342 | 35.213.61.0/24 343 | 35.213.61.58 344 | 35.213.65.0/24 345 | 35.213.67.0/24 346 | 35.213.68.0/24 347 | 35.213.68.192/26 348 | 35.213.70.0/24 349 | 35.213.70.151 350 | 35.213.72.0/23 351 | 35.213.72.128/25 352 | 35.213.73.245 353 | 35.213.74.0/24 354 | 35.213.74.131 355 | 35.213.78.0/23 356 | 35.213.78.0/24 357 | 35.213.79.137 358 | 35.213.80.0/24 359 | 35.213.80.0/25 360 | 35.213.83.0/24 361 | 35.213.83.128/25 362 | 35.213.84.0/23 363 | 35.213.84.245 364 | 35.213.85.0/24 365 | 35.213.88.0/21 366 | 35.213.88.145 367 | 35.213.89.80/28 368 | 35.213.90.0/24 369 | 35.213.91.195 370 | 35.213.92.0/24 371 | 35.213.93.254 372 | 35.213.94.78 373 | 35.213.95.145 374 | 35.213.96.0/24 375 | 35.213.96.87 376 | 35.213.98.0/23 377 | 35.213.98.0/24 378 | 35.213.99.126 379 | 35.213.101.0/24 380 | 35.213.101.214 381 | 35.213.102.0/24 382 | 35.213.105.0/24 383 | 35.213.106.0/23 384 | 35.213.106.128/25 385 | 35.213.107.158 386 | 35.213.109.0/24 387 | 35.213.110.0/23 388 | 35.213.110.40 389 | 35.213.111.0/25 390 | 35.213.115.0/24 391 | 35.213.115.0/25 392 | 35.213.120.0/24 393 | 35.213.122.0/24 394 | 35.213.124.0/22 395 | 35.213.124.89 396 | 35.213.125.40 397 | 35.213.126.185 398 | 35.213.127.0/24 399 | 35.213.128.0/20 400 | 35.213.128.0/22 401 | 35.213.132.0/23 402 | 35.213.134.140 403 | 35.213.135.0/24 404 | 35.213.136.0/23 405 | 35.213.138.128/25 406 | 35.213.139.0/24 407 | 35.213.140.0/25 408 | 35.213.141.164 409 | 35.213.142.128/25 410 | 35.213.143.0/24 411 | 35.213.144.0/22 412 | 35.213.148.0/23 413 | 35.213.150.0/24 414 | 35.213.152.0/22 415 | 35.213.152.0/23 416 | 35.213.154.137 417 | 35.213.155.134 418 | 35.213.156.0/23 419 | 35.213.156.144 420 | 35.213.157.0/24 421 | 35.213.158.0/24 422 | 35.213.158.64/26 423 | 35.213.160.0/20 424 | 35.213.160.90 425 | 35.213.161.253 426 | 35.213.162.0/25 427 | 35.213.163.0/24 428 | 35.213.164.0/23 429 | 35.213.166.106 430 | 35.213.167.160/27 431 | 35.213.168.0/24 432 | 35.213.169.179 433 | 35.213.170.0/24 434 | 35.213.171.201 435 | 35.213.172.159 436 | 35.213.173.0/24 437 | 35.213.174.128/25 438 | 35.213.175.128/26 439 | 35.213.176.0/23 440 | 35.213.176.0/24 441 | 35.213.177.0/25 442 | 35.213.179.0/24 443 | 35.213.179.139 444 | 35.213.180.0/22 445 | 35.213.180.0/24 446 | 35.213.181.0/25 447 | 35.213.182.0/23 448 | 35.213.184.0/22 449 | 35.213.184.0/23 450 | 35.213.186.70 451 | 35.213.187.0/24 452 | 35.213.188.0/24 453 | 35.213.188.128/25 454 | 35.213.190.0/23 455 | 35.213.190.158 456 | 35.213.191.0/24 457 | 35.213.192.0/21 458 | 35.213.192.240/31 459 | 35.213.193.74 460 | 35.213.194.0/25 461 | 35.213.195.178 462 | 35.213.196.38 463 | 35.213.197.68 464 | 35.213.198.0/23 465 | 35.213.200.0/22 466 | 35.213.200.0/23 467 | 35.213.202.0/25 468 | 35.213.203.195 469 | 35.213.204.0/23 470 | 35.213.204.32/27 471 | 35.213.205.170 472 | 35.213.207.0/24 473 | 35.213.207.128/25 474 | 35.213.208.0/24 475 | 35.213.208.85 476 | 35.213.210.0/23 477 | 35.213.210.0/24 478 | 35.213.211.176/29 479 | 35.213.212.0/22 480 | 35.213.212.0/24 481 | 35.213.213.225 482 | 35.213.214.0/25 483 | 35.213.215.255 484 | 35.213.217.0/24 485 | 35.213.218.0/23 486 | 35.213.218.248 487 | 35.213.219.0/25 488 | 35.213.220.0/22 489 | 35.213.220.211 490 | 35.213.221.0/24 491 | 35.213.222.215 492 | 35.213.223.0/24 493 | 35.213.225.0/24 494 | 35.213.227.0/24 495 | 35.213.227.227 496 | 35.213.229.0/24 497 | 35.213.229.17 498 | 35.213.230.0/23 499 | 35.213.230.89 500 | 35.213.231.0/24 501 | 35.213.233.0/24 502 | 35.213.234.0/24 503 | 35.213.234.134 504 | 35.213.236.0/23 505 | 35.213.236.0/24 506 | 35.213.237.212 507 | 35.213.238.0/24 508 | 35.213.240.0/21 509 | 35.213.240.212 510 | 35.213.241.0/24 511 | 35.213.242.10 512 | 35.213.243.219 513 | 35.213.244.146 514 | 35.213.245.119 515 | 35.213.246.0/23 516 | 35.213.249.0/24 517 | 35.213.249.79 518 | 35.213.250.0/23 519 | 35.213.250.0/24 520 | 35.213.251.74 521 | 35.213.252.0/23 522 | 35.213.252.0/24 523 | 35.213.253.155 524 | 35.213.254.0/24 525 | 35.213.254.89 526 | 35.214.128.0/22 527 | 35.214.128.248 528 | 35.214.129.220 529 | 35.214.130.217 530 | 35.214.131.144 531 | 35.214.132.0/23 532 | 35.214.132.189 533 | 35.214.133.0/24 534 | 35.214.134.0/24 535 | 35.214.134.163 536 | 35.214.137.0/24 537 | 35.214.138.0/24 538 | 35.214.138.0/25 539 | 35.214.140.0/24 540 | 35.214.142.0/23 541 | 35.214.142.0/24 542 | 35.214.143.41 543 | 35.214.144.0/22 544 | 35.214.144.26 545 | 35.214.145.200 546 | 35.214.146.9 547 | 35.214.147.135 548 | 35.214.148.0/23 549 | 35.214.148.89 550 | 35.214.149.110 551 | 35.214.151.0/24 552 | 35.214.151.128/25 553 | 35.214.152.0/24 554 | 35.214.156.0/24 555 | 35.214.156.115 556 | 35.214.158.0/23 557 | 35.214.158.181 558 | 35.214.159.128/25 559 | 35.214.160.0/22 560 | 35.214.160.128/25 561 | 35.214.161.217 562 | 35.214.162.0/24 563 | 35.214.163.28 564 | 35.214.165.0/24 565 | 35.214.165.102 566 | 35.214.167.0/24 567 | 35.214.167.77 568 | 35.214.169.0/24 569 | 35.214.170.0/23 570 | 35.214.170.2 571 | 35.214.171.0/25 572 | 35.214.172.0/23 573 | 35.214.172.128/25 574 | 35.214.173.0/24 575 | 35.214.175.0/24 576 | 35.214.177.0/24 577 | 35.214.177.183 578 | 35.214.179.0/24 579 | 35.214.179.46 580 | 35.214.180.0/23 581 | 35.214.184.0/22 582 | 35.214.184.179 583 | 35.214.185.28 584 | 35.214.186.3 585 | 35.214.187.0/24 586 | 35.214.191.0/24 587 | 35.214.192.0/21 588 | 35.214.192.128/25 589 | 35.214.193.0/24 590 | 35.214.194.128/25 591 | 35.214.195.0/25 592 | 35.214.196.64/26 593 | 35.214.197.0/24 594 | 35.214.198.7 595 | 35.214.199.224 596 | 35.214.201.0/24 597 | 35.214.201.0/25 598 | 35.214.203.0/24 599 | 35.214.203.155 600 | 35.214.204.0/23 601 | 35.214.207.0/24 602 | 35.214.208.0/20 603 | 35.214.208.128/25 604 | 35.214.209.64 605 | 35.214.210.0/24 606 | 35.214.211.3 607 | 35.214.212.64/26 608 | 35.214.213.0/25 609 | 35.214.214.0/24 610 | 35.214.215.64/26 611 | 35.214.216.0/23 612 | 35.214.218.140 613 | 35.214.219.0/24 614 | 35.214.220.149 615 | 35.214.221.0/24 616 | 35.214.222.149 617 | 35.214.223.0/24 618 | 35.214.224.0/22 619 | 35.214.224.71 620 | 35.214.225.0/24 621 | 35.214.226.0/23 622 | 35.214.228.0/23 623 | 35.214.231.0/24 624 | 35.214.231.187 625 | 35.214.233.0/24 626 | 35.214.233.8 627 | 35.214.235.0/24 628 | 35.214.235.38 629 | 35.214.237.0/24 630 | 35.214.238.0/23 631 | 35.214.238.0/25 632 | 35.214.239.0/24 633 | 35.214.240.0/23 634 | 35.214.240.87 635 | 35.214.241.0/24 636 | 35.214.243.0/24 637 | 35.214.243.21 638 | 35.214.244.0/23 639 | 35.214.244.0/24 640 | 35.214.245.16/28 641 | 35.214.246.0/24 642 | 35.214.246.106 643 | 35.214.248.0/22 644 | 35.214.248.119 645 | 35.214.249.154 646 | 35.214.250.0/24 647 | 35.214.251.128/25 648 | 35.214.252.0/23 649 | 35.214.252.187 650 | 35.214.253.0/24 651 | 35.214.255.0/24 652 | 35.214.255.154 653 | 35.215.72.0/23 654 | 35.215.72.85 655 | 35.215.73.65 656 | 35.215.79.0/24 657 | 35.215.83.0 658 | 35.215.83.0/24 659 | 35.215.85.0/24 660 | 35.215.93.0/24 661 | 35.215.97.0/24 662 | 35.215.108.0/24 663 | 35.215.108.111 664 | 35.215.115.0/24 665 | 35.215.115.120 666 | 35.215.118.0/24 667 | 35.215.120.0/24 668 | 35.215.126.0/23 669 | 35.215.126.35 670 | 35.215.127.34 671 | 35.215.128.0/20 672 | 35.215.128.0/21 673 | 35.215.136.0/26 674 | 35.215.137.0/24 675 | 35.215.138.0/23 676 | 35.215.140.0/24 677 | 35.215.141.64/27 678 | 35.215.142.0/24 679 | 35.215.143.83 680 | 35.215.144.0/21 681 | 35.215.144.128/25 682 | 35.215.145.0/24 683 | 35.215.146.0/24 684 | 35.215.147.86 685 | 35.215.148.0/23 686 | 35.215.150.0/26 687 | 35.215.151.0/24 688 | 35.215.152.0/22 689 | 35.215.152.0/24 690 | 35.215.153.128/25 691 | 35.215.154.240/28 692 | 35.215.155.20 693 | 35.215.156.0/24 694 | 35.215.158.0/23 695 | 35.215.160.0/23 696 | 35.215.160.192/26 697 | 35.215.161.0/24 698 | 35.215.163.0/24 699 | 35.215.164.0/22 700 | 35.215.164.0/24 701 | 35.215.165.236 702 | 35.215.166.128/25 703 | 35.215.167.128/25 704 | 35.215.168.0/21 705 | 35.215.168.0/24 706 | 35.215.169.12 707 | 35.215.170.0/23 708 | 35.215.172.0/22 709 | 35.215.176.0/20 710 | 35.215.176.0/24 711 | 35.215.177.72 712 | 35.215.178.0/24 713 | 35.215.179.161 714 | 35.215.180.0/22 715 | 35.215.184.253 716 | 35.215.185.64/26 717 | 35.215.186.0/25 718 | 35.215.187.0/24 719 | 35.215.188.0/23 720 | 35.215.190.0/24 721 | 35.215.191.61 722 | 35.215.192.0/20 723 | 35.215.192.0/23 724 | 35.215.194.192/28 725 | 35.215.195.0/24 726 | 35.215.196.0/25 727 | 35.215.197.0/25 728 | 35.215.198.230 729 | 35.215.199.204 730 | 35.215.200.0/23 731 | 35.215.202.0/24 732 | 35.215.203.0/25 733 | 35.215.204.128/25 734 | 35.215.205.0/25 735 | 35.215.206.0/23 736 | 35.215.208.0/21 737 | 35.215.208.0/24 738 | 35.215.209.0/25 739 | 35.215.210.0/23 740 | 35.215.212.0/22 741 | 35.215.216.0/22 742 | 35.215.221.0/24 743 | 35.215.222.0/23 744 | 35.215.222.128/25 745 | 35.215.223.126 746 | 35.215.224.0/21 747 | 35.215.224.0/23 748 | 35.215.226.0/24 749 | 35.215.227.0/25 750 | 35.215.228.0/24 751 | 35.215.229.64 752 | 35.215.230.89 753 | 35.215.231.0/24 754 | 35.215.232.0/22 755 | 35.215.232.0/24 756 | 35.215.233.0/25 757 | 35.215.234.37 758 | 35.215.235.0/24 759 | 35.215.238.0/23 760 | 35.215.238.0/25 761 | 35.215.239.119 762 | 35.215.240.0/20 763 | 35.215.240.0/24 764 | 35.215.241.128/25 765 | 35.215.242.0/25 766 | 35.215.243.0/24 767 | 35.215.244.0/23 768 | 35.215.246.222 769 | 35.215.247.0/24 770 | 35.215.248.0/22 771 | 35.215.252.0/24 772 | 35.215.253.118 773 | 35.215.254.0/23 774 | 35.217.0.0/22 775 | 35.217.0.0/24 776 | 35.217.1.64/26 777 | 35.217.2.5 778 | 35.217.3.0/24 779 | 35.217.4.0/23 780 | 35.217.4.72 781 | 35.217.5.0/25 782 | 35.217.6.0/24 783 | 35.217.8.0/23 784 | 35.217.8.0/25 785 | 35.217.9.0/24 786 | 35.217.11.0/24 787 | 35.217.11.186 788 | 35.217.12.0/22 789 | 35.217.12.0/24 790 | 35.217.14.192/26 791 | 35.217.15.65 792 | 35.217.16.0/20 793 | 35.217.16.75 794 | 35.217.17.128/25 795 | 35.217.18.0/24 796 | 35.217.19.183 797 | 35.217.20.0/24 798 | 35.217.21.128/25 799 | 35.217.22.128/25 800 | 35.217.23.128/25 801 | 35.217.24.0/24 802 | 35.217.25.81 803 | 35.217.26.0/24 804 | 35.217.27.128/25 805 | 35.217.28.128/25 806 | 35.217.29.0/24 807 | 35.217.30.0/25 808 | 35.217.31.0/25 809 | 35.217.32.0/23 810 | 35.217.32.128/25 811 | 35.217.33.0/24 812 | 35.217.35.0/24 813 | 35.217.35.128/25 814 | 35.217.36.0/22 815 | 35.217.36.0/23 816 | 35.217.38.179 817 | 35.217.39.186 818 | 35.217.40.0/21 819 | 35.217.40.176 820 | 35.217.41.204 821 | 35.217.43.0/24 822 | 35.217.45.248 823 | 35.217.46.0/24 824 | 35.217.47.128/25 825 | 35.217.48.0/20 826 | 35.217.48.195 827 | 35.217.49.160/27 828 | 35.217.50.0/25 829 | 35.217.51.0/24 830 | 35.217.52.117 831 | 35.217.53.128/25 832 | 35.217.54.0/25 833 | 35.217.55.96/27 834 | 35.217.56.6 835 | 35.217.57.184 836 | 35.217.58.0/24 837 | 35.217.59.64/26 838 | 35.217.60.0/24 839 | 35.217.61.128/25 840 | 35.217.62.0/24 841 | 35.217.63.128/24 842 | 35.219.225.0/24 843 | 35.219.225.149 844 | 35.219.226.0/23 845 | 35.219.226.57 846 | 35.219.227.0/24 847 | 35.219.228.0/22 848 | 35.219.228.37 849 | 35.219.229.128/25 850 | 35.219.230.0/23 851 | 35.219.235.0/24 852 | 35.219.236.0/24 853 | 35.219.236.198 854 | 35.219.238.0/23 855 | 35.219.238.115 856 | 35.219.239.0/24 857 | 35.219.241.0/24 858 | 35.219.242.0/23 859 | 35.219.242.221 860 | 35.219.243.191 861 | 35.219.244.0/22 862 | 35.219.244.1 863 | 35.219.245.0/24 864 | 35.219.246.159 865 | 35.219.247.0/26 866 | 35.219.248.0/23 867 | 35.219.248.0/24 868 | 35.219.249.126 869 | 35.219.251.0/24 870 | 35.219.251.186 871 | 35.219.252.0/23 872 | 35.219.254.0/24 873 | 64.233.161.207 874 | 64.233.162.207 875 | 64.233.163.207 876 | 64.233.164.207 877 | 64.233.165.207 878 | 66.22.196.0/22 879 | 66.22.196.0/26 880 | 66.22.197.0/24 881 | 66.22.198.0/26 882 | 66.22.199.0/24 883 | 66.22.200.0/24 884 | 66.22.200.0/26 885 | 66.22.202.0/24 886 | 66.22.202.0/26 887 | 66.22.204.0/24 888 | 66.22.206.0/24 889 | 66.22.208.0/24 890 | 66.22.208.0/25 891 | 66.22.210.0/24 892 | 66.22.210.0/26 893 | 66.22.212.0/24 894 | 66.22.214.0/24 895 | 66.22.216.0/23 896 | 66.22.220.0/22 897 | 66.22.220.0/25 898 | 66.22.221.0/24 899 | 66.22.222.0/23 900 | 66.22.224.0/21 901 | 66.22.224.0/25 902 | 66.22.225.0/26 903 | 66.22.226.0/25 904 | 66.22.227.0/25 905 | 66.22.228.0/22 906 | 66.22.233.0/24 907 | 66.22.234.0/24 908 | 66.22.236.0/23 909 | 66.22.238.0/24 910 | 66.22.240.0/22 911 | 66.22.244.0/23 912 | 66.22.244.0/24 913 | 66.22.248.0/24 914 | 74.125.131.207 915 | 74.125.205.207 916 | 104.17.51.93 917 | 104.17.117.93 918 | 104.18.4.161 919 | 104.18.5.161 920 | 104.18.8.105 921 | 104.18.9.105 922 | 104.18.30.128 923 | 104.18.31.128 924 | 104.21.2.204 925 | 104.21.25.51 926 | 104.21.40.151 927 | 104.21.59.128 928 | 104.21.72.221 929 | 104.21.82.160 930 | 108.177.14.207 931 | 138.128.140.0/24 932 | 138.128.140.240/28 933 | 142.250.150.207 934 | 142.251.1.207 935 | 162.159.128.232/30 936 | 162.159.129.232/30 937 | 162.159.129.233/30 938 | 162.159.130.0/24 939 | 162.159.130.232/30 940 | 162.159.133.0/24 941 | 162.159.133.232/30 942 | 162.159.134.0/23 943 | 162.159.134.232/30 944 | 162.159.135.232/30 945 | 162.159.136.0/24 946 | 162.159.136.232/30 947 | 162.159.137.232/30 948 | 162.159.138.232/30 949 | 172.65.202.0/24 950 | 172.65.202.19 951 | 172.65.247.0/24 952 | 172.66.41.34 953 | 172.66.42.222 954 | 172.67.152.224/28 955 | 172.67.155.163 956 | 172.67.159.89 957 | 172.67.177.131 958 | 172.67.222.182 959 | 173.194.73.207 960 | 173.194.220.207 961 | 173.194.221.207 962 | 173.194.222.207 963 | 188.114.96.2 964 | 188.114.97.2 965 | 188.114.98.224 966 | 188.114.99.224 967 | 204.11.56.48 968 | 209.85.233.207 969 | -------------------------------------------------------------------------------- /killall.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/killall.exe -------------------------------------------------------------------------------- /list-discord.txt: -------------------------------------------------------------------------------- 1 | cdn.discordapp.com 2 | cloudflare-ech.com 3 | dis.gd 4 | discord-activities.com 5 | discord-attachments-uploads-prd.storage.googleapis.com 6 | discord.app 7 | discord.co 8 | discord.com 9 | discord.design 10 | discord.dev 11 | discord.gg 12 | discord.gift 13 | discord.gifts 14 | discord.media 15 | discord.new 16 | discord.status 17 | discord.store 18 | discord.tools 19 | discordactivities.com 20 | discordapp.com 21 | discordapp.io 22 | discordapp.net 23 | discordcdn.com 24 | discordmerch.com 25 | discordpartygames.com 26 | discordsays.com 27 | discordsez.com 28 | discordstatus.com 29 | dn.com 30 | gateway.discord.gg 31 | googleapis.com 32 | images-ext-1.discordapp.net 33 | media.discordapp.net 34 | stable.dl2.discordapp.net 35 | tenor.com 36 | -------------------------------------------------------------------------------- /list-general.txt: -------------------------------------------------------------------------------- 1 | 10tv.app 2 | 7tv.app 3 | 7tv.gg 4 | 7tv.io 5 | abd.twimg.com 6 | accounts.google.com 7 | ad.doubleclick.net 8 | adservice.google.com 9 | akamai.steamstatic.com 10 | aksor.pro 11 | amazon.com 12 | aniboom.one 13 | animego.org 14 | api-v2.soundcloud.com 15 | api.mod.io 16 | api.steampowered.com 17 | api.twitch.tv 18 | archive.org 19 | avatars.akamai.steamstatic.com 20 | bbc.com 21 | betterttv.net 22 | boom-img.com 23 | bootstrapcdn.com 24 | cdn.akamai.steamstatic.com 25 | cdn.battleye.com 26 | cdn.betterttv.net 27 | cdn.discordapp.com 28 | cdn.frankerfacez.com 29 | cdn.hsmedia.ru 30 | cdn.vigo.one 31 | cdninstagram.com 32 | cdnjs.cloudflare.com 33 | clan.akamai.steamstatic.com 34 | clients6.google.com 35 | cloud.kodik-storage.com 36 | cloudflare-ech.com 37 | cloudflare.com 38 | cloudflare.steamstatic.com 39 | cm.mgid.com 40 | code.jquery.com 41 | community.akamai.steamstatic.com 42 | dev.twitch.tv 43 | developer.valvesoftware.com 44 | dis.gd 45 | discord-activities.com 46 | discord-attachments-uploads-prd.storage.googleapis.com 47 | discord.app 48 | discord.co 49 | discord.com 50 | discord.design 51 | discord.dev 52 | discord.gg 53 | discord.gift 54 | discord.gifts 55 | discord.media 56 | discord.new 57 | discord.status 58 | discord.store 59 | discord.tools 60 | discordactivities.com 61 | discordapp.com 62 | discordapp.io 63 | discordapp.net 64 | discordcdn.com 65 | discordmerch.com 66 | discordpartygames.com 67 | discordsays.com 68 | discordsez.com 69 | discordstatus.com 70 | dn.com 71 | dns.comss.one 72 | dns.controld.com 73 | doubleclick.net 74 | dtf.ru 75 | en.wikipedia.org 76 | ext-twitch.tv 77 | facebook.com 78 | fandom.com 79 | fbcdn.net 80 | fburl.com 81 | ffzap.com 82 | fonts.googleapis.com 83 | frankerfacez.com 84 | gateway.discord.gg 85 | ggpht.com 86 | googleads.g.doubleclick.net 87 | googleadservices.com 88 | googleapis.com 89 | googlesyndication.com 90 | googletagmanager.com 91 | googleusercontent.com 92 | googlevideo.com 93 | gvt1.com 94 | help.steampowered.com 95 | help.twitch.tv 96 | holod.media 97 | i.ytimg.com 98 | id.twitch.tv 99 | imagedelivery.net 100 | images-ext-1.discordapp.net 101 | img.yani.tv 102 | indigogobot.com 103 | instagram.com 104 | jnn-pa.googleapis.com 105 | jquery.com 106 | jut.su 107 | kodik-storage.com 108 | kodik.biz 109 | kodik.info 110 | linkedin.com 111 | media.discordapp.net 112 | mod.io 113 | mullvad.net 114 | news.google.com 115 | nnmclub.to 116 | ntc.party 117 | pagead2.googlesyndication.com 118 | pbs.twimg.com 119 | pikabu.ru 120 | play.google.com 121 | player-aksor.yani.tv 122 | player.aksor.pro 123 | playerjs.com 124 | proton.me 125 | reddit.com 126 | relax.cloud.kodik-storage.com 127 | ru.linkedin.com 128 | ru.wikipedia.org 129 | rutracker.cc 130 | rutracker.org 131 | safeframe.googlesyndication.com 132 | shared.akamai.steamstatic.com 133 | shared.cloudflare.steamstatic.com 134 | soundcloud.com 135 | stable.dl2.discordapp.net 136 | stackpath.bootstrapcdn.com 137 | static.doubleclick.net 138 | stats.g.doubleclick.net 139 | steamcommunity.com 140 | steamstatic.com 141 | store.akamai.steamstatic.com 142 | store.steampowered.com 143 | support.steampowered.com 144 | t.co 145 | t.me 146 | tenor.com 147 | torproject.org 148 | tpc.googlesyndication.com 149 | twimg.com 150 | twitch.tv 151 | twitchcdn.net 152 | twitter.com 153 | ufouxbwn.com 154 | vast.ufouxbwn.com 155 | video-ik-ok-ii.xyz 156 | video.akamai.steamstatic.com 157 | video.twimg.com 158 | vidoomy.com 159 | vortex.data.microsoft.com 160 | web.archive.org 161 | wide-youtube.l.google.com 162 | wire.com 163 | x.com 164 | ya-ligh.com 165 | ya-ligt.com 166 | ya-liht.com 167 | yani.tv 168 | youtu.be 169 | youtube-nocookie.com 170 | youtube-ui.l.google.com 171 | youtube.com 172 | youtube.googleapis.com 173 | youtubeembeddedplayer.googleapis.com 174 | youtubei.googleapis.com 175 | youtubekids.com 176 | yt-video-upload.l.google.com 177 | yt.be 178 | yt3.ggpht.com 179 | yt4.ggpht.com 180 | ytimg.com 181 | ytimg.l.google.com 182 | yummy-anime.ru 183 | yummyani.me 184 | -------------------------------------------------------------------------------- /mdig.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/mdig.exe -------------------------------------------------------------------------------- /quic_initial_www_google_com.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/quic_initial_www_google_com.bin -------------------------------------------------------------------------------- /tls_clienthello_www_google_com.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/tls_clienthello_www_google_com.bin -------------------------------------------------------------------------------- /winws.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pumPCin/AntiZapret/e5f71450a41ad8d8792c07530aca73177f54a21a/winws.exe --------------------------------------------------------------------------------