summaryrefslogtreecommitdiffstats
path: root/debian/local/default/ttyd
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/default/ttyd')
-rw-r--r--debian/local/default/ttyd8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/local/default/ttyd b/debian/local/default/ttyd
new file mode 100644
index 0000000..a84ec9f
--- /dev/null
+++ b/debian/local/default/ttyd
@@ -0,0 +1,8 @@
+# /etc/default/ttyd
+
+INTERFACE="-i lo"
+PORT="-p 7681"
+CHECK_ORIGIN="-O"
+COMMAND="login"
+
+TTYD_OPTIONS="${INTERFACE} ${PORT} ${CHECK_ORIGIN} ${COMMAND}"