fix: allow host-networked egress proxy

This commit is contained in:
Codex
2026-06-26 17:28:34 +00:00
parent 678dc427d6
commit 1a11d3654a
6 changed files with 35 additions and 2 deletions
+2
View File
@@ -150,6 +150,7 @@ targets:
image: 127.0.0.1:5000/platform-infra/sing-box:latest
imagePullPolicy: IfNotPresent
listenPort: 10808
hostNetwork: true
sourceConfigRef: config/platform-infra/egress-proxy-sources.yaml#sources.master-shadowsocks
applyToSub2Api: true
applyToSentinel: true
@@ -245,6 +246,7 @@ targets:
image: ghcr.io/sagernet/sing-box:latest
imagePullPolicy: IfNotPresent
listenPort: 10808
hostNetwork: false
sourceConfigRef: config/platform-infra/egress-proxy-sources.yaml#sources.master-shadowsocks
applyToSub2Api: true
applyToSentinel: true