forked from p15670423/monkey
Agent, Island: Decrease keep_tunnel_open_time to 30 seconds
This commit is contained in:
parent
c82a9cfbf0
commit
4497ea0003
|
@ -87,7 +87,7 @@ class Configuration(object):
|
||||||
# Configuration servers to try to connect to, in this order.
|
# Configuration servers to try to connect to, in this order.
|
||||||
command_servers = []
|
command_servers = []
|
||||||
|
|
||||||
keep_tunnel_open_time = 60
|
keep_tunnel_open_time = 30
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# testing configuration
|
# testing configuration
|
||||||
|
|
|
@ -9,7 +9,7 @@ INTERNAL = {
|
||||||
"keep_tunnel_open_time": {
|
"keep_tunnel_open_time": {
|
||||||
"title": "Keep tunnel open time",
|
"title": "Keep tunnel open time",
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 60,
|
"default": 30,
|
||||||
"description": "Time to keep tunnel open before going down after last exploit "
|
"description": "Time to keep tunnel open before going down after last exploit "
|
||||||
"(in seconds)",
|
"(in seconds)",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue