From 8da227ca130355332fc92935cfbabc87bd0db078 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Tue, 30 Mar 2021 11:23:27 -0400 Subject: Storing an example site. Added support for just plain old static files and favicons --- captain/example/levitating.xinetd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 captain/example/levitating.xinetd (limited to 'captain/example/levitating.xinetd') diff --git a/captain/example/levitating.xinetd b/captain/example/levitating.xinetd new file mode 100644 index 0000000..3c78286 --- /dev/null +++ b/captain/example/levitating.xinetd @@ -0,0 +1,16 @@ +# default: off +# description: An internal xinetd service, listing active services. + +service gemini +{ + type = UNLISTED + port = 1965 + socket_type = stream + protocol = tcp + wait = no + user = jeff + disable = no + only_from = 127.0.0.1 + server = /home/jeff/Workspace/levitating/captain/levitating-captain + server_args = -g -c /home/jeff/Workspace/levitating/captain/example/levitating.conf +} -- cgit v1.2.3