A CENO client has three main roles:
Build for the latest version of Ouinet with:
$ sudo docker build -t equalitie/ceno-client .
Build for Ouinet version vX.Y.Z as latest with:
$ sudo docker build --build-arg OUINET_VERSION=vX.Y.Z -t equalitie/ceno-client:vX.Y.Z -t equalitie/ceno-client:latest .
On a GNU/Linux system, run the client for the first time with:
$ sudo docker run --name ceno-client -dv ceno:/var/opt/ouinet --network host --restart unless-stopped equalitie/ceno-client
This will start the client automatically along with the system.
If your system is not GNU/Linux (e.g. Windows, macOS), you will need to setup some port redirections as the client can not have direct access to the host's network stack. Replace --network host with -p 127.0.0.1:8077-8078:8077-8078 -p 28729:28729/udp in the previous command line.
Watch the client's output with:
$ sudo docker logs -ft ceno-client
Subsequently, start/stop the client manually with:
$ sudo docker start ceno-client
$ sudo docker stop ceno-client
A bridge client is nothing but a normal client (that can be run by anyone) which happens to:
Please note that many mobile connections (and some domestic ones) use CGNAT which makes the client unreachable from the outside, thus making them unfit for bridges.
Also note that if you run the client on a non-GNU/Linux system, you will need to manually setup a redirection to UDP port 28729 of the device running the client.
Warning: Browsing via a CENO client on a computer is only supported for testing. Please use the CENO Browser for a better experience on Android.
git clone https://github.com/censorship-no/ceno-ext-settings.gitmkdir ceno-testfirefox --no-remote --profile ceno-testlocalhost port 8077 is Firefox's HTTP proxy for all protocols: https://www.wikihow.com/Enter-Proxy-Settings-in-Firefoxceno-ext-settings directory.In subsequent test browser runs you will only need to follow steps 3 and 6.
Browse freely or check the CENO User Manual for some testing instructions.
Content type
Image
Digest
sha256:e5bdaf70c…
Size
145.5 MB
Last updated
15 days ago
docker pull equalitie/ceno-client