mirror of
https://github.com/ldxw/cdn.git
synced 2026-08-14 04:51:24 +08:00
add domain and ip
This commit is contained in:
@@ -128,23 +128,24 @@
|
||||
"remarks": "代理扩展GeoIP(需先更新第三方GeoIP)"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"outboundTag": "proxy",
|
||||
"domain": [
|
||||
"domain:example.com"
|
||||
],
|
||||
"enabled": false,
|
||||
"remarks": "手动添加代理域名"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"outboundTag": "proxy",
|
||||
"ip": [
|
||||
"1.1.1.1"
|
||||
],
|
||||
"enabled": false,
|
||||
"remarks": "手动添加代理IP"
|
||||
}
|
||||
"type": "field",
|
||||
"outboundTag": "proxy",
|
||||
"domain": [
|
||||
"domain:example.com"
|
||||
],
|
||||
"enabled": false,
|
||||
"remarks": "手动添加代理域名"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"outboundTag": "proxy",
|
||||
"ip": [
|
||||
"1.1.1.1",
|
||||
"8.8.8.8"
|
||||
],
|
||||
"enabled": false,
|
||||
"remarks": "手动添加代理IP"
|
||||
},
|
||||
{
|
||||
"type": "field",
|
||||
"port": "0-65535",
|
||||
@@ -152,4 +153,4 @@
|
||||
"enabled": true,
|
||||
"remarks": "最终直连"
|
||||
}
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user