Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # basic firewall rules that apply on all machines
  2. fw::pre::additional_rules:
  3. 'allow outgoing dns lookups':
  4. port: 53
  5. proto: 'udp'
  6. 'allow outgoing http calls':
  7. port: [80,443]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement