fix proxy prot conf
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 32s

This commit is contained in:
Satria 2026-06-14 08:38:36 +07:00
commit 9025adc997

View file

@ -90,7 +90,7 @@ in {
chmod +x $out/bin/packsquash chmod +x $out/bin/packsquash
''; '';
in "${packsquash-binary}/bin/packsquash"; in "${packsquash-binary}/bin/packsquash";
"config/proxy_protocol_support.json" = { "config/proxy_protocol_support.json".value = {
enableProxyProtocol = true; enableProxyProtocol = true;
whitelistTCPShieldServers = false; whitelistTCPShieldServers = false;
proxyServerIPs = [ "127.0.0.1" "::1" ]; proxyServerIPs = [ "127.0.0.1" "::1" ];