summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/filter.inc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 72d2024..d5a5e75 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -513,6 +513,9 @@ function filter_rules_generate() {
pass in quick on lo0 all
pass out quick on lo0 all
+# enable ftp-proxy
+rdr on $lanif proto tcp from any to any port 21 -> 127.0.0.1 port 8021
+
# allow access to DHCP server on LAN
pass in quick on $lanif proto udp from any port = 68 to 255.255.255.255 port = 67
pass in quick on $lanif proto udp from any port = 68 to $lanip port = 67
OpenPOWER on IntegriCloud