From efc6aad8062c3efa2866ffd7988a0cfb79aa4c2c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 1 May 2026 17:06:27 +0900 Subject: fix(mioproxy): specify IPv6 address only --- mioproxy.local.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mioproxy.local.hcl') diff --git a/mioproxy.local.hcl b/mioproxy.local.hcl index a54221a..a02a605 100644 --- a/mioproxy.local.hcl +++ b/mioproxy.local.hcl @@ -1,5 +1,5 @@ server http { - hosts = ["127.0.0.1", "::1"] + hosts = ["::1"] port = 8000 proxy albatross { -- cgit v1.3.1