nixos/simpcraft: Add mods
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 23m39s

This commit is contained in:
2024-01-05 02:13:15 +00:00
parent e24ac05bb2
commit 066c87d3d6
4 changed files with 19 additions and 5 deletions

View File

@@ -400,6 +400,7 @@ in
chain routing-udp {
ip6 daddr ${aa.valheim-oci.internal.ipv6.address} udp dport { 2456-2457 } accept
ip6 daddr ${aa.waffletail.internal.ipv6.address} udp dport 41641 accept
ip6 daddr ${aa.simpcraft-oci.internal.ipv6.address} udp dport 25565 accept
return
}
chain filter-routing {