diff options
author | Omar Polo <op@omarpolo.com> | 2022-10-05 15:10:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-10-05 15:10:44 +0000 |
commit | 534afd0ddcba7c3d2f8478e89db026010c6190c5 (patch) | |
tree | b2a6601b8a0fe1ba0128c34df1b9df374869ecf4 /regress | |
parent | 4ceb570910de41133b2771cff29cbb78f37fea30 (diff) |
make the various strings in the config fixed-length
will help in future restructuring to have fixed-size objects.
Diffstat (limited to 'regress')
-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 } } |