diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-13 08:49:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-13 08:49:32 -0400 |
commit | a0dbdcad77a97ab1219beeb8a92305538500ba3a (patch) | |
tree | 2789b7c2d9ccd3cc6635bc5359969f5674070008 /doc | |
parent | ec3cadb0659e747e66c1cfd48a0475ee8bbe5bcb (diff) | |
parent | c8e5552f8440e960fa3ce68c18a4dd00edc41384 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/wiki_clones_on_dynamic_IPs.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/wiki_clones_on_dynamic_IPs.mdwn b/doc/forum/wiki_clones_on_dynamic_IPs.mdwn new file mode 100644 index 000000000..f69f6501e --- /dev/null +++ b/doc/forum/wiki_clones_on_dynamic_IPs.mdwn @@ -0,0 +1,10 @@ +OK, this is not really a ikiwiki problem... but ikiwiki makes wiki clones +really easy to setup, and this is related to having a website cloned at +different places and pulling from the servers which are online. + +My setup is like this: I have a server at home and another at my dorm +which will serve as a wiki clone. Each of them has a dynamic IP with DynDNS +set up. Now the problem lies in linking my domain to these two DynDNS addresses. +Multiple CNAMEs are not supported, and I don't know if there's any utility +which can update the A records on the DNS to point directly point to the +two separate IPs. |