Skip to content

Commit

Permalink
Changed Fortigate blacklist script to have better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
admiralspark committed Mar 9, 2018
1 parent 28abbe9 commit 6ef443e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example_Scripts/Fortigate/blacklist_fortinet.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
print("------------------------------------------------------------\n")
print("config firewall address")
print(" edit \"" + IPBL + "\"")
print(" set comment \"" + IPBL + " via CLI\"")
print(" set comment \"Blocking due to ongoing malicious behavior\"")
print(" set subnet " + IPADDR + " 255.255.255.255")
print("end")
print("\n------------------------------------------------------------")
Expand Down

0 comments on commit 6ef443e

Please sign in to comment.