|
|
- {
- "log": {
- "loglevel": "warning"
- },
- "inbounds": [{
- "port": 1080,
- "listen": "127.0.0.1",
- "protocol": "socks",
- "settings": {
- "auth": "noauth",
- "udp": false,
- "ip": "127.0.0.1"
- }
- }],
- "outbounds": [{
- "protocol": "freedom",
- "settings": {},
- "tag": "direct"
- }],
- "policy": {
- "levels": {
- "0": {"uplinkOnly": 0}
- }
- }
- }
|