q13x-eaglerproxy/server/plugins/EagProxyAAS/config.js
2024-09-04 12:02:00 +00:00

13 lines
304 B
JavaScript

export const config = {
bindInternalServerPort: 25569,
bindInternalServerIp: "127.0.0.1",
allowCustomPorts: true,
allowDirectConnectEndpoints: false,
disallowHypixel: false,
showDisclaimers: false,
authentication: {
enabled: false,
password: "nope",
},
};