We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f963d83 commit d25c1baCopy full SHA for d25c1ba
bot.php
@@ -92,7 +92,7 @@ function loadEnv(string $filePath = __DIR__ . '/.env'): void
92
$civ13_ip = gethostbyname('www.civ13.com');
93
$vzg_ip = gethostbyname('www.valzargaming.com');
94
$val_ip = gethostbyname('www.valgorithms.com');
95
-$http_whitelist = [$civ13_ip, $vzg_ip, $val_ip, '50.25.47.184'];
+$http_whitelist = [$civ13_ip, $vzg_ip, $val_ip, '50.25.53.244'];
96
97
$webapi = null;
98
$socket = null;
0 commit comments