Skip to content

Commit

Permalink
* added additional nameserver slice field because different RIRs retu…
Browse files Browse the repository at this point in the history
…rn different formats and underlying parser doesn't support case intensitive parsing
  • Loading branch information
EdgarasSk committed Nov 19, 2019
1 parent 6e662fe commit b6f03f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion domain.go
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ type Domain struct {

Variants []Variant

Nameservers []Nameserver `rdap:"nameServers"`
Nameservers []Nameserver `rdap:"nameServers"`
Nameservers2 []Nameserver `rdap:"nameservers"`

SecureDNS *SecureDNS

Expand Down

0 comments on commit b6f03f5

Please sign in to comment.