diff options
Diffstat (limited to '_www/interface.ts')
| -rw-r--r-- | _www/interface.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_www/interface.ts b/_www/interface.ts index 5262429..7754393 100644 --- a/_www/interface.ts +++ b/_www/interface.ts @@ -15,7 +15,7 @@ export interface AttackOptionsInterface { export interface EnvironmentInterface { ListenAddress: string - WebSocketListenAddress: string + WebSocketListenPort: number MaxAttackDuration: number MaxAttackRate: number ResultsDir: string |
