diff options
Diffstat (limited to 'etc')
-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 } |