diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2021-09-22 02:51:33 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2021-09-22 12:45:07 +0300 |
| commit | d9b9516ed6a372b1270011c2177681a9713c9d31 (patch) | |
| tree | 79a3a0c37998d494d4a8a3983fb57af10252b228 /test/proxy.sh | |
| parent | 3c9f376276c4f59bfaf93195441cde402fb1d333 (diff) | |
auth: via file
Diffstat (limited to 'test/proxy.sh')
| -rwxr-xr-x | test/proxy.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/proxy.sh b/test/proxy.sh index 8348bd6..e8c5a3f 100755 --- a/test/proxy.sh +++ b/test/proxy.sh @@ -3,8 +3,8 @@ ROOT=$(dirname $0)/.. PATH=$ROOT/bin:$PATH -tunnel add name C listen,addr=-:2000 proxy,addr=-:4000 dial,addr=-:3000 -tunnel add name S listen,addr=-:3000 proxy +tunnel add name C listen,addr=%2000 proxy,addr=%4000 dial,addr=%3000 +tunnel add name S listen,addr=%3000 proxy tunnel set tunnel.C.proxy.auth user:password tunnel set tunnel.S.proxy.auth user:password nc -l 4000 & |
