From 0744f2fdbe6495191170c3713a377b968b9a7b6d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 1 May 2026 17:07:37 +0900 Subject: fix: modify example configuration --- example.conf.hcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example.conf.hcl b/example.conf.hcl index 88f65a4..9bf75fc 100644 --- a/example.conf.hcl +++ b/example.conf.hcl @@ -1,7 +1,8 @@ server http { hosts = ["127.0.0.1"] - # hosts = ["::1"] # Listen on localhost (IPv6) - # hosts = ["0.0.0.0", "::"] # Listen on all interfaces (IPv4 + IPv6) + # hosts = ["::1"] # Listen on localhost (IPv6) + # hosts = ["0.0.0.0"] # Listen on all interfaces (IPv4) + # hosts = ["::"] # Listen on all interfaces (IPv4 + IPv6, via dual-stack) port = 8000 proxy a { -- cgit v1.3.1