diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 22:31:31 +0800 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-07-30 22:31:55 +0800 |
commit | d93dd7fabe2518f42e23af0e1ed02c3a162de4b4 (patch) | |
tree | 6bc5013096cb4190bb76c480c7c9cbe46f101471 | |
parent | 222737ed238263026d94466055327c25b0a638f8 (diff) |
distccd config change to pp wg ip, and change port
Change to wg ip because stricter, safer. Also change to a port no one use.
-rw-r--r-- | etc/conf.d/distccd-armv8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/conf.d/distccd-armv8 b/etc/conf.d/distccd-armv8 index 5a65bd37..0fe7d752 100644 --- a/etc/conf.d/distccd-armv8 +++ b/etc/conf.d/distccd-armv8 @@ -6,4 +6,4 @@ # PATH=/opt/x-tools8/aarch64-unknown-linux-gnu/bin:$PATH -DISTCC_ARGS="--allow-private --log-level info --log-file /tmp/distccd-armv8.log --port 3636" +DISTCC_ARGS="--allow 10.0.0.7/32 --log-level info --log-file /tmp/distccd-armv8.log --port 49710" |