| Add better description to gopher request filter script. - geomyidae - A small C… | |
| git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri… | |
| Log | |
| Files | |
| Refs | |
| Tags | |
| README | |
| LICENSE | |
| --- | |
| commit c555b684d623e711d266e6b15c5abba55ab02347 | |
| parent 45c3a0e013a65e7bc6c5fa4cb941cedf22fb83e0 | |
| Author: Christoph Lohmann <[email protected]> | |
| Date: Wed, 17 Mar 2021 22:30:03 +0100 | |
| Add better description to gopher request filter script. | |
| Diffstat: | |
| M xinetd-gopher-request-filter.conf | 9 +++++++++ | |
| 1 file changed, 9 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/xinetd-gopher-request-filter.conf b/xinetd-gopher-request-filter.c… | |
| @@ -1,4 +1,13 @@ | |
| # Adopt service to your needs. | |
| +# | |
| +# 1.) Copy the file to /etc/xinetd.d. | |
| +# 2.) Optional: Create some service in /etc/services for the port and | |
| +# add it here instead of »service gopher«. | |
| +# 3.) Copy xinetd-gopher-request-filter.sh to for example /usr/sbin and | |
| +# change the pathe herein. | |
| +# 4.) Make sure, user and group exist. | |
| +# | |
| + | |
| service gopher | |
| { | |
| socket_type = stream |