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