6b308af051
https://social.linux.pizza/@jan_wagemakers/107393948283025525 [ci:skip-build] already built successfully in CI
10 lines
130 B
Text
10 lines
130 B
Text
#!/usr/sbin/nft -f
|
|
|
|
table inet filter {
|
|
chain input {
|
|
|
|
# allow mosh
|
|
udp dport 60000-60010 accept comment "accept mosh"
|
|
|
|
}
|
|
}
|