Skip to content

Commit

Permalink
unbound: restart on new wan IP
Browse files Browse the repository at this point in the history
not very good, it bounces the unbound cache, the listening or sending
interface is probably not optimal on an OpenVPN...
  • Loading branch information
fichtner committed Aug 24, 2017
1 parent 733118a commit 5030189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/etc/inc/plugins.inc.d/unbound.inc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function unbound_configure()
return array(
'dns' => array('unbound_configure_do'),
'hosts' => array('unbound_hosts_generate:0'),
'newwanip' => array('unbound_configure_do'),
);
}

Expand Down

0 comments on commit 5030189

Please sign in to comment.