Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
itaymmguardicore committed May 12, 2019
2 parents 57be742 + 863c345 commit 55cd562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monkey/infection_monkey/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def as_dict(self):
retry_failed_explotation = True

# addresses of internet servers to ping and check if the monkey has internet acccess.
internet_services = ["monkey.guardicore.com", "www.google.com"]
internet_services = ["updates.infectionmonkey.com", "www.google.com"]

keep_tunnel_open_time = 60

Expand Down
2 changes: 1 addition & 1 deletion monkey/monkey_island/cc/services/version_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


class VersionUpdateService:
VERSION_SERVER_URL_PREF = 'https://monkey.guardicore.com'
VERSION_SERVER_URL_PREF = 'https://updates.infectionmonkey.com'
VERSION_SERVER_CHECK_NEW_URL = VERSION_SERVER_URL_PREF + '?deployment=%s&monkey_version=%s'
VERSION_SERVER_DOWNLOAD_URL = VERSION_SERVER_CHECK_NEW_URL + '&is_download=true'

Expand Down

0 comments on commit 55cd562

Please sign in to comment.