From 25867f20b488cd39ead7aafdf5589433dea521e9 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sun, 29 Aug 2021 14:56:25 +0200 Subject: [PATCH] readme: Reword the multiple domain section Using the same host was repeated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc7c550..179872d 100644 --- a/README.md +++ b/README.md @@ -296,10 +296,10 @@ DNSCACHE_LEN is still advised, preferably 2 or higher, however you can also undefine it to save a few more kilobytes. One iodine server can handle multiple domains. Set up different NS records -on the same domain all pointing to the same host, and use `*.mydomain.com` -as topdomain argument. iodine will accept tunnel traffic for all domains matching that -pattern. All tunnels using the same server should use the same hostname for -all NS delegations. +on the same domain all pointing to the same host, and use a wildcard +at the start of the topdomain argument (example `*.mydomain.com`). iodine +will accept tunnel traffic for all domains matching that pattern. The wildcard +has to be at the start of the topdomain argument and be followed by a dot. PERFORMANCE