| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "log": {
- "loglevel": "warning"
- },
- "inbound": {
- "port": 1080,
- "listen": "127.0.0.1",
- "protocol": "socks",
- "settings": {
- "auth": "noauth",
- "udp": false,
- "ip": "127.0.0.1"
- }
- },
- "outbound": {
- "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "v2ray.cool",
- "port": 10086,
- "users": [
- {
- "id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
- "alterId": 64
- }
- ]
- }
- ]
- }
- },
- "outboundDetour": [
- {
- "protocol": "freedom",
- "settings": {},
- "tag": "direct"
- }
- ],
- "dns": {
- "servers": [
- "8.8.8.8",
- "8.8.4.4",
- "localhost"
- ]
- },
- "routing": {
- "strategy": "rules",
- "settings": {
- "domainStrategy": "IPIfNonMatch",
- "rules": [
- {
- "type": "field",
- "port": "1-52",
- "outboundTag": "direct"
- },
- {
- "type": "field",
- "port": "54-79",
- "outboundTag": "direct"
- },
- {
- "type": "field",
- "port": "81-442",
- "outboundTag": "direct"
- },
- {
- "type": "field",
- "port": "444-65535",
- "outboundTag": "direct"
- },
- {
- "type": "chinasites",
- "outboundTag": "direct"
- },
- {
- "type": "field",
- "ip": [
- "0.0.0.0/8",
- "10.0.0.0/8",
- "100.64.0.0/10",
- "127.0.0.0/8",
- "169.254.0.0/16",
- "172.16.0.0/12",
- "192.0.0.0/24",
- "192.0.2.0/24",
- "192.168.0.0/16",
- "198.18.0.0/15",
- "198.51.100.0/24",
- "203.0.113.0/24",
- "::1/128",
- "fc00::/7",
- "fe80::/10"
- ],
- "outboundTag": "direct"
- },
- {
- "type": "chinaip",
- "outboundTag": "direct"
- }
- ]
- }
- },
- "transport": {
- "kcpSettings": {
- "uplinkCapacity": 1,
- "downlinkCapacity": 10
- }
- }
- }
|