mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-04-12 02:02:25 +02:00
Modify default KSM URL.
- our ksm daemon listens on port 8002 by default, so ykval should also have the same default.
This commit is contained in:
parent
b106789217
commit
382cfc2ab5
@ -127,6 +127,6 @@ function otp2ksmurls ($otp, $client)
|
|||||||
return array(
|
return array(
|
||||||
// "https://ykkms1.example.com/wsapi/decrypt?otp=$otp",
|
// "https://ykkms1.example.com/wsapi/decrypt?otp=$otp",
|
||||||
// "https://ykkms2.example.com/wsapi/decrypt?otp=$otp",
|
// "https://ykkms2.example.com/wsapi/decrypt?otp=$otp",
|
||||||
"http://127.0.0.1/wsapi/decrypt?otp=$otp",
|
"http://127.0.0.1:8002/wsapi/decrypt?otp=$otp",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user