update links
This commit is contained in:
parent
b7de32833a
commit
eef6ca679f
|
@ -1,6 +1,6 @@
|
||||||
# Telebit
|
# Telebit
|
||||||
|
|
||||||
| **Telebit Client** | [Telebit Relay](/tree/master/cmd/telebit) | [Telebit Mgmt](/tree/master/cmd/mgmt) |
|
| **Telebit Client** | [Telebit Relay](/cmd/telebit) | [Telebit Mgmt](/cmd/mgmt) |
|
||||||
|
|
||||||
A secure, end-to-end Encrypted tunnel.
|
A secure, end-to-end Encrypted tunnel.
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ export TLS_LOCALS=https:*:3000
|
||||||
See `./telebit --help` for all options. \
|
See `./telebit --help` for all options. \
|
||||||
See [`examples/client.env`][client-env] for detail explanations.
|
See [`examples/client.env`][client-env] for detail explanations.
|
||||||
|
|
||||||
[client-env]: /tree/master/examples/client.env
|
[client-env]: /examples/client.env
|
||||||
|
|
||||||
### System Services
|
### System Services
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Telebit Mgmt
|
# Telebit Mgmt
|
||||||
|
|
||||||
| [Telebit Client](../../) | [Telebit Relay](../telebit) | **Telebit Mgmt** |
|
| [Telebit Client](/README.md) | [Telebit Relay](../telebit) | **Telebit Mgmt** |
|
||||||
|
|
||||||
Device Management, Authorization, and ACME Relay Server.
|
Device Management, Authorization, and ACME Relay Server.
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ export PORT=6468
|
||||||
See `./telebit --help` for all options. \
|
See `./telebit --help` for all options. \
|
||||||
See [`examples/mgmt.env`][mgmt-env] for detail explanations.
|
See [`examples/mgmt.env`][mgmt-env] for detail explanations.
|
||||||
|
|
||||||
[mgmt-env]: /../../examples/mgmt.env
|
[mgmt-env]: /examples/mgmt.env
|
||||||
|
|
||||||
## System Services
|
## System Services
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Telebit Relay
|
# Telebit Relay
|
||||||
|
|
||||||
| [Telebit Client](../../) | **Telebit Relay** | [Telebit Mgmt](../mgmt) |
|
| [Telebit Client](/README.md) | **Telebit Relay** | [Telebit Mgmt](../mgmt) |
|
||||||
|
|
||||||
Secure tunnel, relay, and reverse-proxy server.
|
Secure tunnel, relay, and reverse-proxy server.
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ export ACME_RELAY_URL=http://localhost:6468/api/acme-relay
|
||||||
See `./telebit-relay --help` for all options. \
|
See `./telebit-relay --help` for all options. \
|
||||||
See [`examples/relay.env`][relay-env] for detail explanations.
|
See [`examples/relay.env`][relay-env] for detail explanations.
|
||||||
|
|
||||||
[relay-env]: /tree/master/examples/relay.env
|
[relay-env]: /examples/relay.env
|
||||||
|
|
||||||
Note: It is not necessary to specify the `--flags` when using the ENVs.
|
Note: It is not necessary to specify the `--flags` when using the ENVs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue