tfcli docs page

This commit is contained in:
c0repwn3r 2023-06-21 09:04:09 -04:00
parent c18bcc50c4
commit 63da940d0d
Signed by: core
GPG Key ID: FDBF740DADDCEECF
2 changed files with 8 additions and 0 deletions

7
docs/tfcli/index.md Normal file
View File

@ -0,0 +1,7 @@
# tfcli
`tfcli` is a command-line interface for managing trifid-api compatible API servers.
<div class="alert alert-warning">
<strong>Notice</strong>: `tfcli` does not implement a DNClient-compatible VPN client. It only allows management. For a VPN client, check out tfclient instead.
</div>

View File

@ -12,6 +12,7 @@ The API implementation is tested with the official dnclient implementation, and
# Links # Links
- [tfcli documentation](./docs/tfcli/index.md)
- [tfclient documentation](./docs/tfclient/index.md) - [tfclient documentation](./docs/tfclient/index.md)
- [trifid-api documentation](./docs/trifid-api/index.md) - [trifid-api documentation](./docs/trifid-api/index.md)
- [dnapi-rs documentation](https://docs.rs/dnapi-rs) - [dnapi-rs documentation](https://docs.rs/dnapi-rs)