From 0b1f5fa86270eddac8f5fc45e9adf0b76b4b8e29 Mon Sep 17 00:00:00 2001 From: BorysLevytskyi Date: Sun, 14 May 2023 19:03:23 +0200 Subject: [PATCH] Change default startup commands --- src/shell/startup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/startup.ts b/src/shell/startup.ts index 929114f..e2a1b00 100644 --- a/src/shell/startup.ts +++ b/src/shell/startup.ts @@ -10,7 +10,7 @@ export type StartupAppData = { } const STARTUP_COMMAND_KEY = 'StartupCommand'; -const DEFAULT_COMMANDS = ['help', '127.0.0.1 192.168.0.1/8', '1|2&123', '4 0b1000000 0x1f0']; +const DEFAULT_COMMANDS = ['help', '192.168.0.1/8', '1|2&123', '4 0b1000000 0x1f0']; function bootstrapAppData() : StartupAppData { const env = window.location.host === "bitwisecmd.com" ? 'prod' : 'stage';