diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-15 22:11:29 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-15 22:11:29 +0200 |
commit | 4fe7cc6564549720f803de5e83c154c33250f9ba (patch) | |
tree | bfa3a9f58492a79776bca257e14a6549cf4109d5 | |
parent | 5f3690e07a03721b6bd33ed5485f9b036ade61a6 (diff) | |
download | rbsd-4fe7cc6564549720f803de5e83c154c33250f9ba.tar.gz |
npf.conf: Open port 64738 for Mumble
-rw-r--r-- | etc/npf.conf | 1 |
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 } |