add domain and ip

This commit is contained in:
ldxw
2026-04-10 20:18:58 +08:00
parent 58029b4ad9
commit 5c8ec75c13
2 changed files with 20 additions and 18 deletions
+19 -18
View File
@@ -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": "最终直连"
}
]
]