From 9fe8b58ccd0642594e67e80f225b777cc544a136 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 1 May 2026 17:06:16 +0900 Subject: fix(mioproxy): specify IPv6 address only --- mioproxy.prod.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mioproxy.prod.hcl') diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index fa471e4c..a3ad1691 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -1,7 +1,7 @@ user = "ken" server http { - hosts = ["0.0.0.0", "::"] + hosts = ["::"] port = 80 redirect_to_https = true @@ -11,7 +11,7 @@ server http { } server https { - hosts = ["0.0.0.0", "::"] + hosts = ["::"] port = 443 tls_cert_file = "letsencrypt/lego/certificates/nsfisis.dev.crt" -- cgit v1.3.1