mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
5 lines
163 B
Python
5 lines
163 B
Python
from websockify.websocket import *
|
|
from websockify.websocketproxy import *
|
|
|
|
server = WebSocketProxy(listen_port='10000', target_port='6000')
|
|
server.start_server()
|