ipif: service-wrap: fix access handling if no config at all
[userv-utils] / ipif / tunnels.example
CommitLineData
2e082dfe 1m4_dnl You can edit this file, which is m4 input.
2m4_dnl It defines settings for each site. Settings here
3m4_dnl can be overridden by things in `global', and they
4m4_dnl override things set in `sites'. You can also define
5m4_dnl entirely new sites here with ACTIVE or PASSIVE -
6m4_dnl there is no need for them to be listed in `sites'.
7
8ACTIVE(greenend)
9SET( lport, [412])
10SET( ruser, [tgroad])
11SET( proto, [slip])
12SET( lnets, V_lnets[,172.18.239.192/28])
13
14ACTIVE(ecstacy)
15SET( lport, [411])
16SET( ruser, davenant)
17
18ACTIVE(rapun)
19SET( lport, [413])
20SET( ruser, [ian])