| 1 |
$FreeWRT$ |
| 2 |
--- ez-ipupdate-3.0.11b8.orig/example-dyndns.conf Sat Nov 18 23:01:49 2000 |
| 3 |
+++ ez-ipupdate-3.0.11b8/example-dyndns.conf Tue Jul 31 12:33:10 2007 |
| 4 |
@@ -1,4 +1,4 @@ |
| 5 |
-#!/usr/local/bin/ez-ipupdate -c |
| 6 |
+#!/usr/sbin/ez-ipupdate -c |
| 7 |
# |
| 8 |
# example config file for ez-ipupdate |
| 9 |
# |
| 10 |
@@ -12,14 +12,9 @@ host=mydomain.whatever.com |
| 11 |
interface=eth1 |
| 12 |
max-interval=2073600 |
| 13 |
|
| 14 |
-# please create this file and ensure that the user that ez-ipupdate is running |
| 15 |
-# as has write permissions to it then uncomment this line, if you don't your |
| 16 |
-# dyndns account will probably get banned. if you run ez-ipupdate as root (bad |
| 17 |
-# idea, use "run-as-user") then you can just uncomment this line. |
| 18 |
-#cache-file=/etc/ez-ipupdate.cache.eth1 |
| 19 |
- |
| 20 |
-# for the mean time we'll just use a cache file in the temp directory |
| 21 |
-cache-file=/tmp/ez-ipupdate.cache |
| 22 |
+# if you don't use a cache file your dyndns account will probably get banned. |
| 23 |
+run-as-user=ez-ipupd |
| 24 |
+cache-file=/var/cache/ez-ipupdate/default-cache |
| 25 |
|
| 26 |
# uncomment this once you have everything working how you want and you are |
| 27 |
# ready to have ez-ipupdate running in the background all the time. to stop it |