1
0

modules/nginx-port-forward: Automatically reresolve hostnames

This commit is contained in:
2025-05-31 13:03:00 +02:00
parent 50ca6f03ee
commit 92f8495111

View File

@@ -24,6 +24,8 @@ let
portForwardConf = ''
stream {
resolver 127.0.0.53;
${ concatStringsSep "\n" (mapAttrsToList (mkServerBlock false) cfg.tcpPorts) }
${ concatStringsSep "\n" (mapAttrsToList (mkServerBlock true) cfg.udpPorts) }
}