Go to file
2024-05-25 11:16:14 -07:00
cmd/mully Feat: acquire existing account token straight off unauthenticated RPC ;) 2024-05-22 20:23:50 -07:00
pkg Tidy: proto Makefile tidy up 2024-05-25 11:16:14 -07:00
.gitignore Chore: Remove generated files from git repo, update Makefiles 2024-05-22 20:41:57 -07:00
go.mod Chore: Remove generated files from git repo, update Makefiles 2024-05-22 20:41:57 -07:00
go.sum Chore: Remove generated files from git repo, update Makefiles 2024-05-22 20:41:57 -07:00
Makefile Feat[build]: Update Makefiles, add root Makefile, add README.md 2024-05-22 21:31:56 -07:00
README.md Fix[doc]: README.md, github breaking markdown changes -_- 2024-05-22 21:34:49 -07:00

mully

Note

This project is in early development and is not yet ready for use.

interacts with a locally running mullvad-daemon instance with gRPC and golang, additionally provides a client for the https mullvad API.

gRPC and API definitions are generated automatically from official mullvad sources. protobuf defs are used for gRPC, and openapi for the API.

GNU Make orchestrates these tasks.

quick start

_URL1=git.tcp.direct/kayos/mully.git
_URL2=github.com/yunginnanet/mully.git
(git clone "https://$_URL1" || git clone "https://$_URL2") || exit 1
cd mully && make