mirror of
https://github.com/itdoginfo/allow-domains.git
synced 2026-03-26 06:46:24 +03:00
Compare commits
3 Commits
2025-02-08
...
2025-02-10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b75eb3aaec | ||
|
|
bdfb0cf815 | ||
|
|
0170df9089 |
2
.github/workflows/create-lists.yml
vendored
2
.github/workflows/create-lists.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
-v ${{ github.workspace }}/Services:/app/Services \
|
||||
-v ${{ github.workspace }}/SRS:/app/SRS \
|
||||
-v ${{ github.workspace }}/DAT:/app/DAT \
|
||||
itdoginfo/compilesrs:0.1.8
|
||||
itdoginfo/compilesrs:0.1.9
|
||||
|
||||
- name: Check Russia/inside-dnsmasq-ipset
|
||||
uses: itdoginfo/dnsmasq-action@0.1
|
||||
|
||||
@@ -634,7 +634,6 @@ svtv.org
|
||||
swagger.io
|
||||
swissinfo.ch
|
||||
synoforum.com
|
||||
t.co
|
||||
tableau.com
|
||||
tayga.info
|
||||
te-st.org
|
||||
@@ -699,7 +698,6 @@ twtrdns.net
|
||||
twttr.com
|
||||
twttr.net
|
||||
twvid.com
|
||||
ua
|
||||
ui.ill.in.ua
|
||||
ukr.net
|
||||
ukr.radio
|
||||
|
||||
@@ -134,6 +134,7 @@ def kvas(src, out, remove={'google.com'}):
|
||||
if not tldextract.extract(line).domain and tldextract.extract(line).suffix:
|
||||
domains.add(tldextract.extract(line.rstrip()).suffix)
|
||||
|
||||
domains = domains - remove
|
||||
domains = sorted(domains)
|
||||
|
||||
with open(f'{out}-kvas.lst', 'w') as file:
|
||||
@@ -395,7 +396,7 @@ if __name__ == '__main__':
|
||||
Path("Russia").mkdir(parents=True, exist_ok=True)
|
||||
|
||||
removeDomains = {'google.com', 'googletagmanager.com', 'github.com', 'githubusercontent.com', 'githubcopilot.com', 'microsoft.com', 'cloudflare-dns.com', 'parsec.app' }
|
||||
removeDomainsKvas = {'google.com', 'googletagmanager.com', 'github.com', 'githubusercontent.com', 'githubcopilot.com', 'microsoft.com', 'cloudflare-dns.com', 'parsec.app', 't.co' }
|
||||
removeDomainsKvas = {'google.com', 'googletagmanager.com', 'github.com', 'githubusercontent.com', 'githubcopilot.com', 'microsoft.com', 'cloudflare-dns.com', 'parsec.app', 't.co', 'ua' }
|
||||
|
||||
inside_lists = [rusDomainsInsideCategories, rusDomainsInsideServices]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user