perara / wg-manager

A easy to use WireGuard dashboard and management tool
MIT License
594 stars 74 forks source link

Two suggestion 1- add Unbound as DNS resolver / 2- add ability to install PiHole #28

Open HappyShr00m opened 4 years ago

HappyShr00m commented 4 years ago

While it can be done manually, adding Unbound DNS and PiHole to the script and be automatically configured, would attract a lot of users especially those who aren't versatile in linux.

I know this is a wireguard manager only however, I think it can be relatively easy to add these 2 options. Thanks

perara commented 4 years ago

Hi, Good idea! Would it be OK if these ran as separate containers? We could allow the user to bind the docker socket from host and run a script for setting these up separately?

Alot less to maintain this way 😅

HappyShr00m commented 4 years ago

oh yes definitely, that is what I meant (separate containers) as it will be easier to add and maintain like you said. and you add the option to set it up in your script/wg manager. Thanks