Announcer integer limits & Country flags display (#1277)

This commit is contained in:
Cønstantine Kovalensky 2023-12-28 23:21:25 +04:00 committed by GitHub
commit 0a190bf98a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
280 changed files with 11051 additions and 8 deletions

View file

@ -63,6 +63,7 @@ function dummy_exit($interval = 1800, $cache_dict = [])
$output = [
'interval' => (int)$interval,
'peers' => (string)DUMMY_PEER,
'external ip' => inet_pton($_SERVER['REMOTE_ADDR']),
];
if (!empty($cache_dict)) {