From b5a1c3955401b510fc8bde8387dc9a54ae2ca42c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 04:24:31 +0100 Subject: [PATCH] warn about IPv6 LLA --- doc/ADMIN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 73c2a91..1a6cf6e 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -25,7 +25,8 @@ Any IP that doesn't start with the folowing are public ones: - `192.168.` - `fcxx:` (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.