mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 12:36:04 +03:00
readme: Reword the multiple domain section
Using the same host was repeated
This commit is contained in:
parent
b004723a28
commit
25867f20b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user