aboutsummaryrefslogtreecommitdiffhomepage
path: root/mioproxy.prod.hcl
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-01 17:06:16 +0900
committernsfisis <nsfisis@gmail.com>2026-05-01 17:06:16 +0900
commit9fe8b58ccd0642594e67e80f225b777cc544a136 (patch)
tree81aa7169bba0531d5c5a0ac0db76f89aa7c08e85 /mioproxy.prod.hcl
parent96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3 (diff)
downloadnsfisis.dev-9fe8b58ccd0642594e67e80f225b777cc544a136.tar.gz
nsfisis.dev-9fe8b58ccd0642594e67e80f225b777cc544a136.tar.zst
nsfisis.dev-9fe8b58ccd0642594e67e80f225b777cc544a136.zip
fix(mioproxy): specify IPv6 address only
Diffstat (limited to 'mioproxy.prod.hcl')
-rw-r--r--mioproxy.prod.hcl4
1 files changed, 2 insertions, 2 deletions
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"