Skip to content

Commit d25c1ba

Browse files
committed
Update bot.php
1 parent f963d83 commit d25c1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function loadEnv(string $filePath = __DIR__ . '/.env'): void
9292
$civ13_ip = gethostbyname('www.civ13.com');
9393
$vzg_ip = gethostbyname('www.valzargaming.com');
9494
$val_ip = gethostbyname('www.valgorithms.com');
95-
$http_whitelist = [$civ13_ip, $vzg_ip, $val_ip, '50.25.47.184'];
95+
$http_whitelist = [$civ13_ip, $vzg_ip, $val_ip, '50.25.53.244'];
9696

9797
$webapi = null;
9898
$socket = null;

0 commit comments

Comments
 (0)