mirror of https://github.com/telemt/telemt.git
Update config.toml
This commit is contained in:
parent
a6bfa3309e
commit
03ce267865
|
|
@ -16,7 +16,7 @@ tls = true
|
||||||
|
|
||||||
# === Server Binding ===
|
# === Server Binding ===
|
||||||
[server]
|
[server]
|
||||||
port = 9999
|
port = 443
|
||||||
# proxy_protocol = false # Enable if behind HAProxy/nginx with PROXY protocol
|
# proxy_protocol = false # Enable if behind HAProxy/nginx with PROXY protocol
|
||||||
metrics_port = 9090
|
metrics_port = 9090
|
||||||
metrics_whitelist = ["127.0.0.1", "::1", "0.0.0.0/0"]
|
metrics_whitelist = ["127.0.0.1", "::1", "0.0.0.0/0"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue