feat: parameterize US port and bound sing-box logs

This commit is contained in:
Codex
2026-07-19 08:41:19 -07:00
parent 86969890a0
commit 469dcc3641
4 changed files with 5 additions and 4 deletions
@@ -4,7 +4,7 @@
"type": "trojan",
"tag": "trojan-in",
"listen": "::",
"listen_port": 7364,
"listen_port": ${LISTEN_PORT},
"sniff": true,
"sniff_override_destination": true,
"users": [
@@ -41,4 +41,3 @@
"timestamp": true
}
}