From b78c472eedbbdad4ea2c5e24580473f9cbdef4e9 Mon Sep 17 00:00:00 2001 From: mm644706215 Date: Tue, 30 Sep 2025 21:38:33 +0800 Subject: [PATCH] change port --- client/docker-compose.yml | 4 ++-- client/v2ray-client-grpc.json | 4 ++-- client/v2ray-client.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/docker-compose.yml b/client/docker-compose.yml index fb98e86..83c8b07 100644 --- a/client/docker-compose.yml +++ b/client/docker-compose.yml @@ -9,5 +9,5 @@ services: - ./v2ray-client.json:/etc/v2ray/config.json:ro command: ["run", "-c", "/etc/v2ray/config.json"] ports: - - "1080:1080" # SOCKS5 - - "8080:8080" # HTTP + - "127.0.0.1:11080:11080" # SOCKS5 + - "127.0.0.1:18080:18080" # HTTP diff --git a/client/v2ray-client-grpc.json b/client/v2ray-client-grpc.json index d758792..867bd04 100644 --- a/client/v2ray-client-grpc.json +++ b/client/v2ray-client-grpc.json @@ -4,13 +4,13 @@ }, "inbounds": [ { - "port": 1080, + "port": 11080, "listen": "0.0.0.0", "protocol": "socks", "settings": { "auth": "noauth", "udp": true } }, { - "port": 8080, + "port": 18080, "listen": "0.0.0.0", "protocol": "http", "settings": {} diff --git a/client/v2ray-client.json b/client/v2ray-client.json index fee05ef..83e0ec6 100644 --- a/client/v2ray-client.json +++ b/client/v2ray-client.json @@ -4,13 +4,13 @@ }, "inbounds": [ { - "port": 1080, + "port": 11080, "listen": "0.0.0.0", "protocol": "socks", "settings": { "auth": "noauth", "udp": true } }, { - "port": 8080, + "port": 18080, "listen": "0.0.0.0", "protocol": "http", "settings": {}