Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
0.6.0
-
None
Description
In order to pass arguments to the console's proxy, we need a way to pass the host, port, web sockets port values that are defined in the listener and console section of the config file to the proxy application.
Modify agent.py to replce the strings $host, $port, $wsport, and $home with the proper values in the args string that is sent to the proxy.