Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Add system property Geyser.RakSendCookie to allow disabling cookie se…
Browse files Browse the repository at this point in the history
…nd (#266)
  • Loading branch information
Kas-tle authored Apr 24, 2024
1 parent df23f14 commit ecef7e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ You may disable some warnings that may be printed to the console by using the fo
- Sets RakNet's per-tick (10ms) overall packet limit.
- `-DGeyser.RakRateLimitingDisabled=true`
- Completely disable RakNet's post-connection rate limiter. This should not be disabled unless initial RakNet connections are being handled by a reverse proxy.
- -`-DGeyser.RakSendCookie=false`
- Disables sending and validation of a cookie challenge in [Open Connection Reply 1](https://wiki.vg/Raknet_Protocol#Open_Connection_Reply_1) packet. This should not be set to `false` unless Geyser is running behind a reverse proxy that is also sending a challenge to prevent IP spoofing.

## Geyser-Standalone specific options:

Expand Down

0 comments on commit ecef7e0

Please sign in to comment.