Skip to content
Snippets Groups Projects
Unverified Commit bce8069d authored by Nico's avatar Nico
Browse files

allowedips is comma seperated

parent 6d61926b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,6 @@ PrivateKeyFile={{ bb_babel_wg_private_key_path }}
[WireGuardPeer]
PublicKey={{ pubkey_remote }}
AllowedIPs=0.0.0.0/0 ::/0
AllowedIPs=0.0.0.0/0, ::/0
Endpoint={{ line_remote.endpoint_ip }}:{{ line_remote.endpoint_port_first|int + peer_id_local|int }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment