Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-02 | T793: wireguard preshared-key implementation | hagbard | |
- the psk is only read from a file, due to sudo it's redirection doesn't work file is created in /tmp (it's tmpfs), wg comand executed and the psk file is deleted again, to avoid leakage of the psk. It's create umaks(077) and root:root | |||
2018-08-26 | T427: changed option listen-port to only port | hagbard | |
2018-08-25 | idents fixed (sonarcloud complains) | hagbard | |
2018-08-24 | T791: endpoint pattern doesn't need to be checked, wg returns an error ↵ | hagbard | |
message if it's not IP:port | |||
2018-08-24 | T791: mtu size implementation | hagbard | |
2018-08-23 | T793: fwmark implementation | hagbard | |
2018-08-23 | listen-port for update mode needs to be 0 to switch back to randomly chosen ↵ | hagbard | |
if previously configured | |||
2018-08-23 | T791: implementation | hagbard | |
TODO: fwmark, mtu and pre-shared key | |||
2018-08-20 | bugfix: if config and effective value are equal, there is no change ↵ | hagbard | |
required, deleting it from the dict will result in a keyerror if not aset at all | |||
2018-08-17 | T783: to disable keepalive is has to be set to 0. | hagbard | |
2018-08-17 | T783: conf mode persistent-keepalive implementation | hagbard | |
2018-08-17 | T427: endpoint is only required for client mode, it's now an optional parameter | hagbard | |
2018-08-17 | remove endpoint check, which is optional. server mode find the endpoint from ↵ | hagbard | |
an authenticated package. | |||
2018-08-12 | T427: wireguard support | hagbard | |