Skip to content

Commit

Permalink
Merge pull request #10 from andrey-utkin/nx-2556
Browse files Browse the repository at this point in the history
Document Net.Wireguard.Interfaces, Net.Wireguard.Peers
  • Loading branch information
filippsudanov authored Aug 27, 2024
2 parents 9e8f401 + e5b5e4a commit beddcb5
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions admin/appendix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6726,6 +6726,68 @@ Supported Platforms: Linux, Windows
Hardware information about available storage devices
Net.Wireguard.Interfaces
~~~~~~~~~~~~~~~~~~~~~~~
Supported Platforms: Linux, BSD, Mac OS X
.. list-table::
:widths: 10 10
:header-rows: 1
* - Column name
- Data type
* - NAME *
- String
* - PUBLIC_KEY
- String
* - LISTEN_PORT
- UInt32
Example output:
::
| NAME | PUBLIC_KEY | LISTEN_PORT |
| gw | eWfYktu1DjurgOUfCiBOfbiduddfmLiS1D+smdBj+28= | 51820 |
Net.Wireguard.Peers
~~~~~~~~~~~~~~~~~~~~~~~
Supported Platforms: Linux, BSD, Mac OS X
.. list-table::
:widths: 10 10
:header-rows: 1
* - Column name
- Data type
* - INTERFACE
- String
* - PEER_PUBLIC_KEY *
- String
* - ENDPOINT
- String
* - ALLOWED_IPS
- String
* - HANDSHAKE_TIMESTAMP
- UInt64
* - RX
- UInt64
* - TX
- UInt64
Example output:
::
| INTERFACE | PEER_PUBLIC_KEY | ENDPOINT | ALLOWED_IPS | HANDSHAKE_TIMESTAMP | RX | TX |
| gw | BWEY+dXnkkhl836PVpkDaAwImnFeCQogfZrnVz1Svmo= | [fd42:5c39:7438:816b:216:3eff:fed3:fd0a]:10687 | 192.168.1.2/32 | 1722296581 | 3676 | 1012 |
| gw | TN77lQm65yIJIKWGJyWwFSfa8QCuLYasap5m0x+/CBM= | 10.107.72.157:6802 | 192.168.2.2/32 | 1722296582 | 3676 | 1012 |
System.ActiveUserSessions
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit beddcb5

Please sign in to comment.