| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "log": {
- "loglevel": "warning"
- },
- "inbounds": [
- {
- "port": 2001,
- "listen": "127.0.0.1",
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": "",
- "email": "[email protected]"
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "security": "none",
- "network": "h2",
- "httpSettings": {
- "path": "/path",
- "host": [
- "xx.com"
- ]
- }
- }
- }
- ],
- "outbounds": [
- {
- "tag": "direct",
- "protocol": "freedom",
- "settings": {}
- },
- {
- "tag": "blocked",
- "protocol": "blackhole",
- "settings": {}
- }
- ],
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [
- {
- "type": "field",
- "ip": [
- "geoip:private"
- ],
- "outboundTag": "blocked"
- }
- ]
- }
- }
|