added ddclient.conf
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
daemon=900 # check every 900 seconds
|
||||
syslog=yes # log update msgs to syslog
|
||||
pid=/var/run/ddclient/ddclient.pid # record PID in file.
|
||||
ssl=yes # use ssl-support. Works with
|
||||
|
||||
## To obtain an IP address from Web status page (using the proxy if defined)
|
||||
## by default, checkip.dyndns.org is used if you use the dyndns protocol.
|
||||
## Using use=web is enough to get it working.
|
||||
## WARNING: set deamon at least to 600 seconds if you use checkip or you could
|
||||
## get banned from their service.
|
||||
#use=web, web=checkip.dyndns.org/, web-skip='IP Address' # found after IP Address
|
||||
#
|
||||
#use=ip, ip=127.0.0.1 # via static IP's
|
||||
use=if, if=eth0 # via interfaces
|
||||
use=web # via web
|
||||
#
|
||||
#protocol=dyndns2 # default protocol
|
||||
#proxy=fasthttp.sympatico.ca:80 # default proxy
|
||||
#server=members.dyndns.org # default server
|
||||
#server=members.dyndns.org:8245 # default server (bypassing proxies)
|
||||
|
||||
#login=your-login # default login
|
||||
#password=test # default password
|
||||
#mx=mx.for.your.host # default MX
|
||||
#backupmx=yes|no # host is primary MX?
|
||||
#wildcard=yes|no # add wildcard CNAME?
|
||||
|
||||
##
|
||||
## Google Domains (www.google.com/domains)
|
||||
##
|
||||
protocol=googledomains,
|
||||
login=0dbLQaqN8kK9jYKa,
|
||||
password=vpKzmQVZiudhvfZA
|
||||
akanealw.com
|
||||
|
||||
protocol=googledomains,
|
||||
login=oZtsEAniHvjesY0v,
|
||||
password=8gq0lTPPkdQdCeu0
|
||||
aknlw.com
|
||||
Reference in New Issue
Block a user