1
0

fix ipguard api call

This commit is contained in:
Mike Schwörer 2020-06-22 22:39:12 +02:00
parent 058ea5695a
commit ab17abc1c9

View File

@ -9,6 +9,6 @@ $ip = get_client_ip();
file_put_contents(__DIR__ . '/../dynamic/self_ip_address.auto.cfg', $ip);
system('add-trusted-ip "' . $ip . '"');
system('ipguard add "' . $ip . '"');
echo 'Ok.';