1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +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

@ -141,4 +141,8 @@ impl ServiceTrait for Office {
),
])
}
fn proxy_port(&self) -> u16 {
9980
}
}

View file

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