diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-01 17:06:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-01 17:06:16 +0900 |
| commit | 9fe8b58ccd0642594e67e80f225b777cc544a136 (patch) | |
| tree | 81aa7169bba0531d5c5a0ac0db76f89aa7c08e85 /mioproxy.local.hcl | |
| parent | 96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3 (diff) | |
| download | nsfisis.dev-9fe8b58ccd0642594e67e80f225b777cc544a136.tar.gz nsfisis.dev-9fe8b58ccd0642594e67e80f225b777cc544a136.tar.zst nsfisis.dev-9fe8b58ccd0642594e67e80f225b777cc544a136.zip | |
fix(mioproxy): specify IPv6 address only
Diffstat (limited to 'mioproxy.local.hcl')
| -rw-r--r-- | mioproxy.local.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mioproxy.local.hcl b/mioproxy.local.hcl index a8d23ce8..7bc7d8f3 100644 --- a/mioproxy.local.hcl +++ b/mioproxy.local.hcl @@ -1,7 +1,7 @@ user = "ken" server http { - hosts = ["127.0.0.1", "::1"] + hosts = ["::1"] port = 8000 proxy default { |
