Fix GHA (starttls nntp)

using another IP
This commit is contained in:
Dirk 2021-09-09 23:17:09 +02:00
parent 15cfd849fe
commit 529e9da823

View File

@ -143,7 +143,7 @@ unlike($openssl_out, qr/$openssl_regex_bl/, "");
$tests++;
$uri="news.newsguy.com:119";
$uri="140.238.219.117:119";
# unlink "tmp.json";
printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ...";