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
/
main.rs
Age
Commit message (
Expand
)
Author
2019-09-28
Implement peer overrides.
Hristo Venev
2019-09-28
PeerConfig -> GlobalConfig
Hristo Venev
2019-09-28
Split updater into module.
Hristo Venev
2019-09-28
Move builder inside manager.
Hristo Venev
2019-05-18
Implement command-line config parsing.
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