This commit is contained in:
lichene 2025-10-23 23:41:38 +02:00
parent 8f56cbd5c8
commit b816412306
6 changed files with 304 additions and 3 deletions

View file

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