File: simple.cf

package info (click to toggle)
conserver 8.2.1-1
  • links: PTS
  • area: non-free
  • in suites: stretch
  • size: 1,836 kB
  • ctags: 1,314
  • sloc: ansic: 22,099; sh: 3,507; makefile: 278
file content (11 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
#
# I believe this is the smallest configuration file that is also fully
# functional.  You have to be happy with the default access type (-a)
# as well as the default access list that gets used.
# 

console simple {
    master localhost;
    type exec;
    rw *;
}