redeclipse-conf

configuration and runit scripts for RedEclipse 1.6 (template)
git clone git://deadbeef.fr/redeclipse-conf.git
Log | Files | Refs | README

sensible.cfg (895B)


      1 /// This files contains and describes sensible informations that can allows
      2 /// people to take control over your instance or impersonate you or your
      3 /// server if they are shared.
      4 /// So, avoid sharing those, which includes version control systems like git,
      5 /// cvs, mercurial, etc.
      6 
      7 /// needed for players to join when servertype = 3
      8 // serverpass "p4ssw0rd"
      9 
     10 /// allows one to become local administrator with the command setmaster
     11 // adminpass "p4ssw0rd"
     12 
     13 /// server's auth settings, probably one of those needed.
     14 /// server's private key
     15 // serveraccountpass privkey
     16 ///combines accountname and accountpass
     17 // serverauthkey handle privkey
     18 
     19 /// embedded IRC auth system. Depends on the network you connect to.
     20 /// some networks can use the PASS field to identify to nickserv
     21 // ircpass name password
     22 /// other networks can use a custom command
     23 // ircauthcommand name "VHOST username password"