diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-08-13 20:42:07 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-08-14 15:16:50 +0100 |
commit | 9af85efb7be828ea239d51731571b25094211cf6 (patch) | |
tree | b8971cb9bc0457e09ab3132f6da30e252233c175 /test/confs | |
parent | 766af058762b2c4e21b69f335adf77265fe9509a (diff) |
Testsuite: use more reliable IP for TFO testcases
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/1090 | 2 | ||||
-rw-r--r-- | test/confs/4058 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/1090 b/test/confs/1090 index 4a7b25f3c..410fd663c 100644 --- a/test/confs/1090 +++ b/test/confs/1090 @@ -34,7 +34,7 @@ begin transports send_to_server: driver = smtp allow_localhost - hosts = 127.0.0.1 + hosts = HOSTIPV4 port = PORT_D hosts_try_fastopen = * diff --git a/test/confs/4058 b/test/confs/4058 index 0502c55b2..e2f55d1d0 100644 --- a/test/confs/4058 +++ b/test/confs/4058 @@ -40,7 +40,7 @@ server: client: driver = manualroute - route_data = 127.0.0.1::PORT_D + route_data = HOSTIPV4::PORT_D self = send transport = smtp |