up
This commit is contained in:
12455
config/server/include/ad.json
Normal file
12455
config/server/include/ad.json
Normal file
File diff suppressed because it is too large
Load Diff
30
config/server/include/ban.json
Normal file
30
config/server/include/ban.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"domain:epochtimes.com",
|
||||
"domain:epochtimes.com.tw",
|
||||
"domain:epochtimes.fr",
|
||||
"domain:epochtimes.de",
|
||||
"domain:epochtimes.jp",
|
||||
"domain:epochtimes.ru",
|
||||
"domain:epochtimes.co.il",
|
||||
"domain:epochtimes.co.kr",
|
||||
"domain:epochtimes-romania.com",
|
||||
"domain:erabaru.net",
|
||||
"domain:lagranepoca.com",
|
||||
"domain:theepochtimes.com",
|
||||
"domain:ntdtv.com",
|
||||
"domain:ntd.tv",
|
||||
"domain:ntdtv-dc.com",
|
||||
"domain:ntdtv.com.tw",
|
||||
"domain:minghui.org",
|
||||
"domain:renminbao.com",
|
||||
"domain:dafahao.com",
|
||||
"domain:dongtaiwang.com",
|
||||
"domain:falundafa.org",
|
||||
"domain:wujieliulan.com",
|
||||
"domain:ninecommentaries.com",
|
||||
"domain:shenyun.com"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
7
config/server/include/bt.json
Normal file
7
config/server/include/bt.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"type": "field",
|
||||
"protocol": [
|
||||
"bittorrent"
|
||||
],
|
||||
"outboundTag": "blocked"
|
||||
}
|
12
config/server/include/mtproto.json
Normal file
12
config/server/include/mtproto.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"protocol": "mtproto",
|
||||
"port": 6666,
|
||||
"tag": "tg-in",
|
||||
"settings": {
|
||||
"users": [
|
||||
{
|
||||
"secret": "bb8a7fbd7190e345024845f07373ec48"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
16
config/server/include/socks.json
Normal file
16
config/server/include/socks.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"protocol": "socks",
|
||||
"port": 6666,
|
||||
"settings": {
|
||||
"auth": "password",
|
||||
"accounts": [
|
||||
{
|
||||
"user": "233v2.com",
|
||||
"pass": "233blog.com"
|
||||
}
|
||||
],
|
||||
"udp": true,
|
||||
"timeout": 0,
|
||||
"userLevel": 1
|
||||
}
|
||||
}
|
11
config/server/include/ss.json
Normal file
11
config/server/include/ss.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"protocol": "shadowsocks",
|
||||
"port": 6666,
|
||||
"settings": {
|
||||
"method": "chacha20-ietf",
|
||||
"password": "233blog.com",
|
||||
"network": "tcp,udp",
|
||||
"level": 1,
|
||||
"ota": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user