Dtls Head Type | Low Latency | High Resolution
Tokyo
Seoul
Need feedbacks...
Tutorials
How to setup on HTTP Costum app-Android
How to setup on v2rayNG app-Android
How to setup on modem
How to setup on v2rayN PC
Follow PHC-Minju & Gamer Kkura
Tokyo
Code:
{
"dns": {
"hosts": {
"domain:googleapis.cn": "googleapis.com"
},
"servers": [
"1.1.1.1"
]
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10808,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": false
},
"tag": "socks"
},
{
"listen": "127.0.0.1",
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"concurrency": 8,
"enabled": false
},
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "::ffff:2d3c:9e42",
"port": 443,
"users": [
{
"encryption": "none",
"flow": "",
"id": "b29868f0-f4ec-45a0-ae4e-5f88774f7b46",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"serverName": "marah.gvpnhub.com"
},
"wsSettings": {
"headers": {
"Host": "marah.gvpnhub.com"
},
"path": "/abc8ce5?ed=2048"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": []
}
}
Seoul
Code:
{
"dns": {
"hosts": {
"domain:googleapis.cn": "googleapis.com"
},
"servers": [
"1.1.1.1"
]
},
"inbounds": [
{
"listen": "127.0.0.1",
"port": 10808,
"protocol": "socks",
"settings": {
"auth": "noauth",
"udp": true,
"userLevel": 8
},
"sniffing": {
"destOverride": [
"http",
"tls"
],
"enabled": false
},
"tag": "socks"
},
{
"listen": "127.0.0.1",
"port": 10809,
"protocol": "http",
"settings": {
"userLevel": 8
},
"tag": "http"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"concurrency": 8,
"enabled": false
},
"protocol": "vless",
"settings": {
"vnext": [
{
"address": "::ffff:2d3c:9e42",
"port": 443,
"users": [
{
"encryption": "none",
"flow": "",
"id": "954baf8b-4b84-492b-9a25-322592e90846",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"serverName": "jenny.gvpnhub.com"
},
"wsSettings": {
"headers": {
"Host": "jenny.gvpnhub.com"
},
"path": "/f1e0aac?ed=2048"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
}
],
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": []
}
}
Need feedbacks...
Spoiler contents are visible only to Established Members.
How to setup on HTTP Costum app-Android
How to setup on v2rayNG app-Android
How to setup on modem
How to setup on v2rayN PC
Follow PHC-Minju & Gamer Kkura