Browse Source

Make this False by default.

Joe Clarke 1 year ago
parent
commit
dec5a3368e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      automation/services/cleanup-cpnr.py

+ 1 - 1
automation/services/cleanup-cpnr.py

@@ -39,7 +39,7 @@ logger = logging.getLogger(__name__)
 
 
 # Bool to indicate whether or not DNS was modified.
-EDNS_MODIFIED = True
+EDNS_MODIFIED = False
 
 
 @dataclass