Skip to content

Commit bc27773

Browse files
author
XhmikosR
committed
Remove extra newlines
Signed-off-by: XhmikosR <[email protected]>
1 parent 7ca1c7b commit bc27773

File tree

7 files changed

+0
-13
lines changed

7 files changed

+0
-13
lines changed

docs/docker/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Array type configs should be delimited with `;`
3838
!!! note
3939
All FTL settings that are set via environment variables effectively become read-only, meaning that you will not be able to change them via the web interface or CLI. This is to ensure a "single source of truth" on the config. If you later unset or remove an environment variable, then FTL will revert to the default value for that setting
4040

41-
4241
An example of how some of these variables may look in your compose file
4342

4443
```yaml

docs/docker/upgrading/v5-v6.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ By default, Pi-hole v6 no longer reads configuration files from `/etc/dnsmasq.d/
6565
1. Mount the local folder containing the config files into `/etc/dnsmasq.d` into the container
6666
2. Set the environment variable `FTLCONF_misc_etc_dnsmasq_d: 'true'`
6767

68-
6968
If you only want to add a single/few `dnsmasq` config lines you can use the variable `FTLCONF_misc_dnsmasq_lines`. Each line should be separated with `;`
7069

71-
7270
### Removed Variables
7371

7472
The following variables can be removed without replacement, as they are no longer used:

docs/group_management/example.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Client | Group membership | Domain | Blocked
6969
192.168.0.102 | Group 2 + Default | doubleclick.net | Yes
7070
192.168.0.103 | Group 3 + Default | doubleclick.net | Yes
7171

72-
7372
All three clients got automatically assigned to the default (`Default`) group when they were added. The default group includes all subscribed lists and list domains (if not already changed by the user). When we remove the default group for client `192.168.0.101`, we effectively remove all associations to any subscribed lists and domains. This leaves this client completely unblocked.
7473

7574
## Example 2: Blocklist management
@@ -92,7 +91,6 @@ Client | Group membership | Domain | Blocked
9291
192.168.0.102 | Group 2 + Default | doubleclick.net | Yes
9392
192.168.0.103 | Group 3 + Default | doubleclick.net | Yes
9493

95-
9694
`192.168.0.101` gets `doubleclick.net` blocked as it uses a subscribed list including this domain. All other clients stay unchanged.
9795

9896
## Example 3: Denylisting
@@ -121,7 +119,6 @@ Client | Group membership | Domain | Blocked
121119
192.168.0.102 | Group 2 + Default | denylisted.com | **Yes**
122120
192.168.0.103 | Group 3 + Default | denylisted.com | **Yes**
123121

124-
125122
Note that Pi-hole is *not* blocking this domain for client `192.168.0.101` as we removed the default assignment through group 0 above. All remaining clients are linked through the Default group to this domain and see it as being blocked.
126123

127124
### Step 2

docs/guides/dns/cloudflared.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ Edit configuration file by copying the following in to `/etc/default/cloudflared
8484
CLOUDFLARED_OPTS=--port 5053 --upstream https://cloudflare-dns.com/dns-query
8585
```
8686

87-
8887
!!! info
8988
See the other available [Cloudflare endpoints](https://developers.cloudflare.com/1.1.1.1/infrastructure/network-operators/#available-endpoints).
9089

docs/guides/dns/unbound.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ To disable the service, run the statement below:
193193
sudo systemctl disable --now unbound-resolvconf.service
194194
```
195195

196-
197196
#### Step 2 - Disable the file resolvconf_resolvers.conf
198197

199198
Disable the file resolvconf_resolvers.conf from being generated when resolvconf is invoked elsewhere.
@@ -263,7 +262,6 @@ Lastly, restart unbound:
263262
sudo service unbound restart
264263
```
265264

266-
267265
### Uninstall `unbound`
268266

269267
To remove `unbound` from your system run

docs/routers/OPNsense.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Leave the second line blank unless you have another Pi-hole host running.
4141

4242
#### IPv6
4343

44-
4544
Go to **Interfaces** and click on the interface that you want to modify.
4645
Under **Manual configuration** check "Allow manual adjustment of DHCPv6 and Router Advertisements"
4746

@@ -55,7 +54,6 @@ Leave the second line blank unless you have another Pi-hole host running.
5554

5655
Beware: Link local IPv6 are not reachable from other VLANs.
5756

58-
5957
All client devices on your network should now automatically be configured with a single IPv4 and single IPv6 address for DNS resolution. If you don't see your client devices update quickly enough, you *can* toggle Wi-Fi off/on or disconnect the Ethernet cable for a couple of seconds and then reconnect it.
6058

6159
### Method 2: Using your Pi-hole as DNS server for your OPNsense

docs/routers/fritzbox.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ Home Network/Network/Network Settings/IP Addresses/IPv4 Configuration/Home Netwo
3535

3636
Now you should see individual clients in Pi-hole's web dashboard.
3737

38-
3938
## Pi-hole as upstream DNS server for your Fritz!Box
4039

4140
With this configuration, Pi-hole is also used by the Fritz!Box itself as an upstream DNS server. DNS queries take the following path
@@ -153,7 +152,6 @@ Source port: any
153152
Destination port: 53
154153
```
155154

156-
157155
This entry can then be added under
158156

159157
```plain

0 commit comments

Comments
 (0)