diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-01 16:46:08 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-01 16:46:08 +0900 |
| commit | 96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3 (patch) | |
| tree | fd77cfdc8cc76621f3a80c961550456f02178a0f /mioproxy.local.hcl | |
| parent | 3127d39694da10119e6505d2a76598c781eb2e95 (diff) | |
| download | nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.tar.gz nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.tar.zst nsfisis.dev-96a86d51d6b9dd0a7a66af1287defe9fb4ff75e3.zip | |
feat(mioproxy): update mioproxy to 0.5.0
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 73ea7b12..a8d23ce8 100644 --- a/mioproxy.local.hcl +++ b/mioproxy.local.hcl @@ -1,7 +1,7 @@ user = "ken" server http { - host = "127.0.0.1" + hosts = ["127.0.0.1", "::1"] port = 8000 proxy default { |
