0% found this document useful (0 votes)
219 views3 pages

Dec

This document contains the configuration for a proxy server. It defines DNS settings to redirect queries for googleapis.cn to googleapis.com. It also lists DNS servers and inbound and outbound port settings for SOCKS and DNS protocols. Routing rules are specified to direct DNS queries to specific outbound tags based on the DNS server IP address.

Uploaded by

Rezqi Gangga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
219 views3 pages

Dec

This document contains the configuration for a proxy server. It defines DNS settings to redirect queries for googleapis.cn to googleapis.com. It also lists DNS servers and inbound and outbound port settings for SOCKS and DNS protocols. Routing rules are specified to direct DNS queries to specific outbound tags based on the DNS server IP address.

Uploaded by

Rezqi Gangga
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

{

"dns": {
"hosts": {
"domain:googleapis.cn": "googleapis.com"
},
"servers": [
"8.8.8.8",
"8.8.4.4"
]
},
"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": 10807,
"protocol": "dokodemo-door",
"settings": {
"address": "8.8.8.8",
"network": "tcp,udp",
"port": 53
},
"tag": "dns-in"
}
],
"log": {
"loglevel": "warning"
},
"outbounds": [
{
"mux": {
"enabled": false
},
"protocol": "vmess",
"settings": {
"vnext": [
{
"address": "mcn.gdrama.tv",
"port": 443,
"users": [
{
"alterId": 64,
"id": "af63a64c-6c8c-4f4e-9748-02e8e4554a09",
"level": 8,
"security": "auto"
}
]
}
]
},
"streamSettings": {
"network": "ws",
"security": "tls",
"tlsSettings": {
"allowInsecure": false,
"serverName": "us02.v2rayserv.com"
},
"wsSettings": {
"headers": {
"Host": "us02.v2rayserv.com"
},
"path": "/sshocean"
}
},
"tag": "proxy"
},
{
"protocol": "freedom",
"settings": {},
"tag": "direct"
},
{
"protocol": "blackhole",
"settings": {
"response": {
"type": "http"
}
},
"tag": "block"
},
{
"protocol": "dns",
"tag": "dns-out"
}
],
"policy": {
"levels": {
"8": {
"connIdle": 300,
"downlinkOnly": 1,
"handshake": 4,
"uplinkOnly": 1
}
},
"system": {
"statsOutboundUplink": true,
"statsOutboundDownlink": true
}
},
"routing": {
"domainStrategy": "IPIfNonMatch",
"rules": [
{
"ip": [
"223.5.5.5"
],
"outboundTag": "direct",
"port": "53",
"type": "field"
},
{
"ip": [
"8.8.8.8",
"8.8.4.4"
],
"outboundTag": "proxy",
"port": "53",
"type": "field"
}
]
},
"stats": {}
}

You might also like