fix tinc.conf for OpenBSD
[tinc] / doc / sample-config / hosts / beta
1 # Sample host configuration file
2 # This file was generated by host beta.
3
4 # The real IP address of this tinc host. Can be used by other tinc hosts.
5 Address = 123.45.67.189
6
7 # Portnumber for incoming connections. Default is 655.
8 Port = 6500
9
10 # Subnet on the virtual private network that is local for this host.
11 Subnet = 192.168.2.0/24
12
13 # The public key generated by `tincd -n example -K' is stored here
14 -----BEGIN RSA PUBLIC KEY-----
15 ...
16 -----END RSA PUBLIC KEY-----