A patch script for OpenWrt routers running podkop that configures split-routing:
- Russian domains (
.ru,.рф,.su+ major.comRussian services) → go direct - Everything else → routed through your VLESS tunnel
podkop stores community_lists as a UCI option instead of list, but internally uses config_list_foreach which silently skips option entries. This means the community list ruleset is never loaded into sing-box, breaking all routing. This patch fixes that and sets up proper split-routing.