Actualiser scripts/OPNSense/pyfrc2g.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_SECRET = "<API_SECRET>"
|
||||
OPNS_KEY = "<API_KEY>"
|
||||
PASSERELLE = "GW_NAME"
|
||||
PASSERELLE = "<GW_NAME>"
|
||||
FICHIER_CSV = "output_"+PASSERELLE+".csv"
|
||||
GRAPH_OUTPUT_DIR = "tmp/graphs_"+PASSERELLE
|
||||
# Déclaration des interfaces présentes sur OPNSense
|
||||
|
||||
Reference in New Issue
Block a user