- {
- "outbounds": [
- {
- "protocol": "freedom",
- "tag": "direct"
- },
- {
- "protocol": "blackhole",
- "tag": "blocked"
- }
- ],
- "log": {
- "loglevel": "warning"
- },
- "routing": {
- "rules": [
- {
- "type": "field",
- "outboundTag": "direct",
- "ip": [
- "172.16.0.0\/12",
- "192.168.0.0\/16"
- ]
- }
- ],
- "domainStrategy": "IPOnDemand"
- },
- "inbounds": [
- {
- "port": 3**1,
- "protocol": "vless",
- "streamSettings": {
- "network": "tcp",
- "tcpSettings": {
- "header": {
- "request": {
- "headers": {
- "Host": [
- "sina.cn"
- ]
- },
- "path": [
- "\/"
- ]
- },
- "type": "http"
- }
- },
- "security": "none"
- },
- "settings": {
- "clients": [
- {
- "id": "cfc2215e-9200-49b8-8434-****46593943",
- "level": 1
- }
- ],
- "decryption": "none"
- }
- }
- ]
- }
复制代码 |