gitextract_ggpxd9e4/ ├── .github/ │ └── workflows/ │ ├── autoupdate.yml │ └── build-packages.yml ├── README.md ├── daed/ │ ├── Makefile │ └── files/ │ ├── daed.config │ └── daed.init ├── luci-app-daed/ │ ├── Makefile │ ├── luasrc/ │ │ ├── controller/ │ │ │ └── daed.lua │ │ ├── model/ │ │ │ └── cbi/ │ │ │ └── daed/ │ │ │ ├── basic.lua │ │ │ └── log.lua │ │ └── view/ │ │ └── daed/ │ │ ├── daed.htm │ │ ├── daed_log.htm │ │ └── daed_status.htm │ ├── po/ │ │ └── zh_Hans/ │ │ └── daed.po │ └── root/ │ ├── etc/ │ │ ├── hotplug.d/ │ │ │ └── iface/ │ │ │ └── 98-daed │ │ └── init.d/ │ │ └── luci_daed │ └── usr/ │ └── share/ │ └── rpcd/ │ └── acl.d/ │ └── luci-app-daed.json └── patchset/ ├── 0001-fix-runtime-stats.patch ├── build_fixes.patch ├── kix-bind_fix.patch ├── kix-feat_DNS_high_concurrency_optimization.patch └── kix-feat_lockless_concurrency_udp_dns.patch