Go to file
2024-06-13 19:39:08 -07:00
cmd/mully awkward moment when my unix socket for accessing the service has more access control than the service 2024-06-13 19:39:08 -07:00
pkg awkward moment when my unix socket for accessing the service has more access control than the service 2024-06-13 19:39:08 -07:00
.gitignore Chore: Remove generated files from git repo, update Makefiles 2024-05-22 20:41:57 -07:00
go.mod awkward moment when my unix socket for accessing the service has more access control than the service 2024-06-13 19:39:08 -07:00
go.sum awkward moment when my unix socket for accessing the service has more access control than the service 2024-06-13 19:39:08 -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