FILE / ScuroNeko/mtg

internal/config/testdata/public_ip_invalid.toml

Исходный файл и его история в репозитории.
FILE 5f81ae37431fac54010b83f7a567520aac73e0ff
Files
mtg/internal/config/testdata/public_ip_invalid.toml
T
Alexey Dolotov 2b07c0037e Add public-ipv4/public-ipv6 config options for manual IP override
On some servers ifconfig.co is unreachable (e.g. Hetzner, AdGuard DNS
blocklists), causing 'mtg doctor' SNI-DNS check and 'mtg access' link
generation to fail. New config options allow specifying public IPs
manually, with automatic detection as fallback.

Fixes #405
2026-03-29 00:47:49 +03:00

4 lines
99 B
TOML

secret = "7oe1GqLy6TBc38CV3jx7q09nb29nbGUuY29t"
bind-to = "0.0.0.0:3128"
public-ipv4 = "not-an-ip"