diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-09-18 11:50:07 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-09-19 11:22:55 +0100 |
commit | 0ab63f3dea522591218c0d65c78a686b7fa64db6 (patch) | |
tree | 0e95c7b2d8125f7dec65f148750e2703714312db /test/confs | |
parent | c4d5e329acddb83df43254990f98c53cd5b1fbf7 (diff) |
TFO: early-data for client outbound via socks5 proxy
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4020 | 11 | ||||
l--------- | test/confs/4027 | 1 |
2 files changed, 7 insertions, 5 deletions
diff --git a/test/confs/4020 b/test/confs/4020 index 8dfd46888..05c95a571 100644 --- a/test/confs/4020 +++ b/test/confs/4020 @@ -32,11 +32,12 @@ my_main_router: begin transports my_smtp: - driver = smtp - interface = HOSTIPV4 - port = PORT_S - hide socks_proxy = 127.0.0.1 port=PORT_D OPT - debug_print = transport_name <$transport_name> + driver = smtp + interface = HOSTIPV4 + port = PORT_S + hide socks_proxy = 127.0.0.1 port=PORT_D OPT + hosts_try_fastopen = ${if eq {$local_part}{user_tfo} {*}} + debug_print = transport_name <$transport_name> # End diff --git a/test/confs/4027 b/test/confs/4027 new file mode 120000 index 000000000..4af051ca9 --- /dev/null +++ b/test/confs/4027 @@ -0,0 +1 @@ +4020
\ No newline at end of file |