# oragono IRCd config # network configuration network: # name of the network name: OragonoTest # server configuration server: # server name name: oragono.test # database filename (sqlite db) database: ircd.db # addresses to listen on listen: - ":6667" - "127.0.0.1:6668" - "[::1]:6668" - ":6697" # ssl port # websocket listening port ws-listen: ":8080" # tls listeners tls-listeners: # listener on ":6697" ":6697": key: tls.key cert: tls.crt # use ident protocol to get usernames check-ident: true # password to login to the server # generated using "oragono genpasswd" #password: "" # log level, one of error, warn, info, debug log: debug # motd filename # if you change the motd, you should move it to ircd.motd motd: oragono.motd # addresses/hostnames the PROXY command can be used from proxy-allowed-from: - "localhost" - "127.0.0.1" # ircd operators operator: # operator named 'dan' dan: # password to login with /OPER command # generated using "oragono genpasswd" password: JDJhJDA0JE1vZmwxZC9YTXBhZ3RWT2xBbkNwZnV3R2N6VFUwQUI0RUJRVXRBRHliZVVoa0VYMnlIaGsu # limits - these need to be the same across the network limits: # nicklen is the max nick length allowed nicklen: 32 # channellen is the max channel length allowed channellen: 64