diff --git a/ykval-config.php b/ykval-config.php index f092e91..a208a32 100644 --- a/ykval-config.php +++ b/ykval-config.php @@ -20,6 +20,9 @@ $baseParams['__YKVAL_ALLOWED_SYNC_POOL__'] = array("1.2.3.4", # An array of IP addresses allowed to issue YubiKey activation/deactivation # requests through ykval-revoke.php. NOTE: You must use IP addresses here. $baseParams['__YKREV_IPS__'] = array("127.0.0.1"); +# An array of IP addresses allowed to issue database resync requests through +# ykval-resync.php. NOTE: You must use IP addresses here. +$baseParams['__YKRESYNC_IPS__'] = array("127.0.0.1"); # Specify how often the sync daemon awakens $baseParams['__YKVAL_SYNC_INTERVAL__'] = 10;