Skip to content

Commit

Permalink
Update 1_naive_caddy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 committed May 18, 2021
1 parent a119448 commit fe1698f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"listen": ["127.0.0.1:88"], //本机端口监听,避免除本机外的机器探测及非安全web访问,仅接收web回落。
"routes": [{
"match": [{
"host": ["zv.xx.yy","zt.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应回落域名
"host": ["zv.xx.yy","zt.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名
}],
"handle": [{
"handler": "headers",
Expand Down Expand Up @@ -97,7 +97,7 @@
},
{
"match": [{
"host": ["zh.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应回落域名
"host": ["zh.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名
}],
"handle": [{
"handler": "headers",
Expand Down

0 comments on commit fe1698f

Please sign in to comment.