aboutsummaryrefslogtreecommitdiff
path: root/src/config.rs
AgeCommit message (Collapse)Author
2019-05-18Implement command-line config parsing.Hristo Venev
2019-05-17rustfmt and styleHristo Venev
2019-04-02Reorg, sources have names.Hristo Venev
2019-03-19lintv0.1.0Hristo Venev
2019-03-19Move stuff around, base64 decode keys.Hristo Venev
2019-03-19refresh_period = ... -> refresh_sec = ...Hristo Venev
2019-03-19BREAKING CHANGE: The config file is now in toml.Hristo Venev
The "sources" field is now [[source]].
2019-03-19BREAKING CHANGESHristo Venev
ifname is now passed as an argument before the config file. own_public_key is obtained from the interface.
2019-03-19Add license.Hristo Venev
2019-03-19Use curl command instead of library.Hristo Venev
Rust packaging is complicated and I don't like it.
2019-03-18Implement road warrior support.Hristo Venev
2019-03-18LintHristo Venev
2019-03-18Initial commit.Hristo Venev