Changed DNS path to monkey.guardicore.com

This commit is contained in:
acepace 2016-07-10 11:47:07 +03:00
parent 3767e05434
commit 5a9153858a
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class Configuration(object):
retry_failed_explotation = True retry_failed_explotation = True
#addresses of internet servers to ping and check if the monkey has internet acccess. #addresses of internet servers to ping and check if the monkey has internet acccess.
internet_services = ["www.guardicore.com", "www.google.com"] internet_services = ["monkey.guardicore.com", "www.google.com"]
########################### ###########################
# scanners config # scanners config

View File

@ -4,7 +4,7 @@
"41.50.73.31:5000" "41.50.73.31:5000"
], ],
"internet_services": = [ "internet_services": = [
"www.guardicore.com", "monkey.guardicore.com",
"www.google.com" "www.google.com"
], ],
"range_class": "RelativeRange", "range_class": "RelativeRange",