summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-02-27 10:39:20 +0000
committerPatrick Spek <p.spek@tyil.nl>2024-02-27 11:45:34 +0100
commitceafb57356ecfd50de230d9242ba22a69fd62ca3 (patch)
treeeb0a0a258e385253a6f7e8feeb45102a7a313916
parentdc2d4b92fb2a90ef753fed3278f659e736b4dc10 (diff)
Add additional default nftable rules
-rw-r--r--defaults6
1 files changed, 6 insertions, 0 deletions
diff --git a/defaults b/defaults
index c3d4bc6..23a68ad 100644
--- a/defaults
+++ b/defaults
@@ -18,6 +18,12 @@ fw-nftables.input.policy=drop
fw-nftables.input.rules.ssh.policy=accept
fw-nftables.input.rules.ssh.port=22
fw-nftables.input.rules.ssh.proto=tcp
+fw-nftables.input.rules.mosh.policy=accept
+fw-nftables.input.rules.mosh.port=60000-61000
+fw-nftables.input.rules.mosh.proto=udp
+fw-nftables.input.rules.wireguard.policy=accept
+fw-nftables.input.rules.wireguard.port=51820
+fw-nftables.input.rules.wireguard.proto=udp
fw-nftables.input.state.established.policy=accept
fw-nftables.input.state.invalid.policy=drop
fw-nftables.input.state.related.policy=accept