diff --git a/test.cfg b/test.cfg index c71a6b3..a7590e9 100644 --- a/test.cfg +++ b/test.cfg @@ -42,7 +42,7 @@ listen: protocols: ( - { name: "ssh"; host: "localhost"; port: "9000"; fork: true; transparent: true; }, + { name: "ssh"; host: "localhost"; port: "9000"; fork: true; transparent: true; resolve_on_forward: true; }, { name: "socks5"; host: "localhost"; port: "9001"; }, { name: "http"; host: "localhost"; port: "9002"; }, { name: "tinc"; host: "localhost"; port: "9003"; },