mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-21 20:46:06 +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.
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user