mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 16:19:20 +02:00
readme: Update markdown format
Remove backslash Add note that all domains should point to the same host (will be assumed later)
This commit is contained in:
parent
0032ffa055
commit
b004723a28
|
@ -296,9 +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 `*.mydomain.com`
|
||||||
as topdomain argument. iodine will accept tunnel traffic for all domains matching that
|
as topdomain argument. iodine will accept tunnel traffic for all domains matching that
|
||||||
pattern.
|
pattern. All tunnels using the same server should use the same hostname for
|
||||||
|
all NS delegations.
|
||||||
|
|
||||||
|
|
||||||
PERFORMANCE
|
PERFORMANCE
|
||||||
|
|
Loading…
Reference in New Issue