diff options
Diffstat (limited to 'regress/lib.sh')
-rw-r--r-- | regress/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib.sh b/regress/lib.sh index afde8b7..668ef28 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -80,7 +80,7 @@ server "localhost.local" { cert "$PWD/cert.pem" key "$PWD/key.pem" proxy { - relay-to "localhost:$port" + relay-to localhost port $port $1 } } |