From 3ec9ba08521f64bcec2137e5e48f648017d5eb5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 20 Oct 2021 10:57:17 +0200 Subject: Configure vsftpd --- etc/npf.conf | 1 + etc/rc.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/npf.conf b/etc/npf.conf index 70729b0..595a06a 100644 --- a/etc/npf.conf +++ b/etc/npf.conf @@ -3,6 +3,7 @@ group default { pass stateful on lo0 all pass stateful out all pass stateful in proto icmp all + pass stateful in from any to any port 21 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 diff --git a/etc/rc.conf b/etc/rc.conf index e933092..0231edc 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -32,3 +32,4 @@ raidframe=NO wscons=YES apache=YES umurmurd=YES +vsftpd=YES -- cgit v1.2.3