diff options
author | crupest <crupest@outlook.com> | 2024-09-08 23:21:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-09-08 23:21:49 +0800 |
commit | cbe3f1de55795809ddda910122bc51c395dae48c (patch) | |
tree | 84b633007fd8af8737e5e8eab105359d0ba368cd /tools | |
parent | 75fdbb905d8b3eebf4abba12aee92ec97582dd5f (diff) | |
download | crupest-cbe3f1de55795809ddda910122bc51c395dae48c.tar.gz crupest-cbe3f1de55795809ddda910122bc51c395dae48c.tar.bz2 crupest-cbe3f1de55795809ddda910122bc51c395dae48c.zip |
feat(secret): update list.
TODO: merge two lists to one.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Crupest.V2ray/Crupest.V2ray/proxy.txt | 39 | ||||
-rwxr-xr-x | tools/ruby-tools/generate-surge-geosite.rb | 41 |
2 files changed, 65 insertions, 15 deletions
diff --git a/tools/Crupest.V2ray/Crupest.V2ray/proxy.txt b/tools/Crupest.V2ray/Crupest.V2ray/proxy.txt index beeab15..33d3913 100644 --- a/tools/Crupest.V2ray/Crupest.V2ray/proxy.txt +++ b/tools/Crupest.V2ray/Crupest.V2ray/proxy.txt @@ -5,15 +5,40 @@ GeoSite twitter GeoSite facebook GeoSite discord GeoSite reddit -GeoSite wikimedia +GeoSite twitch +GeoSite onedrive +GeoSite quora +GeoSite telegram +GeoSite imgur GeoSite stackexchange -GeoSite libgen + +GeoSite duckduckgo +GeoSite wikimedia +GeoSite gitbook +GeoSite gitlab +GeoSite sourceforge +GeoSite creativecommons +GeoSite archive +GeoSite matrix +GeoSite tor + GeoSite python GeoSite ruby -GeoSite creativecommons -GeoSite sci-hub -GeoSite v2ray -GeoSite imgur +GeoSite rust +GeoSite nodejs GeoSite npmjs -GeoSite onedrive +GeoSite qt +GeoSite docker +GeoSite v2ray +GeoSite homebrew + +GeoSite jsdelivr +GeoSite fastly +GeoSite heroku +GeoSite bootstrap +GeoSite vercel +GeoSite ieee +GeoSite sci-hub +GeoSite libgen +GeoSite z-library diff --git a/tools/ruby-tools/generate-surge-geosite.rb b/tools/ruby-tools/generate-surge-geosite.rb index d6a5113..ae93e9a 100755 --- a/tools/ruby-tools/generate-surge-geosite.rb +++ b/tools/ruby-tools/generate-surge-geosite.rb @@ -16,18 +16,43 @@ START_FILES = facebook discord reddit - wikimedia + twitch + onedrive + quora + telegram + imgur stackexchange - libgen + + duckduckgo + wikimedia + gitbook + gitlab + sourceforge + creativecommons + archive + matrix + tor + python ruby - creativecommons - sci-hub - v2ray - imgur + rust + nodejs npmjs - onedrive - matrix + qt + docker + v2ray + homebrew + + jsdelivr + fastly + heroku + bootstrap + vercel + + ieee + sci-hub + libgen + z-library ], T::Array[String] ) |