gitextract_2fth1gt4/ ├── .gitattributes ├── .github/ │ └── workflows/ │ └── pack.yml ├── .gitignore ├── LICENSE ├── README.md ├── README_en.md ├── changelog.md ├── docs/ │ └── index.md ├── pack.ps1 ├── src/ │ ├── META-INF/ │ │ └── com/ │ │ └── google/ │ │ └── android/ │ │ ├── update-binary │ │ └── updater-script │ ├── action.sh │ ├── bin/ │ │ ├── AdGuardHome.yaml │ │ └── data/ │ │ └── filters/ │ │ └── 1732747955.txt │ ├── customize.sh │ ├── module.prop │ ├── scripts/ │ │ ├── base.sh │ │ ├── debug.sh │ │ ├── inotify.sh │ │ ├── iptables.sh │ │ └── tool.sh │ ├── service.sh │ ├── settings.conf │ ├── uninstall.sh │ └── webroot/ │ ├── app.js │ ├── index.html │ └── style.css └── version.json