Added sample configuration directory.
This commit is contained in:
parent
d646f4e094
commit
b195e8815f
9 changed files with 74 additions and 46 deletions
13
doc/sample-config/hosts/alpha
Normal file
13
doc/sample-config/hosts/alpha
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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
|
1
doc/sample-config/hosts/alpha.key
Normal file
1
doc/sample-config/hosts/alpha.key
Normal file
|
@ -0,0 +1 @@
|
|||
# Generate this file with `tincd -n example -K`
|
14
doc/sample-config/hosts/beta
Normal file
14
doc/sample-config/hosts/beta
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Sample host configuration file
|
||||
# This file was generated by host beta.
|
||||
|
||||
# The real IP address of this tinc host. Can be used by other tinc hosts.
|
||||
Address = 123.45.67.189
|
||||
|
||||
# Portnumber for incoming connections. Default is 655.
|
||||
Port = 6500
|
||||
|
||||
# Subnet on the virtual private network that is local for this host.
|
||||
Subnet = 192.168.2.0/24
|
||||
|
||||
# The file in which the public key for this host is stored. Required.
|
||||
PublicKeyFile = /etc/tinc/example/hosts/beta.key
|
1
doc/sample-config/hosts/beta.key
Normal file
1
doc/sample-config/hosts/beta.key
Normal file
|
@ -0,0 +1 @@
|
|||
# This file has not been generated by this host, but by beta.
|
Loading…
Add table
Add a link
Reference in a new issue