gitextract_333oxhhf/ ├── .github/ │ └── workflows/ │ └── public-galaxy.yml ├── README.EN.md ├── README.md ├── defaults/ │ └── main.yml ├── getdomains-check.sh ├── getdomains-install.sh ├── getdomains-uninstall.sh ├── handlers/ │ └── main.yml ├── meta/ │ └── main.yml ├── tasks/ │ └── main.yml ├── templates/ │ ├── config-sing-box.j2 │ ├── openwrt-30-vpnroute.j2 │ ├── openwrt-getdomains.j2 │ └── sing-box-json.j2 └── tests/ ├── inventory └── test.yml