alpha 425 B

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