diff --git a/servers/bwh-us-dc9/sing-box/.env.example b/servers/bwh-us-dc9/sing-box/.env.example index 0e12c24..ef2be7b 100644 --- a/servers/bwh-us-dc9/sing-box/.env.example +++ b/servers/bwh-us-dc9/sing-box/.env.example @@ -12,6 +12,6 @@ HY2_OBFS_PASSWORD=change-me VLESS_PORT=22590 VLESS_UUID=00000000-0000-4000-8000-000000000000 -REALITY_SERVER_NAME=www.microsoft.com +REALITY_SERVER_NAME=www.cloudflare.com REALITY_PRIVATE_KEY=change-me -REALITY_SHORT_ID=0123456789abcdef +REALITY_SHORT_ID=01234567 diff --git a/servers/bwh-us-dc9/sing-box/compose.yaml b/servers/bwh-us-dc9/sing-box/compose.yaml index da32429..d389c67 100644 --- a/servers/bwh-us-dc9/sing-box/compose.yaml +++ b/servers/bwh-us-dc9/sing-box/compose.yaml @@ -30,7 +30,7 @@ services: restart: "no" sing-box: - image: ghcr.io/sagernet/sing-box:v1.12.13 + image: ghcr.io/sagernet/sing-box:v1.14.0 restart: unless-stopped depends_on: config-render: diff --git a/servers/bwh-us-dc9/sing-box/etc/sing-box/config.json.template b/servers/bwh-us-dc9/sing-box/etc/sing-box/config.json.template index e24e976..a725595 100644 --- a/servers/bwh-us-dc9/sing-box/etc/sing-box/config.json.template +++ b/servers/bwh-us-dc9/sing-box/etc/sing-box/config.json.template @@ -5,8 +5,6 @@ "tag": "trojan-in", "listen": "::", "listen_port": ${LISTEN_PORT}, - "sniff": true, - "sniff_override_destination": true, "users": [ { "name": "user1",