aboutsummaryrefslogtreecommitdiff
path: root/src/distcc/distccd.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/distcc/distccd.conf.d')
-rw-r--r--src/distcc/distccd.conf.d7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/distcc/distccd.conf.d b/src/distcc/distccd.conf.d
new file mode 100644
index 0000000..2fe7a4c
--- /dev/null
+++ b/src/distcc/distccd.conf.d
@@ -0,0 +1,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"