| { |
| "log": { |
| "loglevel": "warning" |
| }, |
| "routing": { |
| "domainStrategy": "IPIfNonMatch", |
| "rules": [ |
| { |
| "type": "field", |
| "port": "80", |
| "network": "udp", |
| "outboundTag": "block" |
| }, |
| { |
| "type": "field", |
| "ip": ["geoip:private"], |
| "outboundTag": "block" |
| } |
| ] |
| }, |
| "inbounds": [ |
| { |
| "listen": "0.0.0.0", |
| "port": 8860, |
| "protocol": "vless", |
| "settings": { |
| "clients": [ |
| { |
| "id": "xxxxxxxx-xxxx-xxxx-xxxxxx", |
| "flow": "" |
| } |
| ], |
| "decryption": "none" |
| }, |
| "streamSettings": { |
| "network": "grpc", |
| "security": "reality", |
| "realitySettings": { |
| "show": false, |
| "dest": "www.googletagmanager.com:443", |
| "xver": 0, |
| "serverNames": ["www.googletagmanager.com", "dl.google.com"], |
| "privateKey": "xxxxxxxxxxxxxxxx", |
| "shortIds": ["","xxxxxxxxxxxx"] |
| }, |
| "grpcSettings": { |
| "serviceName": "xxxx" |
| } |
| }, |
| "sniffing": { |
| "enabled": true, |
| "destOverride": ["http", "tls", "quic"] |
| } |
| } |
| ], |
| "outbounds": [ |
| { |
| "protocol": "freedom", |
| "tag": "direct" |
| }, |
| { |
| "protocol": "blackhole", |
| "tag": "block" |
| } |
| ], |
| "policy": { |
| "levels": { |
| "0": { |
| "handshake": 2, |
| "connIdle": 120 |
| } |
| } |
| } |
| } |