add BrosTrend Wifi Repeater to homer
This commit is contained in:
@@ -64,6 +64,11 @@ services:
|
|||||||
subtitle: "switch"
|
subtitle: "switch"
|
||||||
tag: "network"
|
tag: "network"
|
||||||
url: "http://192.168.4.101"
|
url: "http://192.168.4.101"
|
||||||
|
- name: "BrosTrend Wifi Repeater"
|
||||||
|
icon: "fa-solid fa-network-wired"
|
||||||
|
subtitle: "wifi"
|
||||||
|
tag: "network"
|
||||||
|
url: "http://192.168.4.83/index.html"
|
||||||
|
|
||||||
- name: "Services"
|
- name: "Services"
|
||||||
icon: "fa-solid fa-cloud"
|
icon: "fa-solid fa-cloud"
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ bind:
|
|||||||
- xai-corp.net.reverse
|
- xai-corp.net.reverse
|
||||||
namedfiles:
|
namedfiles:
|
||||||
- named.conf.local
|
- named.conf.local
|
||||||
|
#FIXME
|
||||||
# - named.conf.options
|
# - named.conf.options
|
||||||
# - named.conf.default-zones
|
# - named.conf.default-zones
|
||||||
cleanup:
|
cleanup:
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ acl "xfer" {
|
|||||||
* recursive queries
|
* recursive queries
|
||||||
*/
|
*/
|
||||||
acl "trusted" {
|
acl "trusted" {
|
||||||
192.168.4.11;
|
192.168.4.11;
|
||||||
192.168.4.12;
|
192.168.4.12;
|
||||||
192.168.4.15;
|
192.168.4.15;
|
||||||
192.168.4.0/24;
|
192.168.4.0/24;
|
||||||
localhost;
|
localhost;
|
||||||
localnets;
|
localnets;
|
||||||
@@ -68,12 +68,12 @@ options {
|
|||||||
//auth-nxdomain no; # conform to RFC1035
|
//auth-nxdomain no; # conform to RFC1035
|
||||||
listen-on-v6 { any; };
|
listen-on-v6 { any; };
|
||||||
|
|
||||||
//allow-recursion { trusted; };
|
allow-recursion { trusted; };
|
||||||
//listen-on { any; };
|
//listen-on { any; };
|
||||||
//query-source address *;
|
//query-source address *;
|
||||||
//allow-query { trusted; };
|
//allow-query { trusted; };
|
||||||
|
|
||||||
//querylog no;
|
//querylog no;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -126,4 +126,4 @@ apps:
|
|||||||
ktistec:
|
ktistec:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespace: ktistec
|
namespace: ktistec
|
||||||
state: present
|
state: absent
|
||||||
|
|||||||
Reference in New Issue
Block a user