Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-15 | dns-forwarding: add ignore-hosts-file option | Christian Poessinger | |
2019-12-15 | dns-forwarding: add dnssec documentation | Christian Poessinger | |
2019-12-15 | dns-forwarding: use new cfgcmd/opcmd syntax | Christian Poessinger | |
2019-12-15 | dns-forwarding: fix section style guide | Christian Poessinger | |
2019-12-15 | dns-forwarding: add anchor reference | Christian Poessinger | |
2019-11-28 | Refactor "code-block:: console" to "code-block:: none" | Christian Poessinger | |
2019-11-28 | docs: remove all trailing whitespaces | Christian Poessinger | |
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//' | |||
2019-11-27 | Refactor "code-block:: sh" to "code-block:: console" | Christian Poessinger | |
This will add proper new-lines into the rendered PDF. Before if it has been a long line, not all content was preserved in the PDF. | |||
2019-09-26 | Added allow-from DNS forwarding settings | David Wilson | |
During my testing only the /0 and /32 network prefix lengths worked, specifying a /24 caused the DNS Service to not respond. I have added the /0 network to the above examples so the documentation exists for this required command and will submit a bug report on the issue. | |||
2019-09-19 | Migration to 'listen-address', slight cleanup | kroy | |
2019-01-20 | services in own folder | kmpm | |
* spitting services into multiple files in it's own folder * making image links absolute * some linting |