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