doc: fix quickstart numbering

This commit is contained in:
Shiz 2021-12-12 19:46:05 +00:00
parent 17744cadb0
commit d0d09e497c
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ weegee host configure \
```
You can also add per-client entries using the `route_ipv4_add` and `route_ipv6_add` hooks.
3. Create a server for your host, in this example reachable on `10.60.0.1/24` and `fd10:573:1df:5000::1/64`, and announcing routes for `10.57.0.0/16`, `10.58.0.0/16`, `10.59.0.0/16`, `10.60.0.0/16` and `fd10:573:1df::/48`, named `eagle` and publically connectable through `vpn.eagle.pm:7574`:
4. Create a server for your host, in this example reachable on `10.60.0.1/24` and `fd10:573:1df:5000::1/64`, and announcing routes for `10.57.0.0/16`, `10.58.0.0/16`, `10.59.0.0/16`, `10.60.0.0/16` and `fd10:573:1df::/48`, named `eagle` and publically connectable through `vpn.eagle.pm:7574`:
```sh
weegee server create \
-H my-host \
@ -43,14 +43,14 @@ weegee server create \
vpn.eagle.pm 7574
```
4. Create a client, in this example reachable on `10.60.99.1/24` and `fd10:573:1df:5063::1/64`, named `dev-arcade`:
5. Create a client, in this example reachable on `10.60.99.1/24` and `fd10:573:1df:5063::1/64`, named `dev-arcade`:
```sh
weegee client create \
-a 10.60.99.1/24 -a fd10:573:1df:5063::1/64 \
dev-arcade eagle
```
5. Get client configuration:
6. Get client configuration:
```sh
weegee client print-config dev-arcade eagle
```