summarylogtreecommitdiffstats
path: root/distccd.conf.d
diff options
context:
space:
mode:
authorgraysky2019-07-27 07:07:12 -0400
committergraysky2019-07-27 07:07:12 -0400
commitdd66cdacd1ae2dc322bfeb6a4a809851f878d808 (patch)
tree78452a86ab593f282568b7fbe0dcc8048682b420 /distccd.conf.d
downloadaur-dd66cdacd1ae2dc322bfeb6a4a809851f878d808.tar.gz
initial commit
Diffstat (limited to 'distccd.conf.d')
-rw-r--r--distccd.conf.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/distccd.conf.d b/distccd.conf.d
new file mode 100644
index 000000000000..a0365fecf354
--- /dev/null
+++ b/distccd.conf.d
@@ -0,0 +1,9 @@
+#
+# 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"
+#DISTCC_ARGS="--allow 192.168.0.0/24 --log-level error --log-file /tmp/distccd.log"