Adding flush dns to clean up previous dns cache (#2141)

This commit is contained in:
pc-v2 2022-07-03 19:13:12 +07:00 committed by GitHub
parent 38e87f9a7b
commit dc2fff05be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ goto :end
:admin
pushd "%~dp0"
dnscrypt-proxy.exe -service stop
ipconfig /flushdns
dnscrypt-proxy.exe -service start
popd
echo.