added
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 10 Jan 2022 05:10:09 +0000 (16:10 +1100)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Mon, 10 Jan 2022 05:10:09 +0000 (16:10 +1100)
hourglass.8.adoc [new file with mode: 0644]

diff --git a/hourglass.8.adoc b/hourglass.8.adoc
new file mode 100644 (file)
index 0000000..cedc8c1
--- /dev/null
@@ -0,0 +1,36 @@
+= Hourglass(8)
+:doctype: manpage
+:revdate: {sys:date "+%Y-%m-%d %H:%M:%S"}
+:COLON: :
+:EQUALS: =
+
+== NAME
+hourglass - Automated Network Access Control System
+
+== SYNOPSIS
+hourglass _command_
+
+== DESCRIPTION
+
+*hourglass* is a embedding of newlisp scripts to implement an
+Automated Network Access Control System, aptly named "Hourglass". The
+general idea is to have the network open or closed on weekly policy
+schedule, with an easy-to-use interface for adhoc adjustments.
+
+== COMMANDS
+
+listener:: runs the Hourglass listener daemon.
+
+control-logic:: runs through the Hourglass control logic to apply the
+current policy at the present time.
+
+== FILES
+
+hourglass.conf
+
+== SEE ALSO
+
+ipset, iptables, newlisp
+
+== AUTHOR
+Ralph Rönnquist <ralph.ronnquist@gmail.com>