Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
Signed-off-by: Chris L <github@holosys.co.uk>
  • Loading branch information
clwgh authored Nov 3, 2023
1 parent 52c2c70 commit 6084ee0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/main/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ In a normal setup this results in a “No such name” response from your DNS se

Link to [Chromium's source code](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/chrome/browser/intranet_redirect_detector.cc#132) explaining the function.

[Back to top](#index)
[Back to top](#frequently-asked-questions)

### Pi-hole update fails due to repository changed it's 'Suite' value

Expand All @@ -44,7 +44,7 @@ Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its
sudo apt-get update --allow-releaseinfo-change
```

[Back to top](#index)
[Back to top](#frequently-asked-questions)

### Pi-hole's gravity complains about invalid IDN domains

Expand All @@ -66,7 +66,7 @@ Ask the list maintainer to convert the IDNs to their punycode representation.
Internationalizing Domain Names in Applications (IDNA) was conceived to allow client-side use of language-specific characters in domain names without requiring any existing infrastructure (DNS servers, mall servers, etc., including associated protocols) to change. Accordingly, the corresponding original [RFC 3490](https://tools.ietf.org/html/rfc3490) clearly states that IDNA is employed at application level, not on the server side.
Hence, DNS servers never see any IDN domain name, which means DNS records do not store IDN domain names at all, only their [Punycode](https://en.wikipedia.org/wiki/Punycode) representations.

[Back to top](#index)
[Back to top](#frequently-asked-questions)

### Error while loading data from the long-term database

Expand Down Expand Up @@ -120,7 +120,7 @@ Restart the web server:
sudo service lighttpd restart
```

[Back to top](#index)
[Back to top](#frequently-asked-questions)

### In which order are locally defined DNS records used?

Expand All @@ -135,4 +135,4 @@ The order of locally defined DNS records is:

Only the first record will trigger an address-to-name association.

[Back to top](#index)
[Back to top](#frequently-asked-questions)

0 comments on commit 6084ee0

Please sign in to comment.