From 46c79526fd34996605a97ce52437069aa6462cef Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 14 Sep 2019 18:28:54 +0000 Subject: doc: update nntpd with NNTPS and STARTTLS examples NNTPS and STARTTLS seems to be working for several months without incident on news.public-inbox.org, so consider it a success and maybe others can try using it. HTTPS technically works, too, but isn't documented at the moment since I can't recommend production deployments without varnish protecting it. --- examples/public-inbox-nntps.socket | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/public-inbox-nntps.socket (limited to 'examples/public-inbox-nntps.socket') diff --git a/examples/public-inbox-nntps.socket b/examples/public-inbox-nntps.socket new file mode 100644 index 00000000..fa678196 --- /dev/null +++ b/examples/public-inbox-nntps.socket @@ -0,0 +1,12 @@ +# ==> /etc/systemd/system/public-inbox-nntps.socket <== +[Unit] +Description = public-inbox-nntps socket + +[Socket] +ListenStream = 0.0.0.0:563 +BindIPv6Only = ipv6-only +ListenStream = [::]:563 +Service = public-inbox-nntpd@1.service + +[Install] +WantedBy = sockets.target -- cgit v1.2.3-24-ge0c7