blob: 2fe7a4cc6834710913046b857a1aaa9a465ccc71 (
plain)
1
2
3
4
5
6
7
|
#
# Parameters to be passed to distccd
#
# You must explicitly add IPs (or subnets) that are allowed to connect,
# using the --allow switch. See the distccd manpage for more info.
#
DISTCC_ARGS="--allow 127.0.0.1"
|