diff options
Diffstat (limited to 'system/conserver/console.cf')
-rw-r--r-- | system/conserver/console.cf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/system/conserver/console.cf b/system/conserver/console.cf index 2a04510fbe..7e3cf0d628 100644 --- a/system/conserver/console.cf +++ b/system/conserver/console.cf @@ -1,3 +1,7 @@ +# default config for console config * { - master localhost; + master localhost; + # Some (Ubuntu) systems seem to be using this: + #port 3109; + #sslenabled no; } |