Actualiser scripts/OPNSense/pyfrc2g-ciso_assist.py

This commit is contained in:
2025-11-22 13:56:46 +01:00
parent e4c357492a
commit bb6ddf2212

View File

@@ -18,7 +18,7 @@ logging.basicConfig(level=logging.INFO)
OPNS_URL = "https://<OPNS_ADDRESS/api/firewall/filter/search_rule"
OPNS_SECRET = "<API_SECRET>"
OPNS_KEY = "<API_KEY>"
PASSERELLE = "GW_NAME"
PASSERELLE = "<GW_NAME>"
FICHIER_CSV = "output_"+PASSERELLE+".csv"
GRAPH_OUTPUT_DIR = "tmp/graphs_"+PASSERELLE
INTERFACES = ["wan","lan","opt1"]