From: Tom Hughes Date: Tue, 15 Sep 2020 16:32:22 +0000 (+0100) Subject: Allow wireguard connections from anywhere X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/f3dd97190e5980a256fd490d2a6d4cc18f570fdf?ds=sidebyside Allow wireguard connections from anywhere --- diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 695f19df5..116d90c72 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -462,7 +462,7 @@ end if node[:networking][:wireguard][:enabled] firewall_rule "accept-wireguard" do action :accept - source "osm" + source "net" dest "fw" proto "udp" dest_ports "51820"