19 Commits

Author SHA1 Message Date
Brad Peczka
3e4236e4c7 Update DNS Forwarder and Firewall
Typo fixed on the Firewall page, and reworded sections on the DNS Forwarder page.
2020-07-18 14:20:14 +08:00
Christian Poessinger
ef0b747f39 dns-forwarding: minor fixes
- remove redundant "be"
- proper indent note block
2019-12-28 23:00:00 +01:00
Christian Poessinger
678317d432 style-guide: all opcmd and clicmd explanations should be indented by 3 2019-12-19 18:17:43 +01:00
Christian Poessinger
5c9a6f8b18 dns-forwarding: add op-mode command to restart daemon 2019-12-15 16:29:57 +01:00
Christian Poessinger
cad71fe9ac dns-forwarding: fix typos 2019-12-15 15:58:30 +01:00
Christian Poessinger
1d9198ebec dns-forwarding: add op-mode command to clean cache 2019-12-15 15:45:48 +01:00
Christian Poessinger
2fedcc936f dns-forwarding: add listen-address option 2019-12-15 15:44:04 +01:00
Christian Poessinger
5aff67893b dns-forwarding: add negative-ttl option 2019-12-15 15:43:37 +01:00
Christian Poessinger
94d4aaada6 dns-forwarding: add ignore-hosts-file option 2019-12-15 15:43:05 +01:00
Christian Poessinger
4df97093ad dns-forwarding: add dnssec documentation 2019-12-15 15:38:17 +01:00
Christian Poessinger
eff5a68ce2 dns-forwarding: use new cfgcmd/opcmd syntax 2019-12-15 15:32:29 +01:00
Christian Poessinger
a31914a5da dns-forwarding: fix section style guide 2019-12-15 15:15:35 +01:00
Christian Poessinger
2fe9584937 dns-forwarding: add anchor reference 2019-12-15 15:14:40 +01:00
Christian Poessinger
269023845a Refactor "code-block:: console" to "code-block:: none" 2019-11-28 21:41:32 +01:00
Christian Poessinger
a71cdcec33 docs: remove all trailing whitespaces
Done via:
$ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
2019-11-28 21:26:14 +01:00
Christian Poessinger
6aa3cbb611 Refactor "code-block:: sh" to "code-block:: console"
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-11-27 17:20:38 +01:00
David Wilson
b8d95f97c7
Added allow-from DNS forwarding settings
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-26 21:57:19 -04:00
kroy
92886dd28d Migration to 'listen-address', slight cleanup 2019-09-19 11:50:03 -05:00
kmpm
9a04c5abf4 services in own folder
* spitting services into multiple files in it's own folder
* making image links absolute
* some linting
2019-01-20 12:13:48 +01:00