12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
|
# Basic configuration file for inadyn
|
||
|
#
|
||
|
# /etc/inadyn.conf
|
||
|
iface = eth0
|
||
|
period = 300
|
||
|
|
||
|
provider default@dyndns.org {
|
||
|
username = test
|
||
|
password = test
|
||
|
hostname = test
|
||
|
}
|