GRPC Server Support
- Deprecates old json-rpc system - Add GRPC daemon over uds
This commit is contained in:
parent
3fbb520a10
commit
e4b0f1660b
28 changed files with 1110 additions and 200 deletions
6
Makefile
6
Makefile
|
|
@ -20,6 +20,12 @@ start:
|
|||
stop:
|
||||
@$(cargo_norm) stop
|
||||
|
||||
status:
|
||||
@$(cargo_norm) server-status
|
||||
|
||||
tunnel-config:
|
||||
@$(cargo_norm) tunnel-config
|
||||
|
||||
test-dns:
|
||||
@sudo route delete 8.8.8.8
|
||||
@sudo route add 8.8.8.8 -interface $(tun)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue