mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-20 21:54:20 +01:00
Add __YKREV_IPS__ to template.
This commit is contained in:
parent
a852e860db
commit
cb0de9d8e3
@ -17,6 +17,10 @@ $baseParams['__YKVAL_ALLOWED_SYNC_POOL__'] = array("1.2.3.4",
|
||||
"2.3.4.5",
|
||||
"3.4.5.6");
|
||||
|
||||
# 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");
|
||||
|
||||
# Specify how often the sync daemon awakens
|
||||
$baseParams['__YKVAL_SYNC_INTERVAL__'] = 10;
|
||||
# Specify how long the sync daemon will wait for response
|
||||
|
Loading…
x
Reference in New Issue
Block a user