add resolve_on_forward in tests

This commit is contained in:
Yves Rutschle 2023-09-06 18:01:52 +02:00
parent 0562eb4b07
commit 1b0c6d0b8d

View File

@ -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"; },