Skip to content

Commit

Permalink
Merge pull request #261 from devnull-mr/master
Browse files Browse the repository at this point in the history
Fix name_server Attribute for BR domain
  • Loading branch information
richardpenman authored Jan 14, 2025
2 parents 34e0144 + 7baab1e commit 5c1059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whois/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ class WhoisBr(WhoisEntry):
"admin_c": r"admin-c: *(.+)",
"tech_c": r"tech-c: *(.+)",
"billing_c": r"billing-c: *(.+)",
"name_server": r"nserver: *(.+)",
"name_servers": r"nserver: *(.+)",
"nsstat": r"nsstat: *(.+)",
"nslastaa": r"nslastaa: *(.+)",
"saci": r"saci: *(.+)",
Expand Down

0 comments on commit 5c1059b

Please sign in to comment.