Holepunch tester working?

This commit is contained in:
Owen
2025-12-01 17:44:33 -05:00
parent 40ca839771
commit 2256d1f041
4 changed files with 471 additions and 15 deletions

View File

@@ -148,7 +148,6 @@ func NewWireGuardService(interfaceName string, mtu int, host string, newtId stri
mtu: mtu,
client: wsClient,
key: key,
keyFilePath: generateAndSaveKeyTo,
newtId: newtId,
host: host,
lastReadings: make(map[string]PeerReading),