Add native traffic inspection to Harbor Connect and Gateway
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.client
|
||||
args:
|
||||
SINGBOX_VERSION: ${SINGBOX_VERSION:-1.13.18}
|
||||
SINGBOX_VERSION: ${SINGBOX_VERSION:-1.14.0-rc.5}
|
||||
container_name: harbor-connect
|
||||
environment:
|
||||
APP_MODE: client
|
||||
@@ -14,6 +14,7 @@ services:
|
||||
DATA_DIR: /var/lib/vpn-proxy
|
||||
SING_BOX_CONFIG: /etc/sing-box/config.json
|
||||
SING_BOX_CACHE: /var/lib/sing-box/cache.db
|
||||
SING_BOX_TRAFFIC_SOURCE: ${SING_BOX_TRAFFIC_SOURCE:-native}
|
||||
HARBOR_HOST_NETWORK_STATE: /run/harbor-host/network.json
|
||||
HARBOR_GATEWAY_CONTROL_PORT: ${HARBOR_GATEWAY_CONTROL_PORT:-3456}
|
||||
LOG_LEVEL: ${LOG_LEVEL:-info}
|
||||
|
||||
Reference in New Issue
Block a user