add BrosTrend Wifi Repeater to homer

This commit is contained in:
2025-10-27 16:51:15 -04:00
parent 376b4f5f80
commit 2bd44a5782
4 changed files with 12 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ acl "xfer" {
* recursive queries
*/
acl "trusted" {
192.168.4.11;
192.168.4.12;
192.168.4.15;
192.168.4.11;
192.168.4.12;
192.168.4.15;
192.168.4.0/24;
localhost;
localnets;
@@ -68,12 +68,12 @@ options {
//auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
//allow-recursion { trusted; };
allow-recursion { trusted; };
//listen-on { any; };
//query-source address *;
//allow-query { trusted; };
//querylog no;
//querylog no;
};