donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python w/ Flask
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.48k stars 217 forks source link

Reduce DNS request #403

Closed daletman closed 1 week ago

daletman commented 1 week ago

Is your feature request related to a problem? Please describe. The container does send a DNS request every 5 seconds to xrx4fcdff.homelan

Describe the solution you'd like A way to disable or reduce the amount of DNS requests

I also wonder where this comes from and why it's needed. Thank you!

donaldzou commented 1 week ago

Hi @daletman , what do you mean by container, do you mean Docker?

daletman commented 1 week ago

Sorry for not clarifying: I installed WGDashboard on Proxmox via HelperScripts (so it's in a LXC).

Link: https://tteck.github.io/Proxmox/#wireguard-lxc

donaldzou commented 1 week ago

Ah I see.. I think you might need to raise an ticket under the tteck/Promox repo as they developed the whole container. WGDashboard does not request to DNS at all, it is just a dashboard developed to manage WireGuard configurations. I don't have any relationship with the Promox project and I guess they like this project and decided to integrate it in :)

daletman commented 1 week ago

Ok, thank you for your support!