FokiDoki / WireRest

REST API for Wireguard
MIT License
18 stars 5 forks source link

Added parser for parsing result of wg show dump command #1

Closed FokiDoki closed 1 year ago

FokiDoki commented 1 year ago

Module parsing dump of wg show to WgShowDump

You can access to Peers and WgInterface via WgShowDump WgPeer storing data about public-key, preshared-key, endpoint, allowed-ips, latest-handshake, transfer-rx, transfer-tx, persistent-keepalive.

WgInterface storing private-key, public-key, listen-port and fwmark