From d9b9516ed6a372b1270011c2177681a9713c9d31 Mon Sep 17 00:00:00 2001 From: Mikhail Osipov Date: Wed, 22 Sep 2021 02:51:33 +0300 Subject: auth: via file --- pkg/test/proxy_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/test/proxy_test.go') diff --git a/pkg/test/proxy_test.go b/pkg/test/proxy_test.go index ae89b0a..46782d2 100644 --- a/pkg/test/proxy_test.go +++ b/pkg/test/proxy_test.go @@ -10,8 +10,8 @@ func TestProxyHook(t *testing.T) { c := e.newInstance() - c.Exec("add name C listen,addr=-:0 proxy,addr=@[addr] dial,addr=@[tunnel.S.listen]") - c.Exec("add name S listen,addr=-:0 proxy") + c.Exec("add name C listen,addr=%%0 proxy,addr=@[addr] dial,addr=@[tunnel.S.listen]") + c.Exec("add name S listen,addr=%%0 proxy") c.Exec("set tunnel.S.proxy.auth user:password") c.Exec("set tunnel.C.proxy.auth user:password") -- cgit v1.2.3-70-g09d2