naggie / dsnet

FAST command to manage a centralised wireguard VPN. Think wg-quick but quicker: key generation + address allocation.
https://calbryant.uk/blog/how-to-set-up-a-wireguard-vpn-in-minutes-with-dsnet/
MIT License
673 stars 33 forks source link

Fixed oversight in dsnet-nsupdate PTR update #68

Closed frillip closed 2 years ago

frillip commented 2 years ago

dsnet-nsupdate now checks if resulting PTR records are in the reverse zones before attempting to update them.

Previous behavour would result in a update failed: update RR is outside zone (NOTZONE) response from the DNS server, preventing any other valid reverse zone updates.

naggie commented 2 years ago

Thanks :+1: