mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updated trusted_proxies
This commit is contained in:
@@ -15,7 +15,7 @@ in
|
|||||||
"192.168.98.4"
|
"192.168.98.4"
|
||||||
];
|
];
|
||||||
use_x_forwarded_for = true;
|
use_x_forwarded_for = true;
|
||||||
trusted_proxies = "172.18.0.3";
|
trusted_proxies = "172.18.0.0/24";
|
||||||
};
|
};
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
time_zone = "America/New_York";
|
time_zone = "America/New_York";
|
||||||
|
|||||||
Reference in New Issue
Block a user