Changeset - be5b61399513
[Not reviewed]
default
0 1 0
Dennis Fink - 10 years ago 2015-07-19 02:34:09
dennis.fink@c3l.lu
Added ip6 into the xml export
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ennstatus/templates/api/export/xml/server.xml
Show inline comments
 
@@ -10,8 +10,11 @@
 
    <obfs>{{ server['obfs'] }}</obfs>
 
    <fteproxy>{{ server['fteproxy'] }}</fteproxy>
 
    <flashproxy>{{ server['flashproxy'] }}</flashproxy>
 
    <meek>{{ server['meek'] }}</meek>
 
    {% else %}
 
    <ip>{{ server['ip'] }}</ip>
 
      {% if 'ip6' in server %}
 
        <ip6>{{ server['ip6']</ip6>
 
      {% endif %}
 
    {% endif %}
 
  </server>
0 comments (0 inline, 0 general)