diff options
| -rw-r--r-- | example.conf.hcl | 5 |
1 files 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 { |
