readme: Reword the multiple domain section

Using the same host was repeated
This commit is contained in:
Erik Ekman 2021-08-29 14:56:25 +02:00
parent b004723a28
commit 25867f20b4

View File

@ -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. undefine it to save a few more kilobytes.
One iodine server can handle multiple domains. Set up different NS records 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` on the same domain all pointing to the same host, and use a wildcard
as topdomain argument. iodine will accept tunnel traffic for all domains matching that at the start of the topdomain argument (example `*.mydomain.com`). iodine
pattern. All tunnels using the same server should use the same hostname for will accept tunnel traffic for all domains matching that pattern. The wildcard
all NS delegations. has to be at the start of the topdomain argument and be followed by a dot.
PERFORMANCE PERFORMANCE