Fix trusted networks
This commit is contained in:
parent
84cd90325d
commit
922e86a408
@ -136,7 +136,8 @@
|
||||
{
|
||||
type = "trusted_networks";
|
||||
trusted_networks = [
|
||||
"100.64.0.1/24"
|
||||
"100.64.0.0/10"
|
||||
"127.0.0.1"
|
||||
];
|
||||
allow_bypass_login = true;
|
||||
}
|
||||
@ -159,7 +160,7 @@
|
||||
scene = "!include scenes.yaml";
|
||||
sensor = [ ];
|
||||
system_health = { };
|
||||
zeroconfg = { };
|
||||
zeroconf = { };
|
||||
};
|
||||
|
||||
extraComponents = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user