Add the option "-6, --prefer-ipv6" to util/websockify. When set, the 'prefer_ipv6' flag in util/websocket.py is used so that 'source_addr' is resolved to IPv6 if available. If 'source_addr' is not set, binds to [::]. |
||
|---|---|---|
| .. | ||
| Makefile | ||
| README.md | ||
| img2js.py | ||
| json2graph.py | ||
| launch.sh | ||
| nova-novncproxy | ||
| rebind | ||
| rebind.c | ||
| u2x11 | ||
| web.py | ||
| websocket.py | ||
| websockify | ||
| websockify.py | ||
| wsproxy.py | ||
README.md
WebSockets Proxy
wsproxy has become websockify. A copy of the python version of websockify (named wsproxy.py) is kept here for ease of use. The other versions of websockify (C, Node.js) and the associated test programs have been moved to websockify.
For more detailed description and usage information please refer to the websockify README.