gitextract_fhf9zld6/ ├── .github/ │ └── workflows/ │ └── Update-CI.yml ├── LICENSE ├── README.md ├── build.sh ├── dat/ │ ├── def_config.yaml │ ├── def_config_new.yaml │ ├── def_config_v4.yaml │ ├── def_config_v5.yaml │ ├── geoip_cn.txt │ ├── geosite_cn.txt │ ├── geosite_no_cn.txt │ └── serverlist.txt ├── docker-compose.yml ├── luci-app-mosdns/ │ ├── Makefile │ ├── luasrc/ │ │ ├── controller/ │ │ │ └── mosdns.lua │ │ ├── model/ │ │ │ └── cbi/ │ │ │ └── mosdns/ │ │ │ ├── basic.lua │ │ │ ├── log.lua │ │ │ ├── rule_list.lua │ │ │ └── update.lua │ │ └── view/ │ │ └── mosdns/ │ │ ├── mosdns_log.htm │ │ └── mosdns_status.htm │ ├── po/ │ │ └── zh-cn/ │ │ └── mosdns.po │ └── root/ │ ├── etc/ │ │ ├── config/ │ │ │ └── mosdns │ │ ├── hotplug.d/ │ │ │ └── iface/ │ │ │ └── 65-mosdns │ │ ├── init.d/ │ │ │ └── mosdns │ │ ├── mosdns/ │ │ │ ├── cus_config.yaml │ │ │ └── rule/ │ │ │ ├── blocklist.txt │ │ │ ├── geoip_cn.txt │ │ │ ├── geosite_cn.txt │ │ │ ├── geosite_no_cn.txt │ │ │ ├── hosts.txt │ │ │ ├── local-ptr.txt │ │ │ ├── redirect.txt │ │ │ ├── serverlist.txt │ │ │ └── whitelist.txt │ │ └── uci-defaults/ │ │ └── luci-mosdns │ └── usr/ │ └── share/ │ ├── mosdns/ │ │ ├── conf_dns.sh │ │ ├── def_config_orig.yaml │ │ └── mosdns.sh │ └── rpcd/ │ └── acl.d/ │ └── luci-app-mosdns.json ├── mosdns/ │ └── Makefile └── v2ray-geodata/ └── Makefile