mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 01:07:41 +08:00
fixing client issues for uspace, fwmark, vpn
This commit is contained in:
@@ -136,7 +136,7 @@ func ServerJoin(network string, serverID string, privateKey string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
err = initWireguard(node, privateKey, peers, hasGateway, gateways, 0)
|
||||
err = initWireguard(node, privateKey, peers, hasGateway, gateways)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user