Apashh

Results 34 comments of Apashh

Same in 10.0.4... and can't resolve the issue with my code because the file changed...

I have found a solution against this problem with version 10.0.4 and 10.0.5. You can modify the file : nano glpi/src/KnowbaseItem.php search (Ctrl + W) string : getVisibilityCriteriaFAQ :  Add...

Same problem with nightly on Windows 11 ! ;)

Infos send ! ;)

Hm ok ! ;) But i have tested this and if i want to connect on device with multiple wrong password i have no log/alarm... What i'm doing wrong ?

``` if failure.2 > 30 { self.send_login_error("Too many wrong password attempts") .await; Self::post_alarm_audit( AlarmAuditType::ManyWrongPassword, json!({ "ip":self.ip, }), ); } else if time == failure.0 && failure.1 > 6 { self.send_login_error("Please...

I have 2/3 message : this first (no log but its ok) : ![image](https://github.com/rustdesk/rustdesk-server-pro/assets/83477029/3daf7b2f-d421-42b6-b2ba-8ec332c9f5ba) after multiple test (but no log here, bug ?) : ![Screenshot_1](https://github.com/rustdesk/rustdesk-server-pro/assets/83477029/78981552-d657-493c-aedc-b4f6d352f3da) after +50 test, **no** message...

Hm i have the message : ![image](https://github.com/rustdesk/rustdesk-server-pro/assets/83477029/26d7be7b-7f67-4e38-ab8a-553eb591435e) But again no log... It will be interesting to block IP auto after multiple attempt. For example in web console we can edit...

Hey, its true, a graylog server recieve ~4k-5k request from 1 device.. how reduce ? 😉