forked from p15670423/monkey
Change default server ip to original one
This commit is contained in:
parent
6dbe2791b3
commit
eb9d768e48
|
@ -362,7 +362,7 @@ SCHEMA = {
|
|||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
"10.15.1.7:5000"
|
||||
"41.50.73.31:5000"
|
||||
],
|
||||
"description": "List of command servers to try and communicate with (format is <ip>:<port>)"
|
||||
},
|
||||
|
@ -382,7 +382,7 @@ SCHEMA = {
|
|||
"current_server": {
|
||||
"title": "Current server",
|
||||
"type": "string",
|
||||
"default": "10.15.1.7:5000",
|
||||
"default": "41.50.73.31:5000",
|
||||
"description": "The current command server the monkey is communicating with"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue