added fwmark

This commit is contained in:
afeiszli
2021-11-12 08:53:50 -05:00
parent 97acdc5e8b
commit c2948a3671
9 changed files with 62 additions and 47 deletions

View File

@@ -136,7 +136,7 @@ func ServerJoin(network string, serverID string, privateKey string) error {
return err
}
err = initWireguard(node, privateKey, peers, hasGateway, gateways)
err = initWireguard(node, privateKey, peers, hasGateway, gateways, 0)
if err != nil {
return err
}