blob: 151d61d69bba34cd18e4fb5914c8f967f601d638 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $OpenBSD: photuris.startup,v 1.3 2001/01/28 23:31:29 niklas Exp $
# Initial exchanges which might be needed by NIS or NFS servers
# accepted keywords are
# dst=<ip-address>
# port=<port of peer daemon> (default = 468)
# options=[enc,auth] (default options=enc,auth)
# user=<username> (use this users secrets)
# tsrc,tdst=ipaddr/ipmask (for tunnel accepted)
# Separate by newlines
# Example:
#dst=134.100.106.2 port=468 options=enc,auth user=provos
#tsrc=134.100.106.0/255.255.255.255
#tdst=134.100.0.0/255.255.0.0
#
#dst=134.100.104.6 port=7468
|