mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
feat(dir): ✨ add Syncthing Relay Server IPs
This commit is contained in:
parent
6903c366b3
commit
801b29ea2c
7 changed files with 33 additions and 1 deletions
|
|
@ -17346,5 +17346,13 @@
|
|||
"issuesUrl": "https://gitlab.com/curben/vn-badsite-filter/issues",
|
||||
"licenseId": 28,
|
||||
"name": "vn-badsite-filter (IE)"
|
||||
},
|
||||
{
|
||||
"description": "Machine-readable .txt allowlist of Syncthing Relay Server IP Addresses, updated every hour.",
|
||||
"homeUrl": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs",
|
||||
"id": 2578,
|
||||
"issuesUrl": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/issues",
|
||||
"licenseId": 10,
|
||||
"name": "Syncthing Relay Server IPs"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5822,5 +5822,9 @@
|
|||
{
|
||||
"filterListId": 2577,
|
||||
"maintainerId": 158
|
||||
},
|
||||
{
|
||||
"filterListId": 2578,
|
||||
"maintainerId": 174
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8694,5 +8694,9 @@
|
|||
{
|
||||
"filterListId": 2577,
|
||||
"syntaxId": 10
|
||||
},
|
||||
{
|
||||
"filterListId": 2578,
|
||||
"syntaxId": 9
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -12618,5 +12618,9 @@
|
|||
{
|
||||
"filterListId": 2567,
|
||||
"tagId": 5
|
||||
},
|
||||
{
|
||||
"filterListId": 2578,
|
||||
"tagId": 10
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16114,5 +16114,11 @@
|
|||
"id": 2842,
|
||||
"primariness": 1,
|
||||
"url": "https://curben.gitlab.io/malware-filter/vn-badsite-filter.tpl"
|
||||
},
|
||||
{
|
||||
"filterListId": 2578,
|
||||
"id": 2843,
|
||||
"primariness": 1,
|
||||
"url": "https://github.com/elliotwutingfeng/SyncthingRelayServerIPs/blob/main/ips.txt?raw=1"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -900,5 +900,11 @@
|
|||
"id": 173,
|
||||
"name": "green1052",
|
||||
"url": "https://github.com/green1052"
|
||||
},
|
||||
{
|
||||
"emailAddress": "wutingfeng@outlook.com",
|
||||
"id": 174,
|
||||
"name": "Wu Tingfeng",
|
||||
"url": "https://github.com/elliotwutingfeng"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
{
|
||||
"description": "Unblocks categorical resources",
|
||||
"id": 10,
|
||||
"name": "whitelist"
|
||||
"name": "allowlist"
|
||||
},
|
||||
{
|
||||
"description": "Blocks adult, NSFW, pornographic, etc. resources",
|
||||
|
|
|
|||
Loading…
Reference in a new issue