@profoundlogic/coderflow-server 0.6.7 → 0.6.8
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/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/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/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-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/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/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/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/server-health.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/task-judging-helpers.js +1 -1
- 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
- package/dist/start.js.bak +0 -1381
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x4e4198,_0x4f8a86){const _0x2db5c2={_0x1679f5:0x2a,_0x3cb550:0x55,_0x13e35d:0x357,_0x178955:0x302,_0x52a729:0x448,_0x10c9f1:0x4ce,_0x380adc:0x167,_0x42c409:0xbf,_0x3b84d7:0xd3,_0x450441:0x3f9,_0x4b0ffb:0x19e,_0xf72461:0xf8,_0x562e17:0x41};function _0x2072e2(_0x2ae0b0,_0x167454,_0x156379,_0x189867){return _0x4829(_0x167454-0x26e,_0x189867);}function _0x8ed78(_0x2d16b4,_0x264e2d,_0x50f9f9,_0x7f3518){return _0x4829(_0x7f3518- -0x133,_0x264e2d);}const _0x30f070=_0x4e4198();while(!![]){try{const _0x1fbb1e=parseInt(_0x8ed78(-0x8,-0xf8,_0x2db5c2._0x1679f5,-_0x2db5c2._0x3cb550))/(0x1*-0x1fc5+0x236b*-0x1+0xa7*0x67)+parseInt(_0x2072e2(0x3de,0x430,0x43a,0x3c1))/(0x14fe+0x98a*-0x3+-0x3d1*-0x2)+-parseInt(_0x2072e2(_0x2db5c2._0x13e35d,0x358,_0x2db5c2._0x178955,0x2dd))/(0x1*0x10ba+0x1751+-0x2808)*(parseInt(_0x2072e2(0x46b,_0x2db5c2._0x52a729,0x3df,_0x2db5c2._0x10c9f1))/(0x1*-0x24d1+0x251d+-0x48))+-parseInt(_0x8ed78(0x5f,_0x2db5c2._0x380adc,0x3a,_0x2db5c2._0x42c409))/(-0x1291+0x2329+0x1*-0x1093)*(parseInt(_0x8ed78(0x57,0x8f,_0x2db5c2._0x3b84d7,0x45))/(-0xe0e*0x1+-0x1a8a*0x1+0x3*0xd8a))+parseInt(_0x2072e2(0x3bb,_0x2db5c2._0x450441,0x418,0x42d))/(-0x1*-0x2223+-0x1*-0xb0b+-0x3*0xf0d)+-parseInt(_0x8ed78(0x18f,_0x2db5c2._0x4b0ffb,0x171,_0x2db5c2._0xf72461))/(0x125f+-0x1*0xc57+-0x600)+parseInt(_0x8ed78(_0x2db5c2._0x562e17,0x69,0x1c,0x8c))/(0x88f+0x222a+0x556*-0x8);if(_0x1fbb1e===_0x4f8a86)break;else _0x30f070['push'](_0x30f070['shift']());}catch(_0x5390a9){_0x30f070['push'](_0x30f070['shift']());}}}(_0x148a,0xb60e7+-0xf51c1+-0xcf1*-0xf7));function _0x52cbe1(_0x3099d8,_0x5d1758,_0x1b5afd,_0xb2a82a){return _0x4829(_0x5d1758-0x2b9,_0x3099d8);}import{promises as _0x8e2c83}from'fs';function _0x148a(){const _0x2a8528=['veXmq3q','D2jrD00','ieDLDcbHignVBG','B2nHDgLVBJOG','sMXHsuG','y29UzMLNDxjHDa','ru1Jr2O','ihjLC3vSDhm','BY9JB2rLCI1Zzq','BwvZC2fNzq','D09vtfm','tLPqEMe','y29UzMLNigDLDa','rfD5rxG','sxjYDfm','zxjYB3i','icbZzxqGpgTLEq','Dhj1zq','vwDTruy','q29TBwfUzhm6','vM54rfu','EhPVBKe','Cgf0AcaGicaGia','D0zlvge','CLr1zw0','yxrO','zujQwKe','uuv0Ava','AwCUANnVBIK6','C3nSx2TLEv9Wyq','A2v5pIaGicaGia','Bhq6idmWmdaP','AwvJy3K','rMLYC3qGy29UzG','ANnVBJOG','DgLVBIa9pt0','AeXOzKG','BhDgtKS','icbezwzHDwX0ia','vgznAfy','wvzNreW','mhW0Fde3Fde2Fa','ywXPzcbJB2rLCG','icbUyw1LicaGia','y29UzMLNihnLDa','B25Ns1y','vxnHz2u6ignVza','nhWXFdn8mNWW','zxHPDa','CMfNzsaGicaGia','qxn1C3q','q0D1zw0','zuzuvfK','AhHuqu4','ndCXntqZmNzLwwTfEG','y29KzxjFC2v0Dq','DxrMltG','Dhj1C3rFChjVEa','pt09ifnLCNzLCG','v3PQExy','v3vYDfi','BhnNBKm','vvLosuG','DhvW','qMTfs0m','BIbRzxK6ia','EtOGicaGica','C2v0DxaGCgf0Aa','Aw9UihzHBhvL','yxrOoIaGica','CNzLCIbJB25MAq','vxDcD04','ihzHBhvL','odK3ntK4yKXZCe5e','CYaODhj1zs9Myq','icbZC2HFAg9ZDa','A2v5CW','C3nOx2HVC3q','rxjYB3i6ifnLDa','zxjFCg9YDca4ma','DhvWx3bHDgGGia','uLDxyvC','sNzABvi','m3W0Fdf8mNWW','icbZAg93icaGia','mtmXntvrtLDhB2C','vvfjywK','q0LwDeu','y29UzMLNihjLBq','twfRzsbZDxjLia','kg5VDcbZzxqP','DgGGl3bHDgGVDa','A29Yq0C','mJr8mtr8mtj8mG','icbKzwzHDwX0xW','EMLKsKe','icb0CNvZDf9WCG','icbuCNvZDcbWCG','CMvZB2X2zq','vff2u1O','u0Puy0q','sLnqAeG','Bfr2DK0','Fdz8m3WXFdv8oa','wuPqC3a','rxHHBxbSzxm6','zxGP','oxWYm3WYmhWXma','icbZC2XFy2fFCa','uMvZDgfYDcb0Aa','B3j0icaGicaGia','pIaGicaGicaGia','Aw9U','zw50','wKPYDhy','s2v5ici','idXRzxK+','Be9mAhG','y29KzxiTC2v0Dq','AezWtMu','BLrqrLu','whbHqLG','rxjYB3i6ihnLDa','DxaGCgf0AcbUBW','wg1Pz0C','y3PkB2u','AM9PBG','mJz8mtv8mJj8mq','AuThzKW','BNrZihrVigeGDG','AejPt3u','EMvvrLe','z2v0','pIa8DMfSDwu+ia','EgX1Efy','AwD1CMf0Aw9Uia','zhzLAKe','CMvTB3zL','DhXNzxr8CMvTBW','Aw9UoG','tvLhuMS','DMv8C2HVDZ4GwW','A2v5CYaOC3rVCG','u1nmienbigj1BG','rNLUrMW','icbYzw1VDMuGpa','AvfJC2K','y29KzxiVy29UzG','zYbZzxqGC2vYDG','B3iGy2HHBMDLCW','C3rYAw5NAwz5','icbtu0GGAg9ZDa','DcbJB25MAwD1CG','sfjWy3u','zLfoA2C','wK5YC3m','uMvZzxqG','qvn6rgq','C3bSAxq','icbtzxr1CcbUyq','rxjYB3i6ia','lxnLCNzLCIbJBW','zMzLy3qU','ruLbEMq','B1rTEKW','zwn0B3j5','z09zv0C','wfDvA3i','uNvUicjJB2rLCG','wLLVrLG','BMzPz3vYyxrPBW','ysbSAxn0ig9Mia','vw5RBM93BIbJBW','B25Tzw50CW','zwqGAw4GC2v0Dq','u3zmAMu','ywDLBNqGicaGia','Cc5QC29UktO','reHUq2K','mtf8mJf8oxWWFa','u2v0DxaGy29UzG','zMLNDxjHDgLVBG','zhDPD2K','u2DevfG','zsbRzxKGzMLSzq','CgfYC2u','BMfTzq','AwD1CMuGDgHLia','y29UzMLNidXZzq','ve5rz0q','zcbPBIbJB25MAq','Aw5kCue','uNDRrKi','r2f0qMy','Cf9WyxrOihbVAq','CefIuxu','D21PCu4','u1nmignLCNrPzG','DcbMB3vUzcbHDa','AgfZ','DwX0x2fNzw50ia','t1DdDee','B3zLidXRzxK+','vwDPs0S','rxHWzwn0zwqGBa','BNvTyMvY','zsbZzxj2zxiGzG','vw5RBM93BIbZDq','whnIwKK','seX0quC','C2HVDW','DeDgzgi','zu1TrgS','DwrLig9YignVza','icbZC2XFy2vYDa','C0jQtNC','C3nSx2nHx3bHDa','C3nSx2nLCNrFCa','zujfz0K','vuT5wfe','khnLDhvWlMPZBW','vhzPr0G','DgG6icaGica','zxiTC2vYDMvYia','pt09ifnLDhvWia','rxPqAxC','Aw5NihnLDhvWlG','ndi2txjADKTx','icbmB2nHDgLVBG','q29UzMLNDxjHDa','Cf9WyxrO','icbZC2XFA2v5xW','iIbUB3qGzM91BG','t25AuLi','ifnLDcbHignVBG','Dw5Zzxq','u2jPsLm','icbNzxqGpgTLEq','wuPSsgW','idXRzxK+idX2yq','yNr4zuO','ihrVihrHA2uGzq','ru5pru5u','tg9JyxrPB246ia','u0H2y3K','Aw9Uid09pq','nZu4ntuXnu5xv2nXzq','zenfvNq','igTLExmGkhn0BW','rwvXBgq','CLDouwG','id0G','tvzhCeq','ywXPzcbWB3j0ia','icbtzxj2zxiGCa','tNDcALG','C3bduuC','y1zzBeC','zfjYqve','v0rnvva','DdOGicaGica','B3j0icHKzwzHDq','ALfKzgC','u1nmihbYAxzHDa','C3rVCMuGDgfZAW','DeLwz2S','A2v5xsbBDMfSDq','u2v0ia','rxjYB3iGCMvHza','s0vPsMS','BIbUB3qGzM91BG','Bhrpv1m','C2vYDMvYx3bVCG','CMvHzezPBgu','AhH5rNO','yxzHAwXHyMXLia','tvbvBhe','ENLpsxa','icbZzxj2zxjFCa','y1zMvM4','Bg9N','shzMrNy','icbJB2rLCI1Zzq','C2v0DxaUANnVBG','lxnLDhvWigrPCG','sLzhz3C','Dhj5zw0','CM1HDgLVBG','ywDLBNqGkgnSyq','AwnHDguGzMLSzq','rwPTruW','D3jPDgvgAwXL','DMr3A2u','Ae5Uzxu','vwDXD0W','BfzHz0i','y1rgyLa','icbqyxrOihrVia','mZe2mZvsthrLuLO','q29UzMLNDxjLia','sMfuuLG','mtm5mZCXnLHrC0DMyG','icaGicaGicaGia','u0Hqtee','ihrVihzPzxCGCW','zYbZzxqGy29Kzq','mtD8mtz8mJf8mG','z3vYyxrPB24','uKLdB04','EKXvBeq','rxjYB3i6ieLUDG','zg1gA1u','icb0yxnRx3n0BW','ze1SwwO','BMzPzYiGzM9Yia','B3H5igHLywrLCG','wKLTtgq','z2H2v2O','u1nnChK','x3bHDgGGicaGia','C1jkrfq','tLDuu2i','zYbZzxqGzgvMyq','qurxA2C','CxbNyLq','ndyWruLlqwTN','Cvbxz1C','DKTUuM8','CcbKAxjLy3rVCG','u2vYDMvYignVBG','zYbZAg93','zvnKqNe','y29Kzq','t0TuCNK','DgfZA19ZDg9Yyq','icbJB2rLCL9Zzq','DxaUANnVBIbUBW','A0nJtMe','veT0u3q','BMfSkq','qwTHEu0','yMnVBw1HBMq6ia','m3WYm3WXoxW3Fa','Cf9WyxrOoIa','D3ncDuK','tuTODLa','swToBvK','igzVCIbLBNzPCG','CL9Zzxr1Cf9Wyq','nZiZodvXEe5gDuG','uMvTB3zLzca','ifjLBw92zsbHia'];_0x148a=function(){return _0x2a8528;};return _0x148a();}import _0x1f6408 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x4829(_0x1bef42,_0xc8ef73){_0x1bef42=_0x1bef42-(0x1c79+-0x12e*0x2+-0x194f);const _0x31e6e7=_0x148a();let _0x47f03c=_0x31e6e7[_0x1bef42];if(_0x4829['nbAHzL']===undefined){var _0x9bd5e7=function(_0x3952f5){const _0x2a16e0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x48e5f8='',_0x42785d='';for(let _0x424a70=0xfbe+-0x4+0x2*-0x7dd,_0x45b486,_0x4aa8f1,_0x5156c9=0x115*-0x16+0x1e2*0x3+0x1228;_0x4aa8f1=_0x3952f5['charAt'](_0x5156c9++);~_0x4aa8f1&&(_0x45b486=_0x424a70%(-0x1f44+-0x1113+0x305b)?_0x45b486*(0x10d*-0x10+-0xdb8*0x2+0x2c80)+_0x4aa8f1:_0x4aa8f1,_0x424a70++%(-0x1*0xb67+-0x2280+0x92f*0x5))?_0x48e5f8+=String['fromCharCode'](-0xf97+-0x46f*0x4+0x2*0x1129&_0x45b486>>(-(-0x841+0xc2*0x3+0x5fd)*_0x424a70&-0x1*0xec+-0x795*0x4+0x1f46)):-0xc4*0x7+0x97c*0x4+0x4*-0x825){_0x4aa8f1=_0x2a16e0['indexOf'](_0x4aa8f1);}for(let _0x56116f=0x1fc6+-0xa*0x286+-0x68a,_0x133794=_0x48e5f8['length'];_0x56116f<_0x133794;_0x56116f++){_0x42785d+='%'+('00'+_0x48e5f8['charCodeAt'](_0x56116f)['toString'](0x1*0x215e+-0x245b+0x30d))['slice'](-(-0x99a+0x211+-0x1*-0x78b));}return decodeURIComponent(_0x42785d);};_0x4829['sPolcT']=_0x9bd5e7,_0x4829['ZYOiqy']={},_0x4829['nbAHzL']=!![];}const _0x45a486=_0x31e6e7[-0x24d8+0x4a4+0xc*0x2af],_0x199517=_0x1bef42+_0x45a486,_0x4f1182=_0x4829['ZYOiqy'][_0x199517];return!_0x4f1182?(_0x47f03c=_0x4829['sPolcT'](_0x47f03c),_0x4829['ZYOiqy'][_0x199517]=_0x47f03c):_0x47f03c=_0x4f1182,_0x47f03c;}const SERVER_CONFIG_KEYS=new Set([_0x1d21b5(0x3d1,0x32f,0x426,0x340)+'p_path','server_por'+'t',_0x52cbe1(0x445,0x427,0x3a0,0x3f6)+_0x52cbe1(0x56c,0x4c7,0x546,0x49e),_0x52cbe1(0x4d8,0x4cb,0x479,0x45c)+'th',_0x1d21b5(0x312,0x393,0x34b,0x39f)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set([_0x52cbe1(0x395,0x39b,0x3b5,0x3e6),'default_ag'+_0x1d21b5(0x2ab,0x29b,0x24a,0x2d6),_0x52cbe1(0x4f2,0x49c,0x4a0,0x4e5)+'ge',_0x1d21b5(0x2f4,0x366,0x27e,0x25a)]);export async function handleConfig(_0xe9c07a){const _0x3d7432={_0x29d40f:0x442,_0x169254:0x4e0,_0x11681e:0x4b1,_0x4bfd3f:0x4ed,_0x2ca90e:0x532,_0x5c30c9:0x4f0,_0x510d9f:0x4b2,_0x2aeb34:0x4ee,_0x24cd54:0x218,_0x11040f:0x4d1,_0x58c5ec:0x4dc,_0x4604f0:0x11a,_0x5ae5a7:0x123,_0xfbb53:0x140,_0x47be78:0xd8,_0x46ceff:0x4b4,_0x12fbf:0x524,_0x2ffa04:0x522,_0x53761e:0x49f,_0x42bb90:0x49b,_0x2c35bb:0x5d8,_0x4db805:0x533,_0x6df50b:0x585,_0x232e76:0x48e,_0x259219:0x1d1,_0x6f32ea:0x191,_0x2a0844:0x186,_0xe92b22:0x184,_0x6585f6:0xfa,_0x1ce634:0xea,_0x1c79db:0x143,_0x5b0f4d:0x46d,_0x33abd7:0x4bb,_0x17b2dd:0x46c,_0x5aeab2:0x461,_0x410971:0x479,_0x312f74:0x485,_0x4fbd3b:0x407,_0x375446:0x9d,_0x87976c:0x50f,_0x3f3c4f:0x4ca,_0x33999e:0xd7,_0x55caa4:0x52,_0xf18c96:0x41c,_0x57606b:0x42c,_0x3910d5:0x429,_0x9199ef:0x3dd,_0x512619:0x474,_0x5debeb:0x439,_0x2e545c:0x59a,_0x25dd39:0xb4,_0x995ceb:0x161,_0x12c693:0x1ab,_0x39938e:0x142,_0x362103:0x63,_0x3e26cd:0xce,_0x372b81:0xf3,_0x2f74d9:0x80,_0x4169a9:0x83,_0x3923df:0x151,_0x24d66d:0xa3,_0x80120f:0x3a8,_0x2a43f6:0x5da,_0x5d91bc:0x557},_0x419c20={_0x24e2a1:0x54},_0x326b74={_0x987e52:0x1a},_0x5d47d2={'dRrAQ':function(_0x56d4ea,_0x3784b9){return _0x56d4ea===_0x3784b9;},'MYGRk':'ENOENT','zeUFQ':_0x3fdc98(_0x3d7432._0x29d40f,0x47f,_0x3d7432._0x169254,0x4fa)+_0x3fdc98(0x4ed,_0x3d7432._0x11681e,_0x3d7432._0x4bfd3f,_0x3d7432._0x2ca90e)+'d)','MVGpD':_0x3fdc98(0x4f4,_0x3d7432._0x5c30c9,_0x3d7432._0x510d9f,_0x3d7432._0x2aeb34),'SbiJS':'set','EMcGj':function(_0x325160,_0x4bd739,_0x22990f){return _0x325160(_0x4bd739,_0x22990f);},'UiUtI':_0x4abcfe(-_0x3d7432._0x24cd54,-0x161,-0x125,-0x18e),'FxgsP':_0x3fdc98(_0x3d7432._0x11040f,0x48e,_0x3d7432._0x58c5ec,0x40b),'xkcyD':function(_0x52a7be,_0x11326d){return _0x52a7be(_0x11326d);},'HLtAG':_0x4abcfe(-_0x3d7432._0x4604f0,-0x14d,-_0x3d7432._0x5ae5a7,-_0x3d7432._0xfbb53),'XpaBX':function(_0x411e50){return _0x411e50();},'Asust':'Run\x20\x22coder'+'-server\x20co'+_0x4abcfe(-0x126,-0xa0,-0x12d,-_0x3d7432._0x47be78)+'usage\x20info'+_0x3fdc98(_0x3d7432._0x46ceff,0x4c2,_0x3d7432._0x12fbf,0x48c)},_0x50c577=_0xe9c07a[-0x1efd*0x1+-0x9*0x259+-0x1a0f*-0x2];!_0x50c577&&(_0x5d47d2[_0x3fdc98(_0x3d7432._0x2ffa04,_0x3d7432._0x53761e,_0x3d7432._0x42bb90,0x3fb)]===_0x5d47d2['MVGpD']?(showUsage(),process[_0x3fdc98(_0x3d7432._0x2c35bb,_0x3d7432._0x4db805,0x4d3,0x5dc)](0x25f3+0x1f4e*-0x1+0x32*-0x22)):_0x5d47d2[_0x4abcfe(-0xb2,-0xfb,-0x1a2,-0x110)](_0x460925[_0x3fdc98(_0x3d7432._0x6df50b,0x4ef,0x477,_0x3d7432._0x232e76)],_0x5d47d2[_0x4abcfe(-_0x3d7432._0x259219,-0x1df,-_0x3d7432._0x6f32ea,-_0x3d7432._0x2a0844)])?(_0x1c240c['log'](_0x5d47d2[_0x4abcfe(-0x12e,-0x16b,-0x124,-0x18f)]),_0xf3b843['log'](''),_0x20aaba[_0x4abcfe(-0x132,-0xb8,-_0x3d7432._0xe92b22,-_0x3d7432._0x6585f6)](_0x4abcfe(-_0x3d7432._0x1ce634,-0x167,-_0x3d7432._0x1c79db,-0x146)+_0x4abcfe(-0xbe,-0x155,-0x155,-0xaf)+_0x425cd2)):_0x5e259b[_0x3fdc98(_0x3d7432._0x5b0f4d,_0x3d7432._0x33abd7,_0x3d7432._0x17b2dd,_0x3d7432._0x5aeab2)]('Error\x20read'+_0x3fdc98(_0x3d7432._0x410971,_0x3d7432._0x312f74,_0x3d7432._0x4fbd3b,0x464)+_0x4abcfe(-0xfe,0xb,-_0x3d7432._0x375446,-0x90)+_0x566413[_0x3fdc98(0x536,0x50c,0x465,0x4ac)]));function _0x4abcfe(_0x431d16,_0x193975,_0x30db91,_0x43bc1a){return _0x1d21b5(_0x43bc1a- -0x44c,_0x193975-0x3e,_0x30db91,_0x43bc1a-_0x326b74._0x987e52);}function _0x3fdc98(_0x3384d1,_0x33fea0,_0x582442,_0x3bce28){return _0x1d21b5(_0x33fea0-0x169,_0x33fea0-_0x419c20._0x24e2a1,_0x3384d1,_0x3bce28-0x8e);}try{switch(_0x50c577){case _0x5d47d2[_0x3fdc98(0x413,0x48f,_0x3d7432._0x87976c,_0x3d7432._0x3f3c4f)]:await _0x5d47d2[_0x4abcfe(-0x7c,-_0x3d7432._0x33999e,-_0x3d7432._0x55caa4,-0xac)](setConfig,_0xe9c07a[-0x1*0xe99+-0x1*-0x121d+-0x1*0x383],_0xe9c07a[-0x1998+-0xe2f+0x2a7*0xf]);break;case _0x5d47d2['UiUtI']:await getConfig(_0xe9c07a[-0x2233+0x1645+0xbef]);break;case _0x3fdc98(_0x3d7432._0xf18c96,_0x3d7432._0x57606b,0x3d4,_0x3d7432._0x3910d5):case _0x5d47d2['FxgsP']:await _0x5d47d2['xkcyD'](removeConfig,_0xe9c07a[-0x3d*0x7+0xc04+0x8*-0x14b]);break;case _0x5d47d2[_0x3fdc98(_0x3d7432._0x9199ef,_0x3d7432._0x512619,_0x3d7432._0x5debeb,0x4a9)]:await _0x5d47d2[_0x4abcfe(-0x194,-0x199,-0x209,-0x199)](showConfig);break;default:console[_0x3fdc98(_0x3d7432._0x312f74,0x512,_0x3d7432._0x2e545c,0x492)](_0x4abcfe(-_0x3d7432._0x25dd39,-_0x3d7432._0x995ceb,-_0x3d7432._0x12c693,-_0x3d7432._0x1c79db)+_0x4abcfe(-0x169,-0x9c,-_0x3d7432._0x39938e,-0xbd)+_0x50c577),console[_0x4abcfe(-0x140,-_0x3d7432._0x362103,-_0x3d7432._0x3e26cd,-0xa3)](_0x5d47d2[_0x4abcfe(-_0x3d7432._0x372b81,-0xb6,-0xb1,-_0x3d7432._0x2f74d9)]),process[_0x3fdc98(0x59a,0x533,0x4f2,0x528)](0x61*-0x2e+-0x5*-0x45+0x47*0x3a);}}catch(_0x3fdf92){console[_0x4abcfe(-_0x3d7432._0x4169a9,-0x47,-_0x3d7432._0x3923df,-_0x3d7432._0x24d66d)](_0x3fdc98(0x4d5,0x443,0x3f5,_0x3d7432._0x80120f)+_0x3fdf92['message']),process[_0x3fdc98(0x483,0x533,_0x3d7432._0x2a43f6,_0x3d7432._0x5d91bc)](-0x1c09+0xce*-0x1f+-0x4*-0xd3f);}}function showUsage(){const _0x3dc01b={_0x3ae3d8:0x17,_0x11923c:0xc4,_0x5983c3:0xaf,_0x7afef4:0x1ac,_0x494154:0xb4,_0x1e7a75:0x6c,_0x431afb:0xda,_0x4af0d8:0x16e,_0x11cdda:0x90,_0x381e78:0x188,_0xbb4b78:0x1f3,_0x4b0442:0x1e2,_0x410f01:0x122,_0x2b50fd:0x17d,_0x1f65af:0x2c3,_0x55b342:0xc,_0x211bf2:0x7e,_0x4d507c:0x60,_0x38b54e:0xe0,_0x2b7f4e:0x66,_0x4db2b9:0xc2,_0x26b167:0x13d,_0xe2dbd2:0x1b3,_0x505ef0:0x155,_0x41adc9:0x2d3,_0x4baf20:0x2d1,_0x402323:0x22c,_0x565bb6:0x248,_0x2a2ec7:0x14b,_0x1d06da:0x1bd,_0x33d06c:0x177,_0x42f302:0x211,_0x5ecd28:0x220,_0x29b4c9:0x10b,_0x1053c7:0xa8,_0x2ab387:0xb2,_0x4ef7ae:0x1e0,_0x175808:0x280,_0x473be0:0x198,_0x1ea0fa:0x20f,_0x26e849:0x45,_0x26294f:0x4c,_0x4baf68:0xc1,_0x104db8:0x15b,_0xf41645:0x1dd,_0x325871:0x1a1,_0x24346e:0x73,_0x1e1f8e:0x6d,_0x284813:0x37,_0x58528f:0x78,_0x4c7472:0x30,_0x27b2b8:0x10,_0x1d5bed:0x1c4,_0x36a494:0x1fb,_0xd04cb0:0x242,_0x2ad84d:0x7a,_0x52dac6:0xff,_0x12ed74:0x22,_0x33965e:0x228,_0x2e69bb:0x200,_0x2d76d0:0x168,_0x2133c4:0x1d3,_0x1a95b6:0x2ac,_0x4d55c8:0x25c,_0x503770:0x2b0,_0x3b6267:0x21a,_0x5e2d7e:0x20b,_0x5cbcce:0x20f,_0x33e54d:0x186,_0x7bf321:0x1ed,_0x4e2b71:0x13,_0x177a8f:0x114,_0x192134:0x285,_0x3900fc:0x1d7,_0x2d84c6:0x2eb,_0x3f8535:0x29d,_0x29c87a:0x1d0,_0x32c1f8:0x260,_0x442d42:0x1f7,_0x76992f:0x19e,_0x4dd612:0xd2,_0x5aebac:0x132,_0x5d3582:0xe2,_0x28e87d:0x75,_0x2cb7cd:0x4c,_0x25dbdf:0x70,_0x5a8d17:0x29,_0x50413c:0x274,_0x7e3f62:0x26,_0x14b503:0x72,_0x4ab0f4:0x52,_0x4e140d:0x5f,_0x390706:0x2f,_0x56a9ec:0x8e,_0x5b1f9f:0x1f,_0x4c8284:0x1fc,_0x30d472:0x5,_0x7cf993:0x91,_0x4e55bc:0x1ee,_0x1becca:0xe1,_0x3d6061:0x16d,_0x41dd02:0x43,_0x44685f:0xb,_0x2d8f71:0x2a,_0x243ea1:0x9e,_0x155821:0x7f,_0x29a3c0:0x183,_0x22db3e:0x1c3,_0x3cb80b:0x4d,_0x4c3037:0x11,_0xd72124:0x70,_0x2eef25:0x17,_0x2b4f07:0x2f,_0x1de3f8:0x1dc,_0x46c8c0:0x199,_0x5f4ce9:0x19a,_0x2ac3f1:0x19,_0x398c54:0x46,_0x42b736:0xeb,_0x40c1b4:0x12c,_0x112b9a:0x26d,_0x4b8dce:0x243,_0x3b679d:0x9f,_0x2c9158:0x1c,_0x292989:0x169,_0x569429:0x15a,_0x1e424f:0x225,_0x41dbeb:0x1ab,_0x37081c:0x263,_0x5e3f81:0x238,_0x513170:0x22f,_0x46751e:0x207,_0x56ecdf:0x1a2,_0x2414c9:0x2ad,_0x418cb3:0x163,_0x34c53d:0x257,_0x463b45:0x1c6,_0x2b333d:0x19d,_0x5705fb:0x1b9,_0xa64107:0x59,_0x2e8121:0x34,_0x465c4e:0x73,_0x386583:0x119,_0x3e5cc8:0x82,_0x1e8e48:0x71,_0x35b431:0xf9,_0x1aa3dc:0x6f,_0x796f9b:0x97,_0x41a23d:0x228,_0xf8b884:0x243,_0x5f7f13:0x14b,_0x364814:0x206,_0x59e3e3:0x29a,_0x22c719:0x194,_0x368c47:0x240,_0x16a0cb:0xe7,_0x7d58c0:0xcd,_0x1497ce:0xfd,_0x148c53:0xff,_0x5ca3cf:0xb5,_0x19c6f0:0x112,_0x368867:0x4f,_0x540777:0xf2,_0x16d111:0xf6,_0x2e7c38:0x82,_0x50b5c1:0x79,_0x42fd06:0x1d,_0x2b0115:0xe9,_0x3c917a:0xfb,_0x227d51:0x4e,_0x33de5d:0xea,_0x42cb95:0x1db,_0x2df5a0:0x184,_0x5624a6:0x1b6,_0x3d0bee:0x207,_0x12cd37:0x126,_0x489ff0:0xb1,_0x1295a7:0x22c,_0x1ca551:0xf1,_0x1aea4b:0x157,_0x14b08a:0x61,_0x1b2ce4:0x261,_0x5dd79e:0xd4,_0x2b2c72:0xdd,_0x11f288:0x54,_0x6e184e:0x67,_0x44deab:0x20,_0x1ffc97:0x27,_0x114289:0xb6,_0x2de19b:0x6f,_0x344422:0x255,_0x3aeb49:0x4b,_0x2e8f8e:0x1c,_0x4ccb67:0x57,_0x28bba7:0xb0,_0x3512a1:0x38,_0x1bf0e7:0xe6,_0x5616b7:0x54,_0x3e8c68:0x1f8,_0x1ab6a1:0x297,_0x54bb74:0x1f5,_0x31da84:0x255,_0x55f575:0x8b,_0x171183:0x7f,_0x58fb73:0x3,_0xa5ff71:0x252,_0x131006:0x2ee,_0x30b6cf:0xcb,_0x4d07b9:0xa6,_0x437e0e:0x68,_0x1eb047:0x2ab,_0x49128f:0x6f,_0x265269:0xf0,_0x3573d3:0x5c,_0x1636a4:0x4,_0x27fc39:0x1fa,_0x5c7dfa:0x19b,_0x357325:0x1c1,_0x4126b3:0x1de,_0x45b5de:0x1c9,_0x37ef46:0x247,_0x391f6f:0x207,_0x26d297:0x8d,_0x45b4fe:0x3b,_0xa0708c:0x63,_0x2a57ce:0x1bb,_0x415aba:0x213,_0x3d91db:0x255,_0x28124f:0x107,_0x303162:0x20c,_0x522a91:0xdc,_0x8e326:0x276,_0x1ed6d9:0x92,_0x3bd6fa:0x39,_0x4cac0b:0x6a,_0x4ba27d:0xf2,_0x382323:0xaf,_0xbc7230:0x1d,_0x391aa5:0x124,_0x25cbeb:0x65,_0x3ac5d6:0xcc,_0x5088f3:0x123,_0x3cbc06:0x74,_0x294f0d:0x1ba,_0x58bed9:0x1cd,_0x343f19:0x162,_0x378b66:0x121,_0x4e8040:0x23e,_0x40c4f0:0x62},_0x403992={_0x219cd7:0x268},_0x29a1d3={};_0x29a1d3[_0x3f2ae9(0x99,-_0x3dc01b._0x3ae3d8,_0x3dc01b._0x11923c,0x42)]=_0x4de2f0(_0x3dc01b._0x5983c3,0x17d,_0x3dc01b._0x7afef4,0x13a)+_0x3f2ae9(0x75,0x7d,_0x3dc01b._0x494154,0xf9)+'\x20Show\x20all\x20'+'configurat'+_0x3f2ae9(-0x49,-_0x3dc01b._0x1e7a75,-0xce,-_0x3dc01b._0x431afb),_0x29a1d3['MICjd']=_0x4de2f0(_0x3dc01b._0x4af0d8,_0x3dc01b._0x11cdda,_0x3dc01b._0x381e78,0x131)+_0x4de2f0(0x250,_0x3dc01b._0xbb4b78,0x1cd,0x214)+_0x4de2f0(_0x3dc01b._0x4b0442,0x1fb,_0x3dc01b._0x410f01,_0x3dc01b._0x2b50fd)+_0x4de2f0(_0x3dc01b._0x1f65af,0x275,0x1c9,0x241)+_0x3f2ae9(-_0x3dc01b._0x55b342,-_0x3dc01b._0x211bf2,0x60,-0xbb),_0x29a1d3[_0x3f2ae9(_0x3dc01b._0x4d507c,-0x3f,0x35,_0x3dc01b._0x38b54e)]=_0x3f2ae9(0x34,-_0x3dc01b._0x2b7f4e,0x1f,_0x3dc01b._0x4db2b9)+_0x4de2f0(_0x3dc01b._0x26b167,_0x3dc01b._0xe2dbd2,0x1cc,_0x3dc01b._0x505ef0)+_0x4de2f0(_0x3dc01b._0x41adc9,_0x3dc01b._0x4baf20,_0x3dc01b._0x402323,_0x3dc01b._0x565bb6)+'figuration'+'\x20value',_0x29a1d3['KEiJk']=_0x4de2f0(_0x3dc01b._0x2a2ec7,0x107,_0x3dc01b._0x1d06da,_0x3dc01b._0x33d06c)+'key>\x20\x20\x20\x20\x20\x20'+_0x4de2f0(_0x3dc01b._0x42f302,0x260,_0x3dc01b._0x5ecd28,0x245)+_0x4de2f0(0x1f2,0x234,0x259,0x24b)+_0x4de2f0(0x14a,_0x3dc01b._0x29b4c9,_0x3dc01b._0x1053c7,0x12a),_0x29a1d3[_0x3f2ae9(0x8b,0xfc,_0x3dc01b._0x494154,_0x3dc01b._0x2ab387)]='\x20\x20coder_se'+_0x4de2f0(0xc3,_0x3dc01b._0x4ef7ae,0xa4,0x136)+_0x4de2f0(_0x3dc01b._0x175808,0x230,_0x3dc01b._0x473be0,_0x3dc01b._0x1ea0fa)+_0x3f2ae9(-0x43,_0x3dc01b._0x26e849,_0x3dc01b._0x26294f,-_0x3dc01b._0x4baf68)+'p\x20director'+'y',_0x29a1d3['hLhfH']=_0x4de2f0(_0x3dc01b._0x104db8,_0x3dc01b._0xf41645,_0x3dc01b._0x325871,0x200)+_0x3f2ae9(-_0x3dc01b._0x24346e,-_0x3dc01b._0x1e1f8e,-0x10,-_0x3dc01b._0x284813)+_0x3f2ae9(_0x3dc01b._0x58528f,0xb1,_0x3dc01b._0x4c7472,_0x3dc01b._0x27b2b8)+_0x4de2f0(_0x3dc01b._0x1d5bed,0x2de,_0x3dc01b._0x36a494,_0x3dc01b._0xd04cb0)+'th\x20/path/t'+'o/coder-se'+_0x3f2ae9(-_0x3dc01b._0x2ad84d,-0x105,-0xc6,-0x55),_0x29a1d3[_0x3f2ae9(0x6d,-0x37,_0x3dc01b._0x52dac6,_0x3dc01b._0x12ed74)]=_0x4de2f0(_0x3dc01b._0x33965e,0x297,0x193,_0x3dc01b._0x2e69bb)+'rver\x20confi'+'g\x20show',_0x29a1d3[_0x3f2ae9(0x6f,-0x25,-0x24,0x62)]=_0x4de2f0(0x1f4,0x178,_0x3dc01b._0x2d76d0,0x1cd)+_0x4de2f0(_0x3dc01b._0x2133c4,0x29f,_0x3dc01b._0x1a95b6,_0x3dc01b._0x4d55c8)+_0x4de2f0(_0x3dc01b._0x503770,_0x3dc01b._0x3b6267,_0x3dc01b._0x5e2d7e,_0x3dc01b._0x5cbcce)+_0x4de2f0(0x14a,_0x3dc01b._0x33d06c,_0x3dc01b._0x33e54d,_0x3dc01b._0x7bf321)+_0x3f2ae9(-0x1,_0x3dc01b._0x4e2b71,0x3b,0x5);function _0x3f2ae9(_0x5c3b0a,_0x2ae5a8,_0x222dcf,_0x443c82){return _0x1d21b5(_0x5c3b0a- -0x2f3,_0x2ae5a8-0x1d1,_0x222dcf,_0x443c82-0x169);}_0x29a1d3[_0x3f2ae9(0x8d,_0x3dc01b._0x177a8f,0x28,-0x3)]=_0x4de2f0(0x254,_0x3dc01b._0x192134,0x2cb,0x21e)+_0x4de2f0(0x265,_0x3dc01b._0x3900fc,_0x3dc01b._0x2d84c6,0x277)+'\x20\x20Path\x20to\x20'+'store\x20task'+_0x4de2f0(_0x3dc01b._0x3f8535,_0x3dc01b._0x29c87a,_0x3dc01b._0x32c1f8,0x24d),_0x29a1d3[_0x4de2f0(0x13e,_0x3dc01b._0x442d42,_0x3dc01b._0x76992f,0x1b6)]=_0x3f2ae9(_0x3dc01b._0x4dd612,_0x3dc01b._0x5aebac,_0x3dc01b._0x5d3582,0x164)+_0x3f2ae9(_0x3dc01b._0x28e87d,0x119,0xbf,_0x3dc01b._0x2cb7cd)+_0x3f2ae9(-0x1a,0x62,-_0x3dc01b._0x25dbdf,_0x3dc01b._0x5a8d17)+'me',_0x29a1d3['QvvZy']=_0x4de2f0(0x2b8,0x1cf,0x2fc,_0x3dc01b._0x50413c)+_0x3f2ae9(_0x3dc01b._0x7e3f62,-_0x3dc01b._0x14b503,-0x7b,_0x3dc01b._0x4ab0f4)+_0x3f2ae9(0x3,0x34,_0x3dc01b._0x4e140d,0x62)+_0x3f2ae9(-_0x3dc01b._0x390706,-0xc7,-_0x3dc01b._0x56a9ec,-_0x3dc01b._0x5b1f9f)+_0x4de2f0(_0x3dc01b._0x4c8284,0x154,0xc8,0x173)+'key]\x20[valu'+'e]',_0x29a1d3['VnxDU']=_0x3f2ae9(-_0x3dc01b._0x30d472,-0x80,-_0x3dc01b._0x7cf993,-_0x3dc01b._0x1053c7)+_0x4de2f0(0x176,_0x3dc01b._0x4e55bc,_0x3dc01b._0x1becca,_0x3dc01b._0x3d6061)+_0x3f2ae9(-0x2b,_0x3dc01b._0x41dd02,_0x3dc01b._0x390706,-0x55)+_0x3f2ae9(-_0x3dc01b._0x44685f,_0x3dc01b._0x2d8f71,-0x3a,-0x32)+_0x3f2ae9(-0x8,-_0x3dc01b._0x243ea1,0x1f,-_0x3dc01b._0x155821),_0x29a1d3[_0x4de2f0(_0x3dc01b._0x29a3c0,0x23c,0x12a,_0x3dc01b._0x22db3e)]=_0x3f2ae9(-_0x3dc01b._0x3cb80b,-0x39,_0x3dc01b._0x4c3037,-0x46)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x3f2ae9(_0x3dc01b._0xd72124,-_0x3dc01b._0x2eef25,_0x3dc01b._0x56a9ec,_0x3dc01b._0x2b4f07)+_0x4de2f0(0x217,_0x3dc01b._0x1de3f8,_0x3dc01b._0x46c8c0,0x175)+'dle\x20(optio'+_0x4de2f0(0x1c1,0x18d,_0x3dc01b._0x5f4ce9,0x239),_0x29a1d3[_0x3f2ae9(-0x51,_0x3dc01b._0x2ac3f1,-0xa9,-0x19)]=_0x3f2ae9(0x61,_0x3dc01b._0x398c54,_0x3dc01b._0x42b736,0xd9)+_0x4de2f0(0xa9,0x146,0x130,_0x3dc01b._0x40c1b4)+_0x4de2f0(_0x3dc01b._0x42f302,_0x3dc01b._0x112b9a,0x29c,0x228)+_0x4de2f0(_0x3dc01b._0x1ea0fa,0x10c,_0x3dc01b._0x4b8dce,0x1ae)+'claude',_0x29a1d3[_0x4de2f0(0x291,0x20a,0x2c2,0x26d)]=_0x3f2ae9(0xba,0x7f,_0x3dc01b._0x3b679d,_0x3dc01b._0x2c9158),_0x29a1d3['lwFNK']=_0x4de2f0(_0x3dc01b._0x292989,_0x3dc01b._0x569429,0x1e8,0x1bc)+_0x4de2f0(0x192,0x1ba,0x200,_0x3dc01b._0x1e424f)+_0x4de2f0(0x1fb,0x24b,0x18f,0x20f)+_0x4de2f0(0x23f,0x117,0x123,_0x3dc01b._0x41dbeb)+_0x4de2f0(_0x3dc01b._0x37081c,_0x3dc01b._0x5e3f81,_0x3dc01b._0x513170,_0x3dc01b._0x46751e);function _0x4de2f0(_0x3f9f35,_0x5e835b,_0x4f6f8c,_0x46a8fc){return _0x52cbe1(_0x5e835b,_0x46a8fc- -_0x403992._0x219cd7,_0x4f6f8c-0x194,_0x46a8fc-0x5);}_0x29a1d3['XmigG']=_0x4de2f0(_0x3dc01b._0x56ecdf,_0x3dc01b._0x2414c9,0x1c8,_0x3dc01b._0x2e69bb)+_0x4de2f0(0x141,0x161,_0x3dc01b._0x418cb3,0x12c)+_0x3f2ae9(-0x25,-0x9a,0x4f,0x89)+'er_port\x2080'+'80',_0x29a1d3[_0x4de2f0(_0x3dc01b._0x34c53d,_0x3dc01b._0x463b45,_0x3dc01b._0x2b333d,_0x3dc01b._0x5705fb)]=_0x3f2ae9(-_0x3dc01b._0xa64107,_0x3dc01b._0x2e8121,-0x77,-_0x3dc01b._0x465c4e)+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x4de2f0(0xd3,0x1e2,_0x3dc01b._0x386583,0x147)+_0x3f2ae9(_0x3dc01b._0x3e5cc8,_0x3dc01b._0x1e8e48,_0x3dc01b._0x35b431,0xd5)+_0x3f2ae9(-_0x3dc01b._0x1aa3dc,-_0x3dc01b._0x52dac6,-_0x3dc01b._0x796f9b,-0x11e)+'lse)',_0x29a1d3['kNdEa']='\x20\x20set\x20<key'+'>\x20<value>\x20'+_0x4de2f0(0x15b,_0x3dc01b._0x41a23d,0x136,_0x3dc01b._0x29c87a)+_0x4de2f0(0x23a,_0x3dc01b._0xf8b884,_0x3dc01b._0x5f7f13,0x19b)+'\x20value',_0x29a1d3[_0x4de2f0(_0x3dc01b._0x364814,_0x3dc01b._0x59e3e3,_0x3dc01b._0x22c719,_0x3dc01b._0x368c47)]=_0x3f2ae9(-0x5b,-0x8b,-0x35,-_0x3dc01b._0x16a0cb)+'agent\x20\x20\x20\x20\x20'+_0x3f2ae9(_0x3dc01b._0x7d58c0,_0x3dc01b._0x1497ce,_0x3dc01b._0x148c53,_0x3dc01b._0x5ca3cf)+'agent\x20(cla'+_0x4de2f0(0x12b,_0x3dc01b._0x19c6f0,0x255,0x1bb)+_0x3f2ae9(-_0x3dc01b._0x368867,-_0x3dc01b._0x540777,-_0x3dc01b._0x16d111,-_0x3dc01b._0x2e7c38);const _0x6d2e4f=_0x29a1d3,_0x409155=(_0x3f2ae9(_0x3dc01b._0x50b5c1,_0x3dc01b._0x42fd06,_0x3dc01b._0x2b0115,_0x3dc01b._0x3c917a)+'5|4|5|2|11'+'|13|8|7|22'+'|12|19|24|'+'1|18|15|26'+'|14|3|6|0|'+_0x3f2ae9(-_0x3dc01b._0x227d51,-0x76,0x4f,0x4d))[_0x4de2f0(0x1af,_0x3dc01b._0x33de5d,_0x3dc01b._0x42cb95,_0x3dc01b._0x2df5a0)]('|');let _0x283ac1=-0x1*0x20c9+0x1064+0x1*0x1065;while(!![]){switch(_0x409155[_0x283ac1++]){case'0':console[_0x4de2f0(_0x3dc01b._0x5624a6,_0x3dc01b._0x3d0bee,0x2d4,0x255)](_0x4de2f0(0xfa,_0x3dc01b._0x12cd37,_0x3dc01b._0x489ff0,0x14f));continue;case'1':console[_0x4de2f0(0x1c9,_0x3dc01b._0x1295a7,0x2ad,0x255)]('');continue;case'2':console[_0x3f2ae9(0xb6,_0x3dc01b._0x12cd37,_0x3dc01b._0x1ca551,_0x3dc01b._0x1aea4b)](_0x6d2e4f['TKtSt']);continue;case'3':console[_0x3f2ae9(0xb6,_0x3dc01b._0x14b08a,0x7b,0x155)](_0x6d2e4f['MICjd']);continue;case'4':console[_0x4de2f0(_0x3dc01b._0x1b2ce4,0x220,0x2e2,0x255)](_0x6d2e4f[_0x3f2ae9(0x60,0xbe,-0x28,_0x3dc01b._0x5dd79e)]);continue;case'5':console[_0x3f2ae9(0xb6,0xc9,_0x3dc01b._0x2b2c72,0x11b)](_0x6d2e4f[_0x3f2ae9(_0x3dc01b._0x11f288,_0x3dc01b._0x6e184e,-_0x3dc01b._0x44deab,_0x3dc01b._0x1ffc97)]);continue;case'6':console[_0x3f2ae9(_0x3dc01b._0x114289,0x12c,_0x3dc01b._0x2de19b,0x22)]('');continue;case'7':console[_0x4de2f0(0x225,0x286,0x21f,_0x3dc01b._0x344422)]('\x20\x20server_p'+_0x3f2ae9(-_0x3dc01b._0x3aeb49,_0x3dc01b._0x2e8f8e,_0x3dc01b._0x4ccb67,-_0x3dc01b._0x28bba7)+_0x3f2ae9(0x45,-_0x3dc01b._0x3512a1,-0x3e,0x85)+_0x3f2ae9(0x4c,_0x3dc01b._0x1bf0e7,-0x5d,_0x3dc01b._0x5616b7)+_0x4de2f0(0x239,0x2b2,_0x3dc01b._0x3e8c68,0x265));continue;case'8':console[_0x4de2f0(0x1fe,_0x3dc01b._0x1ab6a1,_0x3dc01b._0x54bb74,_0x3dc01b._0x31da84)](_0x6d2e4f[_0x3f2ae9(_0x3dc01b._0x55f575,_0x3dc01b._0x171183,-_0x3dc01b._0x58fb73,0x87)]);continue;case'9':console[_0x4de2f0(0x1ad,_0x3dc01b._0xa5ff71,_0x3dc01b._0x131006,0x255)](_0x6d2e4f[_0x3f2ae9(_0x3dc01b._0x30b6cf,0xac,0x1f,_0x3dc01b._0x4d07b9)]);continue;case'10':console[_0x3f2ae9(0xb6,0x11a,0xbe,_0x3dc01b._0x437e0e)](_0x6d2e4f[_0x3f2ae9(0x6d,0x98,0xd,0xdb)]);continue;case'11':console['error']('');continue;case'12':console[_0x4de2f0(_0x3dc01b._0x1eb047,0x1d6,0x24e,0x255)](_0x6d2e4f[_0x3f2ae9(_0x3dc01b._0x49128f,0x1,0x53,0x53)]);continue;case'13':console['error'](_0x3f2ae9(0x90,_0x3dc01b._0x265269,_0x3dc01b._0x5aebac,_0x3dc01b._0x3573d3)+_0x3f2ae9(-_0x3dc01b._0x1636a4,0x26,0x7b,-0xb1)+_0x4de2f0(_0x3dc01b._0x27fc39,_0x3dc01b._0x5c7dfa,_0x3dc01b._0x357325,_0x3dc01b._0x4126b3)+'red\x20in\x20~/.'+_0x4de2f0(_0x3dc01b._0x45b5de,0x1db,0x168,0x179)+_0x4de2f0(_0x3dc01b._0x37ef46,0x244,_0x3dc01b._0x391f6f,0x262));continue;case'14':console['error'](_0x6d2e4f[_0x3f2ae9(_0x3dc01b._0x26d297,_0x3dc01b._0x14b08a,_0x3dc01b._0x45b4fe,_0x3dc01b._0xa0708c)]);continue;case'15':console[_0x4de2f0(_0x3dc01b._0x2a57ce,_0x3dc01b._0x415aba,0x274,_0x3dc01b._0x3d91db)](_0x6d2e4f[_0x4de2f0(_0x3dc01b._0x28124f,0x1a6,_0x3dc01b._0x303162,_0x3dc01b._0x5624a6)]);continue;case'16':console['error']('');continue;case'17':console[_0x3f2ae9(_0x3dc01b._0x114289,0x106,_0x3dc01b._0x522a91,0xa1)](_0x6d2e4f['QvvZy']);continue;case'18':console[_0x4de2f0(0x287,0x2df,_0x3dc01b._0x8e326,0x255)](_0x6d2e4f[_0x3f2ae9(0xbb,0x18,0x129,_0x3dc01b._0x410f01)]);continue;case'19':console[_0x3f2ae9(0xb6,0xf8,0xd7,_0x3dc01b._0x28bba7)](_0x6d2e4f[_0x3f2ae9(0x24,_0x3dc01b._0x1ed6d9,_0x3dc01b._0x3bd6fa,_0x3dc01b._0x4cac0b)]);continue;case'20':console[_0x3f2ae9(0xb6,_0x3dc01b._0x4ba27d,0x148,_0x3dc01b._0x382323)](_0x6d2e4f[_0x3f2ae9(-0x51,-0xba,0x4c,_0x3dc01b._0xbc7230)]);continue;case'21':console[_0x3f2ae9(_0x3dc01b._0x114289,_0x3dc01b._0x391aa5,0x15f,0x12e)](_0x6d2e4f['TfMhV']);continue;case'22':console[_0x3f2ae9(0xb6,0xf2,_0x3dc01b._0x4db2b9,_0x3dc01b._0x25cbeb)](_0x6d2e4f[_0x3f2ae9(_0x3dc01b._0x3ac5d6,0xd5,0xb2,_0x3dc01b._0x5088f3)]);continue;case'23':console[_0x3f2ae9(0xb6,0x1d,0xb3,_0x3dc01b._0x3cbc06)](_0x6d2e4f[_0x4de2f0(_0x3dc01b._0x294f0d,_0x3dc01b._0x58bed9,0xde,_0x3dc01b._0x343f19)]);continue;case'24':console['error'](_0x6d2e4f[_0x4de2f0(_0x3dc01b._0x378b66,_0x3dc01b._0x4e8040,0x239,0x1b9)]);continue;case'25':console['error'](_0x6d2e4f['kNdEa']);continue;case'26':console[_0x3f2ae9(0xb6,0x22,_0x3dc01b._0x40c4f0,_0x3dc01b._0x49128f)](_0x6d2e4f['IkNmY']);continue;}break;}}async function setConfig(_0x5f45ff,_0x45aa06){const _0x116609={_0x5c7b59:0x657,_0x21bb13:0x5e9,_0x4cced7:0x4b4,_0x1e6cd1:0x4c5,_0x560203:0x4e6,_0x38b63a:0x445,_0x24707b:0x4a1,_0x757fc7:0x503,_0x5cf390:0x5c1,_0x5a4660:0x52d,_0x3f7711:0x56b,_0x1e6eb9:0x549,_0x265f33:0x625,_0x4e7191:0x57d,_0x500333:0x49e,_0x4935b0:0x4e0,_0x21150c:0x618,_0x3b8ffa:0x676,_0x4aa1ed:0x5c7,_0xa5deb7:0x5c2,_0x542940:0x4f8,_0x372898:0x502,_0x3b806a:0x5eb,_0x3bd209:0x36c,_0x5cb68f:0x508,_0x2c6786:0x4c4,_0x22ea17:0x48d,_0x7f4da6:0x4df,_0x5f1f5e:0x521,_0x21effd:0x462,_0x4f993c:0x48b,_0x347c58:0x41f,_0x55239b:0x38f,_0x42fb75:0x588,_0x2519f4:0x501,_0x3fc6c6:0x555,_0x24bdf3:0x504,_0x1c77dd:0x595,_0xdb56f5:0x4aa,_0x2df066:0x502,_0x45b751:0x48a,_0x40f7f6:0x4c2,_0x20e009:0x506,_0x45bb91:0x510,_0x4631f5:0x4ae,_0x42c533:0x459,_0x34c5f3:0x52c,_0x10bc56:0x490,_0x381745:0x3f4,_0x2c21d8:0x49b,_0x2c45a:0x401,_0x125f2d:0x505,_0x196192:0x469,_0x34b2aa:0x457,_0x2c1215:0x4a4,_0x59d221:0x57f,_0xc9da5d:0x58e},_0x5a5564={_0x53dfb8:0x1e5,_0x222d35:0x13b},_0x184b44={_0x5db809:0x10a,_0xeaf239:0x18f},_0x1a7e3c={'dvejA':function(_0x2fa5d2,_0x4679fd){return _0x2fa5d2===_0x4679fd;},'xqviG':_0x2a5fa6(_0x116609._0x5c7b59,_0x116609._0x21bb13,0x59a,0x5e6)+'er-server\x20'+_0x543f10(0x4ca,_0x116609._0x4cced7,0x4e2,0x4b7)+_0x543f10(_0x116609._0x1e6cd1,_0x116609._0x560203,_0x116609._0x38b63a,0x42b)+'lue>','iKGfL':function(_0x1aec12,_0x33b507){return _0x1aec12&&_0x33b507;},'pAbQu':_0x543f10(_0x116609._0x24707b,0x42e,0x3fe,0x482)+_0x2a5fa6(0x45b,0x589,0x4bc,0x4f9)+_0x543f10(0x435,0x528,0x490,0x511)+_0x2a5fa6(0x467,0x515,0x4a2,_0x116609._0x757fc7)+_0x2a5fa6(_0x116609._0x5cf390,0x4e8,_0x116609._0x5a4660,_0x116609._0x3f7711)+'keys','OWCtA':function(_0x1967ba,_0x152528,_0xcf2825){return _0x1967ba(_0x152528,_0xcf2825);},'SSMpy':_0x2a5fa6(_0x116609._0x1e6eb9,_0x116609._0x265f33,0x4fb,_0x116609._0x4e7191)};function _0x2a5fa6(_0x2bb36f,_0x264a28,_0x27277d,_0x46ee4e){return _0x52cbe1(_0x2bb36f,_0x46ee4e-_0x184b44._0x5db809,_0x27277d-_0x184b44._0xeaf239,_0x46ee4e-0xc6);}(!_0x5f45ff||_0x1a7e3c[_0x2a5fa6(0x455,_0x116609._0x500333,0x550,_0x116609._0x4935b0)](_0x45aa06,undefined))&&(console[_0x2a5fa6(_0x116609._0x21150c,0x526,_0x116609._0x3b8ffa,_0x116609._0x4aa1ed)](_0x1a7e3c['xqviG']),process[_0x2a5fa6(_0x116609._0xa5deb7,0x5a4,0x5f9,0x5e8)](-0x2296+-0x1fd3*0x1+0x426a));const _0x4757bc=SERVER_CONFIG_KEYS['has'](_0x5f45ff),_0x21caef=SETUP_JSON_KEYS['has'](_0x5f45ff);_0x1a7e3c[_0x2a5fa6(0x44e,0x44d,0x522,0x4d8)](!_0x4757bc,!_0x21caef)&&(console['error'](_0x2a5fa6(0x4c9,0x497,_0x116609._0x542940,0x504)+_0x2a5fa6(0x58a,0x4eb,0x454,_0x116609._0x372898)+'n\x20key:\x20'+_0x5f45ff),console[_0x2a5fa6(0x616,0x623,_0x116609._0x3b806a,0x5c7)](_0x1a7e3c[_0x543f10(_0x116609._0x3bd209,0x485,0x419,0x3dd)]),process[_0x543f10(_0x116609._0x5cb68f,_0x116609._0x2c6786,0x4e6,_0x116609._0x22ea17)](0xd*-0xa6+0x11a3+-0x934));function _0x543f10(_0x487b40,_0x491e53,_0x2d5d19,_0x45939e){return _0x1d21b5(_0x2d5d19-0x11c,_0x491e53-_0x5a5564._0x53dfb8,_0x487b40,_0x45939e-_0x5a5564._0x222d35);}if(_0x4757bc)await _0x1a7e3c[_0x2a5fa6(0x4cc,_0x116609._0x7f4da6,0x526,_0x116609._0x5f1f5e)](setServerConfig,_0x5f45ff,_0x45aa06);else _0x21caef&&(_0x1a7e3c['SSMpy']===_0x1a7e3c[_0x543f10(_0x116609._0x21effd,0x46e,0x494,_0x116609._0x4f993c)]?await _0x1a7e3c[_0x543f10(0x3c1,0x4a3,_0x116609._0x347c58,_0x116609._0x55239b)](setSetupConfig,_0x5f45ff,_0x45aa06):(_0x5ea23b[_0x2a5fa6(0x522,0x56f,0x5a6,0x5c7)](_0x2a5fa6(_0x116609._0x42fb75,_0x116609._0x2519f4,_0x116609._0x3fc6c6,_0x116609._0x24bdf3)+_0x2a5fa6(_0x116609._0x1c77dd,0x49c,_0x116609._0xdb56f5,_0x116609._0x2df066)+_0x2a5fa6(0x437,_0x116609._0x45b751,_0x116609._0x40f7f6,0x499)+_0x7480b7),_0x392fa5[_0x543f10(_0x116609._0x20e009,0x529,0x4c5,_0x116609._0x1e6cd1)](_0x2a5fa6(_0x116609._0x45bb91,_0x116609._0x20e009,_0x116609._0x4631f5,0x500)+_0x2a5fa6(_0x116609._0x1e6cd1,0x552,0x4d3,0x4f9)+_0x543f10(_0x116609._0x42c533,_0x116609._0x34c5f3,_0x116609._0x10bc56,0x4ef)+_0x543f10(_0x116609._0x381745,_0x116609._0x2c21d8,_0x116609._0x2c45a,0x3c0)+_0x543f10(0x401,_0x116609._0x125f2d,_0x116609._0x196192,0x4b4)+_0x2a5fa6(0x4eb,_0x116609._0x34b2aa,0x411,_0x116609._0x2c1215)),_0x109b19[_0x2a5fa6(0x689,_0x116609._0x59d221,_0x116609._0xc9da5d,0x5e8)](-0x1377+-0x1a73+0x5*0x92f)));}async function setServerConfig(_0x15e323,_0x31830c){const _0x3b42e5={_0x3a038e:0xee,_0x4e0c83:0xc3,_0xaa85ae:0x1c0,_0x5642bb:0x126,_0x2af5ec:0xf2,_0x3b4326:0x19f,_0x51a5d5:0x97,_0x349641:0x62,_0x43e2db:0x47,_0x46c7b0:0x17e,_0x20186e:0x13e,_0x5921ce:0x152,_0x43e257:0xf5,_0x33b461:0xf4,_0x5f1a22:0x219,_0xb7706a:0x14c,_0x25eb71:0x1e5,_0x33f0b4:0x1db,_0x5b8ac9:0x24e,_0x345855:0x240,_0x40293e:0x20e,_0xb0501d:0xbd,_0x314182:0xfa,_0x483be8:0x14d,_0xc107a8:0x1ef,_0x395bbe:0x1c2,_0xaab358:0x1ae,_0x3bd1ad:0x57,_0x4a3573:0xbf,_0x33b48a:0xef,_0x275ee4:0xd4,_0x2778d9:0x119,_0x5cf168:0xf3,_0x443df6:0xf1,_0x2e64c7:0x142,_0x15ad37:0x124,_0x10d973:0x1b8,_0x42da70:0x9b,_0xcf76b5:0x140,_0x434c98:0xbc,_0x1afaa5:0x106,_0x3edeb9:0x52,_0x25c545:0xa3,_0x294fa5:0xc1,_0x274df0:0x190,_0x59ef60:0x9b,_0x2d18c2:0x1c8,_0x2123a2:0x28,_0x41d091:0xe0,_0x5c1272:0x152,_0x12c2f6:0x156,_0x457d60:0x1a9,_0x58d40e:0x116,_0x4a6120:0x9e,_0x2324e6:0xcf,_0x3a373a:0xeb,_0x1b53ca:0x184,_0x410423:0xaf,_0x2465c1:0x1c,_0xa27156:0x146,_0x20791d:0xb4,_0x4e94b2:0x4d,_0x493164:0x19e,_0x393600:0xe0,_0x4d8d4e:0xc5,_0x28ee28:0x11c,_0x41a180:0x90,_0x12f596:0x133,_0x94bb16:0xc0,_0x38f8c6:0x77,_0x5f0077:0xe9,_0x149132:0xdb,_0x34b54f:0x111,_0x4b5b69:0x271,_0x37f5ee:0x137,_0x4413ac:0x101,_0x289e65:0xb5,_0x160db8:0x110,_0x2889af:0x1c2,_0x2056fa:0x1f0,_0x3277a1:0x1be,_0x9625c7:0x178,_0xba4afb:0x129,_0x3c2d77:0xb9,_0x28cba4:0x80,_0x399c80:0x11c,_0x5129ec:0x14a,_0x32d254:0x15b,_0x1ce658:0x1de,_0x13a49b:0x1ad,_0x1ea501:0x92,_0x332709:0x114,_0x2e82e9:0x4,_0x44fd98:0x5,_0x5ed40e:0x16d,_0x3cb9b3:0x78,_0x3381b8:0x74,_0x5f344e:0x87,_0xfa08b:0x1b0,_0x4da305:0xc8,_0x1d0029:0x180,_0x2679c1:0x179,_0xde066d:0xc9,_0x1cb134:0xba,_0x33fd82:0x188,_0x271e93:0xf2,_0x76e77f:0x1bc,_0x9bc376:0xae,_0x8c684d:0xe7,_0x5ea02c:0x7e,_0x50204b:0x8a,_0x4f1b95:0x244,_0x1e3251:0x192,_0x84ae9:0x100},_0x3d4c7e={_0x247d0f:0x468,_0x2e1fed:0x1e7,_0x940db1:0x1ef},_0x393134={_0x1cdc28:0x45e},_0x3336e0={'rWNQh':_0x1b0430(-0xb7,-_0x3b42e5._0x3a038e,-0x9f,-_0x3b42e5._0x4e0c83)+_0x17ffc2(-0x131,-_0x3b42e5._0xaa85ae,-0x85,-_0x3b42e5._0x5642bb)+_0x1b0430(-0xbf,-0x157,-_0x3b42e5._0x2af5ec,-_0x3b42e5._0x3b4326),'hBiOu':_0x17ffc2(-_0x3b42e5._0x51a5d5,0x4,-_0x3b42e5._0x349641,-_0x3b42e5._0x43e2db)+_0x1b0430(-_0x3b42e5._0x46c7b0,-_0x3b42e5._0x20186e,-0x151,-_0x3b42e5._0x5921ce),'eFTTY':function(_0x47f93a,_0x188946){return _0x47f93a(_0x188946);},'UgmEF':function(_0x4f0052){return _0x4f0052();},'Eeqld':'nAdds','dMlYj':function(_0x289b4c,_0x30041a){return _0x289b4c<_0x30041a;},'xzonA':function(_0x22ac0d,_0x540e10){return _0x22ac0d>_0x540e10;},'JvZmR':function(_0x3dfaec){return _0x3dfaec();},'cweOx':'ssl_cert_p'+_0x17ffc2(-0xb5,-_0x3b42e5._0x43e257,-0x38,-_0x3b42e5._0x33b461),'dDett':function(_0x1ba339,_0x3890c7){return _0x1ba339!==_0x3890c7;},'dCEVt':_0x17ffc2(-0x19c,-_0x3b42e5._0x5f1a22,-0x205,-0x1f6),'BYeZa':function(_0x16aeb9,_0x2f5c12){return _0x16aeb9(_0x2f5c12);},'hFpNe':function(_0x1fb467){return _0x1fb467();},'dQzfF':'ssl_key_pa'+'th','OnZRR':function(_0x2783e4,_0x5c3267){return _0x2783e4(_0x5c3267);},'VBRTD':_0x1b0430(-0x17e,-_0x3b42e5._0xb7706a,-_0x3b42e5._0x25eb71,-_0x3b42e5._0x33f0b4)+'h','ieccy':_0x17ffc2(-0x1f5,-_0x3b42e5._0x5b8ac9,-_0x3b42e5._0x345855,-_0x3b42e5._0x40293e)+'y','SJTcD':function(_0x15c4b9,_0x18d1f1){return _0x15c4b9===_0x18d1f1;},'vKnRo':_0x17ffc2(-_0x3b42e5._0xb0501d,-0x155,-0x124,-_0x3b42e5._0x314182),'psYtm':function(_0x48aac2){return _0x48aac2();}};function _0x1b0430(_0x52a767,_0x1f370c,_0x55d97d,_0x59b377){return _0x1d21b5(_0x1f370c- -_0x393134._0x1cdc28,_0x1f370c-0x35,_0x52a767,_0x59b377-0x74);}function _0x17ffc2(_0xe6af5f,_0x330668,_0x1fa574,_0x196db9){return _0x1d21b5(_0xe6af5f- -_0x3d4c7e._0x247d0f,_0x330668-_0x3d4c7e._0x2e1fed,_0x196db9,_0x196db9-_0x3d4c7e._0x940db1);}switch(_0x15e323){case _0x3336e0[_0x17ffc2(-0x1ac,-0x16c,-_0x3b42e5._0x483be8,-0x18c)]:{const _0x44d2f4=_0x1f6408[_0x1b0430(-_0x3b42e5._0xc107a8,-_0x3b42e5._0x395bbe,-0x236,-_0x3b42e5._0xaab358)](_0x31830c);await _0x3336e0[_0x17ffc2(-0x9a,-0x10a,0xb,-_0x3b42e5._0x3bd1ad)](saveCoderSetupPath,_0x44d2f4),console[_0x1b0430(-_0x3b42e5._0x4a3573,-0x10c,-0xba,-_0x3b42e5._0x33b48a)](_0x1b0430(-_0x3b42e5._0x275ee4,-_0x3b42e5._0x2778d9,-_0x3b42e5._0x5cf168,-_0x3b42e5._0x443df6)+_0x15e323+_0x1b0430(-_0x3b42e5._0x2e64c7,-0x129,-_0x3b42e5._0x15ad37,-0x120)+_0x44d2f4),console[_0x1b0430(-_0x3b42e5._0x10d973,-0x10c,-0x63,-0x67)](_0x1b0430(-_0x3b42e5._0x42da70,-_0x3b42e5._0xcf76b5,-0x182,-0x1a9)+':\x20'+_0x3336e0[_0x17ffc2(-_0x3b42e5._0x434c98,-_0x3b42e5._0x1afaa5,-0x14a,-_0x3b42e5._0x3edeb9)](getConfigPath));break;}case _0x1b0430(-_0x3b42e5._0x25c545,-0x114,-0xb1,-0xa8)+'t':{if(_0x3336e0[_0x17ffc2(-0x135,-_0x3b42e5._0x294fa5,-_0x3b42e5._0x274df0,-0x163)]!==_0x3336e0[_0x1b0430(-0xe5,-0x12b,-_0x3b42e5._0x59ef60,-_0x3b42e5._0x2d18c2)])_0x4901b9[_0x1b0430(-0x86,-0xb5,-_0x3b42e5._0x2123a2,-_0x3b42e5._0x41d091)](_0x1b0430(-0x1c7,-0x1d6,-0x221,-_0x3b42e5._0x5c1272)+_0x1b0430(-_0x3b42e5._0x12c2f6,-_0x3b42e5._0x457d60,-0x154,-_0x3b42e5._0x58d40e)+'t\x20configur'+'ed'),_0x30fa67[_0x17ffc2(-_0x3b42e5._0x4a6120,-0x8b,-0xb3,-0x91)](-0x2*0x21+0x2493*-0x1+0x24d6);else{const _0x55bdd5=parseInt(_0x31830c,-0x26bb+-0x17*0x38+0x2bcd);(isNaN(_0x55bdd5)||_0x3336e0[_0x1b0430(-_0x3b42e5._0x2324e6,-_0x3b42e5._0x3a373a,-_0x3b42e5._0x1b53ca,-0xe7)](_0x55bdd5,-0x3cb+0x242b+-0x205f)||_0x3336e0[_0x1b0430(-0x111,-_0x3b42e5._0x410423,-_0x3b42e5._0x2465c1,-_0x3b42e5._0xa27156)](_0x55bdd5,-0x1113d+0x11934+0xf808))&&(console[_0x1b0430(-_0x3b42e5._0x20791d,-0xb5,-0xb3,-_0x3b42e5._0x12c2f6)](_0x17ffc2(-0xf8,-_0x3b42e5._0x4e94b2,-_0x3b42e5._0x493164,-0xad)+'alid\x20port\x20'+_0x1b0430(-0x1cf,-0x157,-_0x3b42e5._0x393600,-0x197)),process[_0x17ffc2(-0x9e,-_0x3b42e5._0x4d8d4e,-0x4d,-_0x3b42e5._0x28ee28)](0x109+-0x1*0x2310+0x2208));await _0x3336e0[_0x1b0430(-0x34,-_0x3b42e5._0x41a180,-0x2d,-0x61)](saveServerPort,_0x55bdd5),console[_0x17ffc2(-0x116,-0xce,-_0x3b42e5._0x12f596,-0x145)](_0x17ffc2(-0x123,-_0x3b42e5._0x94bb16,-0xfa,-_0x3b42e5._0x38f8c6)+_0x15e323+_0x1b0430(-0x131,-0x129,-0xd0,-_0x3b42e5._0x5f0077)+_0x55bdd5),console[_0x1b0430(-_0x3b42e5._0x149132,-0x10c,-0x10f,-_0x3b42e5._0x43e257)](_0x17ffc2(-0x14a,-_0x3b42e5._0x34b54f,-0x193,-0x1cb)+':\x20'+_0x3336e0[_0x1b0430(-0x27a,-0x1d2,-_0x3b42e5._0x4b5b69,-0x233)](getConfigPath));break;}}case _0x3336e0['cweOx']:{if(_0x3336e0['dDett']('byNgK',_0x3336e0[_0x17ffc2(-_0x3b42e5._0x37f5ee,-_0x3b42e5._0x4413ac,-_0x3b42e5._0x289e65,-_0x3b42e5._0x160db8)])){const _0x1b7230=_0x1f6408[_0x1b0430(-0x222,-_0x3b42e5._0x2889af,-_0x3b42e5._0x2056fa,-_0x3b42e5._0x3277a1)](_0x31830c);await _0x3336e0['BYeZa'](saveSslCertPath,_0x1b7230),console['log'](_0x1b0430(-0xe0,-0x119,-0x135,-_0x3b42e5._0x9625c7)+_0x15e323+_0x1b0430(-0x11f,-_0x3b42e5._0xba4afb,-0x10a,-_0x3b42e5._0x3c2d77)+_0x1b7230),console[_0x1b0430(-_0x3b42e5._0x28cba4,-0x10c,-_0x3b42e5._0x399c80,-0xe8)](_0x17ffc2(-_0x3b42e5._0x5129ec,-_0x3b42e5._0x32d254,-0xdb,-_0x3b42e5._0x1ce658)+':\x20'+_0x3336e0[_0x1b0430(-0x11a,-_0x3b42e5._0x13a49b,-0x249,-0x122)](getConfigPath));break;}else _0x5445f0[_0x1b0430(-_0x3b42e5._0x1ea501,-0xb5,-0x126,-0xa1)](_0x3336e0[_0x17ffc2(-0x134,-0xd9,-_0x3b42e5._0x332709,-0x129)]),_0x400aae[_0x1b0430(-_0x3b42e5._0x2e82e9,-0x94,-_0x3b42e5._0x44fd98,-0x1b)](0x938*-0x2+0x1*0x11af+0xc2);}case _0x3336e0['dQzfF']:{const _0x5b102a=_0x1f6408['resolve'](_0x31830c);await _0x3336e0['OnZRR'](saveSslKeyPath,_0x5b102a),console[_0x17ffc2(-0x116,-0xaf,-0x82,-_0x3b42e5._0x5ed40e)](_0x1b0430(-_0x3b42e5._0x3cb9b3,-0x119,-_0x3b42e5._0x4a3573,-_0x3b42e5._0x3381b8)+_0x15e323+_0x17ffc2(-0x133,-_0x3b42e5._0x5f344e,-0x1b2,-0xde)+_0x5b102a),console['log'](_0x1b0430(-0x1c3,-0x140,-0x19d,-_0x3b42e5._0xfa08b)+':\x20'+getConfigPath());break;}case _0x3336e0['VBRTD']:{const _0x49f32b=_0x1f6408['resolve'](_0x31830c);await saveSslCaPath(_0x49f32b),console[_0x1b0430(-0x164,-0x10c,-_0x3b42e5._0x4da305,-_0x3b42e5._0x1d0029)](_0x17ffc2(-0x123,-0xe0,-_0x3b42e5._0x2679c1,-0x17f)+_0x15e323+_0x17ffc2(-_0x3b42e5._0x12f596,-0x10f,-0x1ca,-_0x3b42e5._0xde066d)+_0x49f32b),console[_0x17ffc2(-_0x3b42e5._0x58d40e,-0x159,-_0x3b42e5._0x1cb134,-_0x3b42e5._0x33fd82)](_0x17ffc2(-0x14a,-0xf5,-_0x3b42e5._0x271e93,-_0x3b42e5._0x76e77f)+':\x20'+getConfigPath());break;}case _0x3336e0[_0x17ffc2(-_0x3b42e5._0x9bc376,-_0x3b42e5._0x5921ce,0x0,-0x13)]:{const _0x143a7e=_0x3336e0[_0x17ffc2(-0x1ca,-0x1a8,-0x217,-0x1f1)](_0x31830c,_0x3336e0[_0x17ffc2(-_0x3b42e5._0x8c684d,-0x7e,-_0x3b42e5._0x5ea02c,-_0x3b42e5._0x50204b)])||_0x3336e0[_0x1b0430(-_0x3b42e5._0x4f1b95,-_0x3b42e5._0xaa85ae,-0x170,-0x1a8)](_0x31830c,'1');await _0x3336e0[_0x1b0430(-_0x3b42e5._0x3277a1,-0x13b,-0xfd,-0xba)](saveTrustProxy,_0x143a7e),console['log']('Set\x20'+_0x15e323+_0x17ffc2(-0x133,-_0x3b42e5._0x1e3251,-0x163,-_0x3b42e5._0x84ae9)+_0x143a7e),console['log']('\x20\x20Location'+':\x20'+_0x3336e0['psYtm'](getConfigPath));break;}}}async function setSetupConfig(_0x228618,_0x4c99a2){const _0x251bf1={_0x1d4415:0x442,_0x44cb39:0x347,_0x3599a7:0x3bb,_0x79a095:0x3c,_0x27f038:0x6d,_0x136026:0x26,_0x420233:0x329,_0xca1d85:0x2d7,_0x584d7d:0x164,_0x4bfe19:0xbd,_0x4a6082:0x59,_0x628f5:0xc2,_0x3b63b1:0x3d8,_0x47c405:0x30,_0x22c123:0xe4,_0x132952:0x41b,_0x34949c:0x2b,_0x4e4a87:0x1b,_0x497135:0x7b,_0x2fb698:0x110,_0x3685c3:0xc4,_0x5df393:0xbc,_0x1aa2ae:0x3f0,_0x2dd098:0x40e,_0x5a121a:0x2ba,_0x5cd28a:0x44,_0x1e1ca6:0x2e,_0x47781a:0x14b,_0x55b212:0x60,_0x3bb83d:0x50,_0x2758a3:0x9c,_0x361b34:0x56,_0x3ef08a:0x53,_0x5bf771:0xa4,_0x21a77e:0xc5,_0x58670f:0x3b9,_0x1839fc:0x438,_0x61a04f:0x39b,_0x9f372a:0x3f3,_0x599ced:0x90,_0x4ff9db:0x7a,_0x1fb423:0xff,_0x58b743:0xb3,_0x496126:0xfa,_0xd5cd90:0xd0,_0x35ea9a:0x1c,_0x37d2ec:0x12,_0x311cfc:0x23,_0x36a8af:0x3b5,_0x35eb85:0x31d,_0x450c51:0x75,_0x4ec478:0xa0,_0x4aca61:0xe2,_0x3a5273:0x408,_0x132cf2:0x3ec,_0x12b1aa:0x10d,_0xc5889:0x3d3,_0x3978cb:0x3b8,_0x2f207d:0x47d,_0x425502:0x469,_0x246959:0x3e5,_0x3b372b:0x32,_0x221e5c:0x403,_0x506cd9:0x3d0,_0x30ec26:0x3c4,_0x1955dd:0x311,_0x116fdb:0x42d,_0x4215e9:0x396,_0x1e3787:0x3bc,_0x115fdc:0x3ed,_0x16eb7f:0x354,_0x377ea8:0x432,_0x3dd2ba:0x447,_0x483fe8:0x3d4,_0x5506d9:0x2e8,_0x5db11c:0x352,_0xe7e46:0x2a1,_0x2a1fa0:0x38b,_0x35f287:0xfe,_0xb0166d:0x5c,_0x520388:0x6,_0x16133f:0x1,_0x46d0aa:0x92,_0x2e7b7b:0x32,_0x1915df:0x70,_0x57ca70:0x31,_0x593c7e:0x78,_0x153707:0x5b,_0x4d8554:0x96,_0x44507c:0xc6,_0x48b938:0xbe,_0x3a9e1f:0xb8,_0x2929a0:0xa7,_0x2b09cd:0xca,_0x5df683:0x79,_0xc7e605:0xb4,_0x373b2a:0x25,_0x319990:0x34a,_0x238c37:0x38f,_0x2b380a:0xc8,_0x3098b7:0x42,_0x21d661:0xac,_0x534743:0x22,_0x2a9e1d:0x25,_0x3039c6:0x3d2,_0x16893f:0x38c,_0x240094:0x368,_0x285b53:0x3f5,_0x2bca2c:0xa0,_0x21ce44:0x44,_0x14e3ec:0x15d,_0x4c233a:0xd3,_0x19b472:0x60,_0x48fa39:0xb0,_0x24b7af:0xa8,_0x4e0e6b:0xa5,_0x2e1480:0x6b},_0x247b7c={_0x432ae7:0x4a},_0x5e4bd2={_0x24247b:0x1e9},_0x44d856={'DqOgP':function(_0x4c677e){return _0x4c677e();},'NZPza':function(_0x185569,_0x3f4192){return _0x185569===_0x3f4192;},'ltOWS':_0x9d3d2e(_0x251bf1._0x1d4415,_0x251bf1._0x44cb39,_0x251bf1._0x3599a7,0x3c6),'czJoe':_0x160f3a(-_0x251bf1._0x79a095,-0x7c,_0x251bf1._0x27f038,-_0x251bf1._0x136026),'sBjNw':_0x9d3d2e(_0x251bf1._0x420233,0x25f,_0x251bf1._0xca1d85,0x304),'RICoN':_0x160f3a(-0x82,-_0x251bf1._0x584d7d,-0x147,-0xef)+_0x160f3a(-0x110,-_0x251bf1._0x4bfe19,-_0x251bf1._0x4a6082,-_0x251bf1._0x628f5)+'t\x20configur'+'ed','wbQwM':'setup.json','rTuem':_0x9d3d2e(0x43b,_0x251bf1._0x3b63b1,0x41c,0x40e),'hxyFz':_0x160f3a(-0xb5,-_0x251bf1._0x47c405,-0x23,-0x4b),'EzPiw':_0x160f3a(-0x15f,-0x17f,-0x154,-_0x251bf1._0x22c123)+_0x9d3d2e(0x380,0x4c2,_0x251bf1._0x132952,0x3f1)+_0x160f3a(-0xf1,_0x251bf1._0x34949c,-_0x251bf1._0x4e4a87,-_0x251bf1._0x497135)+_0x160f3a(-_0x251bf1._0x2fb698,-0x148,-_0x251bf1._0x3685c3,-_0x251bf1._0x5df393)+_0x9d3d2e(_0x251bf1._0x1aa2ae,0x3c3,_0x251bf1._0x2dd098,0x425)+'-setup\x20dir'+_0x9d3d2e(0x3a2,0x352,0x329,_0x251bf1._0x5a121a)},_0x302c4c=await _0x44d856['DqOgP'](getCoderSetupPath);if(!_0x302c4c){if(_0x44d856['NZPza'](_0x44d856[_0x160f3a(0x55,0x1,_0x251bf1._0x5cd28a,-_0x251bf1._0x1e1ca6)],_0x44d856[_0x160f3a(-_0x251bf1._0x47781a,-_0x251bf1._0x55b212,-0x41,-0xc0)]))_0x2d78a5['error'](_0x160f3a(0xb1,0x98,_0x251bf1._0x3bb83d,0x51)+'er-server\x20'+_0x9d3d2e(0x285,0x375,0x2dc,0x346)+'ove\x20<key>'),_0x152f04[_0x160f3a(0x9,_0x251bf1._0x2758a3,-_0x251bf1._0x361b34,_0x251bf1._0x3ef08a)](-0x1d8e*0x1+0x4*-0x84+0x1f9f);else{const _0x55345e=_0x44d856[_0x160f3a(-0x11,-_0x251bf1._0x5bf771,-_0x251bf1._0x21a77e,-0x66)][_0x9d3d2e(0x2a1,0x39f,0x322,_0x251bf1._0x58670f)]('|');let _0xd0d17b=-0x1a7b*-0x1+0x1402+-0x2e7d;while(!![]){switch(_0x55345e[_0xd0d17b++]){case'0':process['exit'](-0x16e*0x7+0x374+-0x17*-0x49);continue;case'1':console[_0x9d3d2e(_0x251bf1._0x1839fc,_0x251bf1._0x61a04f,_0x251bf1._0x9f372a,0x46f)](_0x160f3a(_0x251bf1._0x599ced,0x66,_0x251bf1._0x4ff9db,0x44)+_0x160f3a(-0x10e,-0xc8,-0x64,-0x82)+_0x160f3a(-_0x251bf1._0x1fb423,-_0x251bf1._0x58b743,-0x166,-_0x251bf1._0x496126)+':');continue;case'2':console[_0x160f3a(0xa3,-0x66,_0x251bf1._0xd5cd90,0x32)](_0x160f3a(0xd,-_0x251bf1._0x35ea9a,_0x251bf1._0x37d2ec,-_0x251bf1._0x311cfc)+'rver\x20confi'+_0x9d3d2e(0x40f,0x307,_0x251bf1._0x36a8af,_0x251bf1._0x35eb85)+_0x160f3a(_0x251bf1._0x450c51,-0x21,0x1b,0x1f)+_0x160f3a(-0xe6,-_0x251bf1._0x4ec478,-0x127,-_0x251bf1._0x4aca61)+_0x9d3d2e(_0x251bf1._0x3a5273,0x445,_0x251bf1._0x132cf2,0x479)+_0x160f3a(-0x180,-_0x251bf1._0x12b1aa,-0xf6,-0xfe));continue;case'3':console['error'](_0x44d856[_0x9d3d2e(_0x251bf1._0xc5889,0x3ad,_0x251bf1._0x3978cb,0x3c9)]);continue;case'4':console[_0x9d3d2e(_0x251bf1._0x2f207d,0x3d2,0x3f3,0x3b5)]('');continue;}break;}}}const _0x17a7ec=_0x1f6408['join'](_0x302c4c,_0x44d856[_0x9d3d2e(_0x251bf1._0x425502,0x375,_0x251bf1._0x246959,0x3a3)]);let _0x64f295;function _0x160f3a(_0x13d113,_0x484efd,_0x1c92e7,_0x493303){return _0x52cbe1(_0x484efd,_0x493303- -0x48b,_0x1c92e7-0x14f,_0x493303-_0x5e4bd2._0x24247b);}try{const _0x2cefba=await _0x8e2c83[_0x160f3a(-0x57,_0x251bf1._0x450c51,-_0x251bf1._0x3b372b,-0x2c)](_0x17a7ec,_0x44d856[_0x160f3a(-0x15,0x6f,-0x2c,0x3b)]);_0x64f295=JSON['parse'](_0x2cefba);}catch(_0x23e3c4){_0x44d856[_0x160f3a(-0x5b,0x1,0x7,0x2e)](_0x23e3c4[_0x9d3d2e(_0x251bf1._0x221e5c,0x364,_0x251bf1._0x506cd9,_0x251bf1._0x30ec26)],_0x44d856[_0x9d3d2e(_0x251bf1._0x1955dd,_0x251bf1._0x116fdb,_0x251bf1._0x4215e9,_0x251bf1._0x1e3787)])?(console[_0x9d3d2e(0x356,0x488,0x3f3,_0x251bf1._0x115fdc)](_0x9d3d2e(0x374,0x355,0x2fe,_0x251bf1._0x16eb7f)+_0x9d3d2e(_0x251bf1._0x377ea8,_0x251bf1._0x3dd2ba,_0x251bf1._0x483fe8,0x36e)+_0x9d3d2e(_0x251bf1._0x5506d9,_0x251bf1._0x5db11c,0x34a,_0x251bf1._0xe7e46)+'\x20'+_0x17a7ec),console[_0x9d3d2e(0x406,_0x251bf1._0x2a1fa0,0x3f3,0x34a)](_0x44d856[_0x160f3a(-0xcc,-_0x251bf1._0x35f287,-0xde,-_0x251bf1._0xb0166d)])):console[_0x160f3a(_0x251bf1._0x520388,-_0x251bf1._0x16133f,_0x251bf1._0x46d0aa,_0x251bf1._0x2e7b7b)](_0x160f3a(-_0x251bf1._0x1915df,-0x9d,-0x2f,-_0x251bf1._0x57ca70)+_0x160f3a(-0xb1,-0x91,-_0x251bf1._0x593c7e,-_0x251bf1._0x153707)+_0x160f3a(-0x42,_0x251bf1._0x4d8554,_0x251bf1._0x44507c,0x45)+_0x23e3c4[_0x160f3a(0x69,0xd6,0xb7,0x2c)]),process[_0x160f3a(_0x251bf1._0x3bb83d,-0x1b,_0x251bf1._0x48b938,0x53)](0x2*0x110+-0x21a8+0x1f89);}function _0x9d3d2e(_0x3cacf7,_0x4cdb4c,_0xa57d63,_0x464602){return _0x1d21b5(_0xa57d63-_0x247b7c._0x432ae7,_0x4cdb4c-0xd6,_0x3cacf7,_0x464602-0x78);}_0x64f295[_0x228618]=_0x4c99a2,await _0x8e2c83[_0x160f3a(-0x7c,0x34,-_0x251bf1._0x3a9e1f,-0x1a)](_0x17a7ec,JSON[_0x160f3a(-0x43,-0x121,-0x81,-_0x251bf1._0x2929a0)](_0x64f295,null,0x1ea9+0x2d0+-0x2177)+'\x0a',_0x160f3a(0xc7,_0x251bf1._0x2b09cd,0x32,_0x251bf1._0x153707)),console[_0x160f3a(-0x71,_0x251bf1._0x5df683,-_0x251bf1._0xc7e605,-_0x251bf1._0x373b2a)](_0x9d3d2e(0x31f,_0x251bf1._0x319990,_0x251bf1._0x238c37,0x313)+_0x228618+_0x160f3a(-0x88,-_0x251bf1._0x2b380a,-0xd9,-_0x251bf1._0x3098b7)+_0x4c99a2),console[_0x160f3a(-_0x251bf1._0x21d661,_0x251bf1._0x534743,0x41,-_0x251bf1._0x2a9e1d)](_0x9d3d2e(_0x251bf1._0x3039c6,_0x251bf1._0x16893f,_0x251bf1._0x240094,_0x251bf1._0x285b53)+':\x20'+_0x17a7ec),console[_0x160f3a(-0x1a,-_0x251bf1._0x2bca2c,-_0x251bf1._0x21ce44,-0x25)](''),console[_0x160f3a(-0x4a,0x87,-0x71,-_0x251bf1._0x2a9e1d)](_0x160f3a(-0x108,-_0x251bf1._0x14e3ec,-_0x251bf1._0x4c233a,-0xd0)+_0x9d3d2e(0x3b7,0x373,0x352,0x3c2)+_0x160f3a(-0xb1,-_0x251bf1._0x19b472,-_0x251bf1._0x48fa39,-_0x251bf1._0x24b7af)+_0x160f3a(0x3d,-_0x251bf1._0x4e0e6b,-_0x251bf1._0x2e1480,-0x4c)+_0x9d3d2e(0x2c2,0x295,0x326,0x355));}async function getConfig(_0x5d50ab){const _0x483023={_0x1b1876:0x3bd,_0x4acc61:0x3ef,_0x10485c:0x464,_0x37c5ba:0x456,_0x4a425e:0xca,_0x29c4bc:0xba,_0x271ac3:0x427,_0x315939:0x40d,_0x28192f:0x39b,_0x144b5f:0x3ee,_0x55af5d:0xbc,_0x179fbb:0x46c,_0x4e5b18:0x4e6,_0x45ed42:0x6a,_0xdba923:0x4c6,_0x4c3248:0x2,_0x137ccd:0xd4,_0x271463:0x3b,_0x5be01d:0x11a,_0x11cb5e:0x32,_0x518d37:0x458,_0x1d915b:0x424,_0x5c141e:0x41b,_0x207d65:0x425,_0x596724:0x42d,_0x2ad93c:0x124,_0x253728:0x22,_0x1be9da:0x10c,_0x15aebe:0x30,_0x44fa9e:0x90,_0x10f069:0xfe,_0x1b78fa:0x7,_0x2b0711:0x97,_0x355752:0x3d9,_0x951a48:0x1d,_0x41a022:0x8,_0x28c46f:0x406,_0x45d61f:0x42e,_0x3297d4:0x6c,_0x51a67f:0x22,_0x4c67bf:0x27,_0x1fa2e0:0x3d8,_0x142265:0x433,_0x4fa28f:0x81,_0x2ed75c:0x3e7,_0x302ad7:0x368,_0xdac361:0x31,_0x45c123:0x4b,_0x132e4c:0x7b,_0x3a02cf:0x25,_0x7d91fe:0xbc,_0x55a922:0xe1,_0x15fc4b:0x39,_0x52c696:0x50,_0x46ebc8:0xf,_0x59aacb:0x1e,_0x316ec3:0x6b,_0x3a33f9:0x47,_0x3139b3:0x21,_0x522733:0x32,_0x264c66:0x5f,_0x474646:0x3a,_0x5370ad:0x4a3,_0x5b3146:0x4b1,_0x323d85:0x2f4,_0x1ef096:0x3db,_0x55aeee:0x415,_0x50c202:0xa4,_0x320e15:0x1b,_0xd912f7:0x3d5,_0x9ac968:0x35c,_0x3f9f7c:0x499,_0x31b849:0x451,_0x14c3f4:0x3eb,_0x595913:0x3fc,_0x2c5e7b:0xa1,_0x2c7779:0x51,_0x239086:0x3c3,_0x5c11f9:0x319,_0x5a3caa:0x11,_0x46c8e8:0x1a,_0x343051:0x80,_0xe2c709:0x87,_0xde78e:0x476,_0x5caa17:0x4c2,_0x1f348c:0x3eb,_0x5982d1:0x4cf,_0x4c94c2:0x427,_0x4b516c:0x536,_0x1ad050:0x446,_0x44ad24:0x3f4,_0x4e1ee4:0x39a,_0x2c5b94:0x47e,_0x3dcb42:0x41,_0x6be0:0xde,_0x3c0dd8:0x11,_0x188724:0x3c,_0x3208a0:0x80,_0x5c9b0a:0xe6,_0x418244:0x38e,_0x4ce2f3:0x33,_0x3be6bf:0xe,_0x19ae6b:0x5a,_0x219f26:0x70,_0x23a3e0:0x5c,_0x47f84c:0x3f,_0x42b0af:0x79,_0x14830e:0x47d,_0x2b08bf:0x3a1,_0x143460:0x117,_0x1424a7:0x28,_0xa647a9:0xaf,_0x1dabed:0xa9,_0x38fdc2:0x53,_0x374883:0xa0,_0x552b88:0x75,_0x3fca55:0x6c,_0x248af9:0x1e,_0x21fda8:0x72,_0x457e59:0x93,_0x874452:0x139,_0x5146b7:0x492,_0x313397:0x3d4,_0x2d2e54:0x3d1,_0x1ff433:0x487,_0x4ef64d:0x467,_0x2c5deb:0x482,_0x29f335:0x391,_0x12a444:0x3e0,_0x2463d1:0xa5,_0x16aa7a:0x3c,_0x44e315:0x4f,_0x591700:0x109,_0x102408:0x8a,_0x838861:0x7,_0x531ca2:0x69,_0x34dcc1:0x23,_0x4b9851:0x78,_0x105755:0xad,_0x41f483:0x7,_0x5739fd:0xbf,_0x4c732a:0x9c,_0x21a350:0x5e,_0x363353:0x10,_0x3fb681:0x4aa,_0x579b2e:0x4d0,_0x50419b:0x3b2,_0x2e823b:0x310,_0xfed59e:0x324,_0x381e3f:0x410,_0x7a4f8b:0x74,_0x4f6c0c:0x17,_0xa1c4e8:0xb1,_0x8a0471:0xf,_0x56e1a2:0xaa,_0xfdc3e0:0x64,_0x40a5e2:0xac,_0x1f5396:0x459,_0x7c2a8f:0x3cf,_0x4af305:0x3c7,_0x513a21:0x49,_0x59f806:0x46,_0x43464f:0x38,_0xc71696:0x4d6,_0x4b9303:0x490,_0x4880d9:0x493,_0x3ec1f5:0x48a,_0x446b76:0x3a1,_0x55020c:0x415,_0x540c9b:0x366,_0x550734:0x2c,_0x3d75d1:0x332,_0x29fbdd:0x408,_0x1af5fe:0x422,_0x2d17d2:0x447,_0x5e7b55:0x3aa,_0x205e56:0x3a3,_0x16d5e9:0x450,_0x247f20:0x330,_0x20f8ce:0x3dc,_0x247992:0x32d,_0x3b2b3c:0x52f,_0x3ab524:0x426,_0x3bfb43:0x48f,_0x582e31:0x148,_0x32d06b:0x4ee,_0x7f6fb4:0x416,_0x4a2476:0x4e4,_0x4f9127:0x429,_0x49a893:0x485,_0x1070cd:0x300,_0x32e8c1:0x4ad,_0x11afa7:0x4e7,_0x25d938:0x45,_0x477707:0x7e,_0x5c3e2f:0xf7,_0x1ac471:0x41f,_0xae6c34:0x4ad,_0x90b398:0x4b2,_0x29e6e5:0x474,_0x3858e4:0x4d2,_0x228dcc:0x55,_0x4219a2:0x62,_0x202a0c:0xf,_0x59a319:0xd5,_0xf58c83:0x102,_0x337618:0xdd,_0x23130d:0x52f,_0x50c076:0x4dc,_0x19f6cf:0x4a3,_0x1d2830:0x42c,_0x32d978:0x125,_0xfd7ee7:0x92,_0x22af76:0x150,_0x5ed168:0x12b,_0x3891cf:0x43,_0x4cae72:0x126,_0x2fa87f:0x48e,_0x585a6a:0x4de,_0x5df666:0x46,_0x232594:0x76,_0x556f20:0xa7,_0x29af91:0x467,_0x486edc:0x4b0,_0x28924e:0x4be,_0x39949a:0x47b,_0x4e9cf4:0x45d,_0x502490:0x4d4,_0x3b44f5:0x53e,_0xd49afd:0xf1,_0x5c45fd:0x35,_0x31a163:0x3d,_0x4beb72:0xa4,_0x532a2e:0x146,_0x2910ce:0xf8,_0xd63e26:0xb6,_0x1cae22:0xe2,_0x325fe7:0x2fc,_0x2159b9:0x430,_0x4b37e3:0x525,_0x120feb:0x45e,_0x2d0ccf:0x4cc,_0x5a8070:0x3f3,_0x41f29e:0x80,_0x1f4382:0x6c,_0x4aa486:0x3a8,_0x1eed97:0x312,_0x18b180:0x399,_0x323d58:0x3fb,_0xd33e36:0x359,_0x1d0d6b:0x440,_0x130d83:0x4e1,_0x24f638:0x3,_0x2af372:0x3c8,_0x424c7b:0x3fc,_0x1c2aca:0x3b,_0x2c437b:0x77,_0x22478a:0x3dd,_0x197fca:0x390,_0x20593a:0x428,_0x4db073:0x30,_0x2b7154:0xa0,_0x150755:0x4e5,_0x30b03c:0x55,_0x261be4:0xa0,_0x1b6653:0x13,_0x350ded:0x3df,_0x14b07a:0x36b,_0x451a43:0x42a,_0x561387:0x43f,_0x37c569:0x3e9,_0x1e26c9:0x3b7,_0x5a4f2d:0xbe,_0x5dbf60:0x78,_0x4849ef:0x2c,_0x222145:0x21,_0x145f1e:0x462,_0x18ba2f:0x4ff,_0x19e5ad:0xb7,_0x3d606a:0x46,_0x394766:0x81,_0x4e57ed:0x7f,_0x39ef9d:0x60,_0x4a3edb:0x54f,_0x2e97e1:0x547,_0x2c338d:0x3a4,_0x328a6a:0x3c7,_0x5621c6:0x317,_0x38d890:0x4de,_0x4d1f44:0x50e,_0x4dbb45:0x410,_0xc03783:0x4ce,_0x4b1b4a:0x4f1,_0x2733e6:0x4bf,_0xb5a408:0x500,_0x190578:0x51,_0x28226a:0xb5,_0x391600:0x112,_0x3c6ad4:0xc1,_0x159156:0x94,_0x3bf949:0x2a,_0x5c087c:0x3f0,_0x3f8310:0x3d2,_0x5384c5:0x39e,_0x5825d0:0x472,_0x48c043:0x457,_0x238d64:0x3db,_0xf625e:0x3e5,_0x430672:0x1,_0x318bde:0x42,_0x67dbf7:0x108,_0xcead76:0x126,_0x2fb658:0x55b,_0x423b08:0x3b8,_0x3ce100:0x468,_0x4dd934:0x395,_0x4a39b0:0x404,_0x2637a0:0x360,_0x117928:0xa0,_0x44e2d8:0x3f,_0x291aac:0x420,_0x3d7de0:0x405,_0x87e94a:0x4b9,_0x412d88:0x4d6,_0x4f83da:0x100,_0xec9224:0x38e,_0x1b4611:0x3c2,_0x395fe5:0x7c,_0x2b5c15:0x98,_0x5dfcea:0x88,_0x25b39b:0x47e,_0x3bffa1:0x43c,_0x4ed06c:0x3f7,_0x2ab787:0x41d,_0x55924e:0x3e1,_0x1dfa70:0x414,_0x471c51:0x355,_0x97808b:0x42d,_0xa2db4:0xf1,_0x37e062:0x5,_0x832417:0x33a,_0x5f2454:0x3f5,_0x1ac088:0x59,_0xac9764:0x74,_0x443e4e:0x132,_0x2d8c45:0xfd,_0x1fd0eb:0x4d0,_0x36a449:0x3b0,_0x4680a9:0x43a,_0x46df12:0x4c0,_0x2a8cf0:0x53b,_0x306e64:0x4a7,_0x46f6c5:0x4ba,_0xb984ef:0x49f,_0x1de96c:0x4ad,_0x2cf4fa:0x46a,_0x497391:0x444,_0x30101a:0x3c7,_0x456d1a:0x3fe,_0x2bb0db:0x44f,_0x5408ae:0x395,_0x2eb982:0x3d6,_0x17a2ad:0x456,_0x3255f8:0x3df,_0x458b01:0x477,_0x44e160:0x465,_0x4d99eb:0x482,_0x5bb183:0x4a0,_0xd52e3b:0x452,_0x1d6ba7:0x5c,_0x14a97a:0x107,_0x2a5688:0x64},_0x3cf754={_0x3c4f53:0x10},_0x4de6bc={_0x4c0962:0x309,_0x31fc36:0x1ea},_0x2fa3fc={'JSPhH':_0x452c8d(_0x483023._0x1b1876,_0x483023._0x4acc61,0x40c,0x33f)+_0x452c8d(0x494,_0x483023._0x10485c,0x4d9,_0x483023._0x37c5ba)+'20|25|18|1'+_0x11ae67(_0x483023._0x4a425e,0xef,_0x483023._0x29c4bc,0x69)+_0x452c8d(0x3f1,_0x483023._0x271ac3,_0x483023._0x315939,0x45e)+_0x452c8d(_0x483023._0x28192f,0x445,0x419,_0x483023._0x144b5f)+_0x11ae67(-0x41,-0x15,-0x68,-0x6b),'kCcNa':_0x11ae67(0x124,0x96,_0x483023._0x55af5d,0x4c)+_0x452c8d(_0x483023._0x179fbb,0x4e8,_0x483023._0x4e5b18,0x3ff)+_0x11ae67(-0x37,0x4b,-0x30,-_0x483023._0x45ed42)+'me','GatBf':_0x452c8d(0x458,0x48d,0x4e8,_0x483023._0xdba923)+'rver\x20confi'+_0x11ae67(-_0x483023._0x4c3248,-_0x483023._0x137ccd,-_0x483023._0x271463,0x11)+_0x11ae67(-_0x483023._0x5be01d,-0xb4,-0x80,-_0x483023._0x11cb5e)+'80','wFKTa':_0x452c8d(_0x483023._0x518d37,_0x483023._0x1d915b,_0x483023._0x5c141e,0x46d)+_0x452c8d(0x384,0x353,0x409,0x326)+_0x11ae67(0xbd,0xab,0x62,-0x26)+_0x452c8d(0x49a,0x4b8,0x46c,0x495)+_0x452c8d(0x399,0x336,_0x483023._0x207d65,_0x483023._0x596724)+_0x11ae67(_0x483023._0x2ad93c,0x134,0x99,_0x483023._0x253728)+_0x11ae67(-_0x483023._0x1be9da,-_0x483023._0x15aebe,-_0x483023._0x44fa9e,-_0x483023._0x10f069),'ZJrtv':_0x11ae67(-0x14,-0x35,_0x483023._0x1b78fa,_0x483023._0x2b0711)+'_path\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0x452c8d(0x403,_0x483023._0x355752,0x3a3,0x49f)+'icate\x20file','RWWaW':_0x11ae67(0x2c,_0x483023._0x951a48,0x4b,0xc)+'rver\x20confi'+_0x11ae67(-0x8,0x7,0x73,-_0x483023._0x41a022)+_0x452c8d(_0x483023._0x28c46f,0x4a3,0x368,_0x483023._0x45d61f)+'claude','ROWrY':_0x11ae67(-_0x483023._0x3297d4,-_0x483023._0x51a67f,-0x66,-_0x483023._0x4c67bf),'ADWkg':'\x20\x20show\x20\x20\x20\x20'+_0x452c8d(0x46c,0x433,_0x483023._0x1fa2e0,_0x483023._0x142265)+'\x20Show\x20all\x20'+_0x11ae67(_0x483023._0x4fa28f,0x9c,0x96,0x69)+_0x452c8d(0x3ae,0x39e,_0x483023._0x2ed75c,_0x483023._0x302ad7),'WurtR':_0x11ae67(-_0x483023._0xdac361,-0x49,_0x483023._0x45c123,0xe4)+'rver\x20confi'+_0x11ae67(0x10,0x113,_0x483023._0x132e4c,_0x483023._0x3a02cf),'RwkFB':_0x11ae67(-0x63,-0x77,-0x1b,-_0x483023._0x7d91fe)+_0x11ae67(-_0x483023._0x55a922,-_0x483023._0x15fc4b,-0x48,_0x483023._0x52c696)+_0x11ae67(-0xc6,-0xc6,-0x41,0x5)+'ed\x20in\x20setu'+_0x11ae67(-_0x483023._0x46ebc8,0x4c,-_0x483023._0x59aacb,_0x483023._0x316ec3),'jQddg':_0x11ae67(_0x483023._0x2b0711,-_0x483023._0x52c696,_0x483023._0x3a33f9,_0x483023._0x3139b3)+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x11ae67(-_0x483023._0x522733,0x92,0x2f,_0x483023._0x264c66)+'ort\x20(defau'+'lt:\x203000)','iPqEJ':'\x20\x20trust_pr'+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x11ae67(-0x89,-_0x483023._0x29c4bc,-0x6e,_0x483023._0x474646)+_0x452c8d(0x479,_0x483023._0x5370ad,0x3ff,_0x483023._0x5b3146)+_0x11ae67(-0xb1,-0x46,-0x85,0x26)+'lse)','EjmEL':_0x452c8d(0x389,_0x483023._0x323d85,_0x483023._0x1ef096,_0x483023._0x55aeee)+_0x11ae67(_0x483023._0x50c202,_0x483023._0x320e15,_0x483023._0x264c66,-0x39)+_0x452c8d(_0x483023._0xd912f7,0x3c5,0x390,_0x483023._0x9ac968)+_0x452c8d(_0x483023._0x3f9f7c,0x464,_0x483023._0x31b849,0x52a)+_0x452c8d(_0x483023._0x14c3f4,_0x483023._0x595913,0x379,0x472),'JaTRX':_0x11ae67(0x57,0x53,_0x483023._0x2c5e7b,_0x483023._0x2c7779)+_0x452c8d(_0x483023._0x239086,0x346,_0x483023._0x5c11f9,0x412)+'\x20Set\x20a\x20con'+_0x11ae67(0x34,-_0x483023._0x5a3caa,-_0x483023._0x46c8e8,-_0x483023._0x343051)+_0x11ae67(-0x64,-0x106,-_0x483023._0xe2c709,-0xc7),'OyFgE':_0x452c8d(_0x483023._0xde78e,_0x483023._0x5caa17,0x477,_0x483023._0x1f348c)+_0x452c8d(_0x483023._0x5982d1,_0x483023._0x4c94c2,_0x483023._0x4b516c,0x4c1)+'\x20\x20Path\x20to\x20'+_0x452c8d(_0x483023._0x1ad050,_0x483023._0x44ad24,_0x483023._0x4e1ee4,_0x483023._0x2c5b94)+_0x11ae67(_0x483023._0x3dcb42,_0x483023._0x6be0,0x98,-_0x483023._0x3c0dd8),'ghvWj':_0x11ae67(_0x483023._0x137ccd,_0x483023._0x188724,_0x483023._0x3208a0,_0x483023._0x5c9b0a)+_0x452c8d(_0x483023._0x418244,0x31e,0x38a,0x34b)+_0x11ae67(_0x483023._0x4ce2f3,_0x483023._0x3be6bf,_0x483023._0x19ae6b,_0x483023._0x219f26)+_0x11ae67(-0xf6,-_0x483023._0x23a3e0,-0x59,_0x483023._0x47f84c)+_0x11ae67(0x8a,0x73,_0x483023._0x42b0af,_0x483023._0x188724)+'y','cVYlG':_0x452c8d(0x3cf,_0x483023._0x14830e,_0x483023._0x2b08bf,0x429)+_0x11ae67(_0x483023._0x143460,_0x483023._0x1424a7,_0x483023._0xa647a9,_0x483023._0x1dabed)+'\x20Remove\x20a\x20'+'configurat'+_0x11ae67(-_0x483023._0x38fdc2,-_0x483023._0x374883,-0x8b,-0xb1),'eeTXZ':_0x11ae67(-_0x483023._0x552b88,-_0x483023._0x3fca55,_0x483023._0x248af9,-_0x483023._0x21fda8)+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x11ae67(0x77,0xc1,_0x483023._0x457e59,_0x483023._0x874452)+_0x452c8d(0x3f3,_0x483023._0x5146b7,0x40d,0x473)+_0x452c8d(0x386,0x30f,_0x483023._0x313397,_0x483023._0x2d2e54),'TNQgD':_0x452c8d(_0x483023._0x1ff433,_0x483023._0x4ef64d,0x492,_0x483023._0x2c5deb)+'figuration'+_0x452c8d(0x436,_0x483023._0x29f335,0x388,_0x483023._0x12a444)+'red\x20in\x20~/.'+_0x11ae67(-_0x483023._0x4c3248,-_0x483023._0x2463d1,-_0x483023._0x16aa7a,-_0x483023._0x44e315)+_0x11ae67(_0x483023._0x591700,0x31,0xad,_0x483023._0x102408),'sjNZM':function(_0x4716f6,_0x4d498){return _0x4716f6===_0x4d498;},'sRJDT':_0x11ae67(_0x483023._0x838861,_0x483023._0x531ca2,_0x483023._0x34dcc1,0xab),'UwBwN':function(_0x4298d9,_0x39cec5){return _0x4298d9===_0x39cec5;},'ZYoFX':_0x11ae67(_0x483023._0x4b9851,_0x483023._0x105755,0x9f,_0x483023._0x41f483),'xIlxS':_0x11ae67(0x75,0x161,_0x483023._0x5739fd,0x10)+_0x11ae67(_0x483023._0x4c732a,_0x483023._0x21a350,_0x483023._0x363353,0xb1)+_0x452c8d(_0x483023._0x3fb681,0x453,0x43d,_0x483023._0x579b2e)+_0x452c8d(_0x483023._0x50419b,_0x483023._0x2e823b,_0x483023._0xfed59e,_0x483023._0x381e3f),'MPUlq':function(_0x98d845,_0x35db83){return _0x98d845&&_0x35db83;},'ongKV':'coder_setu'+_0x11ae67(-_0x483023._0x7a4f8b,-0x8d,_0x483023._0x4f6c0c,-0x21),'korCG':function(_0x871a68){return _0x871a68();},'dwiwi':'server_por'+'t','vdwke':_0x11ae67(_0x483023._0xa1c4e8,-0x7,0xa,-_0x483023._0x8a0471)+_0x11ae67(0xa1,_0x483023._0x531ca2,_0x483023._0x56e1a2,0x10b),'inJqA':function(_0x35d55f){return _0x35d55f();},'MDBJC':'ssl_key_pa'+'th','YVgDL':_0x11ae67(-_0x483023._0xfdc3e0,-_0x483023._0x40a5e2,-0x96,-_0x483023._0x253728)+'y','lTvvM':function(_0x5a0a06){return _0x5a0a06();},'Wzjyv':_0x452c8d(_0x483023._0x1f5396,_0x483023._0x7c2a8f,_0x483023._0x4af305,0x458),'DHnCi':function(_0x4c2f49,_0x39b4bb){return _0x4c2f49!==_0x39b4bb;},'eBEgI':'ndUXT','ASzDd':_0x11ae67(-0x5f,_0x483023._0x513a21,_0x483023._0x59f806,-_0x483023._0x43464f),'UQIai':_0x452c8d(_0x483023._0xc71696,_0x483023._0x4b9303,_0x483023._0x4880d9,_0x483023._0x3ec1f5),'eSdBq':'LMrRn','EIAzd':_0x452c8d(_0x483023._0x446b76,_0x483023._0x55020c,_0x483023._0x540c9b,0x352),'CGuem':'pqIrH','CIVtE':_0x11ae67(_0x483023._0x550734,-_0x483023._0x52c696,0x5,0xb4)};function _0x11ae67(_0x4002e6,_0x34abac,_0x274aa6,_0x214d5f){return _0x1d21b5(_0x274aa6- -_0x4de6bc._0x4c0962,_0x34abac-_0x4de6bc._0x31fc36,_0x34abac,_0x214d5f-0x153);}function _0x452c8d(_0x445557,_0x4ce955,_0x10f69e,_0x295004){return _0x52cbe1(_0x4ce955,_0x445557- -_0x3cf754._0x3c4f53,_0x10f69e-0x145,_0x295004-0x1eb);}if(!_0x5d50ab){if(_0x2fa3fc[_0x452c8d(0x385,_0x483023._0x3d75d1,_0x483023._0x29fbdd,0x3e0)](_0x2fa3fc[_0x452c8d(_0x483023._0x2ed75c,_0x483023._0x1af5fe,0x340,_0x483023._0x2d17d2)],_0x2fa3fc[_0x452c8d(0x3e7,0x479,0x41b,_0x483023._0x5e7b55)]))console['error'](_0x2fa3fc['xIlxS']),process['exit'](0x130a+0x1eaa+-0x31b3);else{const _0x2dfb6f=_0x2fa3fc[_0x452c8d(_0x483023._0x205e56,_0x483023._0x16d5e9,0x370,_0x483023._0x247f20)][_0x452c8d(_0x483023._0x20f8ce,_0x483023._0x247992,0x452,0x382)]('|');let _0x430541=-0x1*0x220f+-0x5a8+-0xd3d*-0x3;while(!![]){switch(_0x2dfb6f[_0x430541++]){case'0':_0x4699a8[_0x452c8d(0x4ad,_0x483023._0x3b2b3c,0x414,_0x483023._0x3ab524)](_0x2fa3fc[_0x452c8d(_0x483023._0x3bfb43,0x510,_0x483023._0xdba923,0x527)]);continue;case'1':_0x556ae5[_0x11ae67(0xe2,_0x483023._0x582e31,0xa0,0x6a)](_0x2fa3fc[_0x452c8d(0x3ff,0x45c,0x447,0x435)]);continue;case'2':_0x1651b2[_0x452c8d(0x4ad,_0x483023._0x32d06b,0x484,0x42a)]('');continue;case'3':_0x25daa8['error'](_0x2fa3fc[_0x452c8d(0x4b5,_0x483023._0x7f6fb4,_0x483023._0x4a2476,_0x483023._0x4f9127)]);continue;case'4':_0x29254c[_0x452c8d(0x4ad,0x520,_0x483023._0x49a893,0x42b)](_0x2fa3fc[_0x452c8d(0x3b0,0x3b1,_0x483023._0x1070cd,0x3aa)]);continue;case'5':_0x586a00[_0x452c8d(_0x483023._0x32e8c1,0x487,_0x483023._0x11afa7,0x3fd)](_0x2fa3fc[_0x11ae67(-_0x483023._0x25d938,-0xfb,-_0x483023._0x477707,-_0x483023._0x5c3e2f)]);continue;case'6':_0x390d15['error'](_0x2fa3fc['ROWrY']);continue;case'7':_0x5cf7f8['error'](_0x2fa3fc[_0x452c8d(0x481,0x4a9,_0x483023._0x1ac471,0x4e0)]);continue;case'8':_0x35102c[_0x452c8d(_0x483023._0xae6c34,_0x483023._0x90b398,_0x483023._0x29e6e5,_0x483023._0x3858e4)](_0x2fa3fc[_0x11ae67(-0xe8,-0xdc,-_0x483023._0x457e59,-_0x483023._0x228dcc)]);continue;case'9':_0x529376['error'](_0x2fa3fc[_0x11ae67(-_0x483023._0x4219a2,-0x83,-_0x483023._0x202a0c,0x57)]);continue;case'10':_0x113560[_0x11ae67(0x60,0x61,0xa0,0xc)](_0x2fa3fc[_0x452c8d(0x444,0x4cc,0x3c6,0x461)]);continue;case'11':_0xebd965['error'](_0x2fa3fc['iPqEJ']);continue;case'12':_0x10e34a['error'](_0x2fa3fc[_0x11ae67(-0x25,_0x483023._0x59a319,_0x483023._0x38fdc2,0xf9)]);continue;case'13':_0x1c3666[_0x11ae67(_0x483023._0xf58c83,0x7b,0xa0,0x1a)](_0x2fa3fc[_0x11ae67(0x69,_0x483023._0x337618,0x5d,0x2e)]);continue;case'14':_0x567787[_0x452c8d(0x4ad,0x53d,_0x483023._0x23130d,_0x483023._0x50c076)](_0x2fa3fc['OyFgE']);continue;case'15':_0x55c14c[_0x452c8d(0x4ad,0x4a3,_0x483023._0x19f6cf,_0x483023._0x1d2830)]('');continue;case'16':_0x34c5ff[_0x11ae67(_0x483023._0x32d978,_0x483023._0xfd7ee7,0xa0,_0x483023._0x22af76)]('\x20\x20ssl_ca_p'+'ath\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0x452c8d(0x3cd,0x375,0x32e,0x32b)+'dle\x20(optio'+_0x11ae67(_0x483023._0x5ed168,_0x483023._0x3891cf,0x84,_0x483023._0x4cae72));continue;case'17':_0x5dfe68[_0x452c8d(_0x483023._0x32e8c1,0x41b,_0x483023._0x2fa87f,_0x483023._0x585a6a)](_0x11ae67(-0x84,-_0x483023._0x5df666,0x18,-0x8e)+_0x11ae67(0x127,_0x483023._0x232594,_0x483023._0x556f20,0x3f)+_0x452c8d(_0x483023._0x29af91,_0x483023._0x486edc,0x3d8,_0x483023._0x28924e)+_0x452c8d(0x445,_0x483023._0x39949a,_0x483023._0x55aeee,_0x483023._0x4e9cf4)+'e\x20key\x20file');continue;case'18':_0xc09cce[_0x452c8d(0x4ad,_0x483023._0x502490,0x4c1,_0x483023._0x3b44f5)](_0x2fa3fc[_0x11ae67(-_0x483023._0x1b78fa,_0x483023._0xd49afd,0x6e,0x10e)]);continue;case'19':_0xaac91c[_0x11ae67(0x62,_0x483023._0x5c45fd,0xa0,0xa7)](_0x2fa3fc[_0x452c8d(0x43f,0x4a4,_0x483023._0x14c3f4,0x446)]);continue;case'20':_0x2c771f['error']('');continue;case'21':_0x5de515['error']('');continue;case'22':_0x4e263b[_0x11ae67(0x7,_0x483023._0x31a163,0xa0,0x44)](_0x11ae67(_0x483023._0x41a022,0x142,_0x483023._0x4beb72,0x112));continue;case'23':_0x2e9023[_0x11ae67(_0x483023._0x532a2e,_0x483023._0x2910ce,0xa0,0x6b)](_0x2fa3fc['eeTXZ']);continue;case'24':_0x35b195[_0x11ae67(_0x483023._0xd63e26,_0x483023._0x2910ce,0xa0,_0x483023._0x1cae22)](_0x452c8d(0x39c,0x43c,0x310,_0x483023._0x325fe7)+_0x452c8d(_0x483023._0x144b5f,0x33e,0x45c,_0x483023._0x2159b9)+_0x452c8d(0x4c4,_0x483023._0x4b37e3,0x50a,_0x483023._0x4b9303)+_0x452c8d(_0x483023._0x120feb,0x4a3,_0x483023._0x2d0ccf,_0x483023._0x5a8070)+_0x11ae67(-_0x483023._0x41f29e,_0x483023._0x374883,0x6,_0x483023._0x1f4382)+_0x452c8d(_0x483023._0x4aa486,_0x483023._0x1eed97,_0x483023._0x18b180,0x42b));continue;case'25':_0x324c33['error'](_0x2fa3fc[_0x452c8d(_0x483023._0x323d58,0x41d,_0x483023._0xd33e36,_0x483023._0x1d0d6b)]);continue;case'26':_0xd1e302[_0x452c8d(_0x483023._0x32e8c1,_0x483023._0x130d83,0x54a,0x463)](_0x11ae67(0x9f,0x39,0xbf,0x75)+'er-server\x20'+_0x11ae67(0x39,0xf,-0x13,-_0x483023._0x24f638)+_0x452c8d(_0x483023._0x2af372,0x344,_0x483023._0x424c7b,0x366)+'ve|show>\x20['+_0x11ae67(0x4c,0xb9,_0x483023._0x1c2aca,_0x483023._0x2c437b)+'e]');continue;}break;}}}const _0x14638e=SERVER_CONFIG_KEYS['has'](_0x5d50ab),_0x1578ba=SETUP_JSON_KEYS[_0x452c8d(0x405,_0x483023._0x22478a,_0x483023._0x197fca,_0x483023._0x20593a)](_0x5d50ab);_0x2fa3fc[_0x11ae67(-_0x483023._0x4db073,_0x483023._0x2b7154,_0x483023._0x25d938,0x95)](!_0x14638e,!_0x1578ba)&&(console[_0x452c8d(0x4ad,0x4cf,_0x483023._0x150755,0x54d)]('Unknown\x20co'+_0x11ae67(0x89,_0x483023._0x30b03c,-0x25,-0x95)+'n\x20key:\x20'+_0x5d50ab),console[_0x11ae67(0xbf,0x4b,_0x483023._0x261be4,0x76)](_0x11ae67(_0x483023._0x1b6653,-0x60,-0x27,_0x483023._0x41f29e)+_0x452c8d(_0x483023._0x350ded,_0x483023._0x14b07a,_0x483023._0x451a43,_0x483023._0x561387)+_0x11ae67(0xfc,0x1f,0x6b,0x16)+_0x452c8d(_0x483023._0x37c569,0x3f4,0x461,_0x483023._0x1e26c9)+'available\x20'+'keys'),process['exit'](0x66e*-0x1+0x15ca+0x1*-0xf5b));let _0x2d0cc9;if(_0x14638e)switch(_0x5d50ab){case _0x2fa3fc[_0x11ae67(0xaf,0x8e,_0x483023._0x5a4f2d,_0x483023._0x5dbf60)]:_0x2d0cc9=await _0x2fa3fc['korCG'](getCoderSetupPath);break;case _0x2fa3fc[_0x11ae67(_0x483023._0x4219a2,_0x483023._0x4849ef,-0x19,_0x483023._0x222145)]:_0x2d0cc9=await getServerPort();break;case _0x2fa3fc[_0x452c8d(_0x483023._0x145f1e,_0x483023._0x18ba2f,0x3f4,0x468)]:_0x2d0cc9=await _0x2fa3fc[_0x11ae67(0x96,-0xab,-0x10,0x69)](getSslCertPath);break;case _0x2fa3fc['MDBJC']:_0x2d0cc9=await _0x2fa3fc[_0x11ae67(-0xc0,-_0x483023._0x19e5ad,-0x10,_0x483023._0x3d606a)](getSslKeyPath);break;case _0x11ae67(-_0x483023._0x394766,0x45,0x9,_0x483023._0x4c67bf)+'h':_0x2d0cc9=await _0x2fa3fc[_0x11ae67(-_0x483023._0x4e57ed,-0x102,-0x73,-_0x483023._0x39ef9d)](getSslCaPath);break;case _0x2fa3fc[_0x452c8d(0x4c6,_0x483023._0x4a3edb,_0x483023._0x2e97e1,0x4c3)]:_0x2d0cc9=await getTrustProxy();break;}else{if(_0x1578ba){const _0x39a83e=await _0x2fa3fc[_0x452c8d(_0x483023._0x2c338d,_0x483023._0x328a6a,_0x483023._0x5621c6,_0x483023._0x4aa486)](getCoderSetupPath);!_0x39a83e&&(console[_0x452c8d(0x4ad,_0x483023._0x38d890,0x535,_0x483023._0x4d1f44)](_0x452c8d(0x38c,0x3d4,_0x483023._0x4dbb45,0x37c)+'up\x20path\x20no'+'t\x20configur'+'ed'),process[_0x452c8d(_0x483023._0xc03783,_0x483023._0x4b1b4a,_0x483023._0x2733e6,_0x483023._0xb5a408)](-0xb*0x125+-0x1b90+0x2828));const _0x37bd91=_0x1f6408[_0x11ae67(_0x483023._0x52c696,0x31,-_0x483023._0x190578,-_0x483023._0x28226a)](_0x39a83e,_0x2fa3fc[_0x11ae67(-_0x483023._0x391600,-_0x483023._0x3c6ad4,-_0x483023._0x159156,-_0x483023._0x3bf949)]);try{if(_0x2fa3fc[_0x452c8d(_0x483023._0x5c087c,_0x483023._0x3f8310,0x394,_0x483023._0x5384c5)](_0x2fa3fc[_0x452c8d(0x418,_0x483023._0x5825d0,_0x483023._0x48c043,_0x483023._0x4e1ee4)],_0x2fa3fc[_0x452c8d(_0x483023._0x238d64,0x400,_0x483023._0xf625e,0x452)])){const _0x2b4b93=await _0x8e2c83[_0x11ae67(-0x62,_0x483023._0x430672,_0x483023._0x318bde,0x66)](_0x37bd91,_0x2fa3fc[_0x11ae67(-0x44,-_0x483023._0x67dbf7,-0x79,-_0x483023._0xcead76)]),_0x4fc1af=JSON['parse'](_0x2b4b93);_0x2d0cc9=_0x4fc1af[_0x5d50ab];}else _0x2fa3fc['sjNZM'](_0x121e0f[_0x452c8d(_0x483023._0x3ec1f5,_0x483023._0x1f5396,0x41a,0x498)],_0x2fa3fc['sRJDT'])?_0x1578e3[_0x452c8d(_0x483023._0x32e8c1,_0x483023._0x2fb658,0x43f,_0x483023._0x579b2e)](_0x452c8d(_0x483023._0x423b08,0x42a,_0x483023._0x3ce100,_0x483023._0x4dd934)+'up.json\x20no'+_0x452c8d(_0x483023._0x4a39b0,_0x483023._0x2637a0,0x413,0x3ba)+'\x20'+_0x4149d7):_0xac8730[_0x11ae67(0xdd,0xd0,_0x483023._0x117928,_0x483023._0x44e2d8)]('Error\x20read'+_0x452c8d(_0x483023._0x291aac,_0x483023._0x4a39b0,_0x483023._0x3d7de0,0x394)+_0x452c8d(0x4c0,0x56a,_0x483023._0x87e94a,_0x483023._0x412d88)+_0x218d36[_0x11ae67(0xca,_0x483023._0x4f83da,0x9a,0x58)]),_0x26d18b[_0x11ae67(0x102,0x68,0xc1,_0x483023._0x56e1a2)](-0x8d*0x17+0x1c20+-0xf74);}catch(_0x36a7e6){_0x452c8d(0x3b3,_0x483023._0xec9224,0x34a,_0x483023._0x1b4611)!==_0x2fa3fc[_0x11ae67(0x118,0x14,_0x483023._0x395fe5,_0x483023._0x2b5c15)]?(_0x2fa3fc[_0x11ae67(-0x88,-0xe,-_0x483023._0x5dfcea,-0x90)](_0x36a7e6[_0x452c8d(0x48a,0x4c0,0x462,0x438)],_0x2fa3fc[_0x452c8d(_0x483023._0x25b39b,_0x483023._0x3bffa1,0x407,_0x483023._0x4ed06c)])?_0x2fa3fc[_0x452c8d(_0x483023._0x5c087c,_0x483023._0x3bfb43,_0x483023._0x2ab787,0x3a2)](_0x2fa3fc[_0x452c8d(_0x483023._0x55924e,0x3c9,_0x483023._0x1dfa70,0x33a)],_0x2fa3fc[_0x452c8d(_0x483023._0x55924e,0x384,_0x483023._0x471c51,_0x483023._0x97808b)])?_0x462532[_0x11ae67(0x33,_0x483023._0xa2db4,0x49,_0x483023._0x37e062)](_0x5f0505):console['error'](_0x452c8d(_0x483023._0x423b08,_0x483023._0x832417,_0x483023._0x5621c6,_0x483023._0x5f2454)+'up.json\x20no'+_0x11ae67(-0x53,0x73,-0x9,_0x483023._0x1ac088)+'\x20'+_0x37bd91):console[_0x11ae67(_0x483023._0xac9764,_0x483023._0x443e4e,0xa0,_0x483023._0x2d8c45)](_0x452c8d(0x44a,0x4df,_0x483023._0x1fd0eb,_0x483023._0x36a449)+_0x452c8d(0x420,0x459,_0x483023._0x4680a9,0x423)+_0x452c8d(_0x483023._0x46df12,_0x483023._0x2a8cf0,_0x483023._0x2e97e1,0x510)+_0x36a7e6[_0x452c8d(_0x483023._0x306e64,0x545,0x51a,_0x483023._0x46f6c5)]),process[_0x452c8d(0x4ce,0x565,0x559,_0x483023._0xb984ef)](-0x203d+-0x3b5*-0x2+-0xe*-0x1c6)):(_0x51b7fe[_0x452c8d(_0x483023._0x1de96c,_0x483023._0x2cf4fa,_0x483023._0x497391,0x463)](_0x452c8d(0x3de,_0x483023._0x30101a,0x48b,_0x483023._0x456d1a)+_0x2b491d['message']),_0x9869f8['exit'](-0x11c4+0x112d+0x98));}}}_0x2fa3fc['DHnCi'](_0x2d0cc9,undefined)?_0x2fa3fc['DHnCi'](_0x2fa3fc[_0x452c8d(0x4d1,0x565,0x45f,_0x483023._0x2bb0db)],_0x2fa3fc[_0x452c8d(_0x483023._0x5408ae,0x34e,_0x483023._0x2eb982,0x329)])?console[_0x452c8d(_0x483023._0x17a2ad,0x47a,0x424,_0x483023._0x3255f8)](_0x2d0cc9):(_0x5a97fa['error'](_0x11ae67(0x45,-0xd2,-0x5c,-0xdc)+_0x55dd32+(_0x452c8d(0x426,0x421,_0x483023._0x458b01,_0x483023._0x44e160)+_0x11ae67(0x3c,-0x3f,-0x11,-0x5c)+_0x452c8d(0x471,0x3fb,_0x483023._0x381e3f,_0x483023._0x355752))),_0x21692a[_0x452c8d(_0x483023._0xc03783,_0x483023._0x4d99eb,_0x483023._0x5bb183,_0x483023._0xd52e3b)](0x8a9+-0x1*0x1cb7+0x140f)):(console[_0x452c8d(0x4ad,_0x483023._0x5bb183,0x4cc,0x4a6)](_0x11ae67(-0x95,-0x1,-_0x483023._0x1d6ba7,-0xe2)+_0x5d50ab+('\x22\x20not\x20foun'+'d\x20in\x20confi'+_0x11ae67(_0x483023._0x14a97a,0x10e,_0x483023._0x2a5688,-0x1))),process['exit'](-0x1*-0x281+0x592+-0x812));}function _0x1d21b5(_0x23d8a2,_0x41a837,_0xa27513,_0x2adf06){const _0x3c0520={_0x45a43f:0x1a5};return _0x4829(_0x23d8a2-_0x3c0520._0x45a43f,_0xa27513);}async function removeConfig(_0x183f95){const _0x428181={_0x55fedd:0x20c,_0x24aae9:0x174,_0x45dc69:0x1b,_0x374c3d:0xa8,_0x5aeab6:0xe7,_0x425b51:0x2e,_0x17d5a7:0x12d,_0x30bee7:0x111,_0x5ae231:0xc0,_0x194ccf:0xcb,_0x21c246:0x120,_0x10541a:0xee,_0x3aaa24:0xf8,_0xf6480e:0x17e,_0x9a6c14:0x214,_0x3bbbef:0x5b,_0x31012f:0x17,_0x45644b:0x63,_0x307469:0x81,_0x2a7c2d:0x7e,_0x16d021:0xfe,_0x5e56de:0x146,_0x3c00f8:0xea,_0x1b9aee:0xd6,_0x38c8b6:0x38,_0x40f6fa:0x4e,_0x2214cc:0x14,_0x5203b1:0x47,_0x2e3581:0xc1,_0x5410ab:0x8a,_0x44dd0a:0xdd,_0x1cb5e9:0x4,_0x8f72c1:0x31,_0x4989d5:0x53,_0x44dc77:0x1ba,_0x14a633:0x173,_0x46f5d8:0x128,_0x116831:0x1ca,_0x3cf61a:0x190,_0x5db8cc:0x9a,_0x3596bd:0xe2,_0xc6c9e1:0xa,_0x4beb66:0x36,_0x33fc0b:0xa4,_0x218339:0x6,_0x5c6925:0x1,_0x5c10ae:0x2c,_0x221625:0x17,_0x433a71:0x1e,_0x4bb2bd:0x6f,_0xcfaca2:0x5e,_0x29ca36:0x18e,_0x37fa2d:0x1e7,_0x401295:0xb1,_0x516670:0xd1,_0x194e11:0xe5,_0xa429b2:0x9,_0x40e653:0x4e,_0xf95239:0x54,_0x5a1a99:0xa1,_0x3563fc:0x44,_0x274393:0x14,_0x3ba05f:0x3,_0x5cfe2f:0x81,_0xb018e5:0x85,_0x18b2b4:0xc3,_0x53e06a:0xff,_0x58281a:0x1d3,_0x2306e1:0x280,_0x487c79:0x20d,_0xa7dda6:0x42,_0x4759c3:0x91,_0x433969:0x239,_0x42e7d3:0x1ec,_0x307d93:0x198,_0x248630:0x129,_0x2810e0:0x18a,_0x5ed6f0:0x81,_0x1d7c1f:0x156,_0x12689c:0x79,_0x45c701:0xdc,_0x95ed5a:0x30,_0x3f5fd6:0x8e,_0x1a9fd9:0x7b,_0x39eb5f:0xb7,_0x4ffaf7:0x85,_0x5a6ea8:0x37,_0x27cbee:0xd2,_0x31b06e:0x16f,_0x2c9468:0x1db,_0x1797a8:0x260,_0xeb5dcc:0x1b7,_0x1deee5:0x12c,_0x12535e:0x160,_0x2e73e0:0x15b,_0x449736:0x2e,_0x23cd8e:0xcc,_0x4d9c26:0x1db,_0x31078f:0x1d,_0x54ff58:0x20b,_0x114618:0x1b8,_0x281bd5:0x95,_0x57f970:0x103,_0x28fefd:0x1ff,_0x2c2149:0x161,_0x243c4f:0x153,_0x51c5f5:0x15b,_0x548030:0x49,_0x3f7f15:0x39,_0x1b1740:0x166,_0x5c10d2:0x1ea,_0x177f2c:0xc7,_0x4788cc:0x11b,_0x56ad7f:0x1bb,_0x16144c:0x25e,_0x297f6f:0x1bf,_0x14b10c:0x1b5,_0x4487a1:0x146,_0x268f62:0xa7,_0xde497d:0x7e,_0xbb224e:0x73,_0x5a301c:0x22,_0x1982b9:0x15,_0x2accd5:0xf7,_0x4f2ba2:0x20d,_0x3f2930:0x295,_0x204648:0x6d,_0x1d2ea0:0xd8,_0x4d68b9:0x23,_0x2ff9d9:0x1d6,_0x54e0dc:0x14e,_0x40a2e8:0x250,_0x5f225f:0x19a,_0x14fc60:0xfb,_0x1c0974:0x133,_0x9171cd:0x6e,_0x21168e:0xc6,_0x5527f6:0x18e,_0x2353a4:0x4a,_0x39c0af:0x148,_0x3b5338:0x6f,_0x44c3cf:0x15,_0x157e8d:0x11,_0x32b32d:0x16,_0x3ae6c1:0x96,_0x229837:0xf7,_0xfb22ae:0xed,_0x45710b:0xbf,_0x2f608e:0x16e,_0x24a4c0:0x1ec,_0xc931:0x5f,_0x1f99d5:0x178,_0x40c85c:0x1a9,_0x7b3822:0x2a,_0x3faf33:0x84,_0x33167c:0x96,_0x355c22:0x77,_0x3ed903:0x9,_0x2d9ce1:0x55,_0x5d3f37:0x267,_0x195dcb:0x76,_0x2d3712:0x96,_0x3bfb34:0x163,_0x17b9cd:0x103,_0x41b2eb:0xf0,_0x3d0183:0xb9,_0x53b180:0x1b9,_0x16711b:0xdb,_0x12cc91:0x51,_0x474611:0x40,_0x815ec2:0x92,_0xdf1f91:0x43,_0x3166a7:0x88,_0x438563:0x8c,_0x5cd9c8:0x40,_0x432a01:0x39,_0x224c71:0xee,_0x19e31b:0x195,_0xe428a8:0x201,_0x17db3a:0xd7,_0x6d29c5:0x1e6},_0x204899={_0x2ad1fd:0x1bd,_0x83b6e:0x1b1},_0x8e08df={'nTPFU':_0x48b8b0(0x1db,0x2b7,_0x428181._0x55fedd,_0x428181._0x24aae9),'JlaIH':_0x53ee17(_0x428181._0x45dc69,_0x428181._0x374c3d,_0x428181._0x5aeab6,0xd)+_0x53ee17(_0x428181._0x425b51,-0x1e,0x85,-0x68)+_0x48b8b0(_0x428181._0x17d5a7,_0x428181._0x30bee7,_0x428181._0x5ae231,0x15)+':','gOYWG':_0x48b8b0(0xc3,0x4c,_0x428181._0x194ccf,_0x428181._0x21c246)+_0x48b8b0(0x8e,_0x428181._0x10541a,_0x428181._0x3aaa24,_0x428181._0xf6480e)+_0x48b8b0(0x146,0xb3,0x115,0xd1)+'ed','WDMUP':'Make\x20sure\x20'+_0x48b8b0(0x23f,0x286,_0x428181._0x9a6c14,0x242)+_0x53ee17(_0x428181._0x3bbbef,-_0x428181._0x31012f,-_0x428181._0x45644b,_0x428181._0x307469)+_0x48b8b0(0xbc,_0x428181._0x2a7c2d,_0x428181._0x16d021,_0x428181._0x5e56de)+_0x53ee17(_0x428181._0x3c00f8,0xb1,_0x428181._0x1b9aee,_0x428181._0x38c8b6)+_0x53ee17(_0x428181._0x40f6fa,0x43,_0x428181._0x2214cc,_0x428181._0x5203b1)+_0x48b8b0(_0x428181._0x2e3581,_0x428181._0x5410ab,0x122,_0x428181._0x44dd0a),'YJlHl':function(_0x405f39,_0x26ba8){return _0x405f39&&_0x26ba8;},'SHvcy':_0x53ee17(-_0x428181._0x1cb5e9,-_0x428181._0x8f72c1,-0x49,-_0x428181._0x4989d5)+'-server\x20co'+_0x48b8b0(_0x428181._0x44dc77,0x18d,0x1b7,_0x428181._0x14a633)+_0x48b8b0(0x109,0xf5,_0x428181._0x46f5d8,_0x428181._0x116831)+_0x48b8b0(0x146,0xf5,_0x428181._0x3cf61a,0xe5)+_0x53ee17(-_0x428181._0x5db8cc,-0x8d,-0x106,-_0x428181._0x3596bd),'zidJA':'coder_setu'+'p_path','zLUlD':function(_0x5b90d6,_0x2ceb0f){return _0x5b90d6(_0x2ceb0f);},'iyzHj':'server_por'+'t','TLLCt':_0x48b8b0(0x1a6,0x15e,0x156,0x1b0)+_0x53ee17(_0x428181._0xc6c9e1,0xa0,0xcc,0x12c),'SvLje':_0x53ee17(_0x428181._0x4beb66,_0x428181._0x33fc0b,0xdd,0x5b)+'th','ovPhH':_0x53ee17(_0x428181._0x218339,-_0x428181._0x5c6925,_0x428181._0x5c10ae,_0x428181._0x221625)+'h','BVsjX':'trust_prox'+'y','AkayM':function(_0x97e3c8,_0x3d6146){return _0x97e3c8(_0x3d6146);},'PbTgO':function(_0x40ea48){return _0x40ea48();},'lsgnC':function(_0x38ab80,_0x74795e){return _0x38ab80===_0x74795e;},'MKhvP':_0x53ee17(-_0x428181._0x433a71,0x2,_0x428181._0x4bb2bd,_0x428181._0xcfaca2),'tNGuQ':function(_0x46347a){return _0x46347a();},'DWyEx':'jCQkW','tIVgk':_0x48b8b0(_0x428181._0x29ca36,_0x428181._0x37fa2d,0x1d5,0x20f),'btxeJ':_0x53ee17(_0x428181._0x401295,0x42,-0x3d,-0x2f),'HRpcu':'utf-8','tTezQ':function(_0x268d46,_0x434c54){return _0x268d46===_0x434c54;},'UgiKK':_0x48b8b0(0x106,_0x428181._0x516670,0x16f,0x14d),'LigAS':function(_0x22a5db,_0x4070bc){return _0x22a5db!==_0x4070bc;},'jAorb':_0x53ee17(-_0x428181._0x194e11,-0x35,_0x428181._0xa429b2,-0xba),'wmiqN':_0x53ee17(-0x15,_0x428181._0x40e653,0x94,-_0x428181._0xf95239),'wOULS':function(_0x12ce50,_0x47d5bb){return _0x12ce50+_0x47d5bb;},'iGjzM':'Restart\x20th'+_0x48b8b0(0xce,0x13f,0x14b,_0x428181._0x5a1a99)+_0x53ee17(-0x4f,-_0x428181._0x3563fc,-_0x428181._0x274393,0x26)+_0x53ee17(_0x428181._0x3ba05f,0x18,-0x6f,_0x428181._0x5cfe2f)+'ffect.'};!_0x183f95&&(console[_0x53ee17(0x6e,0x96,_0x428181._0xb018e5,0x40)]('Usage:\x20cod'+_0x53ee17(0x6,0x6,-0x8f,_0x428181._0xa429b2)+_0x48b8b0(_0x428181._0x18b2b4,_0x428181._0x53e06a,0xd5,0x152)+_0x48b8b0(_0x428181._0x58281a,0xf7,0x147,0x1f5)),process[_0x48b8b0(0x28e,_0x428181._0x2306e1,_0x428181._0x487c79,0x1f2)](-0xb52+0xb*-0x325+-0x2*-0x16f5));function _0x48b8b0(_0x3b8cff,_0x55c205,_0x29a803,_0x1856c6){return _0x1d21b5(_0x29a803- -_0x204899._0x2ad1fd,_0x55c205-_0x204899._0x83b6e,_0x55c205,_0x1856c6-0x165);}const _0x45e9c0=SERVER_CONFIG_KEYS['has'](_0x183f95),_0xaa8eb5=SETUP_JSON_KEYS['has'](_0x183f95);function _0x53ee17(_0x36907d,_0x3dc497,_0x365cf3,_0x243d27){return _0x1d21b5(_0x3dc497- -0x313,_0x3dc497-0x4b,_0x365cf3,_0x243d27-0x1a9);}_0x8e08df[_0x53ee17(_0x428181._0xa7dda6,0x15,-0x72,_0x428181._0x4759c3)](!_0x45e9c0,!_0xaa8eb5)&&(console[_0x48b8b0(_0x428181._0x433969,0x276,_0x428181._0x42e7d3,0x200)](_0x48b8b0(0x1a8,_0x428181._0x307d93,_0x428181._0x248630,_0x428181._0x2810e0)+_0x48b8b0(0x1b9,0x84,0x127,_0x428181._0x5ed6f0)+'n\x20key:\x20'+_0x183f95),console['error'](_0x8e08df[_0x53ee17(0xbb,0x1b,-0x59,-0x8e)]),process['exit'](-0x1*0x17d5+0x1adc+-0x306));if(_0x45e9c0){switch(_0x183f95){case _0x8e08df[_0x48b8b0(_0x428181._0x1d7c1f,_0x428181._0x12689c,_0x428181._0x45c701,0xd6)]:await _0x8e08df[_0x53ee17(-_0x428181._0x95ed5a,0x5c,_0x428181._0x3f5fd6,0x7e)](saveCoderSetupPath,null),console[_0x53ee17(-0x4e,0x3f,0x7,_0x428181._0x1a9fd9)](_0x53ee17(_0x428181._0x39eb5f,_0x428181._0x4ffaf7,0x6c,0xfa)+_0x183f95);break;case _0x8e08df['iyzHj']:await saveServerPort(0xd8*-0x4+-0x7fd*0x3+0x270f),console[_0x53ee17(-0x18,0x3f,_0x428181._0x5a6ea8,_0x428181._0x27cbee)](_0x48b8b0(0x1c2,0xe2,0x119,0xc3)+_0x183f95+('\x20to\x20defaul'+'t\x20(3000)'));break;case _0x8e08df[_0x53ee17(0x109,0x87,0xea,0x10f)]:await saveSslCertPath(null),console['log'](_0x48b8b0(_0x428181._0x31b06e,_0x428181._0x2306e1,_0x428181._0x2c9468,_0x428181._0x1797a8)+_0x183f95);break;case _0x8e08df[_0x48b8b0(_0x428181._0xeb5dcc,0xc5,_0x428181._0x1deee5,_0x428181._0x12535e)]:await saveSslKeyPath(null),console[_0x48b8b0(_0x428181._0x2e73e0,0x164,0x195,_0x428181._0x5aeab6)](_0x53ee17(_0x428181._0x449736,0x85,0x28,_0x428181._0x23cd8e)+_0x183f95);break;case _0x8e08df['ovPhH']:await saveSslCaPath(null),console['log'](_0x48b8b0(0x218,0x233,_0x428181._0x4d9c26,0x245)+_0x183f95);break;case _0x8e08df['BVsjX']:await _0x8e08df[_0x53ee17(-_0x428181._0x31078f,_0x428181._0x1a9fd9,0x100,0x83)](saveTrustProxy,null),console[_0x48b8b0(_0x428181._0x54ff58,_0x428181._0x114618,0x195,0x1db)](_0x53ee17(_0x428181._0x3c00f8,0x85,_0x428181._0x281bd5,-0x19)+_0x183f95);break;}console[_0x48b8b0(_0x428181._0x57f970,_0x428181._0x28fefd,0x195,0x1c0)](_0x48b8b0(0xd6,0xc4,_0x428181._0x2c2149,0xc5)+':\x20'+_0x8e08df['PbTgO'](getConfigPath));}else{if(_0xaa8eb5){if(_0x8e08df[_0x48b8b0(_0x428181._0x243c4f,_0x428181._0xb018e5,0xba,_0x428181._0x51c5f5)](_0x8e08df['MKhvP'],_0x8e08df[_0x53ee17(0x26,0x80,0x100,0xb5)])){const _0x3fcdf3=await _0x8e08df['tNGuQ'](getCoderSetupPath);if(!_0x3fcdf3){if(_0x8e08df[_0x48b8b0(_0x428181._0x548030,0xe7,0xba,_0x428181._0x3f7f15)](_0x8e08df[_0x48b8b0(_0x428181._0x1b1740,0x215,_0x428181._0x5c10d2,0x15d)],_0x8e08df[_0x48b8b0(0x10d,0x151,0x186,0x235)])){const _0x19a371=_0x8e08df[_0x48b8b0(_0x428181._0x2c2149,0x54,0xf5,_0x428181._0x177f2c)][_0x48b8b0(0x155,0x18d,_0x428181._0x4788cc,0x11f)]('|');let _0x290bd6=0x1044+0x25b4+-0x8*0x6bf;while(!![]){switch(_0x19a371[_0x290bd6++]){case'0':_0x2a16e0[_0x48b8b0(_0x428181._0x56ad7f,0x1b0,_0x428181._0x487c79,_0x428181._0x16144c)](-0x1*0x139d+0x1*0xa95+0x909);continue;case'1':_0x199517[_0x48b8b0(0x282,0x16a,_0x428181._0x42e7d3,_0x428181._0x297f6f)]('');continue;case'2':_0x3952f5[_0x48b8b0(0x282,0x28e,0x1ec,_0x428181._0x14b10c)]('\x20\x20coder-se'+'rver\x20confi'+_0x48b8b0(0x129,0x1ba,0x1ae,_0x428181._0x4487a1)+_0x53ee17(_0x428181._0x46f5d8,0x83,0x2,_0x428181._0x268f62)+_0x53ee17(-0x17,-_0x428181._0xde497d,-0xf,-_0x428181._0xbb224e)+'o/coder-se'+_0x48b8b0(_0x428181._0x5a301c,_0x428181._0x1982b9,0xbc,_0x428181._0x2accd5));continue;case'3':_0x4f1182['error'](_0x8e08df[_0x48b8b0(0x20a,0x1ab,0x1e1,_0x428181._0x4f2ba2)]);continue;case'4':_0x45a486[_0x48b8b0(_0x428181._0x3f2930,0x15a,0x1ec,0x214)](_0x8e08df[_0x53ee17(_0x428181._0x204648,-0x33,-_0x428181._0x1d2ea0,_0x428181._0x4d68b9)]);continue;}break;}}else console[_0x48b8b0(_0x428181._0x2ff9d9,_0x428181._0x54e0dc,0x1ec,_0x428181._0x40a2e8)](_0x8e08df['gOYWG']),process['exit'](-0x64a+-0xd93+0x1*0x13de);}const _0x4914f6=_0x1f6408[_0x48b8b0(0x128,_0x428181._0x5f225f,_0x428181._0x14fc60,_0x428181._0x1c0974)](_0x3fcdf3,_0x8e08df[_0x53ee17(_0x428181._0x9171cd,_0x428181._0x221625,0x7c,_0x428181._0x21168e)]);let _0x15c3b1;try{const _0x478074=await _0x8e2c83[_0x48b8b0(0x11b,0x1b4,_0x428181._0x5527f6,0x1e4)](_0x4914f6,_0x8e08df['HRpcu']);_0x15c3b1=JSON[_0x53ee17(-0xc0,-0x20,_0x428181._0x2353a4,-0x63)](_0x478074);}catch(_0x58116f){_0x8e08df['tTezQ'](_0x58116f['code'],_0x8e08df[_0x48b8b0(0xdf,0x14f,_0x428181._0x39c0af,0x110)])?_0x8e08df['LigAS'](_0x8e08df['jAorb'],_0x8e08df[_0x53ee17(_0x428181._0x3b5338,-_0x428181._0x44c3cf,_0x428181._0x157e8d,-_0x428181._0x374c3d)])?console[_0x53ee17(_0x428181._0x32b32d,_0x428181._0x3ae6c1,0x27,_0x428181._0x229837)]('Error:\x20set'+'up.json\x20no'+_0x48b8b0(_0x428181._0xfb22ae,_0x428181._0x45710b,0x143,_0x428181._0x2f608e)+'\x20'+_0x4914f6):(_0x574f10[_0x48b8b0(0x1f8,0x1b4,_0x428181._0x24a4c0,0x1c4)](_0x53ee17(-0xee,-_0x428181._0xc931,-0xb1,-0x103)+'up.json\x20no'+'t\x20found\x20at'+'\x20'+_0x2de36b),_0x5d6b59[_0x48b8b0(_0x428181._0x1f99d5,_0x428181._0x40c85c,0x1ec,0x1c5)](_0x8e08df[_0x53ee17(0x94,_0x428181._0x7b3822,0x8,_0x428181._0x3faf33)])):console[_0x53ee17(0x6c,_0x428181._0x33167c,_0x428181._0x355c22,0x17)](_0x48b8b0(0x235,_0x428181._0x55fedd,0x189,0x16e)+_0x53ee17(-0x29,_0x428181._0x3ed903,-_0x428181._0x157e8d,-_0x428181._0x2d9ce1)+_0x48b8b0(0x1d4,_0x428181._0x5d3f37,0x1ff,0x283)+_0x58116f['message']),process[_0x53ee17(_0x428181._0x195dcb,_0x428181._0x39eb5f,0xb2,0x4f)](-0x12b8*0x2+-0x1466+0xd*0x473);}_0x15c3b1[_0x183f95]===undefined&&(console[_0x53ee17(0x9,_0x428181._0x2d3712,0x55,0x0)](_0x48b8b0(_0x428181._0x3bfb34,_0x428181._0x17b9cd,_0x428181._0x41b2eb,0xb6)+_0x183f95+('\x22\x20not\x20foun'+_0x53ee17(0x37,-_0x428181._0x45dc69,-_0x428181._0x38c8b6,-_0x428181._0x3d0183)+_0x48b8b0(0x113,0x1e5,0x1b0,_0x428181._0x53b180))),process['exit'](0x518+-0x50c+0x1*-0xb)),delete _0x15c3b1[_0x183f95],await _0x8e2c83[_0x53ee17(_0x428181._0x16711b,0x4a,_0x428181._0x12cc91,_0x428181._0x474611)](_0x4914f6,_0x8e08df[_0x53ee17(_0x428181._0x815ec2,_0x428181._0x4759c3,0x4,0x39)](JSON[_0x53ee17(-_0x428181._0x45dc69,-_0x428181._0xdf1f91,-_0x428181._0x3166a7,-_0x428181._0x157e8d)](_0x15c3b1,null,-0x44d*0x1+-0x145+0x594),'\x0a'),_0x8e08df[_0x53ee17(-_0x428181._0x438563,-_0x428181._0x5cd9c8,-_0x428181._0x432a01,-0xe3)]),console[_0x48b8b0(0x15e,_0x428181._0x224c71,0x195,0xf6)]('Removed\x20'+_0x183f95),console[_0x48b8b0(0xf3,0x1a7,_0x428181._0x19e31b,0x18a)](_0x48b8b0(_0x428181._0xe428a8,0x143,0x161,_0x428181._0x17db3a)+':\x20'+_0x4914f6),console['log'](''),console['log'](_0x8e08df['iGjzM']);}else _0x2172ac[_0x53ee17(0x30,0x96,_0x428181._0x3bbbef,0x76)]('Error\x20read'+'ing\x20setup.'+_0x53ee17(0x154,0xa9,0x34,0x87)+_0x3c7ffa[_0x48b8b0(_0x428181._0xe428a8,0x164,_0x428181._0x6d29c5,0x25e)]);}}}async function showConfig(){const _0x3c5c9b={_0x74f089:0x8e,_0x103a45:0x1b,_0x7e612a:0x10,_0x7e3c6f:0x24,_0x399feb:0x1d,_0x57cb5a:0xd,_0xf225e8:0x2b1,_0x42847f:0x1da,_0x29ff43:0x266,_0x48fbb4:0x307,_0x5808e8:0x6e,_0x1df80c:0x1c,_0x54ed32:0x38,_0xacaace:0x28,_0x4bd11b:0x2d9,_0x4b09b1:0x28a,_0x452b88:0x2ff,_0x51298c:0x269,_0x32288f:0xda,_0x4133c8:0xa9,_0x38331d:0x183,_0x5047e8:0xf8,_0xbd4201:0xe0,_0x464e44:0x2d1,_0x2fab53:0x80,_0x5c180b:0xb8,_0x1c824e:0x7b,_0x454de9:0xd,_0x432e56:0xf7,_0x475f73:0x11c,_0x34429e:0x4,_0x1ab6ec:0x119,_0x2e6bcf:0x3c1,_0x337243:0x345,_0x6ab70d:0x215,_0x3186ba:0x25d,_0x4e98e6:0x3e1,_0x50f922:0x34a,_0x322c18:0x145,_0x4208a4:0xad,_0x4ba987:0x310,_0x123303:0x36d,_0x37467f:0x284,_0x6d75fa:0x29c,_0x1f34e1:0x260,_0x5b88d2:0x59,_0x2b2e44:0xb2,_0x2f6128:0x14,_0x52df6e:0x249,_0x4264b7:0x422,_0x456c10:0x395,_0x63b2f1:0x39d,_0x112881:0x45,_0x26f4a8:0x74,_0x31b9f4:0x60,_0x45c5f5:0x32,_0x25ac82:0x46,_0x357f16:0x3,_0x9bf330:0x66,_0x879ea0:0x2e9,_0x33ce28:0x3d0,_0x3a4f44:0x3cc,_0x56c990:0x39e,_0x1b63bf:0x2c4,_0x44e8ed:0x420,_0x154a31:0x3c4,_0x6ce0c1:0x36c,_0x8668ef:0x371,_0xd95bc0:0x51,_0x36694b:0x41,_0x2f01a1:0x5e,_0x1c7a97:0x109,_0x1a52ee:0x28c,_0x3b4788:0x299,_0x8dd21d:0xcd,_0x4c0a32:0x4c,_0x25c914:0x285,_0x291215:0x366,_0x1e21ec:0x2ec,_0x2de183:0x332,_0x44d4b6:0x205,_0x5cd1ed:0x3fd,_0x5b85eb:0x356,_0x371bf2:0xcb,_0x2654e8:0x6f,_0x318f0f:0x43b,_0x59b07f:0x409,_0x4f6f31:0x35b,_0x2c40df:0x397,_0x4834dc:0x264,_0x29f0b1:0x406,_0x4d6c1d:0x31f,_0x50003c:0x356,_0x2acc38:0x376,_0x24f605:0x63,_0x1589bc:0x81,_0x3eb74f:0x20,_0x422bba:0x9d,_0x432578:0x9c,_0xf14033:0xaa,_0xef03bd:0x58,_0x5a0778:0x7a,_0x5446f5:0x3d1,_0xc1b4a:0xb4,_0x16ea89:0xb4,_0x3875ce:0x30,_0x1c498d:0x65,_0x573b51:0x296,_0xa6585f:0x2c5,_0x2b37a5:0x8,_0x3af724:0xa5,_0x5f12b2:0x10,_0x12fa43:0x330,_0x26fe41:0x38d,_0x19c550:0x2ec,_0x1a78bc:0x2ba,_0x245d56:0x231,_0x56470f:0x3d9,_0x20efc6:0x32b,_0x1d51bd:0x2bb,_0xa2e916:0x343,_0x12e9fe:0x30b,_0x5a91fb:0x2b4,_0x428323:0x35,_0x22d44e:0x1,_0x80f093:0x351,_0x56f043:0x3e,_0x62deab:0x3b,_0x5872c8:0xbd,_0xb81cd2:0xbe,_0x4ec825:0x9b,_0x9247ce:0x25a,_0x3c12be:0x60,_0x6ef24b:0x47,_0x430b97:0x346,_0x1b629e:0x2d2,_0x2c8adf:0x283,_0x1ebbd0:0x383,_0x12bc4f:0x2e6,_0x27830d:0x85,_0x562db6:0xd2,_0x149e14:0xab,_0x2bd3ad:0xa6,_0x551649:0x29,_0x55da2c:0x3c,_0x2d02c0:0x1d,_0x25fd70:0x33a,_0x1e25f9:0xd1,_0x4bfdbb:0x3b5,_0x38861:0x34b,_0x1c15ed:0x386,_0x2762b4:0x2da,_0x4dff92:0x336,_0x3859ea:0x2ef,_0x10cd53:0x405,_0x1609f6:0x3a2,_0x36a31d:0x383,_0x1d82aa:0x34d,_0x2b22b0:0x389,_0x40eb7d:0x64,_0x445a5b:0x71,_0x560db8:0xc,_0x36bbca:0xbe,_0x5edae5:0xe,_0x1cd26e:0x42b,_0x35be8f:0x3ae,_0xe77e2:0x2f,_0x11df17:0x326,_0x4a9b4f:0xa,_0x13fabb:0x95,_0x176f6d:0xca,_0xc3d10e:0xf5,_0x5def60:0x1e,_0x3f1810:0xb1,_0x1ff512:0x1c,_0x48b637:0x7e,_0x38d0e9:0x2d5,_0x4e4204:0x332,_0x4f4b96:0xf2,_0x4c8b7b:0x5a,_0xce6ece:0x48,_0x362b1d:0x36e,_0x571bbd:0x312,_0x4ce4f9:0x389,_0x223b8c:0x294,_0x3949bd:0x8c,_0x583da3:0x83,_0x25eed0:0x4},_0x12262f={_0x34a56e:0x2f2,_0x1b9962:0x8e},_0x125d0e={'JfOfX':_0xba4ce3(-_0x3c5c9b._0x74f089,-_0x3c5c9b._0x103a45,0x40,-_0x3c5c9b._0x7e612a)+_0xba4ce3(-_0x3c5c9b._0x7e3c6f,_0x3c5c9b._0x399feb,0x7a,-0x17)+'nfig\x22\x20for\x20'+_0xba4ce3(0x77,0xa0,0xc,-_0x3c5c9b._0x57cb5a)+'available\x20'+_0x33f255(0x1e2,_0x3c5c9b._0xf225e8,_0x3c5c9b._0x42847f,_0x3c5c9b._0x29ff43),'NWTSb':function(_0x4b80d0){return _0x4b80d0();},'oNPgX':function(_0x1d6eb7){return _0x1d6eb7();},'tryem':function(_0xd59495){return _0xd59495();},'JVGgw':function(_0x3c653e){return _0x3c653e();},'uUdCP':function(_0x11b7c7,_0x191fe8){return _0x11b7c7||_0x191fe8;},'ZImLd':_0x33f255(0x223,0x2ae,_0x3c5c9b._0x48fbb4,0x274),'UYNIH':function(_0x41c265,_0x5202dd){return _0x41c265!==_0x5202dd;},'xluxV':_0xba4ce3(-_0x3c5c9b._0x5808e8,_0x3c5c9b._0x1df80c,_0x3c5c9b._0x54ed32,_0x3c5c9b._0xacaace)+_0x33f255(0x324,_0x3c5c9b._0x4bd11b,_0x3c5c9b._0x4b09b1,_0x3c5c9b._0x452b88)+_0x33f255(_0x3c5c9b._0x51298c,0x2e5,0x294,0x30f),'hOkzJ':_0xba4ce3(_0x3c5c9b._0x32288f,_0x3c5c9b._0x4133c8,0xc8,0x63),'fQNkg':_0xba4ce3(_0x3c5c9b._0x38331d,0x18f,_0x3c5c9b._0x5047e8,_0x3c5c9b._0xbd4201),'eBjZA':_0x33f255(0x28f,0x22e,0x311,_0x3c5c9b._0x464e44),'XWUkr':function(_0x5c76e4,_0x2bda71){return _0x5c76e4===_0x2bda71;},'BkEKC':_0xba4ce3(_0x3c5c9b._0x2fab53,0xe,0x6e,0x3a),'NwBjX':_0xba4ce3(_0x3c5c9b._0x5c180b,_0x3c5c9b._0x1c824e,-_0x3c5c9b._0x454de9,_0x3c5c9b._0x7e3c6f)+_0xba4ce3(0x1b,0x65,_0x3c5c9b._0x432e56,0x56)+'d)','FynFl':_0xba4ce3(_0x3c5c9b._0x475f73,-_0x3c5c9b._0x34429e,_0x3c5c9b._0x1ab6ec,0x77),'spCQG':_0x33f255(_0x3c5c9b._0x2e6bcf,0x3a4,0x2ef,_0x3c5c9b._0x337243)+_0x33f255(0x1e6,0x270,_0x3c5c9b._0x6ab70d,_0x3c5c9b._0x3186ba)+_0x33f255(0x36c,_0x3c5c9b._0x4e98e6,0x3cd,_0x3c5c9b._0x50f922)+'etup.json\x20'+_0xba4ce3(0xfe,0x5e,_0x3c5c9b._0x322c18,_0x3c5c9b._0x4208a4)+_0x33f255(0x25a,0x33e,_0x3c5c9b._0x4ba987,0x2a5),'QEtiP':_0x33f255(0x286,_0x3c5c9b._0x123303,_0x3c5c9b._0x37467f,0x334)+_0x33f255(0x244,_0x3c5c9b._0x6d75fa,0x235,_0x3c5c9b._0x1f34e1)+'g\x20set\x20code'+_0x33f255(0x3b8,0x421,0x302,0x376)+'th\x20/path/t'+_0xba4ce3(0xb8,_0x3c5c9b._0x5b88d2,0x149,0xb0)+'tup'};console[_0xba4ce3(-0x2e,_0x3c5c9b._0x2b2e44,_0x3c5c9b._0x2f6128,0x60)](_0x33f255(_0x3c5c9b._0x52df6e,0x2e4,0x2f6,0x254)+'\x20Configura'+_0x33f255(_0x3c5c9b._0x4264b7,_0x3c5c9b._0x456c10,0x3d3,_0x3c5c9b._0x63b2f1));function _0xba4ce3(_0x44513a,_0x335173,_0x17d426,_0x48d56d){return _0x1d21b5(_0x48d56d- -_0x12262f._0x34a56e,_0x335173-_0x12262f._0x1b9962,_0x17d426,_0x48d56d-0x62);}function _0x33f255(_0xfcb7b8,_0x3a9cda,_0x4257cc,_0x3d6f16){return _0x52cbe1(_0xfcb7b8,_0x3d6f16- -0x134,_0x4257cc-0x12,_0x3d6f16-0x120);}console[_0xba4ce3(_0x3c5c9b._0x112881,_0x3c5c9b._0x26f4a8,_0x3c5c9b._0xbd4201,_0x3c5c9b._0x31b9f4)]('');const _0x40c565=await _0x125d0e['NWTSb'](getCoderSetupPath),_0x838142=await _0x125d0e['oNPgX'](getServerPort),_0x27b77d=await _0x125d0e[_0xba4ce3(-_0x3c5c9b._0x45c5f5,_0x3c5c9b._0x25ac82,_0x3c5c9b._0x357f16,_0x3c5c9b._0x9bf330)](getSslCertPath),_0x2585e7=await getSslKeyPath(),_0xda044=await _0x125d0e[_0x33f255(_0x3c5c9b._0x879ea0,_0x3c5c9b._0x33ce28,_0x3c5c9b._0x3a4f44,0x337)](getSslCaPath),_0x36a041=await _0x125d0e[_0x33f255(_0x3c5c9b._0x56c990,_0x3c5c9b._0x1b63bf,0x389,0x35b)](getTrustProxy);console[_0x33f255(0x387,0x388,0x2de,0x332)]('coder_setu'+_0x33f255(_0x3c5c9b._0x44e8ed,_0x3c5c9b._0x154a31,_0x3c5c9b._0x6ce0c1,_0x3c5c9b._0x8668ef)+(_0x40c565||_0xba4ce3(0x35,_0x3c5c9b._0xd95bc0,_0x3c5c9b._0x36694b,-_0x3c5c9b._0x2f01a1))),console[_0xba4ce3(-0xc,0xa1,_0x3c5c9b._0x1c7a97,0x60)](_0x33f255(_0x3c5c9b._0x1a52ee,0x39a,_0x3c5c9b._0x3b4788,0x32a)+_0xba4ce3(_0x3c5c9b._0x8dd21d,-0x51,0x73,_0x3c5c9b._0x4c0a32)+_0x838142),console[_0x33f255(_0x3c5c9b._0x25c914,_0x3c5c9b._0x291215,_0x3c5c9b._0x1e21ec,_0x3c5c9b._0x2de183)]('ssl_cert_p'+_0x33f255(0x233,_0x3c5c9b._0x44d4b6,0x23f,0x25f)+_0x125d0e['uUdCP'](_0x27b77d,_0x125d0e[_0x33f255(_0x3c5c9b._0x5cd1ed,0x3ed,0x325,_0x3c5c9b._0x5b85eb)])),console[_0xba4ce3(0x9,_0x3c5c9b._0x371bf2,_0x3c5c9b._0x2654e8,0x60)](_0x33f255(_0x3c5c9b._0x318f0f,_0x3c5c9b._0x59b07f,_0x3c5c9b._0x4f6f31,_0x3c5c9b._0x2c40df)+_0x33f255(_0x3c5c9b._0x25c914,0x37a,_0x3c5c9b._0x4834dc,0x2f8)+_0x125d0e['uUdCP'](_0x2585e7,_0x125d0e[_0x33f255(_0x3c5c9b._0x29f0b1,_0x3c5c9b._0x4d6c1d,0x2cb,_0x3c5c9b._0x50003c)])),console[_0x33f255(_0x3c5c9b._0x154a31,0x376,_0x3c5c9b._0x2acc38,_0x3c5c9b._0x2de183)](_0xba4ce3(_0x3c5c9b._0x24f605,-_0x3c5c9b._0x1589bc,_0x3c5c9b._0x9bf330,_0x3c5c9b._0x3eb74f)+'h:\x20\x20\x20\x20\x20\x20'+(_0xda044||'(not\x20set)')),console['log'](_0xba4ce3(-_0x3c5c9b._0x422bba,-_0x3c5c9b._0x432578,0x1a,-0x7f)+_0x33f255(0x2fa,0x2fc,0x200,0x25c)+(_0x125d0e[_0xba4ce3(-_0x3c5c9b._0xf14033,-_0x3c5c9b._0xef03bd,-0x23,-_0x3c5c9b._0x5a0778)](_0x36a041,null)?_0x36a041:_0x125d0e['ZImLd'])),console[_0x33f255(_0x3c5c9b._0x5446f5,0x2a0,0x2b9,_0x3c5c9b._0x2de183)](''),console[_0x33f255(0x365,0x33b,0x346,0x332)](_0xba4ce3(_0x3c5c9b._0xc1b4a,0x7f,-0xc,0x3b)+_0x125d0e[_0xba4ce3(0xb7,_0x3c5c9b._0x16ea89,-_0x3c5c9b._0x3875ce,_0x3c5c9b._0x1c498d)](getConfigPath)),console['log']('');if(_0x40c565){console[_0x33f255(0x340,_0x3c5c9b._0x573b51,_0x3c5c9b._0xa6585f,_0x3c5c9b._0x2de183)](_0x125d0e[_0xba4ce3(-_0x3c5c9b._0x2b37a5,-_0x3c5c9b._0x3af724,_0x3c5c9b._0x5f12b2,-0x32)]),console[_0x33f255(_0x3c5c9b._0x12fa43,_0x3c5c9b._0x12fa43,_0x3c5c9b._0x26fe41,0x332)]('');const _0x1c3af1=_0x1f6408[_0x33f255(_0x3c5c9b._0x19c550,_0x3c5c9b._0x1a78bc,_0x3c5c9b._0x245d56,0x298)](_0x40c565,_0x125d0e['hOkzJ']);try{const _0xc65e1=await _0x8e2c83[_0x33f255(0x34d,0x29a,_0x3c5c9b._0x56470f,_0x3c5c9b._0x20efc6)](_0x1c3af1,_0x125d0e[_0x33f255(_0x3c5c9b._0x1d51bd,_0x3c5c9b._0xa2e916,_0x3c5c9b._0x12e9fe,_0x3c5c9b._0x5a91fb)]),_0x2edfb0=JSON[_0xba4ce3(-0x6d,0xa8,_0x3c5c9b._0x428323,_0x3c5c9b._0x22d44e)](_0xc65e1);console[_0x33f255(0x323,_0x3c5c9b._0x80f093,0x3da,0x332)](JSON['stringify'](_0x2edfb0,null,-0x33*-0x71+0x8f*0x9+-0x1b88)),console[_0xba4ce3(-_0x3c5c9b._0x56f043,0x55,0xed,0x60)](''),console[_0x33f255(0x350,0x3a5,0x338,0x332)](_0xba4ce3(0xb9,0x46,_0x3c5c9b._0x4133c8,_0x3c5c9b._0x62deab)+_0x1c3af1);}catch(_0x2af970){_0x125d0e['eBjZA']===_0x125d0e[_0xba4ce3(0x69,_0x3c5c9b._0x5872c8,_0x3c5c9b._0x1df80c,0xc2)]?_0x125d0e[_0xba4ce3(-0xb6,-0x45,-_0x3c5c9b._0xb81cd2,-0x11)](_0x2af970[_0xba4ce3(0xbc,_0x3c5c9b._0x1c498d,_0x3c5c9b._0x4ec825,0x94)],_0x125d0e[_0x33f255(0x254,0x27a,0x21d,_0x3c5c9b._0x9247ce)])?(console[_0xba4ce3(_0x3c5c9b._0x2f01a1,-0x15,0x10f,_0x3c5c9b._0x3c12be)](_0x125d0e[_0xba4ce3(0xdc,0xf6,0xdc,_0x3c5c9b._0x6ef24b)]),console[_0x33f255(0x283,_0x3c5c9b._0x430b97,0x3dd,0x332)](''),console['log'](_0x33f255(_0x3c5c9b._0x1b629e,_0x3c5c9b._0x2c8adf,_0x3c5c9b._0x1ebbd0,_0x3c5c9b._0x12bc4f)+_0xba4ce3(_0x3c5c9b._0x27830d,_0x3c5c9b._0x562db6,0x112,_0x3c5c9b._0x149e14)+_0x1c3af1)):_0x125d0e[_0xba4ce3(-_0x3c5c9b._0x2bd3ad,-0xa8,_0x3c5c9b._0x551649,-0x7a)](_0xba4ce3(-0x5f,-_0x3c5c9b._0x55da2c,0x5a,-_0x3c5c9b._0x2d02c0),_0x33f255(0x418,_0x3c5c9b._0x25fd70,0x442,0x3af))?console[_0xba4ce3(_0x3c5c9b._0x1e25f9,0x3c,0xe3,0x60)](_0x33f255(_0x3c5c9b._0x4ba987,_0x3c5c9b._0x4bfdbb,_0x3c5c9b._0x38861,0x326)+_0x33f255(_0x3c5c9b._0x1c15ed,_0x3c5c9b._0x2762b4,_0x3c5c9b._0x4dff92,0x2fc)+_0x33f255(_0x3c5c9b._0x3859ea,_0x3c5c9b._0x10cd53,0x361,0x39c)+_0x2af970[_0x33f255(0x417,0x430,_0x3c5c9b._0x1609f6,_0x3c5c9b._0x36a31d)]):(_0x58e31a[_0x33f255(0x362,_0x3c5c9b._0x1d82aa,0x39e,_0x3c5c9b._0x2b22b0)](_0xba4ce3(-_0x3c5c9b._0x40eb7d,-_0x3c5c9b._0x2654e8,-_0x3c5c9b._0x445a5b,-_0x3c5c9b._0x560db8)+_0xba4ce3(-_0x3c5c9b._0x36bbca,0x31,0x2,-_0x3c5c9b._0x5edae5)+'n\x20key:\x20'+_0x944efe),_0x1876ee[_0x33f255(_0x3c5c9b._0x1cd26e,0x325,_0x3c5c9b._0x35be8f,0x389)](_0x125d0e['JfOfX']),_0x242b62[_0x33f255(0x33e,0x42d,0x42f,0x3aa)](-0x1*-0x1651+-0x94e+-0x4a*0x2d)):_0x482f50[_0xba4ce3(0xe9,-_0x3c5c9b._0x3875ce,-_0x3c5c9b._0xe77e2,0x60)](_0x33f255(0x32c,0x2d7,0x3a2,_0x3c5c9b._0x11df17)+_0xba4ce3(0xc3,-_0x3c5c9b._0x5808e8,-_0x3c5c9b._0x4a9b4f,0x2a)+_0xba4ce3(_0x3c5c9b._0x149e14,_0x3c5c9b._0x13fabb,0x122,_0x3c5c9b._0x176f6d)+_0x159b39[_0xba4ce3(_0x3c5c9b._0xc3d10e,0xf3,_0x3c5c9b._0x5def60,_0x3c5c9b._0x3f1810)]);}}else _0x125d0e[_0xba4ce3(-0x24,_0x3c5c9b._0x1ff512,-_0x3c5c9b._0x48b637,-_0x3c5c9b._0xacaace)]===_0x125d0e['FynFl']?(console[_0x33f255(_0x3c5c9b._0x38d0e9,0x39c,0x3a5,_0x3c5c9b._0x4e4204)](_0x125d0e[_0xba4ce3(_0x3c5c9b._0x4f4b96,-_0x3c5c9b._0x4c8b7b,0xa,_0x3c5c9b._0xce6ece)]),console['log'](_0x125d0e[_0x33f255(0x2e8,_0x3c5c9b._0x430b97,0x300,0x395)])):_0x108ba9[_0x33f255(_0x3c5c9b._0x362b1d,_0x3c5c9b._0x571bbd,0x34a,_0x3c5c9b._0x4ce4f9)](_0x33f255(0x25d,0x287,0x24d,_0x3c5c9b._0x223b8c)+_0xba4ce3(_0x3c5c9b._0x7e3c6f,_0x3c5c9b._0x3949bd,_0x3c5c9b._0x583da3,0x98)+_0xba4ce3(0x86,0x98,_0x3c5c9b._0x25eed0,0xe)+'\x20'+_0x1f7b00);}
|
|
1
|
+
(function(_0xfd43b1,_0x1449fb){const _0x3a7149={_0x40447f:0x91,_0x1fa52a:0x57,_0x4f7735:0x31,_0x3ae1d2:0x10c,_0x321788:0xe7,_0x3d6ec5:0x102,_0x5e24db:0x47,_0x400279:0x21,_0x43af10:0x48,_0x11061d:0x170,_0x43bb37:0x111,_0x4fafc4:0x6f,_0x13b812:0x51,_0x373703:0x19,_0x1abd6d:0x11f,_0x2a7595:0x13,_0x3f8acc:0x79,_0x89597:0x1b5,_0x1e712e:0x181,_0x1ccc61:0x128,_0x415129:0x14c,_0x24402b:0x139,_0x2422ca:0x87,_0x32e3fa:0x163,_0xb51e3a:0x1c4,_0x5b9252:0x1a1};function _0x3efe0d(_0x288c21,_0x37ead3,_0x3de05d,_0x192ec3){return _0x3e23(_0x192ec3- -0x296,_0x3de05d);}function _0x47ca12(_0xd5d806,_0x7f2f5b,_0x316f59,_0xf31a65){return _0x3e23(_0x7f2f5b- -0x92,_0xd5d806);}const _0x1ea312=_0xfd43b1();while(!![]){try{const _0x45c287=parseInt(_0x3efe0d(-0x5d,-_0x3a7149._0x40447f,_0x3a7149._0x1fa52a,-_0x3a7149._0x4f7735))/(0x19a4+-0x401*0x3+-0xda0)*(parseInt(_0x3efe0d(-0x169,-_0x3a7149._0x3ae1d2,-_0x3a7149._0x321788,-_0x3a7149._0x3d6ec5))/(0x11b*-0x1d+0x2149+-0x138))+parseInt(_0x3efe0d(-0xc2,-_0x3a7149._0x5e24db,-_0x3a7149._0x400279,-_0x3a7149._0x43af10))/(-0xd*-0x2b5+-0x3d7*-0x1+-0x2705)*(parseInt(_0x3efe0d(-0x16f,-0x1c2,-_0x3a7149._0x11061d,-_0x3a7149._0x43bb37))/(0x1*-0x1fd5+-0x21*-0x111+-0xd6*0x4))+-parseInt(_0x3efe0d(-_0x3a7149._0x4fafc4,_0x3a7149._0x13b812,-_0x3a7149._0x373703,-0x15))/(-0x1e8a+-0x3*-0xbaf+-0x23f*0x2)*(parseInt(_0x3efe0d(-_0x3a7149._0x1abd6d,-0x16,_0x3a7149._0x2a7595,-_0x3a7149._0x3f8acc))/(-0x22a6+-0xd4*-0x13+0x978*0x2))+parseInt(_0x3efe0d(-0x65,-_0x3a7149._0x89597,-0xc7,-0x109))/(0x1bc4+0x102c+-0x2be9)*(-parseInt(_0x3efe0d(-0x153,-_0x3a7149._0x1e712e,-0x89,-_0x3a7149._0x1ccc61))/(-0x30e+-0xaab+0x1f7*0x7))+parseInt(_0x3efe0d(-0x1a1,-_0x3a7149._0x415129,-_0x3a7149._0x24402b,-0x10e))/(0xf23+-0x162c+-0xb5*-0xa)*(parseInt(_0x3efe0d(0x89,-_0x3a7149._0x2422ca,0x9e,0x15))/(-0x1*-0x3ec+0x726+-0xb08))+-parseInt(_0x47ca12(0x140,_0x3a7149._0x32e3fa,_0x3a7149._0xb51e3a,0x1f9))/(0x9b9*-0x4+-0x2*0x4a2+-0x1011*-0x3)+parseInt(_0x47ca12(0x205,0x1e2,0x225,_0x3a7149._0x5b9252))/(0x3*-0x41d+0x2b*0xd6+0x25*-0xa3);if(_0x45c287===_0x1449fb)break;else _0x1ea312['push'](_0x1ea312['shift']());}catch(_0x4adb0b){_0x1ea312['push'](_0x1ea312['shift']());}}}(_0x9291,0x5*0x613+0x5132b+0x6309b));import{promises as _0x357de1}from'fs';import _0xb9ea05 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(['coder_setu'+_0x2acbf8(0x2e0,0x250,0x284,0x1fd),_0x2acbf8(0xb0,0x11d,0x10c,0xc6)+'t','ssl_cert_p'+_0x2acbf8(0x2c4,0x235,0x28f,0x29c),_0x2acbf8(0xb0,0x142,0x9a,0x15b)+'th',_0x2acbf8(0x168,0x218,0x295,0x206)+'h',_0x3a8618(-0x109,-0x6f,-0x10c,-0xef)+'y']),SETUP_JSON_KEYS=new Set(['ssh_host',_0x2acbf8(0x104,0x166,0x19d,0xe5)+_0x2acbf8(0x26c,0x1df,0x1de,0x1ed),_0x2acbf8(0x2a5,0x232,0x246,0x28a)+'ge','name']);export async function handleConfig(_0x413303){const _0x589d62={_0x3b716d:0x193,_0x1cb750:0x1f6,_0x330c6d:0x18e,_0x156e81:0x132,_0x4a0065:0x177,_0x27f47b:0x2b0,_0x3b7b50:0x282,_0x160cef:0x2e1,_0x22b2a5:0x258,_0x25e742:0x2c7,_0x2b1de0:0x1ce,_0x34cdbb:0xe2,_0x2e8cd2:0x15f,_0x4307c5:0x1c3,_0x3655b8:0x209,_0x4686ed:0x278,_0x4d1165:0x15a,_0x5f2590:0x166,_0x37fb77:0x1d8,_0x4d15f3:0x127,_0x5888d0:0x14f,_0x3c17f0:0xfb,_0x327ed9:0x1bf,_0x1d16ad:0x205,_0x591833:0x3ce,_0x1bc0dd:0x28f,_0x57accf:0x2a9,_0x2c96d6:0x2ca,_0x24788f:0x23c,_0x4ea760:0x12c,_0x17ecb3:0xbe,_0x127968:0x1a5,_0x637b43:0x1ec,_0x280177:0x212,_0x343ed3:0x2c0,_0x42b797:0x339,_0x59d6e9:0x338,_0x5d702f:0x2a8,_0x31d4c0:0x286,_0x3f42a0:0x2eb,_0x5bb95c:0x250,_0xc1c8fd:0x2a1,_0x2896c6:0x20f,_0x33fa7b:0x143,_0x4fe39a:0x1c0,_0x54eade:0x128,_0x59acda:0x123,_0xd5ba28:0x1b3,_0x523866:0x1cd,_0x3a9d9b:0x279},_0x6904f0={_0x1a0537:0x1a8};function _0x2c2b9f(_0x20a685,_0x2ff222,_0x1386c8,_0x1b0c48){return _0x3a8618(_0x20a685-_0x6904f0._0x1a0537,_0x1386c8-0x218,_0x20a685,_0x1b0c48-0x46);}const _0x2aae27={'LMSYJ':function(_0x41f279){return _0x41f279();},'hpdkW':_0x2c2b9f(_0x589d62._0x3b716d,_0x589d62._0x1cb750,0x1d7,_0x589d62._0x330c6d),'OpwKK':function(_0x2e72e6,_0x20da2a,_0x4fa840){return _0x2e72e6(_0x20da2a,_0x4fa840);},'HkfLu':'get','ZKiBX':function(_0x5001cd,_0x5a15a2){return _0x5001cd(_0x5a15a2);},'EGbVC':'remove','cUGAZ':'unset','YPdXY':function(_0x49677a,_0xb96819){return _0x49677a(_0xb96819);},'cPnEL':_0x2c2b9f(0x155,0xc6,_0x589d62._0x156e81,_0x589d62._0x4a0065)+_0x2c2b9f(0x213,_0x589d62._0x27f47b,_0x589d62._0x3b7b50,_0x589d62._0x160cef)+_0x4527d5(_0x589d62._0x22b2a5,_0x589d62._0x22b2a5,0x23d,_0x589d62._0x25e742)+_0x2c2b9f(0xe3,_0x589d62._0x2b1de0,0x17e,_0x589d62._0x34cdbb)+_0x2c2b9f(_0x589d62._0x2e8cd2,0x130,_0x589d62._0x4307c5,0x1a9)},_0x28a806=_0x413303[0x3*-0x713+-0xd68+0x22a1];!_0x28a806&&(_0x2aae27['LMSYJ'](showUsage),process[_0x4527d5(0x1e1,_0x589d62._0x3655b8,0x2c7,_0x589d62._0x4686ed)](0x6ad+0x69*-0x2e+-0xc32*-0x1));function _0x4527d5(_0x329ddf,_0x7ddaac,_0x5b6d53,_0x4c88d6){return _0x2acbf8(_0x329ddf-0x140,_0x4c88d6-0xd4,_0x5b6d53-0x1ab,_0x7ddaac);}try{switch(_0x28a806){case _0x2aae27[_0x2c2b9f(_0x589d62._0x4d1165,_0x589d62._0x5f2590,0x1fc,0x1a4)]:await _0x2aae27['OpwKK'](setConfig,_0x413303[-0x1f*-0x32+0x1833+-0x1e40],_0x413303[0x165e+-0x23f4+0xd98]);break;case _0x2aae27['HkfLu']:await _0x2aae27[_0x4527d5(0x3d7,0x36e,0x3db,0x32b)](getConfig,_0x413303[0x7ee+-0x427*0x7+0x549*0x4]);break;case _0x2aae27[_0x2c2b9f(_0x589d62._0x37fb77,_0x589d62._0x4d15f3,_0x589d62._0x5888d0,_0x589d62._0x3c17f0)]:case _0x2aae27[_0x4527d5(_0x589d62._0x327ed9,_0x589d62._0x1d16ad,0x26a,0x213)]:await _0x2aae27[_0x4527d5(_0x589d62._0x591833,0x380,_0x589d62._0x1bc0dd,0x325)](removeConfig,_0x413303[0x7*-0x24b+-0xe09+0x1e17]);break;case _0x4527d5(_0x589d62._0x57accf,_0x589d62._0x2c96d6,0x1d5,_0x589d62._0x24788f):await showConfig();break;default:console[_0x2c2b9f(_0x589d62._0x4ea760,_0x589d62._0x17ecb3,0x145,_0x589d62._0x127968)](_0x2c2b9f(0x2a7,_0x589d62._0x637b43,_0x589d62._0x280177,_0x589d62._0x343ed3)+_0x4527d5(_0x589d62._0x42b797,_0x589d62._0x59d6e9,_0x589d62._0x5d702f,_0x589d62._0x31d4c0)+_0x28a806),console['error'](_0x2aae27[_0x4527d5(_0x589d62._0x3f42a0,_0x589d62._0x5bb95c,0x299,_0x589d62._0xc1c8fd)]),process[_0x4527d5(0x2a0,0x20b,0x271,0x278)](-0x503*0x7+-0x3ad*0x5+-0x3577*-0x1);}}catch(_0x4c3cef){console[_0x4527d5(_0x589d62._0x2896c6,_0x589d62._0x33fa7b,_0x589d62._0x4fe39a,0x1f6)]('Error:\x20'+_0x4c3cef[_0x2c2b9f(_0x589d62._0x54eade,_0x589d62._0x59acda,_0x589d62._0xd5ba28,_0x589d62._0x523866)]),process[_0x4527d5(_0x589d62._0x3a9d9b,0x268,0x252,0x278)](-0x2450+0xc6c+0x17e5);}}function showUsage(){const _0x4b815c={_0x2b9c24:0x3c2,_0x4f0e2f:0x2ec,_0x1c819b:0x380,_0x5d355b:0x3f1,_0x455282:0x3d0,_0x1d3c73:0x38c,_0x33ef62:0x41b,_0x1c484f:0x380,_0x2ba015:0x361,_0x5443fe:0x3ad,_0x488c35:0x5e,_0x33efaa:0x36,_0x1b02fd:0x23,_0x250cc1:0x4cd,_0x3ad3a5:0x4a6,_0x54cdb3:0x4a5,_0x258430:0x4a3,_0x55b938:0x56a,_0x21e5d9:0x4e3,_0x3c5ed6:0x9e,_0x314434:0x41,_0x2710ba:0x3fa,_0x2b629e:0x64,_0x58cc22:0x29,_0x347882:0x1a,_0x222d1e:0x1d,_0x4bd174:0xaf,_0x21a8a6:0x2d,_0x19a2f5:0x43d,_0x1c4bcf:0x19,_0x5ac89e:0xa1,_0x52a57a:0x19,_0x52cf8b:0x3e1,_0x4d7b08:0x439,_0x5e9210:0x4c3,_0x9b8edd:0x523,_0x102a08:0x4af,_0x54d9e6:0x433,_0x5018a4:0x41e,_0x3910c8:0xc8,_0x2bdbe3:0x25,_0x339696:0x2a,_0x372a6f:0x3f,_0x379ed9:0x49,_0x37ab94:0x3,_0x5281f5:0x2c,_0x5c674d:0x0,_0x107752:0x521,_0x576d2d:0x41e,_0x8e0899:0x480,_0x5297fb:0x18,_0x59156a:0x417,_0x1d8211:0x428,_0x573056:0x49f,_0x546a21:0x73,_0x5e636e:0xe9,_0x3922a4:0x87,_0x237eb6:0x10c,_0x1171e4:0x11e,_0x468786:0x41a,_0xb8083f:0x4ba,_0x4ba92d:0x45,_0x2c4bc6:0x89,_0x3bc7df:0x50,_0x5913d0:0x17,_0x174f68:0x5a,_0x16a937:0x4df,_0x25c28b:0x1b,_0x1ce9a3:0x12f,_0xa26e17:0x44b,_0x4790f2:0x489,_0x28318d:0x3b3,_0x1c1082:0x519,_0x13d5ef:0x4f3,_0x4b932d:0x4e7,_0x4e9090:0x99,_0x530b51:0xb,_0x3299b2:0x1c,_0x1de866:0x46f,_0x191aa1:0x527,_0x5e18ff:0x45e,_0x1f0b41:0x49e,_0x8c2017:0x420,_0x54b0fb:0x471,_0xfbbc28:0x3cc,_0x4e7244:0x69,_0x20c0cf:0x58,_0x3e9632:0x106,_0x4f312b:0x4f,_0x5596a0:0x8d,_0x3f6c1f:0x27,_0x2c0bd7:0x485,_0x47c0d4:0x3f7,_0x3e50ad:0x404,_0x3c5c40:0x5d,_0x4c3f61:0x70,_0x3278d8:0x23,_0x1016b5:0x452,_0x2963c6:0x3b3,_0x4f0a43:0x403,_0x5c4c9f:0x4b3,_0x429861:0x66,_0x3fa3e7:0xaf,_0x281b50:0x12,_0x377f05:0x53,_0x138828:0x98,_0x5ed6f7:0x74,_0x415a12:0x38,_0x31fbf8:0x1e,_0x1b4508:0x83,_0x4c284a:0x52,_0x50393b:0x3b3,_0x5c1857:0x42e,_0x1fa428:0x4de,_0x32d94e:0x3f2,_0x560a53:0x4bd,_0x63ca45:0x3af,_0x10bcff:0x422,_0x5a436c:0x78,_0x5bd7f9:0x37,_0x1239e3:0x3fa,_0x322d02:0x67,_0xe96006:0x125,_0x23e3cd:0x8c,_0x2d2e35:0x54,_0x1ef777:0x3ab,_0x50be88:0x49e,_0x3c3c68:0x456,_0x43036a:0x364,_0x42fdcc:0x3e0,_0x42da6e:0x3ab,_0x1e4033:0x35,_0x4af162:0x77,_0x35ceaa:0x3f5,_0x3ef7f6:0x317,_0x2126d3:0xe0,_0x216be1:0xf,_0x1657d1:0x7b,_0x41d287:0x19,_0x56d34b:0x427,_0x43fd9c:0x338,_0x106fe5:0x35a,_0x15a12d:0x3d2,_0x2702c6:0x67,_0x19a3de:0x111,_0x1a44bf:0x4a,_0xbdf3ad:0x494,_0x5085f9:0x479,_0x223b51:0x4ec,_0x943b1d:0x443,_0x4aabd6:0x455,_0x562461:0x16,_0x3a14af:0x16,_0x5b2f5f:0x132,_0xd8f6c9:0x59,_0x83e0f8:0x46,_0x50c4c5:0x82,_0x2ce31d:0x3af,_0x4dab6a:0x37d,_0x16daf4:0x41b,_0x3927d5:0x112,_0x185759:0x116,_0x595c35:0x336,_0x4f84e8:0x17,_0x22d796:0x2c,_0x15d736:0xde,_0xc66d9a:0x75,_0x48ee65:0x443,_0x8390c1:0x3bf,_0x4f9c2a:0xe,_0x4ff82e:0xa6,_0x3e018e:0x57,_0x4ad925:0x4a3,_0x1cd517:0x51f,_0x30e24c:0x49c,_0x560254:0xd9,_0x269603:0x411,_0x26163f:0x3ee,_0xaddb00:0x32e,_0x1fd575:0x11,_0x36d205:0x6c,_0x50d777:0x330,_0x59f201:0x337,_0x5a68e1:0x3b4,_0x5e795b:0x40e,_0x461e62:0x7e,_0xdc3715:0x14,_0x83397e:0x3e,_0x5bf501:0x70,_0x4f4462:0x3f6,_0x4206a9:0x40c,_0x280f87:0x470,_0x2069c2:0x496,_0x144964:0x4aa,_0xbfdc55:0x397,_0x1ff687:0x339,_0x2c225d:0x42c,_0x9687ec:0x3cd,_0x2b4485:0x421,_0x1c9a5e:0x4c4,_0x4e0b86:0xed,_0x22221a:0x8c,_0x3a17b3:0xbb,_0x5156cd:0x76,_0xbba435:0x324,_0xdceba0:0x321,_0x3c3c17:0x305,_0x4cbdca:0x3ab,_0x217fcc:0x502,_0x2d5515:0x4b3,_0x7235fd:0x31f,_0x2508de:0x37b,_0x583aeb:0x4f,_0x40aef1:0x8c,_0x4f6a21:0x113,_0x188c2c:0xa2,_0x24760a:0x90,_0x23714f:0x88,_0x58792a:0x36,_0x58428b:0x96,_0x2d7574:0x469,_0x358c90:0x42e,_0x4df3d3:0x3bc,_0x2e73fc:0x43b,_0x496a31:0x437,_0x19b17f:0x41d,_0x4c4513:0x3c,_0x26fe00:0xb0,_0x59095c:0x114,_0x2787cb:0x393,_0x25a137:0x33,_0x5b7d6a:0xeb,_0x503757:0xb5,_0x16c4f0:0x3f4,_0x28128a:0x4bc,_0x2acf37:0x482,_0x137088:0x451,_0x4efbb8:0x436},_0x2e7151={_0x28d5d2:0xf5},_0x448b99={_0x268fcf:0x47e},_0x285e0b={};_0x285e0b[_0x7d2f13(_0x4b815c._0x2b9c24,0x4a5,0x386,0x406)]=_0x7d2f13(0x40b,0x3b4,_0x4b815c._0x4f0e2f,_0x4b815c._0x1c819b)+'|25|7|21|1'+'0|23|8|6|1'+'8|5|4|26|1'+_0x7d2f13(_0x4b815c._0x5d355b,0x3c4,_0x4b815c._0x455282,_0x4b815c._0x1d3c73)+_0x7d2f13(0x46a,0x487,0x402,_0x4b815c._0x33ef62)+_0x7d2f13(_0x4b815c._0x1c484f,0x413,_0x4b815c._0x2ba015,_0x4b815c._0x5443fe),_0x285e0b['SjQzs']='\x20\x20task_sto'+'rage\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0xe3a500(-_0x4b815c._0x488c35,_0x4b815c._0x33efaa,_0x4b815c._0x1b02fd,-0x50)+_0x7d2f13(_0x4b815c._0x250cc1,0x486,_0x4b815c._0x3ad3a5,0x4ac),_0x285e0b[_0x7d2f13(_0x4b815c._0x54cdb3,_0x4b815c._0x258430,_0x4b815c._0x55b938,_0x4b815c._0x21e5d9)]=_0xe3a500(-_0x4b815c._0x3c5ed6,-0x3e,-_0x4b815c._0x314434,-0x5d)+_0x7d2f13(0x468,0x432,_0x4b815c._0x2710ba,0x425)+'\x20\x20Setup\x20na'+'me',_0x285e0b['hzWRn']='Commands:',_0x285e0b['NXwFY']=_0xe3a500(_0x4b815c._0x2b629e,_0x4b815c._0x58cc22,0x2f,0xa)+'ath\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0xe3a500(-_0x4b815c._0x347882,-_0x4b815c._0x222d1e,-_0x4b815c._0x4bd174,-_0x4b815c._0x21a8a6)+_0x7d2f13(0x55d,0x4a2,0x44b,0x4ca)+_0x7d2f13(_0x4b815c._0x19a2f5,0x595,0x51b,0x4e5);function _0x7d2f13(_0xcd912c,_0xa26786,_0x274e64,_0x32f364){return _0x3a8618(_0xcd912c-0x133,_0x32f364-_0x448b99._0x268fcf,_0xcd912c,_0x32f364-0x135);}function _0xe3a500(_0x1c2592,_0x5d0d11,_0x44be34,_0x10c0ff){return _0x3a8618(_0x1c2592-0x8a,_0x5d0d11-0x47,_0x44be34,_0x10c0ff-_0x2e7151._0x28d5d2);}_0x285e0b[_0xe3a500(0xb6,_0x4b815c._0x1c4bcf,0x26,0xa3)]=_0xe3a500(-0x28,_0x4b815c._0x488c35,-0x17,0x101)+_0xe3a500(-0x30,-_0x4b815c._0x5ac89e,-_0x4b815c._0x52a57a,-0xbe)+_0x7d2f13(_0x4b815c._0x52cf8b,_0x4b815c._0x4d7b08,_0x4b815c._0x5e9210,0x411)+_0x7d2f13(0x447,_0x4b815c._0x9b8edd,0x459,_0x4b815c._0x102a08)+'e\x20key\x20file',_0x285e0b[_0x7d2f13(0x4b3,0x3c3,_0x4b815c._0x54d9e6,_0x4b815c._0x5018a4)]=_0xe3a500(-0x100,-0x75,-_0x4b815c._0x3910c8,-0x11d)+'key>\x20\x20\x20\x20\x20\x20'+'\x20Remove\x20a\x20'+_0xe3a500(_0x4b815c._0x2bdbe3,_0x4b815c._0x339696,-_0x4b815c._0x372a6f,0x55)+_0xe3a500(-0xe2,-0x3b,_0x4b815c._0x379ed9,-0x3e),_0x285e0b[_0xe3a500(-_0x4b815c._0x37ab94,_0x4b815c._0x5281f5,_0x4b815c._0x372a6f,0xc4)]=_0xe3a500(-0x5e,-0x44,-0x93,_0x4b815c._0x5c674d)+_0x7d2f13(0x486,_0x4b815c._0x107752,_0x4b815c._0x576d2d,_0x4b815c._0x8e0899)+_0xe3a500(0xe,-0x26,-_0x4b815c._0x372a6f,_0x4b815c._0x5297fb)+_0x7d2f13(_0x4b815c._0x59156a,_0x4b815c._0x1d8211,0x4be,_0x4b815c._0x573056)+_0xe3a500(-0xc6,-_0x4b815c._0x546a21,-_0x4b815c._0x5e636e,-_0x4b815c._0x3922a4)+'y',_0x285e0b[_0xe3a500(0x0,-0x7e,-0x85,-_0x4b815c._0x237eb6)]=_0x7d2f13(0x50f,0x50b,0x4f6,0x4ba)+'rver\x20confi'+_0xe3a500(-0x11c,-0xa9,-0x2f,-_0x4b815c._0x1171e4),_0x285e0b['wruLE']=_0x7d2f13(0x4e4,_0x4b815c._0x468786,0x419,_0x4b815c._0xb8083f)+_0xe3a500(-_0x4b815c._0x4ba92d,-0x33,-0xe1,-0x4c)+_0xe3a500(_0x4b815c._0x2c4bc6,0x1d,0x5b,-_0x4b815c._0x372a6f)+_0xe3a500(-_0x4b815c._0x3bc7df,0x10,0x21,0x28)+'th\x20/path/t'+'o/coder-se'+_0xe3a500(-_0x4b815c._0x5913d0,-_0x4b815c._0x174f68,-0xfd,0x38),_0x285e0b['PDKNP']=_0x7d2f13(0x43d,0x41a,_0x4b815c._0x16a937,0x498)+_0xe3a500(_0x4b815c._0x25c28b,0x7b,0xd9,_0x4b815c._0x1ce9a3)+'\x20Set\x20a\x20con'+_0x7d2f13(_0x4b815c._0xa26e17,_0x4b815c._0x4790f2,_0x4b815c._0x28318d,0x41d)+_0x7d2f13(0x465,_0x4b815c._0x1c1082,_0x4b815c._0x13d5ef,_0x4b815c._0x4b932d),_0x285e0b[_0xe3a500(-0x14d,-_0x4b815c._0x4e9090,-0x107,-0x5d)]='\x20\x20coder-se'+_0xe3a500(_0x4b815c._0x530b51,-0x33,_0x4b815c._0x530b51,-_0x4b815c._0x3299b2)+_0x7d2f13(_0x4b815c._0x1de866,0x387,0x3f5,0x42c)+_0x7d2f13(0x411,_0x4b815c._0x191aa1,_0x4b815c._0x5e18ff,_0x4b815c._0x1f0b41)+_0x7d2f13(0x3f5,0x45e,0x521,0x48a),_0x285e0b[_0x7d2f13(0x3af,_0x4b815c._0x8c2017,_0x4b815c._0x54b0fb,_0x4b815c._0xfbbc28)]=_0xe3a500(-_0x4b815c._0x4e7244,-0x14,0x13,-0xe)+'_path\x20\x20\x20\x20\x20'+_0xe3a500(-0x53,-0x26,-_0x4b815c._0x20c0cf,0x1e)+'SSL\x20certif'+_0xe3a500(-_0x4b815c._0x3e9632,-0x5b,0x38,0x3c),_0x285e0b[_0xe3a500(_0x4b815c._0x4f312b,_0x4b815c._0x5596a0,0xa1,_0x4b815c._0x3f6c1f)]='\x20\x20coder-se'+_0x7d2f13(_0x4b815c._0x2c0bd7,_0x4b815c._0x47c0d4,0x475,_0x4b815c._0x3e50ad)+_0xe3a500(0xea,0x6f,_0x4b815c._0x3c5c40,0x99)+'er_port\x2080'+'80',_0x285e0b['Tnblj']='\x20\x20show\x20\x20\x20\x20'+_0xe3a500(-_0x4b815c._0x4c3f61,-0x12,-0xb,-_0x4b815c._0x3278d8)+_0x7d2f13(0x413,_0x4b815c._0x1016b5,0x4d1,0x4a3)+_0x7d2f13(0x415,_0x4b815c._0x2963c6,_0x4b815c._0x4f0a43,0x461)+'ion',_0x285e0b[_0x7d2f13(0x4e6,0x48b,0x516,_0x4b815c._0x5c4c9f)]=_0xe3a500(-_0x4b815c._0x429861,-_0x4b815c._0x3fa3e7,-0xaa,-0x12d)+_0xe3a500(0x32,-_0x4b815c._0x281b50,0x1a,_0x4b815c._0x377f05)+_0xe3a500(-0xf8,-0x64,-0x25,-_0x4b815c._0x138828)+'\x20for\x20envir'+_0xe3a500(-_0x4b815c._0x5ed6f7,_0x4b815c._0x415a12,_0x4b815c._0x31fbf8,_0x4b815c._0x1b4508),_0x285e0b['saVGv']='Server\x20con'+_0xe3a500(_0x4b815c._0x4c284a,-_0x4b815c._0x347882,-0xb7,-_0x4b815c._0x347882)+_0x7d2f13(0x408,0x49a,_0x4b815c._0x50393b,0x403)+'red\x20in\x20~/.'+_0x7d2f13(0x4b2,0x4f3,_0x4b815c._0x5c1857,_0x4b815c._0x1fa428)+_0x7d2f13(_0x4b815c._0x32d94e,_0x4b815c._0x560a53,_0x4b815c._0x63ca45,_0x4b815c._0x10bcff);const _0x508ab4=_0x285e0b,_0x4c0500=_0x508ab4[_0xe3a500(-_0x4b815c._0x5a436c,-0x31,-0x56,-0x40)][_0xe3a500(-0x28,_0x4b815c._0x5bd7f9,0xc6,0x6)]('|');let _0x5dda97=0xa*-0x377+-0x15fd+0x38a3*0x1;while(!![]){switch(_0x4c0500[_0x5dda97++]){case'0':console[_0x7d2f13(0x426,_0x4b815c._0x1239e3,0x425,0x3ab)](_0x508ab4[_0xe3a500(_0x4b815c._0x3278d8,0x90,_0x4b815c._0x322d02,_0x4b815c._0xe96006)]);continue;case'1':console[_0xe3a500(-_0x4b815c._0x31fbf8,-_0x4b815c._0x23e3cd,-_0x4b815c._0x2d2e35,-0xa2)](_0x508ab4['wSiHA']);continue;case'2':console[_0x7d2f13(0x356,0x350,_0x4b815c._0x5c1857,_0x4b815c._0x1ef777)](_0x508ab4[_0x7d2f13(_0x4b815c._0x50be88,0x4cf,0x4c9,0x4c6)]);continue;case'3':console[_0x7d2f13(_0x4b815c._0x3c3c68,_0x4b815c._0x43036a,_0x4b815c._0x42fdcc,_0x4b815c._0x42da6e)]('Setup\x20conf'+_0xe3a500(-0x12,-0x41,_0x4b815c._0x1e4033,-0xee)+_0xe3a500(0x69,-0x20,-0x65,0x7f)+_0xe3a500(0x3b,0x97,0x45,_0x4b815c._0x4af162)+'p.json):');continue;case'4':console[_0x7d2f13(_0x4b815c._0x35ceaa,_0x4b815c._0x3ef7f6,0x339,_0x4b815c._0x1ef777)](_0x508ab4['NXwFY']);continue;case'5':console[_0xe3a500(-_0x4b815c._0x2126d3,-0x8c,-0x45,_0x4b815c._0x216be1)](_0x508ab4[_0xe3a500(_0x4b815c._0x1657d1,_0x4b815c._0x41d287,-_0x4b815c._0x3922a4,-0x2c)]);continue;case'6':console[_0x7d2f13(0x391,0x456,_0x4b815c._0x56d34b,_0x4b815c._0x1ef777)](_0x7d2f13(_0x4b815c._0x43fd9c,0x39b,_0x4b815c._0x106fe5,_0x4b815c._0x15a12d)+_0xe3a500(-_0x4b815c._0x174f68,-_0x4b815c._0x2702c6,-_0x4b815c._0x19a3de,_0x4b815c._0x1a44bf)+_0x7d2f13(0x3df,0x3da,_0x4b815c._0xbdf3ad,_0x4b815c._0x5085f9)+_0x7d2f13(0x445,_0x4b815c._0x223b51,_0x4b815c._0x943b1d,_0x4b815c._0x4aabd6)+_0xe3a500(_0x4b815c._0x3c5c40,_0x4b815c._0x562461,_0x4b815c._0x3a14af,-_0x4b815c._0x415a12));continue;case'7':console[_0xe3a500(-_0x4b815c._0x5b2f5f,-0x8c,-_0x4b815c._0xd8f6c9,-0x56)](_0x508ab4[_0xe3a500(-_0x4b815c._0x83e0f8,-0x19,0x3d,_0x4b815c._0x50c4c5)]);continue;case'8':console[_0x7d2f13(_0x4b815c._0x2ce31d,_0x4b815c._0x4dab6a,_0x4b815c._0x16daf4,0x3ab)](_0x508ab4['RThtN']);continue;case'9':console[_0x7d2f13(0x3c1,0x3a9,_0x4b815c._0x1d8211,0x3ab)]('');continue;case'10':console['error']('');continue;case'11':console[_0xe3a500(-_0x4b815c._0x3927d5,-0x8c,-_0x4b815c._0x138828,-_0x4b815c._0x185759)](_0x7d2f13(0x395,_0x4b815c._0x595c35,0x348,0x3e9));continue;case'12':console[_0xe3a500(_0x4b815c._0x4f84e8,-0x8c,0x8,-_0x4b815c._0x22d796)](_0x508ab4['DDZhj']);continue;case'13':console[_0xe3a500(-_0x4b815c._0x15d736,-0x8c,-0x9a,-_0x4b815c._0xc66d9a)](_0x7d2f13(_0x4b815c._0x48ee65,_0x4b815c._0x8390c1,0x381,0x428)+'er-server\x20'+'config\x20<se'+_0xe3a500(-_0x4b815c._0x4f9c2a,_0x4b815c._0x4ff82e,0x9f,_0x4b815c._0x3e018e)+'ve|show>\x20['+_0x7d2f13(_0x4b815c._0x4ad925,0x4eb,_0x4b815c._0x1cd517,_0x4b815c._0x30e24c)+'e]');continue;case'14':console['error'](_0x508ab4['wruLE']);continue;case'15':console[_0x7d2f13(0x3c8,0x3d7,0x3e5,0x3ab)]('');continue;case'16':console[_0xe3a500(-_0x4b815c._0x560254,-0x8c,-0x27,-0x75)](_0x508ab4['PDKNP']);continue;case'17':console[_0x7d2f13(_0x4b815c._0x269603,_0x4b815c._0x26163f,_0x4b815c._0xaddb00,0x3ab)](_0x508ab4['tOcqs']);continue;case'18':console[_0xe3a500(-_0x4b815c._0x1fd575,-0x8c,-_0x4b815c._0x36d205,-0x108)](_0x508ab4[_0x7d2f13(0x47c,_0x4b815c._0x50d777,0x3e8,0x3cc)]);continue;case'19':console[_0x7d2f13(_0x4b815c._0x59f201,_0x4b815c._0x5a68e1,_0x4b815c._0x5e795b,0x3ab)]('\x20\x20default_'+_0xe3a500(-_0x4b815c._0x461e62,_0x4b815c._0xdc3715,_0x4b815c._0x83397e,-_0x4b815c._0x5bf501)+_0x7d2f13(0x3b9,0x322,_0x4b815c._0x4f4462,0x3d5)+_0x7d2f13(_0x4b815c._0x4206a9,_0x4b815c._0x280f87,_0x4b815c._0x2069c2,_0x4b815c._0x144964)+'ude\x20or\x20cod'+_0x7d2f13(_0x4b815c._0xbfdc55,0x370,0x30d,0x3b7));continue;case'20':console[_0x7d2f13(_0x4b815c._0x1ff687,_0x4b815c._0x2c225d,_0x4b815c._0x9687ec,_0x4b815c._0x1ef777)](_0x508ab4[_0x7d2f13(0x4b7,0x41d,_0x4b815c._0x2b4485,_0x4b815c._0x1c9a5e)]);continue;case'21':console[_0xe3a500(-_0x4b815c._0x4e0b86,-_0x4b815c._0x22221a,-0x75,-_0x4b815c._0x3a17b3)](_0x508ab4[_0xe3a500(0x7d,_0x4b815c._0x5156cd,0x2c,-_0x4b815c._0x83397e)]);continue;case'22':console[_0x7d2f13(_0x4b815c._0xbba435,_0x4b815c._0xdceba0,_0x4b815c._0x3c3c17,_0x4b815c._0x4cbdca)](_0x508ab4[_0x7d2f13(0x4f0,_0x4b815c._0x217fcc,0x531,_0x4b815c._0x2d5515)]);continue;case'23':console[_0x7d2f13(0x376,_0x4b815c._0x7235fd,0x370,_0x4b815c._0x42da6e)](_0x508ab4['saVGv']);continue;case'24':console[_0x7d2f13(_0x4b815c._0x4f0a43,_0x4b815c._0x2508de,0x38c,0x3ab)]('');continue;case'25':console[_0xe3a500(-_0x4b815c._0x583aeb,-_0x4b815c._0x40aef1,-_0x4b815c._0x4f6a21,-_0x4b815c._0x188c2c)](_0xe3a500(-0xb6,-_0x4b815c._0x24760a,-_0x4b815c._0x23714f,-0xe2)+_0xe3a500(-0x90,-0x18,_0x4b815c._0x58792a,_0x4b815c._0x58428b)+_0x7d2f13(0x3ad,0x429,_0x4b815c._0x2d7574,_0x4b815c._0x358c90)+_0x7d2f13(_0x4b815c._0x4df3d3,_0x4b815c._0x2e73fc,_0x4b815c._0x496a31,_0x4b815c._0x19b17f)+_0xe3a500(_0x4b815c._0x4c4513,_0x4b815c._0x26fe00,_0x4b815c._0x59095c,0x15e));continue;case'26':console[_0x7d2f13(_0x4b815c._0x2787cb,0x430,0x347,_0x4b815c._0x1ef777)](_0xe3a500(0x11e,0xaa,0xb,0x106)+_0xe3a500(0x20,_0x4b815c._0x25a137,0x2c,0xbd)+_0xe3a500(-_0x4b815c._0x5b7d6a,-_0x4b815c._0x503757,-_0x4b815c._0x174f68,-0x167)+_0x7d2f13(_0x4b815c._0x16c4f0,0x4d7,_0x4b815c._0x28128a,_0x4b815c._0x2acf37)+_0x7d2f13(0x3c0,_0x4b815c._0x137088,_0x4b815c._0x4efbb8,0x44f)+'lse)');continue;}break;}}function _0x3a8618(_0x575947,_0x3e785,_0x3e4a76,_0x19da16){const _0x2772d9={_0x5ce497:0x257};return _0x3e23(_0x3e785- -_0x2772d9._0x5ce497,_0x3e4a76);}async function setConfig(_0x493d53,_0x29bd83){const _0x434b26={_0x1db433:0x237,_0x43b019:0x27a,_0x2509ee:0x3d1,_0x3b8581:0x3ae,_0x383699:0x3a7,_0x3588ff:0x34a,_0x1eacd0:0xd8,_0x51b4da:0x6a,_0x1291fd:0x27f,_0x723da9:0x23b,_0x1e9c21:0x9a,_0x4ec011:0x6f,_0x38396e:0x84,_0x258622:0xb,_0x328727:0x5b,_0x19a931:0xc6,_0x3ac9bc:0x27,_0x393aec:0x24f,_0x587ee8:0x2a3,_0x308117:0x285,_0x427328:0x2ed,_0x3dc1fb:0x5c,_0x53979f:0x1e,_0x58b3ce:0x92,_0x564289:0x20,_0x4685e5:0x61,_0x55a724:0x3a3,_0x5bf217:0x374,_0x503ec5:0x373,_0x3cba6f:0x39b,_0x17ec43:0x339,_0x5d5e91:0x34f,_0x4d19ef:0x10e,_0x306bcf:0x110,_0x406e3c:0x180,_0x1ef122:0xf7,_0x232dea:0x97,_0x31dfc1:0x70,_0x3dc9df:0xae,_0x3d840e:0x76,_0x362752:0x41,_0x3f301c:0x8f,_0x286414:0x92,_0x4cb431:0x21,_0x365481:0x37},_0x42111c={_0x2593e5:0x41},_0x5b4c3c={_0x481880:0x183,_0x459b4c:0x11d};function _0x5cd038(_0x5ac88a,_0x4045dc,_0x47980e,_0x4e6854){return _0x2acbf8(_0x5ac88a-0x3,_0x4e6854- -_0x5b4c3c._0x481880,_0x47980e-_0x5b4c3c._0x459b4c,_0x47980e);}const _0x135063={'zTZBi':function(_0x514d33,_0x32da82){return _0x514d33===_0x32da82;},'HywrK':'Usage:\x20cod'+'er-server\x20'+_0x94d4bc(0x2ca,_0x434b26._0x1db433,0x275,_0x434b26._0x43b019)+_0x94d4bc(_0x434b26._0x2509ee,_0x434b26._0x3b8581,_0x434b26._0x383699,_0x434b26._0x3588ff)+_0x5cd038(_0x434b26._0x1eacd0,0x9c,_0x434b26._0x51b4da,0x3e),'XzOaO':function(_0x16e63c,_0x35ac8a){return _0x16e63c&&_0x35ac8a;},'lLxUX':function(_0x1c27ed,_0xabf69a,_0x158eaf){return _0x1c27ed(_0xabf69a,_0x158eaf);}};(!_0x493d53||_0x135063['zTZBi'](_0x29bd83,undefined))&&(console[_0x94d4bc(_0x434b26._0x1291fd,_0x434b26._0x723da9,0x270,0x2cc)](_0x135063[_0x5cd038(_0x434b26._0x1e9c21,_0x434b26._0x4ec011,-_0x434b26._0x38396e,-_0x434b26._0x258622)]),process[_0x5cd038(-_0x434b26._0x328727,_0x434b26._0x19a931,_0x434b26._0x3ac9bc,0x21)](-0x27*-0x8b+0x1933*0x1+-0x2e5f));const _0x355128=SERVER_CONFIG_KEYS[_0x94d4bc(0x2e3,_0x434b26._0x393aec,_0x434b26._0x587ee8,0x252)](_0x493d53),_0xc25ee4=SETUP_JSON_KEYS[_0x94d4bc(0x354,_0x434b26._0x308117,0x2a3,_0x434b26._0x427328)](_0x493d53);function _0x94d4bc(_0x5f145c,_0xb9fe15,_0x4be35b,_0x3a094e){return _0x2acbf8(_0x5f145c-0xb0,_0x4be35b-0x14e,_0x4be35b-_0x42111c._0x2593e5,_0xb9fe15);}_0x135063[_0x5cd038(_0x434b26._0x3dc1fb,-_0x434b26._0x53979f,-_0x434b26._0x58b3ce,-_0x434b26._0x564289)](!_0x355128,!_0xc25ee4)&&(console[_0x5cd038(-0xdc,-0x46,-0x103,-_0x434b26._0x4685e5)](_0x94d4bc(_0x434b26._0x55a724,_0x434b26._0x5bf217,0x357,_0x434b26._0x503ec5)+'nfiguratio'+_0x94d4bc(_0x434b26._0x3cba6f,0x2d3,_0x434b26._0x17ec43,_0x434b26._0x5d5e91)+_0x493d53),console[_0x94d4bc(0x26f,0x1fa,0x270,0x289)](_0x5cd038(-0xb4,-_0x434b26._0x4d19ef,-_0x434b26._0x306bcf,-0x74)+_0x5cd038(0xfc,_0x434b26._0x406e3c,_0x434b26._0x1ef122,0xdc)+_0x5cd038(0xbf,_0x434b26._0x232dea,0x115,_0x434b26._0x31dfc1)+'a\x20list\x20of\x20'+_0x5cd038(-_0x434b26._0x3dc9df,-0x97,_0x434b26._0x3d840e,-0x3b)+'keys'),process[_0x5cd038(_0x434b26._0x362752,-_0x434b26._0x3f301c,_0x434b26._0x286414,_0x434b26._0x4cb431)](0x19b+-0x23ab+-0x1*-0x2211));if(_0x355128)await _0x135063[_0x5cd038(0x181,_0x434b26._0x365481,0x68,0xd0)](setServerConfig,_0x493d53,_0x29bd83);else _0xc25ee4&&await _0x135063[_0x94d4bc(0x2f9,0x356,0x3a1,0x395)](setSetupConfig,_0x493d53,_0x29bd83);}async function setServerConfig(_0x3193b9,_0xbb775){const _0x5394de={_0x3e4f13:0x1a8,_0x5768ee:0x1b6,_0x3bcf58:0x3e,_0x371010:0xfb,_0x51b3d8:0x217,_0x10b610:0x176,_0x9dce88:0x14c,_0x3def9f:0x7,_0x25aa7b:0xc2,_0x29518f:0x5b,_0x4adbbc:0xc4,_0x531c4c:0x1b,_0x338055:0xc5,_0x2a6526:0x25,_0x3c2428:0x6c,_0x4f9c50:0x7c,_0x1a5dca:0x134,_0x348049:0xe2,_0x315a55:0x164,_0x2a40c6:0x157,_0x576667:0x39,_0x3036c6:0x25,_0xde0ca9:0x8f,_0x2a921a:0x14f,_0x3bf025:0xf8,_0x20e7f4:0x19e,_0x3bdec9:0x111,_0x520904:0x19c,_0x3fc339:0xbe,_0x57b54f:0x13a,_0x4fccdb:0x90,_0x1ea27f:0x175,_0x4b0b8b:0x1ef,_0x2fa91d:0x57,_0x28bfa3:0xe8,_0x1aaa19:0xa4,_0x1dabca:0x94,_0x3d7b79:0x55,_0x220b7f:0x68,_0xa49252:0x137,_0x44f22f:0xc8,_0x11534a:0xbd,_0x14d922:0x2c,_0x2ac419:0x168,_0xc476b:0x89,_0x254f1a:0x98,_0x9e4951:0xb7,_0x4cda60:0xce,_0xb19337:0x20,_0x43b004:0xf,_0x2f4103:0x53,_0x390b84:0x12b,_0xef3aba:0x196,_0x4d82f5:0xdf,_0x1ae0ab:0x10f,_0xfc49b5:0xd5,_0x1907c0:0x150,_0x3e1d90:0x181,_0x58f0bd:0x70,_0x15a27c:0xa,_0x57df6f:0x144,_0x5013fe:0x13f,_0x28ca36:0xc2,_0x4440c2:0x1d0,_0x369d8e:0x41,_0x3ef634:0x4e,_0x2a88b3:0x71,_0x312921:0x19,_0x23f6ca:0xd0,_0x4496e5:0x1e7,_0x2e7a7f:0x1d3,_0x5b1884:0x16e,_0x3b8c4b:0x20d,_0x2cb09d:0x188,_0x524a8a:0x1cb,_0x29934a:0x22,_0x346153:0x37,_0x127c63:0xcd,_0x2d053c:0x34,_0x1143a7:0x92,_0x1d4890:0x126,_0x372c00:0x32,_0x227bbb:0x83,_0xaf93b9:0x63,_0x244054:0xff,_0x4d165d:0xa8,_0x2a82bc:0xf6,_0x36cc51:0x78,_0x421e05:0x51,_0x5e9291:0x8f,_0x16def0:0x112,_0x4e81ed:0xa5,_0x5106de:0xec,_0x21ec12:0x45,_0x2a7785:0x58,_0x4e4e0a:0x47,_0x296a43:0x13e,_0x321dfb:0x17e,_0x2240c3:0xe3,_0x5545de:0x1f4,_0x117942:0x1e0,_0x195d77:0x1d,_0xa2a5b1:0x212,_0x521581:0x1c5,_0x3a47c4:0x43,_0x557292:0x63,_0x3e8dad:0x5d,_0x1baec8:0x253,_0x1e844f:0x219,_0x14382e:0x17f,_0x252914:0x1eb,_0x17fd30:0x19f,_0x1648c0:0x104,_0x1a13aa:0x186,_0x353d4e:0xe1,_0x4f87e9:0x3b,_0x2673a2:0x102,_0x5c0a10:0x229,_0x502bb4:0x1a3,_0xe628ef:0xfb,_0x215212:0x13b,_0x199b6e:0x98,_0x455af5:0x2ad,_0x4ef500:0x177,_0x4878be:0x9a,_0x41ad6f:0x230,_0x4a7397:0x270,_0x4f5698:0xcb,_0x340ac8:0x1d1,_0x9d73c2:0x3,_0x53c935:0x4b,_0x29c1fe:0x66,_0xe6ed4:0x1d,_0x39dd46:0x119,_0x2d8aa2:0xb9,_0x3b0494:0xb8,_0x2a2f64:0x41,_0x4a2fbd:0x12f,_0x53efde:0x18f,_0x8d7a00:0xdf,_0x38e80f:0x179,_0x38cef9:0x23e,_0x3c5f08:0x234,_0x1c0c18:0x5,_0x1ca5a8:0x4a,_0x204c03:0xd7,_0x397985:0xe3,_0x4984f4:0x218,_0x30c4b6:0x19a,_0x54c793:0x175,_0x246874:0x125,_0x106669:0x147,_0x3867ec:0xc8,_0x5d6241:0x198,_0x4a368f:0xd9,_0x4703d9:0xba,_0x4d59fc:0xe0,_0x48d7fd:0xde,_0x1a9873:0x2e,_0x289288:0x19d,_0x27a8a1:0x1de,_0x519c91:0x87,_0x13ec79:0x2b,_0x516ea2:0x45,_0x6d6310:0x69,_0x460095:0x67,_0x420584:0xda,_0x394713:0xd7,_0x1f1079:0x38,_0xadb6cc:0xcb,_0x2972cc:0xc4,_0x57337a:0x1fc,_0x1488f0:0x1bc,_0x3eb5da:0x74,_0x4b7a99:0xb9,_0x23154a:0x74,_0x42da9f:0x15,_0x4610a2:0x2d,_0x3e231a:0x2,_0x5b60f7:0x96,_0x3a4b5c:0x3c,_0x39e166:0x14,_0x3e1e1d:0x1f7,_0x3bae26:0x1fa,_0x1656c4:0x28c,_0x333a9a:0x195,_0x665ecb:0x18d,_0x25d198:0x159,_0xad4976:0x14e,_0x382c84:0x28b,_0x4c3707:0x123,_0x7ea881:0x7e,_0x4d53fe:0x18,_0xbfc83:0x32,_0x1abb86:0x60,_0x41d87e:0x1ec,_0x39d097:0x196,_0x1bb7e1:0x17f,_0xb6d874:0x1fd,_0xc52217:0x1e,_0x5a36f0:0x54,_0xecd3fa:0x50,_0x1a0465:0x130,_0x2db5be:0x216,_0x3b45bb:0x1db,_0x3177a5:0xef,_0x4304cb:0xe6,_0x277082:0xbe,_0x207714:0xc,_0x45350f:0x1aa,_0xdec87f:0x1c8,_0x2fefc4:0x21e,_0x3efc3f:0x18f,_0x3578dc:0x28a,_0x5f3f3a:0x1d2,_0x39d432:0x5e,_0x1f7db0:0x1f,_0x282ae6:0x12,_0x1bd226:0x17,_0x1b8a95:0xb0,_0x29d175:0x183,_0x20a6d2:0x42,_0x181ef1:0x14e,_0x5e2364:0x218,_0x3d36ae:0xe9,_0x7b3a4f:0x13,_0x44bee2:0x8a,_0x1fbfd6:0x2c1,_0x180c2f:0x117,_0x35ecbb:0xfd,_0x485ddc:0x192,_0x308ad1:0x48,_0x3a0fbd:0xf5,_0x193aec:0x6d,_0x4639a3:0xa1,_0x25faa0:0x5f,_0x2148f4:0x7e,_0x46e320:0x13a,_0x1839ec:0x21e,_0x11cb24:0x1c3,_0x3e0a66:0x296,_0x660ecf:0x10d,_0xba7547:0x1d5,_0x272aa6:0x12f,_0x11b93b:0x178,_0x31b2e2:0x61,_0x2df8e0:0x54,_0x187c3d:0x1c4,_0x37db2f:0x1d8,_0x59fdd1:0x1e2,_0x446294:0x2b3,_0x355cb4:0x226,_0x18de3a:0x18c,_0x356d48:0x2ca,_0x15922f:0x139,_0x194b43:0xac,_0x506012:0x263,_0x2a2482:0x28a,_0x5e8a59:0x5a,_0x1daf21:0xd6,_0x18dfbb:0x162,_0x4a9d11:0x1f7,_0x3e28d7:0x174,_0x8c4ebe:0x2c,_0x2ab268:0x36,_0x4f8feb:0x11,_0x5dbddc:0x76,_0x1ae09a:0x6,_0x5f1eff:0x49,_0x344fe7:0xf5,_0x58cd0f:0x1a6,_0x3a9e6d:0x19e,_0x21fc57:0x13c,_0xd4706f:0x187,_0x435d95:0x79,_0x3a4686:0x9a,_0x5591b0:0x2b,_0x251990:0x66,_0x2adc49:0x11d,_0x279fcd:0x8b,_0x3ccfff:0x51,_0xfa5ddf:0x29,_0x388c7a:0x232,_0xc3a1ec:0x258,_0x5cb786:0x2,_0x1577ac:0xd2,_0x29d015:0x1fc,_0x2aa7ea:0x1d4,_0x2ef991:0x1e6,_0x3f719e:0xc9,_0x37be84:0xbc,_0x3a9e69:0x16d,_0x2e9bb0:0x214,_0xefd709:0x44,_0x4540c0:0x38,_0x334773:0x251,_0x1f321c:0x19b,_0x246afa:0x1ba,_0x4acea4:0x1cf,_0x5e46fd:0x2b2,_0x48929b:0x29a,_0x5c1a38:0xdc,_0x4a55fa:0x24,_0x2f4fb7:0x1a,_0x14bf41:0x1ce,_0x3587ac:0x207,_0x13a7b2:0x1b4,_0x3a12ea:0x10d,_0x569437:0x254,_0x284288:0x4e,_0x5408b3:0x60,_0x3ed6ef:0x180,_0x544454:0x61},_0x2139f6={_0x17f5b5:0x9e},_0x3d32b5={_0x332bce:0x99,_0xf063a:0x16};function _0x299c9d(_0xb2bfee,_0x55e7eb,_0x3cd6c2,_0x395418){return _0x3a8618(_0xb2bfee-_0x3d32b5._0x332bce,_0x395418- -_0x3d32b5._0xf063a,_0xb2bfee,_0x395418-0x10a);}function _0x42028a(_0x588770,_0x3d048d,_0x588b30,_0xe7a898){return _0x2acbf8(_0x588770-0x1e2,_0x3d048d- -0x340,_0x588b30-_0x2139f6._0x17f5b5,_0xe7a898);}const _0xffe031={'bVUOf':'20|16|25|9'+'|4|6|24|11'+'|2|7|0|5|1'+_0x42028a(-0x1e5,-_0x5394de._0x3e4f13,-0x1ee,-_0x5394de._0x5768ee)+_0x299c9d(-_0x5394de._0x3bcf58,-0x72,-_0x5394de._0x371010,-0xf3)+_0x42028a(-_0x5394de._0x51b3d8,-_0x5394de._0x10b610,-0x1ec,-_0x5394de._0x9dce88)+_0x299c9d(-0x18,-0x93,-0x53,-_0x5394de._0x3def9f),'hVBeQ':_0x299c9d(-0xef,-0x14a,-0xea,-_0x5394de._0x25aa7b)+_0x299c9d(-0xf4,-0xa1,-_0x5394de._0x29518f,-_0x5394de._0x4adbbc)+_0x299c9d(-0xcd,0x3,-0x9f,-_0x5394de._0x531c4c)+_0x299c9d(-_0x5394de._0x338055,_0x5394de._0x2a6526,0x5a,-0x3f)+_0x299c9d(-0xae,_0x5394de._0x3c2428,-_0x5394de._0x4f9c50,-0x47),'CRSOl':_0x42028a(-0x113,-_0x5394de._0x1a5dca,-0x186,-0x11a)+_0x299c9d(-_0x5394de._0x348049,-_0x5394de._0x315a55,-0x175,-0xfe)+'\x20\x20Path\x20to\x20'+'SSL\x20privat'+_0x42028a(-0x198,-_0x5394de._0x2a40c6,-0x165,-0x195),'zrMGR':'Server\x20con'+'figuration'+_0x299c9d(-_0x5394de._0x576667,-_0x5394de._0x3036c6,-0x10d,-0x91)+_0x299c9d(-0xd0,-_0x5394de._0xde0ca9,-_0x5394de._0x2a921a,-_0x5394de._0x3bf025)+'coder/conf'+_0x42028a(-_0x5394de._0x20e7f4,-0x1a7,-0x127,-0x115),'OaBOu':_0x42028a(-_0x5394de._0x3bdec9,-0x10f,-_0x5394de._0x520904,-0xef)+_0x299c9d(-0x27,-_0x5394de._0x3fc339,-_0x5394de._0x57b54f,-_0x5394de._0x4fccdb)+_0x42028a(-0xf2,-_0x5394de._0x1ea27f,-_0x5394de._0x4b0b8b,-0xf3)+_0x299c9d(_0x5394de._0x2fa91d,-0xc6,0x1b,-0x4d)+'th\x20/path/t'+'o/coder-se'+_0x299c9d(-_0x5394de._0x28bfa3,-0x13b,-0x77,-0xb7),'UZkZE':'\x20\x20ssl_cert'+_0x299c9d(_0x5394de._0x1aaa19,_0x5394de._0x1dabca,0xb3,_0x5394de._0x3d7b79)+'\x20\x20Path\x20to\x20'+_0x299c9d(-_0x5394de._0x220b7f,0x2c,-0x11e,-0x81)+'icate\x20file','GZdMa':_0x299c9d(-_0x5394de._0xa49252,-_0x5394de._0x44f22f,-_0x5394de._0x11534a,-0xd2)+_0x299c9d(-0x4d,-_0x5394de._0x14d922,-0xc5,-0x2e)+'\x20Remove\x20a\x20'+_0x42028a(-0x16b,-_0x5394de._0x2ac419,-0x11b,-0x1e9)+_0x299c9d(-0x31,-_0x5394de._0xc476b,-0xaa,-_0x5394de._0x254f1a),'isztH':_0x42028a(-0x1e2,-0x131,-0xc9,-0x114)+_0x299c9d(0x28,_0x5394de._0x9e4951,_0x5394de._0x4cda60,0x1e)+'\x20Set\x20a\x20con'+_0x299c9d(-_0x5394de._0xb19337,-0x129,-0x102,-0x77)+_0x299c9d(_0x5394de._0x43b004,0x14,-0x15,_0x5394de._0x2f4103),'TzkIu':_0x42028a(-0x12e,-0x10f,-0x1c5,-_0x5394de._0x390b84)+'rver\x20confi'+_0x42028a(-0x2da,-0x23b,-0x262,-_0x5394de._0xef3aba),'jiSxK':_0x42028a(-_0x5394de._0x4d82f5,-_0x5394de._0x1ae0ab,-_0x5394de._0xfc49b5,-_0x5394de._0x1907c0)+_0x42028a(-0x1bc,-0x1c5,-_0x5394de._0x3e1d90,-0x18f)+'g\x20set\x20defa'+_0x299c9d(-0x91,-_0x5394de._0x58f0bd,-0xa,_0x5394de._0x15a27c)+_0x42028a(-_0x5394de._0x57df6f,-_0x5394de._0x5013fe,-_0x5394de._0x28ca36,-0x186),'TiATr':_0x42028a(-0x12e,-_0x5394de._0x1ae0ab,-0xd3,-0x139)+_0x42028a(-_0x5394de._0x4440c2,-0x1c5,-0x268,-0x1ec)+_0x299c9d(0x7d,-0x4e,_0x5394de._0x369d8e,0x12)+_0x299c9d(-0xa6,-_0x5394de._0x3ef634,-0x65,-0x89)+'80','GGXqa':_0x299c9d(-_0x5394de._0x2a88b3,_0x5394de._0x312921,-_0x5394de._0x23f6ca,-0x46)+_0x42028a(-_0x5394de._0x4496e5,-_0x5394de._0x2e7a7f,-_0x5394de._0x5b1884,-_0x5394de._0x3b8c4b)+_0x42028a(-_0x5394de._0x2cb09d,-0x1b2,-0x175,-_0x5394de._0x524a8a)+_0x42028a(-0xf6,-0xfb,-0x69,-0xd2)+_0x299c9d(-0xe7,_0x5394de._0x29934a,-0x4,-_0x5394de._0x346153),'AxbvM':_0x299c9d(-0x15,-_0x5394de._0x127c63,-0x8d,-_0x5394de._0x2d053c)+_0x299c9d(-_0x5394de._0x1143a7,-0x66,-0x19f,-0xfd)+_0x299c9d(-_0x5394de._0x1d4890,-_0x5394de._0x372c00,-0x41,-_0x5394de._0x227bbb)+_0x42028a(-0x1b0,-0x1af,-0x1a0,-0x22c)+_0x42028a(-_0x5394de._0xaf93b9,-_0x5394de._0x244054,-_0x5394de._0x4d165d,-_0x5394de._0x2a82bc)+_0x299c9d(0x5,0x19,_0x5394de._0x36cc51,_0x5394de._0x421e05),'XebWm':_0x42028a(-_0x5394de._0x1ea27f,-_0x5394de._0x28bfa3,-0x11a,-0xbb)+_0x299c9d(-0x93,-0x3b,-_0x5394de._0x14d922,-0x2a)+_0x299c9d(-0x107,-0xd3,-_0x5394de._0x5e9291,-_0x5394de._0x16def0)+'oxy\x20header'+_0x299c9d(-_0x5394de._0x4e81ed,-_0x5394de._0x5106de,0x61,-_0x5394de._0x21ec12)+'lse)','gtIvD':_0x299c9d(-_0x5394de._0x2a7785,0xcd,_0x5394de._0x4e4e0a,_0x5394de._0x4e4e0a),'lvSMJ':'\x20\x20default_'+_0x42028a(-_0x5394de._0x296a43,-_0x5394de._0x321dfb,-0x189,-_0x5394de._0x2240c3)+_0x42028a(-0x299,-_0x5394de._0x5545de,-_0x5394de._0x117942,-0x1ad)+'agent\x20(cla'+_0x299c9d(0x6c,-_0x5394de._0x15a27c,-0x9d,-_0x5394de._0x195d77)+_0x42028a(-0x1e7,-_0x5394de._0xa2a5b1,-0x249,-_0x5394de._0x521581),'UoeIF':_0x299c9d(-0x58,-_0x5394de._0x3a47c4,0x2d,-0x6c)+_0x299c9d(-_0x5394de._0x557292,_0x5394de._0x3e8dad,-_0x5394de._0x312921,-0x11)+_0x42028a(-_0x5394de._0x1baec8,-_0x5394de._0x1e844f,-0x285,-0x1b1)+'\x20<key>\x20<va'+_0x42028a(-_0x5394de._0x28bfa3,-_0x5394de._0x14382e,-_0x5394de._0xef3aba,-_0x5394de._0x252914),'jzKYR':_0x42028a(-_0x5394de._0x17fd30,-_0x5394de._0x1648c0,-0xcd,-_0x5394de._0x296a43)+_0x42028a(-0x127,-0xf0,-0xe3,-_0x5394de._0x1a13aa),'FSnEE':function(_0x430d40,_0x19571b){return _0x430d40(_0x19571b);},'qHpjS':function(_0x476b5b){return _0x476b5b();},'FCmve':function(_0x49a39c,_0x37817a){return _0x49a39c===_0x37817a;},'ogTyR':_0x299c9d(-_0x5394de._0x353d4e,-_0x5394de._0x4f87e9,-0x3,-_0x5394de._0x2a7785),'pWeAS':function(_0x482338,_0x36a4d7,_0x4beba4){return _0x482338(_0x36a4d7,_0x4beba4);},'rDzvQ':function(_0x5052a1,_0x5e3c8f){return _0x5052a1>_0x5e3c8f;},'BtQtN':function(_0x4b09d5,_0x4a41bb){return _0x4b09d5===_0x4a41bb;},'cxfqI':_0x299c9d(-0x4c,-0x194,-0x64,-_0x5394de._0x2673a2),'OkAXe':_0x42028a(-_0x5394de._0x5c0a10,-_0x5394de._0x502bb4,-0x232,-0x188)+_0x299c9d(-_0x5394de._0xe628ef,-0x14c,-0xfc,-0x10a)+_0x299c9d(-_0x5394de._0x215212,-0x2d,-_0x5394de._0x199b6e,-0xd4),'piPXK':function(_0xc42c7b){return _0xc42c7b();},'nhJVx':_0x42028a(-_0x5394de._0x455af5,-0x1fe,-_0x5394de._0x4ef500,-0x149)+'th','tbYfj':_0x42028a(-0x1d4,-0x128,-0x13b,-_0x5394de._0x4878be)+'h','VZHjr':_0x42028a(-0x272,-_0x5394de._0x41ad6f,-0x191,-_0x5394de._0x4a7397),'TOgea':function(_0x1c3980,_0x1f7266){return _0x1c3980(_0x1f7266);},'lSRfh':function(_0x56e981,_0x431d29){return _0x56e981===_0x431d29;},'gudHh':_0x42028a(-_0x5394de._0x4f5698,-_0x5394de._0x9dce88,-_0x5394de._0x340ac8,-0xe6),'qtxIu':'aXRTk','ONcMw':_0x299c9d(0x14,-0x17,-0xa8,-_0x5394de._0x9d73c2),'rdhQR':function(_0x2db37e){return _0x2db37e();}};switch(_0x3193b9){case _0xffe031[_0x299c9d(-_0x5394de._0x53c935,-_0x5394de._0x29c1fe,-0x56,0x20)]:{const _0x2506e6=_0xb9ea05['resolve'](_0xbb775);await _0xffe031[_0x299c9d(-0x3b,-0x40,-_0x5394de._0xe6ed4,-0xbc)](saveCoderSetupPath,_0x2506e6),console['log'](_0x299c9d(-_0x5394de._0x39dd46,-_0x5394de._0x2d8aa2,-0xd7,-0xc5)+_0x3193b9+_0x299c9d(-_0x5394de._0x3b0494,-0x2c,_0x5394de._0x2a2f64,-0x60)+_0x2506e6),console['log']('\x20\x20Location'+':\x20'+_0xffe031[_0x42028a(-_0x5394de._0x4a2fbd,-_0x5394de._0x53efde,-_0x5394de._0x8d7a00,-0x104)](getConfigPath));break;}case _0x42028a(-_0x5394de._0x38e80f,-0x223,-_0x5394de._0x38cef9,-_0x5394de._0x3c5f08)+'t':{if(_0xffe031[_0x299c9d(-_0x5394de._0x3e8dad,0x22,-0x4e,-_0x5394de._0x1c0c18)](_0xffe031[_0x299c9d(-_0x5394de._0x1ca5a8,-0x94,-_0x5394de._0x204c03,-_0x5394de._0x397985)],_0xffe031[_0x42028a(-0x182,-_0x5394de._0x4984f4,-_0x5394de._0x30c4b6,-_0x5394de._0x54c793)])){const _0x14b422=_0xffe031[_0x299c9d(-_0x5394de._0x246874,-_0x5394de._0x106669,-_0x5394de._0x3867ec,-_0x5394de._0x2d8aa2)](parseInt,_0xbb775,-0x3df*0x2+0xa86+-0x2be);(isNaN(_0x14b422)||_0x14b422<0x1*0x51b+-0x1eff+0x3b3*0x7||_0xffe031[_0x42028a(-0x1c8,-0x16e,-0x1e4,-_0x5394de._0x5d6241)](_0x14b422,-0x22*0x79e+0xb69a+0x14c61))&&(_0xffe031[_0x42028a(-_0x5394de._0x4a368f,-0x119,-0x184,-0x138)](_0xffe031[_0x299c9d(_0x5394de._0x4703d9,_0x5394de._0x4d59fc,_0x5394de._0x48d7fd,_0x5394de._0x1a9873)],_0xffe031['cxfqI'])?(console['error'](_0xffe031[_0x42028a(-_0x5394de._0x289288,-0x194,-0x1bb,-_0x5394de._0x27a8a1)]),process[_0x299c9d(0x3c,-_0x5394de._0x519c91,-0xf,-0x67)](0x16f9+-0x4*0x815+0x95c)):(_0x50f4b0['error']('Error:\x20'+_0x184d2b[_0x299c9d(-0x5a,-0x14,-_0x5394de._0x13ec79,-0x7b)]),_0x565d6c[_0x299c9d(-_0x5394de._0x516ea2,0x36,-_0x5394de._0x6d6310,-_0x5394de._0x460095)](0x2*-0x518+0xa73+-0x42)));await saveServerPort(_0x14b422),console[_0x299c9d(-_0x5394de._0x420584,-0xdf,-0x89,-0x87)](_0x299c9d(-_0x5394de._0x394713,-0xfa,-0x155,-_0x5394de._0x338055)+_0x3193b9+_0x299c9d(-_0x5394de._0x1f1079,-_0x5394de._0xadb6cc,-_0x5394de._0x2972cc,-0x60)+_0x14b422),console[_0x42028a(-_0x5394de._0x57337a,-_0x5394de._0x1488f0,-0x174,-_0x5394de._0x41ad6f)](_0x299c9d(-_0x5394de._0x3eb5da,0x13,-0x10f,-0x61)+':\x20'+getConfigPath());break;}else _0x3ad6c6[_0x299c9d(-_0x5394de._0x4b7a99,-0xc2,-_0x5394de._0x23154a,-_0x5394de._0x519c91)](_0x5d168e);}case _0x299c9d(0x3b,-0x17,-_0x5394de._0x42da9f,_0x5394de._0x4610a2)+_0x299c9d(0x8b,_0x5394de._0x3e231a,_0x5394de._0x5b60f7,0x2a):{const _0x5b0497=_0xb9ea05[_0x299c9d(-0x2e,_0x5394de._0x369d8e,-_0x5394de._0x3a4b5c,_0x5394de._0x1c0c18)](_0xbb775);await saveSslCertPath(_0x5b0497),console[_0x299c9d(-0xda,_0x5394de._0x39e166,-0x12c,-0x87)](_0x42028a(-_0x5394de._0x3e1e1d,-_0x5394de._0x3bae26,-_0x5394de._0x1656c4,-0x23a)+_0x3193b9+_0x42028a(-0x164,-_0x5394de._0x333a9a,-_0x5394de._0x665ecb,-0x1ea)+_0x5b0497),console[_0x299c9d(_0x5394de._0x195d77,0x10,0x29,-0x87)](_0x42028a(-0x204,-0x196,-0x1ce,-_0x5394de._0xef3aba)+':\x20'+_0xffe031[_0x42028a(-_0x5394de._0x25d198,-_0x5394de._0xad4976,-0x142,-0x1bf)](getConfigPath));break;}case _0xffe031[_0x42028a(-_0x5394de._0x382c84,-0x22f,-0x1f5,-0x29c)]:{const _0x4e70f3=_0xb9ea05['resolve'](_0xbb775);await saveSslKeyPath(_0x4e70f3),console['log'](_0x299c9d(-_0x5394de._0x4c3707,-_0x5394de._0x7ea881,-_0x5394de._0x4d53fe,-0xc5)+_0x3193b9+_0x299c9d(_0x5394de._0xbfc83,-0xca,-0x38,-_0x5394de._0x1abb86)+_0x4e70f3),console['log'](_0x42028a(-_0x5394de._0x41d87e,-_0x5394de._0x39d097,-_0x5394de._0x1bb7e1,-_0x5394de._0xb6d874)+':\x20'+getConfigPath());break;}case _0xffe031['tbYfj']:{if(_0xffe031[_0x299c9d(0x38,-_0x5394de._0xc52217,0x35,-_0x5394de._0x5a36f0)]!==_0x299c9d(_0x5394de._0xecd3fa,0x9c,_0x5394de._0x519c91,-0x6)){const _0x53b383=_0xb9ea05[_0x42028a(-0xcc,-_0x5394de._0x1a0465,-0xc9,-0x1be)](_0xbb775);await _0xffe031[_0x42028a(-_0x5394de._0x2db5be,-_0x5394de._0x3b45bb,-0x255,-0x232)](saveSslCaPath,_0x53b383),console[_0x42028a(-0x134,-0x1bc,-0x190,-0x1af)](_0x299c9d(-0x178,-0xb5,-_0x5394de._0x3177a5,-0xc5)+_0x3193b9+_0x299c9d(_0x5394de._0x3e231a,-0xf3,-0xce,-0x60)+_0x53b383),console['log'](_0x299c9d(-_0x5394de._0x4304cb,-0x1e,-_0x5394de._0x4e81ed,-0x61)+':\x20'+getConfigPath());break;}else{const _0x32da71=_0xffe031[_0x299c9d(-0xb9,-_0x5394de._0x277082,-0x3,-_0x5394de._0x207714)][_0x42028a(-_0x5394de._0x45350f,-0x15b,-0x1e1,-0x115)]('|');let _0x29baac=-0x4ae*-0x5+0x13d*-0x2+-0x14ec;while(!![]){switch(_0x32da71[_0x29baac++]){case'0':_0x3c1b35['error'](_0xffe031['hVBeQ']);continue;case'1':_0x2bb26d[_0x42028a(-_0x5394de._0xdec87f,-_0x5394de._0x2fefc4,-0x20f,-_0x5394de._0x3efc3f)](_0xffe031['CRSOl']);continue;case'2':_0x342761[_0x42028a(-0x276,-0x21e,-_0x5394de._0x3578dc,-_0x5394de._0x5f3f3a)](_0xffe031[_0x299c9d(_0x5394de._0x39d432,-_0x5394de._0x1f7db0,-_0x5394de._0x282ae6,_0x5394de._0x1bd226)]);continue;case'3':_0xa6ee73[_0x299c9d(-0x87,-0x147,-_0x5394de._0x1b8a95,-0xe9)](_0xffe031['OaBOu']);continue;case'4':_0x2094f3[_0x299c9d(-_0x5394de._0x29d175,-_0x5394de._0x20a6d2,-_0x5394de._0x181ef1,-0xe9)]('\x20\x20get\x20<key'+_0x42028a(-_0x5394de._0x5e2364,-_0x5394de._0x45350f,-0x11e,-0x1ba)+_0x299c9d(-0xce,-0xb5,0x3f,-0x66)+'figuration'+'\x20value');continue;case'5':_0x8059ea[_0x299c9d(-0xdb,-_0x5394de._0x2f4103,-0x19e,-_0x5394de._0x3d36ae)](_0xffe031[_0x299c9d(-0xcc,-_0x5394de._0x7b3a4f,_0x5394de._0x3def9f,-_0x5394de._0x44bee2)]);continue;case'6':_0x581ba0[_0x42028a(-_0x5394de._0x1fbfd6,-0x21e,-0x255,-_0x5394de._0x5545de)](_0xffe031[_0x42028a(-_0x5394de._0x180c2f,-_0x5394de._0x35ecbb,-0x5b,-0xf2)]);continue;case'7':_0x2975e5[_0x299c9d(-0x5e,-_0x5394de._0x485ddc,-0x4b,-_0x5394de._0x3d36ae)](_0x299c9d(-_0x5394de._0x308ad1,-_0x5394de._0x3a0fbd,-_0x5394de._0x193aec,-_0x5394de._0x4639a3)+_0x299c9d(0x9a,_0x5394de._0x25faa0,-0x99,-0x14)+_0x299c9d(-0x26,-0x44,-0x7c,-_0x5394de._0x227bbb)+_0x42028a(-0xd1,-0x12a,-_0x5394de._0x2148f4,-0x1c2)+'p\x20director'+'y');continue;case'8':_0x195ba7[_0x299c9d(-0x14c,-_0x5394de._0x46e320,-0xc1,-_0x5394de._0x3d36ae)]('');continue;case'9':_0x47552e[_0x42028a(-0x1e9,-_0x5394de._0x1839ec,-_0x5394de._0x11cb24,-_0x5394de._0x3e0a66)](_0xffe031['isztH']);continue;case'10':_0x3b2998[_0x299c9d(-0x137,-_0x5394de._0x346153,-0x83,-_0x5394de._0x3d36ae)](_0x42028a(-_0x5394de._0x660ecf,-0x1a5,-0x147,-_0x5394de._0xba7547)+_0x42028a(-_0x5394de._0x272aa6,-0x1b5,-0x120,-_0x5394de._0x11b93b)+_0x299c9d(-_0x5394de._0x31b2e2,-0xb3,-_0x5394de._0x4a2fbd,-_0x5394de._0x227bbb)+_0x299c9d(-_0x5394de._0x1f1079,0x1b,_0x5394de._0x2df8e0,-0x27)+_0x299c9d(-_0x5394de._0x207714,0x25,-_0x5394de._0x5e9291,0x18));continue;case'11':_0x209528[_0x42028a(-_0x5394de._0x187c3d,-_0x5394de._0x2fefc4,-0x269,-_0x5394de._0x37db2f)]('');continue;case'12':_0x3b78de[_0x42028a(-0x1fc,-0x21e,-0x2c2,-_0x5394de._0x59fdd1)]('Examples:');continue;case'13':_0xbf6563[_0x42028a(-_0x5394de._0x446294,-0x21e,-_0x5394de._0x355cb4,-0x1bb)](_0xffe031['TzkIu']);continue;case'14':_0x594067[_0x42028a(-0x16f,-0x21e,-0x1c7,-_0x5394de._0x252914)]('');continue;case'15':_0x1b81cf[_0x42028a(-0x27c,-_0x5394de._0x1839ec,-_0x5394de._0x18de3a,-_0x5394de._0x356d48)](_0xffe031[_0x42028a(-_0x5394de._0x15922f,-_0x5394de._0x272aa6,-_0x5394de._0x194b43,-0x119)]);continue;case'16':_0x40e6f3[_0x42028a(-0x285,-0x21e,-_0x5394de._0x506012,-_0x5394de._0x2a2482)]('');continue;case'17':_0x2b104e['error'](_0xffe031[_0x299c9d(-_0x5394de._0x5e8a59,-0x8f,-0x26,-_0x5394de._0x1daf21)]);continue;case'18':_0x3d5a28[_0x299c9d(-0x75,-0xe5,-0x123,-_0x5394de._0x3d36ae)](_0xffe031[_0x42028a(-0x1ae,-_0x5394de._0x18dfbb,-0x216,-0x1c9)]);continue;case'19':_0xed957b[_0x42028a(-_0x5394de._0x4a9d11,-_0x5394de._0x2fefc4,-0x1a3,-0x2a7)](_0xffe031['AxbvM']);continue;case'20':_0x29a1f1[_0x299c9d(-0xb0,-_0x5394de._0x1d4890,-_0x5394de._0x3e28d7,-_0x5394de._0x3d36ae)](_0x299c9d(-_0x5394de._0x8c4ebe,-0x77,-0x9e,-0x6c)+_0x299c9d(-0xb0,_0x5394de._0x2ab268,-0x50,-_0x5394de._0x4f8feb)+_0x299c9d(0x71,_0x5394de._0x5dbddc,-0x43,-0xd)+_0x299c9d(0xb8,0x89,_0x5394de._0x1ae09a,_0x5394de._0x5f1eff)+'ve|show>\x20['+_0x42028a(-_0x5394de._0x344fe7,-0x12d,-0x124,-0x1cb)+'e]');continue;case'21':_0x2a42e7[_0x42028a(-0x28a,-0x21e,-_0x5394de._0x58cd0f,-0x1c9)](_0xffe031[_0x42028a(-0x1a8,-_0x5394de._0x3a9e6d,-_0x5394de._0x21fc57,-_0x5394de._0xd4706f)]);continue;case'22':_0x4a5b78[_0x42028a(-0x283,-_0x5394de._0x2fefc4,-0x24a,-0x1df)]('\x20\x20ssh_host'+_0x42028a(-0x13c,-0x1a4,-0x123,-_0x5394de._0x4a9d11)+'\x20\x20SSH\x20host'+_0x299c9d(-_0x5394de._0x435d95,-0x165,-_0x5394de._0x3a4686,-0xf1)+_0x299c9d(-_0x5394de._0x5591b0,-0x93,_0x5394de._0x251990,-0x25));continue;case'23':_0x441f36[_0x299c9d(-0x11d,-0x5b,-0x3f,-_0x5394de._0x3d36ae)](_0x42028a(-0x201,-0x1d0,-0x141,-_0x5394de._0x2adc49)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x299c9d(-_0x5394de._0x4d53fe,_0x5394de._0x279fcd,-_0x5394de._0x3ccfff,-_0x5394de._0xfa5ddf)+'me');continue;case'24':_0x54d090[_0x42028a(-_0x5394de._0x388c7a,-0x21e,-0x2d2,-_0x5394de._0xc3a1ec)]('\x20\x20show\x20\x20\x20\x20'+_0x299c9d(-_0x5394de._0x5cb786,-_0x5394de._0x1577ac,-0xfb,-0x6f)+'\x20Show\x20all\x20'+_0x42028a(-_0x5394de._0x29d015,-_0x5394de._0x2ac419,-0x14a,-_0x5394de._0x2aa7ea)+_0x42028a(-0x16b,-_0x5394de._0x2ef991,-0x17f,-0x266));continue;case'25':_0x183aba[_0x299c9d(-_0x5394de._0x3f719e,-_0x5394de._0x289288,-0x133,-0xe9)](_0xffe031[_0x42028a(-_0x5394de._0x37be84,-_0x5394de._0x3a9e69,-_0x5394de._0x2e9bb0,-0x116)]);continue;case'26':_0x2ffff4[_0x299c9d(-_0x5394de._0xefd709,-0x111,-_0x5394de._0x4540c0,-_0x5394de._0x3d36ae)](_0xffe031[_0x42028a(-0x1b6,-_0x5394de._0x2aa7ea,-_0x5394de._0x5d6241,-_0x5394de._0x334773)]);continue;}break;}}}case _0x42028a(-_0x5394de._0x1f321c,-_0x5394de._0x246afa,-0x186,-_0x5394de._0x4acea4)+'y':{if(_0xffe031['lSRfh'](_0xffe031[_0x42028a(-_0x5394de._0x5e46fd,-0x213,-_0x5394de._0x48929b,-0x216)],_0xffe031[_0x299c9d(-0xce,-_0x5394de._0x1577ac,-0xa9,-_0x5394de._0x5c1a38)]))_0xc2aeac['error'](_0xffe031[_0x299c9d(-0x87,-0x40,-_0x5394de._0x4a55fa,-_0x5394de._0x2f4fb7)]),_0x5ef48f[_0x42028a(-_0x5394de._0x4984f4,-_0x5394de._0x520904,-0x19d,-_0x5394de._0x14bf41)](0x2595+-0xb3*-0x1a+-0x37c2);else{const _0x1fd451=_0xbb775===_0xffe031[_0x42028a(-_0x5394de._0x3587ac,-_0x5394de._0x13a7b2,-_0x5394de._0x3a12ea,-_0x5394de._0x569437)]||_0xffe031['BtQtN'](_0xbb775,'1');await saveTrustProxy(_0x1fd451),console[_0x299c9d(-0xf4,-0xa8,-0x80,-0x87)](_0x42028a(-0x18d,-0x1fa,-_0x5394de._0x3b45bb,-0x1a0)+_0x3193b9+_0x299c9d(-0x5e,-_0x5394de._0x284288,-_0x5394de._0x1c0c18,-_0x5394de._0x5408b3)+_0x1fd451),console[_0x42028a(-_0x5394de._0x3ed6ef,-0x1bc,-0x1b7,-0x257)](_0x299c9d(-0x38,-0xaa,-0xf5,-_0x5394de._0x544454)+':\x20'+_0xffe031['rdhQR'](getConfigPath));break;}}}}function _0x3e23(_0x2eb676,_0x4de450){_0x2eb676=_0x2eb676-(0x1163+0x67*-0x26+-0xc0);const _0x17ee5d=_0x9291();let _0x4c2217=_0x17ee5d[_0x2eb676];if(_0x3e23['pakyHs']===undefined){var _0x3be5eb=function(_0x2891ca){const _0x3bccfb='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4c3149='',_0x350c54='';for(let _0x5665e4=0xa*0x22d+0xdb4+0x1*-0x2376,_0x5d76bc,_0x46df2e,_0x42b34b=-0x1*0x2153+-0x2b*-0x32+-0x84f*-0x3;_0x46df2e=_0x2891ca['charAt'](_0x42b34b++);~_0x46df2e&&(_0x5d76bc=_0x5665e4%(0x158*-0x5+0x5*-0x33+-0x1*-0x7bb)?_0x5d76bc*(-0x935+0x265e+0x1ce9*-0x1)+_0x46df2e:_0x46df2e,_0x5665e4++%(-0x3*-0x3c6+0x2438+-0x2f86))?_0x4c3149+=String['fromCharCode'](-0x9*-0x1f3+0x705+-0x1791&_0x5d76bc>>(-(-0x4f6+-0x17*-0x9d+0x923*-0x1)*_0x5665e4&-0xc60+-0x3a9*-0x1+0x8bd)):-0x1ae8+0x2*-0x239+0x1*0x1f5a){_0x46df2e=_0x3bccfb['indexOf'](_0x46df2e);}for(let _0x1a7ffe=-0x15da*-0x1+0x220e+-0x37e8,_0x12c328=_0x4c3149['length'];_0x1a7ffe<_0x12c328;_0x1a7ffe++){_0x350c54+='%'+('00'+_0x4c3149['charCodeAt'](_0x1a7ffe)['toString'](-0x7f*0x3b+0x1*-0x34c+0x20a1))['slice'](-(-0x3*0x815+0x107*0x1+0x173a));}return decodeURIComponent(_0x350c54);};_0x3e23['sUSfWJ']=_0x3be5eb,_0x3e23['UeZFCz']={},_0x3e23['pakyHs']=!![];}const _0x5afc0b=_0x17ee5d[0x1527+-0x4*0x943+0xfe5*0x1],_0x237d2f=_0x2eb676+_0x5afc0b,_0x266f44=_0x3e23['UeZFCz'][_0x237d2f];return!_0x266f44?(_0x4c2217=_0x3e23['sUSfWJ'](_0x4c2217),_0x3e23['UeZFCz'][_0x237d2f]=_0x4c2217):_0x4c2217=_0x266f44,_0x4c2217;}async function setSetupConfig(_0x39cdf1,_0xd69978){const _0x2230e8={_0xb19542:0xac,_0x247167:0x99,_0x5d040b:0x5f,_0x385035:0x8d,_0x288882:0x1f3,_0x3d96fe:0x1a2,_0x407381:0x136,_0x4c8db7:0x10f,_0x2c636c:0xe0,_0x52cfe9:0x7a,_0x3400b6:0x92,_0x4a64ce:0x15,_0x292a50:0x12c,_0x30a22b:0xa9,_0x5676a6:0x124,_0x3fee97:0x1af,_0x5b7e56:0x177,_0x102bf4:0x103,_0xdca5bf:0x2e,_0x1eb89a:0x1f,_0xe9e3f6:0x3e,_0x1d85a8:0xde,_0x366e31:0x142,_0x15f047:0x26,_0x150334:0x8f,_0x4dc3d1:0x163,_0x6d73a:0x58,_0x1edad2:0xe5,_0x23147f:0x177,_0x3587d5:0x1cf,_0x1e3e44:0x1ac,_0xd9537a:0x6f,_0x5d1840:0x14f,_0x3473d3:0xda,_0xd0e2a8:0x204,_0x484591:0x126,_0x48923b:0x91,_0x3762b4:0x58,_0x4fa061:0x32,_0x494c05:0xd2,_0x52cf37:0x88,_0x332c55:0x42,_0x1ee959:0x5c,_0x3183fa:0xf4,_0x3b8f92:0x15f,_0x586924:0xf5,_0x3c7ef5:0x13b,_0x87e9b5:0x34,_0x56a2ca:0xb8,_0x3e4ea4:0xe6,_0x2c0280:0x161,_0x37baa1:0x90,_0x7c67dc:0x101,_0x80c102:0x6b,_0xee6ff1:0xb1,_0x2c95c1:0x163,_0x76ea28:0x1d8,_0x452886:0x221,_0x2565d9:0x16e,_0x38e860:0x162,_0x50c2b8:0x4b,_0x5957d8:0xea,_0x393998:0x11e,_0x2b1862:0x56,_0x12545e:0xe1,_0x42fcfe:0x126,_0x39ead1:0x88,_0x5ba521:0xc0,_0x8bd0dc:0x3b,_0x42a860:0x48,_0x1c070c:0xb6,_0x1b6eeb:0x104,_0x46ac20:0x41,_0x56666f:0x1b4,_0x5c7ead:0x126,_0x39a5ae:0x11b,_0x327de3:0x107,_0x59af00:0x172,_0x3a91fc:0xc6,_0x27b870:0x10d,_0x10ab9b:0x112,_0x4ecd51:0x25,_0x30b94d:0xbf,_0x378dbe:0x146,_0x43d34e:0x184,_0x2b1923:0x118,_0x763b8:0x20b,_0x54dfd6:0x1cc,_0x5f0941:0x1e0,_0x26eb39:0x202,_0x2bb35b:0x107,_0x1c23b4:0x12b,_0xf0904f:0x14f,_0x51b4c5:0x1ae,_0x527a06:0x15c,_0x148150:0x60,_0x1e2b5c:0x8e,_0x31b599:0x51,_0x43b886:0x189,_0x1ae01e:0x11c,_0x432bc0:0x140,_0x3c5061:0xd5,_0x1939b6:0x115,_0x37d492:0x1b,_0x40da79:0x173,_0x5e5d8a:0x17d,_0x159716:0x156,_0x753138:0x16e,_0x8770cd:0x144,_0x2a703f:0x31,_0x4e9f57:0xbb,_0x3b46f2:0x58,_0x5c35b3:0x101,_0x1ac08b:0xf7,_0x1b21ac:0x147,_0xc86b70:0x188,_0x7fec04:0x15c,_0x191017:0xb5,_0x2d9cfa:0x110,_0x39e650:0x1a7,_0x3b9250:0x20,_0x1a26b7:0xd3,_0x3c6a44:0x1e4,_0x2c0289:0x19a,_0x527f90:0x22f,_0x4c6cf4:0x132,_0x5c0bf4:0x5f,_0xa0e4bb:0x14a,_0x3448e8:0x1b3,_0x944822:0x23b,_0x1867be:0x1cc,_0x286827:0x13f,_0xb102d5:0x155,_0x454d8d:0xcc,_0x4406d6:0xf9,_0x132e6b:0xd7,_0x361eea:0x15e,_0x3afede:0xde,_0x3f0d9b:0x141,_0x3ec03f:0x116,_0x4ae6cf:0x1aa,_0x4f5192:0x6,_0x27dc90:0x7e,_0x5bf301:0x94,_0x4e65d4:0x149,_0x6b03d4:0x16e,_0xfa6abf:0x1e7,_0x4171ef:0x58,_0x361f19:0x66,_0x14204a:0x178,_0xb546a3:0xec,_0x4bfa18:0xb9,_0x59ea15:0xe5,_0x59da91:0x49,_0x5613eb:0x155,_0x32708e:0xd1,_0xd2fbe0:0x169,_0x436ec3:0x57,_0x41680c:0xb7,_0x2aa4ac:0x36,_0x516ed7:0xe0,_0xcf264a:0x10a,_0xd9fb80:0x7c,_0x16c637:0xa6,_0x3a0cb3:0x109,_0x3f4fd5:0x38,_0x1479ec:0xd1,_0x3f04a8:0xe4,_0xe6d7b7:0x137,_0x35fcee:0xfc,_0x1c67d5:0x40,_0x3b14ed:0xa7},_0x379f64={_0x41bf46:0xa,_0x49748d:0x11c,_0x2d6174:0x35},_0x266d83={_0x512eb9:0x160},_0x595ad5={'Lqvqp':function(_0x2f5108,_0x3a7991){return _0x2f5108===_0x3a7991;},'Deecq':_0x7e9e1a(0x46,_0x2230e8._0xb19542,0xd5,0xe7),'gycft':_0x1746a5(-_0x2230e8._0x247167,-_0x2230e8._0x5d040b,-0xa8,-_0x2230e8._0x385035)+_0x7e9e1a(0x156,0x1bb,0x163,_0x2230e8._0x288882)+_0x7e9e1a(_0x2230e8._0x3d96fe,_0x2230e8._0x407381,_0x2230e8._0x4c8db7,0x157)+'nts\x20to\x20a\x20v'+_0x7e9e1a(0xc5,_0x2230e8._0x2c636c,0x142,0x158)+'-setup\x20dir'+_0x7e9e1a(_0x2230e8._0x52cfe9,0x6a,_0x2230e8._0x3400b6,-_0x2230e8._0x4a64ce),'jeZID':function(_0x3a77ed){return _0x3a77ed();},'sfyfq':'ckXCD','QRVyY':_0x1746a5(-_0x2230e8._0x292a50,-_0x2230e8._0x30a22b,-_0x2230e8._0x5676a6,-0x141),'bdJMN':_0x1746a5(-_0x2230e8._0x3fee97,-_0x2230e8._0x5b7e56,-_0x2230e8._0x102bf4,-0x16f)+'up\x20path\x20no'+_0x7e9e1a(-_0x2230e8._0xdca5bf,_0x2230e8._0x1eb89a,_0x2230e8._0xe9e3f6,-0x6f)+'ed','HiOmv':_0x1746a5(-_0x2230e8._0x1d85a8,-_0x2230e8._0x366e31,-_0x2230e8._0x15f047,-0xbd)+_0x7e9e1a(0x96,_0x2230e8._0x150334,0xa2,0xe3)+'g\x20set\x20code'+_0x7e9e1a(_0x2230e8._0x4dc3d1,_0x2230e8._0x6d73a,_0x2230e8._0x1edad2,0x12c)+_0x1746a5(-_0x2230e8._0x23147f,-0x212,-0x1a0,-_0x2230e8._0x3587d5)+'o/coder-se'+_0x1746a5(-_0x2230e8._0x1e3e44,-0x176,-0x154,-0x19a),'qYxDS':_0x1746a5(-_0x2230e8._0xd9537a,-_0x2230e8._0x5d1840,-0x112,-_0x2230e8._0x3473d3),'AiosF':function(_0x3de181,_0x56bfc3){return _0x3de181===_0x56bfc3;},'UIfXJ':_0x1746a5(-_0x2230e8._0xd0e2a8,-_0x2230e8._0x484591,-0xd8,-0x187),'PDrgA':function(_0x5e0fd1,_0x432f45){return _0x5e0fd1!==_0x432f45;},'DcWei':_0x7e9e1a(_0x2230e8._0x48923b,_0x2230e8._0x3762b4,_0x2230e8._0x4fa061,0xe2)+_0x7e9e1a(_0x2230e8._0x494c05,_0x2230e8._0x52cf37,_0x2230e8._0x332c55,-_0x2230e8._0x1ee959)+_0x7e9e1a(0x168,_0x2230e8._0x3183fa,0x145,0x179)+_0x7e9e1a(_0x2230e8._0x3b8f92,0x119,_0x2230e8._0x586924,0x7a)+_0x1746a5(-0x17c,-_0x2230e8._0x3c7ef5,-0x25f,-0x1ee)},_0x522987=await _0x595ad5[_0x7e9e1a(0x12c,0xb7,0x78,0x120)](getCoderSetupPath);if(!_0x522987){if(_0x595ad5[_0x7e9e1a(_0x2230e8._0x87e9b5,_0x2230e8._0x56a2ca,0xb4,0x3a)]!==_0x595ad5[_0x1746a5(-0x187,-_0x2230e8._0x23147f,-_0x2230e8._0x3e4ea4,-_0x2230e8._0x2c0280)])_0x595ad5[_0x7e9e1a(_0x2230e8._0x37baa1,_0x2230e8._0x7c67dc,_0x2230e8._0x80c102,_0x2230e8._0xee6ff1)](_0x5d76bc['code'],_0x595ad5[_0x1746a5(-_0x2230e8._0x2c95c1,-_0x2230e8._0x76ea28,-_0x2230e8._0x452886,-0x197)])?(_0x251919['error'](_0x7e9e1a(0x109,0xcb,_0x2230e8._0x2565d9,_0x2230e8._0x38e860)+_0x7e9e1a(-_0x2230e8._0x50c2b8,0x53,0x58,0xed)+_0x1746a5(-_0x2230e8._0x5957d8,-_0x2230e8._0x23147f,-0x7c,-_0x2230e8._0x393998)+'\x20'+_0x258d7d),_0x1c57bb['error'](_0x595ad5[_0x7e9e1a(_0x2230e8._0x2b1862,0x14e,_0x2230e8._0x12545e,0x3b)])):_0x10c190['error'](_0x1746a5(-_0x2230e8._0x42fcfe,-_0x2230e8._0x39ead1,-0x58,-_0x2230e8._0x5ba521)+'ing\x20setup.'+_0x7e9e1a(-_0x2230e8._0x8bd0dc,0x19,_0x2230e8._0x42a860,_0x2230e8._0x1c070c)+_0x506ca9[_0x7e9e1a(0xf7,_0x2230e8._0x1b6eeb,0xb7,_0x2230e8._0x46ac20)]),_0x4f2b49[_0x1746a5(-0x1d0,-_0x2230e8._0x56666f,-0x1f4,-0x14a)](0xf84+-0x3a2*-0x8+-0x1*0x2c93);else{const _0x37b9db=_0x595ad5[_0x7e9e1a(_0x2230e8._0x5c7ead,0x83,0x9c,_0x2230e8._0x39a5ae)][_0x7e9e1a(_0x2230e8._0x327de3,_0x2230e8._0x59af00,0x10c,0x156)]('|');let _0x25f6c9=-0x2d4*0x1+0x3b*0x64+-0x1438;while(!![]){switch(_0x37b9db[_0x25f6c9++]){case'0':console[_0x7e9e1a(0x6e,0xe,0x49,_0x2230e8._0x3a91fc)](_0x595ad5[_0x1746a5(-_0x2230e8._0x27b870,-_0x2230e8._0x10ab9b,-_0x2230e8._0x4ecd51,-_0x2230e8._0x30b94d)]);continue;case'1':process[_0x1746a5(-_0x2230e8._0x378dbe,-_0x2230e8._0x43d34e,-0x16e,-0x14a)](0x10*-0xdf+-0x14c9+0x23*0xfe);continue;case'2':console['error'](_0x595ad5['HiOmv']);continue;case'3':console['error']('');continue;case'4':console[_0x1746a5(-_0x2230e8._0x2b1923,-_0x2230e8._0x763b8,-0x253,-_0x2230e8._0x54dfd6)](_0x1746a5(-0x47,-0x25,-0x14,-_0x2230e8._0x56a2ca)+'igure\x20the\x20'+'setup\x20path'+':');continue;}break;}}}function _0x1746a5(_0x1937de,_0x9519a8,_0x6ce509,_0x5c7c13){return _0x3a8618(_0x1937de-0x1c4,_0x5c7c13- -0xf9,_0x1937de,_0x5c7c13-_0x266d83._0x512eb9);}const _0x4d60bd=_0xb9ea05['join'](_0x522987,_0x7e9e1a(_0x2230e8._0x5f0941,_0x2230e8._0x26eb39,0x172,0xd1));let _0x196f77;try{const _0x2c4bbe=await _0x357de1['readFile'](_0x4d60bd,_0x595ad5[_0x1746a5(-_0x2230e8._0x2bb35b,-0x159,-0xaa,-_0x2230e8._0x1c23b4)]);_0x196f77=JSON[_0x1746a5(-0x217,-_0x2230e8._0xf0904f,-0x1cf,-_0x2230e8._0x51b4c5)](_0x2c4bbe);}catch(_0x43814f){_0x595ad5[_0x1746a5(-_0x2230e8._0x527a06,-0x134,-0x194,-0x1bb)](_0x7e9e1a(0xe5,_0x2230e8._0x148150,_0x2230e8._0x1e2b5c,_0x2230e8._0x31b599),_0x595ad5[_0x1746a5(-0x1d2,-_0x2230e8._0x43b886,-_0x2230e8._0x1ae01e,-0x135)])?(_0x595ad5[_0x7e9e1a(-0x2e,0xf4,0x6b,0x8d)](_0x43814f[_0x1746a5(-_0x2230e8._0xb19542,-0x2f,-_0x2230e8._0x432bc0,-_0x2230e8._0x3c5061)],_0x595ad5[_0x7e9e1a(_0x2230e8._0x1939b6,_0x2230e8._0x37d492,0x7e,0x98)])?(console[_0x1746a5(-_0x2230e8._0x40da79,-0x160,-0x215,-0x1cc)](_0x7e9e1a(_0x2230e8._0x5e5d8a,_0x2230e8._0x159716,_0x2230e8._0x753138,_0x2230e8._0x8770cd)+_0x7e9e1a(-_0x2230e8._0x2a703f,_0x2230e8._0x4e9f57,_0x2230e8._0x3b46f2,0xfa)+_0x7e9e1a(_0x2230e8._0x5c35b3,_0x2230e8._0x332c55,_0x2230e8._0x1ac08b,0x196)+'\x20'+_0x4d60bd),console[_0x1746a5(-0x142,-0x217,-0x263,-0x1cc)](_0x7e9e1a(_0x2230e8._0x1b21ac,0xfa,_0x2230e8._0xc86b70,_0x2230e8._0x7fec04)+_0x7e9e1a(_0x2230e8._0x191017,_0x2230e8._0x1e3e44,0x163,0x1d4)+'p_path\x20poi'+_0x7e9e1a(0x18b,_0x2230e8._0x2d9cfa,0x11c,_0x2230e8._0x39e650)+_0x1746a5(-_0x2230e8._0x40da79,-0x11d,-_0x2230e8._0x3b9250,-_0x2230e8._0x1a26b7)+_0x1746a5(-0x205,-0x161,-0x214,-_0x2230e8._0x3c6a44)+'ectory')):_0x595ad5['PDrgA']('UswXx',_0x1746a5(-0x168,-0xe3,-_0x2230e8._0x2c0289,-0x107))?(_0x18d84e[_0x1746a5(-0x1bc,-0x22f,-_0x2230e8._0x527f90,-_0x2230e8._0x54dfd6)](_0x7e9e1a(0x1dd,0xc3,0x131,0x1ab)+_0xd8a48e+('\x22\x20not\x20foun'+_0x1746a5(-_0x2230e8._0x3183fa,-_0x2230e8._0x4c6cf4,-_0x2230e8._0x5c0bf4,-0x104)+'guration')),_0xfae920[_0x1746a5(-_0x2230e8._0x292a50,-0x137,-0x1dc,-_0x2230e8._0xa0e4bb)](0x1*0xa6d+-0x162e+0x7*0x1ae)):console[_0x1746a5(-_0x2230e8._0x3448e8,-0x27c,-_0x2230e8._0x944822,-_0x2230e8._0x1867be)](_0x7e9e1a(_0x2230e8._0x407381,_0x2230e8._0x286827,_0x2230e8._0xb102d5,_0x2230e8._0x454d8d)+'ing\x20setup.'+_0x7e9e1a(_0x2230e8._0x4406d6,0xd5,0x48,_0x2230e8._0x132e6b)+_0x43814f[_0x1746a5(-0xd8,-_0x2230e8._0x292a50,-_0x2230e8._0x1b21ac,-_0x2230e8._0x361eea)]),process[_0x1746a5(-0x1ca,-0x9d,-_0x2230e8._0x3afede,-0x14a)](0x12cf+0x1*-0x786+-0xb48)):(_0x595ad5[_0x1746a5(-0xfd,-_0x2230e8._0x3f0d9b,-_0x2230e8._0x3ec03f,-_0x2230e8._0x4ae6cf)](_0x3690d2['code'],_0x595ad5[_0x7e9e1a(_0x2230e8._0x4e9f57,-_0x2230e8._0x4f5192,_0x2230e8._0x27dc90,_0x2230e8._0x5bf301)])?_0xb75f52['error'](_0x7e9e1a(_0x2230e8._0x4e65d4,0x1ae,_0x2230e8._0x6b03d4,_0x2230e8._0xfa6abf)+_0x7e9e1a(0xcc,0x6c,_0x2230e8._0x4171ef,_0x2230e8._0x361f19)+_0x7e9e1a(_0x2230e8._0x14204a,_0x2230e8._0xb546a3,0xf7,_0x2230e8._0x4bfa18)+'\x20'+_0x451896):_0x495fc5[_0x7e9e1a(0x9b,_0x2230e8._0x59ea15,_0x2230e8._0x59da91,0xcb)](_0x7e9e1a(0xeb,0x11c,_0x2230e8._0x5613eb,_0x2230e8._0x32708e)+_0x7e9e1a(0x191,0x1a0,_0x2230e8._0xd2fbe0,0x1ae)+_0x1746a5(-0x1fa,-0x16e,-0x190,-0x1cd)+_0x23d44b['message']),_0x389cf2[_0x7e9e1a(0xa9,_0x2230e8._0x436ec3,0xcb,0x11e)](-0x3e7*0x3+-0x1b7*-0x13+-0x19b*0xd));}_0x196f77[_0x39cdf1]=_0xd69978;function _0x7e9e1a(_0xc5c34e,_0x40a3cb,_0x2292a5,_0x376f12){return _0x3a8618(_0xc5c34e-_0x379f64._0x41bf46,_0x2292a5-_0x379f64._0x49748d,_0xc5c34e,_0x376f12-_0x379f64._0x2d6174);}await _0x357de1[_0x7e9e1a(_0x2230e8._0x41680c,0x51,0x7d,_0x2230e8._0x2aa4ac)](_0x4d60bd,JSON['stringify'](_0x196f77,null,-0x9e*0x4+0x1c32+-0x2*0xcdc)+'\x0a',_0x7e9e1a(0xc3,0x1b1,0x13b,_0x2230e8._0x292a50)),console[_0x1746a5(-_0x2230e8._0x516ed7,-_0x2230e8._0xcf264a,-0x127,-0x16a)](_0x7e9e1a(_0x2230e8._0xd9fb80,-0x21,0x6d,_0x2230e8._0x16c637)+_0x39cdf1+'\x20=\x20'+_0xd69978),console[_0x7e9e1a(0x22,0xad,0xab,_0x2230e8._0x3a0cb3)](_0x7e9e1a(_0x2230e8._0x3f4fd5,0x119,_0x2230e8._0x1479ec,_0x2230e8._0x3f04a8)+':\x20'+_0x4d60bd),console['log'](''),console[_0x1746a5(-0x13f,-_0x2230e8._0xe6d7b7,-_0x2230e8._0x35fcee,-0x16a)](_0x595ad5[_0x7e9e1a(-0x28,0x62,_0x2230e8._0x1c67d5,_0x2230e8._0x3b14ed)]);}function _0x9291(){const _0x42bc75=['u2v0ia','B3j0icaGicaGia','yxzHAwXHyMXLia','icbZzxj2zxjFCa','icbtu0GGAg9ZDa','pt09ifnLCNzLCG','icbezwzHDwX0ia','ienVBMzPz3vYyq','uuTPqMK','rLnUruu','BLnfvgi','AMvAsuq','CfDLqvm','AwnHDguGzMLSzq','DhvW','AgfZ','D3jPDgvgAwXL','rgvLy3e','Cfn5teS','ihrVihzPzxCGCW','Aw9U','DxnHz2uGAw5MBW','AvjorMO','DfDyrMG','vM9ewKi','z3LvAMK','rxHHBxbSzxm6','BMPsuem','B1r3D3m','whPpyu8','Dhb0DKq','ve9Nzwe','zgvMyxvSDf9HzW','zK5UvKS','C2HVDW','D1rguKW','icbJB2rLCL9Zzq','zwn0B3j5','BhzttuO','AwD1CMf0Aw9Uia','yM5Zq0S','BIbUB3qGzM91BG','icbUyw1LicaGia','y0Xlr0S','DcaOmZaWmcK','Aw9UihzHBhvL','yvnxAKC','uvjwEvK','q29UzMLNDxjLia','DxaGCgf0AcbUBW','shL3CKS','CMvHzezPBgu','igTLExmGkhn0BW','CNzLCIbJB25MAq','y29os3i','AuXwDKe','Ee5Uvw4','rxjYB3i6ifnLDa','rK1swee','vvPRwKu','zxjFCg9YDca4ma','wezNwgq','Bg9N','vNvVAfi','Dhj1C3rFChjVEa','z3vYyxrPB24','icbqyxrOihrVia','shfAv0O','u1nmignLCNrPzG','CMfNzsaGicaGia','t05JtxC','C2z5zNe','A2v5CYaOC3rVCG','tgnsDM0','BwvZC2fNzq','u1nmienbigj1BG','FdiYFdL8mtf8mq','mtm1ntC1ntvvs3zTCve','zMLNDxjHDgLVBG','twfIDKe','pIaGicaGicaGia','ysbSAxn0ig9Mia','Fde5FdiXFdH8mq','AwCUANnVBIK6','icbZC2XFy2vYDa','icb0yxnRx3n0BW','icaGicaGicaGia','rxjYB3i6ieLUDG','AfnIAu8','vxnHz2u6ignVza','CM1HDgLVBG','zw1eAeG','wgvIv20','zYbZzxqGzgvMyq','zxHPDa','ieDLDcbHignVBG','tg9JyxrPB246ia','uMvTB3zLzca','rxHWzwn0zwqGBa','AKPfrfK','icbmB2nHDgLVBG','id0G','t2Tbwgu','mhWZFdr8mNWX','ru5pru5u','sM9eCMy','vxn3Ceq','CuHWALm','yMnVBw1HBMq6ia','CurXyve','C2v0','Cf9WyxrOoIa','qvbfv2G','vLPiANi','zxr1Cc5QC29Uia','vuLMweO','z3LJzNq','mJG1mZC2mMD0vKrIyq','y29UzMLNigDLDa','vuDuyM0','CL9Zzxr1Cf9Wyq','ywfjDuK','sgrkrMe','BhvLpG','ywDLBNqGicaGia','CvL4rfm','Bhq6idmWmdaP','u2v0DxaGy29UzG','CYaODhj1zs9Myq','tuzyruS','EMftzhy','yxrOoIaGica','FdiYFde0FdeYFa','zYbZzxqGy29Kzq','B3j0icHKzwzHDq','y1bUruW','ihrVihrHA2uGzq','zwzIvLu','DcbMB3vUzcbHDa','zfv1EK0','CKr6DLe','z3rjDKq','Cc5QC29UktO','BY9JB2rLCI1Zzq','DdOGicaGica','icbZC2XFy2fFCa','y29UzMLNDxjHDa','AhbKA1C','uLrODe4','C3rYAw5NAwz5','ugXRBxG','A2v5pIaGicaGia','r0DyCwe','zw50','z25nzge','B3H5icaGicaGia','icbtzxr1CcbUyq','t09Hy3u','C3rVCMuGDgfZAW','C3bSAxq','B25Tzw50CW','vxn3whG','Cf9WyxrOihbVAq','zsbRzxKGzMLSzq','zcbPBIbJB25MAq','BIbRzxK6ia','mJfAwK92wM8','whPUzem','DwrLig9YignVza','vw5RBM93BIbZDq','icbtzxj2zxiGCa','vw9Lsuy','CgLqweS','BMzPzYiGzM9Yia','ufHQvMm','BNrZihrVigeGDG','q29UzMLNDxjHDa','DhvWx3bHDgGGia','v3r4qLy','B3H5igHLywrLCG','zxiTC2vYDMvYia','Aw9Uid09pq','yu9vA0O','EtOGicaGica','y29UzMLNidXZzq','yLzvt2y','DvPlA3K','y2XHDwrL','kg5VDcbZzxqP','ndKZAurcwwnd','m3WXn3WXnxWXmW','sM9rueu','rKnTDMu','DgLnzg4','Dhj1zq','vw5RBM93BIbJBW','s2v5ici','Awn3yxi','icbZC2XFA2v5xW','yxfmwgC','khnLDhvWlMPZBW','icbZzxqGpgTLEq','CMvZB2X2zq','AMLtEeS','mti2ntC2odrxCuvUtue','A2v5xsbBDMfSDq','DxrMltG','DwX0x2fNzw50ia','y29KzxiTC2v0Dq','rLfTrNO','C3nSx2nHx3bHDa','y29Kzq','ifnOB3CGywXSia','ywXPzcbJB2rLCG','uu9uuge','zYbZzxqGC2vYDG','B3iGy2HHBMDLCW','nxjhD2HgDa','D3PLBNi','ywDLBNqGkgnSyq','ENjnr1i','ihjLC3vSDhm','vg5IBgO','thnWuMW','u1nmihbYAxzHDa','qNrrDe4','tKrqy1O','pIa8DMfSDwu+ia','EMfPBe4','ANPlwvi','BxLwELu','CNb5Dw0','rxjYB3iGCMvHza','yMrktu4','DvDTEgC','icbJB2rLCI1Zzq','DgfZA19ZDg9Yyq','A1fJDhu','svDut3a','yxrO','rMLYC3qGy29UzG','sKv1ENO','C3nSx2nLCNrFCa','y3HMCuK','CefXAxa','rfv3vvm','y29KzxjFC2v0Dq','AhPxuM4','u2PrENm','pt09ifnLDhvWia','rwLjqNG','zgXLicHVChrPBW','Aw5NihnLDhvWlG','r1PKtwe','v1vLCxa','zwqGAw4GC2v0Dq','qKnpuLi','rxjYB3i6ihnLDa','ww1OzfO','nJy5nZmWDeLlwKnV','C2v0DxaGCgf0Aa','C2v0DxaUANnVBG','tLLPseq','vhfXsge','yMLbD08','y29UzMLNihjLBq','Cf9WyxrO','wvbKwfK','q29TBwfUzhm6','BeX4vvG','DhXNzxr8CMvTBW','y29KzxiVy29UzG','wNDsz3a','wKTPqLG','icb0CNvZDf9WCG','idXRzxK+idX2yq','D1nPsee','suLtANy','BMfSkq','r3b5y1e','ihzHBhvL','lxnLCNzLCIbJBW','x3bHDgGGicaGia','twfRzsbZDxjLia','mtn8mJr8mNWXnG','ELHZD0e','icbuCNvZDcbWCG','teTozxq','uLPWBLK','uMvZzxqG','B2nHDgLVBJOG','Cxjyvue','icbZC2HFAg9ZDa','zMzLy3qU','ywXPzcbWB3j0ia','zKfQEwm','nxWZFdf8mtL8ma','s2TQwg0','zYbZAg93','q3rSELK','DLzWrgu','A2v5CW','tvnkA2q','lxnLDhvWigrPCG','uMvZDgfYDcb0Aa','nJq2mZK3nKLwvvbmtq','Cgf0AcaGicaGia','yxrOicaGicaGia','uNvUicjJB2rLCG','AKrOrwW','BMHkvNG','Agvqq0i','CMvKigLUih4VlG','vMPrsuq','De9JCxm','BMzPz3vYyxrPBW','DcbJB25MAwD1CG','ohWYm3WYnNWXma','rgnxzwK','igzVCIbLBNzPCG','zsbZzxj2zxiGzG','wKPNA3u','C2vYDMvYx3bVCG','icbNzxqGpgTLEq','DgGGl3bHDgGVDa','ihrVigrLzMf1Ba','ANnVBJOG','zxjYB3i','nta1oti4ELfbDwn1','nhWYmhWXn3WXmG','seL4sei','otbSExDIEee','y29UzMLNihnLDa','B2DuEvi','wKj0ELm','Ehb6tLa','n0fZvg9ruG','ruDIvKm','z3vKsgG','zxGP','Cxr4sxu','rerAAgO','DxaUANnVBIbUBW','mJy0nNf4DLzyCW','qwLVC0y','yKX2EKe','vgLbvhi','shPvBwW','BNvTyMvY','AM9PBG','icbYzw1VDMuGpa','B3zLidXRzxK+','CcbKAxjLy3rVCG','idXRzxK+','AdOGicaGica','sfLxuM4','y1vhqvO','CgfYC2u','tM5Uvuq','C3nSx2TLEv9Wyq','ENLjwMW','thf2Cxa','C0vnDwK'];_0x9291=function(){return _0x42bc75;};return _0x9291();}function _0x2acbf8(_0x51b557,_0x54b0a6,_0x50b440,_0x133584){return _0x3e23(_0x54b0a6- -0x62,_0x133584);}async function getConfig(_0x542a2f){const _0x3025e2={_0x2fbcdc:0x168,_0x347709:0x13c,_0x5c7de1:0x207,_0x4891bb:0x22e,_0xe67008:0x1e3,_0x4e3261:0x115,_0x25a8ca:0x16c,_0x912406:0xc4,_0x20021a:0x14c,_0x47dbe9:0x1ce,_0x5f4c7f:0x14a,_0x3a5b7b:0x12e,_0x26d5fe:0x14e,_0x55db22:0x14b,_0x5af177:0xfd,_0x168c47:0xd3,_0x3c62d7:0x125,_0x53f74b:0x134,_0x4ba3a3:0x203,_0x416e36:0x141,_0x3a25ca:0x1ab,_0x5d6ac5:0x188,_0x13ed3b:0x1c2,_0x5b99ab:0x1aa,_0x2cecb6:0x70,_0x570fc4:0xde,_0x1395f9:0xd8,_0x4b819f:0xf7,_0x385ff8:0x99,_0x316b33:0x164,_0x52bf9:0x152,_0x257028:0x16c,_0x5ce9ff:0x15f,_0x361153:0x177,_0x3d0990:0x134,_0x413b62:0x19b,_0x4d9b21:0x56,_0x3e0ad8:0xe9,_0x444168:0x8a,_0x1b60bc:0x7f,_0x18eda2:0x127,_0x28e347:0x14f,_0x3c209e:0x185,_0xad8fd5:0x1b9,_0x3596cd:0x197,_0x9f5ba1:0x18e,_0x30db3a:0x1ab,_0x3a3a23:0x10b,_0x5eeb3e:0xc4,_0x52531b:0x174,_0x37f94e:0x1a3,_0xff41b6:0x153,_0x1b7586:0xe1,_0x5c6be2:0x39,_0xf4c83f:0x40,_0x424980:0xae,_0x30121f:0x1a7,_0x52922f:0x1a1,_0x1fc8e9:0x154,_0x3b38d5:0xcb,_0x10b7e3:0x169,_0x2592cd:0xcb,_0x21fe70:0xd6,_0x204e2b:0x193,_0x349908:0x1c3,_0x5cc5f2:0x222,_0x3d21af:0xe8,_0x4f0aac:0x51,_0x106046:0x15b,_0x2197d4:0xcf,_0x5beadc:0x11f,_0x4bcb3b:0x97,_0x4070b1:0xff,_0x5346e0:0x145,_0x490220:0x1db,_0x2219da:0x133,_0xc3b87f:0x43,_0x54d4a4:0x86,_0x9b54f4:0x84,_0x221fe5:0x5a,_0x5683c1:0x19e,_0x44e1ab:0xdc,_0x144f04:0x28e,_0x835a3f:0xf2,_0x105fd2:0x123,_0x3e68bf:0x113,_0x462861:0xa1,_0x254644:0x1f4,_0x56c079:0x29f,_0x18660:0x1ec,_0x4e0983:0x2a0,_0x4ce01d:0x15d,_0x42f354:0x189,_0x401480:0x181,_0xf471d1:0x15b,_0x39e215:0x18e,_0x56f744:0x1fa,_0x3adb52:0x15,_0x593965:0x104,_0x2b14a5:0x9c,_0xab188b:0x1b1,_0x4e7e36:0x15c,_0x2aeccd:0x1a3,_0x3a17e0:0x1b2,_0x51c488:0x166,_0x492364:0x200,_0x5e571b:0x1e1,_0x46ef02:0x24b,_0x1f7f43:0x87,_0x4853a1:0x15d,_0x1dbd93:0x166,_0x8c6c7d:0x18b,_0x10672a:0xd8,_0x14c55c:0x11e,_0x50e87f:0x1d0,_0x47043a:0xc9,_0x50c8af:0xd2,_0x54cb95:0xf8,_0x5de6e7:0xbe,_0x3f0ca1:0x1a8,_0x1f8bf9:0x1bb,_0x31b263:0x38,_0x5b76ce:0xda,_0x14efb5:0x26d,_0x2a3770:0x175,_0x25e546:0x1cd,_0x590f21:0x93,_0x220cb6:0x122,_0x4d21fe:0xb3,_0x55772a:0x127,_0x221d6b:0x179,_0x903cfc:0x1c1,_0xb55c1f:0x1b5,_0x216e76:0x18c,_0x4ec4f8:0xd0,_0x49bc29:0x9a,_0x2b8087:0x123,_0xcc3f0a:0x16d,_0x124263:0x1fd,_0x2b51ed:0x1ad,_0x4aea72:0x1cd,_0x47d738:0x21c,_0xc4aee9:0x9b,_0x1aa49e:0x15e,_0x5e7e7b:0x1c6,_0xe89781:0x1b1,_0x951ff2:0xc8,_0x35efb8:0xee,_0x70e6b7:0xbb,_0x2b7b94:0x221,_0x127a17:0x121,_0x276b9:0x18b,_0x35ca79:0x22f,_0x515a77:0x234,_0x53ead3:0x13a,_0x40262d:0x1b7,_0x43faa9:0x10a,_0x46af08:0x1f6,_0x564477:0x5b,_0x75aad2:0xea,_0x19ca31:0xcc,_0x46c457:0xb4,_0x34de28:0xbd,_0x3cd496:0x15f,_0x864f7c:0x16e,_0x229736:0x100,_0x59bdcd:0x1cc,_0x3084fc:0x288,_0x56a832:0x199,_0x1c66c6:0xf,_0x3aa9e7:0x47,_0x411057:0xa1,_0x509382:0x208,_0x30b72f:0xc8,_0x74787a:0x19f,_0x279784:0x230,_0x52173c:0x160,_0x25c654:0x1a2,_0x37f4d1:0x23a,_0xd2938a:0x1c1,_0xe52f4f:0x272,_0x3c9e2d:0x1cb,_0x10d95c:0x1c1,_0x3cf1ce:0x2a2,_0x5e855f:0x1bd,_0x2ee8e3:0x265,_0x5e1ad5:0x14d,_0x46eb55:0x82,_0x228e0e:0x9f,_0x5eb199:0x186,_0x3e51fc:0x1ab,_0x46f0b2:0x198,_0x24a56e:0x243,_0x14f9f3:0x1b4,_0x4f81fe:0x241,_0x5e6fe8:0x146,_0xcaf588:0x166,_0x3fdbab:0x1dd,_0x7e93f1:0x119,_0x30ed07:0x167,_0x114bec:0xab,_0x4fe53e:0x80,_0x1e8ad2:0xb5,_0x378755:0x1a0,_0x4dca75:0x153,_0x3039d7:0x167,_0x13d059:0x1bc,_0x37b772:0x1b8,_0x3417e1:0x1d7,_0x5d775e:0x114,_0x21d47e:0x298,_0x3cb869:0x1c8,_0x4cfc20:0x13f,_0x1d12dc:0x272,_0x5cf4c8:0x12a,_0x7277b:0x1c1,_0x75a8bf:0x16d,_0x45899a:0xb0,_0xfb1716:0x15f,_0x12d54e:0xd4,_0x2734e6:0xa2,_0x3b9ddb:0x1f5,_0x527cb8:0x1e6,_0x3c9d80:0x29d,_0x5bac4a:0x186,_0x22ab11:0x236,_0x215484:0x12f,_0x171d5e:0x17f,_0x23bc5c:0x1ec,_0x59ffd0:0x1c1,_0x275116:0x3b,_0x4ecc8c:0x12,_0x1d8024:0xf4,_0x396f82:0x153,_0x24b262:0x10c,_0x3d872f:0x158,_0x1ee1f1:0x128,_0x4ad751:0x135,_0x4dd1a5:0x15c,_0x4cd1fc:0x12b},_0x2aa631={_0x202ac0:0x117,_0x5f5a2a:0xee},_0x210d44={_0xe28646:0x102},_0xabbbfc={'OOacu':_0x47cbd3(-_0x3025e2._0x2fbcdc,-_0x3025e2._0x347709,-0xc8,-0x14e),'UswpD':_0x47cbd3(-_0x3025e2._0x5c7de1,-0x164,-_0x3025e2._0x4891bb,-_0x3025e2._0xe67008)+_0x47cbd3(-0xb7,-_0x3025e2._0x4e3261,-0x7e,-_0x3025e2._0x25a8ca)+'nfig\x22\x20for\x20'+_0x1ad782(-_0x3025e2._0x912406,-0x1e6,-0xec,-_0x3025e2._0x20021a)+_0x47cbd3(-_0x3025e2._0x47dbe9,-_0x3025e2._0x5f4c7f,-0x173,-_0x3025e2._0x3a5b7b)+_0x1ad782(-0x1f5,-0x161,-0x173,-0x1db),'tptvD':function(_0x1050de,_0x2a29dd){return _0x1050de===_0x2a29dd;},'myVzU':_0x47cbd3(-0x108,-0xe7,-0xc9,-0x11c)+_0x47cbd3(-0x1a7,-_0x3025e2._0x26d5fe,-0x18c,-0x1a5)+'d)','NnnUD':'3|0|2|1|4','RZpnY':'\x20\x20coder-se'+'rver\x20confi'+_0x47cbd3(-_0x3025e2._0x55db22,-0xf3,-_0x3025e2._0x5af177,-0x1a0)+_0x1ad782(-0x1cf,-_0x3025e2._0x168c47,-0x1c0,-_0x3025e2._0x3c62d7)+_0x1ad782(-_0x3025e2._0x53f74b,-_0x3025e2._0x4ba3a3,-0x1c5,-0x1c4)+_0x47cbd3(-_0x3025e2._0x416e36,-0x1cb,-_0x3025e2._0x3a25ca,-_0x3025e2._0x5d6ac5)+_0x47cbd3(-_0x3025e2._0x13ed3b,-0x1d2,-0x166,-_0x3025e2._0x5b99ab),'pAqip':_0x1ad782(-_0x3025e2._0x2cecb6,-0x115,-_0x3025e2._0x570fc4,-0xad)+'igure\x20the\x20'+_0x1ad782(-0x3e,-_0x3025e2._0x1395f9,-_0x3025e2._0x4b819f,-_0x3025e2._0x385ff8)+':','tWXFh':_0x1ad782(-0x162,-0x1e4,-0x176,-_0x3025e2._0x316b33)+_0x1ad782(-0xb9,-0x13e,-_0x3025e2._0x52bf9,-_0x3025e2._0x257028)+_0x47cbd3(-0x1ff,-_0x3025e2._0x5ce9ff,-0x201,-0x1ca)+'ed','XzndC':_0x47cbd3(-_0x3025e2._0x361153,-_0x3025e2._0x3d0990,-0x189,-_0x3025e2._0x413b62)+_0x1ad782(-_0x3025e2._0x4d9b21,-0x197,-0x136,-_0x3025e2._0x3e0ad8)+_0x1ad782(-_0x3025e2._0x444168,-_0x3025e2._0x1b60bc,-0x1bc,-_0x3025e2._0x18eda2)+_0x47cbd3(-0x1da,-_0x3025e2._0x28e347,-0x1fa,-0x24a),'hSbiO':function(_0x1db0ac,_0x4ee822){return _0x1db0ac===_0x4ee822;},'GpycQ':'zvTYJ','YmhdZ':_0x47cbd3(-0x1fa,-_0x3025e2._0x3c209e,-0x24d,-_0x3025e2._0xad8fd5),'JwJrZ':function(_0x9e7d66,_0x538d06){return _0x9e7d66&&_0x538d06;},'VuohR':function(_0x23bec4,_0xa898a3){return _0x23bec4!==_0xa898a3;},'VoDZB':_0x1ad782(-_0x3025e2._0x3596cd,-_0x3025e2._0x9f5ba1,-_0x3025e2._0x30db3a,-0x103),'AXMJc':function(_0x53dc45,_0x15cbaf){return _0x53dc45===_0x15cbaf;},'LspRl':_0x47cbd3(-_0x3025e2._0x3a3a23,-_0x3025e2._0x5eeb3e,-0xb5,-0x17d),'BCORR':_0x47cbd3(-0xda,-0x2a,-_0x3025e2._0x52531b,-0x113)+'p_path','jJEDY':function(_0x5171c8){return _0x5171c8();},'wTFRL':_0x1ad782(-0x24b,-_0x3025e2._0x37f94e,-0x178,-0x1c6)+'t','UfmQa':_0x1ad782(-0x4d,-_0x3025e2._0xff41b6,-_0x3025e2._0x1b7586,-0xab)+_0x1ad782(-0xea,-_0x3025e2._0x5c6be2,-_0x3025e2._0xf4c83f,-_0x3025e2._0x424980),'gyUji':function(_0x2c9ba8){return _0x2c9ba8();},'FMqdo':_0x1ad782(-0x227,-0x209,-_0x3025e2._0x30121f,-_0x3025e2._0x52922f)+'th','mmViY':function(_0x315659){return _0x315659();},'nSETb':_0x1ad782(-_0x3025e2._0x1fc8e9,-0x128,-0x74,-_0x3025e2._0x3b38d5)+'h','biAwO':function(_0x3ea5ce){return _0x3ea5ce();},'YYaxh':'trust_prox'+'y','pSyLK':function(_0x4eca1e){return _0x4eca1e();},'Plkmx':_0x47cbd3(-0x1ec,-0x165,-0x20d,-_0x3025e2._0x10b7e3),'qhfwq':'pQCqP','xNnUn':_0x47cbd3(-_0x3025e2._0x2592cd,-_0x3025e2._0x21fe70,-0x157,-0x108),'CtlzY':function(_0x5a2d94,_0x1f3ee5){return _0x5a2d94===_0x1f3ee5;},'FMRXA':_0x47cbd3(-_0x3025e2._0x204e2b,-_0x3025e2._0x349908,-_0x3025e2._0x5cc5f2,-0x1f7),'woqSd':_0x1ad782(-_0x3025e2._0x3d21af,-_0x3025e2._0x4f0aac,-_0x3025e2._0x106046,-_0x3025e2._0x2197d4),'JoDrf':_0x1ad782(-0x56,-0x7a,-_0x3025e2._0x5beadc,-_0x3025e2._0x4bcb3b),'efbVU':_0x47cbd3(-_0x3025e2._0x4070b1,-_0x3025e2._0x385ff8,-0x11f,-_0x3025e2._0x5346e0)};!_0x542a2f&&(_0xabbbfc[_0x1ad782(-_0x3025e2._0x490220,-0x195,-0x1c4,-0x145)](_0xabbbfc[_0x1ad782(-_0x3025e2._0x2219da,-0x75,-_0x3025e2._0xc3b87f,-_0x3025e2._0x54d4a4)],_0xabbbfc[_0x1ad782(-0x84,-0x59,-_0x3025e2._0x9b54f4,-0x9b)])?(_0x509fc8[_0x47cbd3(-_0x3025e2._0x5af177,-_0x3025e2._0x221fe5,-0x198,-0x68)]===_0xabbbfc[_0x1ad782(-_0x3025e2._0x5683c1,-_0x3025e2._0x44e1ab,-_0x3025e2._0x9f5ba1,-0x100)]?_0x14ce55['error']('Error:\x20set'+_0x47cbd3(-0x1e5,-0x28a,-0x181,-_0x3025e2._0x144f04)+_0x1ad782(-_0x3025e2._0x30121f,-_0x3025e2._0x835a3f,-_0x3025e2._0x105fd2,-_0x3025e2._0x3e68bf)+'\x20'+_0x276d54):_0x5a4a29[_0x47cbd3(-0x1f4,-0x22b,-0x143,-0x1b6)]('Error\x20read'+_0x1ad782(-0x1,-0xaa,-0xc3,-_0x3025e2._0x462861)+'json:\x20'+_0x45de3b['message']),_0x62b277['exit'](0x1dbb+0x6bf+-0x2479)):(console[_0x47cbd3(-_0x3025e2._0x254644,-_0x3025e2._0x56c079,-_0x3025e2._0x18660,-_0x3025e2._0x4e0983)](_0xabbbfc[_0x1ad782(-_0x3025e2._0x4ce01d,-0x64,-0xf6,-0xf6)]),process[_0x47cbd3(-0x172,-_0x3025e2._0x42f354,-_0x3025e2._0x401480,-_0x3025e2._0xf471d1)](-0xabc+0x371+0x74c)));const _0x43ca77=SERVER_CONFIG_KEYS[_0x1ad782(-0x15d,-0x1f3,-0x131,-_0x3025e2._0x39e215)](_0x542a2f);function _0x47cbd3(_0x527350,_0x4cd563,_0x40b8bd,_0x1a3a47){return _0x3a8618(_0x527350-0x13c,_0x527350- -0x121,_0x4cd563,_0x1a3a47-_0x210d44._0xe28646);}const _0x5ef735=SETUP_JSON_KEYS['has'](_0x542a2f);_0xabbbfc['JwJrZ'](!_0x43ca77,!_0x5ef735)&&(_0xabbbfc['VuohR'](_0xabbbfc[_0x47cbd3(-0x1b8,-0x20e,-_0x3025e2._0x56f744,-0x226)],'gnMda')?_0x5e733d['error'](_0x1ad782(_0x3025e2._0x3adb52,-_0x3025e2._0x593965,-0x61,-_0x3025e2._0x2b14a5)+_0x1ad782(-_0x3025e2._0xab188b,-_0x3025e2._0x4e7e36,-_0x3025e2._0x2aeccd,-_0x3025e2._0x3a17e0)+_0x1ad782(-0x74,-0x75,-0x172,-_0x3025e2._0x3e68bf)+'\x20'+_0x4c3ce3):(console[_0x1ad782(-_0x3025e2._0x51c488,-0x1e0,-0x216,-0x1c1)]('Unknown\x20co'+_0x47cbd3(-_0x3025e2._0x492364,-_0x3025e2._0x5e571b,-_0x3025e2._0x46ef02,-0x16a)+_0x1ad782(-0x137,-_0x3025e2._0x1f7f43,-_0x3025e2._0x4853a1,-0xf8)+_0x542a2f),console['error'](_0xabbbfc[_0x47cbd3(-_0x3025e2._0x1dbd93,-_0x3025e2._0x8c6c7d,-0x19a,-_0x3025e2._0x10672a)]),process['exit'](-0x320*-0x3+0x2592+-0x2ef1)));let _0x4a87a9;if(_0x43ca77){if(_0xabbbfc['AXMJc'](_0x47cbd3(-_0x3025e2._0x14c55c,-_0x3025e2._0x50e87f,-0x16f,-_0x3025e2._0x47043a),_0xabbbfc[_0x1ad782(-_0x3025e2._0x50c8af,-_0x3025e2._0x54cb95,-0xff,-_0x3025e2._0x5de6e7)]))_0x34cfa7[_0x1ad782(-_0x3025e2._0x3f0ca1,-_0x3025e2._0x1f8bf9,-0x18c,-0x1c1)](_0x1ad782(-0xbf,-_0x3025e2._0x31b263,-0x168,-_0x3025e2._0x5b76ce)+_0x1ad782(-_0x3025e2._0x14efb5,-_0x3025e2._0x2a3770,-0x162,-_0x3025e2._0x25e546)+_0x47cbd3(-0x12b,-_0x3025e2._0x590f21,-_0x3025e2._0x220cb6,-_0x3025e2._0x4d21fe)+_0x303f0d),_0x7e975[_0x1ad782(-_0x3025e2._0x55772a,-_0x3025e2._0x221d6b,-0x16a,-_0x3025e2._0x903cfc)](_0xabbbfc[_0x47cbd3(-0x166,-0x12e,-0x1da,-_0x3025e2._0xb55c1f)]),_0x69820e[_0x1ad782(-_0x3025e2._0x216e76,-0x17d,-0xeb,-0x13f)](-0x1*0x230+0x2106+-0x1ed5);else switch(_0x542a2f){case _0xabbbfc[_0x47cbd3(-_0x3025e2._0x4ec4f8,-_0x3025e2._0x49bc29,-0x56,-_0x3025e2._0x2b8087)]:_0x4a87a9=await _0xabbbfc[_0x47cbd3(-_0x3025e2._0xcc3f0a,-_0x3025e2._0x124263,-0x1b7,-0x1e0)](getCoderSetupPath);break;case _0xabbbfc[_0x47cbd3(-_0x3025e2._0x2b51ed,-_0x3025e2._0x4aea72,-_0x3025e2._0x47d738,-0x153)]:_0x4a87a9=await _0xabbbfc[_0x1ad782(-_0x3025e2._0xc4aee9,-0x104,-_0x3025e2._0x1aa49e,-0x13a)](getServerPort);break;case _0xabbbfc['UfmQa']:_0x4a87a9=await _0xabbbfc[_0x1ad782(-0x1fe,-_0x3025e2._0x5e571b,-0x100,-0x184)](getSslCertPath);break;case _0xabbbfc['FMqdo']:_0x4a87a9=await _0xabbbfc['mmViY'](getSslKeyPath);break;case _0xabbbfc[_0x47cbd3(-_0x3025e2._0x5e7e7b,-0x271,-0x228,-_0x3025e2._0xe89781)]:_0x4a87a9=await _0xabbbfc[_0x47cbd3(-_0x3025e2._0x951ff2,-_0x3025e2._0x3a5b7b,-_0x3025e2._0x35efb8,-_0x3025e2._0x70e6b7)](getSslCaPath);break;case _0xabbbfc['YYaxh']:_0x4a87a9=await _0xabbbfc[_0x1ad782(-0x22f,-_0x3025e2._0x2b7b94,-_0x3025e2._0x127a17,-_0x3025e2._0x276b9)](getTrustProxy);break;}}else{if(_0x5ef735){if(_0xabbbfc[_0x1ad782(-0x1a1,-0x196,-0x203,-0x15e)](_0x1ad782(-_0x3025e2._0x35ca79,-0x224,-_0x3025e2._0x515a77,-0x1b9),_0xabbbfc[_0x47cbd3(-_0x3025e2._0x53ead3,-_0x3025e2._0x40262d,-0x1b3,-0x1e6)]))_0xabbbfc[_0x47cbd3(-0x1b2,-_0x3025e2._0x43faa9,-0x1cc,-_0x3025e2._0x46af08)](_0x132b34[_0x1ad782(-0x87,-_0x3025e2._0x564477,-0x110,-0xca)],'ENOENT')?(_0x3ff370['log'](_0xabbbfc[_0x47cbd3(-_0x3025e2._0x75aad2,-0x170,-0x12b,-0xc6)]),_0x2a19af[_0x1ad782(-_0x3025e2._0x19ca31,-0x1bf,-0xdd,-_0x3025e2._0x5ce9ff)](''),_0x4b84e2[_0x1ad782(-_0x3025e2._0x46c457,-_0x3025e2._0x34de28,-0xbe,-_0x3025e2._0x3cd496)](_0x47cbd3(-_0x3025e2._0x864f7c,-_0x3025e2._0x229736,-_0x3025e2._0x59bdcd,-0x19e)+_0x47cbd3(-0x219,-_0x3025e2._0x3084fc,-_0x3025e2._0x56a832,-0x22e)+_0x35bb80)):_0x374d19['log']('Error\x20read'+_0x1ad782(_0x3025e2._0x1c66c6,-_0x3025e2._0x3aa9e7,-0xb4,-_0x3025e2._0x411057)+'json:\x20'+_0xf0669[_0x1ad782(-_0x3025e2._0x509382,-_0x3025e2._0x30b72f,-0x209,-0x153)]);else{const _0x31f298=await getCoderSetupPath();if(!_0x31f298){if(_0xabbbfc['tptvD'](_0xabbbfc['qhfwq'],_0xabbbfc['qhfwq']))console[_0x47cbd3(-0x1f4,-_0x3025e2._0x74787a,-_0x3025e2._0x279784,-0x16b)](_0xabbbfc[_0x47cbd3(-_0x3025e2._0xad8fd5,-0x230,-_0x3025e2._0x18660,-0x26f)]),process[_0x47cbd3(-0x172,-_0x3025e2._0x30121f,-0xd8,-0x18a)](-0x1684+0x1259+0x42c);else{const _0x277bed=_0xabbbfc[_0x1ad782(-_0x3025e2._0xcc3f0a,-_0x3025e2._0x52173c,-_0x3025e2._0x52531b,-_0x3025e2._0x25c654)]['split']('|');let _0x510b2c=-0x10a2+0xd4*-0xd+-0xdb3*-0x2;while(!![]){switch(_0x277bed[_0x510b2c++]){case'0':_0x17ee5d[_0x1ad782(-0x215,-0x229,-_0x3025e2._0x37f4d1,-_0x3025e2._0xd2938a)]('');continue;case'1':_0x3be5eb[_0x1ad782(-0x161,-_0x3025e2._0xe52f4f,-_0x3025e2._0x3c9e2d,-_0x3025e2._0x10d95c)](_0xabbbfc[_0x47cbd3(-0x21b,-0x1be,-_0x3025e2._0x3cf1ce,-_0x3025e2._0x5e855f)]);continue;case'2':_0x4c2217[_0x47cbd3(-_0x3025e2._0x254644,-_0x3025e2._0x2ee8e3,-0x215,-_0x3025e2._0x5e1ad5)](_0xabbbfc[_0x47cbd3(-0xdc,-_0x3025e2._0x46eb55,-_0x3025e2._0x228e0e,-_0x3025e2._0x9b54f4)]);continue;case'3':_0x4de450['error'](_0xabbbfc[_0x1ad782(-_0x3025e2._0x257028,-0x177,-0x219,-_0x3025e2._0x5eb199)]);continue;case'4':_0x5afc0b['exit'](-0x1e02*0x1+-0x267b+0x447e);continue;}break;}}}const _0x385492=_0xb9ea05[_0x1ad782(-_0x3025e2._0x347709,-0x16c,-0x243,-_0x3025e2._0x3e51fc)](_0x31f298,_0xabbbfc[_0x47cbd3(-_0x3025e2._0x46f0b2,-_0x3025e2._0x24a56e,-_0x3025e2._0x14f9f3,-_0x3025e2._0x4f81fe)]);try{if(_0xabbbfc[_0x1ad782(-0x1d9,-_0x3025e2._0x5e6fe8,-_0x3025e2._0xcaf588,-_0x3025e2._0x3fdbab)](_0xabbbfc[_0x47cbd3(-0x196,-_0x3025e2._0x7e93f1,-_0x3025e2._0x347709,-_0x3025e2._0x46ef02)],_0xabbbfc[_0x1ad782(-0xf6,-0xe0,-0xb2,-0x163)])){const _0x175d03=await _0x357de1['readFile'](_0x385492,_0xabbbfc['woqSd']),_0x9b4ca8=JSON[_0x1ad782(-0x254,-0x1e6,-0x1aa,-0x1a3)](_0x175d03);_0x4a87a9=_0x9b4ca8[_0x542a2f];}else _0x3f7702[_0x1ad782(-0x1e9,-0x135,-_0x3025e2._0x30ed07,-0x15f)](_0x1ad782(-_0x3025e2._0x114bec,-0x133,-_0x3025e2._0x4fe53e,-_0x3025e2._0x1e8ad2)+'ing\x20setup.'+'json:\x20'+_0x42b18e[_0x47cbd3(-0x186,-0x1f7,-_0x3025e2._0x378755,-_0x3025e2._0x4dca75)]);}catch(_0x3290aa){_0xabbbfc[_0x47cbd3(-_0x3025e2._0x3039d7,-0x1b1,-0x1cf,-_0x3025e2._0x13d059)]===_0xabbbfc[_0x47cbd3(-0x167,-0xff,-_0x3025e2._0x37b772,-0x10a)]?(_0x3290aa[_0x47cbd3(-_0x3025e2._0x5af177,-0x166,-0x136,-0x49)]===_0xabbbfc['OOacu']?_0xabbbfc[_0x1ad782(-0x197,-0x165,-_0x3025e2._0x3417e1,-_0x3025e2._0x1aa49e)](_0xabbbfc[_0x1ad782(-_0x3025e2._0x30db3a,-0xa4,-0xbf,-_0x3025e2._0x5d775e)],_0xabbbfc['efbVU'])?(_0x286e19[_0x47cbd3(-0x1f4,-0x1fd,-0x206,-_0x3025e2._0x21d47e)](_0xabbbfc['XzndC']),_0x5f3cc5[_0x1ad782(-_0x3025e2._0x3cb869,-_0x3025e2._0x52bf9,-0xcd,-_0x3025e2._0x4cfc20)](0x172e+0x2*-0xda7+0x421)):console[_0x1ad782(-_0x3025e2._0x1d12dc,-_0x3025e2._0x5cf4c8,-0x220,-_0x3025e2._0x7277b)](_0x47cbd3(-0xcf,-_0x3025e2._0x75a8bf,-_0x3025e2._0x45899a,-0x14c)+'up.json\x20no'+'t\x20found\x20at'+'\x20'+_0x385492):console[_0x47cbd3(-0x1f4,-0x265,-_0x3025e2._0xfb1716,-0x29c)]('Error\x20read'+_0x47cbd3(-_0x3025e2._0x12d54e,-0xf1,-_0x3025e2._0x2734e6,-0x53)+_0x47cbd3(-_0x3025e2._0x3b9ddb,-0x24c,-_0x3025e2._0x527cb8,-_0x3025e2._0x3c9d80)+_0x3290aa[_0x47cbd3(-_0x3025e2._0x5bac4a,-_0x3025e2._0x22ab11,-_0x3025e2._0x215484,-0x154)]),process[_0x1ad782(-_0x3025e2._0x171d5e,-_0x3025e2._0x5b99ab,-0x8d,-_0x3025e2._0x4cfc20)](-0x12af*0x1+-0x1*0x2057+0x3307*0x1)):_0x48e29a[_0x1ad782(-0x174,-_0x3025e2._0x23bc5c,-0x173,-_0x3025e2._0x59ffd0)]('Error\x20read'+_0x1ad782(-_0x3025e2._0x275116,-_0x3025e2._0x1f7f43,_0x3025e2._0x4ecc8c,-_0x3025e2._0x462861)+_0x47cbd3(-0x1f5,-0x19b,-_0x3025e2._0x13d059,-0x26a)+_0x24d2cd[_0x1ad782(-_0x3025e2._0xb55c1f,-_0x3025e2._0x1d8024,-0x9f,-_0x3025e2._0x396f82)]);}}}}function _0x1ad782(_0x330861,_0x527cef,_0x41db89,_0x4f37a2){return _0x3a8618(_0x330861-_0x2aa631._0x202ac0,_0x4f37a2- -_0x2aa631._0x5f5a2a,_0x41db89,_0x4f37a2-0xb1);}_0x4a87a9!==undefined?console['log'](_0x4a87a9):(console['error'](_0x47cbd3(-_0x3025e2._0x24b262,-_0x3025e2._0x3d872f,-_0x3025e2._0x1ee1f1,-_0x3025e2._0x835a3f)+_0x542a2f+('\x22\x20not\x20foun'+_0x47cbd3(-0x12c,-0x190,-0xd7,-0x197)+_0x1ad782(-0x141,-_0x3025e2._0x4ad751,-0x124,-_0x3025e2._0x4dd1a5))),process[_0x1ad782(-_0x3025e2._0x4cd1fc,-0x143,-0x19d,-0x13f)](-0xb68+-0x18cf+-0x1*-0x2438));}async function removeConfig(_0x2d996b){const _0x4651cd={_0x15558c:0x152,_0x242fd9:0x104,_0x39ea01:0x1c0,_0x3f795e:0x1c4,_0x3277e9:0x16d,_0xe84f56:0x138,_0x5b489b:0x26,_0x424300:0x40,_0x3a4983:0x4d,_0x297129:0x1d,_0x2acb01:0xbe,_0x50b82d:0x34,_0x4b22c8:0x175,_0x3f03d7:0x115,_0x2e3d52:0x1e3,_0x4e5ef9:0x166,_0xb0199d:0x6,_0xcf8fe8:0x9f,_0x5b4a89:0xb5,_0x242281:0x1cf,_0xe6f851:0xf5,_0x293dfc:0x121,_0x731984:0xbf,_0x26e1b3:0xa8,_0xe556f3:0xc3,_0x4051dc:0x129,_0xad539b:0x19b,_0x5694b4:0x14c,_0x5a4c79:0x213,_0x594673:0x1ed,_0x33c55e:0x184,_0xa60083:0x148,_0x590b34:0x1bc,_0x770e81:0x14e,_0x1cf34a:0x1ab,_0xc5e9f8:0x161,_0x2f1e76:0xec,_0x5748a0:0xb7,_0x55716d:0x188,_0x405601:0xe7,_0x273ca5:0x12e,_0x40c78b:0x125,_0x5d6216:0x1d1,_0x3434ec:0x1a1,_0x4e3248:0x1e3,_0x2364ca:0x123,_0x2b3061:0x168,_0x327c27:0x133,_0x57a93c:0x151,_0x16ce4b:0x182,_0x37cae3:0x1f1,_0x4a93d4:0x1c3,_0x36574b:0xb9,_0x1d5fa8:0xf4,_0x24008f:0x16,_0x446dca:0x7a,_0x2f0ed5:0x149,_0x3d9861:0x1df,_0xde10fb:0x9a,_0x6eb7e4:0xf8,_0x4f2089:0x161,_0x5b7129:0x86,_0x24cde9:0xb3,_0x2ca4ff:0xe4,_0x46420d:0x101,_0x391b38:0x20f,_0x3571d4:0x12a,_0x4b314e:0x18f,_0x5f53f0:0x13b,_0x25f23e:0x1c9,_0x548acc:0x1d0,_0x5d741e:0xe8,_0x2b5d17:0x9b,_0x263800:0x93,_0x16860d:0x1eb,_0x5c41a7:0x198,_0x384324:0xc4,_0x1370ac:0x232,_0x5bfea3:0x209,_0x3e6053:0x1db,_0x17ca7a:0x233,_0x5ae773:0xe2,_0x48dd4f:0x229,_0x47652b:0x266,_0x725c1a:0x14b,_0x4d6cae:0x1e2,_0x1616ec:0x236,_0x6e9f3e:0x190,_0x1e1695:0x86,_0x31ac9a:0xdc,_0x1e0a46:0x5c,_0x210116:0x158,_0x3b06f0:0x102,_0xafddef:0xff,_0x14a1aa:0x1da,_0x9e032:0xce,_0xf69a31:0x16f,_0x305295:0x13f,_0x5a198e:0x153,_0xc9564e:0x1c1,_0x581e4b:0x26f,_0x2c1c34:0x1c5,_0x981a1b:0x144,_0x536bc4:0x130,_0x101720:0x15a,_0x44a897:0x14e,_0x1d757b:0x17a,_0x243933:0x191,_0x450f4f:0xde,_0x28e851:0x1ee,_0x5204bf:0xe3,_0x236cec:0x169,_0x4f5599:0x21b,_0x5b7481:0x12e,_0x15b1fe:0x1db,_0x5e94a8:0x1b5,_0xcfd155:0xd9,_0x33844e:0x104,_0x1f96b5:0x177,_0x573faf:0xb6,_0xcc3075:0x160,_0x4472a2:0xdf,_0x42d6dc:0x208,_0x46d112:0x14f,_0x11e372:0xcb,_0x3abd9f:0x15e,_0x378d44:0x150,_0x26dd8d:0xb4,_0x49a2e2:0x122,_0x3136dd:0x83,_0x695a01:0x15c,_0x50d10e:0xea,_0x55b045:0x194,_0x30fbf6:0xa2,_0x504b7d:0xf3,_0x2ec3bf:0xd8,_0x407f2b:0xc,_0x4f5453:0x20,_0x487db9:0x6a,_0x3a8ae8:0x3c,_0x32a8a3:0x1b8,_0xee3dd6:0x121,_0xd0543c:0x1ac,_0x30e4e1:0x107,_0x255aae:0x12f,_0x3db4c9:0x33,_0x6bb7dc:0x7c,_0x3c9c9e:0xc7,_0x24b313:0x159,_0x2d0e79:0x176,_0x5171d6:0x18c,_0x14bcc4:0x123,_0x5a6806:0x165,_0x432c47:0x160,_0x509557:0x35,_0x397a1f:0xfa,_0x364ce3:0x95,_0x2ec76f:0x1f1,_0x5b4fb9:0x136,_0x694e29:0x1b6,_0x129cab:0x4c,_0x937049:0x173,_0x370f85:0x1bf,_0x1319fe:0x4a,_0x512617:0x15d,_0x3b2be1:0xcd,_0x679912:0x92,_0x16fe98:0x127,_0x1b34b6:0x38,_0x3e7b3f:0xc6,_0x528053:0x1a6,_0x1d0508:0xa1,_0x310e00:0x99,_0x131ebc:0xa1,_0x298ba2:0x195,_0x4c17a0:0x133,_0x325a12:0xa5,_0x2e6048:0x120,_0x1ae277:0x1b5,_0x36adee:0x187,_0xa5ccc6:0x1c8,_0x168117:0x7f,_0xa2c076:0x100,_0x1d5db1:0x78,_0x4ca83b:0x4,_0x36ef71:0x5a,_0xce4f0d:0x90,_0xdb364:0x218,_0x34da67:0x1e1,_0x187aa9:0xea,_0x5b0ab9:0x17b,_0x133f47:0x137,_0x34f4db:0x41,_0x1abea2:0x18,_0x328df2:0xc8,_0x1e6817:0x11a,_0x54059a:0x1a9,_0xd31390:0x14e,_0x21ffcd:0xd2,_0x489dc4:0xbd,_0x5799af:0x155,_0x5853aa:0x113,_0xddf4d2:0x210,_0x54ad47:0x1f3,_0x7969bf:0x25d,_0x4e394a:0xca,_0xebd046:0x8d,_0x430ae9:0xf6,_0x5647c5:0xeb,_0x531eea:0x72,_0x2f6553:0x1ca,_0x3331d3:0x119,_0x14967f:0x102,_0x9695bb:0x143,_0x22f5fa:0xd5},_0x4ff8ee={_0x3d2ba7:0x13c,_0x1d2640:0x2d7},_0x3d6c62={_0x38b010:0x181},_0x43b3b8={'HzUml':function(_0x3597ff){return _0x3597ff();},'HIxHB':_0x4c206b(-_0x4651cd._0x15558c,-0x60,-0x70,-_0x4651cd._0x242fd9)+_0x55456a(-0x1f8,-0x207,-0x14b,-0x160)+_0x55456a(-0x202,-0x1be,-0x25c,-_0x4651cd._0x39ea01)+'ed','wzenr':_0x55456a(-_0x4651cd._0x3f795e,-0xa3,-_0x4651cd._0x3277e9,-_0x4651cd._0xe84f56)+_0x4c206b(_0x4651cd._0x5b489b,-_0x4651cd._0x424300,-0x80,-0x89)+_0x4c206b(-_0x4651cd._0x3a4983,-_0x4651cd._0x297129,-_0x4651cd._0x2acb01,-_0x4651cd._0x50b82d)+_0x55456a(-_0x4651cd._0x4b22c8,-0x12b,-_0x4651cd._0x3f03d7,-0x19d),'aSWjG':function(_0x49a4f7,_0x18ee3c){return _0x49a4f7===_0x18ee3c;},'HqZWJ':'jbYxr','fAjyc':function(_0x54d9a0,_0x4589c9){return _0x54d9a0&&_0x4589c9;},'zXswA':function(_0x59587c,_0x2d97fb){return _0x59587c(_0x2d97fb);},'aaIuI':_0x4c206b(-0x1f7,-_0x4651cd._0x2e3d52,-0x114,-_0x4651cd._0x4e5ef9)+'t','MDdpy':_0x55456a(-0xb3,-0xbf,-_0x4651cd._0xb0199d,-_0x4651cd._0xcf8fe8)+'ath','QKiBi':'ssl_key_pa'+'th','aqLXg':function(_0x4275b0,_0x57b4e4){return _0x4275b0(_0x57b4e4);},'osgat':_0x55456a(-0x1d6,-_0x4651cd._0x5b4a89,-0x1db,-0x151)+'y','VjQID':function(_0x280f10,_0x2ce36c){return _0x280f10(_0x2ce36c);},'hePCB':function(_0x2215d7){return _0x2215d7();},'ZBtzS':function(_0x5492b7,_0x201355){return _0x5492b7!==_0x201355;},'HdJFa':_0x4c206b(-_0x4651cd._0x242281,-0x148,-_0x4651cd._0xe6f851,-_0x4651cd._0x293dfc),'TqqHa':'LDkVh','bnsCK':function(_0x354875){return _0x354875();},'emDhH':'setup.json','UGTbm':_0x55456a(-_0x4651cd._0x731984,-_0x4651cd._0x26e1b3,-0x76,-_0x4651cd._0xe556f3),'uZKky':function(_0x226da7,_0x376cbb){return _0x226da7!==_0x376cbb;},'APEWh':'oUDJJ','WUeqp':function(_0x57d124,_0x48e0aa){return _0x57d124===_0x48e0aa;},'IWTOp':_0x55456a(-0xe9,-0x1de,-0x18d,-_0x4651cd._0x4051dc),'tiMdn':function(_0x415dfa,_0x369f8d){return _0x415dfa===_0x369f8d;},'IISjv':'jihsH','dUuzM':'ixVSR','LKNet':_0x55456a(-0x278,-_0x4651cd._0xad539b,-_0x4651cd._0x5694b4,-0x1cc)+'e\x20server\x20f'+'or\x20changes'+_0x4c206b(-_0x4651cd._0x3a4983,-0xbe,-0x100,-_0x4651cd._0x5b4a89)+_0x55456a(-0x176,-_0x4651cd._0x5a4c79,-_0x4651cd._0x594673,-0x1d7)};!_0x2d996b&&(_0x43b3b8[_0x55456a(-_0x4651cd._0x33c55e,-_0x4651cd._0xa60083,-0x1c5,-0x163)](_0x43b3b8[_0x55456a(-0x17a,-0x10c,-_0x4651cd._0x590b34,-0x14e)],_0x43b3b8[_0x55456a(-0xaf,-0xb5,-0xa9,-_0x4651cd._0x770e81)])?(console[_0x4c206b(-_0x4651cd._0x1cf34a,-0x1ff,-0x124,-_0x4651cd._0xc5e9f8)](_0x43b3b8[_0x55456a(-0x81,-0x34,-_0x4651cd._0x2f1e76,-_0x4651cd._0x5748a0)]),process[_0x55456a(-_0x4651cd._0x55716d,-0x92,-_0x4651cd._0x405601,-0x133)](0x81*0x1+0x285*-0xf+0x254b)):(_0x43b3b8[_0x55456a(-_0x4651cd._0x273ca5,-_0x4651cd._0x40c78b,-_0x4651cd._0x5d6216,-_0x4651cd._0x3434ec)](_0x31a0f2),_0x704116[_0x55456a(-_0x4651cd._0x4e3248,-_0x4651cd._0x2364ca,-_0x4651cd._0x2b3061,-_0x4651cd._0x327c27)](0x183b+0x14c7+-0x2d01)));function _0x4c206b(_0x3e6d57,_0x123ce1,_0xc30ee9,_0x5cf627){return _0x3a8618(_0x3e6d57-0x1a6,_0x5cf627- -0x8e,_0xc30ee9,_0x5cf627-_0x3d6c62._0x38b010);}function _0x55456a(_0x1a0f46,_0x583e41,_0x3796b3,_0x1b9d55){return _0x2acbf8(_0x1a0f46-_0x4ff8ee._0x3d2ba7,_0x1b9d55- -_0x4ff8ee._0x1d2640,_0x3796b3-0x1c0,_0x1a0f46);}const _0x5dce70=SERVER_CONFIG_KEYS[_0x55456a(-_0x4651cd._0x57a93c,-0x136,-0x217,-_0x4651cd._0x16ce4b)](_0x2d996b),_0x44c374=SETUP_JSON_KEYS['has'](_0x2d996b);_0x43b3b8[_0x55456a(-0x284,-_0x4651cd._0x37cae3,-_0x4651cd._0x4a93d4,-0x1d5)](!_0x5dce70,!_0x44c374)&&(console[_0x4c206b(-0x166,-_0x4651cd._0x36574b,-_0x4651cd._0x1d5fa8,-0x161)](_0x4c206b(_0x4651cd._0x24008f,-0x12b,-0xd9,-_0x4651cd._0x446dca)+_0x4c206b(-0x15b,-_0x4651cd._0x2f0ed5,-_0x4651cd._0x3d9861,-_0x4651cd._0x3277e9)+_0x4c206b(-_0x4651cd._0xde10fb,0x12,-_0x4651cd._0x6eb7e4,-0x98)+_0x2d996b),console[_0x4c206b(-0x13e,-_0x4651cd._0x16ce4b,-0x1f2,-_0x4651cd._0x4f2089)]('Run\x20\x22coder'+'-server\x20co'+_0x55456a(-_0x4651cd._0x5b7129,-0x57,-_0x4651cd._0x24cde9,-0xe4)+_0x4c206b(-_0x4651cd._0x2ca4ff,-_0x4651cd._0x46420d,-0x136,-0xec)+_0x55456a(-_0x4651cd._0x391b38,-_0x4651cd._0x3571d4,-0x221,-_0x4651cd._0x4b314e)+'keys'),process[_0x55456a(-_0x4651cd._0x5f53f0,-_0x4651cd._0x25f23e,-_0x4651cd._0x548acc,-0x133)](0x1*0x4b7+0x1baf+-0x2065));if(_0x5dce70){switch(_0x2d996b){case _0x55456a(-0xa9,-0xb1,-_0x4651cd._0x5d741e,-_0x4651cd._0x2b5d17)+_0x55456a(-0x7a,-_0x4651cd._0x263800,-0x11c,-0x87):await _0x43b3b8['zXswA'](saveCoderSetupPath,null),console[_0x55456a(-_0x4651cd._0x16860d,-_0x4651cd._0x5c41a7,-0x125,-0x153)]('Removed\x20'+_0x2d996b);break;case _0x43b3b8[_0x4c206b(-0x134,-0xda,-0x4c,-_0x4651cd._0x384324)]:await _0x43b3b8[_0x4c206b(-_0x4651cd._0x1370ac,-0xed,-0x1e3,-0x18b)](saveServerPort,0xce8+0x9e5+-0xb15),console['log'](_0x55456a(-0x176,-0x22b,-_0x4651cd._0x5bfea3,-_0x4651cd._0x3e6053)+_0x2d996b+(_0x55456a(-_0x4651cd._0x17ca7a,-0x1d7,-0x1f4,-0x1b7)+_0x4c206b(-0x13e,-_0x4651cd._0x5ae773,-0xb4,-0x111)));break;case _0x43b3b8['MDdpy']:await _0x43b3b8[_0x55456a(-0x1fc,-_0x4651cd._0x48dd4f,-_0x4651cd._0x47652b,-0x1df)](saveSslCertPath,null),console['log']('Removed\x20'+_0x2d996b);break;case _0x43b3b8[_0x55456a(-_0x4651cd._0x725c1a,-0x150,-_0x4651cd._0x4d6cae,-0x189)]:await _0x43b3b8[_0x55456a(-0x283,-_0x4651cd._0x1616ec,-0x268,-0x1df)](saveSslKeyPath,null),console[_0x4c206b(-_0x4651cd._0x5ae773,-_0x4651cd._0x6e9f3e,-0x160,-0xff)](_0x4c206b(-_0x4651cd._0xe556f3,-_0x4651cd._0x1e1695,-0x18d,-_0x4651cd._0x31ac9a)+_0x2d996b);break;case'ssl_ca_pat'+'h':await _0x43b3b8[_0x55456a(-_0x4651cd._0x1e0a46,-0x51,-_0x4651cd._0x210116,-0xca)](saveSslCaPath,null),console[_0x4c206b(-0x120,-0xf3,-_0x4651cd._0x3b06f0,-_0x4651cd._0xafddef)]('Removed\x20'+_0x2d996b);break;case _0x43b3b8['osgat']:await _0x43b3b8[_0x4c206b(-_0x4651cd._0x14a1aa,-_0x4651cd._0x9e032,-0x212,-_0x4651cd._0xf69a31)](saveTrustProxy,null),console[_0x4c206b(-0xd8,-0x115,-0x12a,-0xff)]('Removed\x20'+_0x2d996b);break;}console[_0x55456a(-_0x4651cd._0x305295,-0xd9,-0x204,-_0x4651cd._0x5a198e)]('\x20\x20Location'+':\x20'+_0x43b3b8[_0x55456a(-0x252,-_0x4651cd._0xc9564e,-_0x4651cd._0x581e4b,-_0x4651cd._0x2c1c34)](getConfigPath));}else{if(_0x44c374){if(_0x43b3b8[_0x4c206b(-_0x4651cd._0x981a1b,-0x1bf,-_0x4651cd._0x536bc4,-_0x4651cd._0x101720)](_0x43b3b8[_0x55456a(-_0x4651cd._0x44a897,-_0x4651cd._0x1d757b,-_0x4651cd._0x243933,-0x117)],_0x43b3b8[_0x4c206b(-0x11,-0xa7,-_0x4651cd._0x450f4f,-0x36)])){const _0x54208e=await _0x43b3b8[_0x55456a(-0x1a6,-_0x4651cd._0x28e851,-_0x4651cd._0x5204bf,-_0x4651cd._0x236cec)](getCoderSetupPath);!_0x54208e&&(console[_0x55456a(-_0x4651cd._0x4f5599,-_0x4651cd._0x5b7481,-_0x4651cd._0x15b1fe,-_0x4651cd._0x5e94a8)](_0x4c206b(-0x7d,-0x125,-_0x4651cd._0xcfd155,-_0x4651cd._0x33844e)+_0x55456a(-0xe7,-_0x4651cd._0x1f96b5,-_0x4651cd._0x573faf,-_0x4651cd._0xcc3075)+'t\x20configur'+'ed'),process[_0x4c206b(-_0x4651cd._0x424300,-0xc9,-0x72,-_0x4651cd._0x4472a2)](-0x1087+0x112d+0xf*-0xb));const _0x57413c=_0xb9ea05[_0x55456a(-0x15f,-_0x4651cd._0x42d6dc,-0x1c9,-0x19f)](_0x54208e,_0x43b3b8[_0x55456a(-0x1c7,-0x134,-_0x4651cd._0x46d112,-0x136)]);let _0x23bfe0;try{const _0x306204=await _0x357de1[_0x55456a(-0x1f4,-_0x4651cd._0x11e372,-0x183,-_0x4651cd._0x3abd9f)](_0x57413c,_0x43b3b8[_0x55456a(-_0x4651cd._0x378d44,-0xf3,-0x176,-0x11a)]);_0x23bfe0=JSON[_0x4c206b(-_0x4651cd._0x26dd8d,-_0x4651cd._0x28e851,-_0x4651cd._0x49a2e2,-0x143)](_0x306204);}catch(_0x439221){_0x43b3b8[_0x4c206b(-0x135,-0x127,-0x80,-_0x4651cd._0x3136dd)](_0x55456a(-_0x4651cd._0x695a01,-0x124,-0x1b0,-0x166),_0x43b3b8[_0x55456a(-_0x4651cd._0x50d10e,-_0x4651cd._0x55b045,-_0x4651cd._0x30fbf6,-0x121)])?(_0x43b3b8[_0x55456a(-_0x4651cd._0x504b7d,-_0x4651cd._0x2ec3bf,-_0x4651cd._0x407f2b,-_0x4651cd._0x263800)](_0x439221[_0x4c206b(-0x115,-_0x4651cd._0x4f5453,-0x7b,-_0x4651cd._0x487db9)],_0x43b3b8[_0x55456a(-0xe8,-0xff,-_0x4651cd._0x3a8ae8,-0xa3)])?console['error']('Error:\x20set'+_0x4c206b(-_0x4651cd._0x32a8a3,-0x13d,-_0x4651cd._0xee3dd6,-_0x4651cd._0x15558c)+_0x55456a(-0xbd,-0x113,-_0x4651cd._0xd0543c,-_0x4651cd._0x30e4e1)+'\x20'+_0x57413c):_0x43b3b8[_0x4c206b(-_0x4651cd._0x255aae,-_0x4651cd._0x3db4c9,-0x77,-_0x4651cd._0x6bb7dc)](_0x43b3b8[_0x55456a(-0x13,-0x8a,-_0x4651cd._0x3c9c9e,-_0x4651cd._0x6bb7dc)],_0x43b3b8[_0x4c206b(-0x6d,-_0x4651cd._0x3c9c9e,-0x65,-0xb2)])?(_0xeaee02[_0x4c206b(-_0x4651cd._0x24b313,-0x157,-_0x4651cd._0x2d0e79,-0x161)](_0x43b3b8[_0x4c206b(-0x15d,-0xe0,-_0x4651cd._0x3b06f0,-0x15e)]),_0x1c5491[_0x55456a(-0x1a7,-_0x4651cd._0x5171d6,-0x120,-0x133)](-0xe0*-0xf+-0x1936+0x1*0xc17)):console[_0x4c206b(-_0x4651cd._0x14bcc4,-_0x4651cd._0x5a6806,-_0x4651cd._0x432c47,-0x161)]('Error\x20read'+_0x55456a(-0x123,-_0x4651cd._0x509557,-_0x4651cd._0x397a1f,-_0x4651cd._0x364ce3)+_0x55456a(-_0x4651cd._0x25f23e,-_0x4651cd._0x2ec76f,-_0x4651cd._0x5b4fb9,-_0x4651cd._0x694e29)+_0x439221[_0x4c206b(-_0x4651cd._0x129cab,-_0x4651cd._0x937049,-0xb3,-0xf3)]),process[_0x55456a(-_0x4651cd._0x370f85,-0x102,-0x127,-_0x4651cd._0x327c27)](0x2386+0x18d7+-0x3c5c)):(_0x53415c['error'](_0x43b3b8[_0x4c206b(-0x1c,-_0x4651cd._0x1319fe,-0x46,-0x63)]),_0x2196a8[_0x4c206b(-_0x4651cd._0x512617,-_0x4651cd._0x3b2be1,-0xca,-_0x4651cd._0x4472a2)](-0x143*0x2+0x1873*-0x1+-0x2*-0xd7d));}_0x43b3b8[_0x55456a(-0x136,-_0x4651cd._0x679912,-0x23,-0xd0)](_0x23bfe0[_0x2d996b],undefined)&&(_0x4c206b(-0xe4,-0x1b1,-_0x4651cd._0xc9564e,-_0x4651cd._0x16fe98)!==_0x4c206b(-_0x4651cd._0x1b34b6,-_0x4651cd._0x3e7b3f,-0x40,-0x4c)?(console[_0x4c206b(-_0x4651cd._0x528053,-_0x4651cd._0x405601,-0x10f,-0x161)]('Key\x20\x22'+_0x2d996b+('\x22\x20not\x20foun'+_0x4c206b(0x4,-_0x4651cd._0x1d0508,0x18,-_0x4651cd._0x310e00)+'guration')),process[_0x55456a(-_0x4651cd._0x131ebc,-_0x4651cd._0x298ba2,-0xf1,-_0x4651cd._0x4c17a0)](-0x1ca0+-0x985*0x3+0x3930)):(_0x5d71b8['error']('Unknown\x20co'+'nfiguratio'+_0x4c206b(-_0x4651cd._0x325a12,-0x7e,-0x8e,-0x98)+_0x212be5),_0x38dd8a[_0x55456a(-_0x4651cd._0x5694b4,-0x24d,-_0x4651cd._0x2e6048,-_0x4651cd._0x1ae277)](_0x55456a(-0x27b,-_0x4651cd._0x36adee,-0x1c5,-_0x4651cd._0xa5ccc6)+_0x55456a(-_0x4651cd._0x168117,-_0x4651cd._0xa2c076,-0x1,-_0x4651cd._0x1d5db1)+_0x4c206b(-_0x4651cd._0x4ca83b,-0x134,-_0x4651cd._0x36ef71,-_0x4651cd._0xce4f0d)+'a\x20list\x20of\x20'+_0x4c206b(-0x158,-0xbd,-_0x4651cd._0x36574b,-0x13b)+_0x4c206b(-_0x4651cd._0xdb364,-_0x4651cd._0x34da67,-_0x4651cd._0x187aa9,-_0x4651cd._0x5b0ab9)),_0x4c47a6['exit'](0xa73+-0x17*-0x1b1+-0x3159))),delete _0x23bfe0[_0x2d996b],await _0x357de1[_0x4c206b(-0x1d7,-_0x4651cd._0x133f47,-0x10f,-0x12d)](_0x57413c,JSON[_0x4c206b(-0x30,-_0x4651cd._0x34f4db,-_0x4651cd._0x1abea2,-0xa8)](_0x23bfe0,null,-0x26be+-0x1cd5+0x4395)+'\x0a',_0x43b3b8[_0x55456a(-0x1ae,-0x1bb,-_0x4651cd._0x328df2,-_0x4651cd._0x1e6817)]),console['log'](_0x55456a(-0xe2,-0x18b,-_0x4651cd._0x54059a,-0x130)+_0x2d996b),console[_0x55456a(-_0x4651cd._0xd31390,-0x1b1,-_0x4651cd._0x21ffcd,-_0x4651cd._0x5a198e)](_0x4c206b(-0xb4,-_0x4651cd._0x512617,-_0x4651cd._0x489dc4,-0xd9)+':\x20'+_0x57413c),console[_0x55456a(-_0x4651cd._0x5799af,-0xe1,-_0x4651cd._0x5853aa,-0x153)](''),console[_0x4c206b(-0xd0,-0x17e,-0x7d,-0xff)](_0x43b3b8[_0x55456a(-_0x4651cd._0xddf4d2,-_0x4651cd._0x54ad47,-_0x4651cd._0x7969bf,-0x1dd)]);}else _0x1a204f['log'](_0x55456a(-0x15d,-0xf3,-_0x4651cd._0x4e394a,-_0x4651cd._0x4f2089)+_0x55456a(-0x2b,-0x139,0xe,-_0x4651cd._0xebd046)+'\x20to\x20view\x20s'+'etup.json\x20'+'configurat'+'ion:'),_0x377eff[_0x55456a(-0x15a,-_0x4651cd._0x430ae9,-0x1a3,-0x153)](_0x55456a(-_0x4651cd._0x536bc4,-0x4b,-0x3f,-0xa6)+'rver\x20confi'+_0x4c206b(-0x7e,-_0x4651cd._0x5647c5,-_0x4651cd._0x531eea,-0xb8)+_0x55456a(-_0x4651cd._0x2f6553,-0x73,-0x16f,-_0x4651cd._0x3331d3)+_0x4c206b(-0xce,-0x1bd,-_0x4651cd._0x36574b,-0x164)+_0x55456a(-0x5d,-0x69,-0x145,-_0x4651cd._0x14967f)+_0x55456a(-0xd9,-_0x4651cd._0x9695bb,-_0x4651cd._0x22f5fa,-0x183));}}}async function showConfig(){const _0x324d0c={_0x5800e2:0x4f1,_0x14da55:0x42d,_0x3ec52d:0x4c3,_0x4e4ac5:0x41b,_0x1d6069:0x506,_0x15e310:0x5b4,_0x4c9d0f:0x82,_0x455956:0x17,_0x4e49fe:0xcb,_0x1ed79c:0xa0,_0x15962f:0x171,_0xc6e454:0xc6,_0x291a8f:0x62,_0x56da43:0x581,_0x3b80b5:0x570,_0x26e152:0xf9,_0x392d6a:0x51a,_0x161aea:0x5a5,_0x162b66:0x54a,_0x3c00db:0x1b6,_0xd3a043:0x1ff,_0xac2899:0x1de,_0x1ad0da:0x556,_0x5622ce:0x4b2,_0x5c6236:0x41a,_0x19c16b:0x533,_0x3c43b4:0x4ac,_0x3492c3:0x1d,_0x132561:0x77,_0xff9109:0x49,_0x204ea4:0x10a,_0x5eae98:0x109,_0x489c98:0x192,_0x36988b:0x490,_0x33c05d:0x466,_0x242e86:0x50f,_0x4f3d4a:0x43d,_0x498006:0x424,_0x43f573:0x19a,_0x4237be:0x1ba,_0x2f353f:0x46f,_0x456ed5:0x468,_0x4037b1:0x1c,_0x2f6adf:0x474,_0x373fa1:0x434,_0x553118:0x479,_0x4dfaa2:0x479,_0x8b2d3c:0xc9,_0x25d335:0x37,_0x1bdea5:0x5a0,_0x546aaf:0x552,_0x12cba1:0x4f4,_0x116746:0x150,_0x450022:0x105,_0xbdd24f:0x88,_0x1a497d:0x189,_0x38040e:0x50c,_0x498f54:0x52f,_0x5d9b61:0x89,_0x54caec:0x135,_0x6e1afd:0x4ee,_0x270dd8:0x4ff,_0x2aa691:0x537,_0x2eed9a:0x17d,_0x240cc4:0x183,_0x5b2f33:0x12a,_0x78907:0x13d,_0x589463:0x122,_0x1fdfb1:0x142,_0x54a6a7:0xb0,_0x2921cf:0xbf,_0xd62b9a:0xa2,_0x2498d4:0x14e,_0x3b8c94:0x1b8,_0x39895b:0x1ef,_0x1390b6:0x4de,_0x30df60:0x473,_0x2856c5:0x50e,_0x44e0b3:0xd5,_0x55eef4:0x60,_0x433fcf:0x56b,_0x32aa5f:0x559,_0x195cd6:0x592,_0x4dff9b:0x594,_0x1ef18f:0x576,_0x2b84d5:0x41e,_0x4e2fa3:0x474,_0x356670:0x4ba,_0x5d23fb:0x560,_0x55339b:0x8e,_0x4a50d2:0x463,_0x28e321:0x4dc,_0x1d4557:0x563,_0x43d19a:0x544,_0x53f83b:0x2,_0x1e7008:0x6b,_0x2fb3cf:0x460,_0x4fe9af:0x42e,_0x5d2ee3:0x46e,_0x5d6a8f:0x46b,_0x12ed7e:0x1fa,_0x554a2b:0x202,_0x1be29b:0x1bd,_0x149ae9:0x111,_0x155cf9:0x501,_0x247cf1:0x3c9,_0x3de0df:0x3d8,_0x4157fa:0x517,_0x4bd5f9:0x5ad,_0x143714:0x564,_0x365b5f:0x58b,_0x246ab8:0x523,_0x3c87df:0x144,_0x1572b8:0xc7,_0x5fd2d3:0x10e,_0x34c03:0x1,_0x398733:0x47c,_0x46100c:0x43a,_0x45e3c4:0x427,_0x37b102:0x437,_0x22afcd:0x442,_0x6b78bf:0xb6,_0xea7781:0x13d,_0x463060:0x17a,_0x53306c:0xe0,_0x216227:0x136,_0x1bcf3b:0x143,_0x3c4249:0x49e,_0x12247f:0x4fe,_0x553ac3:0x4c7,_0x5abac1:0xee,_0x5128f0:0x4e4,_0x54f101:0x457,_0x4827b2:0x428,_0xa4b292:0x47a,_0x36ec31:0x441,_0x5859b7:0x209,_0x336917:0xe4,_0x4eb329:0xc5,_0x493f4f:0xe1,_0x8899b8:0x8d,_0x2ee070:0x416,_0x7f4987:0x458,_0x1fc7fe:0x3b6,_0x312e4e:0x44d,_0xb69253:0x471,_0x10e1bf:0x4a1,_0x55ae26:0x415,_0x4a5a22:0x4ba,_0x54ddfe:0x53f,_0x5d8e6a:0x4b9,_0x30d270:0x497,_0x2348fb:0x59d,_0x4ad031:0x5d6,_0x4605da:0x103,_0x56dc45:0x14d,_0x361873:0x408,_0x217229:0x3b1,_0x16112c:0x1d2,_0x40ca7b:0x17b},_0x6fd13b={_0x4272ff:0xee,_0x30e760:0x52b};function _0x3b7d74(_0x4bb3e3,_0x288632,_0x54ef67,_0x3eaecf){return _0x3a8618(_0x4bb3e3-_0x6fd13b._0x4272ff,_0x54ef67-_0x6fd13b._0x30e760,_0x288632,_0x3eaecf-0x140);}const _0x23f873={'JfbKq':_0x3b7d74(_0x324d0c._0x5800e2,_0x324d0c._0x14da55,0x481,_0x324d0c._0x3ec52d)+_0x3b7d74(0x468,0x488,0x483,_0x324d0c._0x4e4ac5)+'tion\x20===','vVpDe':function(_0x5da8b0){return _0x5da8b0();},'kQctu':function(_0x22be8b){return _0x22be8b();},'qrXUA':function(_0x3f3c49){return _0x3f3c49();},'QOTPa':function(_0xf267af,_0x13728b){return _0xf267af||_0x13728b;},'HYWRn':_0x3b7d74(_0x324d0c._0x1d6069,_0x324d0c._0x15e310,0x538,0x50a),'ggGMN':function(_0x1724ff,_0x2842fd){return _0x1724ff||_0x2842fd;},'uWmxg':function(_0x17e286,_0x365692){return _0x17e286||_0x365692;},'EiIBx':function(_0x3a5aa3,_0x1410dc){return _0x3a5aa3!==_0x1410dc;},'rpyum':function(_0x2cafc4){return _0x2cafc4();},'ZwRgp':_0x120121(-0x23,-_0x324d0c._0x4c9d0f,0x28,_0x324d0c._0x455956)+_0x120121(-0xdb,-_0x324d0c._0x4e49fe,-0xfc,-_0x324d0c._0x1ed79c)+_0x120121(-_0x324d0c._0x15962f,-_0x324d0c._0xc6e454,-0x86,-_0x324d0c._0x291a8f),'GSzjB':_0x3b7d74(0x52a,0x4cb,_0x324d0c._0x56da43,_0x324d0c._0x3b80b5),'sEMui':function(_0x3a6de4,_0x88321e){return _0x3a6de4===_0x88321e;},'MOcbu':'DwoUf','KkjXm':_0x120121(-0x172,-0x132,-0x7e,-_0x324d0c._0x26e152),'NDPcZ':_0x3b7d74(_0x324d0c._0x392d6a,_0x324d0c._0x161aea,_0x324d0c._0x162b66,0x5ed),'TQaIL':function(_0x37ef47,_0x119539){return _0x37ef47===_0x119539;},'njRPC':_0x3b7d74(0x4cd,0x4b7,0x4e4,0x43d),'zaSdv':_0x120121(-0x9b,-0xb3,-0xa6,-0x129)+_0x120121(-_0x324d0c._0x3c00db,-0x152,-_0x324d0c._0xd3a043,-_0x324d0c._0xac2899)+'d)','bLvzA':function(_0x3e6349,_0x1afafc){return _0x3e6349!==_0x1afafc;},'aOUkJ':_0x3b7d74(0x55f,_0x324d0c._0x1ad0da,_0x324d0c._0x5622ce,0x52a),'pWHUV':_0x3b7d74(_0x324d0c._0x5c6236,_0x324d0c._0x19c16b,_0x324d0c._0x3c43b4,0x4fb)+_0x120121(_0x324d0c._0x3492c3,-_0x324d0c._0x132561,-0x105,-_0x324d0c._0xff9109)+_0x120121(-0xbc,-0x168,-_0x324d0c._0x204ea4,-0xc3)+_0x120121(-0xa1,-_0x324d0c._0x5eae98,-_0x324d0c._0x489c98,-0xa1)+_0x3b7d74(_0x324d0c._0x36988b,0x510,0x50e,_0x324d0c._0x33c05d)+'ion:'};console['log'](_0x23f873['JfbKq']),console[_0x3b7d74(0x4c2,0x41f,0x4ba,_0x324d0c._0x242e86)]('');const _0x2a26c1=await _0x23f873[_0x3b7d74(0x4be,0x4d6,_0x324d0c._0x4f3d4a,_0x324d0c._0x498006)](getCoderSetupPath),_0x5bc926=await _0x23f873[_0x120121(-_0x324d0c._0x43f573,-_0x324d0c._0x4237be,-0x131,-0x1a9)](getServerPort),_0x3f46f4=await _0x23f873[_0x3b7d74(_0x324d0c._0x2f353f,_0x324d0c._0x456ed5,_0x324d0c._0x4f3d4a,0x42c)](getSslCertPath),_0x5b0678=await _0x23f873[_0x120121(-0x92,-0x8e,-_0x324d0c._0x4037b1,-0xe5)](getSslKeyPath),_0x51584b=await getSslCaPath(),_0x787cb4=await _0x23f873[_0x3b7d74(_0x324d0c._0x2f6adf,0x443,_0x324d0c._0x373fa1,0x463)](getTrustProxy);console[_0x3b7d74(_0x324d0c._0x553118,0x569,0x4ba,_0x324d0c._0x4dfaa2)](_0x120121(-_0x324d0c._0x8b2d3c,-0x85,-0x104,-_0x324d0c._0x25d335)+_0x120121(-0x117,-0x10c,-0xd4,-0xcd)+_0x23f873[_0x3b7d74(_0x324d0c._0x1bdea5,0x590,_0x324d0c._0x546aaf,_0x324d0c._0x12cba1)](_0x2a26c1,_0x23f873['HYWRn']));function _0x120121(_0x5ed1b1,_0x46e95c,_0x4d5b75,_0x806372){return _0x3a8618(_0x5ed1b1-0xbb,_0x46e95c- -0xcc,_0x806372,_0x806372-0x1b9);}console[_0x120121(-_0x324d0c._0x116746,-0x13d,-_0x324d0c._0x450022,-_0x324d0c._0xbdd24f)](_0x120121(-_0x324d0c._0x1a497d,-0x1a4,-0x169,-0x208)+_0x3b7d74(0x4b7,0x496,_0x324d0c._0x38040e,_0x324d0c._0x498f54)+_0x5bc926),console['log'](_0x120121(-0xc1,-_0x324d0c._0x5d9b61,-0x10b,-_0x324d0c._0x54caec)+_0x3b7d74(_0x324d0c._0x6e1afd,0x479,_0x324d0c._0x270dd8,_0x324d0c._0x2aa691)+(_0x3f46f4||_0x23f873[_0x120121(-_0x324d0c._0x2eed9a,-_0x324d0c._0x240cc4,-0x239,-0x226)])),console[_0x120121(-_0x324d0c._0x5b2f33,-_0x324d0c._0x78907,-0xd4,-_0x324d0c._0x589463)](_0x120121(-0x203,-0x17f,-0x16e,-_0x324d0c._0x1fdfb1)+'th:\x20\x20\x20\x20\x20'+_0x23f873['ggGMN'](_0x5b0678,_0x120121(-_0x324d0c._0x54a6a7,-_0x324d0c._0x2921cf,-_0x324d0c._0xd62b9a,-0xae))),console[_0x120121(-_0x324d0c._0x2498d4,-0x13d,-_0x324d0c._0x3b8c94,-_0x324d0c._0x39895b)](_0x3b7d74(0x562,_0x324d0c._0x1390b6,0x54e,0x5fd)+_0x3b7d74(0x488,0x417,_0x324d0c._0x30df60,_0x324d0c._0x2856c5)+_0x23f873[_0x120121(-0x101,-0x91,-0x39,-0xfe)](_0x51584b,_0x120121(-0x5e,-0xbf,-_0x324d0c._0x44e0b3,-_0x324d0c._0x55eef4))),console[_0x120121(-0x1d3,-0x13d,-0xb2,-0x13b)](_0x3b7d74(0x485,0x516,0x4bc,_0x324d0c._0x433fcf)+_0x3b7d74(_0x324d0c._0x32aa5f,0x4e5,0x533,_0x324d0c._0x195cd6)+(_0x23f873[_0x3b7d74(_0x324d0c._0x4dff9b,0x59f,_0x324d0c._0x1ef18f,0x50d)](_0x787cb4,null)?_0x787cb4:_0x23f873[_0x3b7d74(_0x324d0c._0x2b84d5,0x3f0,_0x324d0c._0x4e2fa3,0x4c2)])),console[_0x3b7d74(0x45a,0x456,_0x324d0c._0x356670,_0x324d0c._0x5d23fb)](''),console[_0x120121(-_0x324d0c._0x55339b,-_0x324d0c._0x78907,-0x1a4,-0xdd)](_0x3b7d74(_0x324d0c._0x4a50d2,0x462,_0x324d0c._0x28e321,0x515)+_0x23f873[_0x3b7d74(0x5a2,0x586,_0x324d0c._0x1d4557,_0x324d0c._0x43d19a)](getConfigPath)),console['log']('');if(_0x2a26c1){console['log'](_0x23f873[_0x120121(_0x324d0c._0x53f83b,-_0x324d0c._0x1e7008,0xa,0xd)]),console['log']('');const _0x418600=_0xb9ea05[_0x3b7d74(_0x324d0c._0x2fb3cf,_0x324d0c._0x4fe9af,_0x324d0c._0x5d2ee3,_0x324d0c._0x5d6a8f)](_0x2a26c1,_0x23f873['GSzjB']);try{if(_0x23f873[_0x120121(-_0x324d0c._0x12ed7e,-0x17c,-0x1e3,-_0x324d0c._0x554a2b)](_0x23f873['MOcbu'],_0x23f873[_0x120121(-0x172,-_0x324d0c._0x1be29b,-_0x324d0c._0x43f573,-_0x324d0c._0x149ae9)]))_0x2dbf0f[_0x3b7d74(_0x324d0c._0x155cf9,_0x324d0c._0x247cf1,0x458,_0x324d0c._0x3de0df)](_0x3b7d74(_0x324d0c._0x4157fa,_0x324d0c._0x4bd5f9,_0x324d0c._0x143714,0x54f)+_0x3b7d74(0x619,_0x324d0c._0x365b5f,0x578,_0x324d0c._0x246ab8)+_0x120121(-0x242,-0x1a0,-_0x324d0c._0x3c87df,-0x13a)+_0x495609['message']);else{const _0x47dcf3=await _0x357de1[_0x120121(-0x1e3,-0x148,-0x110,-_0x324d0c._0x1572b8)](_0x418600,_0x23f873[_0x120121(-0xd9,-0x99,-_0x324d0c._0x5fd2d3,_0x324d0c._0x34c03)]),_0x2a786f=JSON[_0x3b7d74(_0x324d0c._0x398733,_0x324d0c._0x46100c,0x476,_0x324d0c._0x45e3c4)](_0x47dcf3);console['log'](JSON[_0x120121(-0x5a,-0xe6,-0x37,-0x167)](_0x2a786f,null,-0x5*0x685+0x1a75+0x626)),console[_0x3b7d74(0x4d8,_0x324d0c._0x37b102,_0x324d0c._0x356670,_0x324d0c._0x22afcd)](''),console[_0x120121(-_0x324d0c._0x6b78bf,-_0x324d0c._0xea7781,-_0x324d0c._0x463060,-0xce)](_0x3b7d74(0x45f,0x566,0x4dc,0x48a)+_0x418600);}}catch(_0x513ebd){_0x23f873['TQaIL'](_0x513ebd['code'],_0x23f873[_0x120121(-_0x324d0c._0x53306c,-0x160,-_0x324d0c._0x216227,-0x116)])?(console[_0x120121(-_0x324d0c._0x2498d4,-_0x324d0c._0xea7781,-_0x324d0c._0x1bcf3b,-0x1a1)](_0x23f873[_0x3b7d74(0x4c4,_0x324d0c._0x3c4249,_0x324d0c._0x12247f,_0x324d0c._0x553ac3)]),console['log'](''),console['log'](_0x3b7d74(0x430,0x559,0x4de,0x594)+'ocation:\x20'+_0x418600)):console['log'](_0x120121(-0x4,-0x93,-_0x324d0c._0x5abac1,-0x3d)+_0x3b7d74(_0x324d0c._0x5128f0,0x4c4,0x578,_0x324d0c._0x2aa691)+_0x3b7d74(0x4a6,0x421,_0x324d0c._0x54f101,0x3b2)+_0x513ebd[_0x3b7d74(_0x324d0c._0x4827b2,_0x324d0c._0xa4b292,0x4c6,_0x324d0c._0x36ec31)]);}}else _0x23f873[_0x120121(-0x19d,-0x18d,-_0x324d0c._0x5859b7,-0x240)](_0x23f873[_0x120121(-_0x324d0c._0x336917,-_0x324d0c._0x4eb329,-0xe7,-_0x324d0c._0x493f4f)],_0x23f873[_0x120121(-_0x324d0c._0x8899b8,-0xc5,-0x115,-0x3c)])?(_0xdd5e78[_0x3b7d74(0x3c5,_0x324d0c._0x2ee070,_0x324d0c._0x7f4987,0x4b8)]('Error:\x20Set'+'up\x20path\x20no'+_0x3b7d74(0x3ee,_0x324d0c._0x1fc7fe,_0x324d0c._0x312e4e,0x425)+'ed'),_0x23b3d3[_0x3b7d74(_0x324d0c._0xb69253,0x45b,0x4da,_0x324d0c._0x10e1bf)](0x4f0+-0x1e92+0x1*0x19a3)):(console[_0x3b7d74(_0x324d0c._0x55ae26,0x44c,_0x324d0c._0x4a5a22,_0x324d0c._0x54ddfe)](_0x23f873['pWHUV']),console[_0x3b7d74(0x4af,_0x324d0c._0x5d8e6a,0x4ba,_0x324d0c._0x30d270)](_0x3b7d74(0x564,_0x324d0c._0x2348fb,0x567,_0x324d0c._0x4ad031)+'rver\x20confi'+'g\x20set\x20code'+_0x120121(-0xd2,-_0x324d0c._0x4605da,-_0x324d0c._0x56dc45,-0x168)+_0x3b7d74(_0x324d0c._0x361873,_0x324d0c._0x217229,0x455,0x4da)+'o/coder-se'+_0x120121(-_0x324d0c._0x16112c,-0x16d,-0x191,-_0x324d0c._0x40ca7b)));}
|