Advertisement
Guest User

Untitled

a guest
Sep 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. [MurmurService]
  2.  
  3. ;; Hostname to the public Murmur server
  4. murmur_host = 95.110.227.193
  5.  
  6. ;; Replace 127.0.0.1 with the same as the murmur_host value
  7. murmur_ice = tcp -h 95.110.227.193 -p 6502
  8.  
  9. ;; Replace 127.0.0.1 with the IP to this computer (if you have issues with an exception, leave 127.0.0.1 here)
  10. murmur_ice_cb = tcp -h 95.110.227.193 -p 6503
  11.  
  12. ;; If you want all regions connected to this to all be in the same voice chat,
  13. ;; enable this option, and then set the name in the option below, otherwise, all regions will have seperate voice channels (will not be able to hear each other)
  14. use_one_channel = false
  15.  
  16. ;; Channel name to use (if use_one_channel is enabled only)
  17. channel_name = test_channel
  18.  
  19. ;;
  20. ;; Most of the configurations options below will not need changed (unless you wish to make modifications)
  21. ;;
  22.  
  23. ;; Server identifier (normally 1)
  24. murmur_sid = 1
  25. ;; Version of the Mumble server
  26. server_version = 1.2.2
  27.  
  28. ;; Enable use of glacier2 (ignore murmur_ice_cb if false)
  29. glacier = false
  30. ;; Glacier proxy
  31. glacier_ice = Glacier2/router:tcp -p 4063 -h 137.30.248.26
  32. ;; Glacier session user
  33. glacier_user = admin
  34. ;; Glacier session password
  35. glacier_pass = darastrix
  36.  
  37. ;;Pieces for Aurora.Server
  38. MurmurService = MurmurService
  39.  
  40. MurmurHandler = MurmurHandler
  41. MurmurInHandlerPort = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement