| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "log": {
- "loglevel": "warning"
- },
- "routing": {
- "rules": [
- {
- "ip": [
- "geoip:private"
- ],
- "outboundTag": "direct"
- }
- ]
- },
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": 10808,
- "protocol": "socks"
- },
- {
- "listen": "127.0.0.1",
- "port": 10809,
- "protocol": "http"
- }
- ],
- "outbounds": [
- {
- "protocol": "vless",
- "settings": {
- "vnext": [
- {
- "address": "",
- "port": 443,
- "users": [
- {
- "id": "",
- "encryption": "none"
- }
- ]
- }
- ]
- },
- "streamSettings": {
- "network": "splithttp",
- "splithttpSettings": {
- "path": "/split"
- },
- "security": "tls",
- "tlsSettings": {
- "serverName": ""
- }
- },
- "tag": "proxy"
- },
- {
- "protocol": "freedom",
- "tag": "direct"
- }
- ]
- }
-
|