blob: 7be2bc8409bced3c31c41cd0b296c3bd327bb6be (
plain)
1 #
2 # /var/yp/securenets: ypserv access file
3 #
4
5 # allow from local host, required
6 host 127.0.0.1
7
8 # allow from local subnet
9 #255.255.255.0 192.168.0.0
10
11 # allow from 2nd subnet, to 134.88.217.255
12 #255.255.254.0 134.88.216.0
13
14 # End of file
|