index
:
wgconfd
master
A configuration manager for WireGuard
Hristo Venev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-03-28
Use `wg addconf'.
Hristo Venev
2020-02-09
Generate random temporary file names.
Hristo Venev
2020-02-07
Load the preshared keys on startup.
Hristo Venev
2020-02-06
Remove an unwrap.
Hristo Venev
2020-02-06
Simplify argument parsing.
Hristo Venev
2020-02-06
Don't die if removing a temporary file fails.
Hristo Venev
2020-02-05
Add man pages.
Hristo Venev
2020-02-04
Add source.allow_road_warriors option.
Hristo Venev
2020-02-04
Drop unused impls.
Hristo Venev
2020-02-04
Move source names inside the source sections.
Hristo Venev
2020-02-04
More peer options in config.
Hristo Venev
2020-02-04
Clippy.
Hristo Venev
2020-02-04
Reference preshared keys by path.
Hristo Venev
2019-09-30
Remove unneeded derives.
Hristo Venev
2019-09-30
Don't use `#[serde(flatten)]`.
Hristo Venev
2019-09-30
Lowercase errors.
Hristo Venev
2019-09-30
Show the exact reason a network is invalid.
Hristo Venev
2019-09-30
Simplify main functions.
Hristo Venev
2019-09-30
Document [peer], implement in procd.
Hristo Venev
2019-09-30
Add SPDX-License-Identifier.
Hristo Venev
2019-09-29
Create separate files for psks.
Hristo Venev
2019-09-29
I don't like `if let` that much.
Hristo Venev
2019-09-28
Implement peer overrides.
Hristo Venev
2019-09-28
PeerConfig -> GlobalConfig
Hristo Venev
2019-09-28
Silence clippy warning.
Hristo Venev
2019-09-28
Split updater into module.
Hristo Venev
2019-09-28
Move builder inside manager.
Hristo Venev
2019-05-18
Create cache and state files in mode 0o0600.
Hristo Venev
2019-05-18
Add tests for IP sets.
Hristo Venev
2019-05-18
Implement persistent state.
Hristo Venev
2019-05-18
Implement command-line config parsing.
Hristo Venev
2019-05-17
Set the persistent keepalive.
Hristo Venev
2019-05-17
Postpone the y2k38 problem from 2004 to Jan 7 2038.
Hristo Venev
2019-05-17
rustfmt and style
Hristo Venev
2019-04-02
Reorg, sources have names.
Hristo Venev
2019-03-19
Don't print that many decimal digits on timers.
Hristo Venev
2019-03-19
Make sure the device exists on startup.
Hristo Venev
2019-03-19
Make retry and refresh messages nicer.
Hristo Venev
2019-03-19
lint
v0.1.0
Hristo Venev
2019-03-19
Add some more curl args and error reporting.
Hristo Venev
2019-03-19
Move stuff around, base64 decode keys.
Hristo Venev
2019-03-19
rustfmt
Hristo Venev
2019-03-19
refresh_period = ... -> refresh_sec = ...
Hristo Venev
2019-03-19
BREAKING CHANGE: The config file is now in toml.
Hristo Venev
2019-03-19
BREAKING CHANGES
Hristo Venev
2019-03-19
Add license.
Hristo Venev
2019-03-19
Use curl command instead of library.
Hristo Venev
2019-03-18
Implement road warrior support.
Hristo Venev
2019-03-18
Lint
Hristo Venev
2019-03-18
Initial commit.
Hristo Venev