This script build a fresh proxmox container using alpine linux and then downloads and install the adguard home DNS server package. It is extreamlight weight container that runs on mionimal resources
- You must run the below commands as root user
- su - root
- curl -LJO https://raw.githubusercontent.com/haris2887/Adguardd-Proxomx/MainBranch/install.sh && chmod +x install.sh &&./install.sh && rm install.sh