What's new

G·TM V2ray Vless json

joey the cockroach

Forum Master
Elite
Joined
Jan 12, 2017
Posts
8,853
Solutions
8
Reaction
34,755
Points
5,619
Change nyo na lang sni/bughost pag di gumana

Palitan nyo yung "phc.onl/#forbidden#" ng "(.)tk" , remove parentheses

[CODE lang="json" title="Vless.json"]{
"dns": {
"servers": [
"1.1.1.1"
]
},
"inbounds": [
{
"port": 10808,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": false
},
"tag": "socks"
},
{
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"enabled": false
},
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "wwg.pubphcv2doms.tk",
"port": 443,
"users": [
{
"alterId": 64,
"encryption": "none",
"id": "e6eb7efc-40ee-61d0-8b44-faf03fab82c5",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": true,
"serverName": "mvs.pubphcv2doms.ml"
},
"wsSettings": {
"headers": {
"Host": "mvs.pubphcv2doms.ml"
},
"path": "/"
}
},
"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": {}
}[/CODE]
 
Last edited:
Back
Top