aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-15 22:11:29 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-15 22:11:29 +0200
commit4fe7cc6564549720f803de5e83c154c33250f9ba (patch)
treebfa3a9f58492a79776bca257e14a6549cf4109d5
parent5f3690e07a03721b6bd33ed5485f9b036ade61a6 (diff)
downloadrbsd-4fe7cc6564549720f803de5e83c154c33250f9ba.tar.gz
npf.conf: Open port 64738 for Mumble
-rw-r--r--etc/npf.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/npf.conf b/etc/npf.conf
index 18289a5..70729b0 100644
--- a/etc/npf.conf
+++ b/etc/npf.conf
@@ -6,4 +6,5 @@ group default {
pass stateful in from any to any port 22
pass stateful in from any to any port 80
pass stateful in from any to any port 443
+ pass stateful in from any to any port 64738
}