From f3dd97190e5980a256fd490d2a6d4cc18f570fdf Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 15 Sep 2020 17:32:22 +0100 Subject: [PATCH] Allow wireguard connections from anywhere --- cookbooks/networking/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.45.2