summaryrefslogtreecommitdiff
path: root/op-mode-definitions/wireguard.xml.in
AgeCommit message (Collapse)Author
2021-07-12op-mode: T427: add "summary" command for WireGuard interface informationChristian Poessinger
2021-04-25wireguard: T1802: add client name to configurationChristian Poessinger
2021-04-24wireguard: T1802: generate QR code for clients on CLIChristian Poessinger
generate wireguard mobile-config wg0 server wg.vyos.net address 1.2.2.2/24 WireGuard client configuration for interface: wg0 [Interface] PrivateKey = AEXrZ4b3xFVLg1lql3hy/93+d43q3+3vPdSMUGI6/Fo= Address = 1.2.2.2/24 [Peer] PublicKey = h1HkYlSuHdJN6Qv4Hz4bBzjGg5WUty+U1L7DJsZy1iE= Endpoint = wg.vyos.net:41751 AllowedIPs = 0.0.0.0/0, ::/0 The servers public key and port are automatically extracter from the running config.
2021-02-24op-mode: Correct help messageserkin
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger