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:
parent
dfdc699ba9
commit
e080be43a4
4 changed files with 24 additions and 24 deletions
|
|
@ -98,4 +98,8 @@ impl ServiceTrait for NotifyPush {
|
|||
format!("occ notify_push:setup {}", addr),
|
||||
])
|
||||
}
|
||||
|
||||
fn proxy_port(&self) -> u16 {
|
||||
7867
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue