X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=dyngo.md;fp=dyngo.md;h=94e58ffabe5e19a820ec21c5015237ceee2ccf7a;hb=8f3e5be88b4d7dabd379ad3a1415c1bcb93744ab;hp=d7ed659c9e95361b84b4d6185d2537b0c0f0597f;hpb=f7cdd6fa207cf36d4b05bf69cb829a51a1225f3f;p=oss%2Fdyngo.git diff --git a/dyngo.md b/dyngo.md index d7ed659..94e58ff 100644 --- a/dyngo.md +++ b/dyngo.md @@ -40,6 +40,25 @@ Configuration file **dyngo.conf** is ini-style file. It contains section Names of server-description sections are arbitrary, but should be unique, because they are used as keys into persistent database. - +Parameters of **dyngo** section +------------------------------- + +* interval - number of seconds between rescans of network interfaces +* database - path to persistent state database +* ca - path to trusted certificate store in openssl compatible format. +* loglevel - minimum log message level which shoud to console + +Parameters of network section +----------------------------- + +* **hostname** - fully qualified domain name of your host to register in DNS +* **network** - network in *address*/*bits* notation which this host +should belong to. If we see address from this network on one of our +interfaces, we would send request to corresponding server. If net is +not privatte, but include private ranges, i.e. 0.0.0.0/0 or ::/0 private +addresses are not considered part of it. +* **server** - full url (without query string) of the dyndns web handler. +* **user** - user name for HTTP basic authentication +* **password** - password for HTTP basic authentcircation