From 540e93a768ae07d33a83e8f605c2e5b0b59990b3 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 11 Feb 2024 16:15:01 +0800 Subject: [PATCH] update --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b6bf5..344a6c4 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,23 @@ docker-compose down ## 查看分享链接 - ```` bash get_share_link.sh ```` +## 修改端口 +修改conf/config.json +```json +// ... + + "inbounds": [ + { + "listen": "0.0.0.0", + "port": 8003, // 修改为你要的端口 + "protocol": "vless", + // ... + } + ] + +//... +```