123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "log": {
- "loglevel": "warning"
- },
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [
- {
- "type": "field",
- "ip": [
- "geoip:private"
- ],
- "outboundTag": "direct"
- }
- ]
- },
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": "1080",
- "protocol": "socks",
- "settings": {
- "auth": "noauth",
- "udp": true,
- "ip": "127.0.0.1"
- }
- },
- {
- "listen": "127.0.0.1",
- "port": "1081",
- "protocol": "http"
- }
- ],
- "outbounds": [
- {
- "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "",
- "port": 1234,
- "users": [
- {
- "id": ""
- }
- ]
- }
- ]
- },
- "streamSettings": {
- "network": "ws"
- },
- "tag": "proxy"
- },
- {
- "protocol": "freedom",
- "tag": "direct"
- }
- ]
- }
|