13 lines
414 B
Text
13 lines
414 B
Text
# Sample host configuration file
|
|
|
|
# The real IP address of this tinc host. Can be used by other tinc hosts.
|
|
Address = 123.234.35.67
|
|
|
|
# Portnumber for incoming connections. Default is 655.
|
|
Port = 655
|
|
|
|
# Subnet on the virtual private network that is local for this host.
|
|
Subnet = 192.168.1.0/24
|
|
|
|
# The file in which the public key for this host is stored. Required.
|
|
PublicKeyFile = /etc/tinc/example/hosts/alpha.key
|