Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Richard Chen 2020-02-09 18:06:32 +08:00
commit 02989df3cc
No known key found for this signature in database
GPG Key ID: BD81B3FB9AEC3951
41 changed files with 104 additions and 11 deletions

View File

@ -4,7 +4,7 @@ This project manages a list of domains, to be used as geosites for routing purpo
## Purpose of this project ## Purpose of this project
This project contains only lists of domains. It is not opinionated, such as a domain should be blocked, or a domain should be proxied. This list can be used to generate routing rules on demand. This project is not opinionated. In other words, it does NOT endorse, claim or imply that a domain should be blocked or proxied. It can be used to generate routing rules on demand.
## Structure of data ## Structure of data
@ -26,7 +26,7 @@ Syntax:
* Subdomain begins with `domain:`, followed by a valid domain name. The prefix `domain:` may be omitted. * Subdomain begins with `domain:`, followed by a valid domain name. The prefix `domain:` may be omitted.
* Keyword begins with `keyword:`, followed by a string. * Keyword begins with `keyword:`, followed by a string.
* Regular expression begins with `regex:`, followed by a valid regular expression (per Golang's standard). * Regular expression begins with `regex:`, followed by a valid regular expression (per Golang's standard).
* Full domain begins with `full:`, followed by a domain. * Full domain begins with `full:`, followed by a complete and valid domain name.
* Domains (including `domain`, `keyword`, `regex` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute. * Domains (including `domain`, `keyword`, `regex` and `full`) may have one or more attributes. Each attribute begins with `@` and followed by the name of the attribute.
## How it works ## How it works
@ -40,8 +40,8 @@ To generate a section:
3. Omit all empty lines. 3. Omit all empty lines.
4. Generate each `domain:` line into a [sub-domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L21). 4. Generate each `domain:` line into a [sub-domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L21).
5. Generate each `keyword:` line into a [plain domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L17). 5. Generate each `keyword:` line into a [plain domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L17).
6. Generate each `regex:` line into a [regex domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L19) 6. Generate each `regex:` line into a [regex domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L19).
7. Generate each `full:` line into a [full domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L23) 7. Generate each `full:` line into a [full domain routing rule](https://github.com/v2ray/v2ray-core/blob/master/app/router/config.proto#L23).
## How to organize domains ## How to organize domains
@ -57,4 +57,4 @@ Attribute is useful for sub-group of domains, especially for filtering purpose.
* Please begin with small size PRs, say modification in a single file. * Please begin with small size PRs, say modification in a single file.
* A PR must be reviewed and approved by another member. * A PR must be reviewed and approved by another member.
* After a few successful PRs, you may applied for manager access of this repository. * After a few successful PRs, you may apply for manager access of this repository.

2
data/928plus Normal file
View File

@ -0,0 +1,2 @@
928.plus
zind.cloud

1
data/aaex Normal file
View File

@ -0,0 +1 @@
aaex.uk

1
data/adcolony-ads Normal file
View File

@ -0,0 +1 @@
adcolony.com @ads

1
data/amytele Normal file
View File

@ -0,0 +1 @@
amytele.com

1
data/baicaonetwork Normal file
View File

@ -0,0 +1 @@
baicaonetwork.com

1
data/bighead Normal file
View File

@ -0,0 +1 @@
bighead.group

1
data/blinkload Normal file
View File

@ -0,0 +1 @@
blinkload.zone

2
data/boslife Normal file
View File

@ -0,0 +1,2 @@
boslife.biz
boslife.net

4
data/bttzyw Normal file
View File

@ -0,0 +1,4 @@
btt804.com
btt904.com
bttzyw.com
bttzyw.net

View File

@ -1,6 +1,7 @@
include:91porn include:91porn
include:avgle include:avgle
include:beeg include:beeg
include:bttzyw
include:caoliu include:caoliu
include:chaturbate include:chaturbate
include:eporner include:eporner
@ -10,6 +11,7 @@ include:hqporner
include:javbus include:javbus
include:javfinder include:javfinder
include:javhd include:javhd
include:javlibrary
include:javwide include:javwide
include:kindgirls include:kindgirls
include:metart include:metart
@ -17,9 +19,11 @@ include:netflav
include:pigav include:pigav
include:pornhd include:pornhd
include:pornhub include:pornhub
include:press
include:redtube include:redtube
include:theporndude include:theporndude
include:tube8 include:tube8
include:vaginacontest
include:xart include:xart
include:xhamster include:xhamster
include:xnxx include:xnxx

34
data/category-vpnservices Normal file
View File

@ -0,0 +1,34 @@
# Disclaimer: We do NOT endorse or claim that the VPN services below are legal or safe, please use at your own risk and observe local laws, rules and regulations.
# Reference: https://duyaoss.com/archives/3/
include:928plus
include:aaex
include:amytele
include:baicaonetwork
include:bighead
include:blinkload
include:boslife
include:cloudn
include:conair
include:cordcloud
include:ctyun
include:cylink
include:dlercloud
include:duyaoss
include:hitun
include:maying
include:miaopasi
include:mocloudplus
include:mray
include:muncloud
include:n3ro
include:nexitally
include:paofuyun
include:renzhe
include:rixcloud
include:shadowsockscom
include:ssplive
include:ssrcloud
include:ssrpass
include:stcserver
include:surflite

1
data/change Normal file
View File

@ -0,0 +1 @@
change.org

1
data/chinapower Normal file
View File

@ -0,0 +1 @@
full:chinapower.csis.org

1
data/cloudn Normal file
View File

@ -0,0 +1 @@
cloudn.me

1
data/conair Normal file
View File

@ -0,0 +1 @@
conair.me

1
data/cordcloud Normal file
View File

@ -0,0 +1 @@
cordcloud.org

3
data/csis Normal file
View File

@ -0,0 +1,3 @@
csis.org
full:csis-prod.s3.amazonaws.com

1
data/ctyun Normal file
View File

@ -0,0 +1 @@
ctyun.online

2
data/cylink Normal file
View File

@ -0,0 +1,2 @@
cylink.pro
cylink0122.icu

View File

@ -1,3 +1,4 @@
dlercloud.com dlercloud.com
dlercloud.org dlercloud.org
dlercloud.me dlercloud.me
dleris.best

View File

@ -1,6 +1,9 @@
# This list contains domains that don't have access point in China. This is opposite to geolocation-cn. # This list contains domains that don't have access point in China. This is opposite to geolocation-cn.
# VPN tools and services & Privacy protection & Anti-GFW & Anti-censorship # VPN services
include:category-vpnservices
# VPN tools & Privacy protection & Anti-GFW & Anti-censorship
# References: # References:
# https://github.com/danoctavian/awesome-anti-censorship # https://github.com/danoctavian/awesome-anti-censorship
# https://github.com/KevinColemanInc/awesome-privacy # https://github.com/KevinColemanInc/awesome-privacy
@ -10,8 +13,6 @@ include:browserleaks
include:bypasscensorship include:bypasscensorship
include:datfoundation include:datfoundation
include:democracyearth include:democracyearth
include:dlercloud
include:duyaoss
include:eff include:eff
include:epicbrowser include:epicbrowser
include:ffprofile include:ffprofile
@ -25,14 +26,11 @@ include:i2p
include:ipfs include:ipfs
include:jitsi include:jitsi
include:lantern include:lantern
include:maying
include:nexitally
include:ntc include:ntc
include:onionshare include:onionshare
include:ooni include:ooni
include:openvpn include:openvpn
include:psiphon include:psiphon
include:rixcloud
include:shadowsocks include:shadowsocks
include:softether include:softether
include:stunnel include:stunnel
@ -164,6 +162,8 @@ include:wenzhao
# Organizations # Organizations
include:archive include:archive
include:change
include:csis
include:globalsecurity include:globalsecurity
include:who include:who
include:wikimedia include:wikimedia
@ -171,6 +171,7 @@ include:wto
# Science & Technology & Knowledge # Science & Technology & Knowledge
include:acm include:acm
include:chinapower
include:computingreviews include:computingreviews
include:elsevier include:elsevier
include:ieee include:ieee

View File

@ -9,3 +9,4 @@ googleanalytics.com
googlesyndication.com googlesyndication.com
googletagmanager.com googletagmanager.com
googletagservices.com googletagservices.com
adservice.google.com

2
data/hitun Normal file
View File

@ -0,0 +1,2 @@
hitun.io
xn--90wwvt03e.com # 海豚湾.com

1
data/javlibrary Normal file
View File

@ -0,0 +1 @@
javlibrary.com

1
data/miaopasi Normal file
View File

@ -0,0 +1 @@
xn--i2ru8q2qg.com # 喵帕斯.com

1
data/mocloudplus Normal file
View File

@ -0,0 +1 @@
mocloudplus.com

1
data/mray Normal file
View File

@ -0,0 +1 @@
mray.club

1
data/muncloud Normal file
View File

@ -0,0 +1 @@
muncloud.dog

3
data/n3ro Normal file
View File

@ -0,0 +1,3 @@
n3ro.fun
n3ro.live
n3ro.net

View File

@ -1,2 +1,3 @@
nexitally.com nexitally.com
nexitallysafe.com
nexitcore.com nexitcore.com

2
data/paofuyun Normal file
View File

@ -0,0 +1,2 @@
paofu.cloud
paofuyun.me

1
data/press Normal file
View File

@ -0,0 +1 @@
press.vin

1
data/renzhe Normal file
View File

@ -0,0 +1 @@
renzhe.cloud

2
data/shadowsockscom Normal file
View File

@ -0,0 +1,2 @@
shadowsocks.com
shadowsocks.nl

1
data/ssplive Normal file
View File

@ -0,0 +1 @@
ssplive.pw

4
data/ssrcloud Normal file
View File

@ -0,0 +1,4 @@
china-internet-exchange.com
cxkcloud.com
ssrcloud.com
ssrcloud.org

1
data/ssrpass Normal file
View File

@ -0,0 +1 @@
ssrpass.pw

1
data/stcserver Normal file
View File

@ -0,0 +1 @@
stc-server.com

2
data/surflite Normal file
View File

@ -0,0 +1,2 @@
surflite.co
surflite.net

1
data/vaginacontest Normal file
View File

@ -0,0 +1 @@
vaginacontest.com