diff --git a/common/setup_ip b/common/setup_ip index ad42cf46..43d14395 100755 --- a/common/setup_ip +++ b/common/setup_ip @@ -19,6 +19,7 @@ if [ x$ip != x ]; then echo "NS1=$gateway" > /var/run/qubes/qubes_ns echo "NS2=$secondary_dns" >> /var/run/qubes/qubes_ns /usr/lib/qubes/qubes_setup_dnat_to_ns + [ -x /rw/config/qubes_ip_change_hook ] && /rw/config/qubes_ip_change_hook fi fi