]> git.ipfire.org Git - ddns.git/blame_incremental - ddns.conf
Add DHS as new provider.
[ddns.git] / ddns.conf
... / ...
CommitLineData
1#
2# This is a sample configuration file for the
3# IPFire dynamic DNS update client.
4#
5
6[config]
7
8# Upstream proxy.
9# proxy = http://192.168.180.1:800
10
11# Guess the external IP address with help
12# of an external server.
13# guess_external_ip = true
14
15# Accounts are its own sections.
16# These are some examples.
17
18# [test.dhs.org]
19# provider = dhs.org
20# username = user
21# password = pass
22
23# [test.no-ip.org]
24# provider = no-ip.com
25# username = user
26# password = pass
27
28# [test.selfhost.de]
29# provider = selfhost.de
30# username = user
31# password = pass
32
33# [test.lightningwirelabs.com]
34# provider = dns.lightningwirelabs.com
35
36# Only use one of these two auth options.
37# token = token
38# username = user
39# password = pass