浏览代码

Merge 45635aae82 into 8d143d7bde

undefined
Andrey Butirsky 1周前
父节点
当前提交
dfa6216a4b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      contrib/sni-router/mtg-config.toml

+ 1
- 1
contrib/sni-router/mtg-config.toml 查看文件

5
 # 3. Replace example.com with your actual domain everywhere.
5
 # 3. Replace example.com with your actual domain everywhere.
6
 
6
 
7
 secret = "PASTE_YOUR_SECRET_HERE"
7
 secret = "PASTE_YOUR_SECRET_HERE"
8
-bind-to = "0.0.0.0:3128"
8
+bind-to = "[::]:3128"
9
 
9
 
10
 # HAProxy in front sends PROXY protocol v2 headers so mtg can see the
10
 # HAProxy in front sends PROXY protocol v2 headers so mtg can see the
11
 # real client IP.  Keep this in sync with haproxy.cfg (`send-proxy-v2`).
11
 # real client IP.  Keep this in sync with haproxy.cfg (`send-proxy-v2`).

正在加载...
取消
保存