mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-02 21:06:15 +03:00
Update config.md
This commit is contained in:
parent
ede029d336
commit
5688dea6be
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ On your PC (or phone), you need to run Xray with the following configuration:
|
|||
{
|
||||
"inbounds": [
|
||||
{
|
||||
"port": 1080, // SOCKS代理端口,需要在浏览器中配置代理并指向该端口
|
||||
"port": 1080, // SOCKS proxy port, you need to configure the proxy in the browser and point to this port
|
||||
"listen": "127.0.0.1",
|
||||
"protocol": "socks",
|
||||
"settings": {
|
||||
|
@ -57,8 +57,8 @@ On your PC (or phone), you need to run Xray with the following configuration:
|
|||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "server", // 服务器地址,请将其更改为您自己的服务器IP或域名
|
||||
"port": 10086, // 服务器端口
|
||||
"address": "server", // Server address, please change it to your own server IP or domain name
|
||||
"port": 10086, // Server Port
|
||||
"users": [
|
||||
{
|
||||
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
|
||||
|
|
Loading…
Add table
Reference in a new issue