The current docs/surge-client.conf routes AI/streaming through the chained landing proxy and everything else through the relay. There is no handling for China-destined traffic, which gets unnecessarily routed through the relay server, adding latency and potentially breaking access to domestic services.
Sukka's ruleset already provides comprehensive China domain and IP lists at ruleset.skk.moe.
Goals:
DIRECT in the reference Surge client configNon-Goals:
China direct rules are inserted after the AI/streaming rules but before FINAL. This way, AI/streaming traffic still goes through the chain even if the IP happens to resolve to a China range, while general China traffic goes direct.
Ordering:
domainset/cn.conf — China domain setnon_ip/domestic.conf — non-IP China domestic rulesip/domestic.conf — China IP CIDR rulesConsistent with the existing approach of delegating all domain/IP lists to Sukka.