add agent, add ability to delete user/pool, change order of power buttons

This commit is contained in:
Jordan Rodgers 2017-12-18 20:19:57 -05:00
parent 125fd58b27
commit 8161d97f21
7 changed files with 85 additions and 10 deletions

5
agent.py Normal file
View file

@ -0,0 +1,5 @@
from websockify.websocket import *
from websockify.websocketproxy import *
server = WebSocketProxy(listen_port='10000', target_port='6000')
server.start_server()