Anonymous

Changes

From Pumping Station One
40 bytes added ,  04:37, 8 April 2015
Line 15: Line 15:  
     /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh: line 1032: FlushDNSCache: command not found
 
     /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh: line 1032: FlushDNSCache: command not found
   −
This might work, but I havn't tested it yetDon't do it unless you know what the consequences are.
+
There appears to be a bug in some of the built in scripts in tunnelblickThe following to lines will modifiy those scripts to fix the bug.
 
<syntaxhighlight lang=bash>
 
<syntaxhighlight lang=bash>
 
sudo sed -i '' 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh
 
sudo sed -i '' 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.up.tunnelblick.sh
 
sudo sed -i '' 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh
 
sudo sed -i '' 's/FlushDNSCache/flushDNSCache/' /Applications/Tunnelblick.app/Contents/Resources/client.down.tunnelblick.sh
 
</syntaxhighlight>
 
</syntaxhighlight>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.