Skip to content

Commit

Permalink
Update 3_naive_caddy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 committed Aug 25, 2021
1 parent 1a8d0c6 commit d6245fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2ray(E+B+C+D+G+A)+trojan+naiveproxy/3_naive_caddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"listen": ["127.0.0.1:88"], //http/1.1与h2c server本地监听端口
"routes": [{
"match": [{
"host": ["zv.xx.yy","zt.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名。
"host": ["zv.xx.yy","zt.xx.yy"] //限定域名访问,更改为自己的对应域名。
}],
"handle": [{
"handler": "headers",
Expand Down Expand Up @@ -151,7 +151,7 @@
},
{
"match": [{
"host": ["zh.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名。
"host": ["zh.xx.yy"] //限定域名访问,更改为自己的对应域名。
}],
"handle": [{
"handler": "headers",
Expand Down

0 comments on commit d6245fd

Please sign in to comment.