Skip to content

Commit

Permalink
Update 101112
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkyg authored Feb 7, 2022
1 parent 3ca47f6 commit e0271ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 123/101112
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"servers": [
{
"address": "127.0.0.1",
"port": 40000
"port": 40000
}
]
}
Expand All @@ -30,12 +30,12 @@
{
"type": "field",
"outboundTag": "IP6-out",
"domain": [""]
"domain": [""] // 必填!自定义域名走IPv6,例:["geosite:netflix","geosite:*****"]或["netflix.com","****.**"]
},
{
"type": "field",
"outboundTag": "warp",
"domain": [""]
"outboundTag": "socks5-warp",
"domain": [""] // 必填!自定义域名走socks5-warp,,例:["geosite:netflix","geosite:*****"]或["netflix.com","****.**"]
},
{
"type": "field",
Expand Down

0 comments on commit e0271ef

Please sign in to comment.