Fix GHA (starttls nntp)

using another IP
This commit is contained in:
Dirk 2021-09-09 23:21:08 +02:00
parent 7be262f287
commit a239ac7a6a

View File

@ -130,7 +130,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 ...";