1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "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": 80,
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": "drEwvgYhS15C",
- "flow": ""
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "network": "grpc",
- "security": "reality",
- "realitySettings": {
- "show": false,
- "dest": "www.yahoo.com:443",
- "xver": 0,
- "serverNames": ["www.yahoo.com", "news.yahoo.com"],
- "privateKey": "kOsBHSgxhAfCeQIQyJvupiXTmQrMmsqi6y6Wc5OQZXc",
- "shortIds": ["d49d578f280fd83a"]
- },
- "grpcSettings": {
- "serviceName": ""
- }
- },
- "sniffing": {
- "enabled": true,
- "destOverride": ["http", "tls", "quic"]
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "tag": "direct"
- },
- {
- "protocol": "blackhole",
- "tag": "block"
- }
- ],
- "policy": {
- "levels": {
- "0": {
- "handshake": 2,
- "connIdle": 120
- }
- }
- }
- }
|