How do I configure Stunnel?
Stunnel is required for an NNTPS, meaning a secure connection to Usenet. Copy and paste all of the following in Notepad and save it in the Stunnel folder, name the file stunnel.conf: #Stunnel client configuration file # client = yes options = ALL RNDbytes = 2048 RNDfile = Random.bin RNDoverwrite = yes #[Meganetnews_NNTPS] #accept = 119 #connect = news.meganetnews.com:563 #delay = no [nntps] accept = 119 connect = news.aioe.org:563 delay = no #[Putty_nntps] #accept = 119 #connect = news1.meganetnews.com:563 #delay = no #[nntps] #accept = 119 #connect = secure.news.easynews.com:563 #delay = no #[nntps] #accept = 119 #connect = news.x-privat.org:563 #delay = no #[Octanews_NNTPS] #accept = 119 #connect = snews.octanews.com:563 #delay = no #[putty_nntps] #accept = 119 #connect = 127.0.0.1:563 #delay = no # End of config file Remove the # from the beginning of any bunch of lines you wish to make active.
Stunnel is required for an NNTPS, meaning secure, connection to Usenet. Copy and paste all of the following in Notepad and save it in the Stunnel folder, name the file stunnel.conf: #Stunnel client configuration file # client = yes options = ALL RNDbytes = 2048 RNDfile = bananarand.bin RNDoverwrite = yes # #[Meganetnews_NNTPS] #accept = 119 #connect = news.meganetnews.com:563 #delay = no # [nntps] accept = 119 connect = secure.news.easynews.com:563 delay = no # #[nntps] #accept = 119 #connect = news.x-privat.org:563 #delay = no # #[Octanews_NNTPS] #accept = 119 #connect = snews.octanews.com:563 #delay = no # #[putty_nntps] #accept = 119 #connect = 127.0.0.1:563 #delay = no # # End of config file Remove the # from the beginning of any bunch of lines you wish to make active. The above is setup to optionally allow (When the # is removed) routing through several news providers using a secure SSL connection. Note the lines: #[putty_nntps] #accept = 119 #connect = 127.0.0.1:563 #delay = no T
Stunnel is required for an NNTPS, meaning a secure connection to Usenet. Copy and paste all of the following in Notepad and save it in the Stunnel folder, name the file stunnel.conf: #Stunnel client configuration file # client = yes options = ALL RNDbytes = 2048 RNDfile = Random.bin RNDoverwrite = yes #[Meganetnews_NNTPS] #accept = 119 #connect = news.meganetnews.com:563 #delay = no [nntps] accept = 119 connect = news.aioe.org:563 delay = no #[Putty_nntps] #accept = 119 #connect = news1.meganetnews.com:563 #delay = no #[nntps] #accept = 119 #connect = secure.news.easynews.com:563 #delay = no #[nntps] #accept = 119 #connect = news.x-privat.org:563 #delay = no #[Octanews_NNTPS] #accept = 119 #connect = snews.octanews.com:563 #delay = no #[putty_nntps] #accept = 119 #connect = 127.0.0.1:563 #delay = no # End of config file Remove the # from the beginning of any bunch of lines you wish to make active.