{ "log": { "loglevel": "warning" }, "routing": { "domainStrategy": "AsIs", "rules": [ { "type": "field", "ip": [ "geoip:private" ], "outboundTag": "block" } ] }, "inbounds": [ { "listen": "127.0.0.1", "port": 12345, "protocol": "shadowsocks", "settings": { "method": "chacha20-ietf-poly1305", "password": "{{ password }}" }, "streamSettings": { "network": "grpc", "grpcSettings": { "serviceName": "michi" } } } ], "outbounds": [ { "protocol": "freedom", "tag": "direct" }, { "protocol": "blackhole", "tag": "block" } ] }