frontend: for DN42, filter more weird whois prefixes
This commit is contained in:
parent
f2fbfed412
commit
c617ae4e0a
@ -14,7 +14,7 @@ func dn42WhoisFilter(whois string) string {
|
||||
filteredPrefix := []string{
|
||||
"descr:", "remarks:", "ds-rdata:", "auth:", "country:",
|
||||
"nserver:", "status:", "pgp-fingerprint:", "mp-import:", "mp-export:",
|
||||
"members:", "key:", "inetnum:", "inet6num:", " ",
|
||||
"members:", "key:", "inetnum:", "inet6num:", " ", "+",
|
||||
}
|
||||
for _, s := range strings.Split(whois, "\n") {
|
||||
if len(s) == 0 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user