Advertisement
Guest User

Untitled

a guest
Apr 18th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.59 KB | None | 0 0
  1. ; Murmur configuration file.
  2. ;
  3. ; General notes:
  4. ; * Settings in this file are default settings and many of them can be overridden
  5. ; with virtual server specific configuration via the Ice or DBus interface.
  6. ; * Due to the way this configuration file is read some rules have to be
  7. ; followed when specifying variable values (as in variable = value):
  8. ; * Make sure to quote the value when using commas in strings or passwords.
  9. ; NOT variable = super,secret BUT variable = "super,secret"
  10. ; * Make sure to escape special characters like '\' or '"' correctly
  11. ; NOT variable = """ BUT variable = "\""
  12. ; NOT regex = \w* BUT regex = \\w*
  13.  
  14. ; Path to database. If blank, will search for
  15. ; murmur.sqlite in default locations or create it if not found.
  16. database=
  17.  
  18. ; If you wish to use something other than SQLite, you'll need to set the name
  19. ; of the database above, and also uncomment the below.
  20. ; Sticking with SQLite is strongly recommended, as it's the most well tested
  21. ; and by far the fastest solution.
  22. ;
  23. ;dbDriver=QMYSQL
  24. ;dbUsername=
  25. ;dbPassword=
  26. ;dbHost=
  27. ;dbPort=
  28. ;dbPrefix=murmur_
  29. ;dbOpts=
  30.  
  31. ; Murmur defaults to not using D-Bus. If you wish to use dbus, which is one of the
  32. ; RPC methods available in Murmur, please specify so here.
  33. ;
  34. ;dbus=session
  35.  
  36. ; Alternate D-Bus service name. Only use if you are running distinct
  37. ; murmurd processes connected to the same D-Bus daemon.
  38. ;dbusservice=net.sourceforge.mumble.murmur
  39.  
  40. ; If you want to use ZeroC Ice to communicate with Murmur, you need
  41. ; to specify the endpoint to use. Since there is no authentication
  42. ; with ICE, you should only use it if you trust all the users who have
  43. ; shell access to your machine.
  44. ; Please see the ICE documentation on how to specify endpoints.
  45. ice="tcp -h 127.0.0.1 -p 6502"
  46.  
  47. ; Ice primarily uses local sockets. This means anyone who has a
  48. ; user account on your machine can connect to the Ice services.
  49. ; You can set a plaintext "secret" on the Ice connection, and
  50. ; any script attempting to access must then have this secret
  51. ; (as context with name "secret").
  52. ; Access is split in read (look only) and write (modify)
  53. ; operations. Write access always includes read access,
  54. ; unless read is explicitly denied (see note below).
  55. ;
  56. ; Note that if this is uncommented and with empty content,
  57. ; access will be denied.
  58.  
  59. ;icesecretread=
  60. icesecretwrite=
  61.  
  62. ; How many login attempts do we tolerate from one IP
  63. ; inside a given timeframe before we ban the connection?
  64. ; Note that this is global (shared between all virtual servers), and that
  65. ; it counts both successfull and unsuccessfull connection attempts.
  66. ; Set either Attempts or Timeframe to 0 to disable.
  67. ;autobanAttempts = 10
  68. ;autobanTimeframe = 120
  69. ;autobanTime = 300
  70.  
  71. ; Specifies the file Murmur should log to. By default, Murmur
  72. ; logs to the file 'murmur.log'. If you leave this field blank
  73. ; on Unix-like systems, Murmur will force itself into foreground
  74. ; mode which logs to the console.
  75. ;logfile=murmur.log
  76.  
  77. ; If set, Murmur will write its process ID to this file
  78. ; when running in daemon mode (when the -fg flag is not
  79. ; specified on the command line). Only available on
  80. ; Unix-like systems.
  81. ;pidfile=
  82.  
  83. ; The below will be used as defaults for new configured servers.
  84. ; If you're just running one server (the default), it's easier to
  85. ; configure it here than through D-Bus or Ice.
  86. ;
  87. ; Welcome message sent to clients when they connect.
  88. ; If the welcome message is set to an empty string,
  89. ; no welcome message will be sent to clients.
  90. welcometext="<B>And so I wake up in the morning and i get online, And i take a deep breath and get real high, And i say into my mic, WHATS GOING ON?"
  91.  
  92. ; Port to bind TCP and UDP sockets to.
  93. port=64738
  94.  
  95. ; Specific IP or hostname to bind to.
  96. ; If this is left blank (default), Murmur will bind to all available addresses.
  97. ;host=
  98.  
  99. ; Password to join server.
  100. serverpassword=candy
  101.  
  102. ; Maximum bandwidth (in bits per second) clients are allowed
  103. ; to send speech at.
  104. bandwidth=72000
  105.  
  106. ; Maximum number of concurrent clients allowed.
  107. users=100
  108.  
  109. ; Amount of users with Opus support needed to force Opus usage, in percent.
  110. ; 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients.
  111. ;opusthreshold=100
  112.  
  113. ; Maximum depth of channel nesting. Note that some databases like MySQL using
  114. ; InnoDB will fail when operating on deeply nested channels.
  115. ;channelnestinglimit=10
  116.  
  117. ; Regular expression used to validate channel names.
  118. ; (Note that you have to escape backslashes with \ )
  119. ;channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+
  120.  
  121. ; Regular expression used to validate user names.
  122. ; (Note that you have to escape backslashes with \ )
  123. ;username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
  124.  
  125. ; Maximum length of text messages in characters. 0 for no limit.
  126. ;textmessagelength=0
  127.  
  128. ; Maximum length of text messages in characters, with image data. 0 for no limit.
  129. ;imagemessagelength=0
  130.  
  131. ; Allow clients to use HTML in messages, user comments and channel descriptions?
  132. ;allowhtml=true
  133.  
  134. ; Murmur retains the per-server log entries in an internal database which
  135. ; allows it to be accessed over D-Bus/ICE.
  136. ; How many days should such entries be kept?
  137. ; Set to 0 to keep forever, or -1 to disable logging to the DB.
  138. ;logdays=31
  139.  
  140. ; To enable public server registration, the serverpassword must be blank, and
  141. ; this must all be filled out.
  142. ; The password here is used to create a registry for the server name; subsequent
  143. ; updates will need the same password. Don't lose your password.
  144. ; The URL is your own website, and only set the registerHostname for static IP
  145. ; addresses.
  146. ; Only uncomment the 'registerName' parameter if you wish to give your "Root" channel a custom name.
  147. ;
  148. registerName=JohnCenaHigh
  149. ;registerPassword=secret
  150. ;registerUrl=http://www.mumble.info/
  151. ;registerHostname=
  152.  
  153. ; If this option is enabled, the server will announce its presence via the
  154. ; bonjour service discovery protocol. To change the name announced by bonjour
  155. ; adjust the registerName variable.
  156. ; See http://developer.apple.com/networking/bonjour/index.html for more information
  157. ; about bonjour.
  158. ;bonjour=True
  159.  
  160. ; If you have a proper SSL certificate, you can provide the filenames here.
  161. ; Otherwise, Murmur will create its own certificate automatically.
  162. ;sslCert=
  163. ;sslKey=
  164.  
  165. ; The sslDHParams option allows you to specify a PEM-encoded file with
  166. ; Diffie-Hellman parameters, which will be used as the default Diffie-
  167. ; Hellman parameters for all virtual servers.
  168. ; If a file is not specified, each Murmur virtual server will auto-generate
  169. ; its own unique set of 2048-bit Diffie-Hellman parameters on first launch.
  170. ;sslDHParams=
  171.  
  172. ; The sslCiphers option chooses the cipher suites to make available for use
  173. ; in SSL/TLS. This option is server-wide, and cannot be set on a
  174. ; per-virtual-server basis.
  175. ;
  176. ; This option is specified using OpenSSL cipher list notation (see
  177. ; https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT).
  178. ;
  179. ; It is recommended that you try your cipher string using 'openssl ciphers <string>'
  180. ; before setting it here, to get a feel for which cipher suites you will get.
  181. ;
  182. ; After setting this option, it is recommend that you inspect your Murmur log
  183. ; to ensure that Murmur is using the cipher suites that you expected it to.
  184. ;
  185. ; Note: Changing this option may impact the backwards compatibility of your
  186. ; Murmur server, and can remove the ability for older Mumble clients to be able
  187. ; to connect to it.
  188. ;sslCiphers=EECDH+AESGCM:EDH+aRSA+AESGCM:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-SHA:AES128-SHA
  189.  
  190. ; If Murmur is started as root, which user should it switch to?
  191. ; This option is ignored if Murmur isn't started with root privileges.
  192. ;uname=
  193.  
  194. ; If this options is enabled, only clients which have a certificate are allowed
  195. ; to connect.
  196. ;certrequired=False
  197.  
  198. ; If enabled, clients are sent information about the servers version and operating
  199. ; system.
  200. ;sendversion=True
  201.  
  202. ; This sets password hash storage to legacy mode (1.2.4 and before)
  203. ; (Note that setting this to true is insecure and should not be used unless absolutely necessary)
  204. ;legacyPasswordHash=false
  205.  
  206. ; By default a strong amount of PBKDF2 iterations are chosen automatically. If >0 this setting
  207. ; overrides the automatic benchmark and forces a specific number of iterations.
  208. ; (Note that you should only change this value if you know what you are doing)
  209. ;kdfIterations=-1
  210.  
  211. ; You can configure any of the configuration options for Ice here. We recommend
  212. ; leave the defaults as they are.
  213. ; Please note that this section has to be last in the configuration file.
  214. ;
  215. [Ice]
  216. Ice.Warn.UnknownProperties=1
  217. Ice.MessageSizeMax=65536
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement