You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
334 B
19 lines
334 B
## |
|
## ez-ipupdate.conf -- configuration file for ez-ipupdate(8) |
|
## |
|
|
|
# specify service type |
|
service-type=dyndns |
|
|
|
# authentication (name:password) |
|
user=example:password |
|
|
|
# your hosts name |
|
host=example.dyndns.org |
|
|
|
# interval of updating |
|
max-interval=2073600 |
|
|
|
# specify which interface connects to the internet |
|
interface=eth0 |
|
|
|
|