forked from wskplho/Acrylic-DNS-Proxy-GUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AcrylicController.txt
41 lines (38 loc) · 1.78 KB
/
AcrylicController.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
==============================================================================
Acrylic DNS Proxy Controller
==============================================================================
Usage:
AcrylicController.exe Command
Commands:
AboutAcrylic
Shows Acrylic version and release date.
InstallAcrylicService
Registers the Acrylic DNS Proxy service.
UninstallAcrylicService
Unregisters the Acrylic DNS Proxy service.
PurgeAcrylicCacheData, PurgeAcrylicCacheDataSilently
Purges all Acrylic's cached DNS entries from the system and restarts the
Acrylic DNS Proxy service. The silent version does not show any dialog
box.
StartAcrylicService, StartAcrylicServiceSilently
Starts (or restarts) the Acrylic DNS Proxy service. The silent version
does not show any dialog box.
StopAcrylicService, StopAcrylicServiceSilently
Stops the Acrylic DNS Proxy service. The silent version does not show any
dialog box.
EditAcrylicHostsFile
Opens the AcrylicHosts.txt file using the default text editor.
EditAcrylicConfigurationFile
Opens the AcrylicConfiguration.ini file using the default text editor.
ActivateAcrylicDebugLog, ActivateAcrylicDebugLogSilently
Activates the Acrylic debug log for the Acrylic DNS Proxy service. The
silent version does not show any dialog box.
DeactivateAcrylicDebugLog, DeactivateAcrylicDebugLogSilently
Deactivates the Acrylic debug log for the Acrylic DNS Proxy service. The
silent version does not show any dialog box.
OpenCurrentAcrylicDebugLog
Opens the Acrylic debug log file using the default text editor.
Examples:
AcrylicController.exe AboutAcrylic
AcrylicController.exe ActivateAcrylicDebugLogSilently
AcrylicController.exe DeactivateAcrylicDebugLogSilently