Advertisement
sicsscam

Untitled

Aug 10th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.96 KB | None | 0 0
  1.  "GUEST_IN": {
  2.                                 "default-action": "accept",
  3.                                 "description": "packets from guest network",
  4.                                 "rule": {
  5.                                         "88": {
  6.                                                 "action": "accept",
  7.                                                 "description": "allow open dns ns1",
  8.                                                 "destination": {
  9.                                                         "address": "208.67.222.222"
  10.                                                 },
  11.                                                 "log": "disable",
  12.                                                 "protocol": "tcp_udp"
  13.                                         },
  14.                                         "89": {
  15.                                                 "action": "accept",
  16.                                                 "description": "allow open dns ns2",
  17.                                                 "destination": {
  18.                                                         "address": "208.67.222.220"
  19.                                                 },
  20.                                                 "log": "disable",
  21.                                                 "protocol": "tcp_udp"
  22.                                         },
  23.                                         "90": {
  24.                                                 "action": "drop",
  25.                                                 "description": "Block all other DNS",
  26.                                                 "destination": {
  27.                                                         "port": "53"
  28.                                                 },
  29.                                                 "log": "disable",
  30.                                                 "protocol": "tcp_udp"
  31.                                         }
  32.                                 }
  33.                         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement