oragono/templates/oragono.yaml.j2
changeset 116 837cf4c1b717
parent 115 1dc87d96ed8a
child 118 56bffa9ef826
equal deleted inserted replaced
115:1dc87d96ed8a 116:837cf4c1b717
   362 
   362 
   363     # require-sasl controls whether clients are required to have accounts
   363     # require-sasl controls whether clients are required to have accounts
   364     # (and sign into them using SASL) to connect to the server
   364     # (and sign into them using SASL) to connect to the server
   365     require-sasl:
   365     require-sasl:
   366         # if this is enabled, all clients must authenticate with SASL while connecting
   366         # if this is enabled, all clients must authenticate with SASL while connecting
   367         enabled: false
   367         enabled: true
   368 
   368 
   369         # IPs/CIDRs which are exempted from the account requirement
   369         # IPs/CIDRs which are exempted from the account requirement
   370         exempted:
   370         exempted:
   371             - "localhost"
   371             - "localhost"
   372             # - '10.10.0.0/16'
   372             # - '10.10.0.0/16'
   457 
   457 
   458         # options controlling users requesting vhosts:
   458         # options controlling users requesting vhosts:
   459         user-requests:
   459         user-requests:
   460             # can users request vhosts at all? if this is false, operators with the
   460             # can users request vhosts at all? if this is false, operators with the
   461             # 'vhosts' capability can still assign vhosts manually
   461             # 'vhosts' capability can still assign vhosts manually
   462             enabled: false
   462             enabled: true
   463 
   463 
   464             # if uncommented, all new vhost requests will be dumped into the given
   464             # if uncommented, all new vhost requests will be dumped into the given
   465             # channel, so opers can review them as they are sent in. ensure that you
   465             # channel, so opers can review them as they are sent in. ensure that you
   466             # have registered and restricted the channel appropriately before you
   466             # have registered and restricted the channel appropriately before you
   467             # uncomment this.
   467             # uncomment this.