summaryrefslogtreecommitdiffhomepage
path: root/tunnel/src/main/proto/libwg.proto
AgeCommit message (Collapse)Author
2023-02-11WIP: grpc-turnongrpc-turnonMikael Magnusson
2023-02-09tunnel: auto-detect IPv6/IPv4 preferenceMikael Magnusson
Detect IP address change. Request non-VPN network. Update endpoint when needed. Unregister network on wgTurnOff and use IPv4 if network is not known.
2023-02-09tunnel: implement http proxy for Android 10+Mikael Magnusson
Allow getting package names of tv apps.
2023-02-09tunnel: 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.