summaryrefslogtreecommitdiff
path: root/system/conserver/config/console.cf
diff options
context:
space:
mode:
Diffstat (limited to 'system/conserver/config/console.cf')
-rw-r--r--system/conserver/config/console.cf7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/conserver/config/console.cf b/system/conserver/config/console.cf
new file mode 100644
index 0000000000..262f6950b5
--- /dev/null
+++ b/system/conserver/config/console.cf
@@ -0,0 +1,7 @@
+config * {
+ master localhost;
+
+ # Below are default on some Debian(-derived) systems:
+ #port 3109;
+ #sslenabled no;
+}