Hello, This is not a bug. DNS resolution is not done by the WireGuard module, but rather by the configuration tool. If you want to update an IP, you'll need to devise a mechanism for this. One popular one is this example script: https://git.zx2c4.com/WireGuard/tree/contrib/examples/reresolve-dns , but many other possibilities exist too. Jason