This commit is contained in:
lichene 2025-10-23 20:48:02 +02:00
parent 8e9c0593fb
commit 8f56cbd5c8
4 changed files with 6 additions and 8 deletions

View file

@ -4,7 +4,7 @@ from datetime import datetime, timezone
import time
ACCESS_LOG = "/var/log/nginx/access.log"
OUTPUT_LOG = "./file.log"
OUTPUT_LOG = "/home/proxi/geolog/file.log"
INTERNAL_NETWORKS = [
ipaddress.ip_network("10.0.0.0/8"),