bsd readme: rdr-anchor zapret move

This commit is contained in:
bol-van
2022-01-24 14:27:36 +03:00
parent 0973b2923d
commit 7714468f4e
2 changed files with 4 additions and 4 deletions

View File

@@ -206,11 +206,11 @@ Only PF redirection works. PF does not allow to freely add and delete rules. Onl
To make an anchor work it must be referred from the main ruleset. But its managed by pfsense scripts.
One possible solution would be to modify '/etc/inc/filter.inc' as follows :
```
$natrules .= "# TFTP proxy\n";
/* MOD */
$natrules .= "# ZAPRET redirection\n";
$natrules .= "rdr-anchor \"zapret/*\"\n";
$natrules .= "# TFTP proxy\n";
$natrules .= "rdr-anchor \"tftp-proxy/*\"\n";
```