-
- Posts: 7
- Joined: Tue Oct 31, 2017 5:36 pm
I use Acrylic DNS proxy to handle DNS requests for my primary VPN connection however for my secondary work VPN connection I need the DNS proxy to be off.
Previously I had this configured using the existing Acrylic batch files (the code is simple and included here):
StopAcrylicServiceSilent.bat
StartAcrylicService.bat
I configure it like so in the viscosity preferences for the connection:

The service doesn't start or stop upon disconnection and connection however resulting in failed DNS requests until I manually stop\start the service.
Normally launching these scripts presents a UAC prompt and successfully terminates\starts the service, however even with Viscosity running as an administrator the scripts fail entirely. The Silent/Non-Silent variants both have the same outcome.
Previously I had this configured using the existing Acrylic batch files (the code is simple and included here):
StopAcrylicServiceSilent.bat
Code: Select all
@Echo Off
AcrylicController.exe StopAcrylicService
StartAcrylicService.bat
Code: Select all
@Echo Off
AcrylicController.exe StartAcrylicService
I configure it like so in the viscosity preferences for the connection:

The service doesn't start or stop upon disconnection and connection however resulting in failed DNS requests until I manually stop\start the service.
Normally launching these scripts presents a UAC prompt and successfully terminates\starts the service, however even with Viscosity running as an administrator the scripts fail entirely. The Silent/Non-Silent variants both have the same outcome.