diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-17 16:28:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-17 16:28:16 +0900 |
| commit | e0c7ff0ca6ed42e32049a467953374755b8b9465 (patch) | |
| tree | eccb9f436ac44d367e9f222a9ce4a74b1b68c81c /mioproxy.prod.hcl | |
| parent | d3838975d8c7e53f93e0fb3399f776eb51e61c4f (diff) | |
| download | nil.ninja-e0c7ff0ca6ed42e32049a467953374755b8b9465.tar.gz nil.ninja-e0c7ff0ca6ed42e32049a467953374755b8b9465.tar.zst nil.ninja-e0c7ff0ca6ed42e32049a467953374755b8b9465.zip | |
feat: add albatross.swift 2025
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 98067d4..45162cb 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -49,4 +49,15 @@ server https { port = 8003 } } + + proxy albatross-swift-2025 { + from { + host = "t.nil.ninja" + path = "/iosdc-japan/2025/code-battle/" + } + to { + host = "127.0.0.1" + port = 8004 + } + } } |
