add BrosTrend Wifi Repeater to homer
This commit is contained in:
@@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user