├── .gitattributes
├── .github
├── ISSUE_TEMPLATE
│ └── bug_report.yml
└── workflows
│ ├── comment.yml
│ └── stale.yml
├── .gitignore
├── .service
├── ipset-service.txt
└── version.txt
├── LICENSE.txt
├── README.md
├── bin
├── WinDivert.dll
├── WinDivert64.sys
├── cygwin1.dll
├── quic_initial_www_google_com.bin
├── tls_clienthello_4pda_to.bin
├── tls_clienthello_www_google_com.bin
└── winws.exe
├── general (ALT).bat
├── general (ALT10).bat
├── general (ALT2).bat
├── general (ALT3).bat
├── general (ALT4).bat
├── general (ALT5).bat
├── general (ALT6).bat
├── general (ALT7).bat
├── general (ALT8).bat
├── general (ALT9).bat
├── general (FAKE TLS AUTO ALT).bat
├── general (FAKE TLS AUTO ALT2).bat
├── general (FAKE TLS AUTO ALT3).bat
├── general (FAKE TLS AUTO).bat
├── general (SIMPLE FAKE ALT).bat
├── general (SIMPLE FAKE).bat
├── general.bat
├── lists
├── ipset-all.txt
├── ipset-all.txt.backup
├── ipset-exclude.txt
├── list-exclude.txt
├── list-general.txt
└── list-google.txt
└── service.bat
/.gitattributes:
--------------------------------------------------------------------------------
1 | *.bat text eol=crlf
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml
--------------------------------------------------------------------------------
/.github/workflows/comment.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/.github/workflows/comment.yml
--------------------------------------------------------------------------------
/.github/workflows/stale.yml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/.github/workflows/stale.yml
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.service/ipset-service.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/.service/ipset-service.txt
--------------------------------------------------------------------------------
/.service/version.txt:
--------------------------------------------------------------------------------
1 | 1.9.0b
--------------------------------------------------------------------------------
/LICENSE.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/LICENSE.txt
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/README.md
--------------------------------------------------------------------------------
/bin/WinDivert.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/WinDivert.dll
--------------------------------------------------------------------------------
/bin/WinDivert64.sys:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/WinDivert64.sys
--------------------------------------------------------------------------------
/bin/cygwin1.dll:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/cygwin1.dll
--------------------------------------------------------------------------------
/bin/quic_initial_www_google_com.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/quic_initial_www_google_com.bin
--------------------------------------------------------------------------------
/bin/tls_clienthello_4pda_to.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/tls_clienthello_4pda_to.bin
--------------------------------------------------------------------------------
/bin/tls_clienthello_www_google_com.bin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/tls_clienthello_www_google_com.bin
--------------------------------------------------------------------------------
/bin/winws.exe:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/bin/winws.exe
--------------------------------------------------------------------------------
/general (ALT).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT).bat
--------------------------------------------------------------------------------
/general (ALT10).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT10).bat
--------------------------------------------------------------------------------
/general (ALT2).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT2).bat
--------------------------------------------------------------------------------
/general (ALT3).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT3).bat
--------------------------------------------------------------------------------
/general (ALT4).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT4).bat
--------------------------------------------------------------------------------
/general (ALT5).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT5).bat
--------------------------------------------------------------------------------
/general (ALT6).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT6).bat
--------------------------------------------------------------------------------
/general (ALT7).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT7).bat
--------------------------------------------------------------------------------
/general (ALT8).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT8).bat
--------------------------------------------------------------------------------
/general (ALT9).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (ALT9).bat
--------------------------------------------------------------------------------
/general (FAKE TLS AUTO ALT).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (FAKE TLS AUTO ALT).bat
--------------------------------------------------------------------------------
/general (FAKE TLS AUTO ALT2).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (FAKE TLS AUTO ALT2).bat
--------------------------------------------------------------------------------
/general (FAKE TLS AUTO ALT3).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (FAKE TLS AUTO ALT3).bat
--------------------------------------------------------------------------------
/general (FAKE TLS AUTO).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (FAKE TLS AUTO).bat
--------------------------------------------------------------------------------
/general (SIMPLE FAKE ALT).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (SIMPLE FAKE ALT).bat
--------------------------------------------------------------------------------
/general (SIMPLE FAKE).bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general (SIMPLE FAKE).bat
--------------------------------------------------------------------------------
/general.bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/general.bat
--------------------------------------------------------------------------------
/lists/ipset-all.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/lists/ipset-all.txt
--------------------------------------------------------------------------------
/lists/ipset-all.txt.backup:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/lists/ipset-all.txt.backup
--------------------------------------------------------------------------------
/lists/ipset-exclude.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/lists/ipset-exclude.txt
--------------------------------------------------------------------------------
/lists/list-exclude.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/lists/list-exclude.txt
--------------------------------------------------------------------------------
/lists/list-general.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/lists/list-general.txt
--------------------------------------------------------------------------------
/lists/list-google.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/lists/list-google.txt
--------------------------------------------------------------------------------
/service.bat:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Flowseal/zapret-discord-youtube/HEAD/service.bat
--------------------------------------------------------------------------------