q13x-eaglerproxy/plugins/EagProxyAAS/config.js

13 lines
304 B
JavaScript
Raw Normal View History

2024-09-04 05:02:00 -07:00
export const config = {
bindInternalServerPort: 25569,
bindInternalServerIp: "127.0.0.1",
allowCustomPorts: true,
allowDirectConnectEndpoints: false,
disallowHypixel: false,
showDisclaimers: false,
authentication: {
enabled: false,
password: "nope",
},
};