Just hp like olm

This commit is contained in:
Owen
2025-07-25 11:42:36 -07:00
parent f17dbe1fef
commit ccb7008579
3 changed files with 51 additions and 7 deletions

View File

@@ -56,6 +56,12 @@ func setupClients(client *websocket.Client) {
})
}
func setDownstreamTNetstack(tnet *netstack.Net) {
if wgService != nil {
wgService.SetOthertnet(tnet)
}
}
func closeClients() {
if wgService != nil {
wgService.Close(!keepInterface)