85 Commits

Author SHA1 Message Date
Florian Adamsky
a5db72c8d7
Include note about IPv4 interface ID (#495)
docs: include note about IPv4 interface ID

The documentation was unclear how I can have the same IPv4 address for a related host. I found the solution in #133 and thought I might help to include this into the documentation.
2022-07-13 12:17:25 +02:00
Fabian Weisshaar
daac6aeaee Add docs on how to disable user registration, see #438 2019-12-27 15:35:47 +01:00
Thomas Waldmann
a34be2039c update (c) year 2018-11-18 22:10:56 +01:00
Thomas Waldmann
ba20483c8e update django links in admin docs to point to 1.11 2018-04-26 02:59:18 +02:00
Fabian Weisshaar
a3aba9c9b4 update links to current supported django version, fixes #309 2017-05-26 11:57:24 +02:00
Fabian Weisshaar
f987fae7e0 fixes #246, #249, #253. except DnsUpdateError and use random IP in check_domain().
The delete() was removed because after an add() the nameserver need time to process the nsupdate query. This leads to an NXDOMAIN response on current ip check in delete() thus the delete() call fails.
2016-01-26 14:33:18 +01:00
Thomas Waldmann
c92e71d4e6 docs: add some info about DNSSEC, fixes #26 2015-12-28 21:16:13 +01:00
Thomas Waldmann
2922cbcd53 update CHANGES and docs about empty interface IDs
also clarify format of interface IDs.
2015-04-25 18:08:04 +02:00
Henning Dickten
5aee4b6dd5 [Doc] use github https instead of ssh 2015-04-15 18:15:37 +02:00
Patrick Gerken
92d49f7261 Explain related hosts interface id usage
We stumbled over why it didnt work. Using proper syntax helped. Should we file a bug report for the software itself to catch this?
2015-03-20 15:19:24 +01:00
Thomas Waldmann
84bfdda4c8 update year in copyright notices 2015-02-14 18:10:52 +01:00
Thomas Waldmann
50e9ada058 remove transifex-client from dev requirements file as it does not work on python 3.4
add a note to docs about transifex-client installation and python version issues.
2014-12-28 15:15:11 +01:00
Thomas Waldmann
2377cdbd85 merged changes from rel0.10 branch 2014-11-17 21:51:00 +01:00
Thomas Waldmann
6f8d8b7595 add nginx /myip tuning hint to the admin docs 2014-11-17 19:38:42 +01:00
Thomas Waldmann
c432e24c0d add a managment command "domains" to check the domains, notify owner of domain, update admin docs
if a nameserver is not reachable or does not answer queries for the domain, the domain is flagged as not available (and also as not public).

also added catching of PeerBadKey exception.
2014-11-16 23:05:35 +01:00
Thomas Waldmann
d92f754e6e update docs about result messages on host view 2014-11-16 00:20:58 +01:00
Thomas Waldmann
70ab452484 point out MITM risk when not using https for querying the IP 2014-11-15 16:05:29 +01:00
Thomas Waldmann
1697941ad0 update / improve docs 2014-11-15 15:46:14 +01:00
Thomas Waldmann
39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00
Thomas Waldmann
63c1cdbe6b remove support for django 1.5.x, stuff not needed any more when requiring >= 1.6 2014-09-26 02:25:08 +02:00
Thomas Waldmann
b6797bbc94 update docs about related hosts feature 2014-09-26 01:15:24 +02:00
Thomas Waldmann
4bb8301142 docs: explain why we auto-generate random update passwords 2014-09-17 00:08:30 +02:00
Thomas Waldmann
8499dffb7a update docs about client/server log messages 2014-09-03 18:51:07 +02:00
Thomas Waldmann
fdaef03bba fix rest syntax in docs 2014-08-31 17:46:16 +02:00
Thomas Waldmann
8bf7474b67 updated docs, add troubleshooting section, add section about update clients 2014-08-31 14:46:34 +02:00
Thomas Waldmann
6aec7e740f it's 2014 now, added comment about SOA serialno 2014-08-29 17:36:08 +02:00
Thomas Waldmann
b6db7a33d8 use django's clickjacking protection middleware 2014-08-28 13:18:08 +02:00
Thomas Waldmann
8e911f488f improve install docs, gunicorn and nginx config, fix django version in settings 2014-08-28 02:27:24 +02:00
Thomas Waldmann
beb7da7b0c improve install docs 2014-08-28 01:02:00 +02:00
Thomas Waldmann
e4f2e171b5 docs: document python manage.py compilemessages 2014-08-28 00:12:41 +02:00
Thomas Waldmann
a89d6353a8 document /nic/delete dyndns2 api extension 2014-08-27 15:28:36 +02:00
Thomas Waldmann
c07188bf71 update docs about "faults ... --notify-user" 2014-08-17 01:00:18 +02:00
Thomas Waldmann
4f847016f6 docs: reST syntax fix 2014-08-06 02:35:34 +02:00
Thomas Waldmann
0da23dd545 update docs with translation update workflow 2014-07-29 18:53:27 +02:00
Thomas Waldmann
f3e2414b8b document CNAME hack for cases where one can not directly update the zone 2014-07-18 14:17:57 +02:00
Thomas Waldmann
d3c3680759 add some notes about how updating own domains works / does not work 2014-07-18 13:51:57 +02:00
Thomas Waldmann
656f455c01 add a link to transifex translation site 2014-07-14 20:14:03 +02:00
Thomas Waldmann
79c9db1347 add a hint to be careful with credentials and email to avoid dead ends 2014-07-01 17:28:29 +02:00
Thomas Waldmann
d47793b71c s/WE_HAVE_SSL/WE_HAVE_TLS/g
SSL is the old/outdated name. Since 1999, it's called TLS.

Changed the name of the configuration setting.
2014-05-30 01:18:50 +02:00
Thomas Waldmann
46008bf2cd s/SSL/TLS/g (almost)
SSL is the old/outdated name. Since 1999, it's called TLS.

In this changeset, I did the mostly harmless changes (UI, logs, docs).
2014-05-30 01:10:33 +02:00
Thomas Waldmann
c0cb56a97d implement custom template view, add docs for it 2014-01-22 00:09:14 +01:00
Thomas Waldmann
efd4f79ef9 document UI customization (overriding templates/includes) 2014-01-21 20:09:16 +01:00
Thomas Waldmann
73382fdf6a improved admin docs 2013-12-15 22:54:35 +01:00
Thomas Waldmann
e18b725096 fix default settings module name at some places
note: in production, you will usually have to specify an OWN module (like local_settings) that imports from nsupdate.settings.prod and then overrides whatever you need to be different
2013-12-15 17:16:04 +01:00
Thomas Waldmann
3f92c27125 include changelog in docs, cosmetic docs and pep8 fixes 2013-12-15 16:50:18 +01:00
Thomas Waldmann
cae77f53c9 make settings a package, split settings into base / dev / prod settings 2013-12-14 03:41:04 +01:00
Thomas Waldmann
e3104dec57 docs: reST syntax fixes 2013-12-12 13:47:38 +01:00
Thomas Waldmann
d17bdd8006 remove local_settings import, document how local_settings.py should be used, reorder admin docs 2013-12-11 23:31:30 +01:00
Thomas Waldmann
112545544b add postgresql installation help 2013-12-07 21:21:33 +01:00
Thomas Waldmann
8d44b84b1d add docs for browser-based update client, including use case 2013-12-07 20:39:30 +01:00