Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-29 | arrange: interfaces | rebortg | |
2020-08-05 | added port property for peer config | Elsysweyr | |
2020-07-26 | vpn: wireguard: all note about redefining allowed-ips | Christian Poessinger | |
2020-04-25 | wireguard: use proper indent on opcmd | Christian Poessinger | |
2020-04-05 | wireguard: adopt to new CLI syntax for address/port | Christian Poessinger | |
2020-03-18 | wireguard: new keygen syntax | currite | |
2020-03-02 | wireguard: use consistent naming | Christian Poessinger | |
2020-03-02 | wireguard: use documented section style guide | Christian Poessinger | |
2020-01-18 | Correcting syntax for showing a keypair | Jay Beale | |
When running the command listed on this page, I receive this error: run show wireguard named-keypairs pubkey KP01 Invalid command: show wireguard [named-keypairs] When I instead run the following, the desired output arrives: run show wireguard keypairs pubkey KP01 | |||
2019-11-28 | Refactor "code-block:: console" to "code-block:: none" | Christian Poessinger | |
2019-11-28 | docs: remove all trailing whitespaces | Christian Poessinger | |
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' | |||
2019-11-27 | Refactor "code-block:: sh" to "code-block:: console" | Christian Poessinger | |
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF. | |||
2019-11-26 | wireguard: Add road-warrior example | kroy-the-rabbit | |
2019-11-08 | wireguard: fix generation error | Christian Poessinger | |
2019-11-07 | wireguard: Update example run show output | kroy-the-rabbit | |
show interfaces wireguard X example updated to reflect new output | |||
2019-10-05 | T1700: Adding note to address this limitation | kroy | |
2019-09-30 | Fix typos in pages | Ramax Lo | |
2019-09-17 | Text/spelling fixes, adding additional navigation headers | kroy | |
2019-09-10 | [wireguard] - typo fixed | hagbard | |
2019-09-10 | [wireguard] - T1649: documentation different keypairs per interface | hagbard | |
2019-06-16 | WireGuard: remove duplicate reference | Christian Poessinger | |
2019-06-16 | Interfaces/VPN: move WireGuard to VPN section | Christian Poessinger | |
... as OpenVPN is already there, too and it is represented as interface. |