38 Commits (66dacfa7103ed40ce14273b0e6f0dc5c85f9bf34)

Author SHA1 Message Date
Drew Short 66dacfa710 Removed unused config reference 7 years ago
Drew Short da1a8e9e58 Fixing config values not being preferred over defaults. 7 years ago
Drew Short 8abb4b80d5 Updated the client to update a record instead of creating a new record. 7 years ago
Drew Short 0c1e6c8507 POC work for updating domain record automatically 7 years ago
Drew Short 7e69b9f29e Trying to standardize errors 7 years ago
Drew Short 9466cae494 Adding initial cloudflare client interaction 7 years ago
Drew Short 00e11e760e Cleaning up the endpoint auth middleware 7 years ago
Drew Short 71a12ccf22 Simplify the root/zone lookup 7 years ago
Drew Short 449b27747e import cleanup 7 years ago
Drew Short b68cdce121 Simple username+token authentication 7 years ago
Drew Short 076c11535c refactor following code from https://github.com/actix/examples/blob/master/simple-auth-server/ for app state 7 years ago
Drew Short 7fea659c6e Update config to mirror the api concept of root and zone 7 years ago
Drew Short 6e92cabcbe Cargo Clippy linting suggestions 7 years ago
Drew Short 3745d56e5a Ran cargo fix --edition and updated to use the rust 2018 parser 7 years ago
Drew Short 0d2599fac7 ignoring the reported port for the moment 7 years ago
Drew Short f2a0b0520c Added support for parsing IP Addresses 7 years ago
Drew Short 52b9fcd5d7 Args update 7 years ago
Drew Short a4e2c2b46b Configuration file is not optional 7 years ago
Drew Short e44388501d Changed order of the default logging environment variable 7 years ago
Drew Short 17644a44bf Moved args into a separate module 7 years ago
Drew Short a6185c5d18 Resolved compilation and borrowing errors 7 years ago
Drew Short f95872126d Moved argument parsing into module 7 years ago
Drew Short 31cc0eb64e Missing assignment 7 years ago
Drew Short 69ca0b14dc Added some startup safety by not unwrapping actix_server directly 7 years ago
Drew Short 9cad1dfc91 Ran code formatting and cleaned imports. 7 years ago
Drew Short 97e273cb72 Moved config into a module 7 years ago
Drew Short 2acf50a700 Added user info to configuration file 7 years ago
Drew Short e3c106e438 Removed needless error passing from missing file error 7 years ago
Drew Short a9c0050ce6 Added address endpoint to print requester address 7 years ago
Drew Short 822311397d Additional logging for ConfigError 7 years ago
Drew Short e4f1c09ada Additional logging by default 7 years ago
Drew Short 85bd3b539b Dynamic defaults for workers and config setup from file or commandline 7 years ago
Drew Short 8b371675a5 Moved to serde_yaml for loading the config file 7 years ago
Drew Short 667e713a18 Working on loading from config file 7 years ago
Drew Short cf605b4641 Code cleanup 7 years ago
Drew Short a7f3901656 Stabalizing api code 7 years ago
Drew Short 21c7b74ce2 Adding health encdpoint 7 years ago
Drew Short c1346e0720 Initial actix-web demoing 7 years ago