Launch
This commit is contained in:
33
configs/xray.json
Normal file
33
configs/xray.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"log": { "loglevel": "warning" },
|
||||
"inbounds": [
|
||||
{
|
||||
"tag": "socks-in",
|
||||
"port": 10808,
|
||||
"listen": "127.0.0.1",
|
||||
"protocol": "socks",
|
||||
"settings": { "udp": true }
|
||||
}
|
||||
],
|
||||
"outbounds": [
|
||||
{
|
||||
"tag": "proxy",
|
||||
"protocol": "vless",
|
||||
"settings": {
|
||||
"vnext": [
|
||||
{
|
||||
"address": "CHANGE_ME_HOST",
|
||||
"port": 443,
|
||||
"users": [ { "id": "CHANGE_ME_UUID", "encryption": "none" } ]
|
||||
}
|
||||
]
|
||||
},
|
||||
"streamSettings": {
|
||||
"network": "tcp",
|
||||
"security": "tls",
|
||||
"tlsSettings": { "serverName": "CHANGE_ME_SNI" }
|
||||
}
|
||||
},
|
||||
{ "tag": "direct", "protocol": "freedom" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user