summaryrefslogtreecommitdiffstats
path: root/bin/jdownloader/jd/router/tomato.xml
blob: 4516d373f03c1630a641ddc1a128da1a48ebb4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="UTF-8"?> 
<java version="1.6.0_03" class="java.beans.XMLDecoder"> 
 <object class="java.util.Vector"> 
  <void method="add"> 
   <array class="java.lang.String" length="6"> 
    <void index="0"> 
     <string>Linksys/Buffalo</string> 
    </void> 
    <void index="1"> 
     <string>Tomato 1.13 Firmeware </string> 
    </void> 
    <void index="2"> 
     <string>[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /service.cgi HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%

            _service=wan-stop
        [[[/REQUEST]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[WAIT seconds="2"/]]]
    [[[/STEP]]]
    [[[STEP]]]
        [[[REQUEST]]]
            POST /service.cgi HTTP/1.1
            Host: %%%routerip%%%
            Authorization: Basic %%%basicauth%%%

            _service=wan-restart
        [[[/REQUEST]]]
    [[[/STEP]]]
[[[/HSRC]]]</string> 
    </void> 
    <void index="3"> 
     <string>(?s).*(linksys|buffalo|tomato).*</string> 
    </void> 
    <void index="4"> 
     <string></string> 
    </void> 
    <void index="5"> 
     <string></string> 
    </void> 
   </array> 
  </void> 
 </object> 
</java>