mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 07:16:05 -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 = {
|
export type AdapterOptions = {
|
||||||
name: "EaglerProxy";
|
name: string;
|
||||||
bindHost: string;
|
bindHost: string;
|
||||||
bindPort: number;
|
bindPort: number;
|
||||||
maxConcurrentClients: 20;
|
maxConcurrentClients: number;
|
||||||
useNatives?: boolean;
|
useNatives?: boolean;
|
||||||
skinServer: {
|
skinServer: {
|
||||||
skinUrlWhitelist?: string[];
|
skinUrlWhitelist?: string[];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user