11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
|
## Type: string
|
||
|
## Default: "127.0.0.1"
|
||
|
# IP adress of allowed host or subnet which can connect to the server.
|
||
|
# eg.: 192.168.0.5 or 192.168.0.0/24
|
||
|
ALLOWED_SERVERS="127.0.0.1"
|
||
|
|
||
|
## Type: string
|
||
|
## Default: "--zeroconf"
|
||
|
# Extra parameters for the distcc server
|
||
|
EXTRA_PARAMS="--zeroconf"
|