upstream: fix forwardPorts

This commit is contained in:
Astro 2021-10-18 01:24:43 +02:00
parent 4634b94199
commit 6b36f19af8
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ in
'') (builtins.attrNames upstreamInterfaces);
forwardPorts = map ({ destination, sourcePort, reflect, ... }@forwardedPort:
forwardedPort // {
removeAttrs forwardedPort ["reflect"] // {
destination =
if builtins.match ".*:.*" destination != null
then destination