You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After it success connected to chisel server, the localhost:8123 will forward tcp connection to remote server proxy server port. you will be access to the free network
The text was updated successfully, but these errors were encountered:
We can put chisel into docker image.
Here is my docker image
https://github.com/netroby/alpine-chisel
https://hub.docker.com/r/netroby/alpine-chisel/
and these guide how to using docker image
Both server and client need docker installed.
Server side
There be a proxy server listen on 127.0.0.1:8123 on server. (squid or polipo)
create a file /etc/chisel.json, with content
run command
Client side
$SERVER_IP will be your chisel server ip address
run command
After it success connected to chisel server, the localhost:8123 will forward tcp connection to remote server proxy server port. you will be access to the free network
The text was updated successfully, but these errors were encountered: