File: kuang2.conf

package info (click to toggle)
honeyd 1.5c-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 7,140 kB
  • ctags: 4,512
  • sloc: ansic: 30,010; sh: 12,942; perl: 4,536; python: 4,465; yacc: 1,088; makefile: 330; lex: 173
file content (26 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
###
### kuang2.conf -- kuang2.pl configuration file.
###

#
# logdir -- directory where logfile and uploaded files are kept.
#
logdir = /var/kuang2

#
# values we report back to the kuang2 client.
#
num_drives = 1
computer_name = MY COMPUTER

#
# maximum allowed upload file size, in bytes.
#
max_upload_size = 15728640

#
# timeout value, in seconds.
#
timeout = 30

### kuang2.conf ends here.