Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "rules": [
  3. {
  4. "etherType": 2048,
  5. "not": true,
  6. "or": false,
  7. "type": "MATCH_ETHERTYPE"
  8. },
  9. {
  10. "etherType": 2054,
  11. "not": true,
  12. "or": false,
  13. "type": "MATCH_ETHERTYPE"
  14. },
  15. {
  16. "type": "ACTION_DROP"
  17. },
  18. {
  19. "ip": "192.168.1.0/32",
  20. "not": false,
  21. "or": false,
  22. "type": "MATCH_IPV4_SOURCE"
  23. },
  24. {
  25. "address": "bt1o3u4u49",
  26. "type": "ACTION_REDIRECT"
  27. },
  28. {
  29. "type": "ACTION_ACCEPT"
  30. }
  31. ],
  32. "capabilities": [],
  33. "tags": []
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement