| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "dns": {
- "hosts": {
- "domain:listgoogle.com": "127.0.0.1"
- },
- "servers": ["1.1.1.1"]
- },
- "inbounds": [{
- "listen": "0.0.0.0",
- "port": 4430,
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": "f4ba6cd2-bcbf-4dd7-bba8-619ba269305f",
- "flow": ""
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "grpcSettings": {
- "serviceName": "grpc"
- },
- "network": "grpc"
- }
- }],
- "log": {
- "dnsLog": false,
- "loglevel": "warning"
- },
- "outbounds": [{
- "protocol": "freedom",
- "settings": {
- "domainStrategy": "UseIPv4"
- },
- "tag": "direct"
- }, {
- "protocol": "blackhole",
- "tag": "block"
- }],
- "policy": {
- "system": {
- "statsInboundDownlink": true,
- "statsInboundUplink": true,
- "statsOutboundDownlink": true,
- "statsOutboundUplink": true
- }
- },
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [{
- "domain": ["geosite:private"],
- "outboundTag": "block"
- }, {
- "ip": ["geoip:private"],
- "outboundTag": "block"
- }, {
- "outboundTag": "direct",
- "port": "0-65535",
- "ruleTag": "default"
- }]
- },
- "stats": {}
- }
|