Actualiser scripts/OPNSense/pyfrc2g-ciso_assist.py
This commit is contained in:
@@ -18,7 +18,7 @@ logging.basicConfig(level=logging.INFO)
|
|||||||
OPNS_URL = "https://<OPNS_ADDRESS/api/firewall/filter/search_rule"
|
OPNS_URL = "https://<OPNS_ADDRESS/api/firewall/filter/search_rule"
|
||||||
OPNS_SECRET = "<API_SECRET>"
|
OPNS_SECRET = "<API_SECRET>"
|
||||||
OPNS_KEY = "<API_KEY>"
|
OPNS_KEY = "<API_KEY>"
|
||||||
PASSERELLE = "GW_NAME"
|
PASSERELLE = "<GW_NAME>"
|
||||||
FICHIER_CSV = "output_"+PASSERELLE+".csv"
|
FICHIER_CSV = "output_"+PASSERELLE+".csv"
|
||||||
GRAPH_OUTPUT_DIR = "tmp/graphs_"+PASSERELLE
|
GRAPH_OUTPUT_DIR = "tmp/graphs_"+PASSERELLE
|
||||||
INTERFACES = ["wan","lan","opt1"]
|
INTERFACES = ["wan","lan","opt1"]
|
||||||
|
|||||||
Reference in New Issue
Block a user