Skip to content

Commit 61ad32e

Browse files
authored
Merge pull request #133 from noisebridge/superq/moshv6
Add firewall rule to allow MOSH.
2 parents 03e5266 + bba076f commit 61ad32e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

backups/routers/cycletrailer.noisebridge.net

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ firewall {
3939
new enable
4040
}
4141
}
42+
rule 32 {
43+
action accept
44+
description "Allow MOSH inbound"
45+
destination {
46+
port 60000-61000
47+
}
48+
protocol udp
49+
}
4250
}
4351
ipv6-name WAN_LOCAL_v6 {
4452
default-action drop

0 commit comments

Comments
 (0)