Merge branch 'master' of https://github.com/unixsheikh/openbsd-router-guide
This commit is contained in:
commit bee2919c5c
2 changed files with 1 additions and 5 deletions
| @ -1,7 +1,3 @@ | |||
/* openbsdrouterguide.net style sheet v2.2.7 | ||||
* Licensed under Creative Commons Attribution 4.0 International License | ||||
* https://creativecommons.org/licenses/by/4.0/ | ||||
*/ | ||||
@charset "utf-8"; | ||||
body {color:#000000;font-family:monospace,"Courier New",Courier;padding:1em;margin:auto;max-width:72em;background:#fefefe;} | ||||
.info {padding:14px;border:1px solid transparent;border-radius:6px;} | ||||
| |
| @ -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 { ! 192.168.1.0/24 ! 192.168.2.0/24 } | ||||
# 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