mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-17 02:16:38 +00:00
Fix issues with relaying and holepunching
This commit is contained in:
@@ -324,7 +324,7 @@ PersistentKeepalive = 5`;
|
||||
|
||||
let payload: CreateSiteBody = {
|
||||
name: data.name,
|
||||
type: data.method
|
||||
type: data.method as any,
|
||||
};
|
||||
|
||||
if (data.method == "wireguard") {
|
||||
|
||||
Reference in New Issue
Block a user