diff options
Diffstat (limited to 'tools/network.html')
-rw-r--r-- | tools/network.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/network.html b/tools/network.html index 9cf5395..c4e99f6 100644 --- a/tools/network.html +++ b/tools/network.html @@ -23,14 +23,11 @@ to update ip every 5 minutes, check <a href="https://freedns.afraid.org/dynamic/v2/tips/">about dynamic interface</a>. To run as system cron job add as root and remove path line from example;</p> <pre> - PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin - </pre> - - <pre> # crontab -e </pre> - <p>Example from afraid uses curl and will log output to /tmp/freedns*</p> + <p>Example from afraid uses curl and will log output to /tmp/freedns*, + change to /var/log/freedns</p> <h2 id="bridge">Bridges</h2> |