1#!/usr/local/bin/ez-ipupdate -c
2#
3# example config file for ez-ipupdate
4#
5# this file is actually executable!
6#
7
8service-type=heipv6tb
9# myuserid   - The UserID from the main page of the tunnelbroker
10#              (not your username)
11# mypassword - Your pasword
12user=myuserid:mypassword
13# gtunnelid  - The Global Tunnel ID from the tunnel_details page
14host=gtunnelid
15interface=eth1
16# leave it empty to take the address of the connecting interface
17#address=0.0.0.0
18max-interval=2073600
19
20# please create this file and ensure that the user that ez-ipupdate is running
21# as has write permissions to it then uncomment this line, if you don't your
22# dyndns account will probably get banned. if you run ez-ipupdate as root (bad
23# idea, use "run-as-user") then you can just uncomment this line.
24#cache-file=/etc/ez-ipupdate.cache.eth1
25
26# for the mean time we'll just use a cache file in the temp directory
27cache-file=/tmp/ez-ipupdate.cache
28
29# uncomment this once you have everything working how you want and you are
30# ready to have ez-ipupdate running in the background all the time. to stop it
31# you can use "killall -QUIT ez-ipupdate" under linux.
32#daemon
33
34# for more security use one of the following (run-as-euser is not secure):
35#run-as-user=nobody
36#run-as-euser=nobody
37
38