Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AllowRestrictedUser Kicking out illegal logins too slowly #2910

Open
cloudwww opened this issue Feb 26, 2025 · 0 comments
Open

AllowRestrictedUser Kicking out illegal logins too slowly #2910

cloudwww opened this issue Feb 26, 2025 · 0 comments

Comments

@cloudwww
Copy link

cloudwww commented Feb 26, 2025

What behaviour is observed?

When I enable AllowRestrictedUser and set the AllowedRestrictedUser to xxx;ip, a person with a restricted ip address is able to join the server instead of being kicked out immediately, he enters the game and waits for close to 10 seconds before he is kicked out, and in the meantime can try to log in using the /login command, and if he guessed the password correctly, he could even log in successfully!

AllowRestrictedUser: true
AllowedRestrictedUser:
    - xxx;127.0.0.1

Expected behaviour

Restricted ip addresses should be blocked from entering the server, rather than being allowed to enter the server and wait close to 10 seconds before kicking them out.

To Reproduce

AllowRestrictedUser: true
AllowedRestrictedUser:
    - xxx;127.0.0.1

2.Try to log in to the xxx account using an address other than 127.0.0.1

3.Found that it can enter the server and can try the /login command

Plugin list

Image

Server Implementation

Standalone server (no proxy)

Database Implementation

SQLite

AuthMe Version

5.6.0

Error log (if applicable)

No response

Configuration

x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant