Update config.md
parent
ede029d336
commit
5688dea6be
|
@ -43,7 +43,7 @@ On your PC (or phone), you need to run Xray with the following configuration:
|
||||||
{
|
{
|
||||||
"inbounds": [
|
"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",
|
"listen": "127.0.0.1",
|
||||||
"protocol": "socks",
|
"protocol": "socks",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
@ -57,8 +57,8 @@ On your PC (or phone), you need to run Xray with the following configuration:
|
||||||
"settings": {
|
"settings": {
|
||||||
"vnext": [
|
"vnext": [
|
||||||
{
|
{
|
||||||
"address": "server", // 服务器地址,请将其更改为您自己的服务器IP或域名
|
"address": "server", // Server address, please change it to your own server IP or domain name
|
||||||
"port": 10086, // 服务器端口
|
"port": 10086, // Server Port
|
||||||
"users": [
|
"users": [
|
||||||
{
|
{
|
||||||
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
|
"id": "b831381d-6324-4d53-ad4f-8cda48b30811"
|
||||||
|
|
Loading…
Reference in New Issue