1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

improve service proxy

This commit is contained in:
Robin Appelman 2023-07-19 16:21:45 +02:00
commit e080be43a4
4 changed files with 24 additions and 24 deletions

View file

@ -98,4 +98,8 @@ impl ServiceTrait for NotifyPush {
format!("occ notify_push:setup {}", addr),
])
}
fn proxy_port(&self) -> u16 {
7867
}
}