This commit is contained in:
2024-04-11 14:17:54 -06:00
parent ce7cb2fc14
commit d70d7f273e
3 changed files with 12 additions and 4 deletions

View File

@@ -13,13 +13,12 @@ if (isset($_GET['action']) && $_GET['action'] == 'logout') {
function getDnsServersInfo() {
$masterFile = '../dottilde/db.master.tilde';
$servers = [];
$nsFilter = ['ns1', 'ns2', 'ns3']; // Add more nameserver identifiers as needed
$nsFilter = ['ns1', 'ns2']; // Add more nameserver identifiers as needed
// Manually assigned geographical areas for each nameserver
$nsGeographicalAreas = [
'ns1' => 'Quebec, Canada', // Replace with actual locations
'ns2' => 'Frankfurt, Germany',
'ns3' => 'Sydney, Australia',
// Add more as needed
];
@@ -145,4 +144,4 @@ function checkServerStatus($server) {
</div>
<!-- Tildeverse Banner Exchange code end -->
</footer>
</html>
</html>