forked from prey/prey-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.options
More file actions
27 lines (20 loc) · 741 Bytes
/
default.options
File metadata and controls
27 lines (20 loc) · 741 Bytes
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
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Prey configuration file
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; What driver should Prey use? (for options look in plugins/drivers)
driver = control-panel
; How many times should Prey try to connect if connection is not found
auto_connect_attempts = 2
; Should Prey auto-update itself if a new version is found?
auto_update = true
; Whether to inform about runtime errors to the dev team.
send_crash_reports = false
; Should we try to use a proxy server if connection fails?
try_proxy = false
; Location of proxy endpoint
proxy_url = http://my.proxy.server.com:3128
; Private Key file for TLS-encrypted connections
private_key = ssl.key
; Certificate file for TLS-encrypted connections
certificate = ssl.cert