Skip to content

Instantly share code, notes, and snippets.

@ErtebateWeb
Forked from seyedmahdi4/v2ray client
Created September 28, 2022 00:33
Show Gist options
  • Save ErtebateWeb/3698a329abc6eebe8bb6e0b844c16f70 to your computer and use it in GitHub Desktop.
Save ErtebateWeb/3698a329abc6eebe8bb6e0b844c16f70 to your computer and use it in GitHub Desktop.
{
"dns": {
"servers": [
"https+local://1.1.1.1/dns-query",
"8.8.8.8",
"8.8.4.4",
"1.1.1.1",
"1.0.0.1",
"4.2.2.4",
"localhost"
]
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 1080,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": true
},
"tag": "socks"
},
{
"listen": "127.0.0.1",
"port": 1081,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"concurrency": -1,
"enabled": false
},
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "IP NEED",
"port": 80,
"users": [
{
"alterId": 64,
"id": "4db99e96-3ee3-419c-b1fb-856975801380",
"level": 8,
"security": "chacha20-poly1305"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "",
"wsSettings": {
"headers": {
"Host": "localhoster.ml"
},
"path": "/ray"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
},
"system": {
"statsOutboundUplink": true,
"statsOutboundDownlink": true
}
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": []
},
"stats": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment