blob: 0f271f73feaa586dacd15e8b5bc98a13364f016d (
plain)
1
2
3
4
5
6
7
8
9
|
# `default` is a sample-format command
# Generally, it is recommended to point the commands at scripts, rather
# that try and write some fancy business in here.
[commands]
default=/usr/bin/true
[net]
ip=127.0.0.1
port=6996
|