enable to use custom config file, and multiple domains to update at once
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
# Snap DynDNS server (ending with update.php)
|
||||
SERVER=https://yourdyndnsservice.net
|
||||
SERVER=https://yourdyndnsservice.net/update.php
|
||||
|
||||
# Your personal DynDNS domain which has been registered to your
|
||||
# Snap DynDNS Server provider
|
||||
DOMAIN=user1.example.com
|
||||
# Snap DynDNS domain, username and password
|
||||
DOMAIN[0]=user1.example.com
|
||||
USER[0]=myuser
|
||||
PASS[0]=mypass
|
||||
|
||||
# Easy DynDNS username and password
|
||||
USER=myuser
|
||||
PASS=mypassword
|
||||
# You can other domains to be updated. Just increase the counter
|
||||
#DOMAIN[1]=subdomain.user1.example.com
|
||||
#USER[1]=myuser
|
||||
#PASS[1]=mypass
|
||||
|
||||
# Service which shows own IP in plain text (notice that if you use IPv4
|
||||
# and IPv6 parallely you will get an IPv6 address in many cases in
|
||||
|
||||
Reference in New Issue
Block a user