Quellcode durchsuchen

mtg-config.toml: bind-to both IPv4/6

pull/500/head
Andrey Butirsky vor 3 Monaten
Ursprung
Commit
45635aae82
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      contrib/sni-router/mtg-config.toml

+ 1
- 1
contrib/sni-router/mtg-config.toml Datei anzeigen

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

Laden…
Abbrechen
Speichern