 |
|
8
elonlo Dec 26, 2023 1
@ xuelang { "log": { "loglevel": "warning", "access": "/dev/null", "error": "/dev/null" }, "inbounds": [ { "port": 12345, "protocol": "shadowsocks", "settings": { "method": "aes-256-gcm", "password": "xxxxxxxxx", "network": "tcp,udp", "level": 0 } } ], "outbounds": [ { "protocol": "freedom", "settings": {}, "tag": "allowed" }, { "tag": "chatGPT_proxy", "protocol": "socks", "settings": { "servers": [ { "address": "127.0.0.1", "port": 40000 } ] } }, { "protocol": "blackhole", "settings": {}, "tag": "blocked" } ], "routing": { "rules": [ { "type": "field", "outboundTag": "chatGPT_proxy", "domain": [ " chat.openai.com", " ip138.com", " openai.com", " ai.com", " auth0.com", " identrust.com", " sentry.io", " oaistatic.com" ] }, { "domain": [ " google.com", " apple.com", " oppomobile.com" ], "type": "field", "outboundTag": "allowed" }, { "type": "field", "ip": [ "geoip:private" ], "outboundTag": "blocked" } ] } }
|