Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Fix comment in config so that current patch method works
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas committed Jul 29, 2010
1 parent 3e3a956 commit f8e3a4b
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions config
Expand Up @@ -30,23 +30,10 @@ post_method='http'
# http posting configuration
####################################################################

# you can get both of these from Prey's web service at http://preyproject.com
# you can get both of these from Prey's web service
api_key=''
device_key=''

# if you're having trouble getting requests across your firewall or proxy,
# you can try adding '-0' to make curl perform HTTP 1.0 requests
curl_options='--compress'

# this option prepends a random number as a subdomain to the check URL on http mode
# makes it harder for other programs to block Prey so its a good idea to be on
randomize_check_host='n'

# whether to send your device's LAN and gateway IP address as headers when
# checking its status. currently only for testing purposes, but maybe in the
# future it may prove useful. :)
extended_headers='n'

####################################################################
# SMTP settings, for email posting
####################################################################
Expand All @@ -65,6 +52,23 @@ smtp_password='password'
mail_from='Prey <no-reply@gmail.com>'
mail_subject='[Prey] Status Report'

####################################################################
# additional http options
####################################################################

# if you're having trouble getting requests across your firewall or proxy,
# you can try adding '-0' to make curl perform HTTP 1.0 requests
curl_options='--compress'

# this option prepends a random number as a subdomain to the check URL on http mode
# makes it harder for other programs to block Prey so its a good idea to be on
randomize_check_host='n'

# whether to send your device's LAN and gateway IP address as headers when
# checking its status. currently only for testing purposes, but maybe in the
# future it may prove useful. :)
extended_headers='n'

####################################################################
# scp/sftp posting configuration -- EXPERIMENTAL!
# we dont use user/pass but RSA keys
Expand Down

0 comments on commit f8e3a4b

Please sign in to comment.