From e7e2d7ffcba31cf6ad233fc4a70dbfe623a820f4 Mon Sep 17 00:00:00 2001 From: Vroumm <52046324+DanielRoulin@users.noreply.github.com> Date: Sun, 13 Mar 2022 14:34:10 +0100 Subject: [PATCH 1/2] Fixed typo in access-point-routed.adoc Code block for the description of IP address blocks of private networks was not open. --- .../asciidoc/computers/configuration/access-point-routed.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/configuration/access-point-routed.adoc b/documentation/asciidoc/computers/configuration/access-point-routed.adoc index d9d12dcff..79502b6be 100644 --- a/documentation/asciidoc/computers/configuration/access-point-routed.adoc +++ b/documentation/asciidoc/computers/configuration/access-point-routed.adoc @@ -152,7 +152,7 @@ address=/gw.wlan/192.168.4.1 The Raspberry Pi will deliver IP addresses between `192.168.4.2` and `192.168.4.20`, with a lease time of 24 hours, to wireless DHCP clients. You should be able to reach the Raspberry Pi under the name `gw.wlan` from wireless clients. -NOTE: There are three IP address blocks set aside for private networks. There is a Class A block from `10.0.0.0` to `10.255.255.255`, a Class B block from `172.16.0.0` to `172.31.255.255`, and probably the most frequently used, a Class C block from `192.168.0.0` to 192.168.255.255`. +NOTE: There are three IP address blocks set aside for private networks. There is a Class A block from `10.0.0.0` to `10.255.255.255`, a Class B block from `172.16.0.0` to `172.31.255.255`, and probably the most frequently used, a Class C block from `192.168.0.0` to `192.168.255.255`. There are many more options for `dnsmasq`; see the default configuration file (`/etc/dnsmasq.conf`) or the http://www.thekelleys.org.uk/dnsmasq/doc.html[online documentation] for details. From 496986345bc18b771e8e16f1b0b94f03cf4c24ee Mon Sep 17 00:00:00 2001 From: Paul Mucur Date: Fri, 11 Mar 2022 10:28:56 +0000 Subject: [PATCH 2/2] Add "For home" to header and footer --- jekyll-assets/_includes/footer.html | 4 ++ jekyll-assets/_includes/header.html | 59 ++++++++++++++++++++--------- 2 files changed, 46 insertions(+), 17 deletions(-) diff --git a/jekyll-assets/_includes/footer.html b/jekyll-assets/_includes/footer.html index edfcbb24e..385a714f6 100644 --- a/jekyll-assets/_includes/footer.html +++ b/jekyll-assets/_includes/footer.html @@ -151,6 +151,10 @@