Actions
Bug #11129
closedUnbound restarts on every openvpn client connection
Start date:
12/04/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.5-p1
Affected Architecture:
Description
if "Register connected OpenVPN clients in the DNS Resolver" (regovpnclients) option is enabled,
unbound restarts on every openvpn client connection.
It seems possible to avoid it by using command 'unbound-control local_data {$host['fqdn']} {$type} {$host['ipaddr']}
in /usr/local/sbin/openvpn.learn-address.sh
instead of 'pkill -HUP -F /var/run/unbound.pid' on every connection
see also #5413
Actions