From 801b29ea2c13757519c02d18866167f1b9e30151 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 15 Apr 2022 10:39:13 -0500 Subject: [PATCH] =?UTF-8?q?feat(dir):=20=E2=9C=A8=20add=20Syncthing=20Rela?= =?UTF-8?q?y=20Server=20IPs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/Directory/data/FilterList.json | 8 ++++++++ services/Directory/data/FilterListMaintainer.json | 4 ++++ services/Directory/data/FilterListSyntax.json | 4 ++++ services/Directory/data/FilterListTag.json | 4 ++++ services/Directory/data/FilterListViewUrl.json | 6 ++++++ services/Directory/data/Maintainer.json | 6 ++++++ services/Directory/data/Tag.json | 2 +- 7 files changed, 33 insertions(+), 1 deletion(-) diff --git a/services/Directory/data/FilterList.json b/services/Directory/data/FilterList.json index ab31882ab..6df409ee9 100644 --- a/services/Directory/data/FilterList.json +++ b/services/Directory/data/FilterList.json @@ -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" } ] diff --git a/services/Directory/data/FilterListMaintainer.json b/services/Directory/data/FilterListMaintainer.json index 3ef2a6f76..809074aa7 100644 --- a/services/Directory/data/FilterListMaintainer.json +++ b/services/Directory/data/FilterListMaintainer.json @@ -5822,5 +5822,9 @@ { "filterListId": 2577, "maintainerId": 158 + }, + { + "filterListId": 2578, + "maintainerId": 174 } ] diff --git a/services/Directory/data/FilterListSyntax.json b/services/Directory/data/FilterListSyntax.json index 4349d3c10..4f801504e 100644 --- a/services/Directory/data/FilterListSyntax.json +++ b/services/Directory/data/FilterListSyntax.json @@ -8694,5 +8694,9 @@ { "filterListId": 2577, "syntaxId": 10 + }, + { + "filterListId": 2578, + "syntaxId": 9 } ] diff --git a/services/Directory/data/FilterListTag.json b/services/Directory/data/FilterListTag.json index 087de3726..8c01e4c77 100644 --- a/services/Directory/data/FilterListTag.json +++ b/services/Directory/data/FilterListTag.json @@ -12618,5 +12618,9 @@ { "filterListId": 2567, "tagId": 5 + }, + { + "filterListId": 2578, + "tagId": 10 } ] diff --git a/services/Directory/data/FilterListViewUrl.json b/services/Directory/data/FilterListViewUrl.json index e2faabf5b..f0c9a4d25 100644 --- a/services/Directory/data/FilterListViewUrl.json +++ b/services/Directory/data/FilterListViewUrl.json @@ -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" } ] diff --git a/services/Directory/data/Maintainer.json b/services/Directory/data/Maintainer.json index 8a7d6768a..cf353e956 100644 --- a/services/Directory/data/Maintainer.json +++ b/services/Directory/data/Maintainer.json @@ -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" } ] diff --git a/services/Directory/data/Tag.json b/services/Directory/data/Tag.json index 669cabeb5..766f5ab26 100644 --- a/services/Directory/data/Tag.json +++ b/services/Directory/data/Tag.json @@ -47,7 +47,7 @@ { "description": "Unblocks categorical resources", "id": 10, - "name": "whitelist" + "name": "allowlist" }, { "description": "Blocks adult, NSFW, pornographic, etc. resources",