]> git.ipfire.org Git - oddments/ddns.git/blame - ddns.conf
Add support for the Lightning Wire Labs DNS Service.
[oddments/ddns.git] / ddns.conf
CommitLineData
f22ab085
MT
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.no-ip.org]
19# provider = no-ip.com
20# username = user
21# password = pass
22
23# [test.selfhost.de]
24# provider = selfhost.de
25# username = user
26# password = pass
a08c1b72
SS
27
28# [test.lightningwirelabs.com]
29# provider = dns.lightningwirelabs.com
30
31# Only use one of these two auth options.
32# token = token
33# username = user
34# password = pass