We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My current config: `## Address proxy will bind to. proxy: host: 194.33.37.6 port: 19132
destination: host: 10.0.0.1 port: 19132
max-clients: 0
packet-testing: false
log-packets: true
log-to: file
ignored-packets:
This points towards a velocity proxy with both floodgate and geyser installed. Connecting directly to the proxy works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My current config:
`## Address proxy will bind to.
proxy:
host: 194.33.37.6
port: 19132
Destination server which the client will connect to.
You are only able to join offline mode servers
destination:
host: 10.0.0.1
port: 19132
Maximum of clients which can connect to ProxyPass. If this should be disabled, set it to 0.
max-clients: 0
Encode and decode packets to test protocol library for bugs
packet-testing: false
Log packets for each session
log-packets: true
Where to log packet data
Valid options: console, file or both
log-to: file
Packets to ignore to make your log more refined. These default packet are generally spammed
ignored-packets:
`
This points towards a velocity proxy with both floodgate and geyser installed. Connecting directly to the proxy works.
The text was updated successfully, but these errors were encountered: