mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2025-06-26 12:59:26 +00:00
Update admin.md
This commit is contained in:
5
admin.md
5
admin.md
@ -23,6 +23,11 @@ To get the JSON response body instead of a "friendly" output, specify the `-json
|
|||||||
yggdrasilctl -json getSwitchPeers
|
yggdrasilctl -json getSwitchPeers
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To draw a map of a node's view of the network, install Graphviz onto your system and use `dot`:
|
||||||
|
```
|
||||||
|
yggdrasilctl dot | dot -Tpng -o map.png
|
||||||
|
```
|
||||||
|
|
||||||
## Admin Socket
|
## Admin Socket
|
||||||
|
|
||||||
The Yggdrasil admin socket uses JSON for request and response formats.
|
The Yggdrasil admin socket uses JSON for request and response formats.
|
||||||
|
Reference in New Issue
Block a user