diff options
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 6e73b07..57be4ba 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -558,7 +558,7 @@ function filter_nat_rules_generate() $natrules .= "nat-anchor \"natrules/*\"\n\n"; update_filter_reload_status("Creating 1:1 rules..."); /* Traverse looking for 1:1 rules that have useftphelper enabled - * This will prevent NAT from occurring and ftpsesame should pick up the rest. + * This will prevent NAT from occurring and ftp-proxy should pick up the rest. */ if (is_array($config['nat']['onetoone'])) foreach($config['nat']['onetoone'] as $one) { |