1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/dns/ddns/files/pkg-message.in
Frederic Culot ed8be0acde ddns is a lightweight UDP-based dynamic DNS updater.
It consists of a client that regularly sends UDP packets and a
server that updates a bind zone file or runs a command using the
peer IPv4 address of recieved UDP packets.

WWW: http://fossil.instinctive.eu/ddns/home

PR:		ports/179316
Submitted by:	Natacha Porte <natbsd@instinctive.eu>
2013-07-01 12:53:39 +00:00

42 lines
918 B
Plaintext

========================================================================
ddns configuration files were installed in the following directory:
%%ETCDIR%%
Before starting the server or the client you need to perform the
following steps:
1) Copy the appropriate sample configuration file as follows:
cp %%ETCDIR%%/ddns_server.conf.sample %%ETCDIR%%/ddns_server.conf
or
cp %%ETCDIR%%/ddns_client.conf.sample %%ETCDIR%%/ddns_client.conf
2) Edit ddns's configuration file to suit your needs:
$EDITOR %%ETCDIR%%/ddns_server.conf
or
$EDITOR %%ETCDIR%%/ddns_client.conf
3) Add the following line to your rc.conf:
ddns_server_enable="YES"
or
ddns_client_enable="YES"
Then you can start a ddns daemon by issuing the following command:
%%PREFIX%%/etc/rc.d/ddns_server start
or
%%PREFIX%%/etc/rc.d/ddns_client start
========================================================================