@profoundlogic/coderflow-server 0.7.9 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/entrypoint.sh +75 -5
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -0
- package/dist/lib/task-context-usage.js +1 -0
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/playwright.task-terminal.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +36 -0
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.html +11 -0
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x278cbc,_0x1f9069){const _0x299811={_0x468c25:0xcf,_0x48568b:0xad,_0x489036:0x1b3,_0x23bdbb:0x249,_0x5e07bb:0x65,_0x51b70a:0xe,_0x535133:0x18,_0x403680:0x35,_0x17692c:0x3f,_0x550e58:0x23,_0x5742be:0xc5,_0x47c314:0x199,_0x19fa97:0x242,_0x4baa87:0x21b,_0x26f7e6:0x2ec,_0x328b10:0xca,_0x39c068:0x7a,_0x5f3ed3:0x3e,_0x2400a7:0x5b,_0x2cddd4:0xdd,_0x437d0e:0x65,_0xc194c:0x4c,_0x2058c5:0x294,_0x28a98c:0x24a,_0x27e49a:0x277,_0x5b9e6c:0x1d8},_0x2b5093={_0x3e4c30:0x30d},_0x179ae6={_0x2b8cce:0x105};function _0x39a561(_0x2180c7,_0x442a58,_0x28af21,_0x3d777c){return _0x46f8(_0x2180c7- -_0x179ae6._0x2b8cce,_0x28af21);}function _0x5717ed(_0x59df85,_0x1aa5b8,_0x5b799f,_0x1f3007){return _0x46f8(_0x1aa5b8- -_0x2b5093._0x3e4c30,_0x5b799f);}const _0x27589b=_0x278cbc();while(!![]){try{const _0x208b5e=parseInt(_0x39a561(-0x6b,-_0x299811._0x468c25,-0xa,-_0x299811._0x48568b))/(-0x1f2+-0x20a9+0x229c)*(-parseInt(_0x5717ed(-0x1c6,-_0x299811._0x489036,-0x112,-_0x299811._0x23bdbb))/(-0x63*-0x11+0x1164+0x17f5*-0x1))+-parseInt(_0x39a561(0x60,0x5e,0xb2,_0x299811._0x5e07bb))/(-0x22*0x1f+0x2392+-0x1f71)*(parseInt(_0x39a561(0x98,-_0x299811._0x51b70a,_0x299811._0x535133,0x7a))/(0x23d1+0x83c+-0x2c09))+-parseInt(_0x39a561(0x51,0x15,-_0x299811._0x403680,0xa8))/(0x1*-0x22da+0x52*-0x74+0x4807)+parseInt(_0x39a561(_0x299811._0x17692c,-0x44,_0x299811._0x550e58,_0x299811._0x5742be))/(-0x5*-0x4b+0x2381+-0x1*0x24f2)*(parseInt(_0x5717ed(-_0x299811._0x47c314,-_0x299811._0x19fa97,-_0x299811._0x4baa87,-_0x299811._0x26f7e6))/(0x1103+-0x3e6+-0x19*0x86))+-parseInt(_0x39a561(_0x299811._0x328b10,_0x299811._0x39c068,0xa9,0xa5))/(-0x10d2+-0x2e9*-0xa+0x1c*-0x70)*(parseInt(_0x39a561(-_0x299811._0x5f3ed3,-0xb2,-0x82,-_0x299811._0x2400a7))/(-0x1509+-0x4f9+0x1a0b))+parseInt(_0x39a561(0xaf,0x7f,_0x299811._0x5742be,_0x299811._0x2cddd4))/(-0x1*-0x2174+-0x2*0xdd0+0x26*-0x27)+parseInt(_0x39a561(-_0x299811._0x437d0e,-0x61,0x41,-_0x299811._0xc194c))/(0xabc+-0x1798+-0x1*-0xce7)*(parseInt(_0x5717ed(-_0x299811._0x2058c5,-_0x299811._0x28a98c,-_0x299811._0x27e49a,-_0x299811._0x5b9e6c))/(0x1aea+-0x2b0*0x1+0x182e*-0x1));if(_0x208b5e===_0x1f9069)break;else _0x27589b['push'](_0x27589b['shift']());}catch(_0x528de4){_0x27589b['push'](_0x27589b['shift']());}}}(_0x51b1,0x7902+0x17*0x1d5d+0xba8*0x2));import{promises as _0x193b64}from'fs';import _0x5e74c3 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set([_0x54ea12(0x242,0x371,0x302,0x2c4)+_0x2c4b14(-0x143,-0x109,-0x187,-0x98),_0x54ea12(0x305,0x2e3,0x2de,0x380)+'t',_0x2c4b14(-0x193,-0x143,-0x112,-0x169)+_0x54ea12(0x304,0x226,0x328,0x2c6),_0x54ea12(0x3c5,0x32e,0x338,0x3cf)+'th',_0x54ea12(0x43f,0x47d,0x356,0x403)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set([_0x2c4b14(-0x1cf,-0x130,-0xdf,-0xff),_0x2c4b14(-0x25,-0x76,-0x20,-0x24)+'ent',_0x54ea12(0x3c4,0x35a,0x366,0x3ac)+'ge',_0x2c4b14(-0x1cd,-0x13f,-0x1d6,-0x1e5)]);function _0x54ea12(_0x16079a,_0x4e7581,_0x2e1304,_0x590537){const _0x188ea9={_0x55ae73:0x23d};return _0x46f8(_0x590537-_0x188ea9._0x55ae73,_0x4e7581);}export async function handleConfig(_0x58bebc){const _0x357893={_0x3f539d:0x195,_0x5a05c2:0x22b,_0x1f15d7:0x24d,_0x506ddb:0x296,_0x22bfe4:0xe7,_0x1bd8c9:0xa0,_0x1d0f15:0xc4,_0x184a56:0x1bf,_0x1df49a:0x112,_0x40e5fc:0x6b,_0x4c81c5:0x6c,_0x495675:0xd6,_0x4a9d78:0x6f,_0x2f512:0x136,_0x4de8d1:0x14a,_0x36e6d9:0x159,_0x1ea45b:0x19e,_0x2a7592:0x19c,_0x2a97f5:0x206,_0x39e6ee:0x47,_0x2752e3:0xc5,_0x3dbabe:0x2f,_0x579cf1:0x67,_0x152c7e:0x1,_0x5013ad:0x202,_0x46bdf0:0x155,_0x5bc7f0:0x66,_0x54c093:0x5c,_0xb9b71b:0x266,_0x22e4e6:0x293,_0x1bfbc9:0x1f1,_0x745304:0x326,_0x332fcc:0xbe,_0x564bf3:0x7b,_0x399c9c:0x234,_0x81f074:0x243,_0x54343d:0x213,_0x2f5866:0x17f,_0x9d6d30:0x186,_0x27e578:0x1c0,_0x11bcdf:0x1e8,_0x12a5ec:0x146,_0x23f90a:0x116,_0x2c6fe0:0x29b,_0x277012:0x2bf,_0x50ed25:0x266,_0x56446e:0x210,_0x1e8954:0x1a9,_0x2fc458:0x183,_0x27d8ad:0xd4,_0x3eb72c:0x181,_0x18fead:0x15,_0x34d63b:0x2e5,_0x2b02e2:0x2b8,_0x552109:0x2c7,_0x2bfa54:0x273,_0x286ac1:0x341,_0x48a982:0x2ac,_0x1325b3:0x20c},_0x194a33={_0x356f35:0x90,_0x1584df:0x76,_0x34feb2:0x129},_0x3c09fc={_0x5f291f:0x2d,_0x39784f:0x43a},_0xa91d25={'GuzDG':function(_0x9271ed){return _0x9271ed();},'QPguU':function(_0x370851,_0x1f06f7){return _0x370851!==_0x1f06f7;},'sTAbc':_0x44543d(_0x357893._0x3f539d,0x228,0x185,0x26c),'pUDRP':_0x44543d(0x183,_0x357893._0x5a05c2,0x19f,_0x357893._0x1f15d7),'LbrBR':function(_0x1446c7,_0x51eb9c,_0x53332b){return _0x1446c7(_0x51eb9c,_0x53332b);},'sroRf':_0x44543d(0x245,_0x357893._0x506ddb,0x2e5,0x25d),'cwRZc':function(_0x80ca5f,_0x5d6899){return _0x80ca5f(_0x5d6899);},'xoPbO':_0x3283fb(-_0x357893._0x22bfe4,-0x150,-_0x357893._0x1bd8c9,-_0x357893._0x1d0f15),'FVCpT':_0x44543d(0x1ef,_0x357893._0x184a56,0x1f6,0x21d),'JEqwo':function(_0x111179){return _0x111179();},'UGcnK':_0x3283fb(-_0x357893._0x1df49a,-_0x357893._0x40e5fc,-0xca,-_0x357893._0x4c81c5)+'-server\x20co'+'nfig\x22\x20for\x20'+_0x3283fb(-_0x357893._0x495675,-0x9c,-_0x357893._0x4a9d78,-_0x357893._0x2f512)+'rmation'};function _0x3283fb(_0x187d58,_0x67c5fa,_0x40deb9,_0x51a354){return _0x54ea12(_0x187d58-_0x3c09fc._0x5f291f,_0x51a354,_0x40deb9-0x5d,_0x187d58- -_0x3c09fc._0x39784f);}const _0x745737=_0x58bebc[-0x7a2+-0xf*0xe1+0x14d1];!_0x745737&&(_0xa91d25[_0x3283fb(-_0x357893._0x4de8d1,-0xcb,-_0x357893._0x36e6d9,-0x148)](showUsage),process['exit'](-0x2cd*-0x9+0x12db+-0x2c0f));function _0x44543d(_0xe6de37,_0x4e2fdc,_0x5464ef,_0x127f24){return _0x54ea12(_0xe6de37-_0x194a33._0x356f35,_0x5464ef,_0x5464ef-_0x194a33._0x1584df,_0x4e2fdc- -_0x194a33._0x34feb2);}try{if(_0xa91d25[_0x44543d(_0x357893._0x1ea45b,_0x357893._0x2a7592,0x1f4,_0x357893._0x2a97f5)](_0x3283fb(-_0x357893._0x39e6ee,-_0x357893._0x2752e3,_0x357893._0x3dbabe,_0x357893._0x579cf1),_0xa91d25['sTAbc']))switch(_0x745737){case _0xa91d25[_0x3283fb(-0x9e,-0xca,_0x357893._0x152c7e,-0x52)]:await _0xa91d25[_0x44543d(0x257,0x1be,_0x357893._0x5013ad,_0x357893._0x46bdf0)](setConfig,_0x58bebc[0x245c+0x5d+-0x24b8],_0x58bebc[-0x2063*-0x1+0xa20+-0x4b9*0x9]);break;case _0xa91d25['sroRf']:await _0xa91d25['cwRZc'](getConfig,_0x58bebc[0x2*-0x3dd+0x293+-0x3c*-0x16]);break;case _0xa91d25[_0x3283fb(-_0x357893._0x5bc7f0,-_0x357893._0x54c093,0x28,0x32)]:case _0xa91d25[_0x44543d(0x31b,0x28d,0x21c,_0x357893._0xb9b71b)]:await _0xa91d25[_0x44543d(0x31b,_0x357893._0x22e4e6,_0x357893._0x1bfbc9,_0x357893._0x745304)](removeConfig,_0x58bebc[-0xab9+-0x1305+0x1dbf]);break;case _0x3283fb(-_0x357893._0x332fcc,-0x140,-0x66,-_0x357893._0x564bf3):await _0xa91d25[_0x3283fb(-0x178,-0x1ae,-0x114,-0xdc)](showConfig);break;default:console[_0x44543d(0x224,_0x357893._0x399c9c,_0x357893._0x81f074,_0x357893._0x54343d)](_0x3283fb(-0x138,-_0x357893._0x2f5866,-_0x357893._0x9d6d30,-0x1d1)+_0x44543d(_0x357893._0x27e578,0x1fb,0x194,_0x357893._0x11bcdf)+_0x745737),console[_0x3283fb(-0xdd,-0x12a,-_0x357893._0x12a5ec,-_0x357893._0x23f90a)](_0xa91d25['UGcnK']),process[_0x44543d(_0x357893._0x2c6fe0,_0x357893._0x277012,_0x357893._0x50ed25,0x36e)](-0x9e5+0xb*0x1eb+-0xb33);}else _0x244004[_0x44543d(_0x357893._0x56446e,0x234,0x1e7,0x220)](_0x44543d(0x12e,_0x357893._0x1e8954,_0x357893._0x2fc458,0x16f)+_0x167c7f+(_0x3283fb(-_0x357893._0x27d8ad,-0x148,-0x9a,-_0x357893._0x3eb72c)+'d\x20in\x20confi'+_0x3283fb(-0x2a,-0xc1,0x69,-_0x357893._0x18fead))),_0x3136e7[_0x44543d(0x35b,_0x357893._0x277012,_0x357893._0x34d63b,0x2de)](-0xf45+0x24c6*0x1+-0x1580);}catch(_0x162d66){console[_0x44543d(_0x357893._0x2b02e2,0x234,_0x357893._0x552109,0x27f)](_0x44543d(_0x357893._0x2bfa54,0x2bb,0x2df,_0x357893._0x286ac1)+_0x162d66[_0x44543d(_0x357893._0x48a982,_0x357893._0x1325b3,0x235,0x1ca)]),process['exit'](-0x2509+-0xff9*-0x2+0x518);}}function showUsage(){const _0xddd7c={_0x213f6d:0x8f,_0x35b072:0x94,_0x4bf1de:0x132,_0x15793d:0x18f,_0xcd6227:0x1be,_0x4255d5:0x28d,_0x2e7540:0x82,_0x4ee867:0xd7,_0x40adc5:0x75,_0x499ebb:0x2a7,_0x179b8a:0x301,_0x1a2e8f:0x20f,_0x287fdd:0xc6,_0xb492c2:0x28,_0x50adf0:0xa2,_0x28089d:0xb9,_0x30b238:0x112,_0x3d1a94:0xf3,_0x35f761:0xb2,_0x300f4c:0xac,_0x1c1519:0x2bf,_0x3b9925:0x292,_0x1d69cc:0x144,_0x4962d5:0x1bf,_0x3cdac0:0x187,_0x204f5d:0x239,_0x2da056:0x22a,_0x5ca501:0x119,_0x435985:0xad,_0x10904e:0x25b,_0x1eb910:0x212,_0x320d2a:0x9e,_0x517702:0x250,_0x52e265:0x1fd,_0x24057d:0x1e7,_0x435172:0x203,_0x41c7fc:0x168,_0x4d5b9c:0xff,_0x86c885:0x119,_0x4217a3:0x72,_0x2369b1:0x5c,_0x2878d4:0xa9,_0x4c38ac:0x36,_0x1e72e2:0x3f,_0x3bccd4:0x20,_0x3ce698:0x1f7,_0x5efaf6:0x200,_0x545987:0x200,_0x344246:0x22e,_0x161155:0x248,_0x2c0e33:0x1ad,_0x265fc6:0x219,_0x4d10fa:0x244,_0x8eb8d8:0x1b,_0x4fdd5d:0xa4,_0x372c6d:0xfd,_0x3bf7ab:0x10f,_0x369bed:0xc8,_0x10c0bc:0x37,_0x31bd93:0x1d4,_0x57b22f:0x1fd,_0x215af6:0x275,_0x52c053:0x193,_0x1b8165:0x6f,_0x1d9e01:0xb0,_0x2b3ae8:0xff,_0x30cf86:0xe3,_0x3c7214:0x1de,_0x2fd6d7:0x15a,_0x1c4601:0x21b,_0x2a6863:0x287,_0x38aee8:0x119,_0x51b717:0x167,_0x437e21:0x141,_0x360295:0x16e,_0x24ac8e:0x1aa,_0x1e4257:0x1cd,_0x1cd906:0x208,_0x110cf1:0x185,_0x127906:0x2f6,_0x4a7372:0x295,_0x49e38c:0x20d,_0xc49e:0x164,_0x159b00:0x110,_0x45aa21:0x143,_0x24ebb3:0x2b7,_0x45e81f:0x188,_0x2423b7:0x14f,_0x3a38a5:0x169,_0x3ba17e:0x96,_0x38345e:0x10f,_0x3b7327:0x60,_0x4a3299:0xbe,_0x122a15:0x150,_0x55aaaa:0x1a0,_0x3541db:0x13,_0x2b7d69:0x261,_0x4eef32:0x1cf,_0x734667:0xa8,_0x1b5cd5:0xb8,_0x4d327c:0x86,_0x575d5a:0x80,_0x95c933:0xfa,_0x47b23a:0x291,_0x1e5a47:0x22f,_0x1262f5:0x18a,_0x2dbe4a:0x211,_0x13b0f0:0x1ae,_0x33a28e:0x1dd,_0x32b059:0x1eb,_0x4bdc93:0x268,_0x26dea6:0x288,_0x43a417:0x2fa,_0x3079a1:0x140,_0x53de43:0x202,_0x2b6fca:0x2cc,_0x2b6fd8:0x2fb,_0x45cacb:0x22d,_0x16dc59:0x21f,_0x2d74f5:0x114,_0x1abcff:0x136,_0x1e536c:0x9b,_0x2d53a3:0x2ec,_0x42e188:0x129,_0x26d4fa:0x1c1,_0x66b94f:0x1c9,_0x3fabf2:0x157,_0x46e75c:0xe5,_0x2fa54c:0xe2,_0x2f8ddd:0x164,_0x2de9ed:0x23c,_0x390a32:0x1ab,_0x2eba03:0x106,_0x3b3e51:0x295,_0x387d6f:0x2b,_0x3f84f3:0x6d,_0x4c75ac:0xba,_0x1e1032:0x1cd,_0xa1c893:0x1d5,_0xd04fc8:0x7e,_0x5c3d10:0x58,_0x2d5baa:0x4b,_0x1cb31b:0x1fc,_0x2680e8:0x286,_0x57c971:0x1e8,_0x556a0f:0x23f,_0x25916b:0x14b,_0x5e0d04:0x1d0,_0x3ba07a:0x23d,_0x2d04a1:0x1c1,_0x15fe66:0x139,_0x549e10:0x1d0,_0xf6cd11:0x27d,_0x307ab7:0x1d,_0x2d438e:0x1d,_0x44d9da:0xf,_0x248ecd:0x5b,_0x33a05b:0xed,_0x311fb5:0x1ea,_0x744912:0x151,_0x3c9935:0x1fa,_0x290ea4:0x1b9,_0x32e648:0x25e,_0x2b561c:0x8,_0x370554:0x89,_0xe80c99:0x6a,_0x28352e:0x0,_0x44f190:0xe7,_0x169311:0xff,_0x49d0eb:0x15d,_0x37a2f3:0xcd,_0x27d1b4:0x14e,_0xa35798:0x142,_0x85c53a:0x196,_0x418336:0x19d,_0x5693ea:0xc0,_0x4b4a3c:0x18b,_0x40f42d:0x1e4,_0x54ccc5:0x202,_0x225449:0x1a9,_0x19eebf:0xda,_0x2b9c70:0xa6,_0x12e33d:0xb1,_0x2bd553:0x100,_0x559a75:0x25b,_0x1e3b33:0x244,_0x47d5f8:0x1de,_0x5b0ab4:0x14e,_0x409e38:0x4a,_0x19cf75:0xd0,_0x2e8b68:0x202,_0x194bc6:0x22c,_0x53fb4d:0x1d2,_0x493163:0x1ab,_0x3f72a8:0x1a7,_0x41c95b:0xf4,_0x4f2bad:0x10f,_0x42dd99:0x201,_0x307b40:0x297,_0x4f6240:0x90,_0x3e3921:0x14c,_0x4b4fa2:0x209,_0x435a77:0x17c,_0x1c93fa:0x124,_0x410cb9:0x160,_0x138c33:0x11f,_0x2f3f0d:0x32,_0x7edd69:0x2c,_0x3de858:0x16,_0x3c72bc:0x2c2,_0x23a9c1:0x29f,_0x1aacbc:0x1ce,_0x4e5cbd:0x256,_0x75b77e:0x191,_0x10054d:0x117,_0x6de6ec:0x103,_0x47b4e7:0x35,_0x16b178:0xb7,_0x7e503d:0x1a2,_0x30879d:0x1d8,_0x4a5b63:0xc7,_0x2909d1:0x7a,_0x83d150:0xb1,_0x37af7a:0x83,_0x12d7e6:0x3d,_0x268c46:0x1fd,_0xd1be64:0x276,_0x128a88:0x123,_0x4272d4:0x32,_0x4d8273:0x133,_0xcd1227:0x47,_0x37c0c4:0x113,_0x5756e8:0xfa,_0x57e3e5:0x2a9,_0x3db499:0x202,_0x401e15:0x218,_0x4e083f:0x21d,_0x3110ff:0x197,_0x26239a:0x197,_0x54d535:0x17e,_0x5cdab1:0x208,_0x82ebb5:0x234,_0x23a58c:0x15f,_0x17eee1:0xe3,_0x8a21d:0x3a,_0x408e10:0x178,_0x31c9bc:0x21a,_0x3aeab8:0x210,_0x324d60:0x26b,_0x4d89c4:0x1fe,_0x570d7b:0x8d,_0x3a963e:0x9c,_0x156dd7:0x12c,_0x558a2d:0x9e,_0x2f8ba3:0x1c8,_0x3e6250:0x198,_0x3041bf:0x140,_0x448c9f:0x156},_0x368401={_0x3d4c74:0xcc},_0x380fad={_0x320ada:0x4e},_0x13c5fb={};_0x13c5fb[_0x1de90c(_0xddd7c._0x213f6d,0x89,0x82,_0xddd7c._0x35b072)]='16|2|1|18|'+_0x2320e8(_0xddd7c._0x4bf1de,_0xddd7c._0x15793d,0x104,_0xddd7c._0xcd6227)+_0x2320e8(0x20b,0x26c,_0xddd7c._0x4255d5,0x307)+_0x1de90c(0xa9,_0xddd7c._0x2e7540,_0xddd7c._0x4ee867,_0xddd7c._0x40adc5)+_0x2320e8(_0xddd7c._0x499ebb,0x2b4,_0xddd7c._0x179b8a,_0xddd7c._0x1a2e8f)+'3|25|7|22|'+_0x1de90c(_0xddd7c._0x287fdd,0x2d,_0xddd7c._0xb492c2,-0x4a),_0x13c5fb[_0x1de90c(0x47,_0xddd7c._0x50adf0,_0xddd7c._0x28089d,_0xddd7c._0x30b238)]=_0x1de90c(_0xddd7c._0x3d1a94,0x6a,_0xddd7c._0x35f761,_0xddd7c._0x300f4c),_0x13c5fb[_0x2320e8(_0xddd7c._0x1c1519,_0xddd7c._0x3b9925,0x322,0x23a)]=_0x2320e8(_0xddd7c._0x1d69cc,_0xddd7c._0x4962d5,_0xddd7c._0x3cdac0,0x1ec)+_0x2320e8(_0xddd7c._0x204f5d,0x19a,_0xddd7c._0x2da056,0x1cd)+_0x1de90c(_0xddd7c._0x3cdac0,0x1b0,_0xddd7c._0x5ca501,0x179)+'SSL\x20certif'+_0x1de90c(0x143,0x7e,_0xddd7c._0x435985,0x16),_0x13c5fb[_0x2320e8(0x202,0x29f,_0xddd7c._0x10904e,_0xddd7c._0x1eb910)]=_0x1de90c(0xb8,0x27,_0xddd7c._0x320d2a,0x130)+_0x2320e8(_0xddd7c._0x517702,_0xddd7c._0x52e265,_0xddd7c._0x24057d,_0xddd7c._0xcd6227)+'\x20\x20Server\x20p'+_0x2320e8(0x224,0x1d9,_0xddd7c._0x435172,0x1f7)+_0x1de90c(0x1b3,0x1af,_0xddd7c._0x41c7fc,0x145),_0x13c5fb[_0x1de90c(_0xddd7c._0x4d5b9c,_0xddd7c._0x86c885,_0xddd7c._0x4217a3,0xf6)]=_0x1de90c(_0xddd7c._0x2369b1,0x45,_0xddd7c._0x2878d4,0x5e)+_0x1de90c(0x9f,_0xddd7c._0x4c38ac,_0xddd7c._0x1e72e2,_0xddd7c._0x3bccd4)+_0x2320e8(_0xddd7c._0x3ce698,_0xddd7c._0x5efaf6,_0xddd7c._0x545987,_0xddd7c._0x344246)+_0x2320e8(_0xddd7c._0x161155,0x235,_0xddd7c._0x2c0e33,0x1e4)+_0x2320e8(0x214,_0xddd7c._0x265fc6,_0xddd7c._0x161155,0x2c2),_0x13c5fb[_0x2320e8(0x1c8,0x1c2,_0xddd7c._0x4d10fa,0x214)]=_0x1de90c(0x11f,-_0xddd7c._0x8eb8d8,0x7f,_0xddd7c._0x4fdd5d)+_0x1de90c(_0xddd7c._0x372c6d,_0xddd7c._0x3bf7ab,0x70,0x113)+_0x1de90c(0xb3,_0xddd7c._0x369bed,0xc5,_0xddd7c._0x10c0bc)+_0x2320e8(0x2b0,0x236,_0xddd7c._0x31bd93,_0xddd7c._0x57b22f)+_0x2320e8(_0xddd7c._0x215af6,0x25d,0x303,0x2fb)+_0x2320e8(0x255,0x1eb,_0xddd7c._0x52c053,0x1d9)+_0x1de90c(0xb4,-0x25,_0xddd7c._0x1b8165,-0x15),_0x13c5fb['sCZqg']=_0x1de90c(_0xddd7c._0x1d9e01,_0xddd7c._0x2b3ae8,0x129,_0xddd7c._0x30cf86)+'key>\x20\x20\x20\x20\x20\x20'+_0x2320e8(0x23f,_0xddd7c._0x3c7214,_0xddd7c._0x435172,0x14c)+_0x1de90c(_0xddd7c._0x2fd6d7,0xd6,0x121,0x161)+_0x2320e8(0x1eb,_0xddd7c._0x1c4601,0x186,_0xddd7c._0x2a6863),_0x13c5fb['lYQiq']=_0x1de90c(0xfb,0xaa,0x94,0x16)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x1de90c(0x6b,0xe4,_0xddd7c._0x38aee8,0x10f)+_0x1de90c(0x65,0x129,0xa4,0x65)+_0x1de90c(_0xddd7c._0x51b717,_0xddd7c._0x437e21,_0xddd7c._0x360295,_0xddd7c._0x24ac8e)+'nal)',_0x13c5fb[_0x2320e8(_0xddd7c._0x1e4257,_0xddd7c._0x1cd906,_0xddd7c._0x110cf1,_0xddd7c._0x41c7fc)]='\x20\x20show\x20\x20\x20\x20'+_0x2320e8(0x2db,0x2a2,_0xddd7c._0x127906,0x345)+_0x2320e8(0x22b,_0xddd7c._0x4a7372,0x231,_0xddd7c._0x49e38c)+_0x1de90c(_0xddd7c._0xc49e,_0xddd7c._0x159b00,0x121,_0xddd7c._0x45aa21)+_0x2320e8(0x364,0x2bc,_0xddd7c._0x24ebb3,0x31d);function _0x1de90c(_0x2c8a9b,_0x5a5a9b,_0x3bb665,_0x4aea18){return _0x54ea12(_0x2c8a9b-_0x380fad._0x320ada,_0x2c8a9b,_0x3bb665-0x3a,_0x3bb665- -0x2ac);}_0x13c5fb[_0x1de90c(_0xddd7c._0x45e81f,0x133,_0xddd7c._0x2423b7,_0xddd7c._0x3a38a5)]=_0x1de90c(_0xddd7c._0x3ba17e,_0xddd7c._0x38345e,_0xddd7c._0x3b7327,0x6f)+_0x1de90c(0x4b,0x78,_0xddd7c._0x4a3299,_0xddd7c._0x122a15)+_0x1de90c(0x186,0x9f,0x12f,_0xddd7c._0x55aaaa)+_0x1de90c(-0x19,-_0xddd7c._0x3541db,0x37,0xe4)+_0x2320e8(_0xddd7c._0x2b7d69,0x21a,0x19f,_0xddd7c._0x4eef32)+'key]\x20[valu'+'e]',_0x13c5fb[_0x1de90c(0x17f,_0xddd7c._0x734667,0x10e,_0xddd7c._0x1b5cd5)]='Server\x20con'+'figuration'+_0x1de90c(0x2b,0x131,_0xddd7c._0x4d327c,-0xd)+_0x1de90c(0x10d,0x12c,_0xddd7c._0x575d5a,_0xddd7c._0x95c933)+'coder/conf'+_0x2320e8(_0xddd7c._0x47b23a,_0xddd7c._0x1e5a47,_0xddd7c._0x1262f5,0x257),_0x13c5fb[_0x2320e8(_0xddd7c._0x2dbe4a,_0xddd7c._0x13b0f0,_0xddd7c._0x33a28e,_0xddd7c._0x32b059)]=_0x2320e8(_0xddd7c._0x4bdc93,_0xddd7c._0x3ce698,0x18e,0x23c)+_0x2320e8(0x1ff,_0xddd7c._0x26dea6,0x236,_0xddd7c._0x43a417)+'\x20Set\x20a\x20con'+_0x1de90c(0x164,0xfc,_0xddd7c._0x3079a1,0x1d8)+_0x2320e8(0x24a,0x285,0x2ea,_0xddd7c._0x53de43),_0x13c5fb[_0x2320e8(0x250,0x276,_0xddd7c._0x2b6fca,_0xddd7c._0x2b6fd8)]=_0x2320e8(0x2ec,0x283,_0xddd7c._0x45cacb,_0xddd7c._0x16dc59)+_0x1de90c(_0xddd7c._0x2d74f5,_0xddd7c._0x1abcff,_0xddd7c._0x1e536c,0x128)+'\x20\x20Trust\x20pr'+_0x2320e8(0x1e1,0x28b,0x2ea,_0xddd7c._0x2d53a3)+'s\x20(true/fa'+_0x1de90c(_0xddd7c._0x42e188,_0xddd7c._0x26d4fa,0x122,0x12a),_0x13c5fb[_0x2320e8(_0xddd7c._0x66b94f,0x1e7,0x258,0x281)]=_0x1de90c(0x4a,0x9f,0xd1,_0xddd7c._0x3fabf2)+_0x1de90c(0x7f,_0xddd7c._0x46e75c,_0xddd7c._0x2fa54c,_0xddd7c._0x2f8ddd)+_0x2320e8(0x1e4,0x1a4,_0xddd7c._0x2de9ed,0x206)+_0x1de90c(_0xddd7c._0x390a32,0xe8,0x14a,_0xddd7c._0x2eba03)+_0x2320e8(0x30c,0x2a3,0x2fb,_0xddd7c._0x3b3e51)+'ex)',_0x13c5fb['YjNen']=_0x1de90c(_0xddd7c._0x387d6f,0xbe,_0xddd7c._0x3f84f3,_0xddd7c._0x4c75ac)+_0x1de90c(_0xddd7c._0x1e1032,0x94,0x139,_0xddd7c._0xa1c893)+_0x1de90c(_0xddd7c._0xd04fc8,0xea,0x119,0xd4)+_0x1de90c(-_0xddd7c._0x5c3d10,-0x55,_0xddd7c._0x2d5baa,0x8f)+'e\x20key\x20file',_0x13c5fb[_0x2320e8(0x1be,0x24b,_0xddd7c._0x1cb31b,0x2a5)]=_0x2320e8(0x311,_0xddd7c._0x2680e8,_0xddd7c._0x57c971,0x278),_0x13c5fb[_0x2320e8(_0xddd7c._0x556a0f,0x197,0x1d7,0x170)]=_0x2320e8(_0xddd7c._0x25916b,_0xddd7c._0x5e0d04,_0xddd7c._0x2f8ddd,0x1c7)+_0x2320e8(_0xddd7c._0x3ba07a,_0xddd7c._0x2d04a1,_0xddd7c._0x3fabf2,_0xddd7c._0x15fe66)+_0x2320e8(_0xddd7c._0x549e10,0x271,0x20c,_0xddd7c._0xf6cd11);function _0x2320e8(_0x1fcf8a,_0x125937,_0x574df8,_0x13a233){return _0x54ea12(_0x1fcf8a-0x135,_0x13a233,_0x574df8-_0x368401._0x3d4c74,_0x125937- -0x15b);}_0x13c5fb[_0x1de90c(-0x6c,-0x48,_0xddd7c._0x307ab7,_0xddd7c._0x2d438e)]='\x20\x20coder-se'+'rver\x20confi'+_0x1de90c(-_0xddd7c._0x44d9da,-0x8,_0xddd7c._0x248ecd,-0x45)+_0x1de90c(_0xddd7c._0x3f84f3,0x8d,0x5e,0x30)+'80',_0x13c5fb[_0x1de90c(_0xddd7c._0x33a05b,0xb8,0xd3,_0xddd7c._0x2e7540)]='\x20\x20ssh_host'+_0x1de90c(_0xddd7c._0x3d1a94,_0xddd7c._0x311fb5,_0xddd7c._0x744912,0x186)+_0x2320e8(_0xddd7c._0x3c9935,_0xddd7c._0x290ea4,_0xddd7c._0x32e648,0x1e8)+_0x1de90c(-_0xddd7c._0x2b561c,_0xddd7c._0x370554,_0xddd7c._0xe80c99,_0xddd7c._0x28352e)+_0x1de90c(-0x2b,-0x20,0x73,0x104);const _0x5448e2=_0x13c5fb,_0xb0215a=_0x5448e2[_0x1de90c(_0xddd7c._0x44f190,0x4a,_0xddd7c._0x2e7540,0xf1)][_0x1de90c(_0xddd7c._0x169311,_0xddd7c._0x2d74f5,_0xddd7c._0x49d0eb,_0xddd7c._0x37a2f3)]('|');let _0x12f12e=0x674+-0x3da+-0x29a;while(!![]){switch(_0xb0215a[_0x12f12e++]){case'0':console['error']('');continue;case'1':console[_0x1de90c(0x155,0xf1,0xb1,_0xddd7c._0x27d1b4)](_0x5448e2['OIcWd']);continue;case'2':console[_0x2320e8(0x24c,_0xddd7c._0x53de43,0x221,_0xddd7c._0x545987)]('');continue;case'3':console[_0x1de90c(0xb9,0x2,0xb1,0x150)](_0x1de90c(0x11a,0x195,0x16f,_0xddd7c._0xa35798)+_0x2320e8(0x148,_0xddd7c._0x85c53a,_0xddd7c._0x418336,0x1a1)+_0x1de90c(0x189,_0xddd7c._0x5693ea,0x119,0x96)+'store\x20task'+_0x2320e8(_0xddd7c._0x4b4a3c,0x206,0x1e6,_0xddd7c._0x40f42d));continue;case'4':console[_0x2320e8(0x181,_0xddd7c._0x54ccc5,0x26d,0x168)](_0x5448e2[_0x1de90c(_0xddd7c._0x225449,0x12c,_0xddd7c._0x437e21,_0xddd7c._0x19eebf)]);continue;case'5':console[_0x1de90c(_0xddd7c._0x2b9c70,0x15b,_0xddd7c._0x12e33d,_0xddd7c._0x2bd553)]('\x20\x20coder-se'+_0x2320e8(_0xddd7c._0x559a75,0x1c1,0x116,_0xddd7c._0x1e3b33)+'g\x20set\x20defa'+_0x2320e8(0x249,0x27b,0x1e3,0x1ed)+'claude');continue;case'6':console[_0x2320e8(_0xddd7c._0x47d5f8,0x202,0x29a,0x1e7)](_0x5448e2[_0x1de90c(0xfb,0x143,_0xddd7c._0x5b0ab4,0x1d0)]);continue;case'7':console[_0x1de90c(_0xddd7c._0x409e38,_0xddd7c._0x19cf75,_0xddd7c._0x12e33d,0x147)]('');continue;case'8':console[_0x2320e8(0x26a,_0xddd7c._0x2e8b68,0x1b2,0x1e9)](_0x5448e2['IHVws']);continue;case'9':console['error'](_0x2320e8(_0xddd7c._0x194bc6,_0xddd7c._0x53fb4d,_0xddd7c._0x493163,_0xddd7c._0x3f72a8)+_0x1de90c(_0xddd7c._0x41c95b,0x98,_0xddd7c._0x4f2bad,0x1a5)+_0x2320e8(0x25f,_0xddd7c._0x42dd99,0x1b9,_0xddd7c._0x307b40)+'figuration'+_0x1de90c(0x1cd,0x1da,0x134,0x128));continue;case'10':console[_0x1de90c(0x3,_0xddd7c._0x4f6240,0xb1,_0xddd7c._0x3e3921)](_0x5448e2[_0x2320e8(0x218,0x1c2,_0xddd7c._0x4b4fa2,_0xddd7c._0x435a77)]);continue;case'11':console[_0x1de90c(_0xddd7c._0x1c93fa,_0xddd7c._0x410cb9,0xb1,_0xddd7c._0x138c33)](_0x1de90c(0x42,_0xddd7c._0x2f3f0d,_0xddd7c._0x7edd69,-_0xddd7c._0x3de858)+_0x2320e8(_0xddd7c._0x3c72bc,0x2a2,0x329,0x302)+_0x2320e8(0x33d,0x29c,0x2aa,_0xddd7c._0x45cacb)+'me');continue;case'12':console[_0x2320e8(0x275,0x202,_0xddd7c._0x23a9c1,0x153)](_0x5448e2['sCZqg']);continue;case'13':console[_0x2320e8(_0xddd7c._0x1aacbc,_0xddd7c._0x53de43,0x176,_0xddd7c._0x4e5cbd)](_0x5448e2[_0x1de90c(0x12b,0xf2,0x155,_0xddd7c._0x75b77e)]);continue;case'14':console[_0x1de90c(_0xddd7c._0x10054d,_0xddd7c._0x6de6ec,_0xddd7c._0x12e33d,_0xddd7c._0x47b4e7)](_0x5448e2[_0x1de90c(0xbf,0xb6,_0xddd7c._0x16b178,0x115)]);continue;case'15':console['error']('');continue;case'16':console[_0x2320e8(_0xddd7c._0x7e503d,_0xddd7c._0x53de43,_0xddd7c._0x30879d,0x23f)](_0x5448e2[_0x1de90c(0xdc,_0xddd7c._0x4a5b63,_0xddd7c._0x2423b7,0x1d0)]);continue;case'17':console[_0x2320e8(0x235,0x202,_0xddd7c._0x16dc59,0x193)](_0x5448e2['JOJTG']);continue;case'18':console[_0x1de90c(_0xddd7c._0x2909d1,0xee,_0xddd7c._0x83d150,_0xddd7c._0x37af7a)](_0x5448e2['sAqaK']);continue;case'19':console[_0x1de90c(0x111,_0xddd7c._0x12d7e6,0xb1,0xef)](_0x5448e2[_0x2320e8(_0xddd7c._0x268c46,_0xddd7c._0xd1be64,0x297,0x2ad)]);continue;case'20':console[_0x1de90c(0x3d,_0xddd7c._0x128a88,_0xddd7c._0x83d150,_0xddd7c._0x4272d4)](_0x5448e2[_0x2320e8(0x27c,0x1e7,0x1e1,0x189)]);continue;case'21':console[_0x1de90c(0xf8,0x9b,0xb1,0x5f)](_0x5448e2[_0x1de90c(0xf3,_0xddd7c._0x435a77,_0xddd7c._0x4d8273,0x138)]);continue;case'22':console[_0x1de90c(0xe9,_0xddd7c._0xcd1227,0xb1,_0xddd7c._0x370554)](_0x5448e2[_0x1de90c(_0xddd7c._0x287fdd,_0xddd7c._0x37c0c4,_0xddd7c._0x5756e8,0x67)]);continue;case'23':console[_0x2320e8(_0xddd7c._0x57e3e5,_0xddd7c._0x3db499,_0xddd7c._0x401e15,_0xddd7c._0x4e083f)](_0x5448e2[_0x2320e8(0x106,_0xddd7c._0x3110ff,_0xddd7c._0x26239a,0x11d)]);continue;case'24':console[_0x2320e8(_0xddd7c._0x54d535,0x202,_0xddd7c._0x5cdab1,_0xddd7c._0x82ebb5)](_0x5448e2[_0x2320e8(0x21c,0x16e,_0xddd7c._0x23a58c,0x109)]);continue;case'25':console[_0x1de90c(0xcb,0x109,_0xddd7c._0x12e33d,_0xddd7c._0x17eee1)](_0x5448e2[_0x1de90c(_0xddd7c._0x8a21d,0x33,0xd3,_0xddd7c._0x408e10)]);continue;case'26':console[_0x2320e8(0x2ae,_0xddd7c._0x53de43,0x229,_0xddd7c._0x31c9bc)](_0x2320e8(_0xddd7c._0x3aeab8,_0xddd7c._0x324d60,_0xddd7c._0x4d89c4,0x27a)+_0x1de90c(_0xddd7c._0x570d7b,0x122,0x117,0x134)+_0x1de90c(_0xddd7c._0x3a963e,0x99,_0xddd7c._0x5ca501,_0xddd7c._0x156dd7)+_0x1de90c(0xed,_0xddd7c._0x558a2d,0x65,-0x3e)+_0x2320e8(_0xddd7c._0x2f8ba3,_0xddd7c._0x3e6250,_0xddd7c._0x3041bf,_0xddd7c._0x448c9f)+'y');continue;}break;}}async function setConfig(_0x21fdb1,_0x1122a4){const _0x272fe7={_0x46c4a2:0x109,_0x4c1b94:0x107,_0x3c7fe3:0xd4,_0x1f4bcc:0x47c,_0x341b6a:0x3d5,_0x3eb232:0x49a,_0x3f5c35:0x43d,_0x19a512:0x4d2,_0x5daa66:0x4bf,_0xb4c839:0x14f,_0x40f2b5:0x118,_0x46a8f9:0x13e,_0x1e22ae:0x9b,_0x49ace9:0x159,_0x3401ec:0x20,_0x22707e:0x4e8,_0x53393b:0x4fe,_0x1d1dfd:0x58e,_0x5ed5b5:0x516,_0x420a42:0x488,_0x2a6915:0x4c4,_0x21c521:0x139,_0x421ecd:0x132,_0x52b02e:0x83,_0x1aa0da:0xa8,_0x20123b:0x108,_0x31ca64:0x4e6,_0x3c3a4a:0x169,_0x5af633:0xec,_0x394587:0x96,_0x4368ef:0xa9,_0x4f1111:0x154,_0xd8893a:0x2f,_0x33d967:0x4ee,_0x1c8616:0x512,_0x33002c:0x500,_0x19542c:0x152,_0x4863b0:0x1a3,_0x54c36f:0x1b3,_0x3355d5:0x95,_0x3cae13:0x17f,_0x41156d:0x143,_0x9d8fb7:0xc0,_0x44212a:0xff,_0x55c735:0x98,_0x4e278e:0x173,_0x65bbc:0x3f3,_0xab69a1:0x469,_0x864ff4:0x8c,_0x1664e0:0x70,_0x431dba:0x43b,_0x1ce7ab:0x4df,_0x12fbca:0x6d,_0xc08d76:0x26,_0x4964a1:0x5bf,_0x2488e7:0x4c6,_0x418565:0x521,_0x4356b7:0x384,_0x145926:0x49e,_0x4019c2:0x457,_0x3bfab0:0x412,_0x2c082d:0x4ac,_0x4f9a40:0x505},_0x42fb64={_0x40ab8c:0x9c,_0x1e4ff3:0x116},_0x2c5c58={_0x3f0c5e:0x183,_0x3f5a5b:0x1bc},_0x530c8f={'DLqIa':function(_0x100059,_0x33ba13){return _0x100059===_0x33ba13;},'XWdRp':'Usage:\x20cod'+'er-server\x20'+_0x30447b(0x165,_0x272fe7._0x46c4a2,_0x272fe7._0x4c1b94,_0x272fe7._0x3c7fe3)+_0x9f7523(_0x272fe7._0x1f4bcc,_0x272fe7._0x341b6a,_0x272fe7._0x3eb232,0x450)+_0x9f7523(_0x272fe7._0x3f5c35,_0x272fe7._0x19a512,0x460,_0x272fe7._0x5daa66),'dXXFo':_0x30447b(_0x272fe7._0xb4c839,_0x272fe7._0x40f2b5,0x176,_0x272fe7._0x46a8f9),'gLiJu':function(_0x2065ec,_0x5d052c,_0x1f5ca2){return _0x2065ec(_0x5d052c,_0x1f5ca2);}};function _0x30447b(_0x57dd43,_0x5bcf3e,_0x534b31,_0xa18f38){return _0x2c4b14(_0x57dd43-_0x2c5c58._0x3f0c5e,_0x5bcf3e-_0x2c5c58._0x3f5a5b,_0x534b31,_0xa18f38-0x145);}(!_0x21fdb1||_0x530c8f['DLqIa'](_0x1122a4,undefined))&&(console[_0x30447b(_0x272fe7._0x1e22ae,0xc7,_0x272fe7._0x49ace9,_0x272fe7._0x3401ec)](_0x530c8f['XWdRp']),process[_0x9f7523(_0x272fe7._0x22707e,0x4fb,0x511,_0x272fe7._0x53393b)](-0x1561+0x11b7+-0x139*-0x3));const _0x4f835b=SERVER_CONFIG_KEYS[_0x9f7523(0x59f,0x520,_0x272fe7._0x1d1dfd,_0x272fe7._0x5ed5b5)](_0x21fdb1);function _0x9f7523(_0x10e34e,_0x4b509a,_0x2035df,_0x1249dd){return _0x54ea12(_0x10e34e-0xe8,_0x4b509a,_0x2035df-_0x42fb64._0x40ab8c,_0x1249dd-_0x42fb64._0x1e4ff3);}const _0x398d83=SETUP_JSON_KEYS['has'](_0x21fdb1);!_0x4f835b&&!_0x398d83&&(_0x9f7523(0x465,0x452,_0x272fe7._0x420a42,_0x272fe7._0x2a6915)!==_0x530c8f[_0x30447b(_0x272fe7._0x21c521,0x11b,0x17f,0xd4)]?(_0x37161f[_0x30447b(0xbf,_0x272fe7._0x421ecd,_0x272fe7._0x52b02e,0x137)]==='ENOENT'?_0x42f1ed[_0x30447b(_0x272fe7._0x1aa0da,0xc7,_0x272fe7._0x20123b,0xb3)](_0x9f7523(0x47a,_0x272fe7._0x5ed5b5,_0x272fe7._0x31ca64,0x501)+_0x30447b(0x138,0x183,0x179,0x158)+_0x30447b(0x214,_0x272fe7._0x3c3a4a,0x17f,_0x272fe7._0x5af633)+'\x20'+_0x86d09b):_0x524174[_0x30447b(0xe2,0xc7,_0x272fe7._0x394587,0x2a)](_0x30447b(0x98,_0x272fe7._0x4368ef,_0x272fe7._0x4f1111,_0x272fe7._0xd8893a)+_0x9f7523(_0x272fe7._0x33d967,_0x272fe7._0x1c8616,_0x272fe7._0x5ed5b5,_0x272fe7._0x33002c)+_0x9f7523(0x48c,0x351,0x43a,0x3f6)+_0x5e58ec['message']),_0x3dbf64[_0x30447b(0xfe,_0x272fe7._0x19542c,_0x272fe7._0x4863b0,_0x272fe7._0x54c36f)](0x8ae+0x231d+-0x2bca*0x1)):(console[_0x30447b(0x104,0xc7,_0x272fe7._0x3355d5,0x62)](_0x30447b(_0x272fe7._0x3cae13,_0x272fe7._0x41156d,0x177,_0x272fe7._0x9d8fb7)+_0x30447b(0xa2,_0x272fe7._0x44212a,_0x272fe7._0x55c735,_0x272fe7._0x4e278e)+_0x9f7523(0x3a2,_0x272fe7._0x65bbc,_0x272fe7._0xab69a1,0x40f)+_0x21fdb1),console[_0x30447b(0x10b,0xc7,_0x272fe7._0x864ff4,_0x272fe7._0x1664e0)](_0x9f7523(0x3c9,_0x272fe7._0x431dba,_0x272fe7._0x1ce7ab,0x43e)+_0x30447b(0x7d,_0x272fe7._0x12fbca,_0x272fe7._0xc08d76,0x9e)+'nfig\x22\x20for\x20'+_0x9f7523(_0x272fe7._0x4964a1,_0x272fe7._0x2488e7,0x553,_0x272fe7._0x418565)+_0x9f7523(_0x272fe7._0x4356b7,_0x272fe7._0x145926,_0x272fe7._0x4019c2,_0x272fe7._0x3bfab0)+'keys'),process[_0x9f7523(_0x272fe7._0x2c082d,_0x272fe7._0x4f9a40,0x4bd,0x4fe)](-0x1c1c+0x1708+0x515)));if(_0x4f835b)await setServerConfig(_0x21fdb1,_0x1122a4);else _0x398d83&&await _0x530c8f['gLiJu'](setSetupConfig,_0x21fdb1,_0x1122a4);}async function setServerConfig(_0x48a615,_0xeb20a3){const _0xd032d4={_0x5467a1:0x325,_0x42b437:0x265,_0x4e43ee:0x3ae,_0x4f2fc9:0x44,_0x224ded:0x4,_0x4d1be4:0xb0,_0x2eb178:0x5e,_0x3a859d:0x41,_0x3fb6fb:0x1b9,_0x2c7e22:0x17c,_0x1a7be0:0x152,_0x52499b:0x1a6,_0x2e97b1:0x2ca,_0x468fa7:0xeb,_0x4b9dca:0x285,_0x5a16dc:0x241,_0x4d071c:0x166,_0x45923c:0x66,_0x2cfe9e:0x80,_0x3318fa:0x33,_0x17e17a:0x1ff,_0x2f5c6b:0x196,_0x563d25:0x248,_0x2e6c54:0x1d6,_0x113d49:0x3d,_0x578e3d:0x2d,_0x3e2cd6:0x22f,_0x9ff3d6:0x203,_0xb1d539:0x214,_0x777eb2:0x2b1,_0x2f03ae:0x1a,_0x1bd1e9:0x95,_0xd37f55:0x61,_0x282c6e:0x221,_0xb9936a:0x1ed,_0xa808b1:0x187,_0x877498:0x48,_0x1b7637:0x48,_0x4d007c:0x5b,_0x21e063:0x28d,_0x598f0b:0xa3,_0xd771ff:0xcc,_0x2044b1:0x9c,_0x27a232:0xa,_0x550149:0x2,_0xc478a8:0x4c,_0x30298b:0x271,_0x3e038f:0x2cc,_0x2ccdd2:0x316,_0x5c2ea3:0x1e3,_0x21c3a4:0x1e7,_0x27d7e8:0x140,_0x5ee22c:0x192,_0x531741:0x1b5,_0x4aac42:0x163,_0x2dfc41:0x20e,_0x16aa0b:0x1a8,_0x2cffac:0x18,_0x818edd:0x59,_0x3c893f:0x30f,_0x3eae85:0x2ee,_0x43b820:0x2af,_0x5417e2:0x25c,_0x5dd6f2:0x2d8,_0x21580e:0x1af,_0x5926e5:0x34,_0x23d159:0x102,_0x2cf471:0x382,_0x4c590a:0x230,_0x459bf0:0x3f,_0x8efc9a:0x76,_0xf3cc26:0x73,_0x946da:0xee,_0x2772fc:0x261,_0x1e2603:0x24f,_0x32ab9a:0x26b,_0x4fd153:0x216,_0x5191ec:0x2be,_0x542960:0x2e5,_0x538470:0x20,_0x36a0dd:0x140,_0x5e5555:0x8,_0x4dd036:0x9e,_0x1c0472:0x50,_0x484ff3:0x2cd,_0x127bb6:0x236,_0x44e7d8:0x8,_0x369c35:0x69,_0x1c8a48:0x6,_0x20c69a:0x35c,_0x1825ad:0xb2,_0x43ca31:0x1b6,_0x1fc6d9:0x181,_0x326147:0x15e,_0x2c0972:0x8,_0x12e1ec:0x31,_0x100c57:0x64,_0x1ee2d4:0x86,_0x34c8d5:0x209,_0xc23d50:0x231,_0xb26ec0:0x20f,_0x1bf14c:0x271,_0x1102c4:0x3e,_0x5da043:0x35,_0x308806:0x39,_0x3b7e24:0x1e6,_0x4ecb6a:0x159,_0x5f33f0:0x186,_0x5a4475:0x0,_0x2d150f:0x25b,_0x445e9e:0x2de,_0x424365:0x1b2,_0x59d705:0x113,_0x4f51c4:0x23c,_0xac48f1:0x229,_0x4761f1:0x1b8,_0x648530:0x242,_0x21624e:0x33,_0x3a2ffb:0x29,_0xd571cc:0x87,_0x2c5644:0x97,_0x300b6c:0x15,_0x4f11d6:0x259,_0x161669:0x261,_0x108239:0x1fc,_0x340494:0x8b,_0x2606c4:0x8c},_0xb79237={_0x44abfe:0x5ce},_0x167c4e={_0x431a74:0x19c};function _0x18169a(_0x1f74f7,_0x1d0781,_0x2efa92,_0x459607){return _0x2c4b14(_0x1f74f7-_0x167c4e._0x431a74,_0x1f74f7-0xdd,_0x459607,_0x459607-0x8e);}const _0x3fdd39={'vBxbY':_0x72736e(-0x2ab,-0x25f,-_0xd032d4._0x5467a1,-_0xd032d4._0x42b437)+_0x72736e(-0x30a,-_0xd032d4._0x4e43ee,-0x33a,-0x2f0)+_0x18169a(-_0xd032d4._0x4f2fc9,-_0xd032d4._0x224ded,-_0xd032d4._0x4d1be4,-0x64)+_0x18169a(_0xd032d4._0x2eb178,-0x22,0xbe,0xfd)+_0x18169a(0x36,0xc6,-_0xd032d4._0x3a859d,-0x38)+_0x72736e(-_0xd032d4._0x3fb6fb,-0x24d,-_0xd032d4._0x2c7e22,-_0xd032d4._0x1a7be0)+_0x72736e(-0x245,-_0xd032d4._0x52499b,-_0xd032d4._0x2e97b1,-0x2a0),'GCaRI':_0x18169a(-0xb1,-0xc9,-_0xd032d4._0x468fa7,-0x2c)+_0x72736e(-_0xd032d4._0x4b9dca,-_0xd032d4._0x5a16dc,-0x24b,-0x280),'VWrFi':function(_0x427414,_0x13c2c2){return _0x427414===_0x13c2c2;},'lZmJF':_0x72736e(-0x205,-0x1a5,-0x223,-_0xd032d4._0x4d071c),'unPZU':function(_0x460cb0,_0x324454){return _0x460cb0(_0x324454);},'Caqjg':function(_0x3be910){return _0x3be910();},'NQhOH':'server_por'+'t','UAjJb':function(_0x4f0b89,_0x203fd8,_0x5d22da){return _0x4f0b89(_0x203fd8,_0x5d22da);},'oYVVN':function(_0x162394,_0x56eac1){return _0x162394(_0x56eac1);},'fwGFd':function(_0x5a7937,_0x3aac11){return _0x5a7937<_0x3aac11;},'DUeLu':function(_0x22e758,_0x5f2b4e){return _0x22e758>_0x5f2b4e;},'nllaf':'Error:\x20Inv'+'alid\x20port\x20'+'number','vYPvD':function(_0x4fff80,_0x34c8d8){return _0x4fff80(_0x34c8d8);},'RMwSF':_0x18169a(-_0xd032d4._0x45923c,-0x10b,-_0xd032d4._0x2cfe9e,-_0xd032d4._0x3318fa)+_0x18169a(-0xaf,-0xb9,-0x4b,-0xb7),'lKuZc':_0x72736e(-_0xd032d4._0x17e17a,-_0xd032d4._0x2f5c6b,-0x27e,-_0xd032d4._0x563d25)+'th','xSMwn':_0x72736e(-0x1cb,-0x1db,-_0xd032d4._0x2e6c54,-0x187)+'h','zbsVv':function(_0x56b317,_0x54fa62){return _0x56b317!==_0x54fa62;},'KnbLd':_0x18169a(0x26,-0x3f,_0xd032d4._0x113d49,-_0xd032d4._0x578e3d),'aTtSB':function(_0x900c9f,_0xbc842d){return _0x900c9f(_0xbc842d);},'yZdJy':function(_0x5a7f0f,_0x3e74f7){return _0x5a7f0f===_0x3e74f7;},'iiJXN':_0x72736e(-0x256,-0x26e,-_0xd032d4._0x3e2cd6,-_0xd032d4._0x9ff3d6),'ZjQFK':function(_0xa652e1,_0x5b5d8b){return _0xa652e1(_0x5b5d8b);}};function _0x72736e(_0x3df409,_0x259d75,_0x524f77,_0x36540f){return _0x54ea12(_0x3df409-0x13f,_0x36540f,_0x524f77-0x71,_0x3df409- -_0xb79237._0x44abfe);}switch(_0x48a615){case _0x3fdd39[_0x72736e(-0x22b,-_0xd032d4._0xb1d539,-_0xd032d4._0x777eb2,-0x2c1)]:{if(_0x3fdd39[_0x18169a(_0xd032d4._0x2f03ae,0xc2,_0xd032d4._0x1bd1e9,_0xd032d4._0xd37f55)](_0x3fdd39[_0x72736e(-_0xd032d4._0x282c6e,-0x1bb,-_0xd032d4._0xb9936a,-0x178)],_0x3fdd39[_0x72736e(-0x221,-0x221,-_0xd032d4._0xa808b1,-0x283)])){const _0x18b547=_0x5e74c3[_0x18169a(-0x29,0x2c,-0xac,-_0xd032d4._0x877498)](_0xeb20a3);await _0x3fdd39[_0x18169a(_0xd032d4._0x1b7637,_0xd032d4._0x4d007c,0xae,0x49)](saveCoderSetupPath,_0x18b547),console['log'](_0x72736e(-_0xd032d4._0x21e063,-0x2a9,-0x26b,-0x290)+_0x48a615+_0x18169a(_0xd032d4._0x598f0b,_0xd032d4._0xd771ff,_0xd032d4._0x2044b1,-_0xd032d4._0x27a232)+_0x18b547),console['log'](_0x18169a(-_0xd032d4._0x550149,-_0xd032d4._0x877498,0x4e,-0x9a)+':\x20'+_0x3fdd39[_0x18169a(0xa7,_0xd032d4._0xc478a8,0x10f,_0xd032d4._0x3a859d)](getConfigPath));break;}else _0x194eaf[_0x72736e(-_0xd032d4._0x30298b,-_0xd032d4._0x3e038f,-0x26c,-_0xd032d4._0x2ccdd2)](_0x72736e(-_0xd032d4._0x5c2ea3,-_0xd032d4._0x21c3a4,-_0xd032d4._0x27d7e8,-_0xd032d4._0x5ee22c)+_0x72736e(-_0xd032d4._0x531741,-_0xd032d4._0x4aac42,-0x263,-0x1f8)+_0x72736e(-0x1cf,-0x1e1,-_0xd032d4._0x2dfc41,-_0xd032d4._0x16aa0b)+'\x20'+_0x4360c1),_0x474d58[_0x18169a(-_0xd032d4._0x2cffac,-0x11,-_0xd032d4._0x818edd,-0x9)](_0x3fdd39['vBxbY']);}case _0x3fdd39[_0x72736e(-_0xd032d4._0x3c893f,-_0xd032d4._0x3eae85,-0x379,-_0xd032d4._0x43b820)]:{const _0x3f1882=_0x3fdd39[_0x72736e(-_0xd032d4._0x5417e2,-_0xd032d4._0x5dd6f2,-0x2ff,-_0xd032d4._0x21580e)](parseInt,_0xeb20a3,-0x1*0x1d41+0x2*-0x1335+0x43b5);(_0x3fdd39['oYVVN'](isNaN,_0x3f1882)||_0x3fdd39[_0x18169a(-0x68,-_0xd032d4._0x5926e5,-0x7,-_0xd032d4._0x23d159)](_0x3f1882,0x428*-0x4+-0x3*-0x281+0x2*0x48f)||_0x3fdd39[_0x72736e(-0x2d8,-_0xd032d4._0x2cf471,-0x342,-_0xd032d4._0x4c590a)](_0x3f1882,0x1b877*0x1+-0x8925+-0x2f53*0x1))&&(console[_0x18169a(-0x18,-_0xd032d4._0x459bf0,-0x47,-_0xd032d4._0x2cfe9e)](_0x3fdd39[_0x18169a(-0x7b,-_0xd032d4._0x8efc9a,0x10,-0x24)]),process[_0x18169a(_0xd032d4._0xf3cc26,0x8a,_0xd032d4._0x946da,0xd0)](-0xc3c+-0xae*0x33+0x2ee7));await _0x3fdd39['vYPvD'](saveServerPort,_0x3f1882),console[_0x72736e(-_0xd032d4._0x2772fc,-_0xd032d4._0x1e2603,-_0xd032d4._0x32ab9a,-_0xd032d4._0x4fd153)](_0x72736e(-_0xd032d4._0x21e063,-0x240,-_0xd032d4._0x5191ec,-_0xd032d4._0x542960)+_0x48a615+_0x18169a(0xa3,_0xd032d4._0x538470,_0xd032d4._0x36a0dd,0x124)+_0x3f1882),console[_0x18169a(-_0xd032d4._0x5e5555,0x66,0x93,_0xd032d4._0x4dd036)]('\x20\x20Location'+':\x20'+_0x3fdd39['Caqjg'](getConfigPath));break;}case _0x3fdd39[_0x18169a(-0x42,_0xd032d4._0x1c0472,-0x9a,-0xc0)]:{const _0x20fb14=_0x5e74c3['resolve'](_0xeb20a3);await saveSslCertPath(_0x20fb14),console[_0x18169a(-0x8,-0x88,0x82,0x8d)](_0x72736e(-0x28d,-_0xd032d4._0x484ff3,-0x223,-_0xd032d4._0x127bb6)+_0x48a615+'\x20=\x20'+_0x20fb14),console[_0x18169a(-_0xd032d4._0x44e7d8,_0xd032d4._0x369c35,-0x89,_0xd032d4._0x1c8a48)]('\x20\x20Location'+':\x20'+getConfigPath());break;}case _0x3fdd39[_0x72736e(-0x2ff,-0x2a3,-_0xd032d4._0x20c69a,-0x333)]:{const _0x5d0257=_0x5e74c3['resolve'](_0xeb20a3);await saveSslKeyPath(_0x5d0257),console['log'](_0x18169a(-0x34,-0x6f,-0x21,-_0xd032d4._0x1825ad)+_0x48a615+_0x72736e(-_0xd032d4._0x43ca31,-0x1b1,-_0xd032d4._0x1fc6d9,-_0xd032d4._0x326147)+_0x5d0257),console[_0x18169a(-_0xd032d4._0x2c0972,-_0xd032d4._0x12e1ec,-_0xd032d4._0x100c57,-_0xd032d4._0x1ee2d4)]('\x20\x20Location'+':\x20'+getConfigPath());break;}case _0x3fdd39[_0x72736e(-0x1ec,-0x157,-0x208,-_0xd032d4._0x34c8d5)]:{if(_0x3fdd39[_0x72736e(-_0xd032d4._0xc23d50,-_0xd032d4._0xb26ec0,-_0xd032d4._0x1bf14c,-0x1ab)](_0x3fdd39[_0x18169a(0x35,_0xd032d4._0x1102c4,0x6c,-0x3b)],_0x3fdd39[_0x18169a(_0xd032d4._0x5da043,0x57,0x34,-_0xd032d4._0x308806)]))_0x4fa90e(),_0x44238f[_0x72736e(-_0xd032d4._0x3b7e24,-_0xd032d4._0x4ecb6a,-_0xd032d4._0x5f33f0,-0x1b3)](0x1d5a+0x2*-0xe83+0x53*-0x1);else{const _0x20b65e=_0x5e74c3[_0x18169a(-0x29,0x6c,0x6f,-0xbd)](_0xeb20a3);await _0x3fdd39['aTtSB'](saveSslCaPath,_0x20b65e),console['log']('Set\x20'+_0x48a615+'\x20=\x20'+_0x20b65e),console[_0x18169a(-0x8,_0xd032d4._0x5a4475,_0xd032d4._0x1ee2d4,0x71)](_0x72736e(-_0xd032d4._0x2d150f,-0x1d2,-0x1b3,-_0xd032d4._0x445e9e)+':\x20'+_0x3fdd39[_0x72736e(-_0xd032d4._0x424365,-0x1eb,-0x1c7,-_0xd032d4._0x59d705)](getConfigPath));break;}}case _0x72736e(-_0xd032d4._0x4f51c4,-0x262,-0x1d2,-_0xd032d4._0xac48f1)+'y':{const _0x368fad=_0x3fdd39[_0x72736e(-0x21a,-0x1cc,-_0xd032d4._0x4761f1,-_0xd032d4._0x648530)](_0xeb20a3,_0x3fdd39['iiJXN'])||_0x3fdd39[_0x18169a(_0xd032d4._0x2f03ae,-_0xd032d4._0x21624e,_0xd032d4._0x3a2ffb,_0xd032d4._0xd571cc)](_0xeb20a3,'1');await _0x3fdd39[_0x18169a(-0x94,-_0xd032d4._0x2c5644,-0xe7,-_0xd032d4._0x300b6c)](saveTrustProxy,_0x368fad),console['log']('Set\x20'+_0x48a615+_0x72736e(-0x1b6,-_0xd032d4._0x4f11d6,-0x1c2,-0x17b)+_0x368fad),console[_0x72736e(-_0xd032d4._0x161669,-_0xd032d4._0x108239,-0x245,-0x26e)](_0x18169a(-_0xd032d4._0x550149,0x1a,_0xd032d4._0x340494,_0xd032d4._0x2606c4)+':\x20'+_0x3fdd39['Caqjg'](getConfigPath));break;}}}async function setSetupConfig(_0x572c8d,_0x4d3dfe){const _0x5a65ab={_0x1b8d46:0x4c6,_0x17735c:0x558,_0x1380e4:0x4d2,_0x971987:0x3f,_0x4d014f:0x71,_0x2ba0bf:0x523,_0x33c693:0x51f,_0x5cc2fa:0x476,_0x2af0a8:0x554,_0x7699ab:0x59,_0x5538e3:0x23,_0xdd1e78:0x50b,_0x58b56a:0x52e,_0x380e0f:0x4a2,_0x1f93ce:0x56b,_0x160e83:0x69,_0x18b455:0x20,_0x4a663d:0x87,_0x1526e4:0x55d,_0x256475:0x44e,_0x166a6e:0x537,_0x24be16:0x8a,_0x3fb54c:0x60,_0x3ad0c0:0x48f,_0x40d659:0x4bb,_0x5d8c45:0x4a3,_0xf2224:0xe7,_0x338c8c:0x32,_0xcf3398:0x104,_0x258cf7:0xa1,_0x18b91f:0xe,_0x410f7f:0x405,_0x34b88f:0x45e,_0x1311b7:0x4e6,_0xb39bc7:0xda,_0x530ab9:0x28,_0x24559d:0x56d,_0x80c6ce:0x4d3,_0x5926f8:0x5af,_0xea34a5:0x62c,_0x3fc5ec:0x6f,_0x16af5a:0x24,_0x7dae5b:0x4c,_0x46100a:0x3ee,_0x193430:0x46b,_0x59147e:0xd4,_0x27b9bf:0x111,_0x41b352:0x66,_0x1ad4d2:0x55c,_0x1b09f6:0x609,_0x4018f8:0x4bb,_0x49ec2d:0x47c,_0xe67d25:0x44,_0x3e0a1f:0x102,_0x25c148:0x540,_0x556c35:0x4f7,_0x145654:0x53b,_0x547d63:0x4db,_0x563794:0x5c,_0x24a932:0x582,_0x6afae2:0x60c,_0x1c23ab:0x4f7,_0x2aad30:0x4cb,_0x5ad788:0x5a8,_0x255c33:0x549,_0x53a4b8:0x50a,_0x5bcf4f:0x48c,_0x4e5647:0x40,_0x2b67d8:0xbd,_0x27aeaf:0x6b,_0x3e172f:0x58,_0x19dc6c:0x47,_0x5a41d2:0xba,_0x59ea6f:0x608,_0x47a2b5:0xab,_0x510819:0x72,_0x1ae314:0x19,_0x5ec797:0x83,_0x1e1a78:0x12,_0x25453b:0x9d,_0xc73545:0x4f7,_0x15077b:0x4b7,_0x2b36fd:0x585,_0x1b07e2:0x593,_0x3f2d3b:0xb,_0x2b5854:0xeb,_0x3e9190:0xa2,_0x3710e9:0xd7,_0x5276a5:0xb4,_0x5a19c0:0x4ff,_0x16e777:0x54c,_0x19b014:0x584,_0x465d5d:0x4ef,_0x17cf85:0x3dc,_0xa76a80:0x4f,_0x21b2ce:0x6,_0x55bee2:0x4f7,_0x5d9dcd:0x54d,_0x49b0de:0x5ac,_0x34e57b:0x5fd,_0x2029a4:0x540,_0xfba597:0x2d,_0x12dd18:0x87,_0x68bca7:0x35,_0x240a32:0x572,_0x3a387f:0x5da,_0xd6fd54:0x5e0,_0x3e0fde:0x19,_0x219ea7:0x14,_0x4ff79d:0x4a0,_0x239eda:0x5a,_0x141559:0x68,_0x2dcddf:0x1f,_0x57dd34:0x4ac,_0x238974:0x507,_0x589d1f:0x17,_0x2af5c9:0x13,_0x114f84:0x37,_0x25746a:0x41},_0x17d565={_0x3ae6fc:0x4,_0x6a246a:0xe1},_0x2a5b3b={_0x3f8bfb:0x193,_0x2359de:0x69},_0x3eddc3={'Hnctn':_0x29eec1(_0x5a65ab._0x1b8d46,_0x5a65ab._0x17735c,_0x5a65ab._0x1380e4,0x55f)+_0x4fdd5f(-_0x5a65ab._0x971987,-_0x5a65ab._0x4d014f,-0x4e,0x1d)+_0x29eec1(_0x5a65ab._0x2ba0bf,_0x5a65ab._0x33c693,_0x5a65ab._0x5cc2fa,_0x5a65ab._0x2af0a8)+'ed','bydCs':function(_0x4a09eb){return _0x4a09eb();},'bZVCi':'1|2|4|0|3','lIrTp':_0x4fdd5f(-_0x5a65ab._0x7699ab,0x4a,-0x3f,-_0x5a65ab._0x5538e3)+'rver\x20confi'+_0x29eec1(0x546,_0x5a65ab._0xdd1e78,0x589,_0x5a65ab._0x58b56a)+_0x29eec1(_0x5a65ab._0x380e0f,0x52b,0x4ed,0x564)+_0x29eec1(_0x5a65ab._0x1f93ce,0x552,0x4af,0x5a9)+'o/coder-se'+_0x4fdd5f(-_0x5a65ab._0x160e83,_0x5a65ab._0x18b455,-_0x5a65ab._0x4a663d,-0x36),'LGIeb':_0x29eec1(_0x5a65ab._0x1526e4,0x4d6,_0x5a65ab._0x256475,_0x5a65ab._0x166a6e)+_0x4fdd5f(0x86,_0x5a65ab._0x24be16,0xe,_0x5a65ab._0x3fb54c)+_0x29eec1(_0x5a65ab._0x3ad0c0,_0x5a65ab._0x40d659,0x52d,_0x5a65ab._0x5d8c45)+':','znhim':'setup.json','tOCqj':_0x4fdd5f(-0x46,0x3,-_0x5a65ab._0xf2224,-_0x5a65ab._0x338c8c),'tAKGW':function(_0x40166a,_0xabe276){return _0x40166a===_0xabe276;},'QPiZk':_0x4fdd5f(0x74,_0x5a65ab._0xcf3398,_0x5a65ab._0x258cf7,-_0x5a65ab._0x18b91f),'ycsuX':_0x4fdd5f(-0x61,0x34,-0x1f,0x16)+_0x29eec1(_0x5a65ab._0x410f7f,_0x5a65ab._0x34b88f,0x4b7,_0x5a65ab._0x1311b7)+_0x4fdd5f(-0x53,-_0x5a65ab._0xb39bc7,-_0x5a65ab._0x530ab9,-0xd2)+_0x29eec1(0x51d,_0x5a65ab._0x24559d,_0x5a65ab._0x80c6ce,0x4d1)+_0x29eec1(0x5c4,0x545,0x4ec,0x4bb)+_0x29eec1(0x60c,_0x5a65ab._0x5926f8,0x65b,_0x5a65ab._0xea34a5)+'ectory','mgwQE':function(_0x5d53d9,_0x313aa4){return _0x5d53d9!==_0x313aa4;},'ZJgHF':function(_0x3f298b,_0x27b324){return _0x3f298b+_0x27b324;},'SXpBC':'Restart\x20th'+_0x4fdd5f(0x15,-_0x5a65ab._0x3fc5ec,-_0x5a65ab._0x16af5a,_0x5a65ab._0x7dae5b)+_0x29eec1(_0x5a65ab._0x46100a,0x475,_0x5a65ab._0x193430,0x4f8)+'\x20to\x20take\x20e'+_0x4fdd5f(-0xc4,-_0x5a65ab._0x59147e,-_0x5a65ab._0x27b9bf,-_0x5a65ab._0x41b352)},_0x163cb9=await _0x3eddc3[_0x29eec1(0x5cf,_0x5a65ab._0x1ad4d2,_0x5a65ab._0x1b09f6,0x52c)](getCoderSetupPath);if(!_0x163cb9){const _0x52400e=_0x3eddc3[_0x4fdd5f(-0x6d,-0xdc,-0xb,-0x7a)][_0x29eec1(0x5a8,0x5a3,0x5d0,0x56d)]('|');let _0x54d212=-0x1*0x1652+0x4a2*-0x8+-0x2b3*-0x16;while(!![]){switch(_0x52400e[_0x54d212++]){case'0':console[_0x29eec1(_0x5a65ab._0x4018f8,0x4f7,0x550,_0x5a65ab._0x49ec2d)](_0x3eddc3[_0x4fdd5f(-0x5d,_0x5a65ab._0xe67d25,-_0x5a65ab._0x3e0a1f,-0x38)]);continue;case'1':console[_0x29eec1(_0x5a65ab._0x25c148,_0x5a65ab._0x556c35,_0x5a65ab._0x5cc2fa,0x47e)](_0x3eddc3[_0x29eec1(0x504,_0x5a65ab._0x145654,0x58b,_0x5a65ab._0x547d63)]);continue;case'2':console[_0x4fdd5f(-0x27,_0x5a65ab._0x563794,0x7a,-0xce)]('');continue;case'3':process[_0x29eec1(0x573,_0x5a65ab._0x24a932,0x61b,_0x5a65ab._0x6afae2)](-0xf54*0x1+-0x108+0x105d);continue;case'4':console[_0x29eec1(0x537,_0x5a65ab._0x1c23ab,0x534,_0x5a65ab._0x2aad30)](_0x3eddc3[_0x29eec1(0x633,_0x5a65ab._0x5ad788,_0x5a65ab._0x255c33,0x537)]);continue;}break;}}const _0x54331=_0x5e74c3[_0x29eec1(_0x5a65ab._0x80c6ce,_0x5a65ab._0x53a4b8,0x47f,_0x5a65ab._0x5bcf4f)](_0x163cb9,_0x3eddc3[_0x4fdd5f(_0x5a65ab._0x4e5647,_0x5a65ab._0x2b67d8,_0x5a65ab._0x27aeaf,_0x5a65ab._0x3e172f)]);let _0x4f1e6c;function _0x4fdd5f(_0x2c01c3,_0x384062,_0x280357,_0x969ce6){return _0x54ea12(_0x2c01c3-_0x2a5b3b._0x3f8bfb,_0x969ce6,_0x280357-_0x2a5b3b._0x2359de,_0x2c01c3- -0x384);}try{const _0xb01fb=await _0x193b64[_0x4fdd5f(0x35,_0x5a65ab._0x19dc6c,_0x5a65ab._0x5a41d2,_0x5a65ab._0x18b455)](_0x54331,_0x3eddc3[_0x29eec1(0x60c,0x572,_0x5a65ab._0x59ea6f,0x553)]);_0x4f1e6c=JSON[_0x4fdd5f(-_0x5a65ab._0x47a2b5,-0xa7,-0x103,-0xea)](_0xb01fb);}catch(_0x2871a9){_0x3eddc3[_0x4fdd5f(-_0x5a65ab._0x510819,-_0x5a65ab._0x258cf7,_0x5a65ab._0x1ae314,-_0x5a65ab._0x5ec797)](_0x2871a9[_0x4fdd5f(_0x5a65ab._0xe67d25,-_0x5a65ab._0x1e1a78,-0x10,_0x5a65ab._0x25453b)],_0x3eddc3[_0x4fdd5f(0x83,0xfe,0xe6,0x73)])?(console[_0x29eec1(0x52f,_0x5a65ab._0xc73545,_0x5a65ab._0x15077b,0x45f)](_0x29eec1(0x629,_0x5a65ab._0x2b36fd,_0x5a65ab._0x1b07e2,0x53f)+_0x4fdd5f(0x95,0xaa,0x24,-_0x5a65ab._0x3f2d3b)+_0x29eec1(0x615,0x599,0x4ea,0x612)+'\x20'+_0x54331),console['error'](_0x3eddc3[_0x4fdd5f(-0xb3,-_0x5a65ab._0x2b5854,-0x3f,-0x7f)])):_0x3eddc3[_0x4fdd5f(-_0x5a65ab._0x3e9190,-0x9e,-0x96,-0xb9)](_0x4fdd5f(-0x87,-0x8a,-0xb9,-_0x5a65ab._0x3710e9),_0x4fdd5f(0x3d,_0x5a65ab._0x5276a5,-0x72,0x8b))?console['error'](_0x29eec1(0x489,0x4d9,0x497,_0x5a65ab._0x5a19c0)+_0x29eec1(_0x5a65ab._0x16e777,_0x5a65ab._0x19b014,_0x5a65ab._0x17735c,_0x5a65ab._0x465d5d)+_0x29eec1(0x446,0x47a,_0x5a65ab._0x17cf85,0x3e4)+_0x2871a9[_0x4fdd5f(-_0x5a65ab._0xa76a80,-_0x5a65ab._0x21b2ce,0x30,-0x75)]):(_0x13e60b[_0x29eec1(0x49a,_0x5a65ab._0x55bee2,0x463,0x570)](_0x3eddc3[_0x29eec1(0x560,0x53b,0x53e,0x49e)]),_0x3c0a91[_0x29eec1(0x618,0x582,_0x5a65ab._0x5d9dcd,_0x5a65ab._0x49b0de)](0x1345*-0x1+0x6*0x112+-0xcda*-0x1)),process[_0x29eec1(_0x5a65ab._0x34e57b,0x582,0x5a0,_0x5a65ab._0x2029a4)](0x6c5*0x1+0xed5*-0x1+0x5*0x19d);}_0x4f1e6c[_0x572c8d]=_0x4d3dfe,await _0x193b64[_0x4fdd5f(-0x47,-_0x5a65ab._0xfba597,-0x32,-_0x5a65ab._0x12dd18)](_0x54331,_0x3eddc3['ZJgHF'](JSON[_0x4fdd5f(-0xa,0x90,0x25,_0x5a65ab._0x68bca7)](_0x4f1e6c,null,-0xae5+0x31c+0x7cb),'\x0a'),_0x3eddc3[_0x29eec1(0x55d,_0x5a65ab._0x240a32,_0x5a65ab._0x3a387f,_0x5a65ab._0xd6fd54)]),console[_0x4fdd5f(-0x17,_0x5a65ab._0x3e0fde,0x3f,-_0x5a65ab._0x219ea7)]('Set\x20'+_0x572c8d+'\x20=\x20'+_0x4d3dfe),console[_0x29eec1(_0x5a65ab._0x4ff79d,0x507,_0x5a65ab._0x24a932,0x4b4)](_0x4fdd5f(-0x11,_0x5a65ab._0x239eda,_0x5a65ab._0x141559,_0x5a65ab._0x2dcddf)+':\x20'+_0x54331),console[_0x29eec1(_0x5a65ab._0x57dd34,_0x5a65ab._0x238974,0x4f6,0x496)]('');function _0x29eec1(_0x2288b1,_0x552eab,_0x4976f1,_0x5c33fb){return _0x2c4b14(_0x2288b1-_0x17d565._0x3ae6fc,_0x552eab-0x5ec,_0x5c33fb,_0x5c33fb-_0x17d565._0x6a246a);}console[_0x4fdd5f(-_0x5a65ab._0x589d1f,-_0x5a65ab._0x2af5c9,0x26,_0x5a65ab._0x114f84)](_0x3eddc3[_0x4fdd5f(0x14,0xaa,-_0x5a65ab._0x25746a,-0x5)]);}async function getConfig(_0x1b6c25){const _0x502ef3={_0x309114:0x15,_0xa5b027:0x27,_0x500e8d:0xb2,_0x3dddf7:0x1e,_0x3df3b2:0x67,_0xf8799c:0xab,_0x4ef9d2:0x139,_0xf890b5:0x244,_0x326a1e:0x349,_0x592bf2:0x2d5,_0x3e5d7f:0xa0,_0x3c8f35:0x7e,_0x1f958f:0x10d,_0x57c830:0xbe,_0x1ec930:0x16b,_0x2a64ed:0x5e,_0x203bb2:0xef,_0x31b2ed:0x28,_0x2fbe75:0xe0,_0xf77f09:0x61,_0x2160b9:0x336,_0x2ec7dd:0x428,_0x1b4b4a:0x371,_0x4d9f44:0x3c6,_0x16d9e6:0xb,_0x85fa99:0x47,_0x72fc9f:0x124,_0x521288:0x2ab,_0x5bb958:0x313,_0x21bc48:0x21,_0x341758:0x65,_0x1bb226:0x46,_0x4466be:0x30,_0x3b145e:0xbf,_0x112e09:0x5f,_0x443167:0xea,_0xd68e5c:0x34d,_0x38bf1f:0x2f9,_0x23f89a:0x2ad,_0x4ae4f1:0x2a2,_0x37c0b1:0xda,_0x7e3d7c:0x1c,_0x36b1e5:0x92,_0x38fbad:0x2b,_0x51e232:0xd7,_0x4824f1:0xbb,_0x1ca4f8:0xe6,_0x43f6ec:0x2e8,_0x4b9a49:0x2bc,_0x4e560e:0xd,_0x561213:0x2ad,_0x5c2044:0x2ab,_0x4fe75e:0xc,_0x1940b3:0x89,_0x52b61f:0xf7,_0x477c23:0x12f,_0x436a2a:0x11e,_0x33a22f:0xa1,_0x590001:0x333,_0x565215:0x7d,_0x160228:0xed,_0x54e382:0xc7,_0x13d58a:0x99,_0x1a3f6f:0x2a0,_0x51b095:0x14d,_0x16020e:0xdc,_0x40a097:0xb1,_0x191fb9:0x2b,_0x209864:0x2d,_0x4dc725:0x8a,_0x22212b:0xcc,_0xcbf0cb:0x34,_0x39bc34:0x3f,_0x502ccc:0x360,_0x5c3ba4:0x22,_0xb8b320:0x4,_0x1125bd:0x3e,_0x246098:0x31e,_0x414a22:0x321,_0x1195c1:0x63,_0xd48a80:0x4c,_0x296889:0x291,_0x31e792:0x32f,_0x586ecd:0x294,_0x18a0fe:0x330,_0x389308:0x335,_0x4743f5:0x3ae,_0x5b9163:0x3b7,_0x4f69a4:0x34e,_0x269ec5:0x39a,_0x4c5aef:0x2d2,_0xe82d2e:0x39e,_0x3feeb7:0x368,_0x3e5f33:0x279,_0x44edcf:0x30d,_0x38a8d1:0x416,_0x48965b:0x3d6,_0x119ea7:0x3d8,_0x5dc32a:0x2b,_0x338d85:0x1,_0x25cc9d:0x2f1,_0x2dc6cc:0x26b,_0x54b43d:0x267,_0x2ce093:0x2cb,_0xaa63e9:0x61,_0x5cc8da:0x14c,_0x5524b0:0xf1,_0x3ca624:0x38f,_0x1ea627:0xe4,_0xe62699:0x5d,_0x4ef7f0:0x347,_0x1dd63d:0x10d,_0x3f6127:0x64,_0x4359f8:0x35b,_0x2bfcf0:0x2c6,_0x24c473:0x250,_0x10aa3d:0x271,_0x405d45:0x176,_0x4fdd05:0x99,_0x10d4fd:0xb9,_0x3aec29:0x100,_0xa27752:0x316,_0x184b12:0x2be,_0x4aeba1:0x26e,_0x5df480:0x115,_0x366cff:0x155,_0x38fb53:0x25e,_0x135fcc:0x396,_0x5774ae:0x24b,_0xb5ab2:0x2f6,_0xaa78c9:0x332,_0x85ac78:0x38d,_0x53add5:0x2f4,_0x264ef3:0x304,_0x32a6ca:0xd4,_0x21a8c0:0x59,_0xc08999:0x5d,_0x324002:0x15b,_0x42272c:0x11d,_0x5c7226:0x145,_0x39e7d3:0x361,_0x1bfbd3:0x400,_0x2c9de6:0x3c4,_0xc106fb:0x101,_0xc201a3:0xba,_0xf4bdee:0x349,_0x282849:0x2d6,_0x32cc0c:0x29e,_0x2c356e:0x2db,_0x4fce30:0x2b5,_0x886e6a:0x35a,_0x18a283:0xf4,_0x2ebc24:0xe2,_0xf67e11:0x156,_0x2a9771:0x93,_0x5c1aed:0x72,_0xae75fb:0x298,_0x4d2736:0x408,_0x2ad4be:0x316,_0x279f50:0x2a6,_0x207401:0x3df,_0x4f115e:0x337,_0x5291c6:0x2aa,_0x1a1f65:0x353,_0x1e4a99:0x2e0,_0x39d668:0xe,_0x1b83b7:0x45,_0x1f6c39:0x86,_0x52ef86:0x98,_0x3c9428:0x72,_0x5675d1:0x202,_0x27d2cf:0x1f5,_0x36dc4d:0x43,_0x5267fc:0xe9,_0x2e463c:0x87,_0x515106:0x309,_0x33f9f1:0x2d3,_0x5d57cb:0x3ee,_0x45923a:0x245,_0x3059fa:0x2c3,_0x4ec5d6:0x327,_0x4508d1:0x2d1,_0x1269da:0x6f,_0x183dc6:0x1f,_0x548275:0x7e,_0x4721ab:0x288,_0x2f5bee:0x228,_0x15e55e:0x269,_0x3c2453:0x31b,_0x2f9310:0x2b8,_0x2f57f7:0x18a,_0x40e2a7:0x2ce,_0x5f18a6:0x2c9,_0x134221:0x9e,_0xe17298:0x7a,_0x5b8fd4:0x2e2,_0x4d8038:0x263,_0x5da308:0x33c,_0x49f1df:0x393,_0x28f993:0x375,_0x209fb7:0x3cc,_0x3ae00e:0x31d,_0x5d49e1:0x376,_0x235913:0x330,_0x597bef:0x221,_0x6cecd3:0x277,_0x3e6272:0x2b9,_0x4d830f:0x2ec,_0x4c4d30:0x334,_0x21d01a:0x25e,_0x8ac6c:0x337,_0x3514f5:0x3fc,_0x29ed8e:0x372,_0x361cb2:0x3bb,_0x2bc5bf:0x290,_0x611a54:0x1f5,_0x1e28e5:0x3dd,_0x134f22:0x337,_0x3a1aba:0xe3,_0xef58d7:0xca,_0x4d9743:0x45b,_0x113bcb:0x27f,_0x5ba102:0x3b6,_0x18b818:0x328,_0x48ccd0:0x37d,_0x16dead:0x90,_0x27121a:0x136,_0xbfeee5:0xbc,_0x115df4:0x38,_0x1f66d5:0x92,_0x5c4e1a:0x2c,_0x3a20bc:0x29,_0x36641e:0x4f,_0x39ee7f:0x3a4,_0x37bff3:0x3d3,_0x2d42d1:0x64,_0x1b5d30:0x380,_0x251281:0x314,_0xdd4ab4:0x2b1,_0x421564:0x3cf,_0x2b74bf:0x363,_0x46244d:0x2ee,_0x4727d2:0xe1,_0x47705a:0x124,_0x36d7b9:0x130,_0x27268d:0x6f,_0x280440:0x3e2,_0x1d0ceb:0x40f,_0xec85a0:0x3ec,_0x3f7cdb:0xbf,_0x2616a9:0x3c,_0x384f16:0xc,_0x46e14f:0x3,_0x5d3aec:0xb1,_0x57826a:0x346,_0x3cb224:0x174,_0x5007e7:0x147,_0x6b2238:0x79,_0x5ae312:0x153,_0x94b2d5:0x338,_0x1aad9e:0x3c5,_0x5d3074:0x3f2,_0x2393fd:0x7e,_0x49ba5c:0x2e7,_0x38abc0:0x303,_0x3367e1:0x411,_0x505148:0x3ad,_0x4a245d:0x306,_0x398fd5:0x2ee,_0x57110f:0x2f0,_0x175300:0x31a,_0x568a33:0x2fb,_0x44026b:0x90,_0x41e3b9:0xcd,_0x44f565:0x310,_0x4d1b1e:0x391,_0x10d3d6:0x337,_0x3fd9e8:0x3b2,_0x104d63:0x337,_0x3d158a:0xbf,_0x41eb2b:0x3da,_0x46b983:0x381,_0x3326b1:0x369,_0x31b122:0x40c,_0x11c54e:0x43b,_0x38aad1:0x351,_0x54e309:0x3a2,_0x11cead:0x28b,_0x48aecb:0x362,_0x390598:0x167,_0x3af942:0x92,_0x1feb81:0xb7,_0x11cfe0:0x43c,_0x5d448f:0x37a,_0x138695:0x47e,_0x517dac:0x3f3,_0x33e3fa:0x24d,_0x5f52b7:0x2c1,_0x595881:0x29b,_0x342d:0x3bb,_0x4c0dbf:0x36d,_0x3551c4:0x470,_0x24281b:0x71,_0x26b1fc:0x17a,_0x5bedc7:0x187,_0xd0e90a:0x13c,_0x20b145:0x301,_0x24a252:0x272,_0xa15853:0x30f,_0xd84ee5:0x15f,_0x475bd2:0x2f3,_0x5353f2:0x47,_0x5236b4:0x1a,_0x2ed574:0x32,_0x4cca40:0x1c5,_0x20ce72:0x1b7,_0x2ad0a8:0x13c,_0xa173c3:0xb0,_0x5cf59e:0x34,_0x2efc22:0x25,_0x3ba165:0x72,_0x26d8aa:0x51,_0x13b086:0x398,_0x31ae0a:0x254,_0x117ec0:0x2ac,_0x42929a:0x2cb,_0x5cc0de:0x366,_0x49fdcf:0x410,_0x261eb2:0x45a,_0x11282c:0x3ea},_0xa7d4aa={_0x83f51b:0x148,_0x18e35b:0x26},_0x18b2dd={_0x4c6cb6:0x5a,_0x12af79:0x36};function _0x3e7a2d(_0x4e4789,_0x8079b7,_0x18d4ec,_0xf2f6d6){return _0x2c4b14(_0x4e4789-_0x18b2dd._0x4c6cb6,_0xf2f6d6-_0x18b2dd._0x12af79,_0x8079b7,_0xf2f6d6-0x1e9);}const _0x5c9c27={'XjErx':_0x3e7a2d(_0x502ef3._0x309114,0x38,-0x83,-0x5e)+'up\x20path\x20no'+'t\x20configur'+'ed','HlLFV':'Usage:\x20cod'+_0x3e7a2d(-0xc3,-_0x502ef3._0xa5b027,-0x55,-_0x502ef3._0x500e8d)+_0x3e7a2d(_0x502ef3._0x3dddf7,-_0x502ef3._0x3df3b2,-0x3e,-0x41)+_0x3e7a2d(-0xec,-0x12f,-_0x502ef3._0xf8799c,-_0x502ef3._0x4ef9d2)+'ve|show>\x20['+_0x241d2c(0x228,_0x502ef3._0xf890b5,_0x502ef3._0x326a1e,_0x502ef3._0x592bf2)+'e]','DXMsn':_0x3e7a2d(-_0x502ef3._0x3e5d7f,-_0x502ef3._0x3c8f35,-_0x502ef3._0x1f958f,-_0x502ef3._0x57c830),'yuRXD':_0x3e7a2d(-_0x502ef3._0x1ec930,-0x75,-_0x502ef3._0x2a64ed,-_0x502ef3._0x203bb2)+_0x3e7a2d(-0xa6,-_0x502ef3._0x31b2ed,-_0x502ef3._0x2fbe75,-_0x502ef3._0xf77f09)+_0x241d2c(0x39d,0x2fd,0x34b,_0x502ef3._0x2160b9)+_0x241d2c(0x350,_0x502ef3._0x2ec7dd,_0x502ef3._0x1b4b4a,_0x502ef3._0x4d9f44)+'\x20value','MfueN':_0x3e7a2d(0x19,-0x59,-_0x502ef3._0x16d9e6,-_0x502ef3._0x85fa99)+_0x3e7a2d(-0x13b,-0xdd,-0x179,-_0x502ef3._0x72fc9f)+_0x241d2c(0x29e,0x3a7,_0x502ef3._0x521288,_0x502ef3._0x5bb958)+_0x3e7a2d(0x5,0x16,_0x502ef3._0x21bc48,-0x4f)+'ion\x20value','Gtybl':_0x241d2c(0x3fd,0x3af,0x43a,0x3eb)+_0x3e7a2d(_0x502ef3._0x341758,-_0x502ef3._0x1bb226,-0x65,-_0x502ef3._0x4466be)+_0x3e7a2d(-_0x502ef3._0x3b145e,-0xcc,-_0x502ef3._0x112e09,-_0x502ef3._0x443167)+'red\x20in\x20~/.'+_0x241d2c(_0x502ef3._0xd68e5c,_0x502ef3._0x38bf1f,_0x502ef3._0x23f89a,_0x502ef3._0x4ae4f1)+_0x3e7a2d(-_0x502ef3._0x37c0b1,-_0x502ef3._0x7e3d7c,-0x81,-_0x502ef3._0x36b1e5),'IMnmC':_0x3e7a2d(_0x502ef3._0x38fbad,-0x103,-_0x502ef3._0x51e232,-0x56)+_0x3e7a2d(-0x55,-_0x502ef3._0x4824f1,-0x31,-0x59)+'\x20\x20Path\x20to\x20'+'coder-setu'+_0x3e7a2d(-0x18b,-0xaa,-_0x502ef3._0x1ca4f8,-0x129)+'y','hDrkJ':'\x20\x20server_p'+_0x241d2c(_0x502ef3._0x43f6ec,0x35d,_0x502ef3._0x4b9a49,0x332)+'\x20\x20Server\x20p'+'ort\x20(defau'+_0x3e7a2d(-0x1d,_0x502ef3._0x4e560e,0x1a,-0x8),'ISvGq':_0x241d2c(_0x502ef3._0x592bf2,_0x502ef3._0x561213,_0x502ef3._0x5c2044,0x2f4)+_0x3e7a2d(-0x1c9,-0x124,-0x19f,-0x127)+_0x3e7a2d(-0xc2,-_0x502ef3._0x4fe75e,-_0x502ef3._0x1940b3,-0x57)+_0x3e7a2d(-_0x502ef3._0x52b61f,-_0x502ef3._0x477c23,-_0x502ef3._0x436a2a,-_0x502ef3._0x33a22f)+_0x241d2c(0x3af,0x3db,_0x502ef3._0x4d9f44,_0x502ef3._0x590001),'PiZuP':_0x3e7a2d(-0x174,-_0x502ef3._0x565215,-_0x502ef3._0x160228,-0x103)+_0x3e7a2d(-_0x502ef3._0x54e382,0xf,-_0x502ef3._0x31b2ed,-0x37)+'\x20\x20Path\x20to\x20'+_0x3e7a2d(-0x1af,-_0x502ef3._0x13d58a,-0x1aa,-0x125)+_0x241d2c(_0x502ef3._0x1a3f6f,0x26d,0x2c4,0x2a5),'KRBMG':_0x3e7a2d(-_0x502ef3._0x51b095,-0xbe,-0x86,-_0x502ef3._0x16020e)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x3e7a2d(-0xf5,-_0x502ef3._0x40a097,-_0x502ef3._0x191fb9,-0x57)+_0x3e7a2d(-_0x502ef3._0x209864,-0x86,-_0x502ef3._0x4dc725,-_0x502ef3._0x22212b)+_0x3e7a2d(0x35,-_0x502ef3._0xcbf0cb,_0x502ef3._0x39bc34,-0x2)+_0x241d2c(0x384,0x346,0x311,_0x502ef3._0x502ccc),'iQYyE':_0x3e7a2d(-0x3b,-_0x502ef3._0x5c3ba4,-_0x502ef3._0xb8b320,-_0x502ef3._0x1125bd)+_0x241d2c(0x31b,0x33c,_0x502ef3._0x246098,_0x502ef3._0x414a22)+_0x3e7a2d(-0xb5,_0x502ef3._0x1195c1,-0xac,-_0x502ef3._0xd48a80)+'oxy\x20header'+'s\x20(true/fa'+'lse)','gltyp':_0x241d2c(_0x502ef3._0x296889,0x371,0x2cb,_0x502ef3._0x31e792)+'iguration\x20'+_0x241d2c(_0x502ef3._0x586ecd,_0x502ef3._0x18a0fe,0x28d,_0x502ef3._0x389308)+'ed\x20in\x20setu'+_0x241d2c(0x382,_0x502ef3._0x4743f5,_0x502ef3._0x5b9163,_0x502ef3._0x4f69a4),'MapbY':'\x20\x20default_'+_0x241d2c(_0x502ef3._0x269ec5,_0x502ef3._0x4c5aef,_0x502ef3._0xe82d2e,_0x502ef3._0x3feeb7)+_0x241d2c(_0x502ef3._0x3e5f33,0x2a2,_0x502ef3._0x44edcf,0x2d9)+'agent\x20(cla'+_0x241d2c(_0x502ef3._0x38a8d1,_0x502ef3._0x48965b,0x40d,_0x502ef3._0x119ea7)+'ex)','hCONH':_0x3e7a2d(-0x25,0x54,-_0x502ef3._0x5dc32a,-_0x502ef3._0x338d85)+_0x241d2c(_0x502ef3._0x25cc9d,_0x502ef3._0x2dc6cc,_0x502ef3._0x54b43d,_0x502ef3._0x2ce093)+'\x20\x20Path\x20to\x20'+'store\x20task'+'\x20results','PThGC':_0x3e7a2d(-_0x502ef3._0xaa63e9,-_0x502ef3._0x5cc8da,-0x130,-_0x502ef3._0x5524b0)+_0x241d2c(0x379,0x308,_0x502ef3._0x3ca624,0x2f6)+_0x3e7a2d(-0x10b,-_0x502ef3._0x1ea627,-_0x502ef3._0xe62699,-0xab)+_0x241d2c(0x313,0x37f,_0x502ef3._0x4ef7f0,0x36b)+_0x3e7a2d(-0xb8,-_0x502ef3._0x1dd63d,-0xd,-_0x502ef3._0x3f6127)+_0x241d2c(0x368,_0x502ef3._0x4359f8,_0x502ef3._0x2bfcf0,0x320)+_0x241d2c(0x38c,_0x502ef3._0x24c473,_0x502ef3._0x10aa3d,0x2f5),'iVlUi':_0x3e7a2d(-0x114,-_0x502ef3._0x405d45,-0x75,-_0x502ef3._0x5524b0)+_0x3e7a2d(-_0x502ef3._0x4fdd05,-0x12b,-_0x502ef3._0x10d4fd,-_0x502ef3._0x3aec29)+_0x241d2c(_0x502ef3._0xa27752,_0x502ef3._0x184b12,_0x502ef3._0x4aeba1,0x2e1)+_0x241d2c(0x23f,0x351,0x386,0x2e4)+'80','yZJMT':_0x3e7a2d(-0x168,-_0x502ef3._0x5df480,-_0x502ef3._0x366cff,-0xf1)+_0x241d2c(_0x502ef3._0x38fb53,_0x502ef3._0x135fcc,_0x502ef3._0x5774ae,_0x502ef3._0xb5ab2)+_0x241d2c(_0x502ef3._0xaa78c9,_0x502ef3._0x85ac78,_0x502ef3._0x53add5,_0x502ef3._0x264ef3)+_0x3e7a2d(-_0x502ef3._0x32a6ca,-_0x502ef3._0x21a8c0,-0x53,-0x46)+'claude','CLWlt':_0x3e7a2d(-_0x502ef3._0xc08999,-0x7c,-0x151,-0xf1)+_0x3e7a2d(-_0x502ef3._0x324002,-_0x502ef3._0x42272c,-_0x502ef3._0x5c7226,-0x100)+_0x241d2c(_0x502ef3._0x39e7d3,_0x502ef3._0x1bfbd3,_0x502ef3._0x2c9de6,0x3a6),'NyBHI':function(_0x5f4f03,_0x712c7c){return _0x5f4f03&&_0x712c7c;},'wThiG':'Run\x20\x22coder'+_0x3e7a2d(-0x1b2,-_0x502ef3._0xc106fb,-0xda,-0x119)+'nfig\x22\x20for\x20'+_0x3e7a2d(-_0x502ef3._0xc201a3,0x4,0x2,-0x11)+_0x241d2c(_0x502ef3._0xf4bdee,0x2c2,0x370,_0x502ef3._0x282849)+_0x241d2c(0x3a5,0x431,0x3dc,0x38f),'PFcci':_0x241d2c(0x314,0x33c,0x28a,_0x502ef3._0x32cc0c)+_0x241d2c(_0x502ef3._0x2c356e,0x320,0x2fb,0x323),'MJmMn':_0x241d2c(_0x502ef3._0x4fce30,0x30d,0x38b,_0x502ef3._0x886e6a)+'t','VivAN':function(_0x2cbd82){return _0x2cbd82();},'EkApb':'ssl_cert_p'+_0x3e7a2d(-_0x502ef3._0x18a283,-_0x502ef3._0x2ebc24,-0x184,-_0x502ef3._0xf67e11),'TpUOF':function(_0x3f2800){return _0x3f2800();},'HhaSx':'ssl_ca_pat'+'h','OiFEg':function(_0x643622){return _0x643622();},'OfDur':_0x3e7a2d(-0x70,0x8,-_0x502ef3._0x2a9771,-0x8a)+'y','OyqGJ':function(_0xe4e6dc,_0x2d4722){return _0xe4e6dc===_0x2d4722;},'vlSNt':_0x3e7a2d(-_0x502ef3._0x5c1aed,-0x37,-0xb2,-0xd9),'qHtzo':'GGPPy','ZpvAM':_0x241d2c(0x217,_0x502ef3._0x4ae4f1,_0x502ef3._0xae75fb,0x2ad),'gkjHW':function(_0x425900,_0x25322e){return _0x425900===_0x25322e;},'WShMh':_0x241d2c(_0x502ef3._0x4d2736,_0x502ef3._0x3ca624,_0x502ef3._0x4359f8,0x3d2),'OMWsd':function(_0x8f3123,_0x139049){return _0x8f3123!==_0x139049;},'enQgn':_0x241d2c(0x2ab,_0x502ef3._0x2ad4be,0x28e,_0x502ef3._0x279f50),'Yogir':'vwSOh','RFzMT':function(_0x2860c8,_0x2676bb){return _0x2860c8!==_0x2676bb;}};!_0x1b6c25&&(console[_0x241d2c(0x373,_0x502ef3._0x207401,0x377,_0x502ef3._0x4f115e)](_0x241d2c(0x393,0x310,_0x502ef3._0x5291c6,0x2e6)+_0x241d2c(_0x502ef3._0x1a1f65,_0x502ef3._0x1e4a99,0x2ec,0x344)+_0x3e7a2d(-_0x502ef3._0x54e382,_0x502ef3._0x39d668,-_0x502ef3._0x1b83b7,-_0x502ef3._0x1f6c39)+'\x20<key>'),process[_0x3e7a2d(-_0x502ef3._0x52ef86,-0x65,_0x502ef3._0x341758,-0x34)](0xf98+-0x1bf6+0xc5f));const _0x414151=SERVER_CONFIG_KEYS['has'](_0x1b6c25),_0x303b88=SETUP_JSON_KEYS[_0x3e7a2d(0x54,_0x502ef3._0x3c9428,-0x1f,-0x1c)](_0x1b6c25);_0x5c9c27[_0x241d2c(0x2f5,_0x502ef3._0x5675d1,_0x502ef3._0x27d2cf,0x2a4)](!_0x414151,!_0x303b88)&&(console['error'](_0x3e7a2d(-0x9e,-0x45,-0x61,-_0x502ef3._0x36dc4d)+_0x3e7a2d(-0x8e,-_0x502ef3._0x5267fc,-0xf3,-_0x502ef3._0x2e463c)+_0x241d2c(0x33e,0x361,_0x502ef3._0x515106,_0x502ef3._0x33f9f1)+_0x1b6c25),console['error'](_0x5c9c27[_0x241d2c(0x41e,_0x502ef3._0x5d57cb,0x404,0x3e0)]),process[_0x241d2c(0x43a,0x467,_0x502ef3._0x5b9163,0x3c2)](-0x4da+-0x1422+0x18fd));let _0x543329;if(_0x414151)switch(_0x1b6c25){case _0x5c9c27[_0x241d2c(0x339,0x352,_0x502ef3._0x45923a,_0x502ef3._0x3059fa)]:_0x543329=await getCoderSetupPath();break;case _0x5c9c27[_0x241d2c(0x35e,_0x502ef3._0x4ec5d6,_0x502ef3._0x4508d1,0x31e)]:_0x543329=await _0x5c9c27[_0x3e7a2d(-_0x502ef3._0x1269da,-_0x502ef3._0x183dc6,-0x25,-_0x502ef3._0x548275)](getServerPort);break;case _0x5c9c27['EkApb']:_0x543329=await getSslCertPath();break;case'ssl_key_pa'+'th':_0x543329=await _0x5c9c27[_0x241d2c(_0x502ef3._0x4721ab,0x262,_0x502ef3._0x2f5bee,0x2c9)](getSslKeyPath);break;case _0x5c9c27[_0x241d2c(_0x502ef3._0x15e55e,_0x502ef3._0x3c2453,0x260,_0x502ef3._0x2f9310)]:_0x543329=await _0x5c9c27['OiFEg'](getSslCaPath);break;case _0x5c9c27[_0x3e7a2d(-0x9b,-_0x502ef3._0x2f57f7,-0x46,-0xec)]:_0x543329=await _0x5c9c27[_0x241d2c(_0x502ef3._0x40e2a7,0x222,0x2e8,_0x502ef3._0x5f18a6)](getTrustProxy);break;}else{if(_0x303b88){const _0x191ff3=await _0x5c9c27[_0x3e7a2d(-0x54,-_0x502ef3._0x134221,-0x124,-_0x502ef3._0x548275)](getCoderSetupPath);!_0x191ff3&&(_0x5c9c27['OyqGJ'](_0x5c9c27['vlSNt'],'UVNZC')?(_0xf50f85[_0x3e7a2d(-_0x502ef3._0xe17298,-0x169,-0xcf,-0xbf)](_0x5c9c27[_0x241d2c(0x2a4,_0x502ef3._0x5b8fd4,_0x502ef3._0x4d8038,0x2b4)]),_0x5d38ae[_0x241d2c(_0x502ef3._0x5da308,_0x502ef3._0x49f1df,0x3aa,0x3c2)](-0x1589+0x101*0xd+-0x87d*-0x1)):(console['error'](_0x5c9c27['XjErx']),process['exit'](0xb*0x23b+-0x141*-0xa+-0x2512*0x1)));const _0x1f7b5b=_0x5e74c3['join'](_0x191ff3,_0x241d2c(0x39c,0x38e,_0x502ef3._0x28f993,_0x502ef3._0x209fb7));try{if(_0x5c9c27[_0x241d2c(0x39c,_0x502ef3._0x3ae00e,_0x502ef3._0x5d49e1,_0x502ef3._0x235913)]!==_0x5c9c27[_0x241d2c(_0x502ef3._0x597bef,_0x502ef3._0x6cecd3,0x249,_0x502ef3._0x3e6272)]){const _0x38156c=await _0x193b64[_0x241d2c(0x346,0x3e5,0x430,0x393)](_0x1f7b5b,_0x241d2c(_0x502ef3._0x4d830f,_0x502ef3._0x4c4d30,0x303,0x318)),_0x1c3f32=JSON[_0x241d2c(0x2f1,0x216,_0x502ef3._0x21d01a,0x2b3)](_0x38156c);_0x543329=_0x1c3f32[_0x1b6c25];}else _0x14a4d7[_0x241d2c(0x3d4,_0x502ef3._0x3ae00e,0x29a,_0x502ef3._0x8ac6c)](_0x5c9c27[_0x241d2c(_0x502ef3._0x3514f5,_0x502ef3._0x29ed8e,0x2c6,_0x502ef3._0x1a1f65)]),_0x362bc7['error'](''),_0x50ce75[_0x241d2c(_0x502ef3._0x361cb2,0x336,_0x502ef3._0x2bc5bf,0x337)](_0x5c9c27[_0x3e7a2d(-0x119,-0xca,-_0x502ef3._0x611a54,-0x146)]),_0xc4f94f[_0x241d2c(0x3e1,_0x502ef3._0x1e28e5,0x364,_0x502ef3._0x134f22)](_0x3e7a2d(-0x14d,-_0x502ef3._0x3a1aba,-0xaa,-_0x502ef3._0xef58d7)+_0x241d2c(0x3c1,0x38b,_0x502ef3._0x4d9743,0x3bd)+_0x241d2c(_0x502ef3._0x113bcb,_0x502ef3._0x5ba102,0x390,_0x502ef3._0x18b818)+_0x241d2c(0x3f3,_0x502ef3._0x48ccd0,0x395,0x3c6)+'\x20value'),_0x2a540a['error'](_0x5c9c27[_0x3e7a2d(-0xa4,-0x115,-0xac,-0xf3)]),_0x16664d['error'](_0x5c9c27[_0x3e7a2d(-_0x502ef3._0x16dead,-_0x502ef3._0x2ebc24,-0x1d1,-_0x502ef3._0x27121a)]),_0x2fb8d8['error'](_0x3e7a2d(-0x56,-_0x502ef3._0xbfeee5,0x37,-0x2e)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x3e7a2d(-_0x502ef3._0x115df4,-_0x502ef3._0x21a8c0,-_0x502ef3._0x1f66d5,-_0x502ef3._0x5c4e1a)+_0x3e7a2d(-_0x502ef3._0x3a20bc,-0xd2,-_0x502ef3._0x1125bd,-_0x502ef3._0x36641e)+_0x3e7a2d(-0x88,0x5e,_0x502ef3._0x52ef86,-0x5)),_0x1bfbd2[_0x241d2c(_0x502ef3._0xe82d2e,_0x502ef3._0x28f993,0x3d1,0x337)](''),_0xc593bd[_0x3e7a2d(-0xba,-0x2a,-0x4d,-0xbf)](_0x5c9c27[_0x241d2c(0x387,0x3ae,_0x502ef3._0x39ee7f,0x367)]),_0x20cac4[_0x241d2c(0x323,_0x502ef3._0x37bff3,_0x502ef3._0x39ee7f,0x337)](_0x5c9c27['IMnmC']),_0x5a4fe5['error'](_0x5c9c27[_0x3e7a2d(-0x140,-0x77,-_0x502ef3._0x2d42d1,-0x107)]),_0x123607[_0x241d2c(0x3db,0x344,_0x502ef3._0x1b5d30,0x337)](_0x5c9c27[_0x241d2c(_0x502ef3._0x251281,_0x502ef3._0xdd4ab4,0x2b3,_0x502ef3._0x515106)]),_0x58390c[_0x241d2c(0x2e7,0x3c5,_0x502ef3._0x421564,_0x502ef3._0x134f22)](_0x5c9c27['PiZuP']),_0x5cc30b[_0x241d2c(0x36b,_0x502ef3._0x2b74bf,_0x502ef3._0x46244d,0x337)](_0x5c9c27[_0x3e7a2d(-0x172,-0x4d,-_0x502ef3._0x1940b3,-_0x502ef3._0x4727d2)]),_0x12af36['error'](_0x5c9c27['iQYyE']),_0x25759f[_0x3e7a2d(-_0x502ef3._0x47705a,-0x157,-_0x502ef3._0x36d7b9,-0xbf)](''),_0x256d8c[_0x3e7a2d(-_0x502ef3._0x27268d,-0x47,-0x119,-0xbf)](_0x5c9c27[_0x241d2c(_0x502ef3._0x280440,_0x502ef3._0x1d0ceb,0x467,_0x502ef3._0xec85a0)]),_0xd2d70f[_0x3e7a2d(-0x8e,-0x70,-0x57,-_0x502ef3._0x3f7cdb)](_0x241d2c(0x306,0x244,_0x502ef3._0xaa78c9,0x2b2)+_0x3e7a2d(-0xa6,-_0x502ef3._0x2616a9,-_0x502ef3._0x384f16,-_0x502ef3._0x183dc6)+_0x3e7a2d(-_0x502ef3._0x36641e,-_0x502ef3._0x46e14f,-_0x502ef3._0x5d3aec,-0x25)+'me'),_0x5d93db[_0x241d2c(0x2ee,_0x502ef3._0x57826a,0x321,0x337)](_0x5c9c27[_0x3e7a2d(-0xef,-_0x502ef3._0x3cb224,-0xaf,-_0x502ef3._0x5007e7)]),_0x613154[_0x3e7a2d(-_0x502ef3._0x6b2238,-0xac,-_0x502ef3._0x5ae312,-0xbf)](_0x5c9c27[_0x241d2c(_0x502ef3._0x94b2d5,_0x502ef3._0x1aad9e,_0x502ef3._0x5d3074,0x3b7)]),_0x4572da[_0x3e7a2d(-_0x502ef3._0x2393fd,-_0x502ef3._0x134221,-0x103,-0xbf)](_0x241d2c(_0x502ef3._0x49ba5c,0x242,_0x502ef3._0x38abc0,0x2be)+_0x241d2c(_0x502ef3._0x3367e1,0x409,_0x502ef3._0x505148,0x3d7)+_0x241d2c(0x2fd,0x2d8,_0x502ef3._0x4a245d,_0x502ef3._0x398fd5)+_0x241d2c(0x33d,0x26f,0x333,_0x502ef3._0x57110f)+_0x241d2c(_0x502ef3._0x175300,_0x502ef3._0x568a33,0x32f,0x2f9)),_0x22b0db['error'](''),_0x4299fc[_0x3e7a2d(-_0x502ef3._0x44026b,-_0x502ef3._0x41e3b9,-0xcd,-0xbf)]('Examples:'),_0x2d5df9[_0x3e7a2d(-0xae,-0x112,-_0x502ef3._0x16020e,-0xbf)](_0x5c9c27['PThGC']),_0x710dd8[_0x241d2c(_0x502ef3._0x44f565,0x2e2,_0x502ef3._0x4d1b1e,_0x502ef3._0x10d3d6)](_0x5c9c27[_0x241d2c(0x26c,0x24f,0x378,0x2fa)]),_0x34100e[_0x241d2c(0x289,_0x502ef3._0x3fd9e8,0x2c5,_0x502ef3._0x104d63)](_0x5c9c27['yZJMT']),_0x511120[_0x3e7a2d(-0xcf,-_0x502ef3._0x37c0b1,-0xd4,-_0x502ef3._0x3d158a)](_0x5c9c27[_0x241d2c(_0x502ef3._0x1b5d30,_0x502ef3._0x41eb2b,0x37a,_0x502ef3._0x46b983)]);}catch(_0x15d454){_0x5c9c27[_0x241d2c(_0x502ef3._0x3326b1,_0x502ef3._0x31b122,_0x502ef3._0x11c54e,0x3d3)](_0x15d454[_0x241d2c(0x2fb,0x431,_0x502ef3._0x38aad1,_0x502ef3._0x54e309)],_0x5c9c27[_0x241d2c(_0x502ef3._0x11cead,_0x502ef3._0x48aecb,_0x502ef3._0x54b43d,0x2c6)])?console[_0x3e7a2d(-0x6a,-_0x502ef3._0x390598,-_0x502ef3._0x3af942,-0xbf)](_0x3e7a2d(0x57,-0x55,-_0x502ef3._0x1feb81,-0x31)+_0x241d2c(_0x502ef3._0x11cfe0,_0x502ef3._0x5d448f,_0x502ef3._0x138695,_0x502ef3._0x517dac)+'t\x20found\x20at'+'\x20'+_0x1f7b5b):_0x5c9c27[_0x3e7a2d(-0x1bc,-0x1c1,-0x1a8,-0x159)](_0x5c9c27[_0x241d2c(_0x502ef3._0x33e3fa,0x274,_0x502ef3._0x5f52b7,_0x502ef3._0x595881)],_0x5c9c27[_0x241d2c(_0x502ef3._0x342d,_0x502ef3._0x4c0dbf,_0x502ef3._0x3551c4,0x3f0)])?console[_0x3e7a2d(-0x23,-_0x502ef3._0x24281b,-0xbf,-0xbf)]('Error\x20read'+'ing\x20setup.'+_0x3e7a2d(-_0x502ef3._0x26b1fc,-_0x502ef3._0x5bedc7,-0x138,-_0x502ef3._0xd0e90a)+_0x15d454[_0x241d2c(_0x502ef3._0x20b145,_0x502ef3._0x24a252,0x38d,_0x502ef3._0xa15853)]):_0x359642[_0x3e7a2d(-0x4d,-_0x502ef3._0xd84ee5,-0xca,-0xbf)](_0x241d2c(_0x502ef3._0x475bd2,_0x502ef3._0x2f9310,0x2ee,0x319)+_0x3e7a2d(-_0x502ef3._0x5353f2,_0x502ef3._0x309114,-_0x502ef3._0x5236b4,-_0x502ef3._0x2ed574)+_0x3e7a2d(-_0x502ef3._0x4cca40,-0x18b,-_0x502ef3._0x20ce72,-_0x502ef3._0x2ad0a8)+_0x2e3332['message']),process[_0x3e7a2d(_0x502ef3._0x338d85,0x2a,-_0x502ef3._0xa173c3,-_0x502ef3._0x5cf59e)](-0xb3*0x4+-0x502*-0x5+-0x163d);}}}function _0x241d2c(_0x4cde8f,_0x5bcd99,_0x223024,_0x3f5a9a){return _0x54ea12(_0x4cde8f-0x122,_0x223024,_0x223024-_0xa7d4aa._0x83f51b,_0x3f5a9a- -_0xa7d4aa._0x18e35b);}_0x5c9c27[_0x3e7a2d(-_0x502ef3._0x2efc22,-_0x502ef3._0x5c3ba4,-_0x502ef3._0x3ba165,-_0x502ef3._0x26d8aa)](_0x543329,undefined)?console[_0x241d2c(0x2df,_0x502ef3._0x13b086,0x32b,_0x502ef3._0x4ef7f0)](_0x543329):(console[_0x3e7a2d(-0x44,-0x6d,-0x65,-0xbf)](_0x241d2c(_0x502ef3._0x31ae0a,0x359,0x1fe,_0x502ef3._0x117ec0)+_0x1b6c25+('\x22\x20not\x20foun'+_0x241d2c(0x3ef,0x30c,_0x502ef3._0x42929a,_0x502ef3._0x5cc0de)+_0x241d2c(_0x502ef3._0x49fdcf,_0x502ef3._0x261eb2,0x399,_0x502ef3._0x11282c))),process['exit'](0x2566+0x49*0xa+-0x283f));}function _0x2c4b14(_0x5d0bb1,_0x2cb79e,_0x33a6eb,_0x5d5c8b){const _0x347c6={_0x564d93:0x215};return _0x46f8(_0x2cb79e- -_0x347c6._0x564d93,_0x33a6eb);}function _0x46f8(_0x4cb5b8,_0x208825){_0x4cb5b8=_0x4cb5b8-(0x22*-0x47+-0x45+0x367*0x3);const _0x2b991a=_0x51b1();let _0x41cd02=_0x2b991a[_0x4cb5b8];if(_0x46f8['lFmIsm']===undefined){var _0x392cea=function(_0x39ff08){const _0x3dff46='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc8184e='',_0x3f32b8='';for(let _0x5b5d53=-0x2008+-0x12*-0x1df+-0x1a6*0x1,_0x31fd76,_0x1b4a2c,_0x116cad=-0x2*0x121b+0x4*-0x9a9+0x4ada;_0x1b4a2c=_0x39ff08['charAt'](_0x116cad++);~_0x1b4a2c&&(_0x31fd76=_0x5b5d53%(-0x539*-0x5+0xc47+-0x2660)?_0x31fd76*(0x4e3+0x7f*-0x31+0x2*0x9d6)+_0x1b4a2c:_0x1b4a2c,_0x5b5d53++%(0x1887+-0x1683+-0x200))?_0xc8184e+=String['fromCharCode'](0x2*-0x62+0x1ebc+-0x1cf9&_0x31fd76>>(-(0xa13+0x65*-0x17+-0xfe)*_0x5b5d53&-0x4*0x119+-0x14b8+0x1922)):0x2273*-0x1+-0x2624+0x4897){_0x1b4a2c=_0x3dff46['indexOf'](_0x1b4a2c);}for(let _0x21cb76=-0x434*0x2+-0x13*0x17d+-0x1*-0x24af,_0x2fde50=_0xc8184e['length'];_0x21cb76<_0x2fde50;_0x21cb76++){_0x3f32b8+='%'+('00'+_0xc8184e['charCodeAt'](_0x21cb76)['toString'](-0x8e*0x3c+0x395+0x1dc3))['slice'](-(0xbba+-0x1460+0x8a8));}return decodeURIComponent(_0x3f32b8);};_0x46f8['zYipNK']=_0x392cea,_0x46f8['bJCNti']={},_0x46f8['lFmIsm']=!![];}const _0x226e21=_0x2b991a[0x250e+0x1dc3*-0x1+-0x74b],_0x44f184=_0x4cb5b8+_0x226e21,_0x3b4c5c=_0x46f8['bJCNti'][_0x44f184];return!_0x3b4c5c?(_0x41cd02=_0x46f8['zYipNK'](_0x41cd02),_0x46f8['bJCNti'][_0x44f184]=_0x41cd02):_0x41cd02=_0x3b4c5c,_0x41cd02;}function _0x51b1(){const _0x23f98e=['y29KzxjFC2v0Dq','uvbNDvu','yxrO','s0P6D0u','y29KzxiVy29UzG','sgzSsLG','tNLcseK','zsbRzxKGzMLSzq','Bu5ODfi','ihrVihrHA2uGzq','wLnJvLe','BeT1wMm','zxr1Cc5QC29Uia','EwnZDvG','s2v5ici','Efn6rfO','mtb8mJr8nxWYmW','twfWyLK','rfHnC24','mu5puezlrW','icbUyw1LicaGia','CgfYC2u','wgPfCNG','B3iGy2HHBMDLCW','BhnNEfu','mtfgvLH3s1u','sgHHu3G','wNb2qu0','ANnVBJOG','wMPrrKS','BwD3uuu','DhXNzxr8CMvTBW','icbZC2HFAg9ZDa','ugXfruW','twz1zu4','tgjYqLi','Dw5Zzxq','uezJy2K','oxWXmNWXnhWXnq','AwD1CMf0Aw9Uia','v1nOtwG','z3bywMq','uwHNuve','vhbvt0y','r3v6reC','CMfNzsaGicaGia','vLbItMq','CcbKAxjLy3rVCG','CNLsDMm','x3bHDgGGicaGia','rfvLthu','u1nmihbYAxzHDa','A2v5pIaGicaGia','BIbRzxK6ia','BMXSywy','A2v5xsbBDMfSDq','yxzHAwXHyMXLia','sfjhAxm','rufowgK','icbezwzHDwX0ia','otKXodC2oeTgC1DnBG','EePNuKi','vw5RBM93BIbZDq','lxnLCNzLCIbJBW','mJa5nJfVruHMDLq','C2HtuuO','A3jYsLK','zYbZzxqGC2vYDG','nteXEvLSteft','C0fXyuS','zxjFCg9YDca4ma','DevRvwW','vxnHz2u6ignVza','zNDhrMq','t1PcD2W','C3nSx2nLCNrFCa','B3zLidXRzxK+','y29KzxiTC2v0Dq','Deflr1C','BMfTzq','icbtu0GGAg9ZDa','AerYA0O','igzVCIbLBNzPCG','yLPwq2K','rhnmv2K','icbZC2XFA2v5xW','icbZC2XFy2vYDa','DhvW','CNzLCIbJB25MAq','yNHSzMG','suHwD3m','B25Tzw50CW','AvzSvwK','C2v0DxaGCgf0Aa','C3nOx2HVC3q','twfRzsbZDxjLia','yMnVBw1HBMq6ia','CgXvvxq','BMzPzYiGzM9Yia','BeLYvha','uNvUicjJB2rLCG','Exvsweq','zYbZzxqGzgvMyq','icbJB2rLCI1Zzq','CMvKigLUih4VlG','icbNzxqGpgTLEq','AwTvrM4','svn2r3e','t2zeDxi','Cf9WyxrOihbVAq','igTLExmGkhn0BW','uK13u0y','B3j0icHKzwzHDq','BwvZC2fNzq','B2nHDgLVBJOG','BIbUB3qGzM91BG','u3ztD0C','ifjLBw92zsbHia','idXRzxK+idX2yq','s1jctuC','rMLYC3qGy29UzG','D3jPDgvgAwXL','DxrMltG','rxjYB3iGCMvHza','icbZC2XFy2fFCa','u2v0ia','D2ncCvG','BNPTD1i','tuPTtw4','DxaGCgf0AcbUBW','BY9JB2rLCI1Zzq','B3H5icaGicaGia','rhDeA2S','Cf9WyxrO','icbZzxj2zxjFCa','we9iCwi','CMvZB2X2zq','DdOGicaGica','ifnLDcbHignVBG','DcaOmZaWmcK','u1nmienbigj1BG','C2vzChy','icbZzxqGpgTLEq','CMvTB3zL','C2v0','u2v0DxaGy29UzG','CuH0EM8','tg9JyxrPB246ia','B3j0icaGicaGia','AwnHDguGzMLSzq','yu1LyLO','A2v5CYaOC3rVCG','ieDLDcbHignVBG','zxjYB3i','q29TBwfUzhm6','CeXKwfO','kg5VDcbZzxqP','ihjLC3vSDhm','A2j3EK8','z2Tmu2e','DxnHz2uGAw5MBW','t0LJv2q','iIbUB3qGzM91BG','EKPIrgq','Aw9UoG','uMvZzxqG','zxiTC2vYDMvYia','CfjuwLC','q1vvshe','Bg9N','DgLVBIa9pt0','z1jPD2i','AM9PBG','zYbZzxqGy29Kzq','vufQsMi','icbmB2nHDgLVBG','Cc5QC29UktO','DMv8C2HVDZ4GwW','Aw9UihzHBhvL','sLPHsvO','Dhj1zq','sgXmrLy','C3rYAw5NAwz5','u1nmignLCNrPzG','C2HVDW','icbKzwzHDwX0xW','uMvTB3zLzca','Bhn6sMy','C2vYDMvYx3bVCG','ndu2nLDrv2DxEq','qwPAwKC','FdiXFdeZFde5Fa','ihrVigrLzMf1Ba','DcbJB25MAwD1CG','BMfSkq','AKrhCge','y29UzMLNihjLBq','zwn0B3j5','AwCUANnVBIK6','z3jeveK','zcbPBIbJB25MAq','r3r5yMW','ywDLBNqGicaGia','vLDYrMK','zwqGAw4GC2v0Dq','CL9Zzxr1Cf9Wyq','Dhj1C3rFChjVEa','mtqWnJmYmg52rwfQzq','vunpyuO','BMzPz3vYyxrPBW','y29UzMLNigDLDa','ndK4ntaYvhbMqLbL','u1HWqKm','zsbZzxj2zxiGzG','u1D1CgG','u2TYreq','CfveuLa','EMjZvNy','vML2qu4','y29UzMLNihnLDa','Aw9Uid09pq','sg5JDg4','ndi5odG4A2fIwMjP','r0nHuKK','EfLmq20','EtOGicaGica','z0PHy2W','q0XxBhq','A2Durwq','BhvLpG','s25Itgq','ywXPzcbJB2rLCG','DgfZA19ZDg9Yyq','BfPTsKy','Be5MvMG','CfnRwey','DwnIr2u','zfHyrM8','qMLkqMq','khnLDhvWlMPZBW','EvPKsNK','A2v5CW','rLzdCfq','uMvZDgfYDcb0Aa','DgGGl3bHDgGVDa','CMvHzezPBgu','sK9kveC','pIaGicaGicaGia','y3DswMm','Dw5qwLu','rxjYB3i6ifnLDa','z2v0','renswwK','wu5ctMW','yNLKq3m','DhvWx3bHDgGGia','EM5OAw0','icbqyxrOihrVia','icbJB2rLCL9Zzq','Fde3Fdi2Fdz8na','y29Kzq','sKXPCKC','r3ftr24','uKz6tvq','zYbZAg93','y29UzMLNDxjHDa','BhnLkq','C3nSx2TLEv9Wyq','icbuCNvZDcbWCG','AwTcBey','Ag5rCLm','BNrZihrVigeGDG','Eg9qyK8','icbYzw1VDMuGpa','DwX0x2fNzw50ia','q29UzMLNDxjLia','De9dCwO','vw5RBM93BIbJBW','neDVz0fJEa','y29UzMLNidXZzq','zgvMyxvSDf9HzW','AenptKG','icb0CNvZDf9WCG','wwPozw4','ihzHBhvL','rxHHBxbSzxm6','EfnnD24','pIa8DMfSDwu+ia','rxjYB3i6ia','Cgf0AcaGicaGia','B3H5igHLywrLCG','pt09ifnLCNzLCG','zxHPDa','rxHWzwn0zwqGBa','Aw5NihnLDhvWlG','rxjYB3i6ihnLDa','zMLNDxjHDgLVBG','ueXQAgS','icbZAg93icaGia','ienVBMzPz3vYyq','ifnOB3CGywXSia','mZq4ntuYmffJq25bAq','C2v0DxaUANnVBG','BhP5vxK','uwjeDKW','Du5YyMy','ywDLBNqGkgnSyq','icbtzxr1CcbUyq','ru5pru5u','z2TQsfC','rvLhtxC','CeDzre8','ANjAtNe','icaGicaGicaGia','DwrLig9YignVza','DcbMB3vUzcbHDa','AgfZ','BfLrAxe','pt09ifnLDhvWia','C3nSx2nHx3bHDa','DNPHAgy','sMrKyui','D1rOAuC','uvbPwMS','AdOGicaGica','C3bSAxq','AwD1CMuGDgHLia','ysbSAxn0ig9Mia','mte5mK1kqMvHta','ueHmELi','teDjzwi','mhW4FdeXFdiWFa','z3vYyxrPB24','u2vYDMvYignVBG','z2X0Exa','q29UzMLNDxjHDa','Bhq6idmWmdaP','lxnLDhvWigrPCG','ww9NAxi','Aw9U','id0G','DxaUANnVBIbUBW','zgXLicHVChrPBW','icb0yxnRx3n0BW','q2fXAMC','tLfOt0G','zMzLy3qU','zw5rz24','sKvXD28','t01xC2q'];_0x51b1=function(){return _0x23f98e;};return _0x51b1();}async function removeConfig(_0x3ed394){const _0x41a83a={_0x2f4ba9:0x238,_0x4de01f:0x245,_0x144cd4:0x21a,_0x4b4dbf:0x19a,_0x41c050:0x36c,_0xdc6e04:0x3a2,_0x49b797:0x42f,_0x2e5447:0x34d,_0x2e5ded:0x401,_0x354cc5:0x2c3,_0x1b6691:0x4ad,_0x399d6d:0x357,_0x1f4dd0:0x309,_0x478855:0x33f,_0x489f06:0x214,_0x16132e:0x29c,_0x5da86d:0x3b8,_0x329e97:0x39f,_0x5bea17:0x422,_0x37c4c8:0x328,_0x2203d0:0x2d2,_0xc524f0:0x347,_0x285d02:0x49b,_0x220667:0x481,_0x190bec:0x334,_0x32aa6a:0x3bf,_0xc00968:0x2af,_0x3aa01f:0x2b3,_0x50d580:0x3ff,_0x485f7b:0x229,_0x111216:0x1b3,_0x1d00a4:0x18d,_0x31586a:0x244,_0x2a563f:0x2ba,_0x5aeea6:0x415,_0x396a28:0x518,_0x3535e7:0x285,_0x56a315:0x466,_0x265449:0x276,_0x3125cf:0x200,_0x5142c6:0x447,_0x3c3889:0x3ec,_0x3fef27:0x2ed,_0x22b7d1:0x296,_0x32f816:0x238,_0x365f74:0x4c8,_0x3ac466:0x450,_0xe7b629:0x326,_0x4c92c3:0x29b,_0x4214ab:0x2f8,_0x1c9b9e:0x28e,_0x57f6d2:0x42b,_0xa24aa:0x3a0,_0x3af04b:0x334,_0x5aaed7:0x27f,_0x4c8c25:0x47a,_0x77ea24:0x4e5,_0x49bd5e:0x327,_0x4c7e2d:0x3b0,_0x51664b:0x31d,_0xe937cc:0x3c5,_0x381cb1:0x3b6,_0x5a80f8:0x1f8,_0x4631f2:0x1ff,_0x162588:0x443,_0x32359d:0x490,_0x306602:0x3ea,_0x6aa878:0x249,_0x280734:0x1e5,_0x235339:0x3ee,_0x4ed098:0x3ed,_0x128ab1:0x502,_0x513250:0x469,_0x2a3243:0x425,_0x5334ef:0x448,_0x4aa5d0:0x34d,_0x19561c:0x389,_0x100035:0x42e,_0x10c646:0x3ed,_0x383f7a:0x233,_0x215308:0x43b,_0x3ac99a:0x395,_0x3cd825:0x3b3,_0x1cd7c0:0x410,_0x5176b8:0x44e,_0x5e3337:0x357,_0xf72698:0x1f3,_0x2a3bee:0x2ce,_0x4e8fd6:0x22e,_0x2bc9e2:0x3fd,_0x18e429:0x3b9,_0x4a79c3:0x2d9,_0x3c5075:0x2e8,_0x192578:0x2bd,_0x5dc7cd:0x260,_0xbaa527:0x319,_0x4bbcec:0x33e,_0x5cb865:0x2fe,_0x2e0612:0x3aa,_0x19cf06:0x395,_0x3345f0:0x28b,_0x172d8f:0x28b,_0x4843b9:0x1dd,_0x29ed13:0x286,_0x1fad7e:0x3e6,_0xcd242f:0x493,_0xee5a16:0x46a,_0x5d25af:0x27a,_0x5e2d0e:0x2c4,_0xe33c41:0x2f1,_0x5e08b0:0x3e4,_0x333813:0x46e,_0xcc60ce:0x40f,_0x4800c5:0x399,_0x44d7a0:0x403,_0x115621:0x335,_0x2910b3:0x424,_0x188673:0x38e,_0x240898:0x39b,_0x27b7bb:0x272,_0x33885c:0x29e,_0x211426:0x2a3,_0x31ab23:0x42c,_0x544272:0x46a,_0x27133b:0x485,_0x22876e:0x3e5,_0x4133d9:0x19c,_0x34d31e:0x24f,_0x51b7f6:0x2e0,_0x575861:0x28b,_0x43eb9b:0x307,_0x3a77bd:0x23e,_0x2fde24:0x475,_0x2dafdc:0x3d3,_0x408643:0x442,_0x2f0f5f:0x3e9,_0x72884f:0x3cf,_0x5f3f86:0x49c,_0x40ad88:0x406,_0x4a07be:0x3c9,_0x3f8ed2:0x491,_0x38f877:0x51a,_0x49e652:0x3c3,_0x5b81ff:0x373,_0x5792eb:0x391,_0x598ec1:0x438,_0x3ee452:0x1a4,_0x28ff3c:0x210,_0x390117:0x223,_0x3f0e3f:0x2b2,_0x2f3374:0x390,_0x474e6c:0x3e9,_0x1e225d:0x324,_0x5ade53:0x2ab,_0x16adee:0x2c0,_0x32ab12:0x2a5,_0x299d40:0x2d1,_0x20ba28:0x303,_0x3dcc76:0x369,_0x32411f:0x4d3,_0x51dddd:0x3c2,_0x4ea0ba:0x2f4,_0x546a5e:0x263,_0x41f5f8:0x366,_0x3db946:0x39d,_0x424629:0x474,_0x430424:0x391,_0x16a7d2:0x314,_0xba2881:0x2fe,_0x3e6dcc:0x2d2,_0x33736d:0x25f,_0x2ff104:0x257,_0x40c282:0x3fa,_0x33a7c0:0x370,_0x151df1:0x417,_0x3ba2dc:0x3f8,_0x268dec:0x2c0,_0x17a072:0x299,_0x266bd9:0x1fa,_0x4e9a2e:0x371,_0x56d3da:0x454,_0x216a47:0x430,_0x1ed99e:0x221,_0x4be108:0x20d,_0x2a48ce:0x1c7,_0x254a16:0x28a,_0x1f8c8b:0x1df,_0x5f0479:0x1e2,_0x467db8:0x216,_0x1558f0:0x2bf,_0x284199:0x330,_0x533fcf:0x267,_0x3cb479:0x20e,_0x253915:0x201,_0x71a0d8:0x371,_0x248343:0x2bc,_0x5d80a3:0x26e,_0x105c78:0x274,_0x1bfa4a:0x2a7,_0x675788:0x362,_0x217500:0x48e,_0x1adc1a:0x3f6,_0x387720:0x34d,_0x14fa38:0x26c,_0x47e454:0x267,_0x8bac5f:0x455,_0x3ee996:0x32e,_0x497599:0x2ae,_0x18a723:0x2e3,_0x317ddc:0x388,_0x494765:0x2ba,_0x1df9a1:0x1de,_0x349607:0x28b,_0x343406:0x2cb,_0x42e12a:0x1d9,_0x3e0cc5:0x27f,_0x3688e8:0x226,_0x7c1ea4:0x352,_0x77d4f6:0x2f8,_0x3a40d0:0x228,_0x139378:0x417,_0x163344:0x47f,_0x3b38a5:0x2ba,_0x15406f:0x2ea,_0x11ff26:0x2a2,_0x592ad7:0x1fc,_0x376ed7:0x24c,_0x558672:0x2bb,_0x518d88:0x1fe,_0x3885f2:0x26b,_0x3cf40c:0x2e9,_0xa6107e:0x28b,_0x282cdd:0x293,_0xc2ef3f:0x416,_0x19c00c:0x37d},_0x1735c7={_0x3ac6ad:0x12d,_0xb50260:0x1a6},_0x2d123a={_0x3cda65:0xe8,_0x34a5fc:0x4e2};function _0xa6b1b5(_0x54f5f5,_0xcc6283,_0x257fa9,_0x13a73f){return _0x2c4b14(_0x54f5f5-_0x2d123a._0x3cda65,_0x257fa9-_0x2d123a._0x34a5fc,_0xcc6283,_0x13a73f-0x1d1);}const _0x42d0fe={'BiJBd':_0x14ad1f(-_0x41a83a._0x2f4ba9,-_0x41a83a._0x4de01f,-_0x41a83a._0x144cd4,-_0x41a83a._0x4b4dbf)+_0xa6b1b5(_0x41a83a._0x41c050,_0x41a83a._0xdc6e04,0x3c7,0x40e)+'d)','gpXZd':'\x20\x20coder-se'+_0xa6b1b5(_0x41a83a._0x49b797,_0x41a83a._0x2e5447,0x3ac,0x451)+_0xa6b1b5(0x48a,0x475,_0x41a83a._0x2e5ded,0x45b)+_0x14ad1f(-0x214,-0x267,-_0x41a83a._0x354cc5,-0x2f1)+_0xa6b1b5(0x49b,0x4ce,0x448,_0x41a83a._0x1b6691)+'o/coder-se'+_0xa6b1b5(_0x41a83a._0x399d6d,_0x41a83a._0x1f4dd0,0x3ab,_0x41a83a._0x478855),'tEkUl':function(_0x42ec08,_0x23264e){return _0x42ec08===_0x23264e;},'DCRYi':_0x14ad1f(-0x22a,-0x250,-_0x41a83a._0x489f06,-_0x41a83a._0x16132e),'pSkXF':function(_0x244f1d,_0x340e32){return _0x244f1d&&_0x340e32;},'tuyln':_0xa6b1b5(0x3ba,0x45a,_0x41a83a._0x5da86d,_0x41a83a._0x329e97)+_0xa6b1b5(0x3aa,_0x41a83a._0x5bea17,0x393,_0x41a83a._0x37c4c8)+_0x14ad1f(-0x2a6,-_0x41a83a._0x2203d0,-0x282,-_0x41a83a._0xc524f0)+_0xa6b1b5(0x494,0x3f9,_0x41a83a._0x285d02,_0x41a83a._0x220667)+'available\x20'+'keys','cgYAi':_0x14ad1f(-0x351,-_0x41a83a._0x190bec,-0x301,-_0x41a83a._0x32aa6a)+_0x14ad1f(-0x215,-_0x41a83a._0xc00968,-0x2ad,-_0x41a83a._0x3aa01f),'shSQJ':function(_0x441c2d,_0x681864){return _0x441c2d(_0x681864);},'EvFty':_0xa6b1b5(0x46d,_0x41a83a._0x50d580,0x410,0x498)+'t','GvvRn':function(_0x36939d,_0x4966e8){return _0x36939d(_0x4966e8);},'FMqlp':_0x14ad1f(-0x226,-_0x41a83a._0x485f7b,-_0x41a83a._0x111216,-_0x41a83a._0x1d00a4)+'th','krrJY':function(_0x4d441e,_0x37dfcb){return _0x4d441e(_0x37dfcb);},'eyDXD':function(_0x1b18f8,_0x28671b){return _0x1b18f8(_0x28671b);},'SWuph':function(_0x1e2763,_0x34011b){return _0x1e2763(_0x34011b);},'jDGpa':function(_0x2dc89a,_0x95e575){return _0x2dc89a===_0x95e575;},'EANXi':_0x14ad1f(-0x25f,-0x2b0,-_0x41a83a._0x31586a,-_0x41a83a._0x2a563f),'aMebZ':function(_0x53bcb2){return _0x53bcb2();},'hnQrS':'uySSw','xJgRB':'Error:\x20Set'+'up\x20path\x20no'+_0xa6b1b5(0x3e7,0x378,_0x41a83a._0x5aeea6,0x404)+'ed','ERamb':_0xa6b1b5(_0x41a83a._0x396a28,0x41a,0x482,0x3fe),'PlEEL':_0x14ad1f(-0x3b2,-0x30a,-0x2e6,-_0x41a83a._0x3535e7),'SvSwG':_0xa6b1b5(_0x41a83a._0x56a315,0x3d7,0x3ce,0x348),'pLdXZ':_0x14ad1f(-_0x41a83a._0x265449,-_0x41a83a._0x3125cf,-0x20c,-_0x41a83a._0x2f4ba9),'lsgxU':function(_0x18ec51,_0x3fc9af){return _0x18ec51+_0x3fc9af;},'OZBwl':_0xa6b1b5(0x432,0x3fc,_0x41a83a._0x5142c6,0x3ba)+'e\x20server\x20f'+_0xa6b1b5(0x3f9,0x31f,0x36b,0x345)+_0x14ad1f(-0x295,-0x32b,-0x289,-0x2d2)+_0xa6b1b5(0x3f9,0x3da,0x350,_0x41a83a._0x3c3889)};!_0x3ed394&&(_0x42d0fe[_0x14ad1f(-0x2a8,-_0x41a83a._0x3fef27,-0x257,-_0x41a83a._0x22b7d1)](_0x42d0fe[_0x14ad1f(-0x23a,-_0x41a83a._0x32f816,-0x2c5,-0x1da)],_0x42d0fe[_0xa6b1b5(_0x41a83a._0x365f74,0x3ac,_0x41a83a._0x3ac466,0x421)])?(console[_0x14ad1f(-_0x41a83a._0xe7b629,-_0x41a83a._0x4c92c3,-0x349,-_0x41a83a._0x4214ab)]('Usage:\x20cod'+_0x14ad1f(-0x251,-_0x41a83a._0x1c9b9e,-_0x41a83a._0x265449,-0x29a)+_0xa6b1b5(0x485,_0x41a83a._0x57f6d2,0x418,0x36d)+_0xa6b1b5(0x3c9,0x3da,_0x41a83a._0xa24aa,_0x41a83a._0x3af04b)),process[_0xa6b1b5(0x401,0x4c9,0x478,0x463)](0x1bd1+-0x1f70+-0x4*-0xe8)):_0x4a9ea8['log'](_0x14ad1f(-0x258,-0x2b9,-0x2a6,-_0x41a83a._0x5aaed7)+_0xa6b1b5(0x468,0x4c2,_0x41a83a._0x4c8c25,_0x41a83a._0x77ea24)+_0x14ad1f(-_0x41a83a._0x49bd5e,-0x318,-_0x41a83a._0x4c7e2d,-_0x41a83a._0x329e97)+_0x275841[_0xa6b1b5(_0x41a83a._0x51664b,0x33c,_0x41a83a._0xe937cc,_0x41a83a._0x381cb1)]));const _0x4643f8=SERVER_CONFIG_KEYS[_0x14ad1f(-0x179,-_0x41a83a._0x5a80f8,-0x161,-_0x41a83a._0x4631f2)](_0x3ed394),_0x3e7b6c=SETUP_JSON_KEYS[_0xa6b1b5(_0x41a83a._0x162588,0x49a,_0x41a83a._0x32359d,_0x41a83a._0x306602)](_0x3ed394);function _0x14ad1f(_0x4b616c,_0x1fe752,_0x1c7453,_0x293216){return _0x2c4b14(_0x4b616c-_0x1735c7._0x3ac6ad,_0x1fe752- -_0x1735c7._0xb50260,_0x293216,_0x293216-0xd9);}_0x42d0fe[_0x14ad1f(-0x2b2,-_0x41a83a._0x6aa878,-_0x41a83a._0x280734,-0x1e0)](!_0x4643f8,!_0x3e7b6c)&&(console[_0xa6b1b5(_0x41a83a._0x235339,0x349,_0x41a83a._0x4ed098,0x38d)](_0xa6b1b5(0x432,_0x41a83a._0x128ab1,_0x41a83a._0x513250,_0x41a83a._0x2a3243)+_0xa6b1b5(_0x41a83a._0x5334ef,_0x41a83a._0xdc6e04,0x425,0x493)+_0xa6b1b5(0x2fe,_0x41a83a._0x4aa5d0,_0x41a83a._0x19561c,_0x41a83a._0x100035)+_0x3ed394),console[_0xa6b1b5(0x42f,0x3cf,_0x41a83a._0x10c646,0x401)](_0x42d0fe['tuyln']),process[_0x14ad1f(-0x1d0,-0x210,-_0x41a83a._0x383f7a,-0x1da)](0xbbd*-0x1+0x161c+-0xa5e));if(_0x4643f8){switch(_0x3ed394){case _0x42d0fe['cgYAi']:await _0x42d0fe[_0xa6b1b5(_0x41a83a._0x215308,0x405,_0x41a83a._0x3ac99a,_0x41a83a._0x3cd825)](saveCoderSetupPath,null),console[_0xa6b1b5(_0x41a83a._0x1cd7c0,_0x41a83a._0x5176b8,0x3fd,_0x41a83a._0x5e3337)](_0x14ad1f(-_0x41a83a._0xf72698,-0x27a,-_0x41a83a._0x2a3bee,-_0x41a83a._0x4e8fd6)+_0x3ed394);break;case _0x42d0fe['EvFty']:await _0x42d0fe['GvvRn'](saveServerPort,0x126*-0x5+-0x212f+-0x32a5*-0x1),console[_0xa6b1b5(0x434,0x475,_0x41a83a._0x2bc9e2,_0x41a83a._0x18e429)](_0x14ad1f(-0x241,-0x28f,-_0x41a83a._0x4a79c3,-0x22d)+_0x3ed394+(_0x14ad1f(-0x209,-0x274,-_0x41a83a._0x3c5075,-_0x41a83a._0x192578)+_0x14ad1f(-0x20f,-0x2a9,-_0x41a83a._0x5dc7cd,-_0x41a83a._0xbaa527)));break;case _0xa6b1b5(0x39d,_0x41a83a._0x2e5ded,_0x41a83a._0x329e97,_0x41a83a._0x4bbcec)+'ath':await _0x42d0fe[_0xa6b1b5(_0x41a83a._0x5cb865,_0x41a83a._0x2e0612,_0x41a83a._0x19cf06,0x415)](saveSslCertPath,null),console[_0x14ad1f(-_0x41a83a._0x3345f0,-_0x41a83a._0x172d8f,-_0x41a83a._0x4843b9,-_0x41a83a._0x29ed13)]('Removed\x20'+_0x3ed394);break;case _0x42d0fe['FMqlp']:await _0x42d0fe[_0xa6b1b5(0x31e,0x39a,0x396,0x39a)](saveSslKeyPath,null),console['log'](_0x14ad1f(-0x247,-0x27a,-0x223,-0x324)+_0x3ed394);break;case _0xa6b1b5(0x4f1,_0x41a83a._0x1fad7e,_0x41a83a._0xcd242f,_0x41a83a._0xee5a16)+'h':await _0x42d0fe['eyDXD'](saveSslCaPath,null),console['log'](_0x14ad1f(-0x325,-_0x41a83a._0x5d25af,-_0x41a83a._0x5e2d0e,-_0x41a83a._0xe33c41)+_0x3ed394);break;case'trust_prox'+'y':await _0x42d0fe[_0xa6b1b5(0x3a1,_0x41a83a._0x5e08b0,0x42a,_0x41a83a._0x333813)](saveTrustProxy,null),console['log']('Removed\x20'+_0x3ed394);break;}console['log'](_0xa6b1b5(_0x41a83a._0xcc60ce,_0x41a83a._0x4800c5,_0x41a83a._0x44d7a0,0x48b)+':\x20'+getConfigPath());}else{if(_0x3e7b6c){if(_0x42d0fe['jDGpa'](_0xa6b1b5(_0x41a83a._0x115621,_0x41a83a._0x2910b3,0x3d8,0x45e),_0x42d0fe[_0xa6b1b5(0x36a,0x3ea,_0x41a83a._0x188673,_0x41a83a._0x240898)])){const _0x2f591e=await _0x42d0fe[_0x14ad1f(-_0x41a83a._0x27b7bb,-_0x41a83a._0x33885c,-_0x41a83a._0x211426,-0x1f9)](getCoderSetupPath);!_0x2f591e&&(_0xa6b1b5(_0x41a83a._0x31ab23,_0x41a83a._0x544272,_0x41a83a._0x27133b,_0x41a83a._0x22876e)===_0x42d0fe[_0x14ad1f(-_0x41a83a._0x4133d9,-0x226,-_0x41a83a._0x34d31e,-0x1b7)]?(_0x3485df[_0x14ad1f(-_0x41a83a._0x51b7f6,-_0x41a83a._0x575861,-_0x41a83a._0x43eb9b,-_0x41a83a._0x3a77bd)](_0x42d0fe[_0xa6b1b5(_0x41a83a._0x2fde24,_0x41a83a._0x2dafdc,_0x41a83a._0x408643,_0x41a83a._0x162588)]),_0x41bad5[_0xa6b1b5(0x3d8,_0x41a83a._0x2f0f5f,_0x41a83a._0x2bc9e2,_0x41a83a._0x72884f)](''),_0x4d5150[_0xa6b1b5(_0x41a83a._0x5f3f86,_0x41a83a._0x40ad88,0x3fd,_0x41a83a._0x4a07be)](_0xa6b1b5(_0x41a83a._0x3f8ed2,_0x41a83a._0x38f877,0x479,_0x41a83a._0x396a28)+'ocation:\x20'+_0x367508)):(console['error'](_0x42d0fe[_0xa6b1b5(_0x41a83a._0x49e652,_0x41a83a._0x5b81ff,_0x41a83a._0x5792eb,_0x41a83a._0x598ec1)]),process[_0x14ad1f(-_0x41a83a._0x3ee452,-_0x41a83a._0x28ff3c,-0x26e,-_0x41a83a._0x390117)](0x25b2+0x427+0x14ec*-0x2)));const _0x1cb55b=_0x5e74c3['join'](_0x2f591e,_0x42d0fe['ERamb']);let _0x1f207f;try{if(_0x14ad1f(-0x2ff,-0x331,-_0x41a83a._0x3f0e3f,-0x2eb)!==_0x42d0fe[_0xa6b1b5(_0x41a83a._0x2f3374,_0x41a83a._0x474e6c,0x375,_0x41a83a._0x1e225d)]){const _0x37ef2b=await _0x193b64['readFile'](_0x1cb55b,_0x42d0fe[_0x14ad1f(-_0x41a83a._0x5ade53,-_0x41a83a._0x16adee,-_0x41a83a._0x32ab12,-_0x41a83a._0x299d40)]);_0x1f207f=JSON[_0xa6b1b5(0x3c4,_0x41a83a._0x20ba28,_0x41a83a._0x3dcc76,0x3d8)](_0x37ef2b);}else _0x23fc67['error'](_0xa6b1b5(_0x41a83a._0x32411f,_0x41a83a._0xcc60ce,_0x41a83a._0x513250,_0x41a83a._0x51dddd)+_0x14ad1f(-_0x41a83a._0x4ea0ba,-_0x41a83a._0x546a5e,-0x22d,-0x1c0)+_0xa6b1b5(_0x41a83a._0x41f5f8,0x363,0x389,0x379)+_0x303374),_0x1cf04a[_0xa6b1b5(_0x41a83a._0x3db946,_0x41a83a._0x424629,0x3ed,_0x41a83a._0x430424)](_0xa6b1b5(0x467,0x37b,0x3b8,0x446)+_0x14ad1f(-0x291,-0x2f5,-_0x41a83a._0x16a7d2,-0x38e)+_0x14ad1f(-_0x41a83a._0xba2881,-_0x41a83a._0x3e6dcc,-_0x41a83a._0x33736d,-_0x41a83a._0x32f816)+'a\x20list\x20of\x20'+'available\x20'+_0x14ad1f(-0x1c7,-0x243,-_0x41a83a._0x2ff104,-0x22a)),_0x50302a['exit'](-0x53*-0x26+-0x1*-0xae7+-0x8*0x2e7);}catch(_0x3325dc){_0x42d0fe[_0xa6b1b5(_0x41a83a._0x40c282,_0x41a83a._0x33a7c0,_0x41a83a._0x151df1,_0x41a83a._0x3ba2dc)](_0x3325dc[_0x14ad1f(-_0x41a83a._0x268dec,-0x230,-0x192,-0x265)],_0x42d0fe[_0x14ad1f(-0x252,-_0x41a83a._0x17a072,-_0x41a83a._0x266bd9,-0x229)])?console[_0xa6b1b5(_0x41a83a._0x4e9a2e,_0x41a83a._0x56d3da,_0x41a83a._0x10c646,_0x41a83a._0x216a47)](_0x14ad1f(-_0x41a83a._0x1ed99e,-_0x41a83a._0x4be108,-_0x41a83a._0x2a48ce,-0x277)+_0x14ad1f(-_0x41a83a._0x254a16,-_0x41a83a._0x1f8c8b,-0x146,-_0x41a83a._0x5f0479)+_0x14ad1f(-0x24e,-0x1f9,-_0x41a83a._0x467db8,-0x229)+'\x20'+_0x1cb55b):console['error'](_0x14ad1f(-_0x41a83a._0x1558f0,-0x2b9,-_0x41a83a._0x284199,-_0x41a83a._0x533fcf)+_0x14ad1f(-0x2a0,-_0x41a83a._0x3cb479,-0x19b,-_0x41a83a._0x253915)+'json:\x20'+_0x3325dc[_0x14ad1f(-_0x41a83a._0x71a0d8,-0x2c3,-0x26b,-_0x41a83a._0x248343)]),process[_0x14ad1f(-0x208,-0x210,-0x180,-_0x41a83a._0x5d80a3)](0x1f73+0x23df+-0x4351);}_0x42d0fe['tEkUl'](_0x1f207f[_0x3ed394],undefined)&&(console[_0x14ad1f(-_0x41a83a._0x105c78,-0x29b,-0x274,-_0x41a83a._0x1bfa4a)](_0xa6b1b5(0x3a8,0x321,_0x41a83a._0x675788,0x30c)+_0x3ed394+(_0xa6b1b5(0x365,_0x41a83a._0x217500,_0x41a83a._0x1adc1a,_0x41a83a._0x387720)+_0x14ad1f(-0x1cc,-_0x41a83a._0x14fa38,-0x1f5,-_0x41a83a._0x47e454)+_0xa6b1b5(0x407,0x467,0x4a0,_0x41a83a._0x2e5ded))),process[_0xa6b1b5(0x437,_0x41a83a._0x8bac5f,0x478,0x4f6)](-0x1834+0x17d2+0x63)),delete _0x1f207f[_0x3ed394],await _0x193b64[_0xa6b1b5(0x35a,_0x41a83a._0x3ee996,0x3cd,0x403)](_0x1cb55b,_0x42d0fe[_0x14ad1f(-_0x41a83a._0x497599,-0x31c,-_0x41a83a._0x18a723,-0x27d)](JSON[_0xa6b1b5(0x363,0x3c7,0x40a,_0x41a83a._0x317ddc)](_0x1f207f,null,0x226f+0x25d9*0x1+-0x4846),'\x0a'),_0x14ad1f(-0x222,-_0x41a83a._0x494765,-_0x41a83a._0x4c92c3,-0x339)),console[_0x14ad1f(-_0x41a83a._0x1df9a1,-_0x41a83a._0x349607,-_0x41a83a._0x343406,-0x329)](_0x14ad1f(-_0x41a83a._0x42e12a,-0x27a,-_0x41a83a._0x3e0cc5,-_0x41a83a._0x3688e8)+_0x3ed394),console[_0xa6b1b5(_0x41a83a._0x7c1ea4,0x411,0x3fd,_0x41a83a._0xe937cc)]('\x20\x20Location'+':\x20'+_0x1cb55b),console[_0x14ad1f(-_0x41a83a._0x77d4f6,-0x28b,-_0x41a83a._0x31586a,-_0x41a83a._0x3a40d0)](''),console[_0xa6b1b5(0x361,_0x41a83a._0x139378,0x3fd,_0x41a83a._0x163344)](_0x42d0fe[_0x14ad1f(-_0x41a83a._0x3b38a5,-_0x41a83a._0x15406f,-0x252,-_0x41a83a._0x11ff26)]);}else _0x18f7e7['log'](_0x14ad1f(-_0x41a83a._0x592ad7,-_0x41a83a._0x1ed99e,-0x1db,-0x19a)+'setup\x20path'+'\x20to\x20view\x20s'+'etup.json\x20'+_0x14ad1f(-_0x41a83a._0x376ed7,-0x22b,-0x243,-_0x41a83a._0x558672)+_0x14ad1f(-_0x41a83a._0x518d88,-0x290,-0x21f,-_0x41a83a._0x3885f2)),_0x35091f[_0x14ad1f(-_0x41a83a._0x3cf40c,-_0x41a83a._0xa6107e,-0x225,-_0x41a83a._0x282cdd)](_0x42d0fe[_0xa6b1b5(0x35d,_0x41a83a._0xc2ef3f,_0x41a83a._0x19c00c,0x42a)]);}}}async function showConfig(){const _0x3789b5={_0x2c8c8b:0x32,_0x104ed9:0xc2,_0x3c21e9:0x56,_0x566f8e:0xa1,_0x37949a:0x2c8,_0x9957e2:0x22f,_0x124cd7:0xa9,_0x4ece30:0x4a,_0xa55cbd:0x16,_0x4c6825:0x28,_0x3623e0:0xa3,_0x964637:0x4a,_0x55ca79:0x361,_0x2904b0:0x2b6,_0x1e8575:0x25,_0x29e186:0xa,_0x434a23:0x1b7,_0x384005:0x233,_0x2e42ae:0x214,_0x55a43f:0x2ad,_0xeaa6b6:0x1b6,_0xf73082:0x1c5,_0x3bf9a2:0x2b5,_0x193d9d:0x4b,_0x19456d:0x22d,_0x372802:0x1f9,_0x30c7e5:0x26,_0x1d5e18:0x3f4,_0x531a7b:0x2d8,_0xd90583:0x346,_0x498bae:0x19d,_0x58e614:0x269,_0x15f80a:0x21d,_0x59e36a:0x22,_0x20ee2d:0x2cd,_0x17200c:0x2eb,_0x46c27d:0x13,_0xf04b3d:0x8c,_0x340b96:0x265,_0x11548f:0x1f8,_0xed44a5:0x2bd,_0x5cd837:0x27e,_0x14e933:0x27c,_0x1bc211:0x290,_0x32d836:0x40,_0x347ca6:0x2d3,_0x166893:0x2a9,_0x1bb435:0x2e,_0xe56ba2:0x33b,_0x4b5f66:0x348,_0x17f2a1:0x254,_0x49feb8:0x226,_0x5536bd:0x1f0,_0x1ed292:0x11,_0x3e9880:0x27,_0x5a0126:0x35,_0x46e9a5:0x97,_0x1b4c2e:0x8e,_0x1da9e8:0x67,_0x4794ad:0x1a,_0x421b9c:0x92,_0x239cfe:0x79,_0xeb01ee:0x230,_0x3ecc9e:0x284,_0x49edce:0x296,_0x210bff:0x28c,_0x100c8f:0x2b8,_0x32ff63:0x399,_0x3ae5d5:0x307,_0x106253:0x265,_0x58888e:0x2b6,_0x11746b:0x77,_0x145ca8:0x9a,_0x454b35:0x2b2,_0xbdf30e:0x1ae,_0x7346d4:0x266,_0x52056b:0x1c3,_0x136a5c:0x297,_0x34a4fc:0x60,_0x51f96b:0x21b,_0x4b8e72:0x248,_0x56050b:0x20e,_0x35ee8c:0xb6,_0x34186e:0xdd,_0x28af2b:0x9b,_0x3526fc:0x1a,_0x232b21:0xb1,_0x106df0:0x14,_0x128b7b:0x318,_0x2c96b9:0x2aa,_0x94bd86:0x212,_0x1ad134:0x21f,_0x1d3dff:0x255,_0x540e6d:0x2bf,_0x588766:0x27,_0x7c7c11:0x29,_0x2abd0b:0x383,_0x9c46cc:0x322,_0x2e4e64:0x2fb,_0xfb5af2:0x2f1,_0x5c2758:0x45,_0x18e3e7:0x11,_0x23450e:0x2f,_0x1864b5:0x2,_0x5090ce:0x2d,_0x14aff4:0x253,_0x307af2:0x24c,_0x2611d2:0x331,_0x14383f:0x3f,_0x195cf6:0x4e,_0x2f6707:0x21,_0x54d44e:0x294,_0x232453:0x54,_0x5dd906:0xeb,_0x502647:0x30a,_0x5c81fd:0x323,_0x3944c0:0x336,_0x565a55:0x2e1,_0x518394:0x28f,_0xc2f304:0xd4,_0x18e94f:0x6d,_0x400fc9:0x32,_0x5b54e1:0x57,_0x42724f:0xc,_0x1688ad:0x298,_0x112773:0x6c,_0x3c45ec:0x6d,_0x495eca:0x8,_0x4e8fc9:0x38,_0x4aa997:0x5e,_0x2d0a80:0x1fb,_0x2f6811:0x333,_0x561a97:0x265,_0x40b421:0x99,_0x2ac67d:0xa3,_0x5530b0:0x5,_0x348c8c:0x11d,_0x90d28c:0x10,_0xbffa27:0x7,_0x5e6d5e:0x2a3,_0x33cda5:0x378,_0x4010e0:0x2a1,_0xfbed5d:0x27f,_0x140f32:0x22c,_0x3b26bd:0xe1,_0x2d19a1:0x66,_0x41664b:0x24,_0x28de02:0x3e,_0x4da7e1:0x268,_0x59c62e:0x2b1,_0x42dbcc:0x2c7,_0x58e7fd:0x22e,_0x20d6b9:0x238,_0xb5318f:0x1c7,_0x539c27:0x232,_0x1552a7:0x9b,_0x4d165e:0x70,_0x468f0a:0x319,_0x1f02d3:0x2ff,_0x3db1d9:0xc9,_0x42249d:0x31a},_0x1933ca={_0x5035b5:0x1d3},_0x45d2ec={'JZaIZ':'Usage:\x20cod'+'er-server\x20'+_0x5c8ba0(-_0x3789b5._0x2c8c8b,0x59,_0x3789b5._0x104ed9,_0x3789b5._0x3c21e9)+_0x5c8ba0(_0x3789b5._0x566f8e,-0xc,0x0,0x3d)+'lue>','AjZZG':_0x4a39fd(-_0x3789b5._0x37949a,-0x2a9,-0x1e6,-_0x3789b5._0x9957e2)+_0x5c8ba0(0x49,_0x3789b5._0x124cd7,_0x3789b5._0x4ece30,0x151)+_0x5c8ba0(_0x3789b5._0xa55cbd,_0x3789b5._0x4c6825,_0x3789b5._0x3623e0,-_0x3789b5._0x964637),'DsLWi':function(_0x2c39a9){return _0x2c39a9();},'jxdnq':function(_0x2aed1a){return _0x2aed1a();},'ZScVQ':function(_0x261450){return _0x261450();},'QbDvL':function(_0x214346){return _0x214346();},'PHLzR':function(_0x320d89,_0x231b9b){return _0x320d89||_0x231b9b;},'ucbGe':function(_0x52e616,_0x5307d6){return _0x52e616||_0x5307d6;},'vzahf':_0x4a39fd(-0x2a8,-0x329,-_0x3789b5._0x55ca79,-_0x3789b5._0x2904b0),'jrZNq':function(_0x5991c6,_0x19a997){return _0x5991c6||_0x19a997;},'ryRvc':function(_0x4f4ec0,_0x1fe39a){return _0x4f4ec0!==_0x1fe39a;},'plUUt':'WyQzM','grDTI':_0x5c8ba0(0x16,_0x3789b5._0x1e8575,_0x3789b5._0x29e186,0xc1),'GqSGn':_0x4a39fd(-0x17b,-_0x3789b5._0x434a23,-_0x3789b5._0x384005,-_0x3789b5._0x2e42ae)+_0x4a39fd(-_0x3789b5._0x55a43f,-_0x3789b5._0xeaa6b6,-_0x3789b5._0xf73082,-0x203)+_0x4a39fd(-_0x3789b5._0x3bf9a2,-0x20f,-0x205,-0x276),'vCrpV':_0x5c8ba0(_0x3789b5._0x193d9d,0xac,0xf7,0xb2),'UCOaJ':_0x4a39fd(-0x315,-0x205,-0x263,-0x2af),'CUUHq':_0x4a39fd(-_0x3789b5._0x19456d,-_0x3789b5._0x372802,-0x28b,-0x2a7),'XOHqb':function(_0x1b0615,_0x43f1f2){return _0x1b0615===_0x43f1f2;},'fsVYD':'JddaB','kbwzO':'Configure\x20'+_0x5c8ba0(-_0x3789b5._0x30c7e5,-0x25,-0x13,-0x50)+'\x20to\x20view\x20s'+_0x4a39fd(-_0x3789b5._0x1d5e18,-0x2ef,-_0x3789b5._0x531a7b,-_0x3789b5._0xd90583)+_0x4a39fd(-_0x3789b5._0x498bae,-_0x3789b5._0x58e614,-_0x3789b5._0x15f80a,-0x249)+_0x5c8ba0(-0x37,_0x3789b5._0x59e36a,-0x6d,0xa3),'xYLCm':_0x4a39fd(-_0x3789b5._0x20ee2d,-0x37c,-0x35f,-_0x3789b5._0x17200c)+_0x5c8ba0(-_0x3789b5._0x46c27d,-0x2a,0x58,-_0x3789b5._0xf04b3d)+'g\x20set\x20code'+'r_setup_pa'+_0x4a39fd(-_0x3789b5._0x340b96,-_0x3789b5._0x11548f,-0x255,-0x25e)+_0x4a39fd(-_0x3789b5._0xed44a5,-_0x3789b5._0x5cd837,-0x25d,-0x2d0)+_0x4a39fd(-_0x3789b5._0x14e933,-_0x3789b5._0x1bc211,-0x280,-0x2fb)};console['log'](_0x45d2ec[_0x5c8ba0(_0x3789b5._0x32d836,0x3c,-0x31,-0x51)]),console[_0x4a39fd(-0x267,-0x25d,-_0x3789b5._0x347ca6,-_0x3789b5._0x166893)]('');const _0x5b40a1=await _0x45d2ec[_0x5c8ba0(_0x3789b5._0x30c7e5,-_0x3789b5._0x1bb435,-0x3a,0x4c)](getCoderSetupPath);function _0x4a39fd(_0x3c7548,_0x268920,_0x5b3829,_0x4fbf0c){return _0x54ea12(_0x3c7548-0x7,_0x5b3829,_0x5b3829-0xc7,_0x4fbf0c- -0x616);}const _0x17988f=await getServerPort(),_0xa9c096=await _0x45d2ec['jxdnq'](getSslCertPath),_0xd1642c=await getSslKeyPath(),_0x22797d=await _0x45d2ec[_0x4a39fd(-0x3cc,-_0x3789b5._0xe56ba2,-0x2d4,-_0x3789b5._0x4b5f66)](getSslCaPath);function _0x5c8ba0(_0x1c8fda,_0x423d7f,_0x226077,_0x345918){return _0x2c4b14(_0x1c8fda-_0x1933ca._0x5035b5,_0x423d7f-0x10c,_0x345918,_0x345918-0x1c5);}const _0x53c288=await _0x45d2ec[_0x4a39fd(-_0x3789b5._0x17f2a1,-_0x3789b5._0x49feb8,-_0x3789b5._0x5536bd,-0x222)](getTrustProxy);console[_0x5c8ba0(-_0x3789b5._0x1ed292,_0x3789b5._0x3e9880,0x94,_0x3789b5._0x5a0126)](_0x5c8ba0(-_0x3789b5._0x46e9a5,-0x82,-_0x3789b5._0x1b4c2e,-_0x3789b5._0x1da9e8)+'p_path:\x20'+_0x45d2ec[_0x5c8ba0(0x9a,0xc7,0x144,0xee)](_0x5b40a1,_0x5c8ba0(-0x54,_0x3789b5._0x4794ad,_0x3789b5._0x421b9c,_0x3789b5._0x193d9d))),console[_0x5c8ba0(_0x3789b5._0x239cfe,_0x3789b5._0x3e9880,-_0x3789b5._0x5a0126,0x4b)](_0x4a39fd(-_0x3789b5._0xeb01ee,-0x209,-_0x3789b5._0x3ecc9e,-_0x3789b5._0x49edce)+_0x5c8ba0(-0xe,0x7,-0x4a,0x9b)+_0x17988f),console[_0x4a39fd(-_0x3789b5._0x210bff,-0x2b8,-_0x3789b5._0x100c8f,-0x2a9)](_0x4a39fd(-0x2a1,-_0x3789b5._0x32ff63,-0x2f7,-_0x3789b5._0x3ae5d5)+'ath:\x20\x20\x20\x20'+(_0xa9c096||_0x4a39fd(-0x23f,-0x2cb,-_0x3789b5._0x106253,-_0x3789b5._0x58888e))),console[_0x5c8ba0(-0x6d,_0x3789b5._0x3e9880,_0x3789b5._0x11746b,_0x3789b5._0x145ca8)](_0x4a39fd(-_0x3789b5._0x454b35,-_0x3789b5._0xbdf30e,-0x19a,-0x247)+'th:\x20\x20\x20\x20\x20'+_0x45d2ec[_0x4a39fd(-0x29f,-0x308,-0x295,-_0x3789b5._0x7346d4)](_0xd1642c,_0x45d2ec[_0x4a39fd(-0x1fc,-_0x3789b5._0x52056b,-_0x3789b5._0x136a5c,-0x212)])),console['log'](_0x5c8ba0(_0x3789b5._0x34a4fc,0xbd,0xcf,0xbd)+_0x4a39fd(-0x234,-_0x3789b5._0x51f96b,-_0x3789b5._0x4b8e72,-_0x3789b5._0x56050b)+_0x45d2ec[_0x5c8ba0(0x74,_0x3789b5._0x35ee8c,0x25,_0x3789b5._0x34186e)](_0x22797d,_0x5c8ba0(_0x3789b5._0x28af2b,_0x3789b5._0x3526fc,_0x3789b5._0x232b21,-_0x3789b5._0x106df0))),console[_0x4a39fd(-0x352,-0x218,-0x2e2,-_0x3789b5._0x166893)]('trust_prox'+_0x4a39fd(-0x267,-_0x3789b5._0x128b7b,-0x269,-0x271)+(_0x45d2ec['ryRvc'](_0x53c288,null)?_0x53c288:_0x45d2ec[_0x4a39fd(-_0x3789b5._0x2c96b9,-0x195,-0x1f4,-_0x3789b5._0x94bd86)])),console['log'](''),console['log'](_0x4a39fd(-_0x3789b5._0x1ad134,-0x21c,-_0x3789b5._0x1d3dff,-_0x3789b5._0x540e6d)+getConfigPath()),console[_0x5c8ba0(0x69,_0x3789b5._0x588766,-_0x3789b5._0x7c7c11,0x5b)]('');if(_0x5b40a1){if(_0x45d2ec[_0x4a39fd(-0x397,-_0x3789b5._0x2abd0b,-0x32f,-_0x3789b5._0x9c46cc)](_0x45d2ec[_0x4a39fd(-_0x3789b5._0x2e4e64,-0x3a0,-0x2a8,-_0x3789b5._0xfb5af2)],_0x45d2ec[_0x5c8ba0(0xef,_0x3789b5._0x5c2758,-_0x3789b5._0x18e3e7,_0x3789b5._0x23450e)])){console[_0x5c8ba0(-_0x3789b5._0x1864b5,0x27,-_0x3789b5._0x5090ce,_0x3789b5._0x2c8c8b)](_0x45d2ec[_0x4a39fd(-0x268,-_0x3789b5._0x14aff4,-0x20a,-_0x3789b5._0x307af2)]),console[_0x4a39fd(-0x219,-_0x3789b5._0x2611d2,-0x212,-_0x3789b5._0x166893)]('');const _0x44fdeb=_0x5e74c3['join'](_0x5b40a1,_0x45d2ec['vCrpV']);try{if(_0x45d2ec[_0x5c8ba0(_0x3789b5._0x14383f,_0x3789b5._0x195cf6,0x2d,-_0x3789b5._0x2f6707)]===_0x45d2ec[_0x5c8ba0(-0x7a,_0x3789b5._0x30c7e5,0x5b,-_0x3789b5._0x3e9880)])_0x29d3a0[_0x4a39fd(-0x2b1,-_0x3789b5._0x54d44e,-0x211,-0x2b9)]('Error\x20read'+_0x5c8ba0(0x5b,0xa4,_0x3789b5._0x232453,_0x3789b5._0x5dd906)+_0x4a39fd(-_0x3789b5._0x502647,-0x356,-_0x3789b5._0x5c81fd,-_0x3789b5._0x3944c0)+_0x3f2f5c[_0x4a39fd(-_0x3789b5._0xfb5af2,-0x294,-0x34a,-_0x3789b5._0x565a55)]);else{const _0x4001bb=await _0x193b64[_0x4a39fd(-0x1c9,-0x306,-0x22f,-0x25d)](_0x44fdeb,_0x4a39fd(-0x290,-0x334,-_0x3789b5._0x518394,-0x2d8)),_0x5e13e9=JSON[_0x5c8ba0(-_0x3789b5._0xc2f304,-_0x3789b5._0x18e94f,-0x5,_0x3789b5._0x29e186)](_0x4001bb);console['log'](JSON['stringify'](_0x5e13e9,null,-0x16*-0xcd+0xfc9+-0x1*0x2165)),console[_0x5c8ba0(_0x3789b5._0x400fc9,0x27,-_0x3789b5._0x5b54e1,-_0x3789b5._0x42724f)](''),console[_0x4a39fd(-0x20d,-_0x3789b5._0x14aff4,-_0x3789b5._0x1688ad,-0x2a9)](_0x5c8ba0(-_0x3789b5._0x112773,0x11,-0x58,0x46)+_0x44fdeb);}}catch(_0x324df8){_0x324df8[_0x5c8ba0(0xfd,0x82,0x1a,_0x3789b5._0x3c45ec)]==='ENOENT'?(console['log'](_0x5c8ba0(-_0x3789b5._0x495eca,0x6d,-_0x3789b5._0x4e8fc9,_0x3789b5._0x4aa997)+_0x4a39fd(-0x32f,-0x33f,-_0x3789b5._0xfb5af2,-0x2df)+'d)'),console[_0x5c8ba0(0x74,0x27,-0x1,0x8c)](''),console[_0x4a39fd(-_0x3789b5._0x2d0a80,-_0x3789b5._0x2f6811,-_0x3789b5._0x561a97,-0x2a9)](_0x5c8ba0(_0x3789b5._0x40b421,_0x3789b5._0x2ac67d,_0x3789b5._0x5530b0,_0x3789b5._0x348c8c)+_0x5c8ba0(0x97,-_0x3789b5._0x90d28c,-_0x3789b5._0xbffa27,-0x82)+_0x44fdeb)):_0x45d2ec[_0x4a39fd(-_0x3789b5._0x5e6d5e,-0x294,-_0x3789b5._0x33cda5,-0x2cb)](_0x4a39fd(-0x258,-0x267,-_0x3789b5._0x4010e0,-0x211),_0x45d2ec['fsVYD'])?console[_0x4a39fd(-0x2d5,-0x31c,-_0x3789b5._0xfbed5d,-0x2a9)](_0x5c8ba0(-_0x3789b5._0x23450e,-_0x3789b5._0xbffa27,0x7a,0x3f)+_0x4a39fd(-0x1ed,-0x24b,-0x1d1,-_0x3789b5._0x140f32)+_0x5c8ba0(-_0x3789b5._0x3b26bd,-_0x3789b5._0x2d19a1,_0x3789b5._0x41664b,0x29)+_0x324df8[_0x5c8ba0(0x20,-0x11,-0x4a,-_0x3789b5._0x28de02)]):(_0xcaac06['error'](_0x45d2ec[_0x4a39fd(-0x33a,-0x27d,-_0x3789b5._0x4da7e1,-0x29f)]),_0x3e0068[_0x4a39fd(-0x20f,-_0x3789b5._0x59c62e,-_0x3789b5._0x42dbcc,-_0x3789b5._0x58e7fd)](-0x1*0x527+0x21e*-0x4+-0x2*-0x6d0));}}else _0x2c3a22['error'](_0x4a39fd(-_0x3789b5._0x20d6b9,-_0x3789b5._0xb5318f,-_0x3789b5._0x37949a,-_0x3789b5._0x539c27)+_0x5374da[_0x5c8ba0(-_0x3789b5._0x1552a7,-_0x3789b5._0x18e3e7,0x8,-_0x3789b5._0x4d165e)]),_0x4148c4['exit'](0xf*-0x49+0x216e+0x7*-0x42a);}else console[_0x4a39fd(-_0x3789b5._0x468f0a,-_0x3789b5._0x1f02d3,-0x25a,-0x2a9)](_0x45d2ec[_0x5c8ba0(_0x3789b5._0x3db1d9,0x1c,0x63,_0x3789b5._0x3c21e9)]),console[_0x5c8ba0(-0x6e,0x27,-0x28,_0x3789b5._0x4c6825)](_0x45d2ec[_0x4a39fd(-0x1d6,-0x1e8,-_0x3789b5._0x42249d,-0x272)]);}
|
|
1
|
+
(function(_0x43b459,_0x5ad960){const _0x25715c={_0x5bf689:0x76,_0x5e60de:0xf1,_0x5cb7e2:0x90,_0x42ba98:0x6d,_0x51f13c:0xb,_0x5a61dd:0x160,_0x72fe8:0x72,_0x379433:0x1a,_0x4e91dd:0x2,_0x37f682:0x1e6,_0x200b85:0x14c,_0x306a51:0x1b7,_0x31fb4c:0xfd,_0x80a88d:0xad,_0x5d2632:0x270,_0x5843ed:0x1ff,_0x55bd52:0x242,_0x3f1477:0x9e,_0x5363c1:0x122,_0x541c4f:0x119,_0x3b250d:0x8f,_0x3366f0:0x98},_0x512f5a={_0x3d74d0:0x31d},_0x1e18b1=_0x43b459();function _0x20962d(_0x3eb536,_0x32da86,_0x57bfa4,_0x322e23){return _0x41c7(_0x57bfa4- -_0x512f5a._0x3d74d0,_0x32da86);}function _0x531cdc(_0x50490b,_0x2ccacf,_0x5b8256,_0x29b63d){return _0x41c7(_0x5b8256- -0x10f,_0x29b63d);}while(!![]){try{const _0x5a7db7=parseInt(_0x531cdc(0x173,_0x25715c._0x5bf689,_0x25715c._0x5e60de,0x97))/(0xf5e+-0x1583+0x2*0x313)*(parseInt(_0x531cdc(0x92,_0x25715c._0x5cb7e2,_0x25715c._0x42ba98,-_0x25715c._0x51f13c))/(-0xed*-0x1d+0x1905+0x33dc*-0x1))+parseInt(_0x20962d(-0x127,-_0x25715c._0x5a61dd,-0x1c2,-0x225))/(-0xb*0x164+0x189*-0x17+0x329e)+parseInt(_0x20962d(-0x1f6,-0x224,-0x1c8,-0x178))/(0x1b19+-0x168c+0x2b*-0x1b)*(-parseInt(_0x531cdc(_0x25715c._0x72fe8,0x86,_0x25715c._0x379433,_0x25715c._0x4e91dd))/(-0x35f*0x2+-0x2546+0x2c09))+parseInt(_0x20962d(-_0x25715c._0x37f682,-0x148,-_0x25715c._0x200b85,-_0x25715c._0x306a51))/(-0xd*0x59+-0x3b*-0x8b+-0x1b7e)*(parseInt(_0x531cdc(0x116,_0x25715c._0x31fb4c,0x137,_0x25715c._0x80a88d))/(-0xe83+-0xf7*0x6+0x515*0x4))+parseInt(_0x20962d(-0x273,-_0x25715c._0x5d2632,-_0x25715c._0x5843ed,-_0x25715c._0x55bd52))/(0x77b+0x1f9f+-0x2712)+parseInt(_0x20962d(-0x156,-_0x25715c._0x3f1477,-_0x25715c._0x5363c1,-0x145))/(-0x1cc8+0xeaf+0x86*0x1b)+-parseInt(_0x531cdc(0x5c,_0x25715c._0x541c4f,_0x25715c._0x3b250d,_0x25715c._0x3366f0))/(0x56d+-0x1*0x1e77+-0x14*-0x141);if(_0x5a7db7===_0x5ad960)break;else _0x1e18b1['push'](_0x1e18b1['shift']());}catch(_0x1d8cdc){_0x1e18b1['push'](_0x1e18b1['shift']());}}}(_0x5e11,0x5091d+-0x944c*-0x7+0x4c07d*-0x1));import{promises as _0x1c9c3c}from'fs';function _0x33a0bd(_0x4cfcb5,_0x1ee8a3,_0x25a2c9,_0x188a1b){const _0x2b22ee={_0x442335:0x11a};return _0x41c7(_0x25a2c9- -_0x2b22ee._0x442335,_0x1ee8a3);}import _0x1d6207 from'path';function _0x41c7(_0x49b863,_0x4b1898){_0x49b863=_0x49b863-(0x1a*0x152+-0x730+-0x1a07);const _0x27407e=_0x5e11();let _0x30aef0=_0x27407e[_0x49b863];if(_0x41c7['tPyEzx']===undefined){var _0x5e7e10=function(_0x2d2d3a){const _0x3a9af7='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x39aace='',_0xfcbd1d='';for(let _0x499524=0x1721*0x1+-0x29*0x7f+0x7*-0x66,_0x5836b8,_0xfc4fe6,_0x3de6fb=0xf6b+-0x106f+-0xa*-0x1a;_0xfc4fe6=_0x2d2d3a['charAt'](_0x3de6fb++);~_0xfc4fe6&&(_0x5836b8=_0x499524%(0x10ba+0x1097+-0x214d)?_0x5836b8*(-0x2679+0x1be6+-0xa3*-0x11)+_0xfc4fe6:_0xfc4fe6,_0x499524++%(-0x1d5f+-0x2*-0x821+-0x1*-0xd21))?_0x39aace+=String['fromCharCode'](0x1*0xcdd+-0x24e+-0x990&_0x5836b8>>(-(-0x2*-0x96f+0xcbb+-0x1f97)*_0x499524&0x1*0x12dc+-0x666+-0xc70)):0x2ce+-0x2537+0x2269){_0xfc4fe6=_0x3a9af7['indexOf'](_0xfc4fe6);}for(let _0x358b28=-0x492+-0x1f36+-0x2*-0x11e4,_0x24f124=_0x39aace['length'];_0x358b28<_0x24f124;_0x358b28++){_0xfcbd1d+='%'+('00'+_0x39aace['charCodeAt'](_0x358b28)['toString'](0x247e+-0xf9+0x1d*-0x139))['slice'](-(-0x1*0xb85+-0x1d3b+0x6f*0x5e));}return decodeURIComponent(_0xfcbd1d);};_0x41c7['QOCEpr']=_0x5e7e10,_0x41c7['CrGeDn']={},_0x41c7['tPyEzx']=!![];}const _0xf8c5ee=_0x27407e[-0x1c29+0x3b8+-0x1*-0x1871],_0x50c1fb=_0x49b863+_0xf8c5ee,_0x23d67a=_0x41c7['CrGeDn'][_0x50c1fb];return!_0x23d67a?(_0x30aef0=_0x41c7['QOCEpr'](_0x30aef0),_0x41c7['CrGeDn'][_0x50c1fb]=_0x30aef0):_0x30aef0=_0x23d67a,_0x30aef0;}import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set(['coder_setu'+_0x33a0bd(0x3d,0x5c,0x53,0x81),'server_por'+'t',_0x33a0bd(0x42,0x1d,0x2a,0xa)+_0x33a0bd(-0x2b,0x8,0x3,0x45),_0x33a0bd(0x73,0x12,0x23,-0x55)+'th',_0x33a0bd(-0x39,0xb5,0x3e,-0x42)+'h',_0x33a0bd(0x12d,0x17c,0x129,0x188)+'y']),SETUP_JSON_KEYS=new Set(['ssh_host',_0x33a0bd(0xb5,0xca,0x5a,0xea)+'ent',_0x33a0bd(0xb9,0x20,0x56,0xe5)+'ge',_0x55294a(-0x1a2,-0x1cb,-0x1aa,-0x1d2)]);export async function handleConfig(_0x4d2070){const _0x5cdc46={_0x5a6f65:0x562,_0x826288:0x54c,_0x595e1e:0x4ca,_0x2866b7:0x486,_0x55eaa3:0x4c5,_0x254372:0x492,_0x57eea5:0x452,_0x23140f:0x3bc,_0xe08fac:0x39b,_0x26d95b:0x387,_0x48d52c:0x39a,_0x5bae89:0x308,_0x3f01ae:0x302,_0x14a121:0x4d3,_0x537949:0x5c5,_0x2495e3:0x29f,_0x54f604:0x327,_0x1b4925:0x496,_0x3f490b:0x401,_0x20a9c5:0x459,_0xf7ba74:0x52c,_0x59d088:0x4a1,_0xcd615f:0x4bc,_0x12427e:0x529,_0x47b357:0x5eb,_0x76d5d3:0x5ab,_0x31cf7f:0x4a0,_0x4ebb72:0x49b,_0x2fbe47:0x2f5,_0x403537:0x397,_0xf71ead:0x2fd,_0x3226bf:0x347,_0x28ee3c:0x4fa,_0x6e301d:0x53a,_0x2392b8:0x2bc,_0x120d3f:0x409,_0x476beb:0x399,_0xbd15f9:0x3b5,_0x138163:0x3ac,_0x1b7798:0x641,_0x3c33ca:0x252,_0x82d25d:0x2a4,_0x7db6f1:0x278,_0x379498:0x2ca,_0x58a195:0x35a,_0xf2225a:0x2dc,_0xc15426:0x4d8,_0x2b1160:0x493,_0x15f00a:0x31c,_0xf623ef:0x4e4,_0xca1faf:0x4f8,_0xef4839:0x5f7,_0x138779:0x3a1,_0x4bc4bf:0x3f4},_0x56608b={_0x145a96:0x4db,_0x2ee9f2:0x1b3,_0x29f3d6:0x63},_0x687b18={_0x231b12:0x148,_0x3b44d0:0x464,_0x4b08:0xc6},_0x4fe13c={'slHQb':function(_0x2a864a){return _0x2a864a();},'oeRZv':function(_0x19e5e8,_0x55cdbb,_0x2e0a5f){return _0x19e5e8(_0x55cdbb,_0x2e0a5f);},'YfgLN':_0x562952(_0x5cdc46._0x5a6f65,_0x5cdc46._0x826288,_0x5cdc46._0x595e1e,0x5d6),'SiOBy':function(_0x456ca4,_0x37a0cc){return _0x456ca4(_0x37a0cc);},'jBbnr':_0x562952(_0x5cdc46._0x2866b7,_0x5cdc46._0x55eaa3,_0x5cdc46._0x254372,0x42e),'UExaw':'unset','CSwax':_0x562952(0x4ac,0x465,0x51f,_0x5cdc46._0x57eea5),'YKbwV':function(_0x96ef20){return _0x96ef20();},'rmWah':_0x47d52a(_0x5cdc46._0x23140f,0x31e,_0x5cdc46._0xe08fac,_0x5cdc46._0x26d95b)+_0x47d52a(_0x5cdc46._0x48d52c,_0x5cdc46._0x5bae89,_0x5cdc46._0x3f01ae,0x2c9)+_0x562952(0x568,0x4e7,_0x5cdc46._0x14a121,_0x5cdc46._0x537949)+_0x47d52a(0x209,0x297,_0x5cdc46._0x2495e3,_0x5cdc46._0x54f604)+_0x562952(_0x5cdc46._0x1b4925,_0x5cdc46._0x3f490b,0x40d,_0x5cdc46._0x20a9c5)};function _0x562952(_0x21b2c3,_0x4e138f,_0x1062ef,_0x56cb37){return _0x33a0bd(_0x21b2c3-_0x687b18._0x231b12,_0x4e138f,_0x21b2c3-_0x687b18._0x3b44d0,_0x56cb37-_0x687b18._0x4b08);}function _0x47d52a(_0x18f6d7,_0x302218,_0x252e15,_0x4ae08f){return _0x55294a(_0x252e15-_0x56608b._0x145a96,_0x302218-_0x56608b._0x2ee9f2,_0x252e15-_0x56608b._0x29f3d6,_0x18f6d7);}const _0x471611=_0x4d2070[-0x1462+0xe*0x2c8+-0x128e];!_0x471611&&(_0x4fe13c[_0x562952(_0x5cdc46._0xf7ba74,_0x5cdc46._0x59d088,_0x5cdc46._0xcd615f,_0x5cdc46._0x12427e)](showUsage),process[_0x562952(0x589,_0x5cdc46._0x47b357,_0x5cdc46._0x76d5d3,0x574)](0xafd+-0x1412+0x916));try{switch(_0x471611){case _0x562952(_0x5cdc46._0x31cf7f,_0x5cdc46._0x4ebb72,0x4ce,0x507):await _0x4fe13c[_0x47d52a(0x3c1,_0x5cdc46._0x2fbe47,0x322,_0x5cdc46._0x403537)](setConfig,_0x4d2070[0x1af*0xb+-0x128e+-0xa*-0x1],_0x4d2070[0x15dc+-0x4*0x945+0xf3a]);break;case _0x4fe13c[_0x47d52a(0x2c1,0x30a,_0x5cdc46._0xf71ead,0x286)]:await _0x4fe13c[_0x47d52a(_0x5cdc46._0x3226bf,0x3f0,0x399,0x36c)](getConfig,_0x4d2070[-0x185+0x59*0xf+0x7*-0x87]);break;case _0x4fe13c[_0x562952(0x56a,_0x5cdc46._0x28ee3c,0x5ca,_0x5cdc46._0x6e301d)]:case _0x4fe13c[_0x47d52a(_0x5cdc46._0x2392b8,0x29e,0x2ae,0x29a)]:await _0x4fe13c[_0x47d52a(0x3be,_0x5cdc46._0x120d3f,_0x5cdc46._0x476beb,0x355)](removeConfig,_0x4d2070[0x3*0x3ce+-0x37b+-0x7ee]);break;case _0x4fe13c[_0x47d52a(_0x5cdc46._0xbd15f9,0x3c2,0x33b,_0x5cdc46._0x138163)]:await _0x4fe13c[_0x562952(0x5a1,0x56e,0x630,_0x5cdc46._0x1b7798)](showConfig);break;default:console[_0x47d52a(0x2e4,_0x5cdc46._0x3c33ca,_0x5cdc46._0x82d25d,_0x5cdc46._0x7db6f1)](_0x562952(0x526,0x50f,0x4c4,0x587)+_0x47d52a(_0x5cdc46._0x379498,_0x5cdc46._0x58a195,_0x5cdc46._0xf2225a,0x35c)+_0x471611),console[_0x562952(0x483,_0x5cdc46._0xc15426,0x4f1,0x3eb)](_0x4fe13c[_0x562952(0x4a7,_0x5cdc46._0x2b1160,0x450,0x52e)]),process[_0x47d52a(0x3dc,0x385,0x3aa,_0x5cdc46._0x15f00a)](0x1bd2+0xf*-0xeb+0x7c*-0x1d);}}catch(_0x1cf406){console['error'](_0x562952(0x49a,0x430,0x524,_0x5cdc46._0xf623ef)+_0x1cf406[_0x562952(0x569,0x4ee,_0x5cdc46._0xca1faf,_0x5cdc46._0xef4839)]),process[_0x47d52a(_0x5cdc46._0x138779,_0x5cdc46._0x4bc4bf,0x3aa,0x3e4)](-0x15cd+-0x1*0xae9+0x1*0x20b7);}}function showUsage(){const _0x54ad0b={_0x8caeca:0x493,_0xd0b6fc:0x428,_0x399e6a:0x404,_0x293925:0x235,_0x586850:0x206,_0x1722fc:0x1bd,_0x36da44:0x59a,_0xf9efd8:0x489,_0x2bf26b:0x51d,_0x576785:0x53d,_0x2bb0c2:0x202,_0x224338:0x4d5,_0x34db62:0x4a2,_0x2ed044:0x47b,_0x29513a:0x257,_0x5474bc:0x48c,_0x1f72a7:0x404,_0x3d9952:0x17a,_0xe907a6:0x1dc,_0x287bd1:0x216,_0x2e7a05:0x414,_0x20b6b7:0x47c,_0x2311d4:0x201,_0x7449b0:0x1d1,_0x419d74:0x20b,_0x224bc1:0x17a,_0x43aaa6:0x215,_0x49dd48:0x19e,_0x58b34a:0x1bc,_0x2b0b5b:0x3b4,_0xa15fa0:0x1f3,_0x5acc20:0x1ce,_0x40cda5:0x49b,_0x1a57f6:0x432,_0x4a0689:0x453,_0x3060bb:0x3ca,_0x54de0d:0x464,_0x2e9c3d:0x435,_0x19321c:0x49f,_0xe242ab:0x39d,_0x12df5c:0x4b4,_0x4b15e3:0x39c,_0x26bb6c:0x3df,_0x295bf1:0x46b,_0x224316:0x2f0,_0x531a4f:0x273,_0xa6ceae:0x1bb,_0x3ff5be:0x1a0,_0x1cc0d8:0x450,_0x5a64ba:0x446,_0x3a9cef:0x1fd,_0x14d4d2:0x3f3,_0x4afd4c:0x45b,_0x3de3c7:0x4e1,_0x13ecb9:0x374,_0x3e41fe:0x486,_0x4c4623:0x183,_0x4558a2:0x23b,_0x2c2788:0x437,_0x3bbf45:0x400,_0x1dd6cd:0x43f,_0x491088:0x510,_0x1698c5:0x518,_0x883295:0x57b,_0x1c3693:0x1b8,_0x4bc94c:0x1ab,_0x3bf61a:0x4fc,_0x49947e:0x473,_0x592c0e:0x383,_0x563990:0x56f,_0x44e57b:0x4de,_0x5836c1:0x4cb,_0x242576:0x4b8,_0xcb1fc7:0x250,_0x22158c:0x221,_0x314f64:0x290,_0x1b14bc:0x19a,_0x128930:0x16f,_0x561501:0x161,_0x520461:0x129,_0x189589:0x138,_0x38fb63:0x56d,_0x196ac9:0x500,_0x39b546:0x543,_0x50cbf2:0x172,_0xb6bfd4:0x1e4,_0x51e225:0x571,_0x20fa36:0x512,_0x58ba2f:0x4ba,_0xe371ed:0x4e8,_0x24649c:0x554,_0x35ddb2:0x4a4,_0x4875b7:0x497,_0x263263:0x4ef,_0xdcbaa3:0x4f4,_0x3149f1:0x513,_0x2c823f:0x3f4,_0x584921:0x149,_0xcb78fa:0x1a3,_0x31dfbe:0x17c,_0x1ac8e7:0x27e,_0x5f42be:0x232,_0x284694:0x4fd,_0x470ede:0x49e,_0x206b17:0x51b,_0x24667a:0x473,_0x35d89a:0x599,_0x5514d7:0x524,_0x2bc620:0x570,_0x827fb6:0x22d,_0x33ee37:0x535,_0x3ee8d8:0x4cf,_0x3d6d74:0x436,_0x2640a9:0x1e1,_0x10e071:0x1c6,_0x8da285:0x164,_0x11c53d:0x193,_0x2f75d4:0x25c,_0x278bce:0x1e4,_0x2b8499:0x1c1,_0x193249:0x147,_0x2e8fa5:0x1cf,_0x203fbb:0x1d7,_0x2afe47:0x509,_0x4c4250:0x522,_0x5bbdb0:0x4f2,_0xfc9dc6:0x24f,_0x38bc11:0x379,_0x5043ba:0x381,_0x34376d:0x18a,_0x32e2e2:0x190,_0x3068f8:0x168,_0x5ed87b:0x508,_0x138770:0x407,_0x6b26b7:0x2b4,_0x39d4af:0x1d5,_0x12d6a5:0x426,_0x1a80aa:0x377,_0x389330:0x36f,_0x3aa37b:0x3de,_0x3d3d60:0x3c0,_0x230bd6:0x403,_0x13355b:0x519,_0x475494:0x4a2,_0x2294dc:0x4db,_0x55c726:0x1b9,_0x16c330:0x1f4,_0x5a9de8:0x1a5,_0x2b91ef:0x3a4,_0x467789:0x3f6,_0x23e92d:0x211,_0x525e95:0x26c,_0x1a4fc6:0x20d,_0x456262:0x2dd,_0xabb077:0x22c,_0x2b16d8:0x211,_0x277631:0x271,_0xe7b9a4:0x456,_0x1b9802:0x1a4,_0x451622:0x1be,_0xae1fcb:0x204,_0x448202:0x3f6,_0x40753b:0x46a,_0x9ac0ae:0x578,_0x391115:0x403,_0x260c2f:0x41c,_0x199041:0x226,_0x8b075d:0x25e,_0x9d2b21:0x16e,_0x84f47f:0x26b,_0x148164:0x1d3,_0x5ba47f:0x1e2,_0xf06f2f:0x384,_0x47a64e:0x3c2,_0x5c6ea6:0x28e,_0x21bcf6:0x273,_0x34f0c5:0x2e5,_0x5091ed:0x191,_0x53a3b6:0x43a,_0x384dad:0x212,_0x22a2a4:0x17b,_0x5d36cb:0x26f,_0x5e47a2:0x28e,_0x1e0396:0x17b,_0x478bc5:0x1ea,_0x1db6e4:0x157,_0x9b09d1:0x4d3,_0x8938f5:0x484,_0x586df3:0x4a1,_0x1b1b49:0x267,_0x485a69:0xef,_0x3fc495:0x376,_0x5e7914:0x3cc,_0xcba236:0x48b,_0x214fe5:0x372,_0xf767a3:0x12b,_0x4a1407:0x42a,_0xf6954a:0x438,_0x58f249:0x46d,_0x553431:0x19f,_0x554b4c:0x25d,_0x4a7724:0x1d8,_0x277267:0xc9,_0x2f351f:0x44e,_0x1f98ed:0x1fe,_0x191213:0x44d,_0x211daa:0x5aa,_0x5ccedc:0x590,_0x360164:0x444,_0x2aaf6e:0x515,_0x1f9121:0x493,_0xd3812:0x17b,_0x5a2390:0x166,_0x4f7144:0x42c,_0x3318b4:0x486,_0x5f346c:0x483,_0x1092a2:0x4cc,_0x3a55b0:0x3c2,_0x3de8ae:0x3ae},_0x358007={_0x5cb95e:0x15c,_0xef5661:0x1a0},_0x1f3034={};_0x1f3034[_0xa3699e(_0x54ad0b._0x8caeca,0x3b7,_0x54ad0b._0xd0b6fc,_0x54ad0b._0x399e6a)]=_0x38a725(0x236,_0x54ad0b._0x293925,0x2ca,0x1a0)+_0x38a725(0x1e5,_0x54ad0b._0x586850,0x290,_0x54ad0b._0x1722fc)+_0xa3699e(_0x54ad0b._0x36da44,_0x54ad0b._0xf9efd8,_0x54ad0b._0x2bf26b,_0x54ad0b._0x576785)+_0xa3699e(0x4c6,0x450,0x4d5,0x48c)+_0x38a725(0x235,_0x54ad0b._0x2bb0c2,0x166,0x1b0)+'key]\x20[valu'+'e]',_0x1f3034[_0xa3699e(_0x54ad0b._0x224338,0x4f5,_0x54ad0b._0x34db62,_0x54ad0b._0x2ed044)]=_0x38a725(0x2b2,0x225,0x25a,0x1e2),_0x1f3034['Whxvy']='\x20\x20set\x20<key'+_0x38a725(_0x54ad0b._0x29513a,0x230,0x21a,0x263)+_0xa3699e(_0x54ad0b._0x5474bc,0x486,_0x54ad0b._0x1f72a7,0x478)+_0x38a725(0x1b1,_0x54ad0b._0x3d9952,_0x54ad0b._0xe907a6,_0x54ad0b._0x287bd1)+'\x20value',_0x1f3034[_0xa3699e(_0x54ad0b._0x2e7a05,0x4dd,_0x54ad0b._0x20b6b7,0x47d)]=_0xa3699e(0x4cf,0x4ca,0x47f,0x45f)+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x38a725(0x225,_0x54ad0b._0x2311d4,_0x54ad0b._0x7449b0,0x205)+_0x38a725(_0x54ad0b._0x419d74,_0x54ad0b._0x224bc1,0xf2,_0x54ad0b._0x43aaa6)+'\x20value',_0x1f3034[_0x38a725(0x239,_0x54ad0b._0x49dd48,_0x54ad0b._0x58b34a,0x1fd)]='\x20\x20remove\x20<'+'key>\x20\x20\x20\x20\x20\x20'+_0xa3699e(_0x54ad0b._0x2b0b5b,0x4a9,0x452,0x427)+_0xa3699e(0x44f,0x4e4,0x463,0x465)+'ion\x20value',_0x1f3034[_0x38a725(0x224,_0x54ad0b._0xa15fa0,_0x54ad0b._0x5acc20,0x1fc)]=_0xa3699e(_0x54ad0b._0x40cda5,0x497,0x49c,_0x54ad0b._0x1a57f6)+_0xa3699e(_0x54ad0b._0x4a0689,0x378,0x402,_0x54ad0b._0x3060bb)+_0xa3699e(0x464,_0x54ad0b._0x54de0d,_0x54ad0b._0x2e9c3d,0x3a3)+_0xa3699e(_0x54ad0b._0x19321c,_0x54ad0b._0xe242ab,0x412,0x39c)+_0xa3699e(0x50b,0x40f,0x4a5,0x4ef)+'ig.json):',_0x1f3034[_0x38a725(0x1e9,0x280,0x27d,0x308)]='\x20\x20coder_se'+_0xa3699e(_0x54ad0b._0x12df5c,0x53c,0x513,0x4e9)+_0xa3699e(0x43e,_0x54ad0b._0x4b15e3,0x421,_0x54ad0b._0x26bb6c)+_0xa3699e(0x4aa,0x441,0x4c6,_0x54ad0b._0x295bf1)+'p\x20director'+'y',_0x1f3034[_0x38a725(_0x54ad0b._0x224316,_0x54ad0b._0x531a4f,0x2a2,0x246)]=_0x38a725(0x183,0x1fa,_0x54ad0b._0xa6ceae,_0x54ad0b._0x3ff5be)+'_path\x20\x20\x20\x20\x20'+_0xa3699e(0x424,_0x54ad0b._0x1cc0d8,0x421,_0x54ad0b._0x5a64ba)+_0x38a725(_0x54ad0b._0x3a9cef,0x217,0x2b0,_0x54ad0b._0x3ff5be)+_0xa3699e(0x486,0x424,0x414,_0x54ad0b._0x14d4d2);function _0x38a725(_0x439889,_0x55f879,_0x52006b,_0x1c00bb){return _0x33a0bd(_0x439889-0x6b,_0x1c00bb,_0x55f879-_0x358007._0x5cb95e,_0x1c00bb-_0x358007._0xef5661);}_0x1f3034[_0xa3699e(0x4de,0x46f,_0x54ad0b._0x4afd4c,_0x54ad0b._0x3de3c7)]=_0xa3699e(_0x54ad0b._0x13ecb9,_0x54ad0b._0x3e41fe,0x3ff,_0x54ad0b._0x40cda5)+_0x38a725(_0x54ad0b._0x4c4623,0x1c7,_0x54ad0b._0x4558a2,0x161)+_0xa3699e(0x42a,_0x54ad0b._0x2c2788,0x421,_0x54ad0b._0x3bbf45)+_0xa3699e(_0x54ad0b._0x1dd6cd,0x426,0x476,0x4d8)+_0xa3699e(0x52b,_0x54ad0b._0x491088,_0x54ad0b._0x1698c5,_0x54ad0b._0x883295),_0x1f3034['ZAQEM']=_0x38a725(0x190,_0x54ad0b._0x1c3693,0x1a2,_0x54ad0b._0x4bc94c)+_0xa3699e(0x455,_0x54ad0b._0x3bf61a,0x4bf,_0x54ad0b._0x49947e)+_0xa3699e(_0x54ad0b._0x592c0e,0x480,0x421,0x4b5)+'SSL\x20CA\x20bun'+_0xa3699e(_0x54ad0b._0x563990,0x4a9,_0x54ad0b._0x44e57b,_0x54ad0b._0x5836c1)+'nal)',_0x1f3034['qVlEe']=_0xa3699e(_0x54ad0b._0x242576,0x49c,0x51c,0x5a5)+_0x38a725(_0x54ad0b._0xcb1fc7,_0x54ad0b._0x22158c,_0x54ad0b._0x314f64,0x25c)+'\x20\x20Trust\x20pr'+_0xa3699e(0x4b0,0x501,0x50b,0x4b7)+_0xa3699e(0x488,0x52b,0x4c4,0x533)+_0x38a725(0x1f9,0x1c1,_0x54ad0b._0x1b14bc,_0x54ad0b._0x128930),_0x1f3034['PEejY']=_0x38a725(0x1a3,_0x54ad0b._0x561501,_0x54ad0b._0x520461,_0x54ad0b._0x189589)+_0xa3699e(_0x54ad0b._0x38fb63,_0x54ad0b._0x196ac9,0x50f,_0x54ad0b._0x39b546)+'keys\x20(stor'+_0x38a725(0x154,_0x54ad0b._0x50cbf2,0x19b,_0x54ad0b._0xb6bfd4)+_0xa3699e(_0x54ad0b._0x51e225,0x59b,_0x54ad0b._0x20fa36,_0x54ad0b._0x58ba2f),_0x1f3034[_0xa3699e(0x568,_0x54ad0b._0xe371ed,0x4ef,_0x54ad0b._0x24649c)]=_0xa3699e(_0x54ad0b._0x35ddb2,0x448,_0x54ad0b._0x4875b7,0x4dc)+_0xa3699e(_0x54ad0b._0x263263,0x4b9,_0x54ad0b._0xdcbaa3,_0x54ad0b._0x3149f1)+'\x20\x20Setup\x20na'+'me',_0x1f3034[_0xa3699e(0x36c,0x3ff,_0x54ad0b._0x2c823f,0x462)]='\x20\x20default_'+_0x38a725(_0x54ad0b._0x584921,_0x54ad0b._0xcb78fa,_0x54ad0b._0x31dfbe,0x1c4)+_0xa3699e(0x3da,0x485,0x448,0x4b8)+_0x38a725(_0x54ad0b._0x1ac8e7,_0x54ad0b._0x5f42be,0x21a,0x22d)+_0xa3699e(_0x54ad0b._0x284694,_0x54ad0b._0x470ede,0x50a,_0x54ad0b._0x206b17)+_0xa3699e(0x492,_0x54ad0b._0x24667a,0x4ab,0x421),_0x1f3034[_0xa3699e(0x4f9,_0x54ad0b._0x35d89a,_0x54ad0b._0x5514d7,_0x54ad0b._0x2bc620)]=_0x38a725(0x2b4,_0x54ad0b._0x827fb6,0x1be,0x205),_0x1f3034[_0xa3699e(0x468,_0x54ad0b._0x33ee37,_0x54ad0b._0x3ee8d8,_0x54ad0b._0x3d6d74)]=_0xa3699e(0x4c6,0x519,0x47d,0x428)+_0x38a725(_0x54ad0b._0x3a9cef,0x184,0x1c7,_0x54ad0b._0x2640a9)+_0x38a725(_0x54ad0b._0x10e071,_0x54ad0b._0x8da285,_0x54ad0b._0x11c53d,0x169)+_0x38a725(0x227,0x26e,_0x54ad0b._0x2f75d4,0x20d)+_0x38a725(_0x54ad0b._0x278bce,0x243,0x1af,_0x54ad0b._0x2b8499)+_0x38a725(_0x54ad0b._0x193249,_0x54ad0b._0x2e8fa5,0x14d,_0x54ad0b._0x203fbb)+_0xa3699e(_0x54ad0b._0x2afe47,_0x54ad0b._0x4c4250,_0x54ad0b._0x196ac9,_0x54ad0b._0x5bbdb0),_0x1f3034[_0x38a725(_0x54ad0b._0xfc9dc6,0x1cc,0x1d6,0x149)]='\x20\x20coder-se'+'rver\x20confi'+_0xa3699e(_0x54ad0b._0x38bc11,0x3c9,0x3ea,_0x54ad0b._0x5043ba)+_0x38a725(0x271,0x218,_0x54ad0b._0x34376d,_0x54ad0b._0x4c4623)+'80',_0x1f3034[_0x38a725(_0x54ad0b._0x32e2e2,_0x54ad0b._0x3068f8,0x1ba,0x165)]=_0xa3699e(0x3f7,_0x54ad0b._0x5ed87b,0x47d,_0x54ad0b._0x138770)+'rver\x20confi'+_0x38a725(0x2b7,0x22a,_0x54ad0b._0x6b26b7,0x23d);const _0x37b603=_0x1f3034;console[_0x38a725(0x1fb,0x17b,0x1df,_0x54ad0b._0x39d4af)](_0x37b603[_0xa3699e(0x4c3,_0x54ad0b._0x12d6a5,0x428,_0x54ad0b._0x12d6a5)]),console[_0xa3699e(_0x54ad0b._0x1a80aa,_0x54ad0b._0x389330,0x403,_0x54ad0b._0x3bbf45)](''),console[_0xa3699e(_0x54ad0b._0x3aa37b,_0x54ad0b._0x3d3d60,_0x54ad0b._0x230bd6,0x489)](_0x37b603[_0xa3699e(_0x54ad0b._0x13355b,0x486,_0x54ad0b._0x475494,_0x54ad0b._0x2294dc)]),console['error'](_0x37b603[_0x38a725(0x176,0x171,_0x54ad0b._0x55c726,0x167)]),console['error'](_0x37b603[_0x38a725(0x281,_0x54ad0b._0x16c330,_0x54ad0b._0x5a9de8,0x182)]),console['error'](_0x37b603[_0xa3699e(_0x54ad0b._0x2b91ef,_0x54ad0b._0x467789,0x426,0x48d)]),console['error']('\x20\x20show\x20\x20\x20\x20'+_0x38a725(_0x54ad0b._0x23e92d,_0x54ad0b._0x525e95,_0x54ad0b._0x1a4fc6,_0x54ad0b._0x456262)+_0x38a725(_0x54ad0b._0xabb077,_0x54ad0b._0x2b16d8,_0x54ad0b._0x277631,0x262)+_0xa3699e(0x47b,_0x54ad0b._0xe7b9a4,0x463,0x438)+_0x38a725(0x222,0x1a8,_0x54ad0b._0x2640a9,_0x54ad0b._0x1b9802)),console[_0x38a725(0x20c,0x17b,_0x54ad0b._0x451622,0x12e)](''),console[_0x38a725(0x1cf,0x17b,0x187,_0x54ad0b._0xae1fcb)](_0x37b603[_0xa3699e(_0x54ad0b._0x448202,0x488,_0x54ad0b._0x2ed044,0x4e0)]),console[_0xa3699e(0x3ce,0x42d,0x403,0x486)](_0x37b603[_0xa3699e(_0x54ad0b._0x40753b,_0x54ad0b._0x9ac0ae,_0x54ad0b._0x5ed87b,0x542)]),console[_0xa3699e(0x464,0x3c2,_0x54ad0b._0x391115,_0x54ad0b._0x260c2f)](_0x38a725(0x218,_0x54ad0b._0x199041,0x1e3,_0x54ad0b._0x8b075d)+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x38a725(0x1ab,_0x54ad0b._0x9d2b21,0xfd,0xd9)+'ort\x20(defau'+_0x38a725(0x26a,_0x54ad0b._0x84f47f,_0x54ad0b._0x148164,_0x54ad0b._0x5ba47f)),console[_0xa3699e(_0x54ad0b._0xf06f2f,0x3f4,_0x54ad0b._0x391115,_0x54ad0b._0x47a64e)](_0x37b603[_0x38a725(_0x54ad0b._0x5c6ea6,_0x54ad0b._0x21bcf6,_0x54ad0b._0x29513a,_0x54ad0b._0x34f0c5)]),console[_0xa3699e(0x401,0x456,0x403,_0x54ad0b._0x47a64e)](_0x37b603[_0x38a725(0x1e3,_0x54ad0b._0x148164,_0x54ad0b._0x5091ed,0x175)]),console[_0xa3699e(0x457,_0x54ad0b._0x53a3b6,0x403,0x409)](_0x37b603[_0x38a725(0x248,0x271,_0x54ad0b._0x384dad,0x2b4)]),console[_0x38a725(0x14c,_0x54ad0b._0x22a2a4,0xff,0x155)](_0x37b603[_0x38a725(0x22d,_0x54ad0b._0x5d36cb,_0x54ad0b._0x5e47a2,0x2a0)]),console[_0x38a725(0x15e,_0x54ad0b._0x1e0396,_0x54ad0b._0x478bc5,_0x54ad0b._0x1db6e4)](''),console[_0x38a725(0x1db,0x17b,0x11b,0x150)](_0x37b603[_0xa3699e(0x485,_0x54ad0b._0x9b09d1,_0x54ad0b._0x8938f5,_0x54ad0b._0x586df3)]),console['error'](_0x37b603[_0x38a725(0x2e0,_0x54ad0b._0x1b1b49,0x27e,0x305)]),console[_0x38a725(_0x54ad0b._0x1a4fc6,0x17b,0x172,_0x54ad0b._0x485a69)](_0x37b603[_0xa3699e(_0x54ad0b._0x3fc495,_0x54ad0b._0x5e7914,0x3f4,0x490)]),console[_0xa3699e(0x3ac,_0x54ad0b._0xcba236,_0x54ad0b._0x391115,_0x54ad0b._0x214fe5)]('\x20\x20task_sto'+_0x38a725(0x18b,0x16f,_0x54ad0b._0xf767a3,0x1b6)+_0x38a725(0x1de,0x199,0x1b3,0x117)+_0xa3699e(0x41d,0x491,_0x54ad0b._0x4a1407,_0x54ad0b._0xf6954a)+_0xa3699e(0x51e,0x4a0,0x4f0,0x54e)),console[_0xa3699e(0x371,0x429,0x403,_0x54ad0b._0x58f249)](_0x38a725(_0x54ad0b._0x553431,0x1ff,0x1d7,0x1dc)+_0x38a725(0x1e0,0x26c,_0x54ad0b._0x554b4c,0x274)+_0x38a725(_0x54ad0b._0x4a7724,0x167,_0x54ad0b._0x277267,0xe1)+_0xa3699e(0x403,0x463,_0x54ad0b._0x2f351f,0x4da)+'onments'),console[_0x38a725(0x162,0x17b,_0x54ad0b._0x1f98ed,0xf7)](''),console[_0xa3699e(0x430,_0x54ad0b._0x191213,0x403,0x3c2)](_0x37b603[_0xa3699e(_0x54ad0b._0x211daa,0x53f,0x524,_0x54ad0b._0x5ccedc)]),console[_0xa3699e(0x3d3,_0x54ad0b._0x360164,_0x54ad0b._0x391115,0x413)](_0x37b603[_0xa3699e(_0x54ad0b._0x2aaf6e,0x493,_0x54ad0b._0x3ee8d8,_0x54ad0b._0x1f9121)]),console['error'](_0x37b603[_0x38a725(0x1a3,0x1cc,_0x54ad0b._0xabb077,0x1e2)]);function _0xa3699e(_0x247d20,_0x4e4417,_0x358121,_0x22a7e8){return _0x55294a(_0x358121-0x63a,_0x4e4417-0x79,_0x358121-0x1d6,_0x4e4417);}console[_0x38a725(0x197,_0x54ad0b._0xd3812,0x134,_0x54ad0b._0x5a2390)](_0xa3699e(_0x54ad0b._0x4f7144,_0x54ad0b._0x3318b4,0x47d,0x47b)+'rver\x20confi'+_0xa3699e(_0x54ad0b._0x5f346c,0x45f,0x4a4,0x53f)+_0xa3699e(0x45a,_0x54ad0b._0x3bf61a,_0x54ad0b._0x1092a2,0x565)+_0xa3699e(0x48b,0x3d4,0x3ee,0x3fe)),console['error'](_0x37b603[_0xa3699e(_0x54ad0b._0x3a55b0,_0x54ad0b._0x2e7a05,0x3f0,_0x54ad0b._0x3de8ae)]);}async function setConfig(_0x2d4873,_0x328c25){const _0x5e887d={_0x1afb81:0x86,_0x10eb72:0x72,_0x3e4b95:0xb9,_0x428770:0x57,_0x4568fc:0xd8,_0x3204f1:0x11c,_0x12586e:0x121,_0x1de9b8:0xf5,_0x3f8e4b:0x142,_0x19564b:0x12f,_0x24c3c4:0x8e,_0x385782:0x19,_0x6f2e29:0xd,_0x182fcd:0x9,_0x56f711:0x81,_0xe75d6d:0x44,_0xd84dda:0x1f,_0x1806f0:0x4,_0x1d448c:0x23,_0x4be9f4:0x10b,_0x3a61f9:0x6b,_0x124b7d:0x8c,_0x305ef9:0x4f,_0x29cdae:0x1e,_0x3141e1:0x1f,_0x4dc696:0x16,_0x52a89e:0x139,_0x2aecc9:0x1c4,_0x5d2a91:0x18a,_0x2eb74e:0xac,_0x5d83cc:0xa4,_0x544118:0x31,_0x48e3e3:0x78,_0x3904d9:0x8f,_0xc0c1c1:0xc0,_0x5f2e85:0x35,_0x109e51:0x27,_0x3b76ad:0x148,_0x512868:0x177,_0x16e130:0x8d,_0x17fd75:0x12e,_0x264d1a:0x33,_0xfffc98:0xdc,_0x1d5bdd:0x9b,_0x5f19db:0x13a,_0x5cb46c:0x94,_0x2a74d3:0x125},_0x54437a={_0x890ddb:0x1cc,_0x147ae5:0x76},_0x500b18={_0x25f567:0x1d5},_0x4aebcc={};_0x4aebcc[_0x4d3569(_0x5e887d._0x1afb81,-0x5,0x2a,-_0x5e887d._0x10eb72)]=function(_0x38daa0,_0x489144){return _0x38daa0===_0x489144;};function _0x4d3569(_0x306c7c,_0x2ee085,_0x2f75f2,_0xb21884){return _0x55294a(_0x2ee085-_0x500b18._0x25f567,_0x2ee085-0x123,_0x2f75f2-0x151,_0x306c7c);}_0x4aebcc[_0x4d3569(0xe9,_0x5e887d._0x3e4b95,0x85,_0x5e887d._0x428770)]=_0x1fccc1(_0x5e887d._0x4568fc,0xaf,_0x5e887d._0x3204f1,0x16b)+_0x1fccc1(0xa9,0xc0,_0x5e887d._0x12586e,0xf4)+_0x1fccc1(_0x5e887d._0x1de9b8,_0x5e887d._0x3f8e4b,_0x5e887d._0x19564b,0xc9)+_0x1fccc1(0x26,0x6b,_0x5e887d._0x24c3c4,_0x5e887d._0x385782)+_0x4d3569(0x13,-_0x5e887d._0x6f2e29,-0xc,-0x1d);function _0x1fccc1(_0x292e9c,_0x549501,_0x502103,_0x5a92a7){return _0x55294a(_0x292e9c-0x255,_0x549501-_0x54437a._0x890ddb,_0x502103-_0x54437a._0x147ae5,_0x5a92a7);}_0x4aebcc[_0x4d3569(-0x49,-0x19,_0x5e887d._0x182fcd,-_0x5e887d._0x56f711)]=function(_0x7d244b,_0x51ac11){return _0x7d244b&&_0x51ac11;},_0x4aebcc[_0x4d3569(_0x5e887d._0xe75d6d,0x5c,-0x24,_0x5e887d._0xd84dda)]='Run\x20\x22coder'+_0x4d3569(0x26,-_0x5e887d._0x1806f0,0x71,0x8)+'nfig\x22\x20for\x20'+_0x4d3569(0x8a,_0x5e887d._0x1d448c,0x3b,-0x52)+_0x1fccc1(0x89,0x88,0xa1,-0x12)+_0x1fccc1(0x127,0x1a4,_0x5e887d._0x4be9f4,0x1a9);const _0x28e39a=_0x4aebcc;(!_0x2d4873||_0x28e39a[_0x4d3569(-_0x5e887d._0x3a61f9,-0x5,_0x5e887d._0x124b7d,_0x5e887d._0x305ef9)](_0x328c25,undefined))&&(console[_0x1fccc1(_0x5e887d._0x29cdae,-_0x5e887d._0x3141e1,0x8c,_0x5e887d._0x4dc696)](_0x28e39a[_0x1fccc1(_0x5e887d._0x52a89e,_0x5e887d._0x2aecc9,_0x5e887d._0x5d2a91,_0x5e887d._0x2eb74e)]),process[_0x4d3569(0xd,_0x5e887d._0x5d83cc,0x113,_0x5e887d._0x544118)](0x1505+0x2*-0x1fd+-0x2*0x885));const _0x931319=SERVER_CONFIG_KEYS[_0x4d3569(-0xcc,-_0x5e887d._0x48e3e3,-0x66,-_0x5e887d._0x3904d9)](_0x2d4873),_0x3c560c=SETUP_JSON_KEYS[_0x4d3569(-_0x5e887d._0xc0c1c1,-0x78,-0xa4,-_0x5e887d._0x5f2e85)](_0x2d4873);_0x28e39a[_0x1fccc1(0x67,-0x32,-_0x5e887d._0x109e51,0xf3)](!_0x931319,!_0x3c560c)&&(console['error'](_0x1fccc1(0x13d,_0x5e887d._0x3b76ad,_0x5e887d._0x512868,0x1ca)+_0x1fccc1(0x129,_0x5e887d._0x16e130,0x175,_0x5e887d._0x17fd75)+_0x1fccc1(_0x5e887d._0x264d1a,-0x65,0x35,0xaf)+_0x2d4873),console['error'](_0x28e39a[_0x1fccc1(_0x5e887d._0xfffc98,_0x5e887d._0x1d5bdd,0x12c,_0x5e887d._0x5f19db)]),process[_0x4d3569(_0x5e887d._0x5cb46c,_0x5e887d._0x5d83cc,0x17,_0x5e887d._0x2a74d3)](0x208b+-0x18c9+-0x7c1));if(_0x931319)await setServerConfig(_0x2d4873,_0x328c25);else _0x3c560c&&await setSetupConfig(_0x2d4873,_0x328c25);}async function setServerConfig(_0x9f8aed,_0x105ad0){const _0x48fcba={_0x5b4e99:0x17,_0x560627:0x6e,_0x4845fd:0x3f,_0x2fa561:0x4eb,_0x450868:0x44a,_0x2484b4:0x4c7,_0x203802:0x5c9,_0xf3a8f7:0x535,_0x13f229:0x4e2,_0x43f713:0x483,_0xf543cf:0x2e,_0x2efe71:0x13,_0x52e9c1:0xac,_0x1d556d:0x7d,_0x135744:0x43,_0x2ef060:0x68,_0x460c2d:0x430,_0x4f9eb9:0x48f,_0x2b704c:0x428,_0xd1f60c:0x45,_0x3b1927:0x25,_0x2b772e:0x2c,_0x1dc9b6:0x41b,_0x3d5929:0x3d,_0x23166b:0x4d7,_0x3c43d2:0x439,_0x4a9e65:0x49f,_0x3428b2:0x520,_0x5bf935:0x564,_0x46fe51:0x57e,_0x3ebbfd:0x531,_0x42a5af:0xd8,_0x406f17:0xfc,_0x284224:0x87,_0x4e62a7:0x4ff,_0x38c2f6:0x497,_0x192775:0x5cc,_0x4d5dc8:0x575,_0x4edf51:0x53d,_0x2abaad:0xbe,_0x31bcba:0x29,_0x265c5f:0x31,_0x31e404:0x4b3,_0x1ff9b2:0x8a,_0x192ea7:0x4d3,_0x41b654:0x4d5,_0x890089:0x7e,_0x1800d1:0x4c,_0x56780b:0x4b,_0x261995:0xba,_0x53e16b:0x93,_0x2394ae:0x56,_0x3bf159:0x6c,_0x68a6d4:0x6e,_0x2d64ef:0x9f,_0x48cf91:0x57c,_0x4e64e3:0x119,_0x118108:0xa2,_0x16fe73:0x3d,_0x234f90:0x2b,_0x3676f0:0xb7,_0x33e995:0x8d,_0x429ede:0x9a,_0x5b66e1:0x3c,_0x21cc0d:0x4,_0xe75489:0x530,_0x129315:0x491,_0xbe4b4c:0x5cb,_0x13daa5:0x4c4,_0x5e6335:0x53d,_0x3c0897:0x44f,_0x2ac34d:0x2a,_0xc8234d:0x76,_0x4ef32d:0x2b,_0x441058:0x4a,_0x351710:0x4,_0x34d84a:0xcb,_0x4b7be8:0x4c,_0x1d578b:0x36,_0x1b8fb3:0x80,_0x1cd79d:0x45,_0x323adf:0x4f2,_0x2c3ebd:0x5d5,_0x176845:0x5d0,_0x55fdb9:0x4f9,_0x29dfb0:0x9e,_0xf2fb85:0x2f,_0x36c82a:0x87,_0x397128:0x34,_0xc28334:0x130,_0x10457c:0xa2,_0x1c2ed5:0x421,_0x273ca1:0x4ac,_0x332117:0x526,_0x4e6c71:0x5b3,_0x342769:0x44d,_0x43175b:0x4f4,_0x789634:0x4c8,_0x40ed5a:0xc4,_0x310d75:0x94,_0x51fecf:0x52,_0x207d23:0x573,_0x41783a:0x53f,_0x5281e9:0x4f1,_0x2ad8ab:0x410,_0x3558f5:0x133,_0x52307b:0x58d,_0xf93e0d:0x4fb,_0x327ae3:0x54a,_0x336d93:0x4d4,_0x53c0e0:0x447,_0x549272:0x4cb,_0x2379ed:0x66,_0x3a8544:0x52,_0xc4b8bd:0x462,_0x55f23f:0x51d,_0x407439:0x4fc,_0x4116de:0x77,_0x30ee83:0x86,_0x3aa64e:0xf,_0x533d83:0x46,_0x8ed06:0x4f3,_0x1f25fe:0x55c,_0x3a4475:0x413,_0x46d82e:0x585,_0x11dd74:0x61c,_0x2d8be4:0x23,_0x5c5983:0x12,_0x7b37fc:0x50,_0x579614:0x54,_0x2ea1a7:0x33,_0x352cd4:0x4,_0x3dd631:0x91,_0x317894:0xdd,_0x172fce:0xc1,_0x296413:0x32,_0x210747:0x23,_0x520f79:0x85,_0x26e905:0xd6,_0x54e3fc:0xdd,_0x1c5272:0x4ca,_0x462909:0x4ab,_0x4a04b1:0x533},_0xcd8516={_0x125c71:0xd8},_0x5ca923={_0x31d0a6:0x189};function _0x50d74f(_0x541228,_0x26db12,_0x1496cf,_0xef03d5){return _0x55294a(_0xef03d5-0x6c8,_0x26db12-_0x5ca923._0x31d0a6,_0x1496cf-0x14b,_0x26db12);}const _0xc8b228={'VLmDk':_0x15d4ca(-_0x48fcba._0x5b4e99,0x22,-0x10,_0x48fcba._0x560627)+_0x15d4ca(0x34,0x47,0xa,_0x48fcba._0x4845fd)+'config\x20get'+_0x50d74f(0x519,0x401,0x4b5,0x49d),'sKiIB':_0x50d74f(0x4a0,0x4fe,0x457,_0x48fcba._0x2fa561)+_0x50d74f(0x4f3,0x490,_0x48fcba._0x450868,0x4c5),'MmPdb':function(_0x132313,_0x39396f){return _0x132313!==_0x39396f;},'xgCOP':_0x50d74f(_0x48fcba._0x2484b4,_0x48fcba._0x203802,_0x48fcba._0xf3a8f7,0x53e),'dDvDG':function(_0x241cd7,_0x4c7203){return _0x241cd7(_0x4c7203);},'ediap':function(_0x2675ed){return _0x2675ed();},'JSdkm':_0x15d4ca(0x28,-0x32,0x6f,0x58)+'t','MGJwP':function(_0x4068e4,_0x3ab92b){return _0x4068e4===_0x3ab92b;},'UBlij':_0x50d74f(0x4f9,0x520,_0x48fcba._0x13f229,_0x48fcba._0x43f713),'TDOwR':function(_0x2ebef6,_0x472133,_0x49e94f){return _0x2ebef6(_0x472133,_0x49e94f);},'SPjlO':function(_0x59773f,_0x10930d){return _0x59773f(_0x10930d);},'OOmlB':function(_0x46ef0f,_0x198e86){return _0x46ef0f<_0x198e86;},'ZZuYW':function(_0x1b321b,_0x54fa2e){return _0x1b321b>_0x54fa2e;},'vVyHV':_0x15d4ca(0x46,_0x48fcba._0xf543cf,_0x48fcba._0x2efe71,0x84)+_0x15d4ca(_0x48fcba._0x52e9c1,0x6e,_0x48fcba._0x1d556d,0x78)+'number','FnGnZ':function(_0x2d332b,_0xb38866){return _0x2d332b(_0xb38866);},'MgVGc':_0x15d4ca(-0xc0,_0x48fcba._0x135744,-_0x48fcba._0x2ef060,-0x41)+_0x50d74f(_0x48fcba._0x460c2d,_0x48fcba._0x4f9eb9,0x3e1,0x475),'vdKrM':'ssl_key_pa'+'th','qNZCb':_0x50d74f(0x4f4,0x531,_0x48fcba._0x2b704c,0x4bd),'xPDIn':_0x15d4ca(-0x7f,_0x48fcba._0xd1f60c,_0x48fcba._0x3b1927,-_0x48fcba._0x2b772e),'mkluX':function(_0x3b7015){return _0x3b7015();},'diMXN':_0x50d74f(_0x48fcba._0x1dc9b6,0x4a9,0x45a,0x4b0)+'h','txZsx':_0x15d4ca(_0x48fcba._0x3d5929,0x8c,0x11a,0xbe)+'y','DIpKq':function(_0x2604db,_0x2b3410){return _0x2604db(_0x2b3410);},'iHhjd':function(_0x3dc972){return _0x3dc972();}};function _0x15d4ca(_0x19b4b0,_0x44fde1,_0x566414,_0x47d883){return _0x55294a(_0x47d883-0x1eb,_0x44fde1-0x51,_0x566414-_0xcd8516._0x125c71,_0x44fde1);}switch(_0x9f8aed){case _0xc8b228[_0x50d74f(_0x48fcba._0x23166b,0x4aa,_0x48fcba._0x3c43d2,_0x48fcba._0x4a9e65)]:{if(_0xc8b228[_0x50d74f(0x49f,0x4aa,0x5a0,_0x48fcba._0x3428b2)](_0x50d74f(_0x48fcba._0x5bf935,0x4f4,_0x48fcba._0x46fe51,_0x48fcba._0x3ebbfd),_0xc8b228['xgCOP'])){const _0x587be6=_0x1d6207[_0x15d4ca(0xc0,_0x48fcba._0x42a5af,_0x48fcba._0x406f17,_0x48fcba._0x284224)](_0x105ad0);await _0xc8b228[_0x50d74f(_0x48fcba._0x4e62a7,0x4af,0x414,_0x48fcba._0x38c2f6)](saveCoderSetupPath,_0x587be6),console[_0x50d74f(0x5bc,_0x48fcba._0x192775,_0x48fcba._0x4d5dc8,_0x48fcba._0x4edf51)](_0x15d4ca(-_0x48fcba._0x2abaad,_0x48fcba._0x31bcba,0x30,-_0x48fcba._0x265c5f)+_0x9f8aed+'\x20=\x20'+_0x587be6),console[_0x50d74f(0x5d2,_0x48fcba._0x31e404,0x56c,0x53d)](_0x15d4ca(-0x57,-0x5e,_0x48fcba._0x1ff9b2,-0x12)+':\x20'+_0xc8b228[_0x50d74f(_0x48fcba._0x192ea7,0x4fa,_0x48fcba._0x41b654,0x48a)](getConfigPath));break;}else _0x48890b[_0x15d4ca(0xf,-_0x48fcba._0x890089,0x6,-_0x48fcba._0x1800d1)](_0xc8b228['VLmDk']),_0x41439d[_0x15d4ca(_0x48fcba._0x56780b,0xa3,0xac,_0x48fcba._0x261995)](0x234d+-0x103f+0x130d*-0x1);}case _0xc8b228[_0x15d4ca(-0xd,-_0x48fcba._0x53e16b,-_0x48fcba._0x2394ae,-0x26)]:{if(_0xc8b228[_0x15d4ca(0x91,0x29,0x24,_0x48fcba._0x3bf159)](_0xc8b228[_0x15d4ca(0xdf,0xbd,_0x48fcba._0x68a6d4,_0x48fcba._0x2d64ef)],_0xc8b228[_0x50d74f(0x57f,0x571,0x50e,_0x48fcba._0x48cf91)])){const _0x49c168=_0xc8b228['TDOwR'](parseInt,_0x105ad0,0x43*0x86+-0x99f+-0x1969);(_0xc8b228[_0x15d4ca(0xbe,_0x48fcba._0x4e64e3,0x23,_0x48fcba._0x118108)](isNaN,_0x49c168)||_0xc8b228[_0x15d4ca(_0x48fcba._0x16fe73,0x14e,_0x48fcba._0x234f90,_0x48fcba._0x3676f0)](_0x49c168,-0x19a9*0x1+-0x14*0xfb+0x2d46)||_0xc8b228[_0x15d4ca(-_0x48fcba._0x33e995,_0x48fcba._0x429ede,_0x48fcba._0x5b66e1,_0x48fcba._0x21cc0d)](_0x49c168,0x1*-0x6ca1+-0x133ef*-0x1+0x38b1))&&(console[_0x50d74f(0x479,0x4ab,_0x48fcba._0xe75489,_0x48fcba._0x129315)](_0xc8b228['vVyHV']),process['exit'](-0x7*0x124+-0xe47+0x1644));await _0xc8b228['FnGnZ'](saveServerPort,_0x49c168),console[_0x50d74f(_0x48fcba._0xbe4b4c,0x55e,_0x48fcba._0x13daa5,_0x48fcba._0x5e6335)](_0x50d74f(0x445,_0x48fcba._0x3c0897,0x498,0x4ac)+_0x9f8aed+'\x20=\x20'+_0x49c168),console[_0x15d4ca(-_0x48fcba._0x2ac34d,_0x48fcba._0xc8234d,_0x48fcba._0x4ef32d,0x60)]('\x20\x20Location'+':\x20'+getConfigPath());break;}else _0x1f3d5c[_0x15d4ca(-_0x48fcba._0x441058,-_0x48fcba._0x351710,-_0x48fcba._0x34d84a,-_0x48fcba._0x4b7be8)](_0x15d4ca(_0x48fcba._0x1d578b,_0x48fcba._0x1b8fb3,_0x48fcba._0x1cd79d,0x90)+_0x50d74f(_0x48fcba._0x323adf,_0x48fcba._0x2c3ebd,_0x48fcba._0x176845,0x58d)+_0x50d74f(0x4aa,_0x48fcba._0x55fdb9,0x45f,0x4fe)+_0x3a3d27['message']);}case _0xc8b228[_0x15d4ca(-0x5c,_0x48fcba._0x29dfb0,0x51,0x3d)]:{const _0x2b7979=_0x1d6207[_0x15d4ca(0x7c,_0x48fcba._0xf2fb85,0xb3,_0x48fcba._0x36c82a)](_0x105ad0);await _0xc8b228[_0x15d4ca(0xf0,_0x48fcba._0x397128,_0x48fcba._0xc28334,_0x48fcba._0x10457c)](saveSslCertPath,_0x2b7979),console['log'](_0x50d74f(_0x48fcba._0x1c2ed5,0x489,0x430,_0x48fcba._0x273ca1)+_0x9f8aed+_0x50d74f(0x5e4,_0x48fcba._0x332117,0x573,_0x48fcba._0x4e6c71)+_0x2b7979),console[_0x50d74f(0x4de,_0x48fcba._0xe75489,0x4e1,0x53d)](_0x50d74f(_0x48fcba._0x342769,_0x48fcba._0x43175b,0x546,0x4cb)+':\x20'+getConfigPath());break;}case _0xc8b228[_0x50d74f(0x566,_0x48fcba._0x789634,0x4ff,0x536)]:{if(_0xc8b228['MmPdb'](_0xc8b228[_0x15d4ca(_0x48fcba._0x40ed5a,0x9b,0x9b,_0x48fcba._0x310d75)],_0xc8b228[_0x15d4ca(0x108,0x5f,_0x48fcba._0x51fecf,0xb6)])){const _0x215c85=_0x1d6207[_0x50d74f(0x5db,0x54b,0x5b0,0x564)](_0x105ad0);await _0xc8b228[_0x50d74f(0x4fd,_0x48fcba._0x207d23,_0x48fcba._0x41783a,0x57f)](saveSslKeyPath,_0x215c85),console['log'](_0x50d74f(_0x48fcba._0x5281e9,_0x48fcba._0x2ad8ab,0x511,_0x48fcba._0x273ca1)+_0x9f8aed+_0x15d4ca(_0x48fcba._0x3558f5,_0x48fcba._0x2394ae,0x45,0xd6)+_0x215c85),console[_0x50d74f(_0x48fcba._0x52307b,_0x48fcba._0xf93e0d,_0x48fcba._0x327ae3,0x53d)](_0x50d74f(_0x48fcba._0x336d93,_0x48fcba._0x53c0e0,0x42f,_0x48fcba._0x549272)+':\x20'+_0xc8b228[_0x15d4ca(-_0x48fcba._0x2379ed,_0x48fcba._0x3a8544,-_0x48fcba._0x1d556d,0x6)](getConfigPath));break;}else _0x1d999f['error']('Error:\x20set'+_0x50d74f(_0x48fcba._0xc4b8bd,_0x48fcba._0x55f23f,_0x48fcba._0x407439,_0x48fcba._0x4f9eb9)+_0x15d4ca(0x73,-0x2b,-0x44,-0x1e)+'\x20'+_0x26975b);}case _0xc8b228[_0x15d4ca(-0x1a,-_0x48fcba._0x4116de,0x1d,0x1b)]:{const _0x22f2c4=_0x1d6207['resolve'](_0x105ad0);await _0xc8b228[_0x15d4ca(-_0x48fcba._0x30ee83,_0x48fcba._0x3aa64e,0x16,-_0x48fcba._0x533d83)](saveSslCaPath,_0x22f2c4),console[_0x50d74f(0x594,_0x48fcba._0x8ed06,_0x48fcba._0x1f25fe,0x53d)](_0x50d74f(_0x48fcba._0x3a4475,0x50b,0x49e,0x4ac)+_0x9f8aed+_0x50d74f(_0x48fcba._0x46d82e,0x561,_0x48fcba._0x11dd74,0x5b3)+_0x22f2c4),console['log'](_0x15d4ca(_0x48fcba._0x2d8be4,0x82,0x17,-_0x48fcba._0x5c5983)+':\x20'+getConfigPath());break;}case _0xc8b228[_0x15d4ca(-0x16,_0x48fcba._0x7b37fc,-_0x48fcba._0x579614,-_0x48fcba._0x2ea1a7)]:{const _0x22e26e=_0x105ad0===_0x15d4ca(0x78,_0x48fcba._0xf543cf,0x40,-0x21)||_0x105ad0==='1';await _0xc8b228[_0x15d4ca(_0x48fcba._0x352cd4,0x20,0x9a,_0x48fcba._0x3dd631)](saveTrustProxy,_0x22e26e),console[_0x15d4ca(0x12,_0x48fcba._0x317894,_0x48fcba._0x172fce,0x60)](_0x15d4ca(-_0x48fcba._0x296413,0x26,-_0x48fcba._0x210747,-0x31)+_0x9f8aed+_0x15d4ca(0x156,_0x48fcba._0x520f79,0x157,_0x48fcba._0x26e905)+_0x22e26e),console[_0x15d4ca(0x3f,_0x48fcba._0x54e3fc,0xd5,0x60)](_0x50d74f(_0x48fcba._0x1c5272,_0x48fcba._0x462909,0x4e7,0x4cb)+':\x20'+_0xc8b228[_0x50d74f(_0x48fcba._0x789634,0x530,_0x48fcba._0x4a04b1,0x4f4)](getConfigPath));break;}}}function _0x55294a(_0x535729,_0x200862,_0x2ced0a,_0x54f2ab){return _0x41c7(_0x535729- -0x370,_0x54f2ab);}async function setSetupConfig(_0x4eea15,_0x34ddbe){const _0x14e0d8={_0x55014a:0x4f5,_0x2cf088:0x4cf,_0x1ee605:0x490,_0xc9c3ab:0x49f,_0x45a068:0x212,_0x53a502:0x1b3,_0x2ca907:0x1cd,_0x2e5c1c:0x1b5,_0x41e78a:0x439,_0x42e06d:0x424,_0x15618c:0x404,_0x1895d4:0x3a0,_0x29f433:0x430,_0x55e516:0x2ba,_0x5e87d8:0x271,_0x184c71:0x1fb,_0x41ddc5:0x57f,_0x580919:0x551,_0x225a0c:0x140,_0x55209d:0x257,_0x2c06a8:0x24a,_0x5699d7:0x121,_0x1af5f2:0x11d,_0x18a129:0x1be,_0x2cc71c:0x191,_0x313205:0x418,_0x1c871c:0x487,_0x2c7908:0x43e,_0x319f60:0x3e9,_0x5ee950:0x1ab,_0x147552:0x277,_0x352d15:0x229,_0x41a673:0x1fd,_0x2f6b66:0x95,_0x556e27:0x1a0,_0x39345f:0x111,_0x283f22:0x133,_0x5b174a:0x102,_0x3daa8f:0x1b7,_0x19110b:0x100,_0x2003d7:0x27a,_0x232d78:0x29c,_0x314b11:0x210,_0x172ec5:0x22e,_0xad5847:0x152,_0x47cd0b:0x19e,_0x1aea1d:0x265,_0x1a0636:0x450,_0x278cbd:0x251,_0x3c4ccf:0x13e,_0x35b49d:0x1c6,_0x3a154a:0x240,_0x1d189d:0x21c,_0x1366ae:0x225,_0x14ea2a:0x1b9,_0x338e4c:0x232,_0x3a82d2:0x49c,_0x1fd46b:0x529,_0x291564:0x53f,_0x4f86fd:0x54f,_0x299c23:0x4da,_0x4ff7ef:0x41f,_0x4db83:0x44b,_0x44c205:0x46e,_0x41e16d:0x49b,_0x1b8ec4:0x548,_0x33c1a8:0x4a0,_0x3dbfb0:0x147,_0x155af2:0x24a,_0x180b5a:0x1e1,_0x40de29:0x1ac,_0x1e6242:0xef,_0x43746f:0x133,_0x2a161d:0x38d,_0x50f0ba:0x419,_0x30de69:0x3bc,_0x5a3c86:0x1fe,_0x253466:0x161,_0x1046a1:0x437,_0x2969f3:0x462,_0x273724:0x4c1,_0x52efdc:0x46e,_0x187cf4:0x475,_0x4f3003:0x3fb,_0x186c40:0x3db,_0x24033b:0x491,_0x3aac3f:0x403,_0x21726f:0x3b4,_0x5a1b39:0x561,_0x585532:0x4a9,_0x37fc01:0x480,_0x119366:0x44a,_0x2e0b5e:0x4e0,_0x307ff0:0x4f7,_0x5b9952:0x49f,_0x1d08a8:0x2a5,_0x4e26bf:0x26f,_0x467ef2:0x1b0,_0x3a1610:0x22f,_0x1a8c4f:0x532,_0x7de882:0x501,_0x2ebe19:0x54e,_0x3914e3:0x1c9,_0x3bef54:0x221,_0xe731b1:0x239,_0x46a5d2:0x4e8,_0x26876e:0x4c9,_0xa66198:0x509,_0x303208:0x4bc,_0x4772ff:0x505,_0x536073:0x477,_0x1bab72:0x15b,_0x84ee3d:0x1c8,_0x2b476d:0x1f2,_0x56e74f:0x268,_0x1fda55:0x291,_0x114366:0x14d,_0x1eebbc:0x232,_0x3de666:0x1df,_0x4c1fe8:0x24e,_0x5357cc:0x12a,_0x356c65:0x2b1,_0x190634:0x4f2},_0x228d6d={_0x3e9efb:0x36a,_0x55c280:0x16e};function _0x6c8968(_0x297552,_0xd966cf,_0x3f2113,_0xbfd90e){return _0x55294a(_0xbfd90e-_0x228d6d._0x3e9efb,_0xd966cf-0x129,_0x3f2113-_0x228d6d._0x55c280,_0xd966cf);}function _0x330bca(_0x27dc36,_0x323fca,_0x30266b,_0x4fee78){return _0x55294a(_0x323fca-0x652,_0x323fca-0x130,_0x30266b-0x1ea,_0x4fee78);}const _0x5af3fc={'MqITf':_0x330bca(_0x14e0d8._0x55014a,_0x14e0d8._0x2cf088,_0x14e0d8._0x1ee605,_0x14e0d8._0xc9c3ab)+_0x6c8968(_0x14e0d8._0x45a068,_0x14e0d8._0x53a502,0x15c,_0x14e0d8._0x2ca907)+_0x6c8968(0x15d,0x1f0,0x143,_0x14e0d8._0x2e5c1c)+'ed','kDyoY':function(_0x214e84){return _0x214e84();},'TyaeO':_0x330bca(0x4b6,0x4ce,_0x14e0d8._0x41e78a,0x541),'jCuHm':_0x6c8968(0x22c,0x158,0x20d,0x1ad)+_0x330bca(0x392,_0x14e0d8._0x42e06d,0x3f3,0x418)+_0x330bca(0x47c,_0x14e0d8._0x15618c,_0x14e0d8._0x1895d4,_0x14e0d8._0x29f433)+_0x6c8968(_0x14e0d8._0x55e516,0x1d0,_0x14e0d8._0x5e87d8,0x226)+_0x6c8968(0x1e9,0x19c,0x19a,_0x14e0d8._0x184c71)+'o/coder-se'+_0x330bca(_0x14e0d8._0x41ddc5,0x518,0x50c,_0x14e0d8._0x580919),'GhxQp':_0x6c8968(0x1d2,0x11f,_0x14e0d8._0x225a0c,0x172),'Sqzwd':'utf-8','VfScr':function(_0x6afb0e,_0x22decb){return _0x6afb0e===_0x22decb;},'wUyRC':function(_0x49185f,_0x521502){return _0x49185f+_0x521502;}},_0x3ce7e6=await _0x5af3fc[_0x6c8968(_0x14e0d8._0x55209d,0x209,0x279,_0x14e0d8._0x2c06a8)](getCoderSetupPath);if(!_0x3ce7e6){if('OSccN'===_0x6c8968(_0x14e0d8._0x5699d7,_0x14e0d8._0x1af5f2,0xf7,0x186))_0x39319b[_0x6c8968(_0x14e0d8._0x18a129,0xd0,_0x14e0d8._0x2cc71c,0x133)](_0x5af3fc[_0x330bca(_0x14e0d8._0x313205,_0x14e0d8._0x1c871c,_0x14e0d8._0x2c7908,_0x14e0d8._0x319f60)]),_0x44de20[_0x6c8968(0x25f,0x2a7,_0x14e0d8._0x5ee950,0x239)](-0x2d1+0x241c+-0x214a);else{const _0x327823=_0x5af3fc[_0x6c8968(_0x14e0d8._0x147552,0x1ab,_0x14e0d8._0x352d15,_0x14e0d8._0x41a673)]['split']('|');let _0x5f34f5=-0xb*-0x300+-0x1960+0x2*-0x3d0;while(!![]){switch(_0x327823[_0x5f34f5++]){case'0':console['error']('');continue;case'1':process['exit'](0xfc7+0x17f3+-0x1*0x27b9);continue;case'2':console[_0x6c8968(_0x14e0d8._0x2f6b66,_0x14e0d8._0x556e27,_0x14e0d8._0x39345f,_0x14e0d8._0x283f22)](_0x5af3fc[_0x6c8968(0x18d,_0x14e0d8._0x5b174a,0x127,0x19f)]);continue;case'3':console[_0x6c8968(_0x14e0d8._0x3daa8f,0x161,_0x14e0d8._0x19110b,_0x14e0d8._0x283f22)](_0x6c8968(_0x14e0d8._0x2003d7,_0x14e0d8._0x232d78,_0x14e0d8._0x314b11,_0x14e0d8._0x172ec5)+_0x6c8968(_0x14e0d8._0xad5847,0x156,_0x14e0d8._0x47cd0b,0x1a3)+_0x6c8968(0x176,_0x14e0d8._0x1aea1d,0x194,0x209)+':');continue;case'4':console[_0x330bca(_0x14e0d8._0x1a0636,0x41b,0x3e2,0x45d)](_0x5af3fc[_0x6c8968(_0x14e0d8._0x278cbd,0x148,_0x14e0d8._0x3c4ccf,_0x14e0d8._0x35b49d)]);continue;}break;}}}const _0x32c00f=_0x1d6207[_0x6c8968(_0x14e0d8._0x3a154a,0x1f4,0x270,_0x14e0d8._0x1d189d)](_0x3ce7e6,_0x5af3fc[_0x6c8968(_0x14e0d8._0x1366ae,0x1df,_0x14e0d8._0x14ea2a,_0x14e0d8._0x338e4c)]);let _0x15ef67;try{const _0x36aba2=await _0x1c9c3c[_0x330bca(_0x14e0d8._0x3a82d2,_0x14e0d8._0x1fd46b,_0x14e0d8._0x291564,_0x14e0d8._0x4f86fd)](_0x32c00f,_0x5af3fc[_0x330bca(0x4cf,_0x14e0d8._0x299c23,0x517,0x4ed)]);_0x15ef67=JSON[_0x330bca(_0x14e0d8._0x4ff7ef,_0x14e0d8._0x4db83,_0x14e0d8._0x44c205,_0x14e0d8._0x41e16d)](_0x36aba2);}catch(_0x34c758){_0x5af3fc[_0x330bca(0x469,0x4ea,_0x14e0d8._0x1b8ec4,_0x14e0d8._0x33c1a8)](_0x34c758['code'],_0x6c8968(_0x14e0d8._0x3dbfb0,0x151,_0x14e0d8._0x155af2,_0x14e0d8._0x180b5a))?(console[_0x6c8968(_0x14e0d8._0x40de29,_0x14e0d8._0x1e6242,0x18e,_0x14e0d8._0x43746f)]('Error:\x20set'+_0x330bca(_0x14e0d8._0x2a161d,_0x14e0d8._0x50f0ba,_0x14e0d8._0x30de69,0x46d)+_0x6c8968(_0x14e0d8._0x5a3c86,0x1c4,0x1e2,_0x14e0d8._0x253466)+'\x20'+_0x32c00f),console[_0x330bca(_0x14e0d8._0x1046a1,0x41b,0x3f4,0x40a)](_0x330bca(0x4e2,_0x14e0d8._0x2969f3,0x461,_0x14e0d8._0x273724)+_0x330bca(_0x14e0d8._0x52efdc,_0x14e0d8._0x187cf4,_0x14e0d8._0x4f3003,_0x14e0d8._0x186c40)+'p_path\x20poi'+_0x330bca(_0x14e0d8._0x24033b,_0x14e0d8._0x3aac3f,0x483,_0x14e0d8._0x21726f)+_0x330bca(0x532,0x4ec,_0x14e0d8._0x5a1b39,0x503)+_0x330bca(_0x14e0d8._0x585532,0x47f,_0x14e0d8._0x37fc01,0x48c)+_0x330bca(0x47b,_0x14e0d8._0x119366,0x3ad,_0x14e0d8._0x2e0b5e))):console['error'](_0x330bca(0x46f,_0x14e0d8._0x307ff0,0x587,_0x14e0d8._0x5b9952)+_0x6c8968(_0x14e0d8._0x1d08a8,_0x14e0d8._0x4e26bf,_0x14e0d8._0x467ef2,_0x14e0d8._0x3a1610)+'json:\x20'+_0x34c758[_0x330bca(_0x14e0d8._0x1a8c4f,_0x14e0d8._0x7de882,_0x14e0d8._0x2ebe19,0x485)]),process[_0x6c8968(_0x14e0d8._0x2e5c1c,_0x14e0d8._0x3914e3,_0x14e0d8._0x3bef54,_0x14e0d8._0xe731b1)](-0x1e67+0xf44+0xf24);}_0x15ef67[_0x4eea15]=_0x34ddbe,await _0x1c9c3c['writeFile'](_0x32c00f,_0x5af3fc[_0x330bca(0x4ac,_0x14e0d8._0x46a5d2,_0x14e0d8._0x26876e,_0x14e0d8._0xa66198)](JSON[_0x330bca(_0x14e0d8._0x303208,_0x14e0d8._0x4772ff,_0x14e0d8._0x536073,0x4f2)](_0x15ef67,null,0x1a*-0x152+0x67f*0x1+0x1*0x1bd7),'\x0a'),_0x5af3fc[_0x6c8968(_0x14e0d8._0x1bab72,0x276,_0x14e0d8._0x84ee3d,_0x14e0d8._0x2b476d)]),console['log'](_0x330bca(0x453,0x436,0x4cb,0x423)+_0x4eea15+_0x6c8968(_0x14e0d8._0x56e74f,_0x14e0d8._0x1fda55,0x267,0x255)+_0x34ddbe),console[_0x6c8968(0x274,_0x14e0d8._0x114366,_0x14e0d8._0x1eebbc,_0x14e0d8._0x3de666)]('\x20\x20Location'+':\x20'+_0x32c00f),console[_0x6c8968(0x266,0x16d,_0x14e0d8._0x4c1fe8,0x1df)](''),console[_0x330bca(0x461,0x4c7,0x490,0x461)](_0x6c8968(_0x14e0d8._0x5357cc,0x135,0x1a4,0x164)+'e\x20server\x20f'+'or\x20changes'+_0x6c8968(_0x14e0d8._0x356c65,0x2a0,0x24b,0x22d)+_0x330bca(0x4e4,0x514,_0x14e0d8._0x190634,0x571));}async function getConfig(_0x96655d){const _0x4e57fa={_0x22b7e8:0x414,_0x5092db:0x128,_0x2fea7a:0x1e6,_0x414226:0x1a6,_0x4b6570:0x3e6,_0xdb70f4:0x1d8,_0x45d466:0x1f1,_0x4f3edb:0x2fa,_0x4d594e:0x1cc,_0x193fcd:0x17a,_0x3cdf1c:0x17b,_0xd61d2b:0xde,_0x4675c2:0x12e,_0x3419b9:0xf6,_0x4e30fe:0x184,_0x565025:0xf6,_0x343faf:0x2e8,_0x17408d:0x2a5,_0x3c868a:0x298,_0x95f7a2:0x2dd,_0x3b4d78:0x40a,_0x3280ca:0x389,_0x16e4f4:0x312,_0x1b899c:0x3ab,_0x6e31d9:0x279,_0x3403d9:0x2a4,_0x19925f:0x187,_0x520bdd:0x318,_0x37e43b:0x2d9,_0x50c8c4:0x171,_0x21b758:0x127,_0x373c8a:0x3cd,_0x1970b7:0x378,_0x224bd7:0x2b5,_0x5d97f2:0x376,_0x338f08:0x3f1,_0x1e3934:0x3a6,_0x3b3060:0x3a4,_0xc04b13:0x372,_0x26ee43:0x346,_0x390bc0:0x16b,_0x5149c2:0x186,_0x1a90bd:0x16f,_0x30eac5:0x2cb,_0x1bd700:0x31b,_0x59a7fc:0x2a4,_0x11c24d:0x34e,_0x6f8c87:0x311,_0x1fa5e1:0x461,_0x3c4f9f:0x370,_0x4b54ef:0x158,_0x2b5e5a:0xd4,_0x351970:0x15a,_0x106f12:0x104,_0x1a4f21:0x173,_0xf5d14c:0x1e8,_0x1298e7:0x1f5,_0x48d056:0x196,_0x2bfebf:0x18c,_0x3f508d:0x1e9,_0xfcea30:0x23c,_0x1afcec:0x2c1,_0xd05fb6:0x3c7,_0x18fa54:0x272,_0x144cc1:0x2ab,_0x4d1dee:0xbd,_0xc46508:0x115,_0x139c01:0x165,_0x55b6d6:0x177,_0x115887:0x33c,_0x2164c1:0x45d,_0x285940:0x168,_0x3f874d:0x1fb,_0x42d4c9:0x15d,_0x4651d9:0x3d7,_0x99b13f:0x3c7,_0x593823:0x340,_0x71c5dd:0x391,_0x4f0367:0xf3,_0x52ee45:0x191,_0x3e24db:0x211,_0x4c3733:0x3b7,_0x119173:0x39f,_0x379dd8:0x33f,_0x592f15:0x134,_0x38753e:0x166,_0xaad99d:0x1b6,_0x16d422:0x18c,_0x199e93:0x301,_0x27c99b:0x2e2,_0xbb2e58:0x327,_0x79c9d:0x332,_0x47f85d:0x2ef,_0x4363fe:0x3d2,_0xb6abfa:0x38c,_0x3f54aa:0x96,_0x581386:0x1b5,_0x453155:0x11b,_0x3a5a80:0x151,_0x4d77a1:0x17d,_0x3d1c8b:0x221,_0xd77e01:0x173,_0x1081fd:0x386,_0x32270f:0x3bd,_0x5a7cae:0x3e5,_0x55c7e5:0x1ac,_0x44150c:0x2d5,_0x539cff:0x2db,_0x3d46dc:0x161,_0x401933:0x258,_0x121c8e:0x359,_0x24c3ee:0x2e1,_0x1f2c01:0x37c,_0x2068e7:0x38f,_0x13df6f:0x301,_0x18a9b9:0x350,_0x486a67:0x173,_0x498762:0x1d6,_0x45f708:0x1cf,_0x2c06eb:0x348,_0xb3a9e:0x35b,_0x28ee30:0x1c6,_0x4be63e:0x20f,_0x495418:0x2b0,_0x401287:0x19d,_0x4001c8:0x1fa,_0x46a22c:0x229,_0x340ec7:0x2f8,_0xe6cfd8:0x276,_0x56ead9:0x2c9,_0x2c5167:0x237,_0x3c140a:0x238,_0x25b6b2:0x22d,_0x3bb22b:0x21f,_0x349e90:0x22d,_0x5410b6:0x2b1,_0x3d86be:0x3ca,_0x7669d2:0x399,_0x3ee047:0xec,_0x49df03:0x1b1,_0x1b3371:0xd1,_0x59387c:0x24f,_0x14eb35:0x39a,_0x328eb1:0x35f,_0x23b767:0x36d,_0xe467:0x1f9,_0x19302b:0x1c1,_0x18a27d:0x133,_0x39100f:0x132,_0x5a9a4f:0x3d6,_0x144fd1:0x34e,_0x45a3ef:0x3c2,_0x40ad95:0x24e,_0x3fda66:0xb6,_0x51f759:0x149,_0xe01453:0xfc,_0x213263:0x326,_0x13d282:0x2d9,_0x149315:0x31e,_0x58cc42:0x32c,_0x1cb2a5:0x380,_0x1d1669:0x295,_0x562abf:0x32e,_0x55e53a:0x3b0,_0x3b4b0e:0x330,_0x257f84:0x23b,_0x28d40f:0x209,_0x435353:0x292,_0x56d9f6:0x1f7,_0x4be21d:0x24c,_0x5b69f5:0x206,_0xe67513:0x217,_0xb9390d:0x2f2,_0x3aae24:0x2d3,_0x8b6aa1:0x3a7,_0x5211d5:0x3c6,_0x36993a:0x3fe,_0x21db3e:0x1f1,_0x5d6f18:0x17a,_0xea7202:0x1ee,_0x4cc3cd:0x201,_0x1b1b1a:0x140,_0x4c41c9:0xeb,_0x1313c7:0x183,_0x15bdd2:0xa9,_0x43e805:0x19e,_0x57610c:0x1a5,_0x24b6a6:0x2e7,_0x1303cb:0x293,_0x1ef9b7:0x388,_0xd690d8:0x10e,_0x55ba26:0x176,_0x500f21:0x20a,_0x301ded:0x248,_0x285ad7:0x177,_0x3b86d6:0x1c7,_0x3212c5:0x1b4,_0x1482dc:0x3a5,_0x231957:0x351},_0x153650={_0x598448:0x4f8},_0x325c50={'Zhrtt':function(_0x2daf0f){return _0x2daf0f();},'SzUoZ':_0x16686d(0x3a7,_0x4e57fa._0x22b7e8,0x37b,0x3cc)+_0x4aa27d(_0x4e57fa._0x5092db,_0x4e57fa._0x2fea7a,_0x4e57fa._0x414226,0x10d)+_0x16686d(_0x4e57fa._0x4b6570,0x393,0x386,0x369)+'ove\x20<key>','JoDUI':'Configure\x20'+_0x4aa27d(0x1d9,_0x4e57fa._0xdb70f4,_0x4e57fa._0x45d466,0x19a)+_0x16686d(_0x4e57fa._0x4f3edb,0x291,0x31d,0x2d5)+'etup.json\x20'+_0x4aa27d(_0x4e57fa._0x4d594e,_0x4e57fa._0x193fcd,_0x4e57fa._0x3cdf1c,_0x4e57fa._0xd61d2b)+_0x4aa27d(_0x4e57fa._0x4675c2,_0x4e57fa._0x3419b9,_0x4e57fa._0x4e30fe,_0x4e57fa._0x565025),'JjyUP':_0x16686d(_0x4e57fa._0x343faf,_0x4e57fa._0x17408d,0x33b,0x3bd)+_0x16686d(0x24e,_0x4e57fa._0x3c868a,0x2ca,_0x4e57fa._0x95f7a2)+'g\x20set\x20code'+'r_setup_pa'+_0x16686d(0x391,_0x4e57fa._0x3b4d78,_0x4e57fa._0x3280ca,_0x4e57fa._0x16e4f4)+_0x16686d(0x352,0x2ac,0x315,_0x4e57fa._0x1b899c)+_0x4aa27d(0x186,_0x4e57fa._0x6e31d9,0x218,_0x4e57fa._0x3403d9),'ceMPP':_0x4aa27d(0x134,0x181,0x17c,_0x4e57fa._0x19925f)+'n\x20not\x20foun'+'d)','nyvKl':'Usage:\x20cod'+'er-server\x20'+_0x16686d(_0x4e57fa._0x520bdd,0x308,0x2bb,_0x4e57fa._0x37e43b)+_0x4aa27d(0x13b,_0x4e57fa._0x50c8c4,_0x4e57fa._0x21b758,0x188),'FxmSb':function(_0x33f964,_0x91fbcc){return _0x33f964&&_0x91fbcc;},'UIbFi':_0x16686d(_0x4e57fa._0x373c8a,0x3c6,0x3b8,_0x4e57fa._0x1970b7)+_0x16686d(0x2da,_0x4e57fa._0x224bd7,0x31f,_0x4e57fa._0x5d97f2)+_0x16686d(_0x4e57fa._0x338f08,0x317,_0x4e57fa._0x1e3934,0x3fd)+_0x16686d(_0x4e57fa._0x3b3060,_0x4e57fa._0xc04b13,_0x4e57fa._0x26ee43,0x3b5)+_0x4aa27d(0x1c0,_0x4e57fa._0x390bc0,_0x4e57fa._0x5149c2,_0x4e57fa._0x1a90bd)+'keys','MCMxr':function(_0x2b18c5,_0x300c99){return _0x2b18c5===_0x300c99;},'YPYbG':_0x16686d(_0x4e57fa._0x30eac5,0x2ab,_0x4e57fa._0x1bd700,_0x4e57fa._0x59a7fc)+_0x16686d(0x260,_0x4e57fa._0x11c24d,0x2f5,0x28d),'iolih':_0x16686d(_0x4e57fa._0x6f8c87,0x2ff,0x365,0x38b)+'t','yywMh':function(_0x1dead2){return _0x1dead2();},'VsyOe':'ssl_cert_p'+'ath','Hktcr':'ssl_key_pa'+'th','kiTyo':'ssl_ca_pat'+'h','JCIxk':'trust_prox'+'y','nWDie':_0x16686d(0x36d,_0x4e57fa._0x1fa5e1,0x3dd,_0x4e57fa._0x3c4f9f),'ZAoZo':function(_0x3b92e1){return _0x3b92e1();},'bZgYA':_0x4aa27d(_0x4e57fa._0x4b54ef,_0x4e57fa._0x2b5e5a,_0x4e57fa._0x351970,_0x4e57fa._0x106f12),'nRwnT':function(_0x59825a,_0x239027){return _0x59825a===_0x239027;},'beTOE':_0x4aa27d(0xad,0x159,0x13c,_0x4e57fa._0x1a4f21),'JwlNA':_0x4aa27d(0x1e8,0x136,0x15f,_0x4e57fa._0xf5d14c),'reKkY':function(_0x246538,_0x513c29){return _0x246538===_0x513c29;},'zKJgc':_0x4aa27d(0x14f,0x178,0x1c9,_0x4e57fa._0x1298e7),'nxdIS':function(_0x6e5f62,_0x1d4dd1){return _0x6e5f62!==_0x1d4dd1;},'AhvYS':'HBfxl','yHtQg':_0x4aa27d(0x1c2,0x20e,_0x4e57fa._0x48d056,0xf8),'uRGFD':_0x4aa27d(_0x4e57fa._0x2bfebf,_0x4e57fa._0x3f508d,0x165,0x200)};!_0x96655d&&(console[_0x16686d(0x246,_0x4e57fa._0xfcea30,_0x4e57fa._0x1afcec,0x2b6)](_0x325c50['nyvKl']),process[_0x16686d(0x3be,0x407,_0x4e57fa._0xd05fb6,0x436)](0xa8b*-0x3+0x241d+-0x25*0x1f));const _0x25e050=SERVER_CONFIG_KEYS[_0x16686d(0x218,_0x4e57fa._0x18fa54,0x2ab,0x2ea)](_0x96655d),_0x5d2486=SETUP_JSON_KEYS[_0x16686d(0x2cb,0x247,_0x4e57fa._0x144cc1,0x28f)](_0x96655d);function _0x16686d(_0x3ce68d,_0x270dd0,_0x2c645f,_0x7cedeb){return _0x55294a(_0x2c645f-_0x153650._0x598448,_0x270dd0-0x19a,_0x2c645f-0x166,_0x3ce68d);}_0x325c50[_0x4aa27d(0x175,_0x4e57fa._0x4d1dee,0x11d,_0x4e57fa._0xc46508)](!_0x25e050,!_0x5d2486)&&(console[_0x4aa27d(_0x4e57fa._0x139c01,0x82,0x11b,_0x4e57fa._0x55b6d6)](_0x4aa27d(0x285,0x216,0x23a,0x2c2)+_0x16686d(_0x4e57fa._0x115887,0x380,0x3cc,_0x4e57fa._0x2164c1)+'n\x20key:\x20'+_0x96655d),console[_0x4aa27d(0x9a,_0x4e57fa._0x285940,0x11b,0x9f)](_0x325c50[_0x4aa27d(0x106,_0x4e57fa._0x3f874d,_0x4e57fa._0x42d4c9,0x106)]),process[_0x16686d(_0x4e57fa._0x4651d9,0x449,_0x4e57fa._0x99b13f,_0x4e57fa._0x593823)](-0x1a8d+0x7d1+0x12bd));let _0x10dad2;function _0x4aa27d(_0x24c836,_0x2b26bd,_0xdb1a5,_0x498785){return _0x55294a(_0xdb1a5-0x352,_0x2b26bd-0x1be,_0xdb1a5-0xd7,_0x2b26bd);}if(_0x25e050){if(_0x325c50[_0x16686d(0x2c2,0x34e,0x320,_0x4e57fa._0x71c5dd)]('PZpDy',_0x4aa27d(_0x4e57fa._0x4f0367,0x126,0x171,0x207)))switch(_0x96655d){case _0x325c50[_0x4aa27d(0x1ce,_0x4e57fa._0x52ee45,0x19b,_0x4e57fa._0x3e24db)]:_0x10dad2=await getCoderSetupPath();break;case _0x325c50[_0x16686d(_0x4e57fa._0x4c3733,_0x4e57fa._0x119173,0x3de,_0x4e57fa._0x379dd8)]:_0x10dad2=await _0x325c50[_0x4aa27d(_0x4e57fa._0x592f15,_0x4e57fa._0x38753e,_0x4e57fa._0xaad99d,0x140)](getServerPort);break;case _0x325c50['VsyOe']:_0x10dad2=await getSslCertPath();break;case _0x325c50[_0x4aa27d(0x1f9,_0x4e57fa._0x16d422,0x21b,0x20a)]:_0x10dad2=await _0x325c50['yywMh'](getSslKeyPath);break;case _0x325c50[_0x16686d(_0x4e57fa._0x199e93,_0x4e57fa._0x27c99b,0x2b6,0x276)]:_0x10dad2=await _0x325c50[_0x16686d(0x314,_0x4e57fa._0xbb2e58,_0x4e57fa._0x79c9d,_0x4e57fa._0x47f85d)](getSslCaPath);break;case _0x325c50[_0x16686d(_0x4e57fa._0x4363fe,0x34d,_0x4e57fa._0xb6abfa,0x42a)]:_0x10dad2=await _0x325c50['yywMh'](getTrustProxy);break;}else _0x4980e5[_0x4aa27d(_0x4e57fa._0x3f54aa,_0x4e57fa._0x581386,_0x4e57fa._0x453155,_0x4e57fa._0x3a5a80)](_0x4aa27d(_0x4e57fa._0x4d77a1,_0x4e57fa._0x3d1c8b,0x1f7,_0x4e57fa._0xd77e01)+_0x16686d(0x33b,_0x4e57fa._0x1081fd,_0x4e57fa._0x32270f,_0x4e57fa._0x5a7cae)+_0x16686d(0x2f3,0x38e,0x32e,0x3a8)+_0x416449[_0x4aa27d(0x21d,0x212,0x201,_0x4e57fa._0x55c7e5)]);}else{if(_0x5d2486){if(_0x325c50[_0x16686d(0x315,_0x4e57fa._0x44150c,0x320,_0x4e57fa._0x539cff)](_0x4aa27d(0x212,_0x4e57fa._0x3d46dc,0x1ff,_0x4e57fa._0x401933),_0x325c50[_0x16686d(_0x4e57fa._0x121c8e,_0x4e57fa._0x24c3ee,_0x4e57fa._0x1f2c01,_0x4e57fa._0x16e4f4)]))_0x325c50[_0x16686d(0x3ce,_0x4e57fa._0x2068e7,_0x4e57fa._0x79c9d,0x317)](_0x563ab7),_0x3bba50['exit'](0x108c+0x1483+-0x250e);else{const _0x20d6eb=await _0x325c50[_0x16686d(0x33a,0x2db,_0x4e57fa._0x13df6f,_0x4e57fa._0x18a9b9)](getCoderSetupPath);!_0x20d6eb&&(console[_0x4aa27d(0x9e,0x9e,_0x4e57fa._0x453155,_0x4e57fa._0x486a67)](_0x4aa27d(0x1b9,_0x4e57fa._0x498762,_0x4e57fa._0x45f708,0x189)+_0x16686d(_0x4e57fa._0x2c06eb,_0x4e57fa._0x44150c,_0x4e57fa._0xb3a9e,0x38e)+_0x4aa27d(_0x4e57fa._0x28ee30,0x1e1,0x19d,_0x4e57fa._0x4be63e)+'ed'),process[_0x4aa27d(_0x4e57fa._0x495418,0x26a,_0x4e57fa._0x3d1c8b,0x263)](-0x51f+0xc15+-0x6f5));const _0x5eef2b=_0x1d6207[_0x4aa27d(0x22d,0x218,0x204,_0x4e57fa._0x401287)](_0x20d6eb,_0x325c50[_0x4aa27d(_0x4e57fa._0x4001c8,0x236,0x1ac,0x16b)]);try{if(_0x325c50[_0x4aa27d(0x17f,0x230,0x191,0x136)](_0x325c50['beTOE'],_0x325c50['beTOE'])){const _0x32e92a=await _0x1c9c3c[_0x4aa27d(0x254,0x2b7,_0x4e57fa._0x46a22c,0x209)](_0x5eef2b,_0x325c50['JwlNA']),_0x24789e=JSON['parse'](_0x32e92a);_0x10dad2=_0x24789e[_0x96655d];}else _0x57ae7a[_0x4aa27d(0x111,_0x4e57fa._0x592f15,0x11b,0x1af)](_0x325c50[_0x16686d(_0x4e57fa._0x340ec7,_0x4e57fa._0xe6cfd8,0x2d7,_0x4e57fa._0x56ead9)]),_0x2ae1e8[_0x4aa27d(_0x4e57fa._0x2c5167,_0x4e57fa._0x3c140a,0x221,_0x4e57fa._0x25b6b2)](-0xc8f+-0x1ab1+0xd*0x305);}catch(_0x3534a5){_0x325c50[_0x4aa27d(0x1cd,_0x4e57fa._0x3bb22b,_0x4e57fa._0x349e90,0x20b)](_0x3534a5[_0x16686d(_0x4e57fa._0x5410b6,_0x4e57fa._0x3d86be,0x32f,0x338)],_0x325c50[_0x16686d(0x3bd,0x347,_0x4e57fa._0x7669d2,_0x4e57fa._0x1f2c01)])?_0x325c50[_0x4aa27d(_0x4e57fa._0x3ee047,0x157,0x14e,0x1c1)](_0x4aa27d(_0x4e57fa._0x49df03,_0x4e57fa._0x1b3371,0x135,0x146),_0x325c50['AhvYS'])?(_0x5b0ad8[_0x4aa27d(_0x4e57fa._0x59387c,0x238,0x1c7,0x135)](_0x325c50[_0x16686d(0x3b8,_0x4e57fa._0x14eb35,0x3b0,0x3b4)]),_0x3cc03b[_0x16686d(_0x4e57fa._0x328eb1,0x377,_0x4e57fa._0x23b767,0x32b)](_0x325c50[_0x4aa27d(0x25d,0x189,_0x4e57fa._0xe467,_0x4e57fa._0x19302b)])):console[_0x4aa27d(_0x4e57fa._0x18a27d,_0x4e57fa._0x39100f,_0x4e57fa._0x453155,0x148)](_0x16686d(_0x4e57fa._0x5a9a4f,0x35e,_0x4e57fa._0x144fd1,_0x4e57fa._0x45a3ef)+_0x16686d(0x27a,_0x4e57fa._0x40ad95,0x2bf,0x35c)+_0x4aa27d(_0x4e57fa._0x3fda66,0x139,_0x4e57fa._0x51f759,_0x4e57fa._0xe01453)+'\x20'+_0x5eef2b):_0x325c50['nxdIS'](_0x325c50[_0x16686d(_0x4e57fa._0x213263,0x2ac,_0x4e57fa._0x13d282,_0x4e57fa._0x95f7a2)],_0x325c50['yHtQg'])?_0x36ee88[_0x4aa27d(0x106,0x155,0x11b,0xd9)](_0x16686d(_0x4e57fa._0x149315,0x31e,0x39d,_0x4e57fa._0x58cc42)+'ing\x20setup.'+_0x16686d(_0x4e57fa._0x1cb2a5,_0x4e57fa._0x1d1669,_0x4e57fa._0x562abf,_0x4e57fa._0x55e53a)+_0x249edf['message']):console[_0x16686d(0x32b,_0x4e57fa._0x3b4b0e,0x2c1,_0x4e57fa._0x257f84)](_0x4aa27d(_0x4e57fa._0x28d40f,_0x4e57fa._0x435353,_0x4e57fa._0x56d9f6,_0x4e57fa._0x4be21d)+_0x4aa27d(_0x4e57fa._0x5b69f5,0x2b0,_0x4e57fa._0xe67513,0x1fe)+_0x16686d(0x3cd,_0x4e57fa._0xb9390d,0x32e,_0x4e57fa._0x3aae24)+_0x3534a5[_0x16686d(0x3fd,0x33d,_0x4e57fa._0x8b6aa1,0x37c)]),process[_0x16686d(_0x4e57fa._0x5211d5,0x446,0x3c7,_0x4e57fa._0x36993a)](0x1d75+-0x14a6+0xe*-0xa1);}}}}_0x325c50['nxdIS'](_0x10dad2,undefined)?console['log'](_0x10dad2):_0x325c50[_0x4aa27d(_0x4e57fa._0x21db3e,0x175,_0x4e57fa._0x5d6f18,0x159)](_0x325c50[_0x4aa27d(_0x4e57fa._0xea7202,0x208,0x183,_0x4e57fa._0x4cc3cd)],_0x325c50[_0x4aa27d(_0x4e57fa._0x1b1b1a,_0x4e57fa._0x4c41c9,_0x4e57fa._0x1313c7,_0x4e57fa._0xaad99d)])?(console[_0x4aa27d(_0x4e57fa._0x15bdd2,0xfe,0x11b,0x92)](_0x4aa27d(0x1f9,0x10f,_0x4e57fa._0x43e805,_0x4e57fa._0x57610c)+_0x96655d+(_0x16686d(_0x4e57fa._0x24b6a6,0x3b6,0x34f,_0x4e57fa._0x4c3733)+_0x16686d(_0x4e57fa._0x1303cb,_0x4e57fa._0x1ef9b7,0x330,0x293)+_0x4aa27d(_0x4e57fa._0xd690d8,0x19b,_0x4e57fa._0x55ba26,_0x4e57fa._0x500f21))),process['exit'](0x2346+-0x1503+0xa*-0x16d)):(_0x1f9cba[_0x4aa27d(0x20d,_0x4e57fa._0x301ded,0x1c7,_0x4e57fa._0x285ad7)](_0x325c50['ceMPP']),_0x5c3860['log'](''),_0x48ae57[_0x4aa27d(_0x4e57fa._0x581386,_0x4e57fa._0x5b69f5,_0x4e57fa._0x3b86d6,_0x4e57fa._0x3212c5)](_0x16686d(0x2e5,_0x4e57fa._0x1482dc,_0x4e57fa._0x231957,0x2d4)+'ocation:\x20'+_0x6fcc6c));}async function removeConfig(_0x3cdea3){const _0xd24ecf={_0x1299ad:0x90,_0x5d60e7:0xe7,_0xf85661:0x89,_0x3f6d65:0x12c,_0x497579:0x48a,_0xd9c93b:0x3dc,_0x34d601:0x3fc,_0x4ca596:0x3b1,_0x11e165:0x45a,_0x28625e:0x88,_0x2d9a84:0xf2,_0x1c692d:0x409,_0x583de8:0x43c,_0x4f0325:0x47c,_0x222863:0x125,_0x3e6371:0x180,_0x58bd23:0x94,_0x1d27d3:0x435,_0x2b66c1:0x3f8,_0x5724cf:0x438,_0x340feb:0x416,_0x2b95a3:0x429,_0x14aa2c:0x3be,_0x5ef28f:0x5f,_0x4d20f7:0x1,_0x19c668:0x451,_0x1771c1:0xdb,_0x598aa2:0x83,_0x155f97:0xd3,_0x39223f:0xd2,_0x2dabb9:0x41d,_0x2846a0:0x458,_0x1abf4e:0x4d4,_0x1578c3:0x3bc,_0x248072:0x429,_0x47d889:0x3c6,_0x52b28f:0x4af,_0x41262c:0x4b4,_0x903b6e:0x4c2,_0x2303b2:0x4a2,_0x18ff50:0x4ed,_0x289d8c:0x3c2,_0x2d565d:0x82,_0x27db32:0x6,_0x1a5826:0xc3,_0x55403b:0xcc,_0x50ae1c:0x7b,_0x3099b0:0x72,_0x85099c:0x2c,_0x2c3f48:0x98,_0x2c1c53:0x101,_0x5a89a2:0x413,_0x3df1e8:0x44b,_0xbf0105:0x431,_0x325d93:0x473,_0x2fbc85:0x44d,_0x6152aa:0x4da,_0x42daae:0x452,_0x58602d:0x453,_0x82329:0x33d,_0x328f20:0x3dd,_0x234a16:0x3de,_0x1f517f:0x38a,_0x2425ea:0x3cf,_0x29014f:0x3e2,_0x1a6522:0x397,_0x25f881:0x46a,_0x4c1764:0x45b,_0x2397c6:0x440,_0x2cc63c:0x170,_0x53eb2b:0x1ba,_0x44c7f1:0x87,_0x2d8754:0x15d,_0x4c89f2:0x396,_0x2d01ce:0x422,_0x58f75f:0x388,_0x22e429:0x40f,_0x36884c:0x20,_0x11ee5:0xa3,_0x4003b3:0x196,_0x4be5e0:0x487,_0x344b12:0x4a9,_0x25fea1:0x39e,_0x4c2511:0x353,_0x11b8f5:0x6f,_0x134476:0x45,_0x2289db:0x106,_0x2896d9:0x1ef,_0x3d9ea5:0x151,_0x3eacac:0x3f5,_0xf6067f:0x47e,_0x3acf6d:0x12d,_0x2784fb:0x145,_0x234a15:0xa5,_0x1bd7f4:0x19c,_0xdbaa8b:0x107,_0x1653eb:0x386,_0x2e34b6:0x39c,_0x5e99a4:0x9a,_0x214427:0x141,_0xd8e346:0x80,_0x1bf33a:0x93,_0x5a7dc5:0x63,_0x509063:0x60,_0x345ea9:0xee,_0x31d787:0x50f,_0x16faba:0x491,_0x593e01:0x516,_0x18183f:0x13f,_0x13507c:0x17c,_0x8a20ec:0x370,_0x4f0aa4:0x3f2,_0x5ee8fc:0x41a,_0x49fad5:0x49b,_0x2350cf:0x77,_0x40ffca:0x27,_0x1fa0ce:0x438,_0x1a261c:0x4d5,_0x5d5e51:0xf9,_0x5c4393:0xba,_0x53452a:0x11b,_0x29b018:0x112,_0x49ef3c:0x36a,_0x430dcf:0x3cd,_0x2fd812:0x359,_0x2dfdba:0x4b1,_0x1b00df:0x158,_0x291751:0x1be,_0x34cb0d:0x228,_0xf96685:0x3f9,_0x854c6b:0x3c8,_0x517746:0x37a,_0x5bcc2e:0x39c,_0x548ee7:0x39b,_0x30642c:0x3c1,_0x263599:0x192,_0x5509bc:0x195,_0x3b16e3:0x175,_0x4f9c17:0xea,_0x192b7:0x411,_0x8b80a0:0x4be,_0x4ec0ba:0xe6,_0x23891f:0x3c,_0x471336:0x1e,_0x26f78d:0x123,_0x8e6d68:0x15f,_0xac192e:0x1b4,_0x1610a2:0x153,_0x315498:0x17e,_0x3affe0:0x15a,_0x2f62bd:0x168,_0x47487c:0xfe,_0x82055d:0x134,_0x1faf5f:0x10b,_0x124b69:0xd7,_0x500faf:0x44a,_0x198959:0x44b,_0xfbaec5:0x4be,_0x43bf78:0x493,_0xa19b6:0x49c,_0x2a25f2:0x44e,_0x1f337d:0x437,_0x217b77:0x77,_0x20bab9:0x389,_0x4b6552:0x4a7,_0x416618:0xd2,_0x5b5a55:0x139,_0x4eca99:0x17d,_0x4465e5:0xf3,_0x2c80ca:0x191,_0x29fa08:0x3df,_0x533d40:0x35b,_0x27b4be:0x411,_0xdfcff9:0x4a4,_0x53a060:0x4af,_0x39ee1c:0x43b,_0x492c35:0x1a7,_0x175113:0x1b5,_0x495c3a:0x4e1,_0x4c6c8c:0x45e,_0x43ab5c:0x419,_0x4ffab9:0xa7,_0x2f57fc:0x37,_0x3578d8:0xf6,_0x3a0f90:0x447,_0x31c52a:0x42a,_0x423f98:0x3d1,_0x3ad823:0x43f,_0x2ec9d6:0x3ec,_0x302e26:0x475,_0x40b7b3:0x3b3,_0x3f2a78:0x356,_0x32a0a9:0xd8,_0x3c7738:0x3ce,_0x1a37f1:0x434,_0x228bc6:0x17d,_0x1a36ed:0x1fa,_0x1cb6f9:0x149,_0x11bc97:0x16e,_0x32574b:0x150,_0x3cd349:0xd9,_0x2a9696:0xe8,_0x266918:0x16d,_0x2a6514:0x164,_0x18d590:0x376,_0x264a1a:0x416,_0x484730:0x40c,_0x1165e5:0x439,_0x3010ef:0x32f,_0xa09c01:0x337,_0x383a57:0x42b,_0x3df49d:0x495,_0x5788dc:0x77,_0x1dddde:0x57,_0x89e204:0x1a6,_0x1230b3:0x1ce,_0x1481e4:0x33c,_0x15fea1:0x39e,_0x1ff9bb:0x3a5,_0x2e6ef7:0x407,_0x5e4223:0x501,_0x64b730:0xe4,_0x400819:0x51,_0x154eaf:0x1d5,_0x25df7b:0x17d,_0x52700d:0x177,_0x4c3b98:0x3e0,_0x4c099a:0x43a,_0x24ce2e:0x392,_0x186946:0xa2,_0x2785ec:0x84,_0x4db598:0x39c,_0x470491:0x3ce,_0x33a599:0x361,_0x1dcbc4:0x402,_0x3e00ed:0x7c,_0x1125f0:0xb6,_0xf3b5e2:0x1b5,_0x17ab0f:0x1b2,_0x319f69:0xa,_0x39253e:0x4a,_0x1d0d22:0xe,_0x52b291:0x49a,_0x4b6022:0x4fe,_0x5e8b72:0x468,_0x24635a:0x424,_0x80f3e4:0x4e4,_0x33b4eb:0x3b5,_0x18945f:0x371,_0x18e214:0x1f5,_0x274f46:0x7c,_0x393b8f:0xb2,_0x57b664:0x3f,_0x5bac7:0x474,_0x50ed13:0x480,_0x337fd8:0x3fb,_0x161263:0x123,_0x11ebbd:0x97,_0x13fce1:0x3f4,_0x1b65a1:0x4d2,_0x26789b:0x1b6,_0x8e972:0x1a2,_0x5e5ba5:0xfa,_0x4adaf7:0xef,_0x286f57:0x4a8,_0x5f5710:0x42c,_0x193efc:0x450,_0xdf9ce0:0x17d,_0x20c66e:0x1d6,_0x3ebb3c:0x404,_0x5e45e6:0x4a0,_0x19c957:0x3d6,_0x4e988b:0x3b7,_0x525025:0x364,_0x2a4c39:0x123,_0x334be8:0x1a9,_0x37d2cf:0xc2,_0x3e1f28:0x15e,_0x119a60:0x123,_0x41521a:0x100,_0x4905ee:0xd0,_0x2cb6ae:0xe6,_0x44f592:0x189,_0xeecf69:0x151,_0xef1c56:0x188,_0x5388ce:0x21a,_0x5afd7c:0xea},_0x18a351={_0xa76881:0x58,_0x5a2d8f:0xfa},_0xd56db9={_0x125af9:0x5d5},_0x14585c={'qNpOL':_0x53a334(0x87,_0xd24ecf._0x1299ad,-0x1,0x28),'YVEHi':'First\x20conf'+_0x53a334(_0xd24ecf._0x5d60e7,_0xd24ecf._0xf85661,_0xd24ecf._0x3f6d65,0x144)+'setup\x20path'+':','TGLqW':_0x3a7858(0x4c3,0x495,0x408,_0xd24ecf._0x497579)+_0x3a7858(_0xd24ecf._0xd9c93b,_0xd24ecf._0x34d601,_0xd24ecf._0x4ca596,_0xd24ecf._0x11e165)+'nfig\x22\x20for\x20'+_0x53a334(0xfc,_0xd24ecf._0x28625e,0x106,_0xd24ecf._0x2d9a84)+_0x3a7858(_0xd24ecf._0x11e165,_0xd24ecf._0x1c692d,_0xd24ecf._0x583de8,0x3ec)+_0x3a7858(_0xd24ecf._0x4f0325,0x4a7,0x529,0x52a),'VVnQh':function(_0x5847b6,_0x4de2b2){return _0x5847b6===_0x4de2b2;},'awjhX':_0x53a334(_0xd24ecf._0x222863,0x1b1,_0xd24ecf._0x3e6371,_0xd24ecf._0x58bd23),'hgpNF':_0x53a334(0xbe,0xb0,0x143,0xf8)+_0x3a7858(_0xd24ecf._0x1d27d3,_0xd24ecf._0x2b66c1,_0xd24ecf._0x5724cf,0x393)+_0x3a7858(_0xd24ecf._0x340feb,0x3ab,_0xd24ecf._0x2b95a3,_0xd24ecf._0x14aa2c)+_0x53a334(_0xd24ecf._0x5ef28f,-_0xd24ecf._0x4d20f7,0x94,0xf)+_0x3a7858(_0xd24ecf._0x19c668,0x46f,0x3ec,0x3f0)+_0x53a334(_0xd24ecf._0x1771c1,_0xd24ecf._0x598aa2,_0xd24ecf._0x155f97,_0xd24ecf._0x39223f)+'ectory','TChuG':_0x3a7858(_0xd24ecf._0x2dabb9,_0xd24ecf._0x2846a0,0x3fe,_0xd24ecf._0x1abf4e)+_0x3a7858(_0xd24ecf._0x1578c3,_0xd24ecf._0x248072,0x49a,_0xd24ecf._0x47d889)+'config\x20rem'+_0x3a7858(_0xd24ecf._0x52b28f,_0xd24ecf._0x41262c,0x48a,_0xd24ecf._0x903b6e),'Kfhqt':function(_0x4dc185,_0x5d5313){return _0x4dc185!==_0x5d5313;},'XGlYt':_0x3a7858(0x465,0x490,_0xd24ecf._0x2303b2,_0xd24ecf._0x18ff50),'MTqvO':function(_0x18a087,_0x539ac4){return _0x18a087(_0x539ac4);},'BdgxD':_0x3a7858(0x448,0x442,_0xd24ecf._0x289d8c,0x48d)+'t','ckgEc':function(_0x1b499c,_0x303c1a){return _0x1b499c(_0x303c1a);},'MJzSn':_0x53a334(_0xd24ecf._0x2d565d,_0xd24ecf._0x27db32,_0xd24ecf._0x1a5826,_0xd24ecf._0x55403b)+'ath','pDRYS':_0x53a334(_0xd24ecf._0x50ae1c,_0xd24ecf._0x3099b0,_0xd24ecf._0x85099c,_0xd24ecf._0x2c3f48)+'th','gRgUP':_0x53a334(0x96,0x1b,0xc7,_0xd24ecf._0x2c1c53)+'h','dvZFH':function(_0x42d1a9,_0x425138){return _0x42d1a9(_0x425138);},'tudRF':_0x3a7858(0x4b7,0x4a8,0x47c,_0xd24ecf._0x5a89a2)+'y','YWvhm':function(_0x490901,_0xcd42b0){return _0x490901(_0xcd42b0);},'AekZq':function(_0x44edb6){return _0x44edb6();},'oFlJE':function(_0x51406a){return _0x51406a();},'kfcMV':_0x3a7858(_0xd24ecf._0x3df1e8,0x3dc,0x33f,_0xd24ecf._0xbf0105),'HDFcJ':_0x3a7858(0x482,_0xd24ecf._0x325d93,0x511,_0xd24ecf._0x2fbc85),'YXkad':_0x3a7858(_0xd24ecf._0x6152aa,_0xd24ecf._0x42daae,0x428,_0xd24ecf._0x58602d)+'up\x20path\x20no'+_0x53a334(0xf9,0x15c,0x134,0xd4)+'ed','Dygtp':_0x3a7858(_0xd24ecf._0x82329,_0xd24ecf._0x328f20,_0xd24ecf._0x234a16,_0xd24ecf._0x1f517f),'BYtna':_0x3a7858(_0xd24ecf._0x2425ea,_0xd24ecf._0x29014f,0x43c,0x3b4),'auHyS':'lPtSx','qOlsn':_0x3a7858(0x3de,0x400,_0xd24ecf._0x1a6522,_0xd24ecf._0x25f881),'EOJnP':function(_0x23f630,_0x42bbc4){return _0x23f630===_0x42bbc4;},'KNOkV':'JCsWM','lUImi':_0x3a7858(_0xd24ecf._0x4c1764,0x415,0x42b,_0xd24ecf._0x2397c6),'aIimf':function(_0xbdc4d8,_0x44e666){return _0xbdc4d8+_0x44e666;},'rRUgZ':_0x3a7858(0x437,0x3cf,0x352,0x429)+'e\x20server\x20f'+'or\x20changes'+_0x53a334(0x171,0x1a4,0x198,0x181)+_0x53a334(_0xd24ecf._0x2cc63c,0x15e,0x1bd,_0xd24ecf._0x53eb2b)};!_0x3cdea3&&(console['error'](_0x14585c[_0x53a334(0xec,0x181,_0xd24ecf._0x44c7f1,_0xd24ecf._0x2d8754)]),process['exit'](0x2bd+0x647*0x5+-0x221f));const _0x253dbd=SERVER_CONFIG_KEYS[_0x3a7858(0x368,0x388,_0xd24ecf._0x4c89f2,_0xd24ecf._0x2d01ce)](_0x3cdea3);function _0x3a7858(_0x123e5b,_0x35f604,_0x438ceb,_0x311f49){return _0x55294a(_0x35f604-_0xd56db9._0x125af9,_0x35f604-0x18b,_0x438ceb-0x68,_0x311f49);}const _0x283308=SETUP_JSON_KEYS[_0x3a7858(0x319,_0xd24ecf._0x58f75f,_0xd24ecf._0x22e429,0x417)](_0x3cdea3);!_0x253dbd&&!_0x283308&&(console[_0x53a334(0x77,-_0xd24ecf._0x36884c,_0xd24ecf._0x11ee5,0x8e)](_0x53a334(_0xd24ecf._0x4003b3,0x152,0x162,0x1bf)+_0x3a7858(_0xd24ecf._0x4be5e0,_0xd24ecf._0x344b12,0x42b,0x485)+_0x53a334(0x8c,0xe,0x69,0x64)+_0x3cdea3),console[_0x3a7858(0x39f,_0xd24ecf._0x25fea1,0x3bf,_0xd24ecf._0x4c2511)](_0x14585c[_0x53a334(_0xd24ecf._0x11b8f5,_0xd24ecf._0x134476,_0xd24ecf._0x2289db,0xf7)]),process[_0x53a334(0x17d,_0xd24ecf._0x2896d9,_0xd24ecf._0x3d9ea5,0x1b3)](-0xa34+0x1*-0x5ec+0x1021));function _0x53a334(_0x31a01a,_0x183aac,_0x5362d6,_0x37b005){return _0x33a0bd(_0x31a01a-0x18a,_0x5362d6,_0x31a01a-_0x18a351._0xa76881,_0x37b005-_0x18a351._0x5a2d8f);}if(_0x253dbd){if(_0x14585c['Kfhqt'](_0x14585c[_0x3a7858(0x432,_0xd24ecf._0x3eacac,0x377,_0xd24ecf._0xf6067f)],_0x14585c[_0x53a334(0xce,0x13c,0x10a,0xae)])){const _0x241d2f=_0x14585c[_0x53a334(_0xd24ecf._0x3acf6d,0x1b8,0xad,_0xd24ecf._0x2784fb)]['split']('|');let _0x25449a=0xe0b*0x1+0x5f1+-0x4ff*0x4;while(!![]){switch(_0x241d2f[_0x25449a++]){case'0':_0xfcbd1d[_0x53a334(0x77,0x8d,0xd7,0x5)](_0x14585c[_0x53a334(0x13d,_0xd24ecf._0x234a15,0x15d,_0xd24ecf._0x1bd7f4)]);continue;case'1':_0x39aace[_0x53a334(0x77,0xe2,-0x24,_0xd24ecf._0xdbaa8b)]('');continue;case'2':_0x499524[_0x3a7858(_0xd24ecf._0x1653eb,_0xd24ecf._0x25fea1,_0xd24ecf._0x2e34b6,0x327)](_0x53a334(0xf1,_0xd24ecf._0x5e99a4,0x178,_0xd24ecf._0x214427)+_0x53a334(_0xd24ecf._0xd8e346,_0xd24ecf._0x1bf33a,_0xd24ecf._0x5a7dc5,_0xd24ecf._0x85099c)+_0x53a334(_0xd24ecf._0x509063,0xb6,_0xd24ecf._0x345ea9,_0xd24ecf._0x5a7dc5)+_0x3a7858(_0xd24ecf._0x31d787,_0xd24ecf._0x16faba,_0xd24ecf._0x593e01,0x4f5)+_0x53a334(_0xd24ecf._0x18183f,0x120,_0xd24ecf._0x13507c,0x195)+_0x3a7858(_0xd24ecf._0x8a20ec,_0xd24ecf._0x4f0aa4,_0xd24ecf._0x5ee8fc,0x3ef)+_0x3a7858(0x411,_0xd24ecf._0x49fad5,0x410,0x533));continue;case'3':_0x3a9af7[_0x53a334(_0xd24ecf._0x2350cf,0x4,0x98,-_0xd24ecf._0x40ffca)]('Error:\x20Set'+_0x3a7858(0x3b4,_0xd24ecf._0x1fa0ce,_0xd24ecf._0x1a261c,0x4a6)+_0x53a334(_0xd24ecf._0x5d5e51,0xba,_0xd24ecf._0x5c4393,_0xd24ecf._0x53452a)+'ed');continue;case'4':_0x5836b8[_0x3a7858(0x4d7,0x4a4,0x491,0x491)](-0x3c*0x13+-0xf39+0xb*0x1ca);continue;}break;}}else{switch(_0x3cdea3){case _0x53a334(0xd1,_0xd24ecf._0x29b018,0x166,0x13e)+_0x3a7858(_0xd24ecf._0x49ef3c,0x3d2,0x450,0x40c):await _0x14585c[_0x3a7858(0x46b,0x3e6,_0xd24ecf._0x430dcf,_0xd24ecf._0x2fd812)](saveCoderSetupPath,null),console['log'](_0x3a7858(0x521,0x49c,0x456,0x408)+_0x3cdea3);break;case _0x14585c[_0x3a7858(0x42e,_0xd24ecf._0x2dfdba,0x538,0x502)]:await _0x14585c['ckgEc'](saveServerPort,-0x3*-0x607+-0x17*-0x4b+0x56*-0x27),console['log'](_0x53a334(_0xd24ecf._0x1b00df,0x112,0x126,0x183)+_0x3cdea3+(_0x53a334(0x197,_0xd24ecf._0x291751,_0xd24ecf._0x34cb0d,0x143)+_0x3a7858(_0xd24ecf._0xf96685,_0xd24ecf._0x854c6b,0x462,_0xd24ecf._0x517746)));break;case _0x14585c[_0x3a7858(_0xd24ecf._0x5bcc2e,_0xd24ecf._0x548ee7,_0xd24ecf._0x30642c,0x372)]:await saveSslCertPath(null),console[_0x53a334(0x123,_0xd24ecf._0x263599,0xa8,_0xd24ecf._0x5509bc)](_0x53a334(_0xd24ecf._0x3b16e3,0x20b,_0xd24ecf._0x4f9c17,0x139)+_0x3cdea3);break;case _0x14585c['pDRYS']:await _0x14585c['ckgEc'](saveSslKeyPath,null),console[_0x3a7858(_0xd24ecf._0x192b7,0x44a,_0xd24ecf._0x8b80a0,_0xd24ecf._0x30642c)](_0x53a334(0x175,_0xd24ecf._0x4ec0ba,0x1ea,0x1e0)+_0x3cdea3);break;case _0x14585c['gRgUP']:await _0x14585c[_0x53a334(0x66,-0x2c,_0xd24ecf._0x23891f,_0xd24ecf._0x471336)](saveSslCaPath,null),console[_0x53a334(_0xd24ecf._0x26f78d,_0xd24ecf._0x8e6d68,_0xd24ecf._0xac192e,_0xd24ecf._0x1610a2)](_0x53a334(0x175,0x1ca,0x1f1,_0xd24ecf._0x315498)+_0x3cdea3);break;case _0x14585c[_0x53a334(_0xd24ecf._0x3affe0,0xea,_0xd24ecf._0x2f62bd,_0xd24ecf._0x47487c)]:await _0x14585c[_0x53a334(_0xd24ecf._0x82055d,0xa3,_0xd24ecf._0x1faf5f,_0xd24ecf._0x124b69)](saveTrustProxy,null),console['log']('Removed\x20'+_0x3cdea3);break;}console[_0x3a7858(_0xd24ecf._0x22e429,_0xd24ecf._0x500faf,_0xd24ecf._0x198959,_0xd24ecf._0xfbaec5)](_0x53a334(0xb1,0xd6,0x91,0xff)+':\x20'+_0x14585c[_0x3a7858(_0xd24ecf._0x43bf78,0x4a2,0x4f5,0x49b)](getConfigPath));}}else{if(_0x283308){const _0x482fbf=await _0x14585c['oFlJE'](getCoderSetupPath);!_0x482fbf&&(_0x14585c[_0x3a7858(_0xd24ecf._0xa19b6,0x430,_0xd24ecf._0x2a25f2,_0xd24ecf._0x4c89f2)]===_0x14585c[_0x3a7858(0x42a,0x428,_0xd24ecf._0x1f337d,0x3e1)]?(_0x92230c[_0x53a334(_0xd24ecf._0x217b77,0x3c,-0xd,0x82)]('Key\x20\x22'+_0x558b06+('\x22\x20not\x20foun'+_0x3a7858(_0xd24ecf._0x20bab9,0x40d,_0xd24ecf._0x4b6552,0x437)+_0x53a334(_0xd24ecf._0x416618,0x56,_0xd24ecf._0x5b5a55,0xda))),_0x48d77d[_0x53a334(_0xd24ecf._0x4eca99,_0xd24ecf._0x4465e5,0x1f9,_0xd24ecf._0x2c80ca)](-0xe11+-0x78b*0x4+0x161f*0x2)):(console['error'](_0x14585c[_0x3a7858(0x451,_0xd24ecf._0x29fa08,_0xd24ecf._0x533d40,0x3fb)]),process[_0x3a7858(_0xd24ecf._0x27b4be,_0xd24ecf._0xdfcff9,_0xd24ecf._0x53a060,_0xd24ecf._0x39ee1c)](-0x1*-0x1f2e+-0x17*-0x95+0x4*-0xb24)));const _0x3e2c6b=_0x1d6207[_0x53a334(0x160,_0xd24ecf._0x492c35,0x17e,_0xd24ecf._0x175113)](_0x482fbf,_0x14585c[_0x3a7858(_0xd24ecf._0x495c3a,_0xd24ecf._0x4c6c8c,0x42f,_0xd24ecf._0x43ab5c)]);let _0x4054ed;try{const _0x2dce68=await _0x1c9c3c[_0x3a7858(0x484,0x4ac,0x52b,0x482)](_0x3e2c6b,_0x14585c['BYtna']);_0x4054ed=JSON[_0x53a334(_0xd24ecf._0x4ffab9,_0xd24ecf._0x2f57fc,_0xd24ecf._0x3578d8,0x36)](_0x2dce68);}catch(_0x54445d){_0x14585c['Kfhqt'](_0x14585c[_0x3a7858(_0xd24ecf._0x3a0f90,_0xd24ecf._0x31c52a,_0xd24ecf._0x423f98,0x4af)],_0x3a7858(_0xd24ecf._0x3ad823,0x3d3,_0xd24ecf._0x2ec9d6,0x3ed))?(_0x4e8abf['error']('Unknown\x20co'+_0x3a7858(0x41c,0x4a9,_0xd24ecf._0x302e26,0x534)+_0x3a7858(0x39b,_0xd24ecf._0x40b7b3,0x332,_0xd24ecf._0x3f2a78)+_0x47dd3f),_0x2fe066[_0x53a334(_0xd24ecf._0x217b77,0x10e,-0x4,_0xd24ecf._0x32a0a9)](_0x14585c[_0x3a7858(_0xd24ecf._0x3c7738,_0xd24ecf._0x4c89f2,_0xd24ecf._0x1a37f1,0x37a)]),_0x24e894[_0x53a334(_0xd24ecf._0x228bc6,_0xd24ecf._0x1a36ed,_0xd24ecf._0x1cb6f9,_0xd24ecf._0x11bc97)](-0xac9+-0x1bb*-0xf+0x1*-0xf2b)):(_0x54445d['code']===_0x14585c[_0x53a334(0x65,0x5e,0xa8,0xa8)]?_0x14585c[_0x53a334(_0xd24ecf._0x32574b,0x141,0xb4,0xb2)]!==_0x53a334(_0xd24ecf._0x3cd349,_0xd24ecf._0x2a9696,_0xd24ecf._0x266918,_0xd24ecf._0x2a6514)?(_0x14585c[_0x3a7858(0x34d,0x3d7,0x353,_0xd24ecf._0x18d590)](_0x1fe31a[_0x3a7858(_0xd24ecf._0x264a1a,_0xd24ecf._0x484730,_0xd24ecf._0x1165e5,0x38d)],_0x14585c[_0x3a7858(_0xd24ecf._0x3010ef,0x38c,_0xd24ecf._0xa09c01,_0xd24ecf._0x5a89a2)])?(_0x7c53ea[_0x53a334(0x77,0x2b,0xd,0xad)](_0x3a7858(0x46e,_0xd24ecf._0x383a57,_0xd24ecf._0x3df49d,0x3fd)+'up.json\x20no'+'t\x20found\x20at'+'\x20'+_0x15a799),_0xccd840[_0x53a334(_0xd24ecf._0x5788dc,0x68,-0x28,_0xd24ecf._0x1dddde)](_0x14585c[_0x53a334(_0xd24ecf._0x3d9ea5,_0xd24ecf._0x89e204,_0xd24ecf._0x3acf6d,_0xd24ecf._0x1230b3)])):_0x47fe29[_0x3a7858(_0xd24ecf._0x1481e4,_0xd24ecf._0x15fea1,_0xd24ecf._0x1ff9bb,0x378)](_0x3a7858(_0xd24ecf._0x2e6ef7,0x47a,0x486,0x4ae)+_0x3a7858(_0xd24ecf._0x5e4223,0x49a,0x453,0x525)+_0x53a334(_0xd24ecf._0x64b730,_0xd24ecf._0x400819,_0xd24ecf._0x315498,0x9a)+_0x3ed944[_0x53a334(0x15d,0xe0,_0xd24ecf._0x154eaf,0x107)]),_0x27d82f[_0x53a334(_0xd24ecf._0x25df7b,_0xd24ecf._0x2c80ca,_0xd24ecf._0x52700d,0x1c2)](-0x129d+0x2*0xfd9+0x345*-0x4)):console[_0x3a7858(_0xd24ecf._0x4c3b98,0x39e,_0xd24ecf._0x4c099a,_0xd24ecf._0x24ce2e)](_0x53a334(0x104,_0xd24ecf._0x186946,_0xd24ecf._0x2785ec,0x125)+_0x3a7858(_0xd24ecf._0x18d590,_0xd24ecf._0x4db598,0x330,_0xd24ecf._0x470491)+_0x3a7858(_0xd24ecf._0x33a599,0x3cc,0x451,_0xd24ecf._0x1dcbc4)+'\x20'+_0x3e2c6b):_0x14585c[_0x53a334(_0xd24ecf._0x3e00ed,0x2e,_0xd24ecf._0x1125f0,0x58)](_0x14585c['KNOkV'],_0x53a334(0x130,_0xd24ecf._0xf3b5e2,_0xd24ecf._0x17ab0f,0xd7))?console[_0x53a334(0x77,_0xd24ecf._0x319f69,_0xd24ecf._0x39253e,_0xd24ecf._0x1d0d22)]('Error\x20read'+_0x3a7858(0x526,_0xd24ecf._0x52b291,_0xd24ecf._0x4b6022,_0xd24ecf._0x5e8b72)+_0x3a7858(0x39a,0x40b,_0xd24ecf._0x24635a,0x3f2)+_0x54445d[_0x3a7858(_0xd24ecf._0x80f3e4,0x484,0x420,0x4ab)]):(_0x202890['error'](_0x3a7858(0x3f0,_0xd24ecf._0x33b4eb,_0xd24ecf._0x18945f,0x3d2)+_0x38d0f0['message']),_0x1be1ad[_0x53a334(0x17d,0x190,_0xd24ecf._0x18e214,0x1f0)](0x139e+-0x1567+-0x1ca*-0x1)),process[_0x53a334(0x17d,_0xd24ecf._0x291751,0x149,0xec)](-0x61b+-0x47*0x7b+-0x2839*-0x1));}_0x4054ed[_0x3cdea3]===undefined&&(_0x14585c[_0x53a334(_0xd24ecf._0x274f46,_0xd24ecf._0x393b8f,_0xd24ecf._0x57b664,_0xd24ecf._0x53452a)]('VLBuX',_0x14585c[_0x3a7858(_0xd24ecf._0x5bac7,0x408,_0xd24ecf._0x50ed13,_0xd24ecf._0x337fd8)])?_0x10ced4[_0x53a334(_0xd24ecf._0x161263,_0xd24ecf._0x11ebbd,0x114,0x199)](_0x3a7858(_0xd24ecf._0x13fce1,0x47a,_0xd24ecf._0x1b65a1,0x4a3)+_0x53a334(0x173,_0xd24ecf._0x26789b,0x179,_0xd24ecf._0x8e972)+'json:\x20'+_0x49c05c[_0x53a334(0x15d,0x1d4,0x113,0xd6)]):(console['error'](_0x53a334(_0xd24ecf._0x5e5ba5,0x139,_0xd24ecf._0x4adaf7,0x166)+_0x3cdea3+(_0x3a7858(_0xd24ecf._0x286f57,_0xd24ecf._0x5f5710,_0xd24ecf._0x193efc,0x44f)+'d\x20in\x20confi'+'guration')),process[_0x53a334(_0xd24ecf._0xdf9ce0,_0xd24ecf._0x20c66e,0x1dd,0x199)](-0x47*-0x12+-0x2a0*0x8+-0x1003*-0x1))),delete _0x4054ed[_0x3cdea3],await _0x1c9c3c['writeFile'](_0x3e2c6b,_0x14585c[_0x3a7858(0x382,_0xd24ecf._0x3ebb3c,_0xd24ecf._0x5e45e6,_0xd24ecf._0x19c957)](JSON['stringify'](_0x4054ed,null,0x133c+0x116+0x19*-0xd0),'\x0a'),_0x3a7858(_0xd24ecf._0x4e988b,0x3e2,0x3f5,_0xd24ecf._0x525025)),console[_0x53a334(_0xd24ecf._0x2a4c39,_0xd24ecf._0x334be8,_0xd24ecf._0x37d2cf,0x9a)](_0x53a334(_0xd24ecf._0x3b16e3,_0xd24ecf._0x3e1f28,0x1c4,_0xd24ecf._0x2cc63c)+_0x3cdea3),console[_0x53a334(_0xd24ecf._0x119a60,_0xd24ecf._0x41521a,0x15d,_0xd24ecf._0x4905ee)]('\x20\x20Location'+':\x20'+_0x3e2c6b),console[_0x3a7858(0x429,0x44a,0x3ae,0x4b7)](''),console[_0x53a334(0x123,_0xd24ecf._0x2cb6ae,_0xd24ecf._0x44f592,_0xd24ecf._0xeecf69)](_0x14585c[_0x53a334(_0xd24ecf._0xef1c56,_0xd24ecf._0x5388ce,_0xd24ecf._0x5b5a55,_0xd24ecf._0x5afd7c)]);}}}async function showConfig(){const _0x4665c3={_0x34d936:0x7d,_0x2a689c:0x80,_0x1c819b:0x75,_0x3f85b4:0xf2,_0xe384a:0x4b7,_0xdc665b:0x462,_0x1ee26a:0x470,_0x206c4c:0x40f,_0x56d666:0x4c0,_0x8b5aa7:0x419,_0x521250:0x4a1,_0x93cdf0:0x440,_0x11e48a:0x446,_0x896833:0x2b,_0x59acee:0x3d3,_0x43e103:0x4d9,_0x157bcc:0x45d,_0x39b8e9:0x6b,_0x3896fb:0x51,_0x38aa07:0x29,_0x28f453:0x70,_0x4a12fa:0x55,_0xe806fd:0x83,_0xae7113:0x4ca,_0x5c9605:0x524,_0x3eb24f:0x438,_0x4bf4c7:0x45c,_0x409b77:0x45d,_0x4222b3:0x418,_0x56155f:0x471,_0x26de0d:0x476,_0x2f1967:0x4f3,_0x437393:0x43c,_0x51a65f:0x45e,_0x472f42:0x560,_0x269f76:0x21,_0x1c4b0e:0xa2,_0x42f9c4:0xb,_0x1b76a6:0x48f,_0x177e21:0x506,_0x4eb378:0x4d,_0x575385:0x90,_0x2db891:0xe1,_0x3bca75:0x171,_0x343c7c:0xea,_0x1f4dcc:0xdd,_0x48287a:0x4f8,_0x4a8fb9:0x4a8,_0x51b523:0x4b4,_0x594ed5:0x3fa,_0x308054:0x40e,_0x43c724:0x482,_0xbe4487:0x44c,_0x1f5cbf:0x412,_0x19cd4c:0x376,_0x2c4ce8:0x4ae,_0x4c4b3e:0x3c7,_0x445788:0x475,_0x541c0e:0x44e,_0x51dabf:0x1d,_0xef5637:0x105,_0x4a0d94:0x1,_0x3c2a6f:0x4dd,_0x57bef1:0x1f,_0x5a9b96:0x6f,_0x196923:0x36,_0x3e251e:0x3f,_0x22c840:0x58,_0x3c705f:0x71,_0x1f42d5:0x60,_0x52b9ad:0x6,_0x4ac826:0x45,_0x4738f2:0x26,_0x170844:0x40b,_0xcab601:0x369,_0x21c418:0x37c,_0x24a465:0xe8,_0x317ec1:0x464,_0x28aae9:0x4d0,_0x3742ec:0x2f,_0xd5f48b:0x484,_0xf6feb5:0x7a,_0x5cfb5c:0x86,_0xc7a0da:0x14,_0x18ffc1:0x1f,_0x4343c8:0x2,_0x7d8764:0x5e,_0x2ba22:0x493,_0x270844:0xba,_0x15963a:0x1d,_0x4979cc:0x51c,_0x2f7a60:0x594,_0x597e4c:0x4fd,_0x22e46a:0x484,_0x14ef03:0x79,_0x6df056:0xe9,_0x24d36f:0x9c,_0x1a2961:0xf3,_0x3f3215:0x4d8,_0x2ba3d9:0x4a8,_0xa30d9:0x48e,_0x22a0f6:0x1a,_0x498597:0x99,_0x1462ab:0x23,_0x4525f6:0x4fd,_0x325991:0x4f6,_0x3c056d:0x39d,_0x400ddc:0x39b,_0x5f4c07:0x403,_0x239810:0x48c,_0x1f767c:0x79,_0x56f1dd:0x10,_0x32ed3c:0x4c1,_0x5118c5:0x4e4,_0xf2eaee:0x46b,_0x4777f6:0x3b8,_0x4fbf50:0x42c,_0x5807d7:0x3b0,_0x146eb1:0x42e,_0x5bb747:0x4a7,_0x3eb0ed:0x4b5,_0x20e690:0xfa,_0x39c742:0x74,_0x262706:0xf7,_0x37d744:0xd,_0x1291b0:0x504,_0x39651a:0x4d0,_0x23a202:0xe5,_0x243f85:0xe0,_0x5873a7:0x1b,_0x354e67:0x76,_0x3b4540:0x4b5,_0xb8e942:0x44b,_0x5d380b:0xfb,_0x27ff49:0x56c,_0xdc17d4:0x79,_0x1616a5:0x24,_0x2ed2d6:0x1a,_0x238585:0x42c,_0x30c169:0x46f,_0x4b6cb1:0x4ad,_0x11c807:0x47e},_0x4a71a3={_0x4280db:0x16},_0x43a342={'uoElm':_0x5768ec(_0x4665c3._0x34d936,_0x4665c3._0x2a689c,_0x4665c3._0x1c819b,_0x4665c3._0x3f85b4)+'\x20Configura'+_0x3f3aa6(_0x4665c3._0xe384a,_0x4665c3._0xdc665b,_0x4665c3._0x1ee26a,_0x4665c3._0x206c4c),'ZygaO':function(_0x9b3705){return _0x9b3705();},'VVFcZ':function(_0x17576c){return _0x17576c();},'acDxg':function(_0x29eeef){return _0x29eeef();},'eOtIJ':function(_0x102b71,_0x425da6){return _0x102b71||_0x425da6;},'gzVVv':'(not\x20set)','GRDmz':'===\x20Setup\x20'+'Configurat'+'ion\x20===','lKSRZ':_0x3f3aa6(_0x4665c3._0x56d666,0x400,0x43b,_0x4665c3._0x8b5aa7),'FfWxk':_0x3f3aa6(_0x4665c3._0x521250,0x4a3,_0x4665c3._0x93cdf0,_0x4665c3._0x11e48a),'kxJlP':function(_0x4daba7,_0x3f2d4b){return _0x4daba7===_0x3f2d4b;},'DHIPK':_0x5768ec(0x7b,-0x9,0x36,_0x4665c3._0x896833),'DgBMy':_0x3f3aa6(_0x4665c3._0x59acee,_0x4665c3._0x43e103,_0x4665c3._0x157bcc,0x48d)+'n\x20not\x20foun'+'d)','VTXbO':_0x5768ec(0x9,_0x4665c3._0x39b8e9,-0x32,-_0x4665c3._0x3896fb)+'setup\x20path'+_0x5768ec(_0x4665c3._0x38aa07,_0x4665c3._0x28f453,_0x4665c3._0x4a12fa,_0x4665c3._0xe806fd)+_0x3f3aa6(0x551,0x51b,_0x4665c3._0xae7113,_0x4665c3._0x5c9605)+_0x3f3aa6(_0x4665c3._0x3eb24f,0x41c,_0x4665c3._0x4bf4c7,_0x4665c3._0x409b77)+'ion:','VOEQM':_0x3f3aa6(_0x4665c3._0x4222b3,_0x4665c3._0x56155f,_0x4665c3._0x26de0d,_0x4665c3._0x2f1967)+'rver\x20confi'+'g\x20set\x20code'+'r_setup_pa'+_0x3f3aa6(_0x4665c3._0x437393,_0x4665c3._0x51a65f,0x4c4,_0x4665c3._0x472f42)+_0x5768ec(_0x4665c3._0x269f76,_0x4665c3._0x1c4b0e,-_0x4665c3._0x42f9c4,0x8e)+_0x3f3aa6(_0x4665c3._0x1b76a6,_0x4665c3._0x177e21,0x4f9,0x48f)};console[_0x5768ec(0x79,_0x4665c3._0x4eb378,0x41,_0x4665c3._0x575385)](_0x43a342[_0x5768ec(_0x4665c3._0x2db891,_0x4665c3._0x3bca75,_0x4665c3._0x343c7c,_0x4665c3._0x1f4dcc)]),console[_0x3f3aa6(_0x4665c3._0x48287a,0x4db,_0x4665c3._0x4a8fb9,_0x4665c3._0x51b523)]('');const _0x1d1b36=await getCoderSetupPath(),_0x59aa24=await _0x43a342[_0x3f3aa6(_0x4665c3._0x594ed5,0x434,_0x4665c3._0x308054,_0x4665c3._0x43c724)](getServerPort),_0x5131ac=await _0x43a342[_0x5768ec(-_0x4665c3._0x269f76,-0x99,0x7c,0x6)](getSslCertPath);function _0x3f3aa6(_0x3be7ff,_0x252a1a,_0x1d9980,_0xb177a7){return _0x33a0bd(_0x3be7ff-_0x4a71a3._0x4280db,_0x252a1a,_0x1d9980-0x3dd,_0xb177a7-0x46);}const _0x22bf4b=await _0x43a342[_0x3f3aa6(_0x4665c3._0xbe4487,_0x4665c3._0x1f5cbf,0x40e,_0x4665c3._0x19cd4c)](getSslKeyPath);function _0x5768ec(_0x3d659e,_0xb99b74,_0x3512f7,_0x35a96d){return _0x55294a(_0x3d659e-0x204,_0xb99b74-0x1b1,_0x3512f7-0x39,_0x35a96d);}const _0x1e4e58=await _0x43a342[_0x3f3aa6(0x3b8,_0x4665c3._0x2c4ce8,0x432,_0x4665c3._0x4c4b3e)](getSslCaPath),_0x58e4a1=await _0x43a342[_0x3f3aa6(_0x4665c3._0x445788,0x3ec,0x449,_0x4665c3._0x541c0e)](getTrustProxy);console[_0x5768ec(0x79,_0x4665c3._0x51dabf,_0x4665c3._0xef5637,-_0x4665c3._0x4a0d94)](_0x3f3aa6(0x42e,_0x4665c3._0x3c2a6f,0x456,0x3e6)+_0x5768ec(-_0x4665c3._0x57bef1,0x4,-_0x4665c3._0x5a9b96,-_0x4665c3._0x196923)+_0x43a342['eOtIJ'](_0x1d1b36,_0x5768ec(_0x4665c3._0x3e251e,0x79,_0x4665c3._0x22c840,0x1c))),console['log'](_0x5768ec(_0x4665c3._0x3c705f,_0x4665c3._0x1f42d5,_0x4665c3._0x52b9ad,-_0x4665c3._0x51dabf)+_0x5768ec(0xaf,_0x4665c3._0x4ac826,0xf6,_0x4665c3._0x4738f2)+_0x59aa24),console[_0x5768ec(0x79,_0x4665c3._0x269f76,0x112,0xba)](_0x3f3aa6(_0x4665c3._0x170844,_0x4665c3._0xcab601,0x407,_0x4665c3._0x21c418)+'ath:\x20\x20\x20\x20'+(_0x5131ac||_0x43a342[_0x5768ec(_0x4665c3._0x4a12fa,_0x4665c3._0x24a465,0x41,-0x2c)])),console[_0x3f3aa6(_0x4665c3._0x317ec1,0x4ad,0x4a8,_0x4665c3._0x28aae9)](_0x5768ec(-_0x4665c3._0x3742ec,0x23,0x6d,-0xcf)+'th:\x20\x20\x20\x20\x20'+(_0x22bf4b||_0x43a342[_0x3f3aa6(0x463,0x473,_0x4665c3._0xd5f48b,0x451)])),console[_0x5768ec(0x79,_0x4665c3._0xf6feb5,0x76,_0x4665c3._0x5cfb5c)](_0x5768ec(-_0x4665c3._0xc7a0da,_0x4665c3._0x18ffc1,-_0x4665c3._0x4343c8,_0x4665c3._0x7d8764)+'h:\x20\x20\x20\x20\x20\x20'+_0x43a342[_0x3f3aa6(0x40c,0x3d2,0x44a,_0x4665c3._0x157bcc)](_0x1e4e58,_0x43a342[_0x3f3aa6(0x471,_0x4665c3._0x2ba22,0x484,0x44c)])),console[_0x5768ec(0x79,_0x4665c3._0x270844,0x25,_0x4665c3._0x15963a)](_0x3f3aa6(0x576,_0x4665c3._0x4979cc,0x506,0x47a)+_0x3f3aa6(_0x4665c3._0x2f7a60,0x52f,_0x4665c3._0x597e4c,0x570)+(_0x58e4a1!==null?_0x58e4a1:_0x43a342[_0x3f3aa6(_0x4665c3._0x3eb24f,0x450,_0x4665c3._0x22e46a,0x415)])),console[_0x5768ec(_0x4665c3._0x14ef03,_0x4665c3._0x6df056,_0x4665c3._0x24d36f,_0x4665c3._0x1a2961)](''),console[_0x3f3aa6(0x518,_0x4665c3._0x3f3215,_0x4665c3._0x2ba3d9,_0x4665c3._0xa30d9)]('Location:\x20'+_0x43a342[_0x5768ec(_0x4665c3._0x22a0f6,_0x4665c3._0x498597,-0x3a,_0x4665c3._0x1462ab)](getConfigPath)),console['log']('');if(_0x1d1b36){console[_0x3f3aa6(_0x4665c3._0x4525f6,0x488,_0x4665c3._0x4a8fb9,_0x4665c3._0x325991)](_0x43a342[_0x3f3aa6(_0x4665c3._0x3c056d,_0x4665c3._0x400ddc,_0x4665c3._0x5f4c07,_0x4665c3._0x239810)]),console[_0x5768ec(_0x4665c3._0x1f767c,-0x20,-_0x4665c3._0x56f1dd,-0x5)]('');const _0x3b3413=_0x1d6207['join'](_0x1d1b36,_0x43a342['lKSRZ']);try{const _0x559331=await _0x1c9c3c[_0x3f3aa6(_0x4665c3._0x32ed3c,0x59e,0x50a,0x505)](_0x3b3413,_0x43a342[_0x3f3aa6(0x4ac,0x56a,_0x4665c3._0x5118c5,0x464)]),_0x2938eb=JSON[_0x3f3aa6(_0x4665c3._0xf2eaee,_0x4665c3._0x4777f6,_0x4665c3._0x4fbf50,_0x4665c3._0x5807d7)](_0x559331);console[_0x3f3aa6(_0x4665c3._0x146eb1,_0x4665c3._0x5bb747,0x4a8,0x431)](JSON[_0x5768ec(0xb7,0x14d,0x78,0xb1)](_0x2938eb,null,-0x267f+-0x1aab*0x1+0x184*0x2b)),console[_0x3f3aa6(_0x4665c3._0x3eb0ed,0x431,0x4a8,0x40a)](''),console[_0x5768ec(_0x4665c3._0x1f767c,_0x4665c3._0x20e690,0xad,0x5b)]('Location:\x20'+_0x3b3413);}catch(_0x32eb52){_0x43a342[_0x5768ec(_0x4665c3._0x39c742,_0x4665c3._0x262706,-_0x4665c3._0x52b9ad,_0x4665c3._0x37d744)](_0x32eb52['code'],_0x43a342[_0x3f3aa6(_0x4665c3._0x1291b0,0x47a,_0x4665c3._0x39651a,_0x4665c3._0xae7113)])?(console['log'](_0x43a342[_0x5768ec(_0x4665c3._0x23a202,0xb4,0xe5,_0x4665c3._0x243f85)]),console['log'](''),console['log']('Expected\x20l'+_0x5768ec(0x4a,_0x4665c3._0x5873a7,_0x4665c3._0x354e67,-0x4a)+_0x3b3413)):console[_0x3f3aa6(_0x4665c3._0x3b4540,0x441,0x4a8,_0x4665c3._0xb8e942)]('Error\x20read'+_0x5768ec(0xc9,0x113,0xba,_0x4665c3._0x5d380b)+'json:\x20'+_0x32eb52[_0x3f3aa6(_0x4665c3._0x27ff49,0x537,0x4e2,0x508)]);}}else console[_0x5768ec(_0x4665c3._0xdc17d4,-_0x4665c3._0x52b9ad,-_0x4665c3._0x1616a5,_0x4665c3._0x2ed2d6)](_0x43a342[_0x3f3aa6(_0x4665c3._0x238585,_0x4665c3._0x30c169,_0x4665c3._0x4b6cb1,_0x4665c3._0x32ed3c)]),console['log'](_0x43a342[_0x3f3aa6(_0x4665c3._0x11c807,0x4f8,0x49a,0x51d)]);}function _0x5e11(){const _0x2cded5=['DgLVBIa9pt0','venODuC','BLj3BLq','tNLbDu4','BK9jww0','CeDsvLe','icbJB2rLCI1Zzq','ugjoENa','icbNzxqGpgTLEq','B2nHDgLVBJOG','B2vswNy','icbZC2XFy2vYDa','wvbzyKC','uevLALK','DcbJB25MAwD1CG','s2v5ici','icbZC2HFAg9ZDa','ysbSAxn0ig9Mia','ieDLDcbHignVBG','DMv8C2HVDZ4GwW','z3PwvNy','twDwr2m','sergy0O','zxiTC2vYDMvYia','yxviEvm','rxjYB3i6ihnLDa','iIbUB3qGzM91BG','tw1qzgi','rxHWzwn0zwqGBa','yLPNwue','A2zJtvy','AKn1sg0','icbUyw1LicaGia','BMfTzq','ifnOB3CGywXSia','q1n3yxG','mZbnqLzit3y','u2vYDMvYignVBG','DxaGCgf0AcbUBW','ExL3twG','u1nmignLCNrPzG','zxjFCg9YDca4ma','vK9fuu0','Bfzktw4','v21rA1q','zYbZzxqGzgvMyq','y29KzxiVy29UzG','vw5RBM93BIbZDq','C2vYDMvYx3bVCG','DMrlCK0','B3H5icaGicaGia','A3HkBfa','zxGP','C2Xiuwi','q29TBwfUzhm6','icbZzxj2zxjFCa','Bg9N','vhbgseK','ru5pru5u','zYbZAg93','pt09ifnLCNzLCG','vLryyK8','rxHHBxbSzxm6','mNWWFdn8nhWX','rxjYB3i6ifnLDa','pIa8DMfSDwu+ia','Cu5Wt0W','ywDLBNqGkgnSyq','tuDkD1a','sKnZv00','vxnHz2u6ignVza','BLDeAwu','yxrOicaGicaGia','wvD2Ag0','t3joy0K','u3f6D2q','rhLNDha','CYaODhj1zs9Myq','mteXndGYmuPjq29gta','y29KzxiTC2v0Dq','ywXPzcbWB3j0ia','y29UzMLNihjLBq','wvzfsgK','muzjzhLmta','DgGGl3bHDgGVDa','DwX0x2fNzw50ia','vhLHzu8','sKnjEgS','r1L5rfC','D1v5uKm','zxr1Cc5QC29Uia','vMzty3i','rxjYB3i6ieLUDG','ywXPzcbJB2rLCG','DhXNzxr8CMvTBW','CMvZB2X2zq','reHjueS','BxjwDLy','C2v0DxaGCgf0Aa','y29UzMLNihnLDa','EKTkz2m','Cu9SC24','AgDWtKy','zgXLicHVChrPBW','rxjYB3iGCMvHza','reLWs3e','sMP5vva','z2v0','Cu5Aq2i','uMvZzxqG','DdOGicaGica','DhvKuKy','D0zysem','BMzPzYiGzM9Yia','BwvZC2fNzq','AKjIBNi','rMzxEgS','AM9PBG','C3rYAw5NAwz5','vujSAwO','qLHmzLO','ihjLC3vSDhm','u1bQBe8','sM9evuK','Bhq6idmWmdaP','icaGicaGicaGia','rfrru28','CL9Zzxr1Cf9Wyq','CvzSrwu','u2LpqNK','wKfrru0','uNvUicjJB2rLCG','AgncCwu','zMzLy3qU','ihrVihrHA2uGzq','rMLYC3qGy29UzG','Aw5NihnLDhvWlG','DhvW','uMvTB3zLzca','r2H4uxa','sgT0y3i','EtOGicaGica','Efbesw4','t09TBei','qwvRwNe','tLjPvhq','zxHPDa','DwrLig9YignVza','B3H5igHLywrLCG','A2v5CW','Dhj1C3rFChjVEa','BMzPz3vYyxrPBW','AwD1CMf0Aw9Uia','mZm3odK3DMfKAxfp','CMvHzezPBgu','Cc5QC29UktO','DhvWx3bHDgGGia','CLjvz1O','CMvlA1K','qMrNEeq','Dw9fBg0','zsbRzxKGzMLSzq','B3zLidXRzxK+','A0r5B1K','rgDctxK','icb0CNvZDf9WCG','y29UzMLNidXZzq','B3vsDfG','BfzQzvu','Aw9SAwG','wuTID1y','vw5RBM93BIbJBW','ihrVigrLzMf1Ba','r3nKBhy','id0G','yxrO','mJm2odCYohbIBfPTrW','u2v0DxaGy29UzG','zYbZzxqGC2vYDG','BNrZihrVigeGDG','zYbZzxqGy29Kzq','AgfZ','y2XHDwrL','icbtu0GGAg9ZDa','vfPszvi','yxDQAfG','zhzArKG','mtG2otaZnwLNAvjbtq','rLvyEgi','whzgrwO','icbtzxj2zxiGCa','CMfNzsaGicaGia','A2LuEw8','v2H4DNK','zwqGAw4GC2v0Dq','veDmCvC','zwrPyxa','y29UzMLNigDLDa','DxnHz2uGAw5MBW','icbZC2XFA2v5xW','tuP6u24','DxaUANnVBIbUBW','zMLNDxjHDgLVBG','zxjYB3i','ifnLDcbHignVBG','rNHTu2i','CMvTB3zL','C3nSx2TLEv9Wyq','ru9kBLa','zer2reC','r1jeBxO','idXRzxK+idX2yq','CNzLCIbJB25MAq','vuv4yxC','C3nSx2nLCNrFCa','idXRzxK+','Cf9WyxrOihbVAq','C0TPsui','CMvKigLUih4VlG','m3WXFdb8mNW0','AwnHDguGzMLSzq','wNLNyu8','CM1HDgLVBG','Cf9WyxrOoIa','BIbRzxK6ia','u3PvB1O','rxjYB3i6ia','EuH0uwC','DhHAC3G','sejMEgW','u2v0ia','ng5AwKzPta','C2v0','icbqyxrOihrVia','C3nSx2nHx3bHDa','rKnJvfu','DxbvBg4','mtq4nJK2ofLLr3f0qq','vuDMsuu','CM1xywG','Dxr0ugu','sLnKA20','C3rVCMuGDgfZAW','ywDLBNqGicaGia','C2HVDW','DcaOmZaWmcK','Dhj1zq','B2Lhy1m','Aw9U','DcbMB3vUzcbHDa','zwn0B3j5','CgfYC2u','uMvZDgfYDcb0Aa','igTLExmGkhn0BW','BNHKsvm','Cf9WyxrO','Bfb0u3G','vLzgy1O','DgfZA19ZDg9Yyq','yMnVBw1HBMq6ia','vLzUuwG','icbmB2nHDgLVBG','zgvMyxvSDf9HzW','q29UzMLNDxjLia','icbZC2XFy2fFCa','zMzWy3e','C2v0DxaUANnVBG','wKfVwM8','wvHRywq','vuLIrMK','mZi5nJK0y0LtBNHv','DxrMltG','icbezwzHDwX0ia','BhnLkq','twfRzsbZDxjLia','tvrXDK8','y0TPz2G','BuvlwKy','igzVCIbLBNzPCG','Cgf0AcaGicaGia','ywneEgC','zu90suO','ifjLBw92zsbHia','wLP1wvC','rgLvse0','BwTSDvG','EhjKDwK','BY9JB2rLCI1Zzq','BhvLpG','ufPWrhK','weDSwxq','BgjVy3u','wwzNte4','y29KzxjFC2v0Dq','z3vYyxrPB24','ihrVihzPzxCGCW','EeXWque','lxnLCNzLCIbJBW','tunnEhi','y29UzMLNDxjHDa','khnLDhvWlMPZBW','z3j4A0e','AuHOAMq','lxnLDhvWigrPCG','nJyZnJCXmfD6qKPHCa','yuLPBwy','zgLnwe4','DvjhrKq','Aw9UoG','BfvjBwK','yxzHAwXHyMXLia','txfjvgy','ANnVBJOG','y29Kzq','zcbPBIbJB25MAq','AwD1CMuGDgHLia','wMHYDhq','kg5VDcbZzxqP','u1nmihbYAxzHDa'];_0x5e11=function(){return _0x2cded5;};return _0x5e11();}
|