hyp/client/README.md
2024-04-06 21:59:13 -06:00

9 lines
244 B
Markdown

# hyp-client
The client expects there to be a file named hyp.secret in the same directory. This file is generated by the hypd server using ./hypd generatesecret.
```bash
# Example Usage
# ./hyp-client <server>
./hyp-client 192.168.50.5
```