I hope that this fixes it and a parser just had autism

This commit is contained in:
xqtc161 2024-06-16 00:53:09 +02:00
parent 9d0e3f61be
commit 448433e958

View file

@ -21,11 +21,7 @@
networking.firewall.allowedTCPPorts = [ 2049 ]; networking.firewall.allowedTCPPorts = [ 2049 ];
networking.firewall.extraInputRules = '' networking.firewall.extraInputRules = ''
iifname wg0 ip6 saddr { iifname wg0 ip6 saddr { 2a0f:be01:0:100::/64, 2a0f:be01:0:200::/64, 2a0f:be01:fe:f00::/56 } tcp dport 2049 accept
2a0f:be01:0:100::/64,
2a0f:be01:0:200::/64,
2a0f:be01:fe:f00::/56,
} tcp dport 2049 accept
''; '';