##// END OF EJS Templates
Updated request 'pull' to show how we filter the sender hosts
neko259 -
r783:a07f0217 decentral
parent child Browse files
Show More
@@ -1,22 +1,19 b''
1 <?xml version="1.1" encoding="UTF-8" ?>
1 <?xml version="1.1" encoding="UTF-8" ?>
2 <request version="3" type="pull">
2 <request version="3" type="pull">
3 <model>post</model>
3 <model>post</model>
4 <filter>
4 <filter>
5 <version>3</version>
5 <version>3</version>
6 <timestamp_from>0</timestamp_from>
6 <timestamp_from>0</timestamp_from>
7 <timestamp_to>0</timestamp_to>
7 <timestamp_to>0</timestamp_to>
8 <tags>
8 <tags>
9 <tag>tag1</tag>
9 <tag>tag1</tag>
10 </tags>
10 </tags>
11 <sender>
12 <allow>
13 <key>abcehy3h9t</key>
14 <key>ehoehyoe</key>
15 </allow>
16 <!-- There can be only allow block (all other are denied) or deny block (all other are allowed) -->
17 </sender>
11 </filter>
18 </filter>
12 <hosts>
13 <allow>
14 <host>*</host>
15 </allow>
16 <deny></deny>
17 <pools>
18 <pool>test1</pool>
19 <pool>test2</pool>
20 </pools>
21 </hosts>
22 </request>
19 </request>
General Comments 0
You need to be logged in to leave comments. Login now