| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "log": {
- "loglevel": "warning"
- },
- "inbounds": [
- {
- "listen": "::1",
- "port": 1234,
- "protocol": "vless",
- "settings": {
- "clients": [
- {
- "id": ""
- }
- ],
- "decryption": "none"
- },
- "streamSettings": {
- "network": "splithttp",
- "splithttpSettings": {
- "path": "/split"
- }
- },
- "sniffing": {
- "enabled": true,
- "destOverride": [
- "http",
- "tls",
- "quic"
- ]
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "freedom",
- "tag": "direct"
- }
- ]
- }
-
|