• Stefy Lanza (nextime / spora )'s avatar
    Add web proxy feature with --web-proxy PORT command line switch · cdf196ee
    Stefy Lanza (nextime / spora ) authored
    This commit adds a new web proxy server feature to wssshd that:
    - Adds --web-proxy [PORT] command line option (default port: 9090)
    - Listens on 127.0.0.1 only for security
    - Proxies HTTP requests to registered clients based on hostname
    - Supports multiple concurrent connections
    
    Changes:
    - config.h: Add web_proxy_enabled and web_proxy_port fields
    - config.c: Add --web-proxy option parsing and config file support
    - web_proxy.h: New header with function declarations
    - web_proxy.c: New implementation with TCP server and hostname-based routing
    - main.c: Add web_proxy_start/stop_server calls
    - wssshd.1: Update man page with new option
    - README.md: Add documentation for web proxy feature
    cdf196ee
Name
Last commit
Last update
..
templates Loading commit data...
AI.PROMPT Loading commit data...
AI.PROMPT~ Loading commit data...
assets.c Loading commit data...
assets.h Loading commit data...
config.c Loading commit data...
config.h Loading commit data...
configure.sh Loading commit data...
convert_novnc.sh Loading commit data...
embed_assets.sh Loading commit data...
embed_assets.sh~ Loading commit data...
json.h Loading commit data...
main.c Loading commit data...
novnc_asset_map.c Loading commit data...
novnc_assets.h Loading commit data...
rdp.c Loading commit data...
rdp.h Loading commit data...
rdp_asset_map.c Loading commit data...
rdp_assets.h Loading commit data...
ssl.c Loading commit data...
ssl.h Loading commit data...
terminal.c Loading commit data...
terminal.h Loading commit data...
tunnel.c Loading commit data...
tunnel.h Loading commit data...
vnc.c Loading commit data...
vnc.h Loading commit data...
web.c Loading commit data...
web.h Loading commit data...
web_proxy.c Loading commit data...
web_proxy.h Loading commit data...
websocket.c Loading commit data...
websocket.h Loading commit data...
websocket_protocol.c Loading commit data...
websocket_protocol.h Loading commit data...
xterm_addon_data.h Loading commit data...
xterm_data.h Loading commit data...