Deepen airport supply-chain probe with node delay sampling, dual egress, global-mode and prod-domain-via-proxy crossover detection, 15m launchd, quote-probe integration, actions-to-board observe path, and richer channels UI for N0–N5 findings.
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Label</key>
|
|
<string>com.feibisi.manhuang-net-path</string>
|
|
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/opt/homebrew/bin/python3</string>
|
|
<string>/Users/feibisi-studio/Projects/joy-cli/scripts/manhuang/probe-proxy-path.py</string>
|
|
<string>--deep</string>
|
|
</array>
|
|
|
|
<!-- 每 15 分钟:控制面 + 延迟 + 双出口 + 串线 v1 -->
|
|
<key>StartInterval</key>
|
|
<integer>900</integer>
|
|
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/feibisi-studio/Projects/joy-cli</string>
|
|
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/feibisi-studio/logs/manhuang-net-path.stdout.log</string>
|
|
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/feibisi-studio/logs/manhuang-net-path.stderr.log</string>
|
|
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>PATH</key>
|
|
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
|
|
<key>PYTHONPATH</key>
|
|
<string>/Users/feibisi-studio/Projects/joy-cli/src</string>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|