mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 03:26:13 +01:00
Accept blowhole minecraft port
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
311afc3087
commit
b87986d6d7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue