Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "dns": {
- "hosts": {
- "domain:googleapis.cn": "googleapis.com"
- },
- "servers": [
- "8.8.8.8"
- ]
- },
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": 10808,
- "protocol": "socks",
- "settings": {
- "auth": "noauth",
- "udp": true,
- "userLevel": 8
- },
- "sniffing": {
- "destOverride": [
- "http",
- "tls"
- ],
- "enabled": true
- },
- "tag": "socks"
- },
- {
- "listen": "127.0.0.1",
- "port": 10809,
- "protocol": "http",
- "settings": {
- "userLevel": 8
- },
- "tag": "http"
- }
- ],
- "log": {
- "loglevel": "warning"
- },
- "outbounds": [
- {
- "mux": {
- "concurrency": 6,
- "enabled": true
- },
- "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "127.0.0.1",
- "port": 2323,
- "users": [
- {
- "alterId": 0,
- "encryption": "auto",
- "flow": "",
- "id": "ef9c9e8e-e123-366e-b1c0-1372baded40b",
- "level": 8,
- "security": "auto"
- }
- ]
- }
- ]
- },
- "streamSettings": {
- "network": "ws",
- "security": "",
- "wsSettings": {
- "headers": {
- "Host": ""
- },
- "path": ""
- }
- },
- "tag": "proxy"
- },
- {
- "protocol": "freedom",
- "settings": {},
- "tag": "direct"
- },
- {
- "protocol": "blackhole",
- "settings": {
- "response": {
- "type": "http"
- }
- },
- "tag": "block"
- }
- ],
- "routing": {
- "domainStrategy": "IPIfNonMatch",
- "rules": [
- {
- "ip": [
- "8.8.8.8"
- ],
- "outboundTag": "proxy",
- "port": "53",
- "type": "field"
- }
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement