tincd.conf 728 B

123456789101112131415161718192021
  1. #rc_need="net.net"
  2. #If you want tincd to log to syslog, then set this to "yes"
  3. #Anything else and tincd will log to /var/log/tinc.NETNAME.log.
  4. SYSLOG="yes"
  5. #Set debug level, useful for error probe
  6. # 0 Quiet mode, only show starting/stopping of the daemon
  7. # 1 Show (dis)connects of other tinc daemons via TCP
  8. # 2 Show error messages received from other hosts
  9. # 2 Show status messages received from other hosts
  10. # 3 Show the requests that are sent/received
  11. # 4 Show contents of every request that is sent/received
  12. # 5 Show network traffic information
  13. # 6 Show contents of each packet that is being sent/received
  14. # 10 You have been warned
  15. DEBUG_LEVEL="0"
  16. #Extra Options, if you want addtional customization
  17. EXTRA_OPTS=""