Handle hp and other stuff

This commit is contained in:
Owen
2025-12-01 16:20:30 -05:00
parent 01ec6a0ce0
commit 40ca839771
3 changed files with 3 additions and 32 deletions

View File

@@ -29,7 +29,7 @@ func setupClients(client *websocket.Client) {
logger.Info("Setting up clients with netstack2...")
// Create WireGuard service
wgService, err = wgnetstack.NewWireGuardService(interfaceName, mtuInt, generateAndSaveKeyTo, host, id, client, "9.9.9.9", useNativeInterface)
wgService, err = wgnetstack.NewWireGuardService(interfaceName, mtuInt, host, id, client, dns, useNativeInterface)
if err != nil {
logger.Fatal("Failed to create WireGuard service: %v", err)
}