~charmers/charms/trusty/shoutcast/trunk

« back to all changes in this revision

Viewing changes to templates/sc_serv_basic.conf

  • Committer: Charles Butler
  • Date: 2014-09-25 06:27:11 UTC
  • Revision ID: chuck@dasroot.net-20140925062711-wbbo073x3c4ixsw7
Adds relay support  through relations of scsource and screlay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
{% if public %}
20
20
publicserver=always
21
21
{% else %}
22
 
publicserver=never  
 
22
publicserver=never
 
23
{% endif %}
 
24
 
 
25
{% if screlayhost %}
 
26
; for relaying streams, we place the servers ip
 
27
; and port number to connect to the parent DNAS
 
28
; and enable rebroadcasting of streams, in a cluster
 
29
; style
 
30
relayport={{screlayport}}
 
31
relayserver={{screlayhost}}
23
32
{% endif %}
24
33
 
25
34