Fix syntax
This commit is contained in:
parent a19b045ac3
commit 4b7acbbb59
1 changed files with 1 additions and 1 deletions
| @ -484,7 +484,7 @@ pass in on $p_lan inet proto udp from any port 67 | |||
# Allow access to the Internet by removing the comment. | ||||
# This rule will also block access to our two other segments, the grown-ups LAN | ||||
# and the children's LAN. | ||||
# pass in on $p_lan to { ! g_lan:network ! c_lan:network } | ||||
# pass in on $p_lan to { ! $g_lan:network ! $c_lan:network } | ||||
| ||||
# Always block DNS queries not addressed to our DNS server. | ||||
block return in quick on $p_lan proto { udp tcp} to ! $p_lan port { 53 853 } | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue