Skip to content

Instantly share code, notes, and snippets.

@Ali-Razmjoo
Last active December 15, 2023 02:11
Show Gist options
  • Save Ali-Razmjoo/8fc6567877678d324ae51da49ba0f2e5 to your computer and use it in GitHub Desktop.
Save Ali-Razmjoo/8fc6567877678d324ae51da49ba0f2e5 to your computer and use it in GitHub Desktop.
This configuration is not using TLS/SSL. "path" is set to "/secologist", replace the default users! https://www.secologist.com/anonymous-v2ray-vpn
{
"api":{
"services":[
"HandlerService",
"StatsService"
],
"tag":"api"
},
"dns":null,
"fakeDns":null,
"inbounds":[
{
"listen":"127.0.0.1",
"port":62789,
"protocol":"dokodemo-door",
"settings":{
"address":"127.0.0.1"
},
"sniffing":{
"destOverride":[
"http",
"tls"
],
"enabled":false
},
"streamSettings":null,
"tag":"api"
},
{
"listen":null,
"port":80,
"protocol":"vmess",
"settings":{
"clients":[
{
"alterId":0,
"email":"user1@user1.com",
"id":"8b27bf75-38d5-4409-89dc-d5c44b577afc",
"level":0
},
{
"alterId":0,
"email":"user2@user2.com",
"id":"bf600913-6bda-48e8-87ef-c1c8c56c4b25",
"level":0
}
],
"default":{
"alterId":0,
"level":0
},
"disableInsecureEncryption":false
},
"sniffing":{
"destOverride":[
"http",
"tls"
],
"enabled":false
},
"streamSettings":{
"network":"ws",
"security":"none",
"wsSettings":{
"acceptProxyProtocol":false,
"headers":{
"Connection":"keep-alive",
"Content-Type":"application/x-shockwave-flash, application/octet-stream, text/html, application/x-shockwave-flash",
"Pragma":"no-cache",
"Transfer-Encoding":"chunked"
},
"path":"/secologist"
}
},
"tag":"inbound-80"
}
],
"log":null,
"outbounds":[
{
"protocol":"freedom",
"settings":{
}
},
{
"protocol":"blackhole",
"settings":{
},
"tag":"blocked"
}
],
"policy":{
"levels":{
"0":{
"statsUserDownlink":true,
"statsUserUplink":true
}
},
"system":{
"statsInboundDownlink":true,
"statsInboundUplink":true
}
},
"reverse":null,
"routing":{
"rules":[
{
"inboundTag":[
"api"
],
"outboundTag":"api",
"type":"field"
},
{
"ip":[
"geoip:private"
],
"outboundTag":"blocked",
"type":"field"
},
{
"outboundTag":"blocked",
"protocol":[
"bittorrent"
],
"type":"field"
}
]
},
"stats":{
"port":62789
},
"transport":null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment