mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
dns/inadyn: update to the 2.8.1
- Update to the latest version - Update description Approved by: krion Relnotes: https://github.com/troglobit/inadyn/blob/master/ChangeLog.md Differential Revision: https://reviews.freebsd.org/D28443
This commit is contained in:
parent
6d185c659d
commit
f94aec112a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563581
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= inadyn
|
||||
PORTVERSION= 2.7
|
||||
PORTVERSION= 2.8.1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://github.com/troglobit/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1590478174
|
||||
SHA256 (inadyn-2.7.tar.xz) = eb03bc9d9c09dfbbc651b43a2eb5a967d0454a8293576df23784710dac50c6a4
|
||||
SIZE (inadyn-2.7.tar.xz) = 319352
|
||||
TIMESTAMP = 1612186180
|
||||
SHA256 (inadyn-2.8.1.tar.xz) = 1185a9fb165bfc5f5b5f66f0dd8a695c9bd78d4b20cd162273eeea77f2d2e685
|
||||
SIZE (inadyn-2.8.1.tar.xz) = 321316
|
||||
|
@ -4,10 +4,14 @@ although your IP might be changing. It checks periodically whether the IP
|
||||
address stored by the DNS server is the real current IP address of the machine
|
||||
that is running INADYN.
|
||||
|
||||
INADYN supports the following dynamic DNS services:
|
||||
- dyndns.org (in all three flavors: dynamic, static, custom)
|
||||
- freedns.afraid.org
|
||||
- no-ip.com
|
||||
- zoneedit.com
|
||||
List of some of the natively supported DDNS providers:
|
||||
|
||||
freedns.afraid.org, www.nsupdate.info, duckdns.org, freemyip.com,
|
||||
www.loopia.com, www.dyndns.org, dyn.com, www.noip.com, www.easydns.com,
|
||||
www.dnsomatic.com, dns.he.net, www.tunnelbroker.net, www.sitelutions.com,
|
||||
www.dnsexit.com, www.zoneedit.com, www.changeip.com, www.dhis.org,
|
||||
www.namecheap.com, domains.google, www.ovh.com, giradns.com, www.duiadns.net,
|
||||
ddnss.de, dynv6.com, spdyn.de, www.cloudxns.net, www.pubyun.com www.dnspod.cn,
|
||||
www.dynu.com, www.selfhost.de, connect.yandex.ru, www.cloudflare.com
|
||||
|
||||
WWW: https://troglobit.com/projects/inadyn/
|
||||
|
@ -11,5 +11,9 @@ sbin/inadyn
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freedns.conf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freemyip.conf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/inadyn.conf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloudflare-ipv4-ipv6.conf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloudflare-ipv4-only.conf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cloudflare-ipv6-only.conf
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/duckdns.conf
|
||||
@dir(inadyn,inadyn,) /var/cache/inadyn
|
||||
@dir(inadyn,inadyn,) /var/run/inadyn
|
||||
|
Loading…
Reference in New Issue
Block a user