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