www-cgi/: Allow customization of the environment filters.
[userv-utils] / ipif / sites.example
CommitLineData
2e082dfe 1m4_dnl This file is m4 input. It gives a list of the known sites
2m4_dnl participating in the Sinister Greenend Organisation VPN.
3m4_dnl
4m4_dnl It should not usually be edited locally, BUT it should be
5m4_dnl reviewed locally as installing a malicious copy would be
6m4_dnl equivalent to giving it control over your computer !
7m4_dnl
8m4_dnl It defines settings for each site. Settings here
9m4_dnl can be overridden by things in `global', and on a per-
10m4_dnl tunnel basis by entries in `tunnels'.
11
12SITE(relativity)
13SET( rend, [172.31.80.6])
14SET( rnets, [172.18.45.0/24])
15
16SITE(greenend)
17SET( rpublic, [sinister.dynamic.greenend.org.uk])
18SET( rend, [192.168.73.70])
19SET( rnets, [192.168.0.0/23,192.168.73.0/24,172.16.22.0/24])
20SET( rcommandprefix, [PATH=/usr/local/bin:'$PATH'])
21SET( proto, [slip])
22
23SITE(rapun)
24SET( rpublic, [rapun.sel.cam.ac.uk])
25SET( rend, [172.31.80.10])
26
27SITE(chiark)
28SET( rpublic, [login.chiark.greenend.org.uk])
29SET( rend, [172.31.80.8])
30
31SITE(ecstacy)
32SET( rpublic, [ecstacy.dynamic.greenend.org.uk])
33SET( rend, [172.31.80.7])
34SET( rnets, [192.168.76.0/24])
35SET( rcommandprefix, [PATH=/usr/local/bin:'$PATH'])