]> git.openstreetmap.org Git - chef.git/commitdiff
Allow wireguard connections from anywhere
authorTom Hughes <tom@compton.nu>
Tue, 15 Sep 2020 16:32:22 +0000 (17:32 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 15 Sep 2020 16:32:45 +0000 (17:32 +0100)
cookbooks/networking/recipes/default.rb

index 695f19df56b67b86f554f1ac3d4283128fe8492f..116d90c726d19a769757871734bdcaf1212106f0 100644 (file)
@@ -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"