123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "remarks": "",
- "dns": {
- "tag": "dns_out",
- "queryStrategy": "UseIP",
- "servers": [
- {
- "address": "8.8.8.8",
- "skipFallback": false
- }
- ]
- },
- "inbounds": [
- {
- "port": 10808,
- "protocol": "socks",
- "settings": {
- "auth": "noauth",
- "udp": true,
- "userLevel": 8
- },
- "sniffing": {
- "destOverride": [
- "http",
- "tls",
- "quic",
- "fakedns"
- ],
- "enabled": true
- },
- "tag": "socks"
- },
- {
- "port": 10809,
- "protocol": "http",
- "settings": {
- "userLevel": 8
- },
- "tag": "http"
- }
- ],
- "log": {
- "loglevel": "warning"
- },
- "outbounds": [
- {
- "tag": "direct",
- "protocol": "freedom",
- "settings": {
- "domainStrategy": "UseIP",
- "redirect": "",
- "noises": []
- }
- },
- {
- "tag": "block",
- "protocol": "blackhole",
- "settings": {
- "response": {
- "type": "http"
- }
- }
- }
- ],
- "policy": {
- "levels": {
- "8": {
- "connIdle": 300,
- "downlinkOnly": 1,
- "handshake": 4,
- "uplinkOnly": 1
- }
- },
- "system": {
- "statsOutboundUplink": true,
- "statsOutboundDownlink": true
- }
- },
- "routing": {
- "domainStrategy": "AsIs",
- "rules": [
- {
- "type": "field",
- "network": "tcp,udp",
- "outboundTag": "proxy"
- }
- ]
- },
- "stats": {}
- }
|