homeassistant: update trusted proxies
All checks were successful
flake / flake (push) Successful in 1m46s
All checks were successful
flake / flake (push) Successful in 1m46s
This commit is contained in:
parent
348bca745b
commit
745ea58dec
@ -64,7 +64,10 @@ in
|
|||||||
|
|
||||||
http = {
|
http = {
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = [ "100.96.143.138" ];
|
trusted_proxies = with config.custom.dns.authoritative; [
|
||||||
|
ipv4.uk.co.hillion.ts.cx.jorah
|
||||||
|
ipv6.uk.co.hillion.ts.cx.jorah
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
google_assistant = {
|
google_assistant = {
|
||||||
|
Loading…
Reference in New Issue
Block a user