README..
This commit is contained in:
parent
937e3f272a
commit
9b15d5bdeb
17
README.md
17
README.md
@ -47,35 +47,24 @@ python wpm_client.py <action> [options]
|
||||
|
||||
List Peers:
|
||||
|
||||
```
|
||||
python wpm_client.py list
|
||||
|
||||
```
|
||||
|
||||
Create a New Peer:
|
||||
```
|
||||
|
||||
python wpm_client.py create --public-key "<peer-public-key>" --allowed-ips "10.0.0.2/32"
|
||||
|
||||
```
|
||||
|
||||
Update an Existing Peer:
|
||||
```
|
||||
|
||||
python wpm_client.py update --public-key "<peer-public-key>" --allowed-ips "10.0.0.3/32"
|
||||
|
||||
```
|
||||
|
||||
Delete a Peer:
|
||||
```
|
||||
python wpm_client.py delete --public-key "<peer-public-key>"
|
||||
|
||||
```
|
||||
python wpm_client.py delete --public-key "<peer-public-key>"
|
||||
|
||||
Restore Configuration:
|
||||
|
||||
```
|
||||
python wpm_client.py restore
|
||||
|
||||
```
|
||||
|
||||
### Backup and Restore
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user