Doc /

Peering with me (dodin.fr.nf, 2021)

< Installing Apache2 (2022) | Configuring a small home server in 2021 with openSUSE Leap 15.3 | Installation notes for package Mailman (2016) >

Note: I have my dodin.fr.nf domain name by courtesy of Azote.org (french free domain names), and only as long as Azote keep working.

Setup

Here my setup - in summary I have only one server, dodin.fr.nf and only share fr.* groups. I use cleanfeed and accept a limited set of nocem messages.

In /etc/news/newsfeeds:

Uncomment the innfeed part of the file, like this

# innfeed funnel master.
innfeed!\
        :!*\
        :Tc,Wnm*:/usr/lib/news/bin/innfeed

Add somewhere at the end of the file:

dodin/dodin.fr.nf\
       :fr.*,!*.bina*,!*.bain*,!*.dateien*,!*.pictures*,!junk/!local\
       :Af,Ap,C20,G12,U5,<32768,Tm\
       :innfeed!

In /etc/news/innfeed.conf add the following lines :

peer dodin
{
        ip-name: dodin.fr.nf
	initial-connections: 2
	max-connections: 5
	dynamic-method: 1	
}

In /etc/news/incoming.conf an entry like this :

peer dodin
{
	hostname: "dodin.fr.nf"
}

How to ask us for a feed

Those who wish a feed from dodin.fr.nf must send a request to jdd@dodin.org including the technical data needed to configure it and some information about the site. All dodin.fr.nf feeds are provided for free.

< Installing Apache2 (2022) | Configuring a small home server in 2021 with openSUSE Leap 15.3 | Installation notes for package Mailman (2016) >