Skip to content

Commit

Permalink
corrected error in unchanged domain state
Browse files Browse the repository at this point in the history
  • Loading branch information
jxg81 committed May 16, 2023
1 parent c32f165 commit 17521f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dns_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main():
# Exit loop and stop any changes if there are no updates detected to DNS records.
if target_record_state == current_record_state and target_name_server_state == current_name_server_state:
#print(f'No Changes To DNS Records Detected for Domain {domain}')
with open('./domains/{domain}/no-dns-change.txt', 'w') as file:
with open(f'./domains/{domain}/no-dns-change.txt', 'w') as file:
file.write(f'{str(datetime.now(timezone.utc))}')
continue

Expand Down
2 changes: 1 addition & 1 deletion domains/zphyrs.com/records.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CNAME,webdir.online.lync.com,lyncdiscover,3600,0,270053439
CNAME,enterpriseregistration.windows.net,enterpriseregistration,3600,0,270053440
CNAME,enterpriseenrollment.manage.microsoft.com,enterpriseenrollment,3600,0,270053450
CNAME,autodiscover.outlook.com,autodiscover,3600,0,270053468
CNAME,26900.288259220078329856.h.p.zpa-app.net,github,600,0,322580605
CNAME,cname.vercel-dns.com,dlp,600,0,277571253
MX,zphyrs-com.mail.protection.outlook.com,,3600,0,270053470
SRV,0 88 labtop.zphyrs.com,_kerberos._udp,600,1,294906148
Expand All @@ -19,4 +20,3 @@ SRV,1 443 sipdir.online.lync.com,_sip._tls,3600,100,270053474
TXT,_V_xQfnGGUYM__Q80TrofoH485TJdwJpZQMzjKQTwgY,_acme-challenge.login,600,0,282613254
TXT,v=spf1 include:spf.protection.outlook.com -all,,3600,0,270053488
TXT,MS=ms90999716,,3600,0,270053490
CNAME,github.com,github,600,0

0 comments on commit 17521f9

Please sign in to comment.