changes to home assistant, docker images, rustdesk relay
This commit is contained in:
@@ -17,11 +17,6 @@
|
||||
persist = true;
|
||||
type = "memfile";
|
||||
};
|
||||
dhcp-ddns = {
|
||||
enable-updates = true;
|
||||
qualifying-suffix = "cloonar.com.";
|
||||
replace-client-name = "when-not-present";
|
||||
};
|
||||
rebind-timer = 2000;
|
||||
renew-timer = 1000;
|
||||
subnet4 = [
|
||||
@@ -42,27 +37,16 @@
|
||||
name = "domain-name";
|
||||
data = "cloonar.com";
|
||||
}
|
||||
{
|
||||
name = "domain-search";
|
||||
data = "cloonar.com";
|
||||
}
|
||||
{
|
||||
name = "domain-name-servers";
|
||||
data = "10.42.96.1";
|
||||
}
|
||||
];
|
||||
reservations = [
|
||||
{
|
||||
hw-address = "98:b6:e9:b6:ef:f4";
|
||||
ip-address = "10.42.96.21";
|
||||
server-hostname = "switch.cloonar.com";
|
||||
}
|
||||
{
|
||||
hw-address = "c4:a7:2b:c7:ea:30";
|
||||
ip-address = "10.42.96.167";
|
||||
server-hostname = "metz.cloonar.com";
|
||||
}
|
||||
{
|
||||
hw-address = "bc:33:29:ed:24:f0";
|
||||
ip-address = "10.42.96.176";
|
||||
server-hostname = "ps5-living.cloonar.com";
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
@@ -171,7 +155,27 @@
|
||||
{
|
||||
hw-address = "c4:a7:2b:c7:ea:30";
|
||||
ip-address = "10.42.99.10";
|
||||
server-hostname = "metz.cloonar.com";
|
||||
hostname = "metz.cloonar.multimedia";
|
||||
}
|
||||
{
|
||||
hw-address = "f0:2f:9e:d4:3b:21";
|
||||
ip-address = "10.42.99.11";
|
||||
hostname = "firetv-living";
|
||||
}
|
||||
{
|
||||
hw-address = "bc:33:29:ed:24:f0";
|
||||
ip-address = "10.42.99.12";
|
||||
hostname = "ps5";
|
||||
}
|
||||
{
|
||||
hw-address = "bc:33:29:ed:24:f1";
|
||||
ip-address = "10.42.99.13";
|
||||
hostname = "xbox";
|
||||
}
|
||||
{
|
||||
hw-address = "98:b6:e9:b6:ef:f4";
|
||||
ip-address = "10.42.99.14";
|
||||
hostname = "switch";
|
||||
}
|
||||
];
|
||||
}
|
||||
@@ -209,7 +213,7 @@
|
||||
}
|
||||
{
|
||||
name = "domain-name";
|
||||
data = "cloonar.com";
|
||||
data = "cloonar.smart";
|
||||
}
|
||||
{
|
||||
name = "domain-name-servers";
|
||||
@@ -217,11 +221,6 @@
|
||||
}
|
||||
];
|
||||
reservations = [
|
||||
{
|
||||
hw-address = "7a:5a:d6:d0:29:fe";
|
||||
ip-address = "10.42.100.10";
|
||||
server-hostname = "home-assistant.cloonar.com";
|
||||
}
|
||||
{
|
||||
hw-address = "60:a4:23:97:4a:ec";
|
||||
ip-address = "10.42.100.21";
|
||||
|
||||
Reference in New Issue
Block a user