Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-18 | Update DNS Forwarder and Firewall | Brad Peczka | |
Typo fixed on the Firewall page, and reworded sections on the DNS Forwarder page. | |||
2019-12-28 | dns-forwarding: minor fixes | Christian Poessinger | |
- remove redundant "be" - proper indent note block | |||
2019-12-19 | style-guide: all opcmd and clicmd explanations should be indented by 3 | Christian Poessinger | |
2019-12-15 | dns-forwarding: add op-mode command to restart daemon | Christian Poessinger | |
2019-12-15 | dns-forwarding: fix typos | Christian Poessinger | |
2019-12-15 | dns-forwarding: add op-mode command to clean cache | Christian Poessinger | |
2019-12-15 | dns-forwarding: add listen-address option | Christian Poessinger | |
2019-12-15 | dns-forwarding: add negative-ttl option | Christian Poessinger | |
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 |