git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b53e5bf
)
openconnect: automatically enable rebind for DNS servers sent by VPN server
author
Nikos Mavrogiannopoulos
<redacted>
Sat, 10 Jan 2015 10:30:44 +0000
(11:30 +0100)
committer
Nikos Mavrogiannopoulos
<redacted>
Sat, 10 Jan 2015 10:30:44 +0000
(11:30 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <redacted>
net/openconnect/files/vpnc-script
patch
|
blob
|
history
diff --git
a/net/openconnect/files/vpnc-script
b/net/openconnect/files/vpnc-script
index 1217eea8905abe3805ec28e4b87971cd71a5d6b8..c6007ab8562427645b24d4fe868f7883ffbab13c 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT