Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. rewrite>
  2. outboundRules>
  3. rule name="test1">
  4. match serverVariable="RESPONSE_LOCATION" pattern=".*192.168.101.101/(.*)" />
  5. action type="Rewrite" value="http://202.12.30.1/{R:1}" />
  6. /rule>
  7.  
  8. rule name="test2">
  9. match serverVariable="RESPONSE_LOCATION" pattern=".*192.168.101.102/(.*)" />
  10. action type="Rewrite" value="http://202.12.30.1/{R:1}" />
  11. /rule>
  12.  
  13. rule name="test3">
  14. match serverVariable="RESPONSE_LOCATION" pattern=".*192.168.101.103/(.*)" />
  15. action type="Rewrite" value="http://202.12.30.1/{R:1}" />
  16. /rule>
  17. /outboundRules>
  18. /rewrite>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement