summaryrefslogtreecommitdiffhomepage
path: root/tunnel/src/main/proto/libwg.proto
AgeCommit message (Collapse)Author
2023-09-27WIP: add cap to grpcMikael Magnusson
2023-09-27WIP: tunnel: implement gRPC based wgSetConfigMikael Magnusson
2023-09-27tunnel: request DHCPv6 leasesMikael Magnusson
2023-09-27tunnel: download pac in javaMikael Magnusson
2023-09-27ui,tunnel: implement http proxy for Android 10+Mikael Magnusson
Allow getting package names of tv apps.
2023-09-27tunnel: add Error in libwg.protoMikael Magnusson
2023-09-27tunnel: add gRPC over unix domain socket to the go backendMikael Magnusson
With gRPC it will be easier to extend the go backend API. In this commit the Version function is reimplemented in gRPC. Gitignore generated protobuf files.