diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /dns/dhisd | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) | |
download | ports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip |
Notes
Diffstat (limited to 'dns/dhisd')
-rw-r--r-- | dns/dhisd/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/dhisd/pkg-descr b/dns/dhisd/pkg-descr index 6bffcb91276d..a9ef6aa9794e 100644 --- a/dns/dhisd/pkg-descr +++ b/dns/dhisd/pkg-descr @@ -1,22 +1,22 @@ DHIS Daemon release 5.1 ============================== -The server is now modular through the introduction of a services +The server is now modular through the introduction of a services sub-system. DNS updates are no longer part of the main code but are now implemented as a module. The main dhisd process listens to DHIS clients and after authentication -marks these with their dynamic IP address. The request is passed to a +marks these with their dynamic IP address. The request is passed to a sub-process through a pipe which implements the services for which the client is subscribed to. Clients may be subscribed to one or more services individually. The sub-engine interface does a basic read from stdin and process. -Examples of things DHIS could update: +Examples of things DHIS could update: Dns, Firewalls, tunnel servers, relay access lists, etc ... For more information on the services of DHIS, you should look at the -official DHIS site: +official DHIS site: http://www.dhis.org/dhis/services/ WWW: http://www.dhis.org/r5/ |