diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-10 00:15:22 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-10 00:15:22 +0900 |
| commit | 4d77e381566613b37310c8257fc359fb3b23a3ac (patch) | |
| tree | 901057cc1b51b547e010755a9f267c855d453e16 /mioproxy.prod.hcl | |
| parent | df88cf6d9c5bcf06b610513e3a403ad6d73211da (diff) | |
| download | nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.tar.gz nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.tar.zst nil.ninja-4d77e381566613b37310c8257fc359fb3b23a3ac.zip | |
feat: add albatross-swift
Diffstat (limited to 'mioproxy.prod.hcl')
| -rw-r--r-- | mioproxy.prod.hcl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index c2518d3..c7e0190 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -27,4 +27,15 @@ server https { port = 8001 } } + + proxy albatross-swift { + from { + host = "t.nil.ninja" + path = "/iosdc-japan/2024/code-battle/" + } + to { + host = "127.0.0.1" + port = 8002 + } + } } |
