Accept blowhole minecraft port

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-02-11 16:21:25 +01:00
parent 311afc3087
commit b87986d6d7
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -148,6 +148,10 @@ in
# Accept WireGuard
iifname "${wan}" udp dport 6666 accept;
# Accept minecraft
iifname "${wan}" tcp dport 25560 accept;
iifname { "nomad", "ve-monitor", "ve-klipper" } oifname { "nomad", "ve-monitor", "ve-klipper" } accept comment "Allow Nomad to do whatever it wants in its interface"
iifname { "${wlan}", "${lan}", "lo" } accept comment "Allow local network to access the router"
iifname { "${wan}", "${doVPN}", "nomad", "docker0", "ve-monitor", "ve-klipper", "mvm0" } jump input_out