update 2025-05-14 00:10:23

This commit is contained in:
actions-user 2025-05-14 00:10:23 +08:00
parent 7416507f40
commit 41ebc940f6
2 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ config fchomo 'tls'
config fchomo 'api' config fchomo 'api'
option external_controller_port '9090' option external_controller_port '9090'
option external_controller_tls_port '9443'
config fchomo 'sniffer' config fchomo 'sniffer'
list skip_domain 'Mijia Cloud' list skip_domain 'Mijia Cloud'

View File

@ -251,7 +251,7 @@ start_service() {
procd_set_param command /bin/sh procd_set_param command /bin/sh
procd_append_param command -c "'$PROG' -d '$HM_DIR' -f '$RUN_DIR/mihomo-c.yaml' >> '$RUN_DIR/mihomo-c.log' 2>&1" procd_append_param command -c "'$PROG' -d '$HM_DIR' -f '$RUN_DIR/mihomo-c.yaml' >> '$RUN_DIR/mihomo-c.log' 2>&1"
procd_set_param env SAFE_PATHS="$RUN_DIR/" # The syntax of this environment variable is the same as the PATH environment variable parsing rules of this operating system (i.e., semicolon-separated under Windows and colon-separated under other systems) procd_set_param env SAFE_PATHS="$RUN_DIR:/etc/ssl" SKIP_SAFE_PATH_CHECK=true # The syntax of this environment variable is the same as the PATH environment variable parsing rules of this operating system (i.e., semicolon-separated under Windows and colon-separated under other systems)
# Only supports `Global`` and does not support `Proxy Group` and `Proxy Node` # Only supports `Global`` and does not support `Proxy Group` and `Proxy Node`
local bind_ifname local bind_ifname