mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-21 04:56:04 -08:00
Update launcher_types.ts
This commit is contained in:
parent
268d435f84
commit
58032d232e
|
@ -14,10 +14,10 @@ export type BridgeOptions = {
|
|||
};
|
||||
|
||||
export type AdapterOptions = {
|
||||
name: "EaglerProxy";
|
||||
name: string;
|
||||
bindHost: string;
|
||||
bindPort: number;
|
||||
maxConcurrentClients: 20;
|
||||
maxConcurrentClients: number;
|
||||
useNatives?: boolean;
|
||||
skinServer: {
|
||||
skinUrlWhitelist?: string[];
|
||||
|
|
Loading…
Reference in New Issue
Block a user