You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

oragono.yaml 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. # oragono IRCd config
  2. # network configuration
  3. network:
  4. # name of the network
  5. name: OragonoTest
  6. # server configuration
  7. server:
  8. # server name
  9. name: oragono.test
  10. # database filename (sqlite db)
  11. database: ircd.db
  12. # addresses to listen on
  13. listen:
  14. - ":6667"
  15. - "127.0.0.1:6668"
  16. - "[::1]:6668"
  17. - ":6697" # ssl port
  18. # websocket listening port
  19. ws-listen: ":8080"
  20. # tls listeners
  21. tls-listeners:
  22. # listener on ":6697"
  23. ":6697":
  24. key: tls.key
  25. cert: tls.crt
  26. # password to login to the server
  27. # generated using "oragono genpasswd"
  28. #password: ""
  29. # log level, one of error, warn, info, debug
  30. log: debug
  31. # motd filename
  32. # if you change the motd, you should move it to ircd.motd
  33. motd: oragono.motd
  34. # addresses/hostnames the PROXY command can be used from
  35. proxy-allowed-from:
  36. - "localhost"
  37. - "127.0.0.1"
  38. # ircd operators
  39. operator:
  40. # operator named 'dan'
  41. dan:
  42. # password to login with /OPER command
  43. # generated using "oragono genpasswd"
  44. password: JDJhJDA0JE1vZmwxZC9YTXBhZ3RWT2xBbkNwZnV3R2N6VFUwQUI0RUJRVXRBRHliZVVoa0VYMnlIaGsu