mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
warn about IPv6 LLA
This commit is contained in:
parent
2d8e14ae60
commit
b5a1c39554
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ Any IP that doesn't start with the folowing are public ones:
|
||||||
- `192.168.`
|
- `192.168.`
|
||||||
- `fcxx:` (where the `x` can be any hexadecimal character)
|
- `fcxx:` (where the `x` can be any hexadecimal character)
|
||||||
- `fdxx:` (where the `x` can be any hexadecimal character)
|
- `fdxx:` (where the `x` can be any hexadecimal character)
|
||||||
- `fe80:`
|
|
||||||
|
**Warning:** IPv6 starting with `fe80:` (IPv6 LLA) can't be used for DNS purposes, if you try to put one in the AGH config, it won't work.
|
||||||
|
|
||||||
So, any other IP should be a public one.
|
So, any other IP should be a public one.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue