Update readme for guard0
This commit is contained in:
parent
2ed0e5f0d1
commit
c31be1a616
1 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -17,6 +17,26 @@ Use the `--address` flag to manage this server.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
> sudo guard server
|
> sudo guard server
|
||||||
|
|
||||||
|
INFO[0000] tunnel created tunnel=guard0
|
||||||
|
INFO[0000] created guard0 tunnel
|
||||||
|
{
|
||||||
|
"id": "guard0",
|
||||||
|
"private_key": "+A4O44heAgTmLcVipqSFAYxigpAv61UbWigU0xoHbng=",
|
||||||
|
"listen_port": "10100",
|
||||||
|
"address": "10.199.199.1/32",
|
||||||
|
"public_key": "37uzie/EZzzDpRbVTUOtuVXwhht/599pdhseh9MJ7QE=",
|
||||||
|
"endpoint": "127.0.0.1"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
> sudo wg
|
||||||
|
|
||||||
|
interface: guard0
|
||||||
|
public key: 37uzie/EZzzDpRbVTUOtuVXwhht/599pdhseh9MJ7QE=
|
||||||
|
private key: (hidden)
|
||||||
|
listening port: 10100
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create a new tunnel
|
### Create a new tunnel
|
||||||
|
|
Loading…
Reference in a new issue