From 57ff3dc4fabf627809669acc1570b11306f8e9e1 Mon Sep 17 00:00:00 2001 From: kaffa Date: Fri, 27 Mar 2026 16:18:26 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20anvil.it.com=20=E2=86=92=20inouter.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- haproxy_mcp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy_mcp/config.py b/haproxy_mcp/config.py index 97bc971..218f238 100644 --- a/haproxy_mcp/config.py +++ b/haproxy_mcp/config.py @@ -39,7 +39,7 @@ CERTS_DIR: str = os.getenv("HAPROXY_CERTS_DIR", "/opt/haproxy/certs") CERTS_DIR_CONTAINER: str = os.getenv("HAPROXY_CERTS_DIR_CONTAINER", "/etc/haproxy/certs") ACME_HOME: str = os.getenv("ACME_HOME", os.path.expanduser("~/.acme.sh")) -# Custom multi-part TLDs (e.g., "it.com" treated as a TLD so "anvil.it.com" is a base domain) +# Custom multi-part TLDs (e.g., "it.com" treated as a TLD so "inouter.com" is a base domain) # Comma-separated list via env var, or default CUSTOM_TLDS: frozenset[str] = frozenset( t.strip() for t in os.getenv("HAPROXY_CUSTOM_TLDS", "it.com").split(",") if t.strip()