This commit is contained in:
unixdigest 2021-02-01 19:17:07 +01:00
commit bee2919c5c

View file

@ -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;}

View file

@ -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 }