Initial commit: VPS proxy server configs and security audit

This commit is contained in:
Gan, Jimmy
2026-02-14 01:38:14 +08:00
commit 9ed13ff53a
7 changed files with 309 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
{
"log": {
"loglevel": "warning"
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 443,
"protocol": "vless",
"settings": {
"clients": [
{
"id": "7bb711be-47a2-4273-aa8e-45bcb6216f70",
"flow": "xtls-rprx-vision"
}
],
"decryption": "none"
},
"streamSettings": {
"network": "tcp",
"security": "reality",
"realitySettings": {
"dest": "www.microsoft.com:443",
"serverNames": [
"www.microsoft.com"
],
"privateKey": "8L7hA2XIKkJG9H7CGUsclSqq41UkEuJ6EIH4FioUXl0",
"shortIds": [
"abcd1234"
]
}
},
"sniffing": {
"enabled": true,
"destOverride": [
"http",
"tls",
"quic"
]
}
}
],
"outbounds": [
{
"protocol": "freedom",
"tag": "direct"
}
]
}