From 63562baa95968f0107c375e49a8d757df0b0513e Mon Sep 17 00:00:00 2001 From: zefie Date: Mon, 6 May 2024 09:59:43 -0400 Subject: [PATCH] change internal usenet port --- zefie_wtvp_minisrv/includes/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/includes/config.json b/zefie_wtvp_minisrv/includes/config.json index b79caba6..e881c498 100644 --- a/zefie_wtvp_minisrv/includes/config.json +++ b/zefie_wtvp_minisrv/includes/config.json @@ -127,7 +127,7 @@ "wtv-news": { // Usenet "port": 1605, - "local_nntp_port": 57319, // Port for internal NNTP + "local_nntp_port": 5730, // Port for internal NNTP "local_nntp_requires_auth": true, // Needs to be enabled for posting "modules": [ "WTVNews"