Gopher Server Installation on Diavolakos

- D - R - A - F - T -

DONE list of commands
TODO add comments
TODO add thoughts

<-----69------------------------------------------------------------>

Why Gopher?
Light and Efficient way of exchanging ideas via text

Why Gophernicus?
Because it has a BSD license


Special thanks to https://gopher.zcrayfish.soy/1/phlog/
              20190121-gophernicus-on-freebsd12-quick-dirty-howto

#pkg install xinetd gcc

#fetch www.gophernicus.org/download/master.zip

#unzip master.zip
#cd gophernicus-master

#make && make install

#vi /etc/inetd.conf
gopher stream tcp nowait nobody
             /usr/sbin/in.gophernicus in.gophernicus -h assemblage.asuscomm.com

in one continuous line
in my case it was automatically added
where server name is the domain name
as it is accessible by the DNS service

#vi /etc/rc.conf
inetd_enable="YES"

#service inetd start && service inetd status

Port Forwarding via ASUS router
WAN > Virtual Server / Port Forwarding
Service Name: Gopher Server
Port Range: 70
Local IP: xxx.xxx.xx.xxx
Protocol: TCP

Gopher://assemblage.asuscomm.com