beta 466 B

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