hass: add vno1-oh2 as a trusted proxy
This commit is contained in:
parent
f537117658
commit
37a1c480a5
@ -42,7 +42,10 @@ in
|
|||||||
|
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [ "127.0.0.1" ];
|
trusted_proxies = [
|
||||||
|
"127.0.0.1"
|
||||||
|
"${myData.hosts."vno1-oh2.servers.jakst".jakstIP}"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
#homeassistant = {
|
#homeassistant = {
|
||||||
# auth_providers = [
|
# auth_providers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user