Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-21 | feat(license): Relicense under GPLv3 | Vincent Ambo | 1 | -1/+12 | |
All further kontemplate source code changes and releases will happen under the GPLv3. Previous releases are still available under the MIT license. | |||||
2017-10-20 | feat templater: Add IP lookup function | Stefan Magnus Landrø | 1 | -0/+34 | |
This introduces support for looking up IP addresses using local DNS resolver. Function will return a list of all IP addresses associated with hostname. Further processing can be achieved using supported list template functions. |