Delete config_client.json

This commit is contained in:
OnlyCharacter 2021-01-12 23:34:42 +08:00 committed by GitHub
parent ddbc42ced5
commit 8e425bb122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,48 +0,0 @@
{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"port": 1080,
"listen": "127.0.0.1",
"protocol": "socks",
"settings": {
"udp": true
}
},
{
"port": 1081,
"protocol": "http",
"sniffing": {
"enabled": true,
"destOverride": ["http", "tls"]
},
"settings": {
"auth": "noauth"
}
}
],
"outbounds": [
{
"protocol": "trojan",
"settings": {
"servers": [
{
"address": "example.com", //IP
"flow": "xtls-rprx-direct", //Linux"xtls-rprx-splice"
"port": 443,
"password": "your_password" //
}
]
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"serverName": "example.com" //
}
}
}
]
}