From: Michael Tremer Date: Sat, 26 Apr 2025 11:06:47 +0000 (+0200) Subject: wireguard.cgi: Allow full access to everywhere by default for RW X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cae7916decc645cd7ea9cefec739db0f9da93354;p=people%2Fmfischer%2Fipfire-2.x.git wireguard.cgi: Allow full access to everywhere by default for RW I think this is a more what people would expect. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/wireguard.cgi b/html/cgi-bin/wireguard.cgi index cb70ce30b..315bb9adc 100644 --- a/html/cgi-bin/wireguard.cgi +++ b/html/cgi-bin/wireguard.cgi @@ -1311,9 +1311,7 @@ EDITHOST: # Set defaults unless (defined $key) { &General::set_defaults(\%cgiparams, { - "LOCAL_SUBNETS" => - $Network::ethernet{"GREEN_NETADDRESS"} - . "/" . $Network::ethernet{"GREEN_NETMASK"}, + "LOCAL_SUBNETS" => "0.0.0.0/0", }); }