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 Jul 23, 2021
1 parent 660470b commit a3c5fa5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions v2ray(E+B+F+C+D+G+A)+naiveproxy+nginx\haproxy/1_naive_caddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@
"https": {
"listen": ["127.0.0.1:7443"], //https server本地监听端口
"routes": [{
"handle": [{
"handler": "forward_proxy",
"auth_user_deprecated": "user", //naiveproxy用户,更改为自己的。
"auth_pass_deprecated": "pass", //naiveproxy密码,更改为自己的。
"hide_ip": true,
"hide_via": true,
"probe_resistance": {}
}]
},
{
"match": [{
"path": ["/SeuW56Es"] //与vless+h2c应用中path对应
}],
Expand Down Expand Up @@ -95,6 +85,16 @@
"flush_interval": -1
}]
},
{
"handle": [{
"handler": "forward_proxy",
"auth_user_deprecated": "user", //naiveproxy用户,更改为自己的。
"auth_pass_deprecated": "pass", //naiveproxy密码,更改为自己的。
"hide_ip": true,
"hide_via": true,
"probe_resistance": {}
}]
},
{
"match": [{
"host": ["zh.xx.yy"] //限定域名访问(禁止以ip方式访问网站),更改为自己的对应域名。
Expand Down

0 comments on commit a3c5fa5

Please sign in to comment.