mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01: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(
|
||||
// "https://ykkms1.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…
Reference in New Issue
Block a user