Changed DNS path to monkey.guardicore.com
This commit is contained in:
parent
3767e05434
commit
5a9153858a
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue