Add support for showing anycast addresses in the UI
This commit is contained in:
@@ -11,6 +11,9 @@ export class ConnectionLocationPipe implements PipeTransform {
|
||||
return '';
|
||||
}
|
||||
if (!!conn.country) {
|
||||
if (conn.country === "__") {
|
||||
return "Anycast"
|
||||
}
|
||||
return conn.country;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user