aboutsummaryrefslogtreecommitdiff
path: root/dns/noip/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-13 16:41:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-09-13 16:41:08 +0000
commit7dbbe718105a92e4a935560e27ba601d140ab0d6 (patch)
tree2f7eed4d5140e05f05212b646a3f8688a531c1d3 /dns/noip/files
parent8134c7eb7d493d4d39c1a197d0659e029139a992 (diff)
downloadports-7dbbe718105a92e4a935560e27ba601d140ab0d6.tar.gz
ports-7dbbe718105a92e4a935560e27ba601d140ab0d6.zip
Notes
Diffstat (limited to 'dns/noip/files')
-rw-r--r--dns/noip/files/pkg-message.in30
1 files changed, 24 insertions, 6 deletions
diff --git a/dns/noip/files/pkg-message.in b/dns/noip/files/pkg-message.in
index 383e6f53484b..8246aa2b0bb3 100644
--- a/dns/noip/files/pkg-message.in
+++ b/dns/noip/files/pkg-message.in
@@ -1,12 +1,30 @@
###########################################################
-You need to generate the noip config file 'no-ip2.conf' in
-%%PREFIX%%/etc/no-ip2.conf. To do this automatically, run:
+You must have a registered host with No-IP (www.noip.com)
+to use the noip Dynamic DNS Update Client (DUC).
- make conf
+You must also create the noip config file
+/usr/local/etc/no-ip2.conf before using noip. To create the
+configuration file, run as root:
-You need to register with www.no-ip.com to use this port.
+/usr/local/bin/noip2 -C
+
+You will be prompted to enter the Ethernet port that will be
+associated with the host, your No-IP account name and
+password, and the hostname you have registered with No-IP.
+Your No-IP username and password are not stored, the
+config file contains a unique key for the DUC to access the
+No-IP DDNS service and only root has read permission.
+
+If you are compiling from source using the ports tree, you
+can also “make conf” to create the config file.
+
+To run noip automatically at boot, add the following line
+to /etc/rc.conf
-You also need to add the following line to your
-/etc/rc.conf or /etc/rc.conf.local file:
noip_enable="YES"
+
+Refer to the following for more information:
+
+/usr/local/bin/noip2 --help
+/usr/local/share/doc/noip/README.FIRST
###########################################################