Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. {
  2. "::firewalld::custom_service":{
  3. "Custom service for application JBOSS":[
  4. {
  5. "short":"JBOSS",
  6. "description":"JBOSS is a daemon that does whatever",
  7. "port":[
  8. {
  9. "port":"1755",
  10. "protocol":"tcp"
  11. },
  12. {
  13. "port":"1678",
  14. "protocol":"udp"
  15. }
  16. ],
  17. "module":[
  18. "nf_conntrack_netbios_ns"
  19. ],
  20. "destination":[
  21. {
  22. "ipv4":"127.0.0.1",
  23. "ipv6":"::1"
  24. }
  25. ]
  26. }
  27. ]
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement