mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-24 23:37:17 +00:00
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
|
|
}
|