Delete config_server.json

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

View File

@ -1,53 +0,0 @@
{
"log": {
"loglevel": "debug"
},
"inbounds": [
{
"port": 443,
"protocol": "trojan",
"settings": {
"clients": [
{
"password":"your_password", //
"flow": "xtls-rprx-direct"
}
],
"fallbacks": [
{
"dest": "/dev/shm/default.sock",
"xver": 1
},
{
"alpn": "h2",
"dest": "/dev/shm/h2c.sock",
"xver": 1
}
]
},
"streamSettings": {
"network": "tcp",
"security": "xtls",
"xtlsSettings": {
"alpn": [
"http/1.1",
"h2"
],
"certificates": [
{
"certificateFile": "/path/to/cert", //
"keyFile": "/path/to/key" //
}
],
"minVersion": "1.2", //ecc使TLSv1.2ecc
"ocspStapling": 3600 //3600
}
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}