mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-03 18:04:40 +01:00
Adding flush dns to clean up previous dns cache (#2141)
This commit is contained in:
parent
38e87f9a7b
commit
dc2fff05be
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ goto :end
|
|||
:admin
|
||||
pushd "%~dp0"
|
||||
dnscrypt-proxy.exe -service stop
|
||||
ipconfig /flushdns
|
||||
dnscrypt-proxy.exe -service start
|
||||
popd
|
||||
echo.
|
||||
|
|
Loading…
Add table
Reference in a new issue