diff options
Diffstat (limited to 'system/conserver/config/console.cf')
-rw-r--r-- | system/conserver/config/console.cf | 7 |
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 000000000000..262f6950b5aa --- /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; +} |