Yihaaa :-)
Got the issue with help from twitter friends ;-)
Problem was using a dns-name in endpoint config instead ip directly.
So when wirguard starts the Unbound->Bind chain was not ready and the service did not get the server ip.
Three solutions were suitable:
1. change name into ip
2. add some sleep time to the wireguard start
3. add the ip and name to the hosts file
I choose (1) while that's available via Web GUI
Cheers
Tom
Got the issue with help from twitter friends ;-)
Problem was using a dns-name in endpoint config instead ip directly.
So when wirguard starts the Unbound->Bind chain was not ready and the service did not get the server ip.
Three solutions were suitable:
1. change name into ip
2. add some sleep time to the wireguard start
3. add the ip and name to the hosts file
I choose (1) while that's available via Web GUI
Cheers
Tom