diff --git a/net/openconnect/files/vpnc-script b/net/openconnect/files/vpnc-script index 1217eea89..c6007ab85 100755 --- a/net/openconnect/files/vpnc-script +++ b/net/openconnect/files/vpnc-script @@ -92,6 +92,7 @@ do_connect() { if [ -n "$INTERNAL_IP6_DNS" ];then echo "server=/$i/$INTERNAL_IP6_DNS" >> $DNSMASQ_FILE fi + echo "rebind-domain-ok=$i" >> $DNSMASQ_FILE done /etc/init.d/dnsmasq restart else