This commit is contained in:
vincent 2024-02-11 16:15:01 +08:00
parent 19ac819a3d
commit 540e93a768

View File

@ -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",
// ...
}
]
//...
```