Compare commits

...

5 Commits

4 changed files with 20 additions and 14 deletions
-6
View File
@@ -1,6 +0,0 @@
This Git repository records the configuration of the Jones family network, and the system configurations of the devices and services that make up the network.
Directories defined at this level include:
* devices - System configurations of the devices owned by the family and connected to the network
* services - Configuration of services available on the network
* network - Topology and design of the network itself
@@ -15,7 +15,13 @@
prefetch: yes prefetch: yes
serve-expired: yes serve-expired: yes
# the interface that is used to connect to the network (this will listen to all interfaces) # the interface that is used to connect to the network (this will listen to all interfaces)
interface: 0.0.0.0 # interface: 0.0.0.0
interface: 192.168.88.92
interface: 192.168.88.8
interface: 127.0.0.1
interface: 100.90.20.83
so-reuseport: yes
ip-freebind: yes
# interface: ::0 # interface: ::0
private-address: 192.168.0.0/16 private-address: 192.168.0.0/16
private-address: 100.64.0.0/10 private-address: 100.64.0.0/10
@@ -31,6 +37,7 @@
access-control-view: 192.168.88.0/24 lan access-control-view: 192.168.88.0/24 lan
access-control-view: 100.64.0.0/10 tailnet access-control-view: 100.64.0.0/10 tailnet
access-control-view: 127.0.0.0/8 lan
do-ip4: yes do-ip4: yes
do-ip6: no do-ip6: no
@@ -58,6 +65,7 @@ view:
local-data: "jellyfin.objectbrokers.com. A 192.168.88.231" local-data: "jellyfin.objectbrokers.com. A 192.168.88.231"
local-data: "vaultwarden.objectbrokers.com. A 192.168.88.231" local-data: "vaultwarden.objectbrokers.com. A 192.168.88.231"
local-data: "lambdesktop.objectbrokers.com. A 192.168.88.187" local-data: "lambdesktop.objectbrokers.com. A 192.168.88.187"
local-data: "beszel.objectbrokers.com. A 192.168.88.231"
view: view:
name: "tailnet" name: "tailnet"
@@ -72,6 +80,7 @@ view:
local-data: "jellyfin.objectbrokers.com. A 100.81.165.11" local-data: "jellyfin.objectbrokers.com. A 100.81.165.11"
local-data: "vaultwarden.objectbrokers.com. A 100.81.165.11" local-data: "vaultwarden.objectbrokers.com. A 100.81.165.11"
local-data: "lambdesktop.objectbrokers.com. A 100.95.22.24" local-data: "lambdesktop.objectbrokers.com. A 100.95.22.24"
local-data: "beszel.objectbrokers.com. A 100.81.165.11"
remote-control: remote-control:
control-enable: yes control-enable: yes
@@ -15,7 +15,13 @@
prefetch: yes prefetch: yes
serve-expired: yes serve-expired: yes
# the interface that is used to connect to the network (this will listen to all interfaces) # the interface that is used to connect to the network (this will listen to all interfaces)
interface: 0.0.0.0 # interface: 0.0.0.0
interface: 192.168.88.231
interface: 192.168.88.8
interface: 127.0.0.1
interface: 100.81.165.11
so-reuseport: yes
ip-freebind: yes
# interface: ::0 # interface: ::0
private-address: 192.168.0.0/16 private-address: 192.168.0.0/16
private-address: 100.64.0.0/10 private-address: 100.64.0.0/10
@@ -31,6 +37,7 @@
access-control-view: 192.168.88.0/24 lan access-control-view: 192.168.88.0/24 lan
access-control-view: 100.64.0.0/10 tailnet access-control-view: 100.64.0.0/10 tailnet
access-control-view: 127.0.0.0/8 lan
do-ip4: yes do-ip4: yes
do-ip6: no do-ip6: no
@@ -58,6 +65,7 @@ view:
local-data: "jellyfin.objectbrokers.com. A 192.168.88.231" local-data: "jellyfin.objectbrokers.com. A 192.168.88.231"
local-data: "vaultwarden.objectbrokers.com. A 192.168.88.231" local-data: "vaultwarden.objectbrokers.com. A 192.168.88.231"
local-data: "lambdesktop.objectbrokers.com. A 192.168.88.187" local-data: "lambdesktop.objectbrokers.com. A 192.168.88.187"
local-data: "beszel.objectbrokers.com. A 192.168.88.231"
view: view:
name: "tailnet" name: "tailnet"
@@ -72,6 +80,7 @@ view:
local-data: "jellyfin.objectbrokers.com. A 100.81.165.11" local-data: "jellyfin.objectbrokers.com. A 100.81.165.11"
local-data: "vaultwarden.objectbrokers.com. A 100.81.165.11" local-data: "vaultwarden.objectbrokers.com. A 100.81.165.11"
local-data: "lambdesktop.objectbrokers.com. A 100.95.22.24" local-data: "lambdesktop.objectbrokers.com. A 100.95.22.24"
local-data: "beszel.objectbrokers.com. A 100.81.165.11"
remote-control: remote-control:
control-enable: yes control-enable: yes
-6
View File
@@ -1,6 +0,0 @@
This Git repository records the configuration of the Jones family network, and the system configurations of the devices and services that make up the network.
Directories defined at this level include:
* devices - System configurations of the devices owned by the family and connected to the network
* services - Configuration of services available on the network
* network - Topology and design of the network itself