module
Version:
v0.0.0-...-b81126c
Opens a new window with list of versions in this module.
Published: Aug 29, 2023
License: MIT
Opens a new window with license information.
README
¶
1. Use
1. create client.ini
[common]
tunnel_addr = ":9998"
tunnel_url = "/tunnel1"
[http]
local_addr = ":8080"
remote_addr = ":30001"
[ssh]
local_addr = ":8081"
remote_addr = "172.16.1.104:22"
tunnel_addr = ":9999"
tunnel_url = "/tunnel2"
2. create server.ini
[default1]
tunnel_addr = ":9998"
tunnel_url = "/tunnel1"
[default2]
tunnel_addr = ":9999"
tunnel_url = "/tunnel2"
3. start client and server
./http-tunnel-server -c server.ini
./http-tunnel-client -c client.ini
Directories
¶
cmd
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.