chiark / gitweb /
git-daemon: add Makefile and documentation.
[userv-utils.git] / ipif / global.example
1 m4_dnl  You can edit this file, which is m4 input.
2 m4_dnl  It defines global settings for your site.  Settings here
3 m4_dnl  override both the defaults shipped with udptunnelconf and
4 m4_dnl  those which are mentioned in the `sites' file.
5
6 SET(    lend,           [172.31.80.6])
7 SET(    lnets,          [172.18.45.0/24])
8
9 SET(    lcommand,       [authbind udptunnel -m])
10 SET(    lpublic,        [davenant-external])
11 SET(    lport,          [ERROR])
12
13 SET(    lgroup,         tunnel)
14
15 SET(    invoke_hook,
16 [PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
17 export PATH])
18
19 SET(    sshverbose,     [])
20
21 SET(    inittab_runlevels,      [235])
22 SET(    inittab_pfx,            [/usr/local/sbin/really -u tunnel])