Advertisement
adellam

Untitled

Jan 19th, 2021
1,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <Configuration>
  3.   <Rule path="/token/user" requiresToken="false">
  4.         <Entity type="IP" value="146.48.122.0" />
  5.         <Entity type="IP" value="146.48.123.0" />
  6.         <Entity type="IP" value="10.122.0.0" />
  7.         <Entity type="IP" value="10.122.1.0" />
  8.         <Entity type="IP" value="10.122.2.0" />
  9.         <Entity type="IP" value="10.122.3.0" />
  10.         <Entity type="IP" value="90.147.166.0" />
  11.         <Entity type="IP" value="90.147.167.0" />
  12.         <Entity type="IP" value="90.147.188.0" />
  13.         <Entity type="IP" value="90.147.189.0" />
  14.         <Entity type="IP" value="90.147.152.0" />
  15.         <Entity type="IP" value="88.197.53.0" />
  16.         <Entity type="IP" value="146.48.87.183" />
  17.       </Rule>
  18.  
  19.   <Rule path="/apikey" requiresToken="true" acceptedTokenTypes="USER"/>
  20.   <Rule path="/policyManager" requiresToken="true">
  21.         <Entity type="IP" value="146.48.122.0" />
  22.         <Entity type="IP" value="146.48.123.0" />
  23.         <Entity type="IP" value="10.122.0.0" />
  24.         <Entity type="IP" value="10.122.1.0" />
  25.         <Entity type="IP" value="10.122.2.0" />
  26.         <Entity type="IP" value="10.122.3.0" />
  27.         <Entity type="IP" value="90.147.166.0" />
  28.         <Entity type="IP" value="90.147.167.0" />
  29.         <Entity type="IP" value="90.147.188.0" />
  30.         <Entity type="IP" value="90.147.189.0" />
  31.         <Entity type="IP" value="90.147.152.0" />
  32.         <Entity type="IP" value="88.197.53.0" />
  33.         <Entity type="IP" value="146.48.87.183" />
  34.       </Rule>
  35.   <Rule path="/token/external" requiresToken="true" acceptedTokenTypes="USER" />
  36.   <Rule path="/token/node" requiresToken="false" />
  37.   <Rule path="/token/service" requiresToken="true" acceptedTokenTypes="CONTAINER"/>
  38.   <Rule path="/token/resolve" requiresToken="false">
  39.         <Entity type="IP" value="146.48.122.0" />
  40.         <Entity type="IP" value="146.48.123.0" />
  41.         <Entity type="IP" value="10.122.0.0" />
  42.         <Entity type="IP" value="10.122.1.0" />
  43.         <Entity type="IP" value="10.122.2.0" />
  44.         <Entity type="IP" value="10.122.3.0" />
  45.         <Entity type="IP" value="90.147.166.0" />
  46.         <Entity type="IP" value="90.147.167.0" />
  47.         <Entity type="IP" value="90.147.188.0" />
  48.         <Entity type="IP" value="90.147.189.0" />
  49.         <Entity type="IP" value="90.147.152.0" />
  50.         <Entity type="IP" value="88.197.53.0" />
  51.         <Entity type="IP" value="146.48.87.183" />
  52.       </Rule>
  53. </Configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement