Fix issues with relaying and holepunching

This commit is contained in:
Owen
2025-03-27 22:13:57 -04:00
parent 4b6985718a
commit a665e3aae9
5 changed files with 10 additions and 15 deletions

View File

@@ -324,7 +324,7 @@ PersistentKeepalive = 5`;
let payload: CreateSiteBody = {
name: data.name,
type: data.method
type: data.method as any,
};
if (data.method == "wireguard") {