Go to file
kirillius 7a8bfcc4e8 initial commit 2026-07-05 20:18:42 +03:00
Dockerfile initial commit 2026-07-05 20:18:42 +03:00
README.md initial commit 2026-07-05 20:18:42 +03:00
cloak.example.json initial commit 2026-07-05 20:18:42 +03:00
docker-compose.yml initial commit 2026-07-05 20:18:42 +03:00
gen-uid.sh initial commit 2026-07-05 20:18:42 +03:00
go.mod initial commit 2026-07-05 20:18:42 +03:00
launcher initial commit 2026-07-05 20:18:42 +03:00
main.go initial commit 2026-07-05 20:18:42 +03:00

README.md

Cloak for docker

Copy example config file to local directory /cloak as cloak.json.

mkdir cloak
cp cloak.example.json cloak/cloak.json
nano cloak/cloak.json

Generating UID and keys

Run these command to generate values then write to config file.

Keys for server and client

ck-server -key

UID

ck-server -uid

Starting

Then start the service

docker-compose up -d