@profoundlogic/coderflow-server 0.8.1 → 0.8.3
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/compression-filter.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/memory-utils.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.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/logs.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/stats.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/admin.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.html +19 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/file-selection-tree.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.js +1 -1
- package/dist/web-ui/public/git-status.js +1 -1
- package/dist/web-ui/public/ibmi-file-filter.js +1 -1
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.js +1 -1
- package/dist/web-ui/public/markdown-editor.js +1 -1
- package/dist/web-ui/public/markdown-file-editor.js +1 -1
- package/dist/web-ui/public/modal-maximize.js +1 -1
- package/dist/web-ui/public/notifications.js +1 -1
- package/dist/web-ui/public/permissions.js +1 -1
- package/dist/web-ui/public/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +10 -0
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x16e079,_0x10fe87){const _0x275bd5={_0xe13b65:0xe3,_0x594af7:0x7d,_0x24d3b4:0xe4,_0x484c76:0x159,_0x5451b9:0x5d,_0x2d459a:0xb,_0x4a64f7:0x7f,_0xd66e55:0x15b,_0x27b953:0x480,_0x3bd7c5:0x40c,_0x32b36c:0xdf,_0x367ef3:0x53c,_0x490e6c:0x526,_0xc0d447:0x504,_0x46d677:0x46,_0x5b302b:0x5c,_0x3f5779:0x2e,_0x3d80bc:0x525,_0x4bb45a:0xd9,_0x4f1725:0x4f7,_0x1d5b5c:0x4b3,_0x4e3239:0x551},_0x3a8a31={_0x46ea96:0x333},_0xf3ea76=_0x16e079();function _0x30eb31(_0x3a429b,_0x28f14c,_0x181975,_0x3dcae5){return _0x342c(_0x3a429b-_0x3a8a31._0x46ea96,_0x3dcae5);}function _0xf6517e(_0x1435a0,_0x3efac0,_0x598228,_0x3a6b92){return _0x342c(_0x3efac0- -0x1d2,_0x3a6b92);}while(!![]){try{const _0x22bb7c=-parseInt(_0xf6517e(-_0x275bd5._0xe13b65,-0x56,-_0x275bd5._0x594af7,-_0x275bd5._0x24d3b4))/(-0xc*-0x60+0x11*0x16b+-0x1c9a)+parseInt(_0xf6517e(-0x107,-0xff,-0xf0,-_0x275bd5._0x484c76))/(0x5*-0x1fc+-0x18e0+0xa5*0x36)*(parseInt(_0xf6517e(_0x275bd5._0x5451b9,-_0x275bd5._0x2d459a,_0x275bd5._0x594af7,_0x275bd5._0x4a64f7))/(0x39b+0x1703*-0x1+0x136b))+-parseInt(_0xf6517e(-0x6f,-0xf1,-0x111,-_0x275bd5._0xd66e55))/(-0x397+-0xbf*-0x1a+0xfcb*-0x1)*(-parseInt(_0x30eb31(0x435,_0x275bd5._0x27b953,0x3d8,_0x275bd5._0x3bd7c5))/(-0x2552+-0x1132+0x3689))+parseInt(_0xf6517e(-_0x275bd5._0xe13b65,-_0x275bd5._0x32b36c,-0xc9,-0xc2))/(-0x3f*-0x2d+0x1943+0x8*-0x48a)*(-parseInt(_0x30eb31(_0x275bd5._0x367ef3,0x539,_0x275bd5._0x490e6c,0x582))/(0xe1*-0x2+-0x23cd+-0x12cb*-0x2))+parseInt(_0x30eb31(_0x275bd5._0xc0d447,0x494,0x545,0x45e))/(0x1*-0xa5d+0x5*-0x270+0x1695)+parseInt(_0xf6517e(-_0x275bd5._0x46d677,-_0x275bd5._0x5b302b,_0x275bd5._0x3f5779,0x16))/(-0x2*0xd8b+-0xb73*-0x3+-0x73a)*(-parseInt(_0x30eb31(0x4a6,0x549,0x4e1,_0x275bd5._0x3d80bc))/(-0xa84*-0x2+0x7*-0x3d+-0x1353))+-parseInt(_0xf6517e(-0x13,-0x99,-_0x275bd5._0x4bb45a,-0xc7))/(-0xad2+0x1*0x4f+0xa8e)*(-parseInt(_0x30eb31(_0x275bd5._0x4f1725,0x521,_0x275bd5._0x1d5b5c,_0x275bd5._0x4e3239))/(-0x198e*0x1+0xb91+0xe09));if(_0x22bb7c===_0x10fe87)break;else _0xf3ea76['push'](_0xf3ea76['shift']());}catch(_0x3b18bc){_0xf3ea76['push'](_0xf3ea76['shift']());}}}(_0x53ba,-0x54f1+0x159a*-0x12+0xa441a));import{promises as _0x14e879}from'fs';import _0x8c45dd 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'+_0xb48db4(0x29c,0x195,0x22c,0x26b),_0x3d2048(0x568,0x5dc,0x55c,0x4f0)+'t',_0x3d2048(0x5b6,0x5f5,0x57d,0x52d)+_0xb48db4(0x259,0x1f5,0x1e8,0x23f),'ssl_key_pa'+'th',_0xb48db4(0x152,0x199,0x195,0x115)+'h',_0xb48db4(0x19d,0x24b,0x1a0,0x1a3)+'y']),SETUP_JSON_KEYS=new Set([_0xb48db4(0x227,0x2f3,0x270,0x2ab),_0xb48db4(0x1b7,0x2a1,0x243,0x2e8)+_0xb48db4(0x2c6,0x245,0x21d,0x24b),_0xb48db4(0x275,0x257,0x2d6,0x293)+'ge',_0xb48db4(0x1d4,0x231,0x1a5,0x1f9)]);function _0x53ba(){const _0x1eb6ce=['BNrZihrVigeGDG','u2v0ia','rwL4A2C','CMvTB3zL','wxrNDK4','t1zLsfu','txnODuC','u1nmihbYAxzHDa','re1ZrNG','mtbcCePQEhe','DcbMB3vUzcbHDa','DufjBhK','nZm4ndm4m25xuxDPvG','lxnLDhvWigrPCG','AwCUANnVBIK6','DwrLig9YignVza','DgGGl3bHDgGVDa','tLzjzgy','otKYody3y1feCeDq','sw1iEKq','y29KzxjFC2v0Dq','qLvYA0i','zgvMyxvSDf9HzW','CMvHzezPBgu','igTLExmGkhn0BW','ihrVihzPzxCGCW','DcbJB25MAwD1CG','FdiYFdeWFdeXFa','DxrMltG','zgXLicHVChrPBW','icbNzxqGpgTLEq','mtj8m3WXnxWYnq','CMvZB2X2zq','C2XvreS','txHnqvG','tg9JyxrPB246ia','z3DMv2K','B3iGy2HHBMDLCW','vw5RBM93BIbZDq','B2nHDgLVBJOG','ywDLBNqGicaGia','r2rHyui','Fdz8ohW0Fdv8nW','ienVBMzPz3vYyq','AwD1CMuGDgHLia','yMHetuC','ihrVigrLzMf1Ba','qurUC3K','r2HxCKG','y29KzxiVy29UzG','BhPTDhi','BffkA2q','icbZC2XFA2v5xW','Aw5NihnLDhvWlG','wxvPD3i','A2v5CW','s29pB2i','wuTqq1G','Cgf0AcaGicaGia','AxjoCK8','C3rYAw5NAwz5','AdOGicaGica','t21gEfy','CNzLCIbJB25MAq','C2vYDMvYx3bVCG','icbKzwzHDwX0xW','zunZsu0','C3nOx2HVC3q','mhWYFdf8m3W0','ifnLDcbHignVBG','tw9otfG','y29Kzq','AM9PBG','DfHHwK4','EgDQzvu','suLwBgq','A2fUt0K','Aw9UihzHBhvL','u0zrCM8','zw10y1G','rMTryNC','Ehr3uLG','ihjLC3vSDhm','u254AKO','C1rcCMC','B3zLidXRzxK+','sKXPt2u','wKnwz2S','CLrYsK4','y29KzxiTC2v0Dq','mtiYndG0s2PUrffO','Aw9Uid09pq','uhrPD3u','ndvoCe9pBey','icb0yxnRx3n0BW','uwviuM0','icbZC2XFy2vYDa','DhXNzxr8CMvTBW','Cf9WyxrOihbVAq','BMzPzYiGzM9Yia','yxLdAvO','u1nmignLCNrPzG','DK94y2m','mZq2mJrgzKLSAw8','DfDvuwG','DwX0x2fNzw50ia','sM5cBee','CL9Zzxr1Cf9Wyq','AwffzKy','Bhq6idmWmdaP','icbJB2rLCL9Zzq','Bg9N','EMr2vKW','tLDArMC','A0D2zwC','u01fCeS','A2v5xsbBDMfSDq','CYaODhj1zs9Myq','wLbdrvi','BNvTyMvY','idXRzxK+idX2yq','ENHOA3a','icbZzxj2zxjFCa','suP0AMO','ugHyCNy','rfn0CgK','Agr6svy','BfjKwMe','ihrVihrHA2uGzq','DgG6icaGica','CgjVvwC','zYbZzxqGy29Kzq','zuXAA3e','Aw9U','uuPwr1y','DhvWx3bHDgGGia','zxiTC2vYDMvYia','s014qMO','DcaOmZaWmcK','t0PVCfq','Dhj1zq','DdOGicaGica','C3nSx2nLCNrFCa','y2XHDwrL','zxr1Cc5QC29Uia','A0XJuha','BhvLpG','B3H5icaGicaGia','wvbfB2i','zYbZzxqGzgvMyq','C3bSAxq','uMP0z1q','BwvZC2fNzq','ifnOB3CGywXSia','D3jPDgvgAwXL','B3j0icHKzwzHDq','A2v5pIaGicaGia','v3PwDeq','y29UzMLNidXZzq','nZeWnZHXELLlBLm','ruDdDwK','BuzLveC','y29UzMLNihjLBq','rMLYC3qGy29UzG','ieDLDcbHignVBG','rxjYB3iGCMvHza','A3PKzwC','CeHnsw8','sLbLr04','DgfZA19ZDg9Yyq','BIbUB3qGzM91BG','shz4D2C','zxHPDa','icaGicaGicaGia','zsbRzxKGzMLSzq','icbJB2rLCI1Zzq','icbZC2XFy2fFCa','icbUyw1LicaGia','DK9rr1q','BIbRzxK6ia','DM9Tqwy','icbuCNvZDcbWCG','uMvZzxqG','vffrAgS','CM1HDgLVBG','q2j6Euy','icbtu0GGAg9ZDa','D0TTC0u','AxnLyw0','qNPsAKy','Bw11uhO','q2fdBgm','rhjfteG','zMLNDxjHDgLVBG','q29UzMLNDxjHDa','uMvTB3zLzca','CgfYC2u','ywDLBNqGkgnSyq','wgDVuhm','ihzHBhvL','Fde5Fdb8mtn8mG','DfnUv1q','icbZC2HFAg9ZDa','BY9JB2rLCI1Zzq','C3nSx2nHx3bHDa','nZe3mdzZywvAseO','BwXkBgW','icbtzxr1CcbUyq','zwHKCeO','zxjYB3i','r1v5u3G','r0vPs1C','DMv8C2HVDZ4GwW','icbtzxj2zxiGCa','icb0CNvZDf9WCG','Dhj1C3rFChjVEa','rM1ZtMe','ze1zExO','sNn4t0e','mZK3mtu5nNzMqLfmyW','BMfTzq','uMLlswW','rMvmC3a','CcbKAxjLy3rVCG','qu5OtLO','rxjYB3i6ihnLDa','B3j0icaGicaGia','pt09ifnLCNzLCG','u0zbAgO','EhPVBLi','AwnHDguGzMLSzq','AwHrAfa','rxHWzwn0zwqGBa','zxjFCg9YDca4ma','A2v5CYaOC3rVCG','wNrAALi','rLDKAve','mZq4uhzHzxDI','y29UzMLNihnLDa','ru5wz2O','B2LnvhK','icbZAg93icaGia','igzVCIbLBNzPCG','AgfZ','ywXPzcbJB2rLCG','Cf9WyxrOoIa','uujnA3G','sfLhyve','q29TBwfUzhm6','rKvjwNu','rxjYB3i6ifnLDa','CKHvzNC','nxLivKTkAW','x3bHDgGGicaGia','DgfVwMi','Aw9UoG','rxjYB3i6ieLUDG','idXRzxK+','wLHhChG','C2v0DxaUANnVBG','ysbSAxn0ig9Mia','AgrMBNK','z3vYyxrPB24','zwHRrvi','yxzHAwXHyMXLia','C2L2ELq','Dw5Zzxq','BMzPz3vYyxrPBW','Cc5QC29UktO','twfRzsbZDxjLia','DxnHz2uGAw5MBW','icbmB2nHDgLVBG','su1Rv0q','rxjYB3i6ia','wMH4Dxe','kg5VDcbZzxqP','swvTC2i','yxrOicaGicaGia','rxHHBxbSzxm6','CMX3AgG','uwzJEKO','qK9wswy','yMnVBw1HBMq6ia','sKTAqxC','zwn0B3j5','pIa8DMfSDwu+ia','z2v0','yxrO','C3nSx2TLEv9Wyq','qMHOyw4','u1nmienbigj1BG','C2v0DxaGCgf0Aa','B1PRu3m','qMvZywG','qKHsv2S','CMvKigLUih4VlG','ELj0q0G','vg1bD3C','u2v0DxaGy29UzG','s2v5ici','B3H5igHLywrLCG','pIaGicaGicaGia','DhvW','zxGP','y29UzMLNDxjHDa','zYbZzxqGC2vYDG','zcbPBIbJB25MAq','mtuYou9Qv1DswG','u1vlqKG','C3rVCMuGDgfZAW','ru5pru5u','uNjAsgm','uMvZDgfYDcb0Aa','ANnVBJOG','tKfZyLe','khnLDhvWlMPZBW','vgTwrwe','vxnHz2u6ignVza','rMfUExO','lxnLCNzLCIbJBW','vw5RBM93BIbJBW','q29UzMLNDxjLia','icbZzxqGpgTLEq','ww9mAgW','pt09ifnLDhvWia','ANP4yvi','zsbZzxj2zxiGzG','uNvUicjJB2rLCG','EeLywxq','vLrov04','iIbUB3qGzM91BG','id0G','CLjhtw0','DxaUANnVBIbUBW','DgHfDue','EtOGicaGica','B25Tzw50CW','zMzdzwG','DxaGCgf0AcbUBW','s2DHvLa','zw50','AwD1CMf0Aw9Uia','Aw5ztvi','Axj0zNi','ywXPzcbWB3j0ia','tLjrwu8','zYbZAg93','BhnLkq','vg9kv3m','BMfSkq','sg1pqKi','zwqGAw4GC2v0Dq','yxrOoIaGica','uNrXAuS','icbqyxrOihrVia','Cf9WyxrO'];_0x53ba=function(){return _0x1eb6ce;};return _0x53ba();}export async function handleConfig(_0x51c2f9){const _0x28f28a={_0x49d220:0x4d8,_0x44b0e5:0x456,_0x2041d6:0x567,_0x50a396:0x4ea,_0x27d301:0x4ed,_0x54dd0a:0x4f1,_0x27be50:0x4ef,_0x2742a7:0x4f2,_0x1030cd:0x5bf,_0x46ec39:0x599,_0x4fd18e:0x604,_0x4a95dc:0x3cd,_0x5b72c1:0x478,_0x33ca28:0x4bc,_0x177c73:0x440,_0x3b658a:0x43d,_0x3214f3:0x5c0,_0xf2b0b5:0x62c,_0x532259:0x61d,_0x30c9f9:0x587,_0x2964f1:0x582,_0x5a395a:0x55c,_0x4b79a9:0x556,_0xb33425:0x5e2,_0x31923d:0x4de,_0x40323c:0x465,_0x210933:0x3c5,_0x5a4a40:0x421,_0x5aadd5:0x42a,_0xbc95dc:0x4e8,_0x10d22:0x451,_0x477b78:0x3c6,_0x2f9e85:0x471,_0x2353fa:0x500,_0x59fb6e:0x4fa,_0x430e37:0x474,_0x1381f9:0x471,_0x43c14b:0x4bd,_0x162ab8:0x53f,_0x6a3d3d:0x488,_0x2bf463:0x4c3,_0x4a311f:0x55c,_0x2014ce:0x491,_0x7675a8:0x62e,_0x46e1f7:0x59e,_0x31d4a1:0x418,_0x4cf02d:0x490,_0x8bb8df:0x3f0,_0x33cef7:0x484,_0x135c6e:0x40e,_0xb451ef:0x500,_0x27de63:0x58e,_0x2353b4:0x5a2,_0x516121:0x54d,_0x24d41d:0x395,_0x24b71f:0x409,_0xd26910:0x4e1,_0x5f1d3c:0x45f,_0x136a08:0x543},_0x1b44f4={_0x1bf771:0x7d,_0x31fc5c:0x1c1,_0x596835:0xc8},_0x24bc1e={_0x40aee2:0x11a};function _0x2b4852(_0x1ff7d9,_0x440f08,_0xf2b7f7,_0x5f206b){return _0x3d2048(_0x1ff7d9- -0x21,_0xf2b7f7,_0xf2b7f7-_0x24bc1e._0x40aee2,_0x5f206b-0x32);}const _0x4ecfad={'GEiKW':function(_0x57f02a){return _0x57f02a();},'FEIZu':function(_0x4ad365,_0x4ec201){return _0x4ad365===_0x4ec201;},'CbzyF':_0x2b4852(0x48f,0x412,_0x28f28a._0x49d220,_0x28f28a._0x44b0e5),'qoYpZ':'set','Hvxwg':function(_0x44b463,_0x20c157,_0x487801){return _0x44b463(_0x20c157,_0x487801);},'TmAww':_0x2b4852(0x50a,_0x28f28a._0x2041d6,0x5a3,0x539),'mlJll':function(_0x1f119b,_0x5a36bb){return _0x1f119b(_0x5a36bb);},'tXaZN':_0x2b4852(_0x28f28a._0x50a396,0x4a2,0x4a2,0x445)+_0x136fea(0x486,0x4b1,0x4be,0x410)+_0x136fea(0x50e,0x4ac,_0x28f28a._0x27d301,_0x28f28a._0x54dd0a)+_0x2b4852(0x4b1,_0x28f28a._0x27be50,_0x28f28a._0x2742a7,0x44f)+_0x2b4852(_0x28f28a._0x1030cd,0x5bb,_0x28f28a._0x46ec39,_0x28f28a._0x4fd18e)},_0x43ff25=_0x51c2f9[0x752+-0x3f6*0x6+0x1a5*0xa];!_0x43ff25&&(_0x4ecfad[_0x136fea(0x41a,_0x28f28a._0x4a95dc,_0x28f28a._0x5b72c1,_0x28f28a._0x33ca28)](showUsage),process['exit'](-0x14ce*0x1+0x3fb*-0x5+0x28b6));function _0x136fea(_0x5c3a14,_0x27817f,_0x57cb33,_0x127ae4){return _0x3d2048(_0x5c3a14- -_0x1b44f4._0x1bf771,_0x127ae4,_0x57cb33-_0x1b44f4._0x31fc5c,_0x127ae4-_0x1b44f4._0x596835);}try{if(_0x4ecfad[_0x136fea(_0x28f28a._0x177c73,0x41b,0x3bf,_0x28f28a._0x3b658a)](_0x4ecfad[_0x2b4852(_0x28f28a._0x3214f3,0x62b,_0x28f28a._0xf2b0b5,_0x28f28a._0x532259)],_0x4ecfad[_0x2b4852(_0x28f28a._0x3214f3,_0x28f28a._0x30c9f9,_0x28f28a._0x2964f1,_0x28f28a._0x5a395a)]))switch(_0x43ff25){case _0x4ecfad['qoYpZ']:await _0x4ecfad[_0x136fea(_0x28f28a._0x4b79a9,_0x28f28a._0xb33425,_0x28f28a._0x31923d,0x5dd)](setConfig,_0x51c2f9[0x78e+-0x23bd*0x1+0x1c30],_0x51c2f9[0x13c3*0x1+-0xf4c+0x475*-0x1]);break;case _0x136fea(_0x28f28a._0x40323c,_0x28f28a._0x210933,0x3c5,_0x28f28a._0x5a4a40):await getConfig(_0x51c2f9[-0x5*-0x5e2+0x215*-0x8+0x5*-0x28d]);break;case _0x4ecfad[_0x136fea(0x470,_0x28f28a._0x5aadd5,0x4a2,_0x28f28a._0xbc95dc)]:case _0x136fea(_0x28f28a._0x10d22,_0x28f28a._0x477b78,0x4ee,0x4cf):await _0x4ecfad[_0x2b4852(_0x28f28a._0x2f9e85,_0x28f28a._0x2353fa,0x42b,0x462)](removeConfig,_0x51c2f9[-0x1f1*-0x12+-0x36b+-0x5*0x64e]);break;case'show':await _0x4ecfad[_0x2b4852(0x476,0x3ea,0x43f,_0x28f28a._0x59fb6e)](showConfig);break;default:console[_0x2b4852(_0x28f28a._0x430e37,0x468,0x43e,_0x28f28a._0x1381f9)](_0x2b4852(0x52d,0x4ec,_0x28f28a._0x43c14b,_0x28f28a._0x162ab8)+_0x2b4852(0x4bd,0x4b3,0x562,_0x28f28a._0x6a3d3d)+_0x43ff25),console[_0x136fea(0x418,0x418,_0x28f28a._0x2bf463,0x3b4)](_0x4ecfad[_0x136fea(0x4f4,0x566,_0x28f28a._0x4a311f,_0x28f28a._0x2014ce)]),process[_0x2b4852(0x5b3,0x62b,_0x28f28a._0x7675a8,_0x28f28a._0x46e1f7)](-0x251e+-0x156*-0x15+0x911);}else _0x58fc2e[_0x136fea(_0x28f28a._0x31d4a1,_0x28f28a._0x4cf02d,0x368,_0x28f28a._0x8bb8df)](_0x136fea(_0x28f28a._0x33cef7,0x526,0x4a4,_0x28f28a._0x135c6e)+_0x136fea(0x533,0x5a1,0x5a6,_0x28f28a._0x162ab8)+'config\x20rem'+_0x136fea(_0x28f28a._0xb451ef,0x53a,0x501,_0x28f28a._0x27de63)),_0x3aa738[_0x2b4852(0x5b3,_0x28f28a._0x2353b4,0x53e,_0x28f28a._0x516121)](0x2289+0x229b*-0x1+0x13*0x1);}catch(_0x451736){console[_0x136fea(0x418,_0x28f28a._0x24d41d,_0x28f28a._0x24b71f,0x3e0)](_0x2b4852(0x4b4,0x45b,_0x28f28a._0xd26910,_0x28f28a._0x5f1d3c)+_0x451736[_0x136fea(_0x28f28a._0x136a08,0x59d,0x501,0x507)]),process['exit'](0x7b+0x1a91+-0x1*0x1b0b);}}function showUsage(){const _0x2c647e={_0x516d1f:0x17,_0x59c887:0x5a,_0x47e88d:0x80,_0x36f910:0x123,_0x597a21:0x15a,_0x550032:0x517,_0x1b4eb9:0x52e,_0xcd63bc:0x3e7,_0x3fe69d:0x45d,_0x194c54:0x446,_0x3975a1:0x4d0,_0x4dd387:0x1d2,_0xaedaa4:0x132,_0x52d995:0x112,_0x200592:0x122,_0x305f20:0x2e,_0x163aef:0x39,_0xdebb07:0x4c,_0x175b5c:0x27,_0x5e810d:0x2f,_0x2684b6:0x23,_0x1222d4:0x2,_0x4890aa:0x7d,_0x12edfe:0x101,_0x4efac5:0xdc,_0x33af7c:0x5d,_0x278b01:0x4e6,_0xdb5852:0x427,_0x4f40c5:0x7,_0x392656:0x20,_0x513d7d:0x62,_0x1d129e:0x8a,_0x3e6ff0:0x5b,_0x96feda:0x3e,_0x492f9b:0xd9,_0x786817:0x126,_0x2b1015:0x6a,_0x4522f4:0x8b,_0x47d0d9:0xac,_0x2dba75:0x5,_0x1f1a41:0x40d,_0x2b920a:0x4bd,_0x568316:0x32c,_0x2c2e1f:0x457,_0x3da064:0x41c,_0x699c0c:0xa3,_0xed0618:0x84,_0x517b91:0x3b4,_0xf8bd03:0x449,_0x62c4a4:0x369,_0x432510:0x1a4,_0x4fbf6f:0x115,_0x178230:0x18e,_0x4b6f56:0x127,_0x2ecbb4:0xb,_0x525fa6:0x9c,_0x1013e3:0x134,_0x1132bf:0x49c,_0xaaf37:0x511,_0x25a183:0xf,_0x5c12b6:0x10,_0x429031:0x34,_0x2679f1:0x23,_0x824c65:0x3eb,_0x52efc5:0x3ec,_0x241f22:0x3fa,_0x325b45:0x494,_0x5aa3e1:0x455,_0xe92e71:0x3d1,_0x22e1f5:0x377,_0x759464:0x33,_0x5cdc69:0xb2,_0x1f0695:0x40d,_0xfa3057:0x3d3,_0x4f523f:0xfd,_0x900155:0x165,_0x3c5cf5:0x497,_0x34cf97:0x467,_0x14a29a:0x130,_0x80f410:0x1ac,_0x21845b:0x6e,_0x176612:0x4c,_0x44b71e:0xa1,_0x12b0fa:0xda,_0x5a67bc:0x18b,_0x4df52e:0x30,_0x79e2cf:0x25,_0x56a595:0xb0,_0x53bd69:0x74,_0x57dceb:0x66,_0x612cf1:0xb1,_0x3f4b96:0x117,_0x1c271a:0x11c,_0x1c075f:0x8e,_0x301b74:0x142,_0x1a7b40:0x38f,_0x1a95c2:0x3ae,_0x353fc8:0x3a0,_0x4b880a:0x503,_0x3b4fa5:0x4ad,_0x256c49:0x4e3,_0x26603c:0x458,_0x84fc31:0x462,_0x4634ba:0x12,_0x26d1f2:0xa7,_0xa05adf:0x55,_0x240631:0x1f,_0x475482:0x7a,_0x90d0c5:0x1b,_0x58205f:0x141,_0x2fd9bd:0x1e8,_0x1572db:0x40b,_0x2f624f:0x44e,_0x433359:0x154,_0x168b34:0x4c5,_0x43a61e:0x44,_0x45548f:0xa4,_0x27181a:0xe5,_0x2e7e4d:0xbe,_0x5ce0b1:0x44e,_0x46d8ad:0x3c6,_0x1f197b:0x45b,_0x258556:0x109,_0x3dedce:0x2e5,_0x4f697b:0x2ea,_0x49acbf:0x50b,_0x5517ee:0x54d,_0x22829b:0x49a,_0x41e915:0x406,_0xeb1670:0x41b,_0x58abc0:0x1f,_0x4e16bf:0x48,_0x465003:0xc2,_0x5a7285:0x37,_0x13de65:0x378,_0x2aba9a:0x40c,_0x1806f4:0x401,_0x59dbd6:0x13b,_0x163393:0x118,_0x211cbf:0xe5,_0x319b1a:0x50,_0x3bf5c5:0x9c,_0x31d8be:0x489,_0x58eed8:0x4ab,_0x277c1d:0x475,_0x7733c3:0x43b,_0x11b44a:0x4cb,_0x5904cc:0x473,_0x57d8da:0x460,_0xa07bfc:0x397,_0x42f8d7:0x37d,_0xbad62d:0x336,_0x4dd31a:0x343,_0x1d61c8:0x4de,_0x4190ad:0x63,_0x10dca9:0xc5,_0x425864:0x57,_0x230948:0x1c,_0x1bc383:0x369,_0x4bd783:0x37c,_0x5c6113:0x409,_0x5db6a9:0x4c6,_0x1dc0e7:0x3f5,_0x427bb0:0x369,_0x474bb1:0x350,_0xaf121d:0x384,_0x52ce9c:0x19a,_0x3dff21:0x4d7,_0x2c759d:0x4e9,_0x1ccaef:0x34c,_0x28cdc4:0x3b3,_0x4374ae:0x47b,_0xeadce7:0x3f0,_0x5086ff:0x2e4,_0x1bc117:0x2c7,_0x44150f:0x3a6,_0x5f4d3b:0x3cf,_0x230efd:0x436,_0x533d15:0x3a3,_0x420101:0x3cc,_0x1fbe8a:0x405,_0x572e60:0x33d,_0x2d893a:0x2f,_0x3350bb:0xdf,_0x10254e:0xd4,_0xd7f192:0x18f,_0x2c5540:0x71,_0x56ddfd:0x6a,_0x2d0049:0x21,_0x56ba04:0x9f,_0x1dda86:0x3d9,_0x2bda2b:0x527,_0x11d5a7:0x172,_0x4829f3:0x124,_0x25edea:0x36d,_0x175ca9:0x3ad,_0x607f2d:0x29,_0x370336:0xcb,_0x1e8cea:0xdf,_0x4bf360:0x408,_0x3c70a3:0x430,_0x5628b4:0x38a,_0x42b99d:0x41d,_0x4ceab2:0x68,_0x24f319:0x3fe,_0x502c43:0x403,_0x2dd529:0x363,_0x1dce9a:0x410,_0x3328b8:0x4ac,_0x2e5e83:0x4e0,_0x476034:0xa4,_0x258b0f:0x40,_0x83db32:0x20,_0x3c7360:0x3ba,_0x2e0e61:0x3aa,_0x19ad73:0x450,_0x1f3ac7:0x3e0,_0x1038dc:0x3f,_0x4fd941:0x135,_0x15c2ca:0x4ba,_0x4add76:0x458,_0xdb38c5:0xea,_0x561c8d:0x1e2,_0x161df5:0x111,_0x5cfc7f:0x2db,_0x16e731:0x2db,_0x81b426:0x2f3,_0x1f7c22:0x44d,_0x3e3982:0x484,_0x50a23c:0x135,_0x14110a:0x4ed,_0x3b81dd:0x4ec,_0x1cd14a:0x50f,_0x59323a:0x135,_0x508ead:0xe7,_0x7b88e9:0x13a,_0x142f40:0x362,_0x1d3afe:0x40e,_0x28a4f2:0x4a9,_0x2965e9:0x4ae,_0xeba46b:0x4e2,_0x5b4dac:0x4b6,_0x4c418d:0x11b,_0x2c57d2:0x1c9,_0x393f62:0xcf,_0x49b18b:0x134,_0x5a4d67:0x18a,_0x55c5d4:0x94,_0x5ce683:0xe1,_0x55aae5:0x14e,_0x7179d3:0x3a,_0x43488a:0x505,_0x488424:0x4ac,_0x5da8d7:0x465,_0x2f8b81:0x4f2,_0x481096:0x135,_0x1a0aea:0x120},_0x1e670a={_0x95f388:0x136},_0x714a0b={};_0x714a0b[_0x224051(-0xbb,-_0x2c647e._0x516d1f,-0x8c,_0x2c647e._0x59c887)]=_0x224051(-_0x2c647e._0x47e88d,-0xc9,-_0x2c647e._0x36f910,-_0x2c647e._0x597a21)+'er-server\x20'+_0x4fe9bc(_0x2c647e._0x550032,0x49a,0x4bb,_0x2c647e._0x1b4eb9)+_0x4fe9bc(_0x2c647e._0xcd63bc,_0x2c647e._0x3fe69d,_0x2c647e._0x194c54,_0x2c647e._0x3975a1)+_0x224051(-_0x2c647e._0x4dd387,-_0x2c647e._0xaedaa4,-_0x2c647e._0x52d995,-_0x2c647e._0x200592)+_0x224051(-0x7f,-_0x2c647e._0x305f20,-0x43,_0x2c647e._0x163aef)+'e]',_0x714a0b[_0x224051(-_0x2c647e._0xdebb07,-_0x2c647e._0x175b5c,0x3b,_0x2c647e._0x5e810d)]='Commands:',_0x714a0b[_0x224051(-0x72,-_0x2c647e._0x2684b6,-_0x2c647e._0x1222d4,-0x25)]=_0x224051(-0x7c,-0xc4,-_0x2c647e._0x4890aa,-_0x2c647e._0x12edfe)+'>\x20<value>\x20'+_0x224051(-_0x2c647e._0x4efac5,-_0x2c647e._0x33af7c,-0x8b,0x4f)+_0x4fe9bc(_0x2c647e._0x278b01,0x4bd,_0x2c647e._0xdb5852,0x535)+'\x20value',_0x714a0b[_0x224051(-_0x2c647e._0x4f40c5,-_0x2c647e._0x392656,-_0x2c647e._0x513d7d,0x9)]=_0x224051(-_0x2c647e._0x1d129e,-0x84,-_0x2c647e._0x3e6ff0,-0x15)+_0x224051(-_0x2c647e._0x96feda,-_0x2c647e._0x492f9b,-_0x2c647e._0x786817,-_0x2c647e._0x2b1015)+_0x224051(-_0x2c647e._0x4522f4,0x2,-_0x2c647e._0x47d0d9,_0x2c647e._0x2dba75)+_0x4fe9bc(_0x2c647e._0x1f1a41,_0x2c647e._0x2b920a,0x4f0,0x499)+_0x4fe9bc(0x33c,0x35f,_0x2c647e._0x568316,0x3e0),_0x714a0b[_0x4fe9bc(_0x2c647e._0x2c2e1f,0x3cf,_0x2c647e._0x3da064,0x40d)]='\x20\x20remove\x20<'+_0x224051(0x1d,-0x6,_0x2c647e._0x699c0c,-_0x2c647e._0xed0618)+'\x20Remove\x20a\x20'+'configurat'+_0x4fe9bc(_0x2c647e._0x517b91,_0x2c647e._0xf8bd03,0x4bd,0x39e),_0x714a0b[_0x4fe9bc(0x451,0x3cc,0x3bb,_0x2c647e._0x62c4a4)]=_0x224051(-_0x2c647e._0x432510,-_0x2c647e._0x4fbf6f,-_0x2c647e._0x178230,-_0x2c647e._0x4b6f56)+_0x224051(-_0x2c647e._0xed0618,_0x2c647e._0x2ecbb4,0xb7,-_0x2c647e._0x525fa6)+'\x20Show\x20all\x20'+_0x224051(-0x28,-0xd6,-0x4f,-_0x2c647e._0x1013e3)+_0x4fe9bc(_0x2c647e._0x1132bf,0x481,_0x2c647e._0xaaf37,_0x2c647e._0x2c2e1f),_0x714a0b[_0x224051(_0x2c647e._0x25a183,-0x4e,0x1d,_0x2c647e._0x5c12b6)]=_0x224051(-0xbd,-_0x2c647e._0x429031,_0x2c647e._0x2679f1,-0x7d)+_0x4fe9bc(0x4a0,0x483,_0x2c647e._0x824c65,0x518)+_0x4fe9bc(_0x2c647e._0x52efc5,_0x2c647e._0x241f22,0x490,0x44c)+_0x4fe9bc(_0x2c647e._0x325b45,_0x2c647e._0x5aa3e1,_0x2c647e._0xe92e71,0x500)+_0x4fe9bc(0x33c,_0x2c647e._0x22e1f5,0x3f2,0x2df)+'y',_0x714a0b['SLSfE']=_0x224051(_0x2c647e._0x759464,-0x42,0x58,-_0x2c647e._0x5cdc69)+'_path\x20\x20\x20\x20\x20'+_0x224051(-0x123,-0xa4,-0xb1,-0x26)+_0x4fe9bc(_0x2c647e._0x1f0695,0x461,0x4aa,_0x2c647e._0xfa3057)+_0x224051(-_0x2c647e._0x4f523f,-0x120,-0x1b3,-_0x2c647e._0x900155),_0x714a0b[_0x4fe9bc(_0x2c647e._0x3c5cf5,0x458,0x3da,_0x2c647e._0x34cf97)]=_0x224051(-_0x2c647e._0x525fa6,-_0x2c647e._0x14a29a,-0x13c,-_0x2c647e._0x80f410)+_0x224051(_0x2c647e._0x21845b,-0xf,-_0x2c647e._0x176612,0x61)+_0x224051(-0xa,0x13,0x9c,_0x2c647e._0x44b71e)+_0x224051(-0xe7,-_0x2c647e._0x12b0fa,-0xa1,-_0x2c647e._0x5a67bc)+'s\x20(true/fa'+_0x224051(-0x140,-0xab,-0x95,-0x89),_0x714a0b[_0x224051(-0x5b,-_0x2c647e._0x4df52e,-_0x2c647e._0x79e2cf,0x7b)]=_0x224051(-_0x2c647e._0x56a595,-_0x2c647e._0x4efac5,-_0x2c647e._0x53bd69,-0x61)+_0x224051(-_0x2c647e._0x57dceb,-_0x2c647e._0x612cf1,-0x6b,-_0x2c647e._0x3f4b96)+_0x224051(-0x15e,-_0x2c647e._0x1c271a,-_0x2c647e._0x1c075f,-_0x2c647e._0x301b74)+_0x4fe9bc(_0x2c647e._0x1a7b40,0x3f7,_0x2c647e._0x1a95c2,0x351)+'p.json):',_0x714a0b[_0x4fe9bc(0x4ff,0x44d,_0x2c647e._0x353fc8,0x41f)]=_0x4fe9bc(_0x2c647e._0x4b880a,_0x2c647e._0x3b4fa5,_0x2c647e._0x256c49,0x476)+_0x4fe9bc(_0x2c647e._0x26603c,0x4a9,_0x2c647e._0x84fc31,0x4d8)+'\x20\x20Setup\x20na'+'me',_0x714a0b[_0x224051(-_0x2c647e._0x4634ba,-_0x2c647e._0xdebb07,-_0x2c647e._0x26d1f2,-_0x2c647e._0x305f20)]=_0x224051(0x1e,-0x61,-_0x2c647e._0xa05adf,_0x2c647e._0x240631)+_0x224051(-0xf1,-_0x2c647e._0x475482,-0xd7,_0x2c647e._0x90d0c5)+'\x20\x20Default\x20'+_0x224051(-0x1dc,-_0x2c647e._0x58205f,-_0x2c647e._0x2fd9bd,-0xa6)+_0x4fe9bc(0x3f6,_0x2c647e._0x1572db,0x456,_0x2c647e._0x2f624f)+_0x224051(-_0x2c647e._0x433359,-0xd7,-0x5c,-_0x2c647e._0x1d129e),_0x714a0b[_0x4fe9bc(_0x2c647e._0x168b34,0x49c,0x4e0,0x46c)]=_0x224051(0x6e,-_0x2c647e._0x43a61e,-0xdb,-0x3d)+'rage\x20\x20\x20\x20\x20\x20'+_0x224051(-0x114,-_0x2c647e._0x45548f,-_0x2c647e._0x27181a,-_0x2c647e._0x2e7e4d)+'store\x20task'+_0x4fe9bc(0x4e6,_0x2c647e._0x5ce0b1,_0x2c647e._0x46d8ad,0x4d2),_0x714a0b[_0x4fe9bc(0x431,_0x2c647e._0x1f197b,0x4a6,0x4b5)]=_0x224051(-0x47,-0xf0,-_0x2c647e._0x258556,-0xcf),_0x714a0b[_0x4fe9bc(_0x2c647e._0x3dedce,0x38e,0x315,_0x2c647e._0x4f697b)]=_0x4fe9bc(_0x2c647e._0x49acbf,0x4ab,_0x2c647e._0x5517ee,_0x2c647e._0x22829b)+_0x4fe9bc(_0x2c647e._0x41e915,0x43b,_0x2c647e._0xeb1670,0x48a)+_0x224051(0x4,-_0x2c647e._0x58abc0,-_0x2c647e._0x4e16bf,-_0x2c647e._0x465003)+_0x224051(-0xdb,-_0x2c647e._0x5a7285,0x67,_0x2c647e._0x2dba75)+_0x4fe9bc(_0x2c647e._0x13de65,_0x2c647e._0x2aba9a,0x4b7,_0x2c647e._0x1806f4)+_0x224051(-0x10d,-_0x2c647e._0x59dbd6,-_0x2c647e._0x163393,-0xa6)+'tup',_0x714a0b[_0x224051(-_0x2c647e._0x211cbf,-0xe1,-_0x2c647e._0x319b1a,-_0x2c647e._0x3bf5c5)]=_0x4fe9bc(_0x2c647e._0x31d8be,_0x2c647e._0x58eed8,_0x2c647e._0x277c1d,0x495)+_0x4fe9bc(0x3ce,_0x2c647e._0x7733c3,_0x2c647e._0x11b44a,0x48a)+_0x4fe9bc(_0x2c647e._0x5904cc,0x3c9,_0x2c647e._0x1572db,_0x2c647e._0x57d8da)+_0x4fe9bc(0x39a,0x381,_0x2c647e._0xa07bfc,0x304)+'80',_0x714a0b[_0x4fe9bc(0x3b2,_0x2c647e._0x42f8d7,_0x2c647e._0xbad62d,_0x2c647e._0x4dd31a)]=_0x4fe9bc(0x4ce,0x4ab,_0x2c647e._0x1d61c8,0x527)+_0x224051(-0x100,-_0x2c647e._0x4190ad,-_0x2c647e._0x10dca9,-0x68)+_0x224051(-0x105,-_0x2c647e._0x47d0d9,-_0x2c647e._0x425864,-_0x2c647e._0x230948);const _0x11d12f=_0x714a0b;function _0x4fe9bc(_0x17faed,_0x50df4a,_0x38b402,_0x3d0e47){return _0x3d2048(_0x50df4a- -0x12c,_0x3d0e47,_0x38b402-0x15b,_0x3d0e47-_0x1e670a._0x95f388);}console[_0x4fe9bc(0x396,_0x2c647e._0x1bc383,_0x2c647e._0x4bd783,0x391)](_0x11d12f[_0x4fe9bc(0x413,0x487,_0x2c647e._0x5c6113,_0x2c647e._0x5db6a9)]),console[_0x4fe9bc(_0x2c647e._0x1dc0e7,_0x2c647e._0x427bb0,_0x2c647e._0x474bb1,_0x2c647e._0xaf121d)](''),console[_0x224051(-_0x2c647e._0x52ce9c,-0x135,-0x145,-0x164)](_0x11d12f[_0x4fe9bc(0x3f4,0x477,_0x2c647e._0x3dff21,_0x2c647e._0x2c759d)]),console[_0x4fe9bc(_0x2c647e._0x1ccaef,_0x2c647e._0x62c4a4,0x2eb,_0x2c647e._0x28cdc4)](_0x11d12f[_0x4fe9bc(0x52b,_0x2c647e._0x4374ae,_0x2c647e._0xeadce7,0x3dd)]),console[_0x4fe9bc(_0x2c647e._0x5086ff,0x369,_0x2c647e._0x1bc117,_0x2c647e._0x44150f)](_0x11d12f['pboUg']),console['error'](_0x11d12f[_0x4fe9bc(0x452,_0x2c647e._0x5f4d3b,_0x2c647e._0x230efd,0x353)]),console['error'](_0x11d12f[_0x4fe9bc(_0x2c647e._0x533d15,_0x2c647e._0x420101,0x348,0x368)]),console[_0x4fe9bc(_0x2c647e._0x1fbe8a,0x369,_0x2c647e._0x572e60,0x386)](''),console['error']('Server\x20con'+'figuration'+'\x20keys\x20(sto'+_0x224051(-_0x2c647e._0x2d893a,-_0x2c647e._0x3350bb,-_0x2c647e._0x10254e,-_0x2c647e._0xd7f192)+_0x224051(-0x22,-_0x2c647e._0x2c5540,-_0x2c647e._0x56ddfd,_0x2c647e._0x2d0049)+'ig.json):'),console[_0x4fe9bc(0x3ec,_0x2c647e._0x62c4a4,_0x2c647e._0xbad62d,0x3c2)](_0x11d12f[_0x224051(-0x72,-0x4e,0x5a,-_0x2c647e._0x56ba04)]),console['error'](_0x4fe9bc(_0x2c647e._0x1dda86,0x476,_0x2c647e._0x2bda2b,0x508)+_0x224051(-_0x2c647e._0x11d5a7,-_0x2c647e._0x4829f3,-0xed,-0xf0)+_0x4fe9bc(0x41a,_0x2c647e._0x25edea,_0x2c647e._0x175ca9,0x384)+'ort\x20(defau'+_0x224051(-_0x2c647e._0x607f2d,-0x35,-0x65,0x2d)),console[_0x224051(-_0x2c647e._0x370336,-0x135,-_0x2c647e._0x1e8cea,-0x1ad)](_0x11d12f['SLSfE']),console[_0x4fe9bc(0x3d4,_0x2c647e._0x62c4a4,0x3c9,0x364)](_0x4fe9bc(_0x2c647e._0x4bf360,_0x2c647e._0x3c70a3,_0x2c647e._0x5628b4,_0x2c647e._0x42b99d)+_0x224051(-0xa,-_0x2c647e._0x4ceab2,-0xa,-0xe)+_0x4fe9bc(0x3af,0x3fa,0x48a,0x36d)+_0x4fe9bc(_0x2c647e._0x24f319,_0x2c647e._0x502c43,0x3e5,_0x2c647e._0x2dd529)+_0x4fe9bc(_0x2c647e._0x1dce9a,0x4aa,0x4b9,0x402)),console['error'](_0x4fe9bc(0x4a0,_0x2c647e._0x3328b8,0x524,_0x2c647e._0x2e5e83)+_0x4fe9bc(0x374,0x3ad,0x451,0x3a4)+_0x224051(-0xc7,-_0x2c647e._0x476034,-_0x2c647e._0x258b0f,-_0x2c647e._0x83db32)+_0x4fe9bc(0x3bf,_0x2c647e._0x3c7360,_0x2c647e._0x2e0e61,0x3a2)+_0x4fe9bc(_0x2c647e._0x19ad73,0x419,_0x2c647e._0x1f3ac7,0x44d)+_0x224051(-0xd2,-0xa9,-_0x2c647e._0x1038dc,-0x63)),console[_0x224051(-0x140,-_0x2c647e._0x4fd941,-0x1c2,-0x147)](_0x11d12f[_0x4fe9bc(_0x2c647e._0x15c2ca,_0x2c647e._0x4add76,_0x2c647e._0x168b34,0x4c2)]),console[_0x224051(-_0x2c647e._0xdb38c5,-0x135,-_0x2c647e._0x561c8d,-_0x2c647e._0x161df5)](''),console[_0x4fe9bc(_0x2c647e._0x5cfc7f,_0x2c647e._0x427bb0,0x2d8,_0x2c647e._0x16e731)](_0x11d12f['kGveg']),console[_0x4fe9bc(_0x2c647e._0x81b426,0x369,0x367,0x343)](_0x11d12f[_0x4fe9bc(0x479,_0x2c647e._0x1f7c22,0x45a,_0x2c647e._0x3e3982)]),console[_0x224051(-0x1a2,-_0x2c647e._0x50a23c,-0x110,-0x10a)](_0x11d12f[_0x4fe9bc(0x4d1,0x452,0x45c,0x4c5)]),console['error'](_0x11d12f[_0x4fe9bc(_0x2c647e._0x14110a,0x49c,_0x2c647e._0x3b81dd,_0x2c647e._0x1cd14a)]),console[_0x224051(-0x18a,-_0x2c647e._0x59323a,-_0x2c647e._0x508ead,-_0x2c647e._0x7b88e9)](_0x4fe9bc(0x2ba,_0x2c647e._0x142f40,0x394,_0x2c647e._0x1d3afe)+_0x4fe9bc(0x541,_0x2c647e._0x28a4f2,_0x2c647e._0x2965e9,0x522)+_0x4fe9bc(_0x2c647e._0xeba46b,_0x2c647e._0x5b4dac,0x4cc,0x4ea)+'\x20for\x20envir'+'onments'),console[_0x224051(-_0x2c647e._0x1c075f,-0x135,-0x10e,-_0x2c647e._0x4c418d)](''),console[_0x224051(-0x1d3,-0x135,-0xac,-_0x2c647e._0x2c57d2)](_0x11d12f['QeHRm']),console[_0x224051(-0x14c,-0x135,-0xe1,-0x167)](_0x11d12f[_0x224051(-_0x2c647e._0x393f62,-0x110,-_0x2c647e._0x49b18b,-_0x2c647e._0x5a4d67)]),console['error'](_0x11d12f[_0x224051(-_0x2c647e._0x55c5d4,-_0x2c647e._0x5ce683,-_0x2c647e._0x55aae5,-0x87)]);function _0x224051(_0x1e2236,_0x57e0cd,_0xe6d382,_0x3f5bee){return _0xb48db4(_0x1e2236,_0x57e0cd-0x1dd,_0x57e0cd- -0x2cf,_0x3f5bee-0x1ee);}console['error']('\x20\x20coder-se'+_0x224051(-_0x2c647e._0x7179d3,-_0x2c647e._0x4190ad,-0x3,-0xa0)+_0x4fe9bc(0x415,0x491,_0x2c647e._0x43488a,0x53d)+_0x4fe9bc(_0x2c647e._0x488424,_0x2c647e._0x5da8d7,_0x2c647e._0x11b44a,_0x2c647e._0x2f8b81)+'claude'),console[_0x224051(-0x137,-_0x2c647e._0x481096,-_0x2c647e._0x1a0aea,-0xc0)](_0x11d12f['xzonR']);}async function setConfig(_0x157151,_0xfad4e3){const _0xda82bf={_0x7de103:0x253,_0x230e9a:0x1e5,_0x25d77f:0x21a,_0x4a4e6a:0x408,_0x593a60:0x3d7,_0x4b344c:0x379,_0x35a473:0x46a,_0x527988:0x510,_0x4dd8ea:0x4a5,_0x3e6a4a:0x1c9,_0x105072:0x459,_0x215c58:0x443,_0x221360:0x41f,_0x242f72:0x44c,_0x1e9bae:0x4e1,_0x3371ea:0x580,_0x968c09:0x4fd,_0x127b09:0x41e,_0xf860aa:0x422,_0x7a27c5:0x3db,_0x64bf10:0x216,_0x53ec36:0x200,_0x122a74:0x163,_0x1eb9e5:0x1c8,_0x8ac768:0x228,_0x5bad51:0x326,_0x3a6c84:0x31e,_0x249b82:0x5c2,_0x50a4c3:0x246,_0x3c725e:0x1d0,_0x40dc6d:0x40d,_0x1bc375:0x47a,_0x4576a4:0x459,_0x376503:0x418,_0x4e4e9b:0x220,_0x1dc7b4:0x1bf,_0x24f6c0:0x26f,_0x18ee55:0x179,_0x1f2edd:0x1f8,_0x50d62a:0x1db,_0xe2db4f:0x53e,_0x4b4583:0x484,_0x767694:0x480},_0x55f55e={_0x5d69f0:0x120},_0x417669={_0x20b2f4:0xaa,_0x6daf87:0x1b5},_0xa8a975={'JnBlA':_0x17e6a0(_0xda82bf._0x7de103,_0xda82bf._0x230e9a,_0xda82bf._0x25d77f,0x27d)+'er-server\x20'+_0x661558(_0xda82bf._0x4a4e6a,_0xda82bf._0x593a60,_0xda82bf._0x4b344c,0x416)+_0x661558(0x4f6,0x4e2,0x547,_0xda82bf._0x35a473)+_0x661558(_0xda82bf._0x527988,0x59a,0x555,_0xda82bf._0x4dd8ea),'mFeTG':_0x17e6a0(_0xda82bf._0x3e6a4a,0x24d,0x224,0x199)+_0x661558(_0xda82bf._0x105072,_0xda82bf._0x215c58,_0xda82bf._0x221360,_0xda82bf._0x242f72)+_0x661558(_0xda82bf._0x1e9bae,_0xda82bf._0x3371ea,_0xda82bf._0x968c09,0x49d)+_0x661558(_0xda82bf._0x127b09,0x48b,0x36f,0x410)+_0x661558(_0xda82bf._0xf860aa,_0xda82bf._0x7a27c5,0x415,0x415)+_0x17e6a0(_0xda82bf._0x64bf10,0x25a,0x278,_0xda82bf._0x53ec36),'MshuG':function(_0x3bd6e7,_0x52b89a,_0x442707){return _0x3bd6e7(_0x52b89a,_0x442707);}};(!_0x157151||_0xfad4e3===undefined)&&(console[_0x17e6a0(_0xda82bf._0x122a74,_0xda82bf._0x1eb9e5,0x1ae,_0xda82bf._0x8ac768)](_0xa8a975[_0x17e6a0(_0xda82bf._0x5bad51,0x236,0x2ab,_0xda82bf._0x3a6c84)]),process[_0x661558(0x52a,_0xda82bf._0x249b82,0x5d4,0x4e4)](-0x2e4+-0x5*-0x62f+-0x1a6*0x11));const _0x32f492=SERVER_CONFIG_KEYS[_0x17e6a0(_0xda82bf._0x50a4c3,0x207,_0xda82bf._0x3c725e,0x220)](_0x157151),_0x554f67=SETUP_JSON_KEYS[_0x661558(_0xda82bf._0x40dc6d,_0xda82bf._0x1bc375,_0xda82bf._0x4576a4,0x3a3)](_0x157151);function _0x661558(_0x15e2f1,_0x49fa65,_0x1a0d2c,_0x2e2c71){return _0x3d2048(_0x15e2f1- -_0x417669._0x20b2f4,_0x49fa65,_0x1a0d2c-0x1d9,_0x2e2c71-_0x417669._0x6daf87);}!_0x32f492&&!_0x554f67&&(console[_0x661558(0x3eb,0x391,0x466,_0xda82bf._0x376503)](_0x17e6a0(_0xda82bf._0x4e4e9b,_0xda82bf._0x1dc7b4,0x21d,_0xda82bf._0x24f6c0)+_0x17e6a0(0x199,0x1a4,0x1e8,0x145)+'n\x20key:\x20'+_0x157151),console[_0x17e6a0(_0xda82bf._0x18ee55,_0xda82bf._0x1f2edd,0x1ae,_0xda82bf._0x50d62a)](_0xa8a975[_0x661558(0x51f,_0xda82bf._0xe2db4f,0x58e,0x48e)]),process['exit'](0xf*-0xf9+0x718+0x780));function _0x17e6a0(_0x30fc5b,_0x38475b,_0x2c62f3,_0x4b4564){return _0xb48db4(_0x4b4564,_0x38475b-_0x55f55e._0x5d69f0,_0x2c62f3-0x14,_0x4b4564-0xc4);}if(_0x32f492)await _0xa8a975[_0x661558(_0xda82bf._0x4b4583,0x48b,0x492,0x4fc)](setServerConfig,_0x157151,_0xfad4e3);else _0x554f67&&await _0xa8a975[_0x661558(0x484,_0xda82bf._0x767694,0x459,0x3f8)](setSetupConfig,_0x157151,_0xfad4e3);}function _0x342c(_0x35a155,_0x3b1a4f){_0x35a155=_0x35a155-(0x1*-0x482+-0x60*0x37+0x19eb*0x1);const _0x45fcb3=_0x53ba();let _0x5d75f3=_0x45fcb3[_0x35a155];if(_0x342c['rdfRko']===undefined){var _0x12788c=function(_0x2113a6){const _0x5e5a69='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x555002='',_0x2abcf0='';for(let _0x464922=0x517+0x25f2+0x2b09*-0x1,_0x43205a,_0x5f2cdf,_0x2ac617=-0x1*-0x1d0b+-0x9e4+0x1*-0x1327;_0x5f2cdf=_0x2113a6['charAt'](_0x2ac617++);~_0x5f2cdf&&(_0x43205a=_0x464922%(0x1*-0x100e+-0xa0e+0x1a20)?_0x43205a*(0x1610+0xd09*0x2+-0x2fe2)+_0x5f2cdf:_0x5f2cdf,_0x464922++%(0x36f+-0xd7d*-0x1+-0x10e8))?_0x555002+=String['fromCharCode'](0x1be9*0x1+-0x751+-0x1399&_0x43205a>>(-(0x1181+0xcca*-0x1+-0x1*0x4b5)*_0x464922&-0x2*-0xd53+0x1efe+-0x1ccf*0x2)):0x250b+-0xb4e+-0x19bd){_0x5f2cdf=_0x5e5a69['indexOf'](_0x5f2cdf);}for(let _0x34aac4=0x24be+-0x1872+-0x2*0x626,_0x1fde0b=_0x555002['length'];_0x34aac4<_0x1fde0b;_0x34aac4++){_0x2abcf0+='%'+('00'+_0x555002['charCodeAt'](_0x34aac4)['toString'](0x238c+0x1e57+0x1*-0x41d3))['slice'](-(0x1799+0x5*0x105+0x10*-0x1cb));}return decodeURIComponent(_0x2abcf0);};_0x342c['ApfLUH']=_0x12788c,_0x342c['DcpnRB']={},_0x342c['rdfRko']=!![];}const _0x97b359=_0x45fcb3[-0x3c*0x4c+-0x2*0x85+0x12da],_0x752e38=_0x35a155+_0x97b359,_0x3308bf=_0x342c['DcpnRB'][_0x752e38];return!_0x3308bf?(_0x5d75f3=_0x342c['ApfLUH'](_0x5d75f3),_0x342c['DcpnRB'][_0x752e38]=_0x5d75f3):_0x5d75f3=_0x3308bf,_0x5d75f3;}async function setServerConfig(_0x799844,_0x118472){const _0x4a977c={_0x5d910f:0x203,_0x565dfa:0x215,_0x558393:0x1f6,_0x33af90:0x4b0,_0xa3055c:0x4fa,_0x5ee0d2:0x4ad,_0x8c684a:0x509,_0x3ea8a6:0x4dc,_0x1f79d7:0x4d2,_0x30da27:0x4c6,_0xfb25e6:0x4f8,_0x2840c4:0x4ae,_0x2b9d1c:0x436,_0x5ed415:0x501,_0x4a8c72:0x603,_0x1ba237:0x586,_0x2abb37:0x28d,_0x2ce847:0x324,_0x1202e3:0x381,_0x204951:0x31b,_0x448697:0x523,_0x553b4d:0x47a,_0x50f183:0x45f,_0x27a3f7:0x543,_0x150320:0x2dc,_0x1a7c4a:0x21f,_0x32e1b1:0x293,_0x37e902:0x2fc,_0x2b04c0:0x2f7,_0x47df6a:0x24c,_0x271023:0x301,_0x3bebbc:0x5d0,_0xfb87a8:0x62d,_0xe7dd1c:0x4ce,_0x191dab:0x497,_0x153755:0x486,_0x49bf30:0x47b,_0x4162f1:0x4b1,_0x5e81ea:0x2de,_0x4ffba5:0x29d,_0x37e113:0x59f,_0x2a3df5:0x5e8,_0x521cb1:0x581,_0x12fbaf:0x49d,_0x2fdde8:0x240,_0x2d353c:0x285,_0x1f4fa7:0x2d0,_0x467a27:0x582,_0x236e6c:0x5c2,_0x2c7a8d:0x537,_0x2a4024:0x4fb,_0x25a935:0x50c,_0x21a557:0x590,_0x50a791:0x582,_0x160132:0x56b,_0x47a392:0x5c4,_0x497057:0x4fa,_0xdfbb74:0x49a,_0x3441ae:0x4de,_0x8960c7:0x4d7,_0x2887d6:0x467,_0x792d95:0x2b1,_0x137f55:0x58b,_0x20d771:0x1a2,_0x34d73c:0x2d6,_0x7240b4:0x252,_0x3afbc2:0x63b,_0x246d68:0x35e,_0x1f8cd5:0x2a3,_0x352a9d:0x2c2,_0x26cc91:0x326,_0x1963b3:0x181,_0x5a6f15:0x202,_0x424af7:0x55f,_0xdb3c06:0x606,_0x487fa9:0x670,_0x53664a:0x5bf,_0xa8a38e:0x530,_0x8be055:0x621,_0x7e5f73:0x46b,_0xb1e753:0x26f,_0x318fe5:0x5df,_0x2730a2:0x5f9,_0x15f576:0x25b,_0x4128d7:0x21a,_0x420862:0x56a,_0x4ae52f:0x5bd,_0x8ddcf1:0x244,_0x376eb5:0x21d,_0x45a2b9:0x4da,_0xa609aa:0x48e,_0x5adda8:0x4e1,_0x456a58:0x592,_0xb9acdb:0x51f,_0x290eea:0x274,_0x5f1b8d:0x590,_0x33d17a:0x5fe,_0x3a09d6:0x27a,_0x4ba8dd:0x4b4,_0x23dc45:0x562,_0x1550c3:0x55e,_0x309146:0x592,_0x2a7e31:0x4fa,_0x13d170:0x576,_0x145fe3:0x21a,_0x3986e4:0x26c,_0x205994:0x456,_0x2e57d4:0x4a3,_0x1dff37:0x527,_0x52e7c2:0x21b,_0x4db40d:0x242,_0x44a311:0x218,_0x5ac42c:0x266,_0x2aea9e:0x264,_0x29b98:0x35a,_0x12cd37:0x556,_0x5b91c4:0x537,_0x1232d0:0x503,_0x58d4c1:0x4ea,_0x321f7e:0x425,_0x5b842a:0x41a,_0x578415:0x370,_0x356f0d:0x287,_0x2dbfbb:0x379,_0xfc74fe:0x2d9,_0x88f44a:0x291,_0x114521:0x320,_0x117bc3:0x524,_0x58ccda:0x5a1,_0x25c5d6:0x1fd,_0x4a57e9:0x2ec,_0x5d8bee:0x5a2,_0x5041fc:0x533,_0xdf26c6:0x4fd,_0x3435d1:0x261,_0x18433b:0x21e,_0x47128c:0x514,_0x16f2af:0x4c6,_0x333a7e:0x32a,_0x4d0e1d:0x23f,_0x34f19b:0x2c9,_0x434815:0x247,_0x536521:0x4ca,_0x47327d:0x57b,_0x4af9da:0x29b,_0x2f3f77:0x2fd,_0x1cae94:0x32e,_0x19e0a6:0x4f4,_0x4ad303:0x58c,_0x297707:0x55d,_0x3ac639:0x526,_0x4dcac1:0x5c7,_0x448c4a:0x5a6,_0x2cdcfe:0x644,_0x4ac0e4:0x582,_0x388371:0x601,_0xd97160:0x4be,_0x30fd66:0x485,_0x22aa51:0x418},_0x44d03f={_0x55caa9:0x113,_0x17339f:0x15c},_0x2c5a9e={_0x27c388:0x83,_0x105e3a:0x115},_0xff37b7={'AxWay':_0x103739(_0x4a977c._0x5d910f,_0x4a977c._0x565dfa,_0x4a977c._0x558393,0x289)+'er-server\x20'+'config\x20get'+_0x4ae6d5(_0x4a977c._0x33af90,_0x4a977c._0xa3055c,0x515,0x53b),'NAsbQ':_0x4ae6d5(0x4f0,_0x4a977c._0x5ee0d2,_0x4a977c._0x8c684a,_0x4a977c._0x3ea8a6)+_0x4ae6d5(_0x4a977c._0x1f79d7,0x42d,0x471,0x426)+_0x4ae6d5(0x52c,0x540,0x50f,_0x4a977c._0x30da27)+_0x4ae6d5(0x5a3,0x5a5,_0x4a977c._0xfb25e6,0x54d)+_0x103739(0x1dc,0x2ab,0x265,0x27c)+_0x4ae6d5(_0x4a977c._0x2840c4,0x3ff,_0x4a977c._0x2b9d1c,_0x4a977c._0x5ed415),'QfczJ':_0x4ae6d5(0x5c2,_0x4a977c._0x4a8c72,_0x4a977c._0x1ba237,0x54f)+_0x103739(0x267,_0x4a977c._0x2abb37,0x342,0x2ef)+'g\x20set\x20code'+_0x103739(_0x4a977c._0x2ce847,0x352,_0x4a977c._0x1202e3,_0x4a977c._0x204951)+_0x4ae6d5(_0x4a977c._0x448697,0x5a5,0x54c,0x51c)+_0x4ae6d5(_0x4a977c._0x553b4d,0x487,0x409,0x50c)+_0x4ae6d5(0x4dd,_0x4a977c._0x50f183,0x450,_0x4a977c._0x27a3f7),'HmOBB':function(_0x755386){return _0x755386();},'ifxTe':function(_0xa48fd6,_0x4d0fb3){return _0xa48fd6(_0x4d0fb3);},'BHRWk':'server_por'+'t','QBwXc':function(_0x331f13,_0x3fe211){return _0x331f13!==_0x3fe211;},'QXPPW':_0x103739(0x1c2,_0x4a977c._0x150320,_0x4a977c._0x1a7c4a,0x274),'hxoVH':function(_0x3cd4ba,_0xb3137e,_0xacbd10){return _0x3cd4ba(_0xb3137e,_0xacbd10);},'ZPCER':function(_0x556bfa,_0x26f743){return _0x556bfa(_0x26f743);},'IMbGK':function(_0x10bb43,_0x80d30b){return _0x10bb43<_0x80d30b;},'FmsNa':function(_0xfef7b0,_0x3d9690){return _0xfef7b0===_0x3d9690;},'lGryR':_0x103739(0x2b4,0x366,_0x4a977c._0x32e1b1,_0x4a977c._0x37e902),'wKmsE':_0x103739(0x2cb,_0x4a977c._0x2b04c0,0x284,_0x4a977c._0x47df6a)+_0x4ae6d5(0x507,0x4c0,0x485,0x521)+_0x103739(_0x4a977c._0x271023,0x355,0x298,0x327),'Ljiey':function(_0x417c8d,_0x516175){return _0x417c8d(_0x516175);},'IMkWD':function(_0x2d3523){return _0x2d3523();},'ZCVgk':_0x4ae6d5(0x5a1,0x62c,_0x4a977c._0x3bebbc,_0x4a977c._0xfb87a8)+_0x4ae6d5(_0x4a977c._0xe7dd1c,_0x4a977c._0x191dab,_0x4a977c._0x153755,_0x4a977c._0x49bf30),'GZgyr':_0x4ae6d5(_0x4a977c._0x4162f1,0x494,0x553,0x4a3),'IIVld':function(_0x45b3e0,_0x1ae964){return _0x45b3e0(_0x1ae964);},'ANhNZ':function(_0x1a19de,_0x2b9c89){return _0x1a19de===_0x2b9c89;},'LKdPU':'zaHVH','tSnWT':'OGScQ','DrELH':function(_0x4c43a6){return _0x4c43a6();},'GdaaB':'ssl_ca_pat'+'h','zdvVL':function(_0x2add99,_0x4e7fbc){return _0x2add99!==_0x4e7fbc;},'ENVgj':_0x103739(_0x4a977c._0x5e81ea,_0x4a977c._0x4ffba5,0x2fa,0x341),'GUySx':function(_0x139413,_0x4bfee7){return _0x139413(_0x4bfee7);},'JKZAw':function(_0x2969b2){return _0x2969b2();},'hdzIV':_0x4ae6d5(0x486,0x465,0x445,0x45b)+'y','jzxaR':_0x4ae6d5(_0x4a977c._0x37e113,0x5cf,0x63a,_0x4a977c._0x2a3df5),'vomAf':function(_0x535bdf,_0xbb133f){return _0x535bdf(_0xbb133f);},'pRyGk':function(_0x5c1af6){return _0x5c1af6();}};function _0x103739(_0x476546,_0x33ac09,_0x5b3703,_0x1ff21d){return _0xb48db4(_0x33ac09,_0x33ac09-0x19a,_0x1ff21d-_0x2c5a9e._0x27c388,_0x1ff21d-_0x2c5a9e._0x105e3a);}function _0x4ae6d5(_0x665972,_0x8fc999,_0x52d837,_0x1c37ed){return _0x3d2048(_0x665972- -0x15,_0x52d837,_0x52d837-_0x44d03f._0x55caa9,_0x1c37ed-_0x44d03f._0x17339f);}switch(_0x799844){case _0x4ae6d5(0x527,_0x4a977c._0x521cb1,0x4c3,_0x4a977c._0x12fbaf)+'p_path':{const _0x54e426=_0x8c45dd[_0x103739(0x265,_0x4a977c._0x2fdde8,_0x4a977c._0x2d353c,_0x4a977c._0x1f4fa7)](_0x118472);await _0xff37b7['ifxTe'](saveCoderSetupPath,_0x54e426),console[_0x4ae6d5(_0x4a977c._0x467a27,_0x4a977c._0x236e6c,0x579,_0x4a977c._0x2c7a8d)]('Set\x20'+_0x799844+_0x4ae6d5(0x4fa,_0x4a977c._0x2a4024,_0x4a977c._0x25a935,_0x4a977c._0x21a557)+_0x54e426),console[_0x4ae6d5(_0x4a977c._0x50a791,_0x4a977c._0x160132,_0x4a977c._0x47a392,_0x4a977c._0x497057)](_0x4ae6d5(0x4be,_0x4a977c._0xdfbb74,0x549,0x540)+':\x20'+_0xff37b7[_0x4ae6d5(0x50d,_0x4a977c._0x3441ae,0x537,_0x4a977c._0x8960c7)](getConfigPath));break;}case _0xff37b7[_0x4ae6d5(0x4d5,0x458,0x4cc,_0x4a977c._0x2887d6)]:{if(_0xff37b7['QBwXc'](_0xff37b7['QXPPW'],'zRtCH'))_0x340ce8[_0x4ae6d5(0x480,0x50e,0x4d7,0x45f)](_0x103739(0x2d8,0x30e,_0x4a977c._0x792d95,0x277)+_0x5831a4+(_0x4ae6d5(0x4f9,0x51a,_0x4a977c._0x137f55,0x59d)+'d\x20in\x20confi'+_0x103739(_0x4a977c._0x20d771,_0x4a977c._0x34d73c,0x230,_0x4a977c._0x7240b4))),_0x1d3bb7[_0x4ae6d5(0x5bf,0x56f,0x544,_0x4a977c._0x3afbc2)](0x1f78+0x1*-0x47+-0x1f30);else{const _0x4b1b1d=_0xff37b7['hxoVH'](parseInt,_0x118472,-0x1*0x1165+0x1763+-0xc*0x7f);(_0xff37b7[_0x103739(_0x4a977c._0x246d68,_0x4a977c._0x1f8cd5,_0x4a977c._0x352a9d,_0x4a977c._0x26cc91)](isNaN,_0x4b1b1d)||_0xff37b7['IMbGK'](_0x4b1b1d,-0x25*-0x2f+0x1a03+0x20cd*-0x1)||_0x4b1b1d>0x183b5*-0x1+0x6*0x21b4+0x1b97c)&&(_0xff37b7[_0x103739(0x2cf,_0x4a977c._0x1963b3,_0x4a977c._0x5a6f15,0x224)](_0xff37b7['lGryR'],_0x4ae6d5(_0x4a977c._0x424af7,0x531,0x4ae,_0x4a977c._0xdb3c06))?(console['error'](_0xff37b7[_0x4ae6d5(0x5ce,_0x4a977c._0x487fa9,0x621,_0x4a977c._0x53664a)]),process['exit'](0x1a3*0xc+0x22ef+-0x575*0xa)):(_0x207a8c['error'](_0xff37b7['AxWay']),_0x2eba88[_0x4ae6d5(_0x4a977c._0x53664a,0x5b9,_0x4a977c._0xa8a38e,_0x4a977c._0x8be055)](0xe42+-0x1*-0x9da+-0x1*0x181b)));await _0xff37b7['Ljiey'](saveServerPort,_0x4b1b1d),console['log'](_0x4ae6d5(0x514,0x512,0x50f,_0x4a977c._0x7e5f73)+_0x799844+_0x103739(0x308,0x24b,_0x4a977c._0xb1e753,0x297)+_0x4b1b1d),console[_0x4ae6d5(0x582,_0x4a977c._0x318fe5,0x5e0,_0x4a977c._0x2730a2)](_0x103739(_0x4a977c._0x7240b4,0x216,0x273,_0x4a977c._0x15f576)+':\x20'+_0xff37b7[_0x103739(0x1dc,0x2a3,_0x4a977c._0x4128d7,0x25c)](getConfigPath));break;}}case _0xff37b7[_0x4ae6d5(_0x4a977c._0x420862,0x524,0x5c4,_0x4a977c._0x4ae52f)]:{if(_0xff37b7[_0x103739(0x1a4,0x200,0x266,0x224)](_0xff37b7['GZgyr'],_0x103739(_0x4a977c._0x8ddcf1,0x2f8,0x25f,0x2e0)))_0x3ac24c[_0x103739(0x177,0x1bf,0x2aa,_0x4a977c._0x376eb5)](_0x4ae6d5(_0x4a977c._0x45a2b9,0x564,_0x4a977c._0xa609aa,0x46b)+_0x5ae777+('\x22\x20not\x20foun'+_0x4ae6d5(_0x4a977c._0x5adda8,0x443,_0x4a977c._0x456a58,_0x4a977c._0xb9acdb)+_0x103739(_0x4a977c._0x290eea,0x218,0x212,0x252))),_0x280f08[_0x4ae6d5(0x5bf,_0x4a977c._0x5f1b8d,0x607,_0x4a977c._0x33d17a)](0x1745+-0xd9*-0x17+-0x2ac3*0x1);else{const _0x4903fa=_0x8c45dd[_0x103739(0x381,0x312,_0x4a977c._0x3a09d6,0x2d0)](_0x118472);await _0xff37b7[_0x4ae6d5(0x55e,_0x4a977c._0x4ba8dd,0x5b8,0x534)](saveSslCertPath,_0x4903fa),console[_0x4ae6d5(0x582,_0x4a977c._0x23dc45,0x4fa,_0x4a977c._0x1550c3)](_0x4ae6d5(0x514,0x489,_0x4a977c._0x309146,0x5af)+_0x799844+_0x4ae6d5(_0x4a977c._0x2a7e31,_0x4a977c._0x13d170,0x498,0x4fd)+_0x4903fa),console['log']('\x20\x20Location'+':\x20'+_0xff37b7['IMkWD'](getConfigPath));break;}}case _0x103739(0x1be,0x23b,_0x4a977c._0x145fe3,_0x4a977c._0x3986e4)+'th':{if(_0xff37b7[_0x4ae6d5(0x48f,_0x4a977c._0x205994,_0x4a977c._0x2e57d4,0x3fb)](_0xff37b7['LKdPU'],_0xff37b7[_0x4ae6d5(0x478,0x3e5,_0x4a977c._0x1dff37,0x416)]))_0x205b84['log'](_0xff37b7[_0x103739(0x1e9,_0x4a977c._0x52e7c2,_0x4a977c._0x4db40d,0x286)]),_0x4bcf4f['log'](_0xff37b7[_0x103739(0x1dd,_0x4a977c._0x44a311,_0x4a977c._0x5ac42c,_0x4a977c._0x2aea9e)]);else{const _0x234a97=_0x8c45dd[_0x103739(0x2b9,0x380,0x2f6,0x2d0)](_0x118472);await saveSslKeyPath(_0x234a97),console['log'](_0x103739(0x243,_0x4a977c._0x29b98,0x282,_0x4a977c._0x792d95)+_0x799844+'\x20=\x20'+_0x234a97),console[_0x4ae6d5(_0x4a977c._0x467a27,_0x4a977c._0x12cd37,_0x4a977c._0x5b91c4,_0x4a977c._0x1232d0)](_0x4ae6d5(0x4be,_0x4a977c._0x58d4c1,0x517,_0x4a977c._0x321f7e)+':\x20'+_0xff37b7[_0x103739(_0x4a977c._0x5b842a,0x3d6,0x416,_0x4a977c._0x578415)](getConfigPath));break;}}case _0xff37b7[_0x103739(_0x4a977c._0x356f0d,0x2ff,_0x4a977c._0x2dbfbb,_0x4a977c._0xfc74fe)]:{if(_0xff37b7[_0x103739(0x271,_0x4a977c._0x88f44a,0x326,_0x4a977c._0x114521)](_0x4ae6d5(0x5a4,0x577,_0x4a977c._0x117bc3,_0x4a977c._0x58ccda),_0xff37b7[_0x103739(_0x4a977c._0x25c5d6,0x2ca,_0x4a977c._0x4a57e9,0x23b)]))_0xff37b7['HmOBB'](_0x56aae6),_0x5762f3[_0x4ae6d5(_0x4a977c._0x53664a,0x587,0x50f,_0x4a977c._0x5d8bee)](0x7c3+-0x1a64+0x12a2);else{const _0x5bbb95=_0x8c45dd[_0x4ae6d5(_0x4a977c._0x5041fc,_0x4a977c._0xdf26c6,0x4bb,0x49f)](_0x118472);await _0xff37b7[_0x103739(_0x4a977c._0x3435d1,0x251,0x243,_0x4a977c._0x18433b)](saveSslCaPath,_0x5bbb95),console['log'](_0x4ae6d5(_0x4a977c._0x47128c,0x512,_0x4a977c._0x16f2af,0x595)+_0x799844+_0x4ae6d5(0x4fa,_0x4a977c._0x50a791,0x59a,0x59b)+_0x5bbb95),console[_0x103739(0x2c2,_0x4a977c._0x333a7e,0x2fc,0x31f)](_0x103739(_0x4a977c._0x4d0e1d,_0x4a977c._0x34f19b,_0x4a977c._0x434815,0x25b)+':\x20'+_0xff37b7[_0x4ae6d5(_0x4a977c._0x536521,0x500,_0x4a977c._0x47327d,0x518)](getConfigPath));break;}}case _0xff37b7[_0x103739(_0x4a977c._0x4af9da,0x39c,_0x4a977c._0x2f3f77,_0x4a977c._0x1cae94)]:{const _0x5dc4c2=_0x118472===_0xff37b7[_0x4ae6d5(_0x4a977c._0x19e0a6,_0x4a977c._0x4ad303,_0x4a977c._0x297707,_0x4a977c._0x3ac639)]||_0x118472==='1';await _0xff37b7[_0x4ae6d5(_0x4a977c._0x4dcac1,0x60a,_0x4a977c._0x448c4a,_0x4a977c._0x2cdcfe)](saveTrustProxy,_0x5dc4c2),console[_0x4ae6d5(_0x4a977c._0x4ac0e4,0x542,0x5b9,0x57d)]('Set\x20'+_0x799844+'\x20=\x20'+_0x5dc4c2),console[_0x4ae6d5(0x582,_0x4a977c._0x388371,0x50b,0x505)](_0x4ae6d5(_0x4a977c._0xd97160,0x554,_0x4a977c._0x30fd66,_0x4a977c._0x22aa51)+':\x20'+_0xff37b7['pRyGk'](getConfigPath));break;}}}async function setSetupConfig(_0x94103d,_0x5c34ed){const _0x3a3d8c={_0x3f31cc:0x487,_0x2358b3:0x458,_0x1959e3:0x38a,_0x61909:0x3ac,_0x5bd0d2:0x34a,_0x2ac045:0x411,_0x392b87:0x3fa,_0x1100b9:0x37c,_0x1b28b2:0x40b,_0x281db0:0x398,_0x5afd5f:0x309,_0x327a83:0x39b,_0x44f1d0:0x3c8,_0x240251:0x3d2,_0x37ba2e:0x36c,_0xd7d802:0x35d,_0x1afdeb:0x2b8,_0x4bb69e:0x3a8,_0x5e52ee:0x333,_0x365433:0x3b6,_0x40935b:0x3ef,_0xc1aeda:0x326,_0x364350:0x331,_0x4763c9:0x32e,_0x11c210:0x354,_0x108bd2:0x2f2,_0x140d8f:0x318,_0x22f65d:0x3b9,_0x3f32d9:0x381,_0x4a4dd9:0x4ed,_0xb6a6db:0x4ce,_0x43e9b3:0x3f0,_0x197626:0x38a,_0x363d46:0x2b1,_0x374f5c:0x34d,_0x51ea58:0x474,_0x23d2b0:0x48f,_0x165d25:0x50c,_0x10af47:0x491,_0x311b1b:0x439,_0x24d442:0x3ff,_0x1d2a37:0x389,_0x5ea399:0x3e6,_0x2b21f9:0x371,_0x59d784:0x2c9,_0x22211d:0x255,_0x2ed28c:0x29f,_0x1a4ba4:0x3e6,_0x416819:0x4fb,_0x3d8b97:0x3fc,_0xe562e7:0x3a4,_0x1bafe4:0x3ea,_0x47e77c:0x2e4,_0x538241:0x37f,_0x159b44:0x391,_0x5a4ea6:0x445,_0x18771f:0x2d7,_0x235ac5:0x38d,_0x5715aa:0x30f,_0xf4137d:0x2d5,_0x2ec5c9:0x3b8,_0x175568:0x301,_0x531413:0x3d9,_0x3a2847:0x40d,_0x158d2c:0x4a8,_0x1004d5:0x4ba,_0x4d080c:0x4dd,_0x5e720a:0x488,_0x38ea0b:0x45b,_0x5772d7:0x35d,_0x17991c:0x408,_0x51b3d0:0x356,_0x48880e:0x344,_0x5daa2a:0x345,_0x103de6:0x3d5,_0x31e4f0:0x366,_0x15c856:0x34c,_0x181746:0x2cf,_0x2f445f:0x3f8,_0x4bae89:0x370,_0x46addd:0x330,_0x4ba750:0x3c3,_0x181011:0x4c9,_0x3dd7e6:0x2aa,_0x3c5151:0x2eb,_0x26582c:0x3de,_0x4be764:0x42c,_0x3dcf49:0x2d6,_0x559f96:0x43b,_0x5e1343:0x3f4,_0x4c7a33:0x3b5,_0x192ae9:0x4f0,_0x282627:0x483,_0x41e8bc:0x2dc,_0x4a1423:0x29f,_0x4f3010:0x4ac,_0x2eb557:0x422,_0x22b791:0x463,_0x31efae:0x3f5,_0x4e3572:0x42a,_0x13c835:0x3f5,_0x4b867b:0x33b,_0x25f1c1:0x3ec,_0x5c65cf:0x38f,_0x2dfc63:0x4f8,_0x17de81:0x34b,_0x18a804:0x407,_0x2089b3:0x3c5,_0xe9c79a:0x451,_0x3c9341:0x3f9,_0x3a7c5b:0x47a,_0x13c21c:0x4ce,_0x4eef2f:0x410,_0x54c589:0x334,_0x490aa4:0x35f,_0x2a2829:0x347,_0x56f37b:0x3b3,_0x8b5646:0x2ec,_0x265ba0:0x2ab,_0xebe1d0:0x307,_0x5de88c:0x3eb,_0xa73bb9:0x410,_0x47189a:0x416,_0x287d9c:0x4e8,_0x213b75:0x40a,_0x16358a:0x3cb},_0x4445cc={_0x3dbe3e:0x19b,_0xcc62a:0x12f},_0x104eea={_0x368c17:0x148},_0x37a4c6={'hdfny':function(_0x2a8e47){return _0x2a8e47();},'leomG':_0x559e16(0x3d2,0x424,_0x3a3d8c._0x3f31cc,_0x3a3d8c._0x2358b3),'YPEob':'Error:\x20Set'+_0x5261e4(_0x3a3d8c._0x1959e3,_0x3a3d8c._0x61909,_0x3a3d8c._0x5bd0d2,0x33e)+_0x559e16(_0x3a3d8c._0x2ac045,_0x3a3d8c._0x392b87,_0x3a3d8c._0x1100b9,0x396)+'ed','vOQGT':_0x5261e4(0x468,0x434,_0x3a3d8c._0x1b28b2,_0x3a3d8c._0x281db0)+_0x5261e4(0x316,_0x3a3d8c._0x5afd5f,_0x3a3d8c._0x327a83,0x308)+'g\x20set\x20code'+'r_setup_pa'+_0x5261e4(_0x3a3d8c._0x44f1d0,_0x3a3d8c._0x240251,_0x3a3d8c._0x37ba2e,0x3fe)+_0x559e16(_0x3a3d8c._0xd7d802,0x347,_0x3a3d8c._0x1afdeb,_0x3a3d8c._0x4bb69e)+_0x5261e4(_0x3a3d8c._0x5e52ee,0x2b0,0x326,0x35f),'rlwhh':_0x559e16(_0x3a3d8c._0x365433,0x3fc,0x40f,_0x3a3d8c._0x40935b),'llKSm':_0x5261e4(_0x3a3d8c._0xc1aeda,_0x3a3d8c._0x364350,_0x3a3d8c._0x4763c9,_0x3a3d8c._0x11c210),'bhDMG':function(_0x7287df,_0x45a200){return _0x7287df!==_0x45a200;},'SFAhj':function(_0x24ed21,_0x53b59c){return _0x24ed21!==_0x53b59c;},'BUrkB':'eCsIM','ImHzD':function(_0x53f54e,_0x177ad4){return _0x53f54e+_0x177ad4;},'RXepP':_0x5261e4(_0x3a3d8c._0x108bd2,_0x3a3d8c._0x140d8f,0x330,0x3c1)+_0x5261e4(0x28c,0x345,0x33e,0x2f6)+_0x5261e4(_0x3a3d8c._0x22f65d,0x3d6,_0x3a3d8c._0x3f32d9,0x34c)+_0x559e16(_0x3a3d8c._0x4a4dd9,0x460,_0x3a3d8c._0xb6a6db,_0x3a3d8c._0x43e9b3)+'ffect.'},_0x57c767=await _0x37a4c6[_0x5261e4(_0x3a3d8c._0x197626,0x3a9,0x2fd,_0x3a3d8c._0x363d46)](getCoderSetupPath);if(!_0x57c767){const _0x4a4f1a=_0x37a4c6['leomG']['split']('|');let _0x31ff5b=-0x1f1e+-0x1*-0x586+0x1d4*0xe;while(!![]){switch(_0x4a4f1a[_0x31ff5b++]){case'0':console[_0x559e16(0x3e5,_0x3a3d8c._0x374f5c,0x353,0x38b)](_0x37a4c6[_0x559e16(0x488,_0x3a3d8c._0x51ea58,_0x3a3d8c._0x23d2b0,_0x3a3d8c._0x165d25)]);continue;case'1':console['error'](_0x5261e4(_0x3a3d8c._0x10af47,_0x3a3d8c._0x311b1b,_0x3a3d8c._0x24d442,0x3ee)+_0x5261e4(_0x3a3d8c._0x1d2a37,_0x3a3d8c._0x5ea399,0x388,0x3c5)+'setup\x20path'+':');continue;case'2':console[_0x5261e4(_0x3a3d8c._0x2b21f9,0x36e,_0x3a3d8c._0x59d784,_0x3a3d8c._0x22211d)]('');continue;case'3':console[_0x5261e4(0x2a6,0x29f,0x2c9,_0x3a3d8c._0x2ed28c)](_0x37a4c6[_0x5261e4(_0x3a3d8c._0x197626,_0x3a3d8c._0x1a4ba4,0x40e,0x48f)]);continue;case'4':process[_0x559e16(0x4d2,0x48c,0x43e,_0x3a3d8c._0x416819)](-0x1509+0x602*-0x1+-0x4*-0x6c3);continue;}break;}}const _0x4d240a=_0x8c45dd[_0x5261e4(_0x3a3d8c._0x3d8b97,0x407,_0x3a3d8c._0xe562e7,_0x3a3d8c._0x1bafe4)](_0x57c767,_0x559e16(_0x3a3d8c._0x47e77c,_0x3a3d8c._0x538241,_0x3a3d8c._0x159b44,0x331));let _0x41d416;try{const _0x46fd09=await _0x14e879[_0x559e16(_0x3a3d8c._0x5a4ea6,0x3f7,0x39a,0x397)](_0x4d240a,_0x37a4c6[_0x5261e4(_0x3a3d8c._0x18771f,_0x3a3d8c._0x235ac5,_0x3a3d8c._0x5715aa,_0x3a3d8c._0xf4137d)]);_0x41d416=JSON[_0x5261e4(0x279,0x21f,0x2bc,0x35d)](_0x46fd09);}catch(_0x3dc929){_0x3dc929[_0x5261e4(_0x3a3d8c._0x2ec5c9,_0x3a3d8c._0x175568,0x3a3,_0x3a3d8c._0x531413)]===_0x37a4c6['llKSm']?_0x37a4c6[_0x559e16(0x3e0,_0x3a3d8c._0x3a2847,_0x3a3d8c._0x158d2c,0x3a6)](_0x559e16(0x432,0x49f,_0x3a3d8c._0x1004d5,_0x3a3d8c._0x4d080c),_0x559e16(0x4c5,_0x3a3d8c._0x5e720a,_0x3a3d8c._0x38ea0b,0x447))?(console['error'](_0x559e16(0x2f2,_0x3a3d8c._0x5772d7,0x3db,_0x3a3d8c._0x17991c)+_0x5261e4(_0x3a3d8c._0x51b3d0,_0x3a3d8c._0x48880e,_0x3a3d8c._0x5daa2a,_0x3a3d8c._0x103de6)+_0x5261e4(0x345,0x3c8,_0x3a3d8c._0x31e4f0,0x349)+'\x20'+_0x4d240a),console[_0x5261e4(0x250,_0x3a3d8c._0x15c856,0x2c9,_0x3a3d8c._0x181746)](_0x559e16(0x2e1,0x389,0x3b1,_0x3a3d8c._0x2f445f)+_0x5261e4(0x34c,0x41c,_0x3a3d8c._0x4bae89,_0x3a3d8c._0x46addd)+_0x559e16(_0x3a3d8c._0x4ba750,0x442,0x4e6,_0x3a3d8c._0x181011)+'nts\x20to\x20a\x20v'+_0x5261e4(_0x3a3d8c._0x3dd7e6,_0x3a3d8c._0x3c5151,0x2ec,0x37f)+_0x5261e4(_0x3a3d8c._0x26582c,0x3cb,0x369,0x406)+_0x559e16(0x31d,_0x3a3d8c._0x281db0,_0x3a3d8c._0x4be764,0x41d))):_0x4dfdf4[_0x559e16(0x325,0x34d,0x2cd,_0x3a3d8c._0x3dcf49)]('Error\x20read'+_0x5261e4(0x327,_0x3a3d8c._0x559f96,0x391,_0x3a3d8c._0x5e1343)+_0x559e16(0x3ab,_0x3a3d8c._0x4c7a33,0x424,0x31e)+_0x151d7a[_0x559e16(_0x3a3d8c._0x192ae9,0x478,0x4aa,_0x3a3d8c._0x282627)]):_0x37a4c6[_0x5261e4(0x238,_0x3a3d8c._0x363d46,_0x3a3d8c._0x41e8bc,_0x3a3d8c._0x4a1423)](_0x559e16(_0x3a3d8c._0x4f3010,_0x3a3d8c._0x2eb557,_0x3a3d8c._0x22b791,_0x3a3d8c._0x31efae),_0x37a4c6[_0x559e16(_0x3a3d8c._0x4e3572,_0x3a3d8c._0x13c835,0x438,0x3a8)])?(_0x246c84[_0x5261e4(0x2f5,0x27f,_0x3a3d8c._0x59d784,_0x3a3d8c._0x4b867b)]('Error:\x20'+_0x1d14d3[_0x5261e4(0x3c1,0x35c,0x3f4,0x3c7)]),_0x55dd74[_0x5261e4(0x3f8,_0x3a3d8c._0x25f1c1,0x408,_0x3a3d8c._0x5c65cf)](-0x9*-0x3df+0x1755*0x1+-0x1*0x3a2b)):console['error'](_0x559e16(0x4df,0x485,_0x3a3d8c._0x2dfc63,0x442)+'ing\x20setup.'+_0x559e16(_0x3a3d8c._0x17de81,0x3b5,_0x3a3d8c._0x18a804,_0x3a3d8c._0x2089b3)+_0x3dc929[_0x5261e4(0x360,0x424,0x3f4,0x39a)]),process[_0x5261e4(0x3cb,_0x3a3d8c._0xe9c79a,_0x3a3d8c._0x17991c,0x48b)](-0x529+0x1476+-0xf4c);}_0x41d416[_0x94103d]=_0x5c34ed,await _0x14e879[_0x559e16(_0x3a3d8c._0x3c9341,_0x3a3d8c._0x3a7c5b,_0x3a3d8c._0x13c21c,_0x3a3d8c._0x4eef2f)](_0x4d240a,_0x37a4c6[_0x5261e4(0x3bc,_0x3a3d8c._0x54c589,0x36f,0x35f)](JSON[_0x5261e4(0x383,0x42b,_0x3a3d8c._0x281db0,0x3d5)](_0x41d416,null,-0x44d+-0x1092+0x14e1),'\x0a'),_0x37a4c6[_0x559e16(_0x3a3d8c._0x490aa4,0x393,0x378,0x400)]),console[_0x5261e4(_0x3a3d8c._0x2a2829,0x337,0x3cb,_0x3a3d8c._0x56f37b)](_0x5261e4(0x3ea,_0x3a3d8c._0x8b5646,_0x3a3d8c._0xd7d802,0x2e5)+_0x94103d+_0x5261e4(_0x3a3d8c._0x265ba0,0x2e2,0x343,_0x3a3d8c._0xebe1d0)+_0x5c34ed),console[_0x559e16(_0x3a3d8c._0x5de88c,0x44f,_0x3a3d8c._0xa73bb9,0x454)]('\x20\x20Location'+':\x20'+_0x4d240a);function _0x559e16(_0x2065b6,_0x129b2b,_0x7cfa20,_0x5e3ef3){return _0x3d2048(_0x129b2b- -_0x104eea._0x368c17,_0x7cfa20,_0x7cfa20-0x197,_0x5e3ef3-0xf7);}function _0x5261e4(_0x2c0e78,_0x264f36,_0x18eef4,_0x46c798){return _0xb48db4(_0x264f36,_0x264f36-_0x4445cc._0x3dbe3e,_0x18eef4-_0x4445cc._0xcc62a,_0x46c798-0x33);}console[_0x559e16(_0x3a3d8c._0x47189a,0x44f,_0x3a3d8c._0x287d9c,0x39f)](''),console[_0x5261e4(_0x3a3d8c._0x1b28b2,_0x3a3d8c._0x213b75,_0x3a3d8c._0x16358a,0x475)](_0x37a4c6['RXepP']);}function _0x3d2048(_0x314bfe,_0x1dc4f8,_0x404117,_0x28faec){const _0x28f207={_0x4b9a5:0x3be};return _0x342c(_0x314bfe-_0x28f207._0x4b9a5,_0x1dc4f8);}async function getConfig(_0x1598e4){const _0x6bb239={_0x41f4e6:0x4f9,_0x1618da:0x508,_0x45f6c1:0xe0,_0x1dd811:0xbb,_0x1e9e85:0x15c,_0x54aa37:0x1bc,_0x45ad80:0x126,_0x31b2e3:0x158,_0x37d4e7:0x112,_0x363141:0x4dd,_0x21d6b8:0x52d,_0x49d46f:0x1dd,_0x31c32a:0x181,_0x42677c:0x534,_0x27b086:0x251,_0x2ea10f:0x108,_0x6bc674:0x163,_0x89cfb2:0x25a,_0x333105:0x14b,_0x35d5c1:0x138,_0x3a444e:0xde,_0x304415:0x12e,_0x125fe3:0x18c,_0x6f068c:0x563,_0x376959:0x5a6,_0x5ee20f:0x1c8,_0x27a289:0x4dd,_0x25f948:0x5cc,_0x47f706:0x10c,_0x4c1c0d:0xd7,_0x374b27:0x1b3,_0x38d053:0x180,_0x310686:0x1cf,_0x43223f:0x14b,_0x19efdd:0x543,_0x107606:0x5c5,_0x27ea89:0xe0,_0x4b70d9:0x1c5,_0x22b179:0x12c,_0x43d387:0x250,_0x34d883:0x1f8,_0x7a2c17:0x20b,_0x15ff98:0x1a5,_0xd26d34:0x265,_0x45b400:0x12a,_0x54ed15:0x1d6,_0x3598c0:0x1cd,_0x47c9ea:0x1d6,_0x6e8894:0x49e,_0x47097f:0x54f,_0x4ac40b:0x494,_0x226a23:0x488,_0x8ab901:0x563,_0x170777:0x548,_0x1018e9:0x5da,_0x3bc05c:0x62b,_0x56e7ba:0x628,_0x14390b:0x494,_0x1d87f7:0x408,_0x29e4c3:0x51d,_0x267dd0:0x1e2,_0x4c9609:0x5d3,_0x45a334:0x59c,_0x268905:0x567,_0x1fb96c:0x5fd,_0x364c06:0x4c3,_0xa8fa9a:0x538,_0x49cec4:0x589,_0x2104d8:0x154,_0xfbede7:0x4e3,_0x251cef:0x510,_0x5b93c1:0x4af,_0x573630:0x488,_0x2fe080:0x53c,_0x5f014e:0x515,_0x23e140:0x486,_0x7f9987:0x514,_0x753c70:0x5b3,_0x3a2ba6:0x4c8,_0x141fb1:0xc0,_0x1edaf3:0x180,_0x33d98e:0x256,_0x2c1460:0x268,_0x5d5e49:0x1d2,_0x364dbc:0x4d2,_0x2a1b93:0x5ef,_0x16f8f0:0x4e8,_0x1c2c0a:0x20d,_0x2cb8ad:0x17d,_0x35c217:0x571,_0x526b29:0x143,_0x3c4284:0x178,_0x186180:0x68,_0x55e043:0xf6,_0x5cd495:0xe1,_0x968683:0x159,_0x174b46:0xf6,_0x383b0e:0x18f,_0x1de4c9:0x243,_0x259df7:0x1e1,_0xeee28f:0x19b,_0x2bfb8c:0x50c,_0x1a4726:0x550,_0x9ab575:0x5e,_0x14e95d:0x10b,_0x39eec4:0x167,_0x5c2a91:0x116,_0x2f6a59:0x190,_0x5238aa:0x135,_0x356fba:0xcd,_0x36bd32:0x25,_0x4b15b0:0x58f,_0x179543:0x62e,_0x4c29a8:0x5ee,_0x1ea164:0x499,_0x3b0cf9:0x1cd,_0x2d491a:0x156,_0x478b73:0x1f3,_0x3e3737:0x1ef,_0x6ecc4f:0x557,_0x4ee1be:0x56c,_0x7422bd:0x634,_0x3d157e:0x11e,_0x3393b4:0x549,_0x3bb0d8:0x57e,_0x3e996d:0x1e8,_0x44b5d4:0x4a4,_0x455968:0x4b6,_0x3a2018:0x1f9,_0xa17068:0x15b,_0x1571be:0x4d6,_0x5c543b:0x516,_0x4762d7:0x10d,_0x14540c:0x5bf,_0x3f5a1f:0x52e,_0x2639bb:0x21,_0x1ecb3a:0x56e,_0x4914ec:0x5bc,_0x1dfb25:0x4de,_0xc7b390:0x549,_0x239d80:0x237,_0x45462c:0x1e8,_0x474d7d:0x183,_0x4cd7cd:0x4e1,_0x3c1b65:0x15b,_0x3442a2:0x4f9,_0x2cdf1e:0x5cc,_0x2d0c84:0x5b9,_0x9b0d82:0x606,_0x107920:0x4f2,_0x26d554:0x4d1,_0x24db68:0x524,_0x5bef2f:0x5f6,_0x5aad33:0x596,_0x53938b:0x607,_0x192bdc:0x5cd,_0x7051b1:0x552,_0x1c3ae9:0x1af,_0x8ffe0a:0x297,_0x407d84:0x4ee,_0x1f9e54:0x453,_0x1d6818:0x19e,_0x48c2b2:0x108,_0x206df6:0x17f,_0x398346:0x1c4,_0xa1833a:0x197,_0x4f1220:0x147,_0x59d055:0x4c9,_0x44a4b9:0x4d5,_0x2d01ab:0x425,_0x2a27a4:0x5a9,_0x1cdf18:0x563,_0x26c024:0x47e,_0x5dff11:0x144,_0xeb51a6:0x1b2,_0x579c4a:0x5d3,_0x1ffce8:0x541,_0x1629d3:0x573},_0x2cc9be={_0x1cd463:0xb8,_0xa69101:0x392},_0x2fc423={_0x525689:0x9a};function _0x100d2f(_0x1256e8,_0x597db6,_0x3274fc,_0x1339cc){return _0xb48db4(_0x1339cc,_0x597db6-_0x2fc423._0x525689,_0x1256e8-0x2fa,_0x1339cc-0x48);}const _0x192729={'TQQhk':function(_0x55e512,_0x1ea63e){return _0x55e512===_0x1ea63e;},'MxMAX':_0x100d2f(_0x6bb239._0x41f4e6,_0x6bb239._0x1618da,0x51f,0x55a),'OmFxV':_0x140700(-0x1cf,-0x1fc,-0x18e,-_0x6bb239._0x45f6c1)+_0x140700(-0xaf,-0xfb,-_0x6bb239._0x1dd811,-_0x6bb239._0x1e9e85)+'d)','RjtgT':function(_0x2a0c24,_0xb691c2){return _0x2a0c24===_0xb691c2;},'EVWcp':_0x140700(-0x1e0,-0x1fb,-_0x6bb239._0x54aa37,-_0x6bb239._0x45ad80)+_0x140700(-_0x6bb239._0x31b2e3,-_0x6bb239._0x37d4e7,-0x151,-0x197)+'p_path\x20poi'+_0x100d2f(0x527,_0x6bb239._0x363141,0x4a1,_0x6bb239._0x21d6b8)+_0x140700(-_0x6bb239._0x49d46f,-0x163,-0x1d5,-_0x6bb239._0x31c32a)+_0x100d2f(_0x6bb239._0x42677c,0x534,0x4e2,0x555)+_0x140700(-0x16c,-_0x6bb239._0x27b086,-0x1ad,-0x1ac),'slUDK':'Run\x20\x22coder'+_0x140700(-_0x6bb239._0x2ea10f,-_0x6bb239._0x6bc674,-0x18a,-0x125)+'nfig\x22\x20for\x20'+_0x140700(-_0x6bb239._0x89cfb2,-_0x6bb239._0x333105,-0x1c5,-_0x6bb239._0x35d5c1)+'available\x20'+_0x140700(-_0x6bb239._0x3a444e,-0xad,-_0x6bb239._0x304415,-0x16b),'oZkSs':_0x140700(-0x1aa,-0x1d6,-_0x6bb239._0x125fe3,-0xfb)+_0x100d2f(0x5af,_0x6bb239._0x6f068c,0x59e,_0x6bb239._0x376959)+'config\x20get'+_0x140700(-0x220,-0x243,-_0x6bb239._0x5ee20f,-0x176),'rHUfw':function(_0x3008a0,_0x497aae){return _0x3008a0&&_0x497aae;},'uQQLK':_0x100d2f(0x53b,_0x6bb239._0x27a289,_0x6bb239._0x25f948,0x53a)+'p_path','NVIdf':function(_0x420e9f){return _0x420e9f();},'BQKKf':_0x140700(-_0x6bb239._0x47f706,-0x4c,-_0x6bb239._0x4c1c0d,-_0x6bb239._0x37d4e7)+_0x100d2f(0x4e2,0x45d,0x590,0x4ff),'ffCeh':_0x140700(-_0x6bb239._0x374b27,-_0x6bb239._0x38d053,-0x1fd,-0x1e7)+'h','LdEBI':'trust_prox'+'y','FOVrS':function(_0x421700){return _0x421700();},'YtgvN':function(_0x2498af){return _0x2498af();},'HYGaQ':function(_0xcc1c17,_0x4c1337){return _0xcc1c17===_0x4c1337;},'lzmtr':'ZLwKh','rRGMm':_0x140700(-0x207,-0x268,-_0x6bb239._0x310686,-0x207)+'up\x20path\x20no'+'t\x20configur'+'ed','tWUQh':_0x140700(-0x17d,-_0x6bb239._0x43223f,-0x1c6,-0x16e),'xIXYt':_0x100d2f(_0x6bb239._0x19efdd,_0x6bb239._0x107606,0x506,0x4b4),'JsxOA':function(_0x34c1eb,_0x3f5dca){return _0x34c1eb===_0x3f5dca;},'iaEfF':'sKSfG','pOShJ':function(_0x444555,_0x614d20){return _0x444555!==_0x614d20;},'zEjky':function(_0x407adc,_0x32e237){return _0x407adc===_0x32e237;},'kzdeg':_0x140700(-_0x6bb239._0x27ea89,-_0x6bb239._0x4b70d9,-_0x6bb239._0x22b179,-0x1af)};!_0x1598e4&&(console[_0x140700(-0x277,-_0x6bb239._0x43d387,-_0x6bb239._0x34d883,-0x1a1)](_0x192729[_0x140700(-_0x6bb239._0x7a2c17,-0x1cc,-_0x6bb239._0x15ff98,-0x1f8)]),process['exit'](0xa67*-0x2+0x1ee3+0x285*-0x4));const _0x4f6245=SERVER_CONFIG_KEYS[_0x140700(-_0x6bb239._0xd26d34,-_0x6bb239._0x45b400,-_0x6bb239._0x54ed15,-_0x6bb239._0x3598c0)](_0x1598e4);function _0x140700(_0x470e55,_0x5dcf86,_0x5c3152,_0x4d332b){return _0xb48db4(_0x4d332b,_0x5dcf86-_0x2cc9be._0x1cd463,_0x5c3152- -_0x2cc9be._0xa69101,_0x4d332b-0x33);}const _0x5c1ae8=SETUP_JSON_KEYS[_0x140700(-0x1be,-0x1a9,-_0x6bb239._0x47c9ea,-0x17f)](_0x1598e4);_0x192729[_0x100d2f(0x4be,0x47b,_0x6bb239._0x6e8894,_0x6bb239._0x47097f)](!_0x4f6245,!_0x5c1ae8)&&(console[_0x100d2f(_0x6bb239._0x4ac40b,0x4f1,_0x6bb239._0x226a23,0x4e6)](_0x100d2f(0x503,_0x6bb239._0x8ab901,_0x6bb239._0x170777,0x524)+'nfiguratio'+_0x100d2f(_0x6bb239._0x1018e9,0x535,_0x6bb239._0x3bc05c,_0x6bb239._0x56e7ba)+_0x1598e4),console[_0x100d2f(_0x6bb239._0x14390b,_0x6bb239._0x1d87f7,_0x6bb239._0x29e4c3,0x44c)](_0x192729[_0x140700(-0xde,-_0x6bb239._0x267dd0,-0x144,-0x1e3)]),process[_0x100d2f(_0x6bb239._0x4c9609,_0x6bb239._0x45a334,0x65e,0x564)](0x14bc*-0x1+0x115e+-0x35f*-0x1));let _0x14cd3e;if(_0x4f6245)switch(_0x1598e4){case _0x192729['uQQLK']:_0x14cd3e=await getCoderSetupPath();break;case _0x100d2f(_0x6bb239._0x268905,0x5c2,_0x6bb239._0x1fb96c,_0x6bb239._0x364c06)+'t':_0x14cd3e=await _0x192729[_0x100d2f(_0x6bb239._0xa8fa9a,0x4d2,_0x6bb239._0x49cec4,0x53c)](getServerPort);break;case _0x192729['BQKKf']:_0x14cd3e=await _0x192729[_0x140700(-0x1b8,-0x10d,-_0x6bb239._0x2104d8,-0x1fe)](getSslCertPath);break;case _0x100d2f(_0x6bb239._0xfbede7,_0x6bb239._0x251cef,_0x6bb239._0x5b93c1,_0x6bb239._0x573630)+'th':_0x14cd3e=await _0x192729[_0x100d2f(0x538,_0x6bb239._0x2fe080,_0x6bb239._0x5f014e,_0x6bb239._0x23e140)](getSslKeyPath);break;case _0x192729[_0x100d2f(_0x6bb239._0x7f9987,_0x6bb239._0x753c70,0x56f,_0x6bb239._0x3a2ba6)]:_0x14cd3e=await getSslCaPath();break;case _0x192729['LdEBI']:_0x14cd3e=await _0x192729['FOVrS'](getTrustProxy);break;}else{if(_0x5c1ae8){const _0x4ce7de=await _0x192729[_0x140700(-_0x6bb239._0x141fb1,-_0x6bb239._0x1edaf3,-0x161,-0xcd)](getCoderSetupPath);!_0x4ce7de&&(_0x192729[_0x140700(-_0x6bb239._0x33d98e,-_0x6bb239._0x2c1460,-_0x6bb239._0x5d5e49,-0x19e)](_0x192729[_0x100d2f(0x559,_0x6bb239._0x364dbc,0x4d6,_0x6bb239._0x2a1b93)],_0x192729['lzmtr'])?(console[_0x100d2f(_0x6bb239._0x4ac40b,_0x6bb239._0x16f8f0,0x4ba,_0x6bb239._0x7f9987)](_0x192729[_0x140700(-0x1d1,-_0x6bb239._0x1c2c0a,-_0x6bb239._0x2cb8ad,-0x228)]),process[_0x100d2f(0x5d3,0x5c3,_0x6bb239._0x35c217,0x61f)](0x3d2+-0x33d+0x4*-0x25)):_0x192729[_0x100d2f(0x5de,0x533,0x5c4,0x593)](_0x288095['code'],_0x192729[_0x140700(-0x174,-0x17d,-_0x6bb239._0x526b29,-_0x6bb239._0x3c4284)])?(_0x1c28ab[_0x140700(-0x154,-_0x6bb239._0x186180,-_0x6bb239._0x55e043,-0x6f)](_0x192729[_0x140700(-_0x6bb239._0x5cd495,-_0x6bb239._0x968683,-0x127,-0xfe)]),_0x37f436[_0x140700(-0x11f,-0xd5,-0xf6,-0xef)](''),_0x16e64f[_0x140700(-0x195,-0x12a,-_0x6bb239._0x174b46,-0x10c)](_0x140700(-_0x6bb239._0x383b0e,-_0x6bb239._0x1de4c9,-_0x6bb239._0x259df7,-_0x6bb239._0xeee28f)+_0x100d2f(0x54e,_0x6bb239._0x2bfb8c,0x5a6,_0x6bb239._0x1a4726)+_0x406b6f)):_0x3cff3a[_0x140700(-_0x6bb239._0x9ab575,-0xc0,-0xf6,-_0x6bb239._0x14e95d)](_0x140700(-_0x6bb239._0x39eec4,-_0x6bb239._0x5c2a91,-_0x6bb239._0x141fb1,-0xff)+'ing\x20setup.'+_0x140700(-0x180,-0x1b9,-_0x6bb239._0x2f6a59,-_0x6bb239._0x5238aa)+_0x1e687f[_0x140700(-0x65,-0x43,-_0x6bb239._0x356fba,-_0x6bb239._0x36bd32)]));const _0x35ca38=_0x8c45dd[_0x100d2f(0x56f,0x59b,0x594,0x50f)](_0x4ce7de,_0x192729[_0x100d2f(_0x6bb239._0x4b15b0,0x5b2,0x625,_0x6bb239._0x179543)]);try{const _0x5b2ce6=await _0x14e879[_0x100d2f(0x53e,_0x6bb239._0x4c29a8,_0x6bb239._0x1ea164,0x54d)](_0x35ca38,_0x192729[_0x140700(-0xec,-_0x6bb239._0x3b0cf9,-_0x6bb239._0x31c32a,-0x162)]),_0x3c825d=JSON['parse'](_0x5b2ce6);_0x14cd3e=_0x3c825d[_0x1598e4];}catch(_0x30927f){_0x192729[_0x140700(-_0x6bb239._0x2d491a,-_0x6bb239._0x478b73,-_0x6bb239._0x3e3737,-0x193)](_0x192729[_0x100d2f(0x593,_0x6bb239._0x6ecc4f,_0x6bb239._0x4ee1be,_0x6bb239._0x7422bd)],_0x192729['iaEfF'])?(_0x30927f[_0x140700(-_0x6bb239._0x5238aa,-_0x6bb239._0x2f6a59,-_0x6bb239._0x3d157e,-0xbd)]===_0x192729[_0x100d2f(_0x6bb239._0x3393b4,0x4a2,0x5a7,_0x6bb239._0x3bb0d8)]?console[_0x140700(-0x179,-0x185,-0x1f8,-0x226)](_0x140700(-0x1da,-0x298,-_0x6bb239._0x3e996d,-0x1bc)+_0x100d2f(0x510,0x57e,_0x6bb239._0x44b5d4,_0x6bb239._0x455968)+_0x140700(-_0x6bb239._0x3a2018,-0xf6,-_0x6bb239._0xa17068,-0x195)+'\x20'+_0x35ca38):console[_0x100d2f(0x494,_0x6bb239._0x1571be,_0x6bb239._0x5c543b,0x44d)]('Error\x20read'+_0x140700(-_0x6bb239._0x4762d7,-0x110,-0x130,-0x19b)+'json:\x20'+_0x30927f[_0x100d2f(_0x6bb239._0x14540c,_0x6bb239._0x14540c,0x578,_0x6bb239._0x3f5a1f)]),process['exit'](-0x67*-0x3c+-0xaa1*0x3+0x7c0)):(_0x192729[_0x140700(-0xb9,-0xaa,-0xce,-_0x6bb239._0x2639bb)](_0x1fde0b[_0x100d2f(_0x6bb239._0x1ecb3a,0x4f2,_0x6bb239._0x4914ec,_0x6bb239._0x1dfb25)],_0x192729[_0x100d2f(_0x6bb239._0xc7b390,0x5d9,0x5c3,0x4b8)])?(_0x57a11f['error'](_0x140700(-_0x6bb239._0x5ee20f,-_0x6bb239._0x239d80,-_0x6bb239._0x45462c,-_0x6bb239._0x474d7d)+_0x100d2f(_0x6bb239._0x251cef,0x56a,_0x6bb239._0x4cd7cd,0x4e9)+_0x140700(-0x161,-0x16f,-_0x6bb239._0x3c1b65,-0xe2)+'\x20'+_0x1c5427),_0x4852dd['error'](_0x192729['EVWcp'])):_0x127834[_0x100d2f(0x494,_0x6bb239._0x3442a2,0x3ec,0x4f2)](_0x100d2f(_0x6bb239._0x2cdf1e,_0x6bb239._0x2d0c84,_0x6bb239._0x42677c,_0x6bb239._0x9b0d82)+_0x100d2f(0x55c,0x592,_0x6bb239._0x107920,0x551)+_0x100d2f(0x4fc,_0x6bb239._0x26d554,_0x6bb239._0x24db68,0x4c0)+_0x59d17c[_0x100d2f(0x5bf,0x55a,0x61e,_0x6bb239._0x5bef2f)]),_0x2d7f47[_0x140700(-_0x6bb239._0x1dd811,-0x8,-0xb9,-0x155)](0xe68*0x1+0x1605+-0x91b*0x4));}}}_0x192729['pOShJ'](_0x14cd3e,undefined)?console[_0x100d2f(_0x6bb239._0x5aad33,0x57a,0x5fd,_0x6bb239._0x53938b)](_0x14cd3e):_0x192729['zEjky'](_0x192729['kzdeg'],_0x192729[_0x100d2f(_0x6bb239._0x192bdc,0x608,_0x6bb239._0x7051b1,0x5b5)])?(console[_0x140700(-_0x6bb239._0x1c3ae9,-0x1e6,-_0x6bb239._0x34d883,-_0x6bb239._0x8ffe0a)](_0x100d2f(_0x6bb239._0x407d84,0x476,_0x6bb239._0x1f9e54,0x52a)+_0x1598e4+(_0x140700(-_0x6bb239._0x1d6818,-_0x6bb239._0x48c2b2,-_0x6bb239._0x206df6,-0x184)+_0x140700(-_0x6bb239._0x398346,-0x222,-_0x6bb239._0xa1833a,-_0x6bb239._0x4f1220)+_0x100d2f(_0x6bb239._0x59d055,0x454,0x4f2,_0x6bb239._0x44a4b9))),process['exit'](0x3e6*0x2+0x1*0x13cc+-0x1b97)):(_0x3976b2[_0x100d2f(0x494,0x528,0x433,_0x6bb239._0x2d01ab)]('Unknown\x20co'+_0x140700(-0x252,-0x25b,-0x1be,-0x14f)+_0x100d2f(0x5da,_0x6bb239._0x2a27a4,_0x6bb239._0x1cdf18,0x617)+_0x19f2bd),_0x2e6b5d[_0x100d2f(0x494,0x517,0x48b,_0x6bb239._0x26c024)](_0x192729[_0x140700(-0x140,-0x153,-_0x6bb239._0x5dff11,-_0x6bb239._0xeb51a6)]),_0x4837a0[_0x100d2f(_0x6bb239._0x579c4a,0x5b9,_0x6bb239._0x1ffce8,_0x6bb239._0x1629d3)](-0xd01*0x1+-0x224c+-0x4bb*-0xa));}function _0xb48db4(_0x2e72a2,_0x421b9b,_0x61c461,_0xb0f328){const _0x5d2e23={_0x59dd7d:0xc3};return _0x342c(_0x61c461-_0x5d2e23._0x59dd7d,_0x2e72a2);}async function removeConfig(_0xb087e0){const _0x4d2eff={_0x3a0d12:0x3bc,_0x2e1a24:0x137,_0xbfbbf2:0x132,_0x398870:0x432,_0x1f2d77:0x3a3,_0x4f506a:0x3ab,_0x26ae63:0x3c3,_0x4c4c4e:0xc8,_0xb39f4f:0xb5,_0x23721e:0xea,_0x58621d:0x3ee,_0x3ef31c:0x44b,_0x39797d:0x151,_0x5c54bc:0x10d,_0xdfeb58:0x164,_0x30cabd:0x195,_0x4f5174:0x320,_0x331794:0x412,_0x369b90:0x41d,_0x532f2:0x4c4,_0x5227ed:0x4c5,_0x55d808:0x45f,_0xd17de5:0x3ec,_0x2350d9:0x3eb,_0x3fe7cf:0x44d,_0x435be1:0x4b5,_0xa1f83e:0x42b,_0xbcd9ab:0x140,_0x24a1ff:0x1be,_0x427f75:0x11b,_0x4c0183:0x187,_0x59765a:0x434,_0x91a1c3:0x412,_0x1f31bd:0x453,_0x22eb4f:0x112,_0x4fd0a9:0x1c0,_0x5325c7:0x3fb,_0x43131e:0x40f,_0x3da5cd:0x3e6,_0x581a79:0x333,_0x121e4d:0x3c6,_0x50c946:0x3cf,_0x5e1cd6:0xa5,_0x3d7925:0x9a,_0x123b8b:0x337,_0xf03184:0x3b5,_0x356185:0x386,_0x27e5cb:0x30d,_0x12c7be:0x53,_0x563ccd:0x472,_0x10f06c:0x49b,_0x1a9f23:0x364,_0x21c157:0x35a,_0x49690e:0x3b2,_0x38525c:0x425,_0x54b12f:0xc0,_0x805b43:0x19f,_0x5eb571:0x1ed,_0x39b52b:0x161,_0x53975f:0x5d,_0xdbaa6:0x104,_0x18e093:0x1a8,_0x29a5b9:0x12f,_0x5b0a8d:0x1db,_0x45ad1b:0x168,_0x4f7001:0x380,_0x1cefa2:0x3a3,_0x568996:0x1ae,_0x5a3713:0x7,_0x1f040e:0x16e,_0x37c307:0xc9,_0x2ad59e:0x1a2,_0x421592:0x1e5,_0x4f0c42:0x112,_0x268de9:0x7e,_0x149327:0xc6,_0x415463:0x115,_0x2c39cb:0x45a,_0x546baa:0x34c,_0x361315:0x169,_0x423f50:0x27b,_0x11a534:0x26c,_0x27f336:0x1de,_0x248959:0x3a2,_0x574c2a:0x2f9,_0xbba237:0x1b,_0x18a42f:0x49,_0x1cdfcf:0x9f,_0x139acd:0x3e4,_0x3d2bc2:0x284,_0x1e5446:0x167,_0x19caaf:0x8,_0x367e70:0x12f,_0x32b090:0x9e,_0x81e270:0x355,_0x319a7c:0xe0,_0x845cac:0x3b6,_0x15c591:0x383,_0x1cbe96:0x372,_0x195e49:0x350,_0x11582d:0x520,_0x4c587c:0x482,_0x5daea1:0x547,_0xe001f:0x446,_0x29596e:0x1d6,_0xd4aa8f:0x1da,_0x2950ba:0xd2,_0x4391f9:0x160,_0x3fcf98:0x49d,_0x54e0a4:0x16a,_0x250204:0x3df,_0x3a83ca:0x12a,_0x1e7e2d:0x229,_0x589201:0xfe,_0xa7ed7d:0x1bb,_0x5f38a5:0x18a,_0x3f4e81:0x4b4,_0x3d766d:0x401,_0x1db413:0x4fe,_0x3cf705:0x3be,_0x741f11:0x3d0,_0xd8f30f:0x3c,_0x3fae4f:0xcc,_0xcbab3c:0x183,_0x21083a:0x175,_0x5eedc0:0x185,_0x27d8c5:0x12b,_0x508282:0x1b4,_0x3c605d:0x4a7,_0x2b8aee:0x466,_0x38cc43:0x125,_0xa44f16:0x1fd,_0x597ca1:0x17b,_0xfa701:0xdd,_0x5adabf:0x196,_0x38a9be:0x27d,_0x2fa62e:0x21a,_0x3926bb:0x1ef,_0x5d7da2:0x183,_0xfad083:0x1ab,_0x13ab2d:0x10c,_0x380ac1:0x418,_0x467d95:0x40b,_0x480137:0x15b,_0x1efb52:0x120,_0x29f39c:0x33a,_0x44a723:0x489,_0x267339:0x4b3,_0x4c09bf:0x3ef,_0x4bb292:0x4b6,_0x51fb43:0x11f,_0x25c92a:0xcf,_0x4b4201:0xcc,_0x5ab263:0x1af,_0x21f55e:0xde,_0x463405:0x178,_0x50ffe0:0x124,_0x406a0d:0xaf,_0x31ec9f:0x466,_0x32a03e:0x3fc,_0x6f3df7:0x397,_0x39692f:0x4bf,_0x5f3793:0x41d,_0x502107:0x164,_0x3ea2ee:0x1b6,_0x4ea645:0x2f1,_0x382253:0x2e9,_0x56478e:0x3d1,_0x4ff906:0x41d,_0x2620ab:0x3ec,_0x3a06e5:0x2f4,_0x48fdfe:0x1d,_0x441114:0xf,_0x1e7268:0x3a3,_0x24e67b:0x362,_0x5a13a8:0x387,_0x4e5a0c:0x374,_0x3bc8ae:0x3e2,_0x28c5c3:0x1cc,_0x26fd56:0x1b8,_0x319fee:0x10c,_0x4052fe:0x1ae,_0x556445:0xa4,_0x114ee5:0x107,_0x36cd32:0x276,_0x28cb95:0x210,_0x139c64:0x1a3,_0x262a28:0x31a,_0x3a1f99:0x32d,_0x1b522f:0x38d,_0x3ca0de:0x344,_0x184256:0x8f,_0x537a36:0x92,_0x3e23fe:0x6d,_0x59afdb:0x45e,_0x2f89c9:0x4c6,_0x14d1d6:0x6b,_0x3e53e5:0x9f,_0x9e871f:0x40d,_0x570219:0x442,_0x418a89:0x46a,_0x5a4c59:0x375,_0x546678:0x46c,_0x26af38:0x162,_0x9ca6c8:0x12e,_0x20c09b:0x100,_0x3258af:0x45c,_0x17f9c0:0x373,_0x10a664:0x305,_0xcde3ec:0x25b,_0x1b95a1:0x14d,_0x49c3e1:0x44a,_0x35cdb3:0x44f,_0x371eff:0x1c1,_0x236e70:0xd7,_0x3dec86:0x77,_0x47191c:0x89,_0x176ca8:0x24c,_0x44be52:0x1e3},_0x3744a1={_0x31a75d:0x1b5},_0x1cd094={_0x175ce0:0x3f6,_0x190275:0x5c,_0x374823:0x1cd},_0x13569f={'NWZFg':_0x1f9f95(0x40b,0x38a,_0x4d2eff._0x3a0d12,0x3b3)+'coder_setu'+'p_path\x20poi'+_0x58b35c(0x124,_0x4d2eff._0x2e1a24,0x12b,_0x4d2eff._0xbfbbf2)+_0x1f9f95(0x401,_0x4d2eff._0x398870,_0x4d2eff._0x1f2d77,0x3e2)+_0x1f9f95(_0x4d2eff._0x4f506a,0x4c9,0x420,_0x4d2eff._0x26ae63)+_0x58b35c(_0x4d2eff._0x4c4c4e,_0x4d2eff._0xb39f4f,0x86,_0x4d2eff._0x23721e),'ehdpJ':_0x1f9f95(0x447,_0x4d2eff._0x58621d,0x3f6,_0x4d2eff._0x3ef31c)+_0x58b35c(0xb3,_0x4d2eff._0x39797d,0x16e,_0x4d2eff._0x5c54bc)+_0x58b35c(0x1e5,_0x4d2eff._0xdfeb58,0x1f3,_0x4d2eff._0x30cabd)+_0x1f9f95(0x426,0x459,0x3b3,_0x4d2eff._0x4f5174)+_0x1f9f95(_0x4d2eff._0x331794,0x32d,0x3b7,0x352)+_0x1f9f95(_0x4d2eff._0x369b90,_0x4d2eff._0x532f2,0x44a,_0x4d2eff._0x5227ed),'RtqiK':function(_0x36f860,_0xb145f8){return _0x36f860!==_0xb145f8;},'Yuiwr':'WKygC','PhXrv':_0x1f9f95(0x362,_0x4d2eff._0x55d808,_0x4d2eff._0xd17de5,_0x4d2eff._0x2350d9)+_0x1f9f95(0x4d9,0x4aa,0x49b,0x4fb)+_0x1f9f95(_0x4d2eff._0x3fe7cf,0x4c2,_0x4d2eff._0x435be1,_0x4d2eff._0xa1f83e)+_0x58b35c(_0x4d2eff._0xbcd9ab,_0x4d2eff._0x24a1ff,_0x4d2eff._0x427f75,_0x4d2eff._0x4c0183),'CWeyV':function(_0x5d96ac,_0x307915){return _0x5d96ac&&_0x307915;},'RiKIl':'coder_setu'+_0x1f9f95(_0x4d2eff._0x59765a,0x44c,_0x4d2eff._0x91a1c3,0x3ba),'Zhxuq':function(_0x4e7d9d,_0x546809){return _0x4e7d9d(_0x546809);},'oiMTy':_0x1f9f95(0x3f3,0x3f2,_0x4d2eff._0x1f31bd,0x4eb)+'t','aPNeD':_0x58b35c(0x133,0x1ce,_0x4d2eff._0x22eb4f,_0x4d2eff._0x4fd0a9)+_0x1f9f95(_0x4d2eff._0x5325c7,_0x4d2eff._0x43131e,0x3ce,_0x4d2eff._0x3da5cd),'FkQbw':_0x1f9f95(_0x4d2eff._0x581a79,_0x4d2eff._0x121e4d,_0x4d2eff._0x50c946,0x3ea)+'th','rTrJN':function(_0x2a526e,_0xa31e20){return _0x2a526e(_0xa31e20);},'Bhhan':_0x58b35c(-0xc,_0x4d2eff._0x5e1cd6,0x9b,_0x4d2eff._0x3d7925)+'h','taoZb':function(_0x24a303,_0x4b3444){return _0x24a303(_0x4b3444);},'SnxjJ':_0x1f9f95(_0x4d2eff._0x123b8b,_0x4d2eff._0xf03184,_0x4d2eff._0x356185,_0x4d2eff._0x27e5cb)+'y','lQJkd':function(_0x15306f,_0x4d4550){return _0x15306f(_0x4d4550);},'emtcX':function(_0x53c608){return _0x53c608();},'BzRjF':function(_0xc4a682){return _0xc4a682();},'zxhkp':function(_0xcb558c,_0x260acf){return _0xcb558c===_0x260acf;},'Fanyz':'piOzX','OVeHU':_0x1f9f95(0x478,0x4ed,0x479,0x496),'wbDYV':_0x58b35c(_0x4d2eff._0x12c7be,0x13f,0x53,0xc8)+_0x1f9f95(0x427,_0x4d2eff._0x563ccd,0x401,_0x4d2eff._0x10f06c)+'t\x20configur'+'ed','ZtZjR':_0x1f9f95(_0x4d2eff._0x1a9f23,_0x4d2eff._0x21c157,_0x4d2eff._0x49690e,_0x4d2eff._0x38525c),'xgjeU':function(_0x7c78eb,_0x239fcc){return _0x7c78eb===_0x239fcc;},'NRQYO':'irNrO','inYMR':_0x58b35c(0x200,_0x4d2eff._0x54b12f,_0x4d2eff._0x805b43,0x14e),'eLZkq':function(_0x1efdba,_0x44e21c){return _0x1efdba!==_0x44e21c;},'qoPPs':_0x58b35c(0x21b,0xf2,_0x4d2eff._0x5eb571,0x178),'ihQhP':_0x58b35c(_0x4d2eff._0x39b52b,_0x4d2eff._0x53975f,0x133,_0x4d2eff._0xdbaa6),'FEPxU':function(_0x4b66b0,_0x4affee){return _0x4b66b0!==_0x4affee;},'FeLsp':'XFfhJ'};!_0xb087e0&&(_0x13569f[_0x58b35c(0xf4,_0x4d2eff._0x18e093,0x146,_0x4d2eff._0x29a5b9)](_0x13569f[_0x58b35c(0xfc,_0x4d2eff._0x5b0a8d,0x156,_0x4d2eff._0x45ad1b)],'bQvcg')?(console[_0x1f9f95(0x38a,0x337,_0x4d2eff._0x4f7001,_0x4d2eff._0x1cefa2)](_0x13569f[_0x58b35c(0x1b3,0x1e2,0x1f6,_0x4d2eff._0x568996)]),process['exit'](0x1*-0x8cb+0x2453+0xf3*-0x1d)):(_0x166a07[_0x58b35c(0xc,0x3e,-_0x4d2eff._0x5a3713,0x9f)](_0x58b35c(_0x4d2eff._0x1f040e,0x12e,_0x4d2eff._0x37c307,0x10e)+_0x1f9f95(0x3e6,0x368,0x3ba,0x332)+_0x58b35c(0x260,0x1b6,_0x4d2eff._0x2ad59e,_0x4d2eff._0x421592)+_0x5961a2),_0x3aff3f['error'](_0x58b35c(_0x4d2eff._0x4f0c42,_0x4d2eff._0x268de9,_0x4d2eff._0x149327,_0x4d2eff._0x415463)+_0x1f9f95(_0x4d2eff._0x2c39cb,_0x4d2eff._0x331794,0x3ee,_0x4d2eff._0x546baa)+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+'available\x20'+_0x58b35c(_0x4d2eff._0x2ad59e,0x140,0x100,_0x4d2eff._0x361315)),_0x532b6b[_0x58b35c(_0x4d2eff._0x423f50,0x26f,_0x4d2eff._0x11a534,_0x4d2eff._0x27f336)](0x207a+0x1177+-0x2*0x18f8)));function _0x58b35c(_0x479863,_0x25d245,_0x45d5c3,_0x27d3fa){return _0x3d2048(_0x27d3fa- -_0x1cd094._0x175ce0,_0x45d5c3,_0x45d5c3-_0x1cd094._0x190275,_0x27d3fa-_0x1cd094._0x374823);}function _0x1f9f95(_0x16d182,_0x59a8b9,_0x552c20,_0x59814f){return _0x3d2048(_0x552c20- -0x115,_0x16d182,_0x552c20-0x1cc,_0x59814f-_0x3744a1._0x31a75d);}const _0x2923cb=SERVER_CONFIG_KEYS['has'](_0xb087e0),_0x34b6e0=SETUP_JSON_KEYS[_0x1f9f95(0x3c9,0x34a,_0x4d2eff._0x248959,_0x4d2eff._0x574c2a)](_0xb087e0);_0x13569f['CWeyV'](!_0x2923cb,!_0x34b6e0)&&(console[_0x58b35c(_0x4d2eff._0xbba237,_0x4d2eff._0x18a42f,0x9e,_0x4d2eff._0x1cdfcf)](_0x1f9f95(_0x4d2eff._0x139acd,0x3ec,0x3ef,0x3a7)+'nfiguratio'+_0x58b35c(_0x4d2eff._0x3d2bc2,0x1f3,_0x4d2eff._0x1e5446,0x1e5)+_0xb087e0),console['error'](_0x13569f[_0x58b35c(0x5c,-_0x4d2eff._0x19caaf,_0x4d2eff._0x367e70,_0x4d2eff._0x32b090)]),process['exit'](0xaf2+-0x2*-0x8fe+0x1ced*-0x1));if(_0x2923cb){switch(_0xb087e0){case _0x13569f[_0x1f9f95(0x3cf,0x317,0x38c,_0x4d2eff._0x81e270)]:await _0x13569f[_0x58b35c(0x85,0x17d,0xa9,_0x4d2eff._0x319a7c)](saveCoderSetupPath,null),console['log'](_0x1f9f95(_0x4d2eff._0x845cac,_0x4d2eff._0x15c591,_0x4d2eff._0x1cbe96,_0x4d2eff._0x195e49)+_0xb087e0);break;case _0x13569f[_0x58b35c(0x162,0x167,0x12f,0xbe)]:await _0x13569f['Zhxuq'](saveServerPort,-0xb*0x375+-0x1051+-0x38*-0x12e),console[_0x1f9f95(0x3f2,_0x4d2eff._0x11582d,_0x4d2eff._0x4c587c,0x52a)](_0x1f9f95(_0x4d2eff._0x5daea1,0x53f,0x4c9,_0x4d2eff._0xe001f)+_0xb087e0+(_0x58b35c(_0x4d2eff._0x29596e,_0x4d2eff._0xd4aa8f,_0x4d2eff._0x2950ba,_0x4d2eff._0x4391f9)+_0x1f9f95(0x50f,0x52b,_0x4d2eff._0x3fcf98,0x494)));break;case _0x13569f['aPNeD']:await _0x13569f[_0x58b35c(_0x4d2eff._0x54e0a4,0x2e,0x79,_0x4d2eff._0x319a7c)](saveSslCertPath,null),console[_0x1f9f95(_0x4d2eff._0x250204,0x411,0x482,0x4d9)]('Removed\x20'+_0xb087e0);break;case _0x13569f[_0x58b35c(_0x4d2eff._0x3a83ca,_0x4d2eff._0x1e7e2d,0x16e,0x182)]:await _0x13569f[_0x58b35c(_0x4d2eff._0x589201,_0x4d2eff._0xa7ed7d,0x1f0,_0x4d2eff._0x5f38a5)](saveSslKeyPath,null),console[_0x1f9f95(_0x4d2eff._0x3f4e81,_0x4d2eff._0x3d766d,_0x4d2eff._0x4c587c,_0x4d2eff._0x1db413)]('Removed\x20'+_0xb087e0);break;case _0x13569f[_0x1f9f95(0x3db,_0x4d2eff._0x3cf705,_0x4d2eff._0x741f11,0x358)]:await _0x13569f[_0x58b35c(_0x4d2eff._0xd8f30f,0xb3,0x39,_0x4d2eff._0x3fae4f)](saveSslCaPath,null),console[_0x58b35c(0x144,_0x4d2eff._0xcbab3c,0x17a,0x1a1)]('Removed\x20'+_0xb087e0);break;case _0x13569f[_0x58b35c(_0x4d2eff._0x21083a,0x191,0x156,_0x4d2eff._0x5eedc0)]:await _0x13569f[_0x58b35c(_0x4d2eff._0x27d8c5,0x1aa,_0x4d2eff._0x508282,0x165)](saveTrustProxy,null),console[_0x1f9f95(_0x4d2eff._0x3c605d,_0x4d2eff._0x2b8aee,0x482,0x4c9)](_0x58b35c(_0x4d2eff._0x38cc43,0x117,0x69,0x91)+_0xb087e0);break;}console[_0x58b35c(_0x4d2eff._0xa44f16,0x1d1,0xfe,0x1a1)](_0x58b35c(_0x4d2eff._0x597ca1,0xa1,0x10d,_0x4d2eff._0xfa701)+':\x20'+_0x13569f[_0x1f9f95(0x3e6,0x3c8,0x462,0x3c6)](getConfigPath));}else{if(_0x34b6e0){const _0x18b701=await _0x13569f[_0x58b35c(_0x4d2eff._0x5adabf,_0x4d2eff._0x38a9be,_0x4d2eff._0x2fa62e,_0x4d2eff._0x3926bb)](getCoderSetupPath);!_0x18b701&&(_0x13569f[_0x58b35c(0x187,0x168,_0x4d2eff._0x5d7da2,_0x4d2eff._0xfad083)](_0x13569f[_0x58b35c(0x195,0xf9,_0x4d2eff._0x268de9,_0x4d2eff._0x13ab2d)],_0x13569f[_0x1f9f95(_0x4d2eff._0x3a0d12,0x475,_0x4d2eff._0x380ac1,_0x4d2eff._0x467d95)])?(_0x52bdcd[_0x58b35c(0x46,0x140,0x2b,_0x4d2eff._0x1cdfcf)]('Error:\x20Set'+_0x58b35c(0x1ae,0x11c,_0x4d2eff._0x480137,_0x4d2eff._0x1efb52)+_0x58b35c(0xa4,0xef,0x10b,0x14c)+'ed'),_0x4f5aa2[_0x58b35c(0x280,0x13e,0x1ab,_0x4d2eff._0x27f336)](-0xa7b*-0x1+-0x20e9*-0x1+-0x2b63)):(console[_0x1f9f95(0x30a,0x400,_0x4d2eff._0x4f7001,_0x4d2eff._0x29f39c)](_0x13569f['wbDYV']),process[_0x1f9f95(0x4b5,_0x4d2eff._0x44a723,0x4bf,0x4a3)](0xdc7+0x226d+-0x3033)));const _0x355ff6=_0x8c45dd[_0x1f9f95(0x3df,_0x4d2eff._0x267339,0x45b,0x455)](_0x18b701,_0x13569f[_0x58b35c(0x52,0x94,0x6c,0xb9)]);let _0x38ecbf;try{if(_0x13569f[_0x1f9f95(_0x4d2eff._0x4c09bf,0x3bf,0x45d,_0x4d2eff._0x4bb292)](_0x58b35c(0x1cd,0x168,_0x4d2eff._0x51fb43,0x16d),_0x13569f[_0x58b35c(_0x4d2eff._0x25c92a,_0x4d2eff._0x4b4201,_0x4d2eff._0x5ab263,0x127)])){const _0x5a9725=await _0x14e879['readFile'](_0x355ff6,_0x13569f[_0x58b35c(_0x4d2eff._0x21f55e,0x12b,_0x4d2eff._0x463405,_0x4d2eff._0x50ffe0)]);_0x38ecbf=JSON['parse'](_0x5a9725);}else _0x20122a['error'](_0x58b35c(0x119,0x143,0x147,_0x4d2eff._0x406a0d)+_0x1f9f95(0x49f,_0x4d2eff._0x31ec9f,_0x4d2eff._0x32a03e,_0x4d2eff._0x6f3df7)+_0x1f9f95(_0x4d2eff._0x39692f,_0x4d2eff._0x3ef31c,_0x4d2eff._0x5f3793,0x464)+'\x20'+_0x322cca);}catch(_0x494200){_0x13569f[_0x58b35c(_0x4d2eff._0x27f336,_0x4d2eff._0x502107,_0x4d2eff._0x1e7e2d,_0x4d2eff._0x3ea2ee)]('MoNLX',_0x13569f['qoPPs'])?(_0x29ad93['error'](_0x1f9f95(0x367,_0x4d2eff._0x4ea645,0x390,_0x4d2eff._0x382253)+'up.json\x20no'+_0x1f9f95(_0x4d2eff._0x56478e,0x415,_0x4d2eff._0x4ff906,0x3b1)+'\x20'+_0x1281d3),_0x4a52c4[_0x1f9f95(0x3d7,_0x4d2eff._0x2620ab,_0x4d2eff._0x4f7001,_0x4d2eff._0x3a06e5)](_0x13569f[_0x1f9f95(0x49e,0x4ad,0x484,0x48a)])):(_0x494200['code']===_0x13569f[_0x58b35c(_0x4d2eff._0x48fdfe,0x68,_0x4d2eff._0x441114,0xb5)]?console[_0x1f9f95(_0x4d2eff._0x1e7268,0x3d2,_0x4d2eff._0x4f7001,_0x4d2eff._0x24e67b)]('Error:\x20set'+'up.json\x20no'+_0x1f9f95(_0x4d2eff._0x5a13a8,_0x4d2eff._0x4e5a0c,_0x4d2eff._0x369b90,0x420)+'\x20'+_0x355ff6):console[_0x1f9f95(_0x4d2eff._0x3bc8ae,0x2e2,0x380,0x2d0)](_0x58b35c(0x217,_0x4d2eff._0x28c5c3,_0x4d2eff._0x26fd56,0x1d7)+_0x58b35c(_0x4d2eff._0x319fee,0xd1,0x103,0x167)+_0x58b35c(_0x4d2eff._0x4052fe,_0x4d2eff._0x556445,0x55,_0x4d2eff._0x114ee5)+_0x494200[_0x58b35c(_0x4d2eff._0x36cd32,_0x4d2eff._0x28cb95,_0x4d2eff._0x3926bb,0x1ca)]),process[_0x58b35c(0x22b,0x1fa,_0x4d2eff._0x139c64,0x1de)](-0x20f*0x1+0xf66+-0xd56*0x1));}_0x38ecbf[_0xb087e0]===undefined&&(_0x13569f['FEPxU'](_0x13569f['FeLsp'],_0x13569f[_0x1f9f95(_0x4d2eff._0x262a28,_0x4d2eff._0x3a1f99,_0x4d2eff._0x1b522f,_0x4d2eff._0x3ca0de)])?(_0x7a39b6[_0x58b35c(_0x4d2eff._0x184256,_0x4d2eff._0x537a36,_0x4d2eff._0x3e23fe,_0x4d2eff._0x1cdfcf)](_0x1f9f95(0x3ff,0x38f,0x3ef,_0x4d2eff._0x59afdb)+'nfiguratio'+_0x1f9f95(0x4c4,0x4ca,_0x4d2eff._0x2f89c9,0x4f5)+_0x114e3b),_0x39c32b[_0x58b35c(0xb7,_0x4d2eff._0x14d1d6,0x3b,_0x4d2eff._0x3e53e5)](_0x13569f['ehdpJ']),_0x3d06b2[_0x1f9f95(0x4e0,_0x4d2eff._0x9e871f,0x4bf,0x52c)](-0xe8*-0x27+-0x268f*-0x1+-0x12*0x41b)):(console['error'](_0x1f9f95(0x390,_0x4d2eff._0x570219,0x3da,_0x4d2eff._0x418a89)+_0xb087e0+(_0x1f9f95(0x496,_0x4d2eff._0x5a4c59,0x3f9,_0x4d2eff._0x546678)+_0x58b35c(0x16f,_0x4d2eff._0x26af38,_0x4d2eff._0x9ca6c8,_0x4d2eff._0x20c09b)+_0x1f9f95(_0x4d2eff._0x3258af,_0x4d2eff._0x17f9c0,0x3b5,_0x4d2eff._0x10a664))),process[_0x58b35c(_0x4d2eff._0xcde3ec,0x1a8,0x14a,_0x4d2eff._0x27f336)](0xa3*-0x3d+-0x294+0x296c))),delete _0x38ecbf[_0xb087e0],await _0x14e879[_0x58b35c(0x22b,_0x4d2eff._0x1b95a1,0x244,0x1cc)](_0x355ff6,JSON[_0x1f9f95(_0x4d2eff._0x49c3e1,0x4e8,_0x4d2eff._0x35cdb3,0x4cc)](_0x38ecbf,null,-0xfb*0x14+-0x2705+0x3aa3)+'\x0a',_0x13569f[_0x58b35c(_0x4d2eff._0x371eff,_0x4d2eff._0x236e70,_0x4d2eff._0x3dec86,0x124)]),console['log'](_0x58b35c(_0x4d2eff._0x22eb4f,_0x4d2eff._0x47191c,0xc0,0x91)+_0xb087e0),console['log']('\x20\x20Location'+':\x20'+_0x355ff6),console[_0x58b35c(0x20d,0x15b,0x1a7,0x1a1)](''),console['log'](_0x1f9f95(0x387,0x37e,0x3e7,0x39a)+'e\x20server\x20f'+'or\x20changes'+_0x58b35c(_0x4d2eff._0x176ca8,_0x4d2eff._0x44be52,0x11a,0x1b2)+'ffect.');}}}async function showConfig(){const _0x5d561f={_0x8707fd:0x85,_0x13a462:0x6b,_0x4b527a:0x47,_0x55eed3:0x5c,_0x26d44a:0x8c,_0x1e8b9b:0x73,_0x16f0c6:0x31,_0x257a00:0x4c,_0x302521:0x427,_0x128c47:0x524,_0x2fe0f2:0x5b,_0x31c20a:0x389,_0x1a2d19:0x3d9,_0x5ad7b0:0x321,_0x355fc3:0x4b3,_0x1d09d2:0x537,_0x18ce39:0x4c3,_0x33a643:0x44b,_0x69d6cd:0x3e,_0x56639e:0x78,_0x5cea88:0xfd,_0x46336f:0x13,_0x29b722:0x126,_0x57ed3f:0x4a,_0x436b1f:0x0,_0x32470a:0x28,_0x54435d:0x63,_0x388fd0:0x327,_0x200729:0x38c,_0x22f3e6:0xe7,_0x5a6374:0xf6,_0x198b04:0x4ad,_0x2a5d61:0x43e,_0x5d15cf:0x4d5,_0x2db74c:0x74,_0x316557:0x71,_0x5f50f3:0xda,_0x468c46:0x3ca,_0x245feb:0x436,_0x4c131a:0x54f,_0x4dfaa8:0x446,_0x1b8ba0:0xc2,_0x194a5b:0x4a,_0x2968fb:0x5b,_0x1176da:0x39,_0x271568:0xa4,_0x157455:0x1,_0x48c416:0x61,_0x16f908:0x67,_0x357339:0x12e,_0x530597:0xe1,_0x2b7b2d:0x407,_0x152dee:0x44c,_0x58015e:0x46e,_0x4294bf:0x4eb,_0x1e7b0a:0x7a,_0x20a260:0x27,_0x2186ee:0xc3,_0x2c0544:0x43,_0x551a7d:0x146,_0x47471e:0x138,_0x1918c5:0x1d,_0x21c1c0:0x2e,_0x2e4bf6:0xc5,_0x836749:0x166,_0x4183cf:0x151,_0xf1e01b:0x6f,_0x172d42:0xf,_0x5d54e9:0x1d,_0x800147:0x72,_0x59c509:0xd7,_0x2b20b0:0x8b,_0x4c5bd7:0x15,_0x19f647:0x45,_0x37e5bf:0x29,_0x159e21:0x9,_0x145353:0x499,_0x5911b1:0x29,_0x10ae0b:0x55,_0x5bfcb5:0x1b,_0x20f84d:0x4b,_0xa1eea0:0xaf,_0x2979c9:0x4b7,_0x324cbf:0x4f9,_0x373a49:0x49b,_0x54c31a:0x1c,_0x2f4aec:0x7f,_0x1ad5d7:0x25,_0x58ef83:0x4b6,_0x4d306f:0x455,_0x1d115e:0x48e,_0x52b9e0:0xf7,_0x1f6a39:0x11c,_0x4034f9:0x3b2,_0x16b160:0x33d,_0x16d269:0x75,_0x2e2401:0xe,_0x6d9c50:0x4c5,_0x2d9b1b:0x489,_0x4feeed:0x4b1,_0x237ae4:0x4a8,_0x1c609c:0x478,_0x5a7832:0x1e,_0x4cf396:0xbb,_0x255332:0x159,_0xbc30e1:0x2,_0x580985:0x1a,_0x54a639:0xe9,_0xc20823:0x3e3,_0x131952:0x373,_0x30e604:0x332,_0x17b4a5:0x41f,_0x590b46:0x6d,_0x43a90c:0x51,_0xec3f26:0x52,_0x5ebd71:0x2f,_0xdafaa1:0x76,_0x430179:0xc9,_0x27cea1:0xc0,_0xa589e2:0xcd,_0x300f78:0x3c7,_0x5e7d9a:0x471,_0x2cd60d:0x54,_0x594703:0x59,_0x30ce45:0xec,_0x28b21b:0x37,_0x12261f:0x3fd,_0x19f7ed:0x3fc,_0x38f3ee:0x467,_0x540150:0x4c2,_0x55bb6e:0x6f,_0x3e1193:0x37,_0x8edecb:0x60,_0x23267d:0x18,_0x442721:0x62,_0x5dd5da:0x80,_0x16a27e:0x431,_0x3339f5:0x499,_0x44e812:0x48d,_0x4cd977:0x488,_0x49769a:0x4a8,_0x5d1483:0x40e,_0x129834:0x53b,_0x257fc0:0x4ea,_0x557947:0x5a,_0x4eb67e:0x40,_0x4e0071:0xb1,_0x17b2be:0x4c7,_0x1a25fc:0x53b,_0x2e7d88:0x551,_0x4ef3e7:0x571,_0x59950c:0x441,_0x29f327:0x76,_0x277097:0xa,_0x3e1eb0:0x2e,_0x15c3ec:0x4f,_0x280515:0x58,_0xc0f1ee:0x302,_0x1437b9:0x48a,_0x670e04:0x3fa,_0x890f2e:0x7c,_0x12845a:0x4ee,_0x153cae:0x487,_0x488e7f:0x4d8,_0x5bbd68:0x516,_0x8fc39:0x3a,_0x5a3cda:0x38,_0x417cfc:0x0,_0x3d12c7:0x42d,_0x4609e5:0x3da,_0xa995a5:0x442,_0x55c92b:0x42c,_0x2b68e8:0x3a9,_0x37911b:0x3cd,_0x20b506:0x49e,_0x52b78a:0x465,_0x2c9c53:0x27,_0x2d1d59:0x4a5,_0x2896c8:0x4de,_0x58d4f7:0x403,_0x1737d0:0x487,_0x8a9b63:0x4d2,_0x133dc5:0x514,_0x58db0e:0x78,_0x22a569:0xc,_0x5a6ce6:0x49e,_0x52a5a0:0x3a5,_0x58d3d4:0x473,_0x35ed49:0x3ef,_0x5095cc:0x499,_0x214a8c:0x43a,_0x207c14:0x2a,_0xf317cc:0x3c,_0x2b7794:0x4e5,_0x4529b2:0x41d,_0x3d2ef0:0x455,_0x4d13ad:0x450,_0x2d9c34:0x3b8,_0x55bbd1:0x133,_0x12fdd3:0x63,_0x1cff27:0x3ab,_0x111494:0x3a3,_0x46fbd8:0xfb,_0x50c8c0:0x82,_0x46ee19:0x48e,_0x1057d2:0x69,_0x52741b:0x16,_0x8e3dcd:0x81,_0x443447:0x90,_0x2c5d40:0x4bb,_0x3295b4:0x4b8,_0x383511:0x15,_0x494778:0x12,_0xcac1e7:0x80,_0x420a1d:0xcd,_0x5167f9:0x10d,_0xb8c027:0x18,_0x184a4f:0x7a,_0x7ebd8b:0x114,_0x83dd62:0x91,_0x52d11f:0x460,_0x57206e:0x449,_0x3c416a:0x42d,_0x4cba18:0x394,_0x3ba515:0x36e,_0x2456d6:0x36d,_0x3b5267:0x47f,_0x2e90b7:0x443,_0xba8d76:0x97,_0x29d281:0xd3,_0x4dcac6:0x50,_0x575f2b:0x62,_0x2a89c9:0x434,_0x21b6bd:0x39e,_0x312a77:0x41f,_0x3d8ce6:0x322,_0x2cb7d8:0x454,_0x1d813d:0x424,_0x1cf3ff:0x487,_0x96d627:0x4e1,_0x216e92:0x516,_0x23a3ce:0x3b7,_0x52da1b:0x45c,_0x4ae153:0x37c,_0xca65d9:0x364,_0x21a7f6:0x3dd,_0x1b2b2e:0x26,_0x433f2c:0xaa,_0x48a9ae:0xdb,_0x542c0a:0x35,_0x27a7f6:0x47,_0xdc75a:0x4ae,_0x19786f:0x4e9,_0x342c7a:0x534,_0x1f7096:0x13a,_0x1968b6:0x430,_0x1debad:0x4af,_0x2b9dff:0x5b,_0x186241:0x27,_0x2ba870:0x3ea,_0x558ea3:0x130,_0x4b4a58:0x408,_0xae3c4a:0x468,_0x213a36:0x88,_0xd198cb:0x19,_0x579437:0xf9,_0x19cf17:0x24,_0x440512:0x46,_0xb76233:0xb,_0x6c63b6:0x24,_0x1601d0:0x495,_0x3028b1:0x88,_0x572cb1:0x1e,_0x4b00cd:0x93,_0x49122b:0x120,_0x3705da:0x2d9,_0x20715b:0x374,_0x1ff822:0x385,_0x3eceed:0x3cb,_0x1a295a:0x94,_0x2d006d:0x9,_0x206704:0x70,_0xeb19c:0x87,_0x551d88:0x122,_0x57f558:0x2e1,_0x20b664:0x418,_0x11fc60:0xa,_0xd41ae:0xba,_0xe2544e:0x79,_0x5903bc:0x166,_0x43dede:0x8d,_0x2f1c53:0x8e,_0x522699:0x21,_0x33d582:0x76,_0x5d054b:0x8,_0x649760:0x11,_0x42bc77:0x3e2,_0x55dd50:0x462,_0x348787:0x359,_0x167b37:0x4f,_0x2471de:0x3,_0x32a740:0x4a5,_0x55c051:0x6f,_0x56c75c:0x440,_0x19b7f6:0x41c,_0x8dae31:0x3c0,_0x3980ab:0x44d,_0x1bc00f:0x385,_0x1c94e2:0x369,_0x4a43fb:0x3a2,_0x5ee8b6:0x4d0,_0x31910b:0x397,_0x1bd01b:0x3bd,_0x2fd9af:0x4c6,_0x911684:0x440,_0x47211c:0x497,_0x25e931:0x1c,_0x2dbd24:0x1a,_0x2d4c71:0x7f,_0x260418:0x7e,_0x1b1652:0xa5,_0x3a1fbf:0x385,_0x381626:0x354,_0x2373c4:0x386,_0x237e95:0x383,_0x5b7f75:0x385,_0x111faa:0x329,_0x354fdc:0x2e1,_0x1d19b7:0x107,_0x843590:0x5c,_0x5ed14c:0xe4,_0x11fc44:0x139,_0x4de132:0x4c,_0x394524:0x8d,_0x2038bb:0x95,_0x162e1a:0xa7,_0x4cd4db:0x136,_0x21a263:0x13c,_0x220e81:0x58,_0x1a731c:0xb9,_0x367527:0x3f3,_0x9510f4:0x3e2,_0x1b6354:0x385,_0x273afb:0x425,_0x501181:0x402,_0xe19f5e:0x479,_0x578e5c:0x398,_0xb76956:0x385,_0x4e24fd:0x3cd,_0x4d489f:0x406,_0x2a7898:0x3af,_0x24d335:0x51,_0x53ff10:0x88,_0x4a2393:0x65,_0x141f44:0x3fb,_0x2a4aff:0x31f,_0x7c9ec5:0x4c8,_0x5863f2:0x88,_0xb402b3:0x88,_0x492ca7:0x24,_0x241085:0x88,_0xc1c431:0x104,_0x309160:0x5d,_0x330119:0x52,_0xadf07:0x14a,_0x43860a:0xd6,_0xda0802:0xe3,_0x103165:0xa8,_0x573026:0x3dc,_0x1d9a3f:0x3d6,_0x530c8e:0x487,_0x1f016d:0x43a,_0x2f3ad6:0x45e,_0x3f79b4:0x480,_0x3fe1f1:0x39c,_0x228eaa:0x2f1,_0x45473a:0x32,_0x3e33f9:0x55,_0x2f05e5:0xbd,_0x20e069:0x3b,_0x2670e3:0x3db,_0x24cc94:0x400,_0x16ab2e:0x52a,_0x3a6a4f:0x46f,_0xfb69e4:0xda,_0x23f01e:0x7a,_0x3a782a:0x536,_0x5e302f:0x535},_0x249afe={_0x252071:0x1a2,_0x28d6bc:0x3e},_0x53f032={_0x3b9ad5:0x51d,_0x4445fc:0x8e},_0x586c89={'Gywgu':_0x12579f(_0x5d561f._0x8707fd,_0x5d561f._0x13a462,-_0x5d561f._0x4b527a,_0x5d561f._0x55eed3)+_0x12579f(-_0x5d561f._0x26d44a,-0x5c,-_0x5d561f._0x1e8b9b,_0x5d561f._0x16f0c6)+_0x12579f(-_0x5d561f._0x257a00,0x9,0x8b,0x40)+_0x61102d(0x47d,0x4cc,_0x5d561f._0x302521,_0x5d561f._0x128c47)+_0x12579f(-0x7a,-_0x5d561f._0x1e8b9b,-0x67,-_0x5d561f._0x2fe0f2),'gwfWi':'\x20\x20server_p'+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x61102d(_0x5d561f._0x31c20a,_0x5d561f._0x1a2d19,0x3c4,_0x5d561f._0x5ad7b0)+_0x61102d(_0x5d561f._0x355fc3,_0x5d561f._0x1d09d2,_0x5d561f._0x18ce39,_0x5d561f._0x33a643)+_0x12579f(_0x5d561f._0x69d6cd,_0x5d561f._0x56639e,0x14,_0x5d561f._0x5cea88),'XgoPs':_0x12579f(_0x5d561f._0x46336f,0xba,0xcb,_0x5d561f._0x29b722)+_0x12579f(_0x5d561f._0x2fe0f2,_0x5d561f._0x57ed3f,_0x5d561f._0x436b1f,0x85)+_0x12579f(-0xf,-_0x5d561f._0x32470a,-0x67,-_0x5d561f._0x54435d)+_0x61102d(0x39d,0x342,_0x5d561f._0x388fd0,_0x5d561f._0x200729)+'80','JjeMN':_0x12579f(_0x5d561f._0x22f3e6,0xba,_0x5d561f._0x5a6374,0xcc)+'rver\x20confi'+_0x61102d(_0x5d561f._0x198b04,0x440,_0x5d561f._0x2a5d61,_0x5d561f._0x5d15cf)+_0x12579f(0xef,_0x5d561f._0x2db74c,_0x5d561f._0x316557,0xb9)+_0x12579f(0x27,0x9a,0x57,_0x5d561f._0x5f50f3),'KgaVP':_0x61102d(_0x5d561f._0x468c46,0x46f,_0x5d561f._0x245feb,0x476),'dMYyz':_0x61102d(0x4c7,_0x5d561f._0x4c131a,_0x5d561f._0x4dfaa8,0x544)+_0x12579f(_0x5d561f._0x1b8ba0,_0x5d561f._0x194a5b,-_0x5d561f._0x2968fb,-_0x5d561f._0x1176da)+_0x12579f(_0x5d561f._0x271568,_0x5d561f._0x157455,-_0x5d561f._0x48c416,-_0x5d561f._0x1176da),'ToJWs':_0x12579f(-_0x5d561f._0x16f908,-0x83,-_0x5d561f._0x357339,0x2e)+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x12579f(_0x5d561f._0x530597,0xc0,0xb6,0x9c)+'oxy\x20header'+_0x61102d(0x48d,0x4fc,0x46b,_0x5d561f._0x2b7b2d)+_0x61102d(0x40f,0x411,0x4a3,0x45a),'SMEpK':_0x61102d(0x486,_0x5d561f._0x152dee,_0x5d561f._0x58015e,_0x5d561f._0x4294bf)+_0x61102d(0x49f,0x4c3,0x521,0x534)+'\x20\x20Path\x20to\x20'+'coder-setu'+_0x12579f(-0x37,-_0x5d561f._0x1e7b0a,-0xd,-0xa)+'y','oWcGT':_0x12579f(-0xfb,-0x61,-_0x5d561f._0x20a260,-_0x5d561f._0x2186ee),'iseam':_0x12579f(-0x12a,-0x8f,-_0x5d561f._0x2c0544,-0x57)+_0x12579f(_0x5d561f._0x551a7d,0xb8,_0x5d561f._0x47471e,_0x5d561f._0x1918c5)+_0x12579f(_0x5d561f._0x21c1c0,_0x5d561f._0x2e4bf6,_0x5d561f._0x836749,_0x5d561f._0x4183cf)+_0x12579f(-_0x5d561f._0xf1e01b,-0x67,-0xcb,-_0x5d561f._0x172d42)+_0x12579f(_0x5d561f._0x5d54e9,-0x9,-_0x5d561f._0x800147,0xa1),'Iemsb':_0x12579f(_0x5d561f._0x59c509,0x3f,_0x5d561f._0x2b20b0,-_0x5d561f._0x4c5bd7)+_0x12579f(-0x3,_0x5d561f._0x19f647,-0x46,0x1f)+_0x12579f(_0x5d561f._0x37e5bf,_0x5d561f._0x159e21,0x38,-0x64)+'SSL\x20privat'+_0x61102d(0x4c6,0x483,_0x5d561f._0x145353,0x4c1),'thEuA':_0x12579f(0xbd,_0x5d561f._0x5911b1,0x34,-_0x5d561f._0x10ae0b)+_0x12579f(_0x5d561f._0x5bfcb5,-0x2c,-0x2c,_0x5d561f._0x20f84d)+_0x12579f(_0x5d561f._0x16f908,_0x5d561f._0xa1eea0,0x4d,0x120)+_0x61102d(0x4d9,_0x5d561f._0x2979c9,_0x5d561f._0x324cbf,_0x5d561f._0x373a49)+'\x20value','BOVIf':_0x12579f(0x28,-_0x5d561f._0x54c31a,_0x5d561f._0x2f4aec,-_0x5d561f._0x1ad5d7)+'er-server\x20'+_0x61102d(_0x5d561f._0x58ef83,_0x5d561f._0x4d306f,_0x5d561f._0x1d115e,0x4a5)+_0x12579f(_0x5d561f._0x52b9e0,0x6c,_0x5d561f._0x1f6a39,_0x5d561f._0xa1eea0)+_0x61102d(0x388,_0x5d561f._0x4034f9,0x305,_0x5d561f._0x16b160)+'key]\x20[valu'+'e]','Eixkg':_0x12579f(0x21,-0x68,-_0x5d561f._0x16d269,_0x5d561f._0x2e2401)+_0x61102d(_0x5d561f._0x6d9c50,_0x5d561f._0x2d9b1b,0x4c0,0x53d)+_0x61102d(_0x5d561f._0x4feeed,0x46a,0x45d,_0x5d561f._0x237ae4)+_0x61102d(0x3e4,0x433,_0x5d561f._0x1c609c,0x36f)+_0x12579f(0xfa,0x90,_0x5d561f._0x5a7832,0x3a),'ehkER':_0x12579f(0x13d,_0x5d561f._0x4cf396,0x11f,_0x5d561f._0x255332)+_0x12579f(_0x5d561f._0xbc30e1,-0x44,_0x5d561f._0x580985,-_0x5d561f._0x54a639)+'\x20\x20Path\x20to\x20'+_0x61102d(0x3d6,_0x5d561f._0xc20823,0x47e,0x449)+'dle\x20(optio'+_0x61102d(0x411,_0x5d561f._0x131952,0x458,0x403),'WzVtD':_0x61102d(0x3b4,0x3fb,_0x5d561f._0x30e604,_0x5d561f._0x17b4a5)+_0x12579f(-_0x5d561f._0x590b46,-_0x5d561f._0x157455,_0x5d561f._0x43a90c,_0x5d561f._0xec3f26)+_0x12579f(_0x5d561f._0x2e4bf6,0x82,_0x5d561f._0x5ebd71,0x11c),'DStpi':_0x12579f(-0xa1,-_0x5d561f._0xdafaa1,-0x26,-_0x5d561f._0x430179)+_0x12579f(_0x5d561f._0x27cea1,0x36,_0x5d561f._0xa589e2,-0x4a)+'tion\x20===','ADnsy':function(_0x1fa2ed){return _0x1fa2ed();},'zNRlu':function(_0x2b7643){return _0x2b7643();},'QJVGV':function(_0x3c13a6,_0x5a38b8){return _0x3c13a6||_0x5a38b8;},'uAIly':_0x61102d(_0x5d561f._0x300f78,0x3b8,_0x5d561f._0x5e7d9a,0x359),'KMxBj':function(_0x107c13,_0xf8d73f){return _0x107c13||_0xf8d73f;},'DMsFx':function(_0x384077,_0x55a0f2){return _0x384077!==_0x55a0f2;},'nXkbM':function(_0x235a0a){return _0x235a0a();},'TkVEa':'setup.json','irtfr':function(_0x294460,_0x4ee32a){return _0x294460===_0x4ee32a;},'sivzT':_0x12579f(-_0x5d561f._0x2cd60d,_0x5d561f._0x594703,_0x5d561f._0x30ce45,_0x5d561f._0x28b21b),'KoOob':function(_0x226ccb,_0x433e3f){return _0x226ccb===_0x433e3f;},'pHMIo':_0x61102d(_0x5d561f._0x12261f,_0x5d561f._0x19f7ed,_0x5d561f._0x38f3ee,0x463),'YoLhl':_0x12579f(-_0x5d561f._0x2db74c,-0x1e,-0x32,-0x1e)+_0x61102d(_0x5d561f._0x540150,0x44c,0x488,0x4e4)+'d)','utxjh':_0x12579f(-0x4,_0x5d561f._0x55bb6e,-_0x5d561f._0x3e1193,0xa6),'ntdpy':_0x12579f(_0x5d561f._0x8edecb,-_0x5d561f._0x23267d,_0x5d561f._0x442721,_0x5d561f._0x5dd5da)+'setup\x20path'+_0x61102d(_0x5d561f._0x16a27e,_0x5d561f._0x3339f5,_0x5d561f._0x44e812,_0x5d561f._0x4cd977)+_0x61102d(_0x5d561f._0x49769a,_0x5d561f._0x5d1483,_0x5d561f._0x129834,_0x5d561f._0x257fc0)+'configurat'+_0x12579f(-0x4a,-_0x5d561f._0x557947,_0x5d561f._0x4eb67e,-_0x5d561f._0x4e0071),'NcXoh':_0x61102d(_0x5d561f._0x17b2be,_0x5d561f._0x1a25fc,_0x5d561f._0x2e7d88,_0x5d561f._0x4ef3e7)+_0x61102d(0x457,0x450,0x424,_0x5d561f._0x59950c)+'g\x20set\x20code'+_0x12579f(0xe7,_0x5d561f._0x29f327,-_0x5d561f._0x277097,0x97)+_0x12579f(_0x5d561f._0x3e1eb0,0x1b,_0x5d561f._0x15c3ec,-_0x5d561f._0x280515)+_0x61102d(0x37f,0x398,0x35b,_0x5d561f._0xc0f1ee)+_0x61102d(0x3e2,_0x5d561f._0x1437b9,0x385,_0x5d561f._0x670e04)};console[_0x12579f(0x6a,_0x5d561f._0x1e7b0a,_0x5d561f._0x890f2e,-0x20)](_0x586c89[_0x61102d(0x495,0x527,0x502,_0x5d561f._0x12845a)]);function _0x12579f(_0x2c7970,_0x50557f,_0x1763b1,_0x3ed2a1){return _0x3d2048(_0x50557f- -_0x53f032._0x3b9ad5,_0x1763b1,_0x1763b1-_0x53f032._0x4445fc,_0x3ed2a1-0x17c);}console[_0x61102d(_0x5d561f._0x153cae,_0x5d561f._0x488e7f,0x453,_0x5d561f._0x5bbd68)]('');const _0x596859=await getCoderSetupPath(),_0x57ca53=await getServerPort(),_0x34bc9e=await getSslCertPath(),_0x43fe58=await _0x586c89[_0x12579f(-0x62,_0x5d561f._0x8fc39,-_0x5d561f._0x5a3cda,_0x5d561f._0x417cfc)](getSslKeyPath),_0x4966e9=await _0x586c89[_0x61102d(0x447,_0x5d561f._0x3d12c7,_0x5d561f._0x4609e5,_0x5d561f._0xa995a5)](getSslCaPath),_0xd652ed=await _0x586c89['zNRlu'](getTrustProxy);console[_0x61102d(_0x5d561f._0x153cae,0x459,0x4f8,0x49a)](_0x61102d(_0x5d561f._0x55c92b,0x460,0x3fb,0x42c)+_0x61102d(_0x5d561f._0x2b68e8,_0x5d561f._0x37911b,0x39a,0x3b7)+_0x586c89[_0x61102d(_0x5d561f._0x20b506,_0x5d561f._0x52b78a,0x53b,0x50a)](_0x596859,_0x586c89['uAIly'])),console['log'](_0x12579f(0xcd,0x4b,-0x21,_0x5d561f._0x2c9c53)+_0x61102d(_0x5d561f._0x2d1d59,_0x5d561f._0x2896c8,0x506,_0x5d561f._0x58d4f7)+_0x57ca53);function _0x61102d(_0x5b8a41,_0x2715fd,_0x2b64ce,_0x1ac16a){return _0xb48db4(_0x2715fd,_0x2715fd-_0x249afe._0x252071,_0x5b8a41-0x1eb,_0x1ac16a-_0x249afe._0x28d6bc);}console[_0x61102d(_0x5d561f._0x1737d0,0x45a,_0x5d561f._0x8a9b63,_0x5d561f._0x133dc5)]('ssl_cert_p'+_0x12579f(-_0x5d561f._0x58db0e,0x7,-0x58,-_0x5d561f._0x22a569)+_0x586c89[_0x61102d(_0x5d561f._0x5a6ce6,0x45b,0x46e,0x3ef)](_0x34bc9e,_0x586c89[_0x61102d(0x423,0x4a0,0x43c,_0x5d561f._0x52a5a0)])),console[_0x61102d(0x487,0x41d,_0x5d561f._0x58d3d4,_0x5d561f._0x35ed49)]('ssl_key_pa'+_0x61102d(_0x5d561f._0x5095cc,0x3e8,0x4be,0x4c1)+_0x586c89[_0x61102d(0x49e,0x47d,_0x5d561f._0x214a8c,0x485)](_0x43fe58,_0x586c89[_0x12579f(-_0x5d561f._0x207c14,0x16,_0x5d561f._0xf317cc,-_0x5d561f._0x5dd5da)])),console[_0x61102d(0x487,_0x5d561f._0x2d9b1b,_0x5d561f._0x2b7794,_0x5d561f._0x4529b2)](_0x12579f(-0x131,-0x8d,-0xe2,-0xd2)+_0x61102d(_0x5d561f._0x3d2ef0,_0x5d561f._0x4d13ad,0x487,_0x5d561f._0x2d9c34)+_0x586c89[_0x12579f(_0x5d561f._0x55bbd1,0x94,_0x5d561f._0x12fdd3,0x29)](_0x4966e9,_0x586c89[_0x61102d(0x423,0x42c,_0x5d561f._0x1cff27,_0x5d561f._0x111494)])),console[_0x12579f(0x2d,0x7a,_0x5d561f._0x46fbd8,0xe5)](_0x12579f(-0xec,-_0x5d561f._0x50c8c0,-_0x5d561f._0x28b21b,-0x73)+_0x61102d(_0x5d561f._0x58d4f7,0x4b3,_0x5d561f._0x46ee19,0x3c4)+(_0x586c89[_0x61102d(0x420,0x45b,0x3ec,0x401)](_0xd652ed,null)?_0xd652ed:_0x586c89[_0x12579f(_0x5d561f._0x1057d2,_0x5d561f._0x52741b,-0x63,-0x1d)])),console[_0x12579f(0x64,0x7a,_0x5d561f._0x8e3dcd,_0x5d561f._0x443447)](''),console['log']('Location:\x20'+_0x586c89['nXkbM'](getConfigPath)),console['log']('');if(_0x596859){console[_0x61102d(_0x5d561f._0x1737d0,_0x5d561f._0x2c5d40,0x446,_0x5d561f._0x3295b4)](_0x12579f(-0x29,-_0x5d561f._0x383511,-_0x5d561f._0x494778,_0x5d561f._0xcac1e7)+_0x12579f(0x10d,_0x5d561f._0x420a1d,0x25,0xe4)+_0x12579f(_0x5d561f._0x5167f9,0x66,0x112,-_0x5d561f._0xb8c027)),console[_0x12579f(0x7e,_0x5d561f._0x184a4f,_0x5d561f._0x7ebd8b,_0x5d561f._0x83dd62)]('');const _0x3eb8f4=_0x8c45dd[_0x61102d(_0x5d561f._0x52d11f,_0x5d561f._0x57206e,0x415,_0x5d561f._0x3c416a)](_0x596859,_0x586c89[_0x61102d(0x3f0,_0x5d561f._0x4cba18,_0x5d561f._0x4cd977,_0x5d561f._0x3ba515)]);try{if(_0x586c89[_0x61102d(0x40b,_0x5d561f._0x2456d6,_0x5d561f._0x3b5267,_0x5d561f._0x2e90b7)](_0x12579f(0x54,0x59,_0x5d561f._0xba8d76,_0x5d561f._0x29d281),_0x586c89[_0x12579f(0xb,-_0x5d561f._0x4dcac6,0x12,_0x5d561f._0x575f2b)])){const _0x4c37c0=await _0x14e879['readFile'](_0x3eb8f4,_0x61102d(_0x5d561f._0x2a89c9,_0x5d561f._0x21b6bd,0x46d,_0x5d561f._0x312a77)),_0x9b9e3c=JSON[_0x61102d(0x378,0x2d3,_0x5d561f._0x3d8ce6,0x3c5)](_0x4c37c0);console['log'](JSON[_0x61102d(_0x5d561f._0x2cb7d8,_0x5d561f._0x2d1d59,_0x5d561f._0x1d813d,_0x5d561f._0x5d1483)](_0x9b9e3c,null,0x13c6+0x247f+0x1*-0x3843)),console[_0x61102d(_0x5d561f._0x1cf3ff,_0x5d561f._0x96d627,0x409,_0x5d561f._0x216e92)](''),console[_0x12579f(0xf0,_0x5d561f._0x184a4f,0x26,0x38)](_0x61102d(0x43b,_0x5d561f._0x23a3ce,0x38c,_0x5d561f._0x52da1b)+_0x3eb8f4);}else{const _0xea91f6=('21|23|14|1'+'7|20|18|24'+_0x61102d(_0x5d561f._0x4ae153,_0x5d561f._0xca65d9,0x313,_0x5d561f._0x21a7f6)+'|1|16|26|9'+_0x12579f(_0x5d561f._0x430179,_0x5d561f._0x1b2b2e,_0x5d561f._0x433f2c,0x46)+_0x61102d(0x437,0x3d6,0x3aa,0x3d5)+_0x12579f(_0x5d561f._0x48a9ae,_0x5d561f._0x542c0a,-0xb,-_0x5d561f._0x27a7f6))[_0x61102d(_0x5d561f._0xdc75a,_0x5d561f._0x19786f,0x423,_0x5d561f._0x342c7a)]('|');let _0xc53048=0x1*0x187f+-0x140a+-0x475;while(!![]){switch(_0xea91f6[_0xc53048++]){case'0':_0x28a6df[_0x12579f(_0x5d561f._0x207c14,-0x88,-0x97,-_0x5d561f._0x1f7096)]('Server\x20con'+'figuration'+_0x61102d(_0x5d561f._0x1968b6,0x4e2,_0x5d561f._0x1debad,0x47a)+_0x12579f(-0xb8,-0x32,0x22,_0x5d561f._0x2b9dff)+_0x12579f(_0x5d561f._0x186241,_0x5d561f._0xf317cc,0x3b,0x5d)+_0x61102d(0x426,_0x5d561f._0x2ba870,0x45c,0x3ef));continue;case'1':_0x432182[_0x61102d(0x385,0x428,0x361,0x343)](_0x586c89['Gywgu']);continue;case'2':_0x451d37[_0x12579f(-0xc,-0x88,-_0x5d561f._0x4dcac6,-_0x5d561f._0x558ea3)](_0x586c89[_0x61102d(0x43c,_0x5d561f._0x4b4a58,_0x5d561f._0xae3c4a,0x474)]);continue;case'3':_0x1a15a0[_0x12579f(0x3,-_0x5d561f._0x213a36,_0x5d561f._0xd198cb,-_0x5d561f._0x579437)](_0x12579f(_0x5d561f._0x590b46,_0x5d561f._0x1057d2,-_0x5d561f._0x19cf17,-_0x5d561f._0x440512)+'rage\x20\x20\x20\x20\x20\x20'+_0x12579f(_0x5d561f._0xb76233,0x9,_0x5d561f._0x5a7832,-0x12)+_0x12579f(0x35,-_0x5d561f._0x6c63b6,0x17,0x1c)+_0x61102d(0x46a,_0x5d561f._0x1601d0,0x3c2,0x3d2));continue;case'4':_0x54b7d8[_0x12579f(-0x122,-_0x5d561f._0x3028b1,-_0x5d561f._0x557947,_0x5d561f._0x572cb1)](_0x586c89[_0x12579f(-0x3a,-_0x5d561f._0x4b00cd,-_0x5d561f._0x49122b,-_0x5d561f._0x4dcac6)]);continue;case'5':_0x27dd43[_0x61102d(0x385,_0x5d561f._0x3705da,_0x5d561f._0x20715b,0x375)](_0x586c89['JjeMN']);continue;case'6':_0x27163f[_0x61102d(_0x5d561f._0x1ff822,0x33d,_0x5d561f._0x3eceed,0x38c)](_0x586c89[_0x12579f(-_0x5d561f._0x1a295a,-0x6,-_0x5d561f._0x2d006d,-_0x5d561f._0x206704)]);continue;case'7':_0x1d7556['error'](_0x586c89[_0x12579f(-0x64,-0x80,-_0x5d561f._0xeb19c,-_0x5d561f._0x551d88)]);continue;case'8':_0x5b12cc[_0x61102d(0x385,_0x5d561f._0x57f558,_0x5d561f._0x20b664,0x389)](_0x12579f(_0x5d561f._0x11fc60,_0x5d561f._0xd41ae,_0x5d561f._0xe2544e,_0x5d561f._0x5903bc)+'rver\x20confi'+_0x12579f(_0x5d561f._0x43dede,_0x5d561f._0x2f1c53,0x75,_0x5d561f._0x522699)+_0x12579f(0xe2,_0x5d561f._0x33d582,0x27,_0x5d561f._0x5d054b)+'th\x20/path/t'+_0x12579f(-0x103,-0x8e,-0x32,_0x5d561f._0x649760)+_0x61102d(_0x5d561f._0x42bc77,_0x5d561f._0x55dd50,_0x5d561f._0x348787,0x42b));continue;case'9':_0x52ba14['error'](_0x586c89[_0x12579f(-_0x5d561f._0x167b37,_0x5d561f._0x2471de,-0xa1,_0x5d561f._0x257a00)]);continue;case'10':_0x19a956['error']('Setup\x20conf'+_0x61102d(0x409,0x48e,0x3c8,_0x5d561f._0x32a740)+_0x12579f(-0xf9,-_0x5d561f._0x55c051,0x23,-0x66)+_0x61102d(0x413,_0x5d561f._0x56c75c,_0x5d561f._0x19b7f6,_0x5d561f._0x56c75c)+_0x61102d(_0x5d561f._0x8dae31,_0x5d561f._0x3980ab,0x31b,0x362));continue;case'11':_0x5c884c[_0x61102d(_0x5d561f._0x1bc00f,_0x5d561f._0x1c94e2,0x303,_0x5d561f._0x4a43fb)](_0x61102d(0x4c9,_0x5d561f._0x4ef3e7,0x55c,_0x5d561f._0x5ee8b6)+_0x12579f(0x158,0xb8,0xc0,0x126)+_0x61102d(0x383,0x377,_0x5d561f._0x31910b,_0x5d561f._0x1bd01b)+'me');continue;case'12':_0x11da73[_0x12579f(-0xd4,-_0x5d561f._0x213a36,-_0x5d561f._0xe2544e,-0x6e)](_0x61102d(0x459,0x3ed,_0x5d561f._0x2fd9af,0x48a)+_0x61102d(_0x5d561f._0x911684,0x3a3,_0x5d561f._0x47211c,0x42a)+'\x20\x20Default\x20'+_0x12579f(-0x7f,-_0x5d561f._0x1a295a,-0x23,-0xc9)+_0x12579f(-_0x5d561f._0x25e931,_0x5d561f._0x2dbd24,_0x5d561f._0x800147,_0x5d561f._0xa1eea0)+_0x61102d(_0x5d561f._0xc20823,0x3e9,0x37b,0x348));continue;case'13':_0x1b67ca[_0x12579f(-0x134,-0x88,-_0x5d561f._0x19cf17,-_0x5d561f._0x2d4c71)](_0x586c89[_0x12579f(-_0x5d561f._0xb8c027,_0x5d561f._0x260418,0x83,_0x5d561f._0x1b1652)]);continue;case'14':_0x5f18de[_0x61102d(_0x5d561f._0x3a1fbf,_0x5d561f._0x381626,_0x5d561f._0x2373c4,_0x5d561f._0x237e95)](_0x586c89['oWcGT']);continue;case'15':_0x234ab3[_0x61102d(_0x5d561f._0x5b7f75,_0x5d561f._0x111faa,_0x5d561f._0x354fdc,0x3e2)](_0x586c89[_0x12579f(0x80,0xc7,_0x5d561f._0x1d19b7,_0x5d561f._0x843590)]);continue;case'16':_0x5ce647['error'](_0x586c89[_0x12579f(-0x38,-_0x5d561f._0x19f647,-0x73,-0x63)]);continue;case'17':_0x3abfbc[_0x12579f(-0xc,-0x88,-_0x5d561f._0x5ed14c,-_0x5d561f._0x11fc44)](_0x12579f(-_0x5d561f._0x4de132,-0x17,0x64,0x5f)+_0x12579f(-_0x5d561f._0x157455,-0x3c,-_0x5d561f._0x394524,-_0x5d561f._0x2038bb)+_0x12579f(_0x5d561f._0x1e7b0a,_0x5d561f._0x4dcac6,0xec,0x9b)+'figuration'+'\x20value');continue;case'18':_0x5036c1[_0x12579f(-0x9c,-0x88,0x13,-0x29)]('\x20\x20remove\x20<'+_0x12579f(0x117,_0x5d561f._0x162e1a,_0x5d561f._0x4cd4db,_0x5d561f._0x21a263)+'\x20Remove\x20a\x20'+_0x61102d(0x3e4,0x3b8,0x459,0x457)+_0x12579f(0x9e,_0x5d561f._0x220e81,0x83,_0x5d561f._0x1a731c));continue;case'19':_0x395434[_0x61102d(0x385,0x2de,_0x5d561f._0x367527,_0x5d561f._0x9510f4)]('');continue;case'20':_0x2f5af9[_0x61102d(_0x5d561f._0x1b6354,0x31a,_0x5d561f._0x273afb,0x2f7)](_0x586c89[_0x61102d(_0x5d561f._0x501181,_0x5d561f._0xe19f5e,_0x5d561f._0x578e5c,0x3a8)]);continue;case'21':_0x25fa01[_0x61102d(_0x5d561f._0xb76956,0x35f,0x305,0x3ff)](_0x586c89[_0x61102d(_0x5d561f._0x4e24fd,0x364,_0x5d561f._0x4d489f,_0x5d561f._0x2a7898)]);continue;case'22':_0x2ec36f[_0x12579f(-_0x5d561f._0x24d335,-_0x5d561f._0x53ff10,-0x12f,-_0x5d561f._0x4a2393)]('');continue;case'23':_0x5e7fb2['error']('');continue;case'24':_0x5583e7[_0x61102d(0x385,_0x5d561f._0x141f44,_0x5d561f._0x2a4aff,0x2d5)](_0x586c89[_0x61102d(0x41a,0x4b4,_0x5d561f._0x7c9ec5,0x39e)]);continue;case'25':_0x3afef7[_0x12579f(-0xd9,-_0x5d561f._0x5863f2,-_0x5d561f._0xb402b3,-0xcb)]('');continue;case'26':_0x21e44d[_0x12579f(_0x5d561f._0x492ca7,-_0x5d561f._0x241085,-_0x5d561f._0xc1c431,-0x2b)](_0x586c89[_0x12579f(-_0x5d561f._0x309160,-_0x5d561f._0x330119,-0x8b,-0xde)]);continue;}break;}}}catch(_0x3d3b6f){_0x586c89[_0x12579f(0x6,_0x5d561f._0x2c0544,0xc5,_0x5d561f._0x10ae0b)](_0x12579f(0x128,0xc9,_0x5d561f._0xadf07,_0x5d561f._0x2c0544),_0x586c89[_0x12579f(0xe6,0xb2,_0x5d561f._0x43860a,0x88)])?(_0x23ea2e[_0x61102d(_0x5d561f._0x1bc00f,_0x5d561f._0x21b6bd,0x372,0x379)](_0x586c89[_0x12579f(_0x5d561f._0xda0802,_0x5d561f._0x103165,_0x5d561f._0xb76233,0x84)]),_0x2ae408['exit'](0x1*-0x2467+-0x6e9*0x1+0x2b51)):_0x3d3b6f['code']===_0x61102d(0x3ea,0x369,0x430,0x42c)?(console[_0x61102d(0x487,0x520,_0x5d561f._0x573026,_0x5d561f._0x1d9a3f)](_0x586c89[_0x61102d(0x3f7,_0x5d561f._0x302521,0x34f,0x39c)]),console[_0x61102d(_0x5d561f._0x530c8e,_0x5d561f._0x1f016d,_0x5d561f._0x2f3ad6,_0x5d561f._0x3f79b4)](''),console['log'](_0x61102d(_0x5d561f._0x3fe1f1,_0x5d561f._0x228eaa,0x42b,0x343)+_0x12579f(_0x5d561f._0x220e81,_0x5d561f._0x45473a,-_0x5d561f._0x3e33f9,0x54)+_0x3eb8f4)):console[_0x12579f(_0x5d561f._0x2f05e5,0x7a,0x10c,-_0x5d561f._0x157455)]('Error\x20read'+_0x12579f(0x66,0x40,-_0x5d561f._0x20e069,_0x5d561f._0x1176da)+_0x61102d(0x3ed,_0x5d561f._0x381626,_0x5d561f._0x2670e3,_0x5d561f._0x24cc94)+_0x3d3b6f[_0x61102d(0x4b0,_0x5d561f._0x16ab2e,0x4be,_0x5d561f._0x3a6a4f)]);}}else _0x586c89['utxjh']!==_0x12579f(0xae,0x6f,_0x5d561f._0xfb69e4,0x55)?(_0x4c7d59['error'](_0x12579f(-0x9,-0x1c,-_0x5d561f._0x4de132,0x5c)+'er-server\x20'+'config\x20set'+'\x20<key>\x20<va'+'lue>'),_0x35e8e6['exit'](-0x1f42+-0x1*-0x20f6+-0x1b3)):(console[_0x12579f(-0x30,_0x5d561f._0x23f01e,0x3f,0x60)](_0x586c89['ntdpy']),console[_0x61102d(_0x5d561f._0x1737d0,_0x5d561f._0x3a782a,0x418,_0x5d561f._0x5e302f)](_0x586c89['NcXoh']));}
|
|
1
|
+
(function(_0x525441,_0x47d9fe){const _0x4f2e75={_0x2db824:0x2cc,_0x4d9662:0x32f,_0x531a80:0x293,_0x2ed078:0x285,_0x158096:0x2d1,_0x2ba004:0x27d,_0x474025:0x336,_0x532f6d:0x27e,_0x38c6cb:0x2b1,_0x709657:0x251,_0x4d6fa0:0x523,_0x536281:0x4e6,_0x55e158:0x1f5,_0x34f7ed:0x583,_0x29de1e:0x56f,_0x1c47ce:0x4fe,_0xfba3a5:0x4e5,_0x4cd24d:0x57a,_0x46b4fa:0x2e1,_0x131509:0x5d7},_0x13de69={_0xfa14db:0x3e1},_0x23a817=_0x525441();function _0x4a6513(_0x3eab5e,_0x1fce8c,_0xbe6fd3,_0x2baabf){return _0x64e2(_0xbe6fd3-_0x13de69._0xfa14db,_0x1fce8c);}function _0x1170bc(_0x263c2b,_0x4b93af,_0x2b41aa,_0x17c720){return _0x64e2(_0x4b93af- -0x3e6,_0x2b41aa);}while(!![]){try{const _0x411b39=parseInt(_0x1170bc(-0x369,-_0x4f2e75._0x2db824,-_0x4f2e75._0x4d9662,-_0x4f2e75._0x531a80))/(-0x26ff+-0xa*-0x70+0x22a0)*(parseInt(_0x1170bc(-0x1cd,-_0x4f2e75._0x2ed078,-_0x4f2e75._0x158096,-0x31f))/(0x3f1+0x16b9*-0x1+0x12ca))+parseInt(_0x1170bc(-0x2c6,-_0x4f2e75._0x2ba004,-_0x4f2e75._0x474025,-_0x4f2e75._0x532f6d))/(0x3*0x858+-0x62f*0x2+-0xca7)*(-parseInt(_0x1170bc(-_0x4f2e75._0x38c6cb,-0x299,-_0x4f2e75._0x709657,-_0x4f2e75._0x2db824))/(-0x1495+0x1aa9+0x61*-0x10))+-parseInt(_0x4a6513(0x4f0,0x573,0x5a4,0x614))/(-0x1*0x26b0+0x281*-0x1+0x2936)+-parseInt(_0x4a6513(0x582,0x518,_0x4f2e75._0x4d6fa0,_0x4f2e75._0x536281))/(-0x169e+0x1*0x17ac+-0x108)+-parseInt(_0x1170bc(-0x160,-0x20d,-_0x4f2e75._0x55e158,-0x21c))/(-0x4*0x92b+-0x74*0x43+0x430f)+parseInt(_0x4a6513(0x5c6,_0x4f2e75._0x34f7ed,_0x4f2e75._0x29de1e,_0x4f2e75._0x1c47ce))/(0x1a49+-0x1eff+0x4be)*(parseInt(_0x4a6513(_0x4f2e75._0xfba3a5,0x571,_0x4f2e75._0x4cd24d,0x591))/(-0x1a*-0x173+-0x1ace*-0x1+-0x1*0x4073))+-parseInt(_0x1170bc(-0x2f1,-0x2a8,-0x24b,-_0x4f2e75._0x46b4fa))/(0x3*-0x3bb+0x6*0x32e+0x7*-0x11f)*(-parseInt(_0x4a6513(_0x4f2e75._0x131509,0x5c4,0x561,0x4e5))/(-0x6ef*0x1+-0x17da+0x1ed4));if(_0x411b39===_0x47d9fe)break;else _0x23a817['push'](_0x23a817['shift']());}catch(_0x3770da){_0x23a817['push'](_0x23a817['shift']());}}}(_0x13d2,-0xd088*0x10+0x3acc8+0x103b71));import{promises as _0x589cd8}from'fs';import _0x3deb2b from'path';function _0x13d2(){const _0x5cb8b1=['yMX3rM4','u2v0DxaGy29UzG','ihzHBhvL','AwD1CMuGDgHLia','Fde4FdeYFdi0Fa','ANPqvK8','BMzPz3vYyxrPBW','B2XID0i','Cc5QC29UktO','y3nyA2q','ywDLBNqGkgnSyq','ENH5DNC','wvfZDgy','iIbUB3qGzM91BG','icaGicaGicaGia','zYbZzxqGC2vYDG','DhvlCgm','pt09ifnLDhvWia','q29UzMLNDxjHDa','DMzyv0i','wwXWzvi','mta4ntDTsg93tg0','ugTVtem','s1HXDfy','icbUyw1LicaGia','Bhq6idmWmdaP','D3jPDgvgAwXL','A1rPv00','zfDAv1G','ihjLC3vSDhm','y29UzMLNDxjHDa','BwvZC2fNzq','mhWYFdn8nhWX','vxnHz2u6ignVza','DeLvBLG','mtm4ntG2nhvVCxDpqq','Ce5zqwO','icbmB2nHDgLVBG','DgGGl3bHDgGVDa','D3vcC0m','EhvXu1u','ifnOB3CGywXSia','kg5VDcbZzxqP','zu5rvfy','FdL8mtD8mtL8ma','icbtzxj2zxiGCa','mJDrAeXiywy','sMTfyKe','CMfNzsaGicaGia','q29UzMLNDxjLia','Fdf8mJb8ohWXoa','CKTJCwm','C3rVCMuGDgfZAW','Bg9N','DLL0whe','yvLms0i','u0f6Aui','yNDYzKq','icbKzwzHDwX0xW','ufnbrha','ChD3y1O','DefiDhy','AM9PBG','zxiTC2vYDMvYia','z3vYyxrPB24','BxPIyuu','rgjJvM8','zcbPBIbJB25MAq','wKfHyMO','u0fruMG','C2vYDMvYx3bVCG','icbJB2rLCL9Zzq','zgLbzK8','x3bHDgGGicaGia','nhWXFdb8m3WY','zgXLicHVChrPBW','lxnLDhvWigrPCG','ifnLDcbHignVBG','Dhj1C3rFChjVEa','vKPtD1a','C2v0DxaUANnVBG','yxzHAwXHyMXLia','y0jbAei','C2v0','zhjUze4','rfLvsw4','B1vevK0','icbZC2XFy2fFCa','mJy1nJa2mfvis1zJBq','sMDWzKe','ihrVihrHA2uGzq','uhPdsM8','Dw5Zzxq','C3bSAxq','yxrOicaGicaGia','tg9JyxrPB246ia','y29UzMLNidXZzq','vw5RBM93BIbZDq','Aw9Uid09pq','Fdz8mtv8mtz8nq','DxrMltG','sxbfuKC','y29KzxiTC2v0Dq','u2v0ia','sxDMu3m','DxaUANnVBIbUBW','rhLZA0W','B3iGy2HHBMDLCW','tM5xDKG','DxfWB20','ndiZotGXnNfhrNrsuG','vu9erfm','zxjFCg9YDca4ma','CNPNzLm','CMvHzezPBgu','CgfYC2u','Evv5Axm','zYbZzxqGy29Kzq','r3PQt0S','CcbKAxjLy3rVCG','y2XHDwrL','y2PlyKO','A2v5pIaGicaGia','y29KzxiVy29UzG','CMvZB2X2zq','icbZzxqGpgTLEq','icbJB2rLCI1Zzq','vuXlwwi','yNDzA08','zwqGAw4GC2v0Dq','zYbZzxqGzgvMyq','khnLDhvWlMPZBW','rxjYB3i6ihnLDa','icbZAg93icaGia','zxHPDa','uMvTB3zLzca','qwjtCgK','uM9KtKe','DLPswLa','zxr1Cc5QC29Uia','u1nmignLCNrPzG','yKT1wem','y29UzMLNigDLDa','AejVs1e','zMTQyLu','q0THEum','DcbJB25MAwD1CG','C25zCNC','wKvHDK4','q3vAtxi','zxGP','s3nKqLa','u2vYDMvYignVBG','AxDSANu','B3H5icaGicaGia','lxnLCNzLCIbJBW','wMvgCw8','BNrZihrVigeGDG','q1HvzKe','Dhj1zq','CMLOvNK','u1jVshy','y29KzxjFC2v0Dq','Awjzufm','wwT3s1K','BIbUB3qGzM91BG','rxjYB3i6ia','icbZzxj2zxjFCa','y29UzMLNihjLBq','uu9wuvm','su9KqLG','txjzrMW','A0LIDu4','Cf9WyxrOoIa','D3jzse0','Bw9cCMW','vw5RBM93BIbJBW','DhvWx3bHDgGGia','ienVBMzPz3vYyq','rxHHBxbSzxm6','icbqyxrOihrVia','DgG6icaGica','zKzPCwK','DMf3vuq','txnLsKm','BIbRzxK6ia','zuzHyxK','EMLpEwS','uMvZDgfYDcb0Aa','C1b1Aeu','zNbvveG','B2nHDgLVBJOG','ywXPzcbWB3j0ia','yxrO','zvDXuxu','DhXNzxr8CMvTBW','ugXcquu','CNzLCIbJB25MAq','C0XPBfq','AvrZCLm','D0HVu1e','svHxEK8','zMLNDxjHDgLVBG','y3fwwwO','Cf9WyxrO','txfjqMy','DNLJzLq','tLz2AMS','CMvKigLUih4VlG','AK5iwNK','Fdi2Fdr8n3WXoq','AvzuAw4','DcbMB3vUzcbHDa','nhWXnxWYm3WYnG','wMLTwhy','rxjYB3i6ieLUDG','yKDAEgu','DxnHz2uGAw5MBW','Cf9WyxrOihbVAq','icb0CNvZDf9WCG','C3nSx2nHx3bHDa','B3H5igHLywrLCG','z1jSuvC','DvDZq2O','DhvW','EgX1A0m','thztzMS','BMfSkq','tK1Tu2y','C0riD1q','rvvMDu8','AwnHDguGzMLSzq','y29UzMLNihnLDa','sgfZqwe','BeLzs0W','icbtzxr1CcbUyq','oxWXn3WYmhWYmW','C2v0DxaGCgf0Aa','vxDjs0q','v05Iu2u','sMvPu1i','BNvTyMvY','AxzxDMC','rxHWzwn0zwqGBa','C0vesNa','EerQwuK','ihrVihzPzxCGCW','CMTLDxG','s2v5ici','Cgf0AcaGicaGia','twfRzsbZDxjLia','pIa8DMfSDwu+ia','DfHlsxi','B3j0icaGicaGia','r1bfBee','DgfZA19ZDg9Yyq','AwCUANnVBIK6','AfrNr2K','uNvUicjJB2rLCG','uwrStu0','A2v5CYaOC3rVCG','AvPws2G','zsbRzxKGzMLSzq','BuHYree','rKTSvuO','A3nIAM8','vwz6CNe','vxvhuvG','A2v5xsbBDMfSDq','CL9Zzxr1Cf9Wyq','rxjYB3i6ifnLDa','C2z0C0K','v21Pv1O','DcaOmZaWmcK','C2HVDW','wxbdrxy','qwvSBKe','igzVCIbLBNzPCG','AdOGicaGica','AwD1CMf0Aw9Uia','t0fQqu0','wNvVsei','qLbmwxm','uuDOyLO','icbZC2XFA2v5xW','v21qCfO','DwrLig9YignVza','s29Lz1m','y0jfuKC','BMzPzYiGzM9Yia','ndqZtwPzy25U','DMv8C2HVDZ4GwW','EtOGicaGica','idXRzxK+idX2yq','idXRzxK+','DevbzfK','A2v5CW','s0vfC0q','y29Kzq','Aw9UihzHBhvL','DxaGCgf0AcbUBW','icbezwzHDwX0ia','DgLVBIa9pt0','mJj8mxWXmxWXma','DKHPu0S','uLLZse8','u1nmihbYAxzHDa','CYaODhj1zs9Myq','zxjYB3i','EK9XsNy','DvDSrKG','A0LtCMO','wwPksfC','C1vWwxC','zw50','ANnVBJOG','y0HLD3y','EvbODuW','icbZC2XFy2vYDa','u1nmienbigj1BG','DwX0x2fNzw50ia','C3rYAw5NAwz5','ELrYuM0','AgfZ','EeHiu2W','ru5pru5u','mtu4mtbkwuXhrgu','Aw9U','ieDLDcbHignVBG','uxH3rgy','mtCXndq0mhb5A2LlBq','ysbSAxn0ig9Mia','icbtu0GGAg9ZDa','yuzQs0u','zsbZzxj2zxiGzG','rxjYB3iGCMvHza','D2jqtwe','zMzLy3qU','tvnAzwS','C3nSx2nLCNrFCa','Fdr8mtj8nxW2Fa','nZaZnJiWqKvSv0j1','A2PjBeC','qwPrt1G','FdH8mNWYmxWYnq','zYbZAg93','rNvhEeK','igTLExmGkhn0BW','C3nOx2HVC3q','q29TBwfUzhm6','D1fqCxC','EKLvugm','r1zUEgi','icb0yxnRx3n0BW','uxzNC1q','vg93zKS','BhnLkq','id0G','sfzjzwO','Aw5NihnLDhvWlG','C3nSx2TLEv9Wyq','mJi0mKfqBejLrG','DKvgtfi','AfPWuhe','yMnVBw1HBMq6ia','ifjLBw92zsbHia','BY9JB2rLCI1Zzq','icbZC2HFAg9ZDa','y3jzzhy','mtjZzNzft20','Ehvsq3G'];_0x13d2=function(){return _0x5cb8b1;};return _0x13d2();}import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set([_0x4973a5(0x1b2,0xd9,0x137,0x17f)+'p_path',_0x470f83(0x184,0x1b9,0x1db,0x1bd)+'t',_0x4973a5(0x118,0x3c,0x127,0xbd)+_0x470f83(0x25f,0x234,0x211,0x185),'ssl_key_pa'+'th',_0x4973a5(0x23a,0x24e,0x11c,0x1b9)+'h',_0x4973a5(0x14a,0xda,0x10b,0x12b)+'y']),SETUP_JSON_KEYS=new Set([_0x4973a5(0x28,0x15d,0x4a,0xc6),'default_ag'+_0x470f83(0x1bf,0x13a,0x133,0x173),_0x470f83(0x26e,0x272,0x22a,0x230)+'ge','name']);export async function handleConfig(_0x4a5deb){const _0x1233eb={_0x5867ae:0x4c,_0x587b18:0x5,_0x2e32bc:0x24,_0x275705:0x5c5,_0xbc28d7:0x563,_0x23208a:0x504,_0x36a97c:0x475,_0x1aec0c:0x68,_0x404b9c:0x2b,_0x58610e:0x34,_0x366725:0x43,_0x699ed:0xa5,_0xdce7d8:0x63d,_0x2181cd:0x4fe,_0x220026:0x414,_0x3a7895:0x568,_0x1532a1:0x521,_0x5c2098:0x51,_0x234a56:0x144,_0x3775ef:0xdf,_0x2c641d:0x5e3,_0x2f82f1:0x51d,_0x49b448:0x7a,_0x5d6f71:0x6a,_0x440c53:0x2a,_0x31f53a:0x8d,_0x98504e:0x15,_0x2d9abb:0xc,_0x542360:0x162,_0x4ee007:0x178,_0x1e13d9:0x102,_0x5a231c:0xf1,_0x277f38:0x4c6,_0x24d5cc:0xb6,_0x107d68:0x81,_0x216555:0xae,_0x224da0:0x609,_0x5ac8b6:0x6af,_0x57de89:0x61e,_0x27991e:0x61f,_0xf8cf3b:0x6e4,_0x5bb306:0x632,_0x10b307:0x57d,_0x5b0ab1:0x517,_0x1fb5b6:0x66,_0x22b0b3:0x37,_0x1dbc7d:0x64,_0x3d191c:0x4d,_0x55e894:0x20,_0x453782:0x5c4,_0x477b2f:0x611,_0x112278:0x555,_0x1c92af:0x5dd,_0x217b95:0x671,_0x1f446c:0x6c9,_0x4242ee:0x26,_0x1edeaa:0x4a,_0x4f86d9:0x47,_0x3689a4:0x25,_0x4dc0a9:0x43,_0x3d33ce:0x568,_0x4809c2:0x581,_0x11d7df:0x5d8,_0x2c9389:0x5d8,_0x1d849e:0x627,_0x5aa2ae:0x4e1,_0x2ff5dd:0x453,_0x727ee9:0x1,_0x44e6d9:0x0,_0x83f4dd:0x8d,_0x592ee1:0x89,_0x4802f8:0x83,_0x12162e:0x6,_0x5c50fc:0x617,_0xa02086:0x5a6,_0x1812c8:0x510,_0x3851ca:0x4f7,_0x42c666:0x12,_0x1ae3f0:0x55,_0x19508c:0x569,_0x5312f9:0x4d7,_0x2daf05:0x46c,_0x3abefa:0x4b3,_0x115834:0x13,_0x152f93:0x58,_0xa9f656:0xc6,_0x39a6b0:0xba,_0x9dae30:0x61a,_0x129131:0x51e,_0x5bfcb6:0x580,_0x246d6f:0x62,_0x5b1993:0xb9,_0x3ee7ca:0x13,_0xac790:0x4e1,_0x19c07e:0x44c,_0x5841b5:0x435,_0x1f3340:0x75,_0x2235b0:0x7a,_0x317a49:0x4c7,_0x5c542b:0x8f,_0x45182b:0xa1,_0xe5cbe4:0x6,_0x480f1f:0x73,_0x5915c6:0x40},_0x3f1cd2={_0x38f2a7:0xf6},_0x559e27={_0x3217de:0x10d},_0x134eb6={'kypBx':_0x1174a7(_0x1233eb._0x5867ae,-_0x1233eb._0x587b18,_0x1233eb._0x2e32bc,-0x47),'sPuhE':_0x1174a7(0x51,-0x33,-0x34,0x6a)+_0x2289be(0x528,_0x1233eb._0x275705,0x597,0x663)+'d)','YkwKY':function(_0x1f4741,_0x4a4589){return _0x1f4741===_0x4a4589;},'wpAQI':'eoEgV','aklNY':function(_0x5367b5){return _0x5367b5();},'Ufzrq':_0x2289be(_0x1233eb._0xbc28d7,_0x1233eb._0x23208a,0x51a,_0x1233eb._0x36a97c),'iTsrS':function(_0x3e9eff,_0x43fecb,_0x4f0d66){return _0x3e9eff(_0x43fecb,_0x4f0d66);},'wfTSh':'get','HasAa':function(_0x47d8fd,_0x8562bd){return _0x47d8fd(_0x8562bd);},'GPElA':_0x1174a7(-_0x1233eb._0x1aec0c,-_0x1233eb._0x404b9c,-_0x1233eb._0x58610e,_0x1233eb._0x366725),'vEFLR':function(_0x1a096e){return _0x1a096e();},'wbPMa':_0x2289be(0x637,0x622,0x5dd,0x5b0)+'-server\x20co'+_0x1174a7(-0xc0,-0x99,-_0x1233eb._0x699ed,-0x6b)+_0x2289be(_0x1233eb._0xdce7d8,0x5f9,0x5ce,0x545)+'rmation','MvbEd':function(_0x56bf84,_0x1c9024){return _0x56bf84!==_0x1c9024;},'diAfO':_0x2289be(0x559,0x4c8,_0x1233eb._0x2181cd,_0x1233eb._0x220026),'MseJC':_0x2289be(_0x1233eb._0x3a7895,0x4ef,_0x1233eb._0x1532a1,0x4eb)},_0x466bd4=_0x4a5deb[-0x11ec+-0xa*0x29a+0x2bf0];function _0x2289be(_0x41819b,_0x3e7cea,_0x1f6409,_0x5bebbb){return _0x470f83(_0x41819b-_0x559e27._0x3217de,_0x3e7cea-0x3ad,_0x1f6409,_0x5bebbb-0x1c4);}function _0x1174a7(_0x5270cc,_0x513d39,_0x2887b2,_0x3c6a2d){return _0x4973a5(_0x513d39,_0x513d39-0x16a,_0x2887b2-0x12,_0x3c6a2d- -_0x3f1cd2._0x38f2a7);}!_0x466bd4&&(_0x134eb6['YkwKY'](_0x134eb6['wpAQI'],'eoEgV')?(_0x134eb6['aklNY'](showUsage),process[_0x1174a7(-0x4,0x10e,0x62,0x6d)](-0x3*0x542+-0x24ff+0x34c6)):(_0x261b31[_0x1174a7(0x57,-0xd3,-_0x1233eb._0x5c2098,-0x58)](_0x1174a7(_0x1233eb._0x234a56,0xed,0x165,_0x1233eb._0x3775ef)+_0xb3d7fd+(_0x2289be(_0x1233eb._0x2c641d,0x52d,0x4fa,_0x1233eb._0x2f82f1)+_0x1174a7(_0x1233eb._0x49b448,_0x1233eb._0x5d6f71,0x55,_0x1233eb._0x440c53)+_0x1174a7(_0x1233eb._0x31f53a,-0x7f,-0x4b,0x27))),_0xab7985[_0x1174a7(-_0x1233eb._0x366725,-_0x1233eb._0x98504e,_0x1233eb._0x2d9abb,0x6d)](-0x2068+-0x47*-0x43+0x375*0x4)));try{if('nYqHV'!==_0x134eb6[_0x1174a7(_0x1233eb._0x542360,_0x1233eb._0x4ee007,_0x1233eb._0x1e13d9,_0x1233eb._0x5a231c)])switch(_0x466bd4){case _0x2289be(_0x1233eb._0x277f38,0x573,0x568,0x56e):await _0x134eb6[_0x1174a7(_0x1233eb._0x24d5cc,-0x2,_0x1233eb._0x107d68,_0x1233eb._0x216555)](setConfig,_0x4a5deb[-0x109d*-0x2+-0x14d7+-0xc62],_0x4a5deb[0x9f*0x34+-0x1c9a+-0x3b0]);break;case _0x134eb6['wfTSh']:await _0x134eb6[_0x2289be(0x64a,_0x1233eb._0x224da0,_0x1233eb._0x5ac8b6,0x641)](getConfig,_0x4a5deb[0x1bb*0xb+0x6d1+-0x1fd*0xd]);break;case'remove':case _0x134eb6[_0x2289be(0x635,_0x1233eb._0x57de89,0x602,_0x1233eb._0x27991e)]:await _0x134eb6[_0x1174a7(0x97,0xd8,0xc1,0xd0)](removeConfig,_0x4a5deb[-0x1*-0x2501+0x24f9+-0x49f9]);break;case _0x2289be(_0x1233eb._0xf8cf3b,_0x1233eb._0x5bb306,0x68b,_0x1233eb._0x10b307):await _0x134eb6[_0x2289be(0x482,_0x1233eb._0x5b0ab1,0x54d,0x5c3)](showConfig);break;default:console['error'](_0x1174a7(-0x64,-_0x1233eb._0x1fb5b6,_0x1233eb._0x22b0b3,0x48)+_0x1174a7(-_0x1233eb._0x1dbc7d,_0x1233eb._0x3d191c,-0x38,-_0x1233eb._0x55e894)+_0x466bd4),console['error'](_0x134eb6[_0x2289be(0x495,0x4fd,0x53e,0x5a7)]),process[_0x2289be(0x5d3,0x5a6,_0x1233eb._0x453782,0x556)](-0x2*0x696+-0x76*-0x4+0x3c7*0x3);}else _0x5e5801['code']===_0x134eb6['kypBx']?(_0x2bf060['log'](_0x134eb6[_0x2289be(_0x1233eb._0x477b2f,0x5dd,0x667,0x657)]),_0x41a25f[_0x2289be(0x593,_0x1233eb._0x112278,0x5a3,0x597)](''),_0x3c820f['log'](_0x2289be(_0x1233eb._0x1c92af,0x613,_0x1233eb._0x217b95,_0x1233eb._0x1f446c)+'ocation:\x20'+_0x277d74)):_0x40589e[_0x1174a7(-_0x1233eb._0x4242ee,0x3d,0x33,0x1c)]('Error\x20read'+_0x1174a7(-_0x1233eb._0x1edeaa,-0x60,_0x1233eb._0x4f86d9,-_0x1233eb._0x3689a4)+_0x1174a7(_0x1233eb._0x4dc0a9,-0x107,-0xb7,-0x51)+_0x108146['message']);}catch(_0x26aaaf){_0x134eb6['MvbEd'](_0x134eb6[_0x2289be(0x4fd,_0x1233eb._0x3d33ce,0x4fb,_0x1233eb._0x4809c2)],_0x134eb6[_0x2289be(_0x1233eb._0x11d7df,_0x1233eb._0x2c9389,0x580,_0x1233eb._0x1d849e)])?(console[_0x2289be(0x4da,_0x1233eb._0x5aa2ae,_0x1233eb._0x2ff5dd,0x42a)](_0x1174a7(0xb0,-_0x1233eb._0x727ee9,_0x1233eb._0x44e6d9,_0x1233eb._0x83f4dd)+_0x26aaaf[_0x1174a7(-_0x1233eb._0x592ee1,_0x1233eb._0x4802f8,0xb,_0x1233eb._0x12162e)]),process[_0x2289be(_0x1233eb._0x5c50fc,_0x1233eb._0xa02086,_0x1233eb._0x1812c8,_0x1233eb._0x3851ca)](-0x2011*0x1+0xd3*-0x21+0x3b45)):(_0x134eb6[_0x1174a7(-_0x1233eb._0x42c666,0x10c,_0x1233eb._0x1ae3f0,0x8b)](_0x58e5d8[_0x2289be(_0x1233eb._0x19508c,_0x1233eb._0x5312f9,0x441,_0x1233eb._0x2daf05)],_0x2289be(_0x1233eb._0x5b0ab1,0x4f2,_0x1233eb._0x3abefa,0x598))?_0x5dafba[_0x1174a7(0x61,-_0x1233eb._0x115834,-0xbd,-_0x1233eb._0x152f93)](_0x1174a7(_0x1233eb._0xa9f656,0x82,_0x1233eb._0x39a6b0,0x6b)+_0x2289be(_0x1233eb._0x9dae30,0x589,_0x1233eb._0x129131,_0x1233eb._0x5bfcb6)+_0x1174a7(_0x1233eb._0x246d6f,_0x1233eb._0x5b1993,_0x1233eb._0x3ee7ca,0xbb)+'\x20'+_0x5f347c):_0x31a245[_0x2289be(0x49c,_0x1233eb._0xac790,_0x1233eb._0x19c07e,_0x1233eb._0x5841b5)](_0x1174a7(-_0x1233eb._0x1f3340,_0x1233eb._0x2235b0,0x1f,-0x3d)+'ing\x20setup.'+_0x2289be(0x453,0x4e8,0x4da,_0x1233eb._0x317a49)+_0x2c8fcd[_0x1174a7(-_0x1233eb._0x5c542b,0x63,_0x1233eb._0x45182b,_0x1233eb._0xe5cbe4)]),_0x565ab4[_0x1174a7(0x7f,_0x1233eb._0x480f1f,_0x1233eb._0x5915c6,0x6d)](-0x6d3+0xd8b+-0x6b7));}}function _0x4973a5(_0x8fb7a4,_0x24fe3f,_0x3dcfc9,_0xd9ad64){return _0x64e2(_0xd9ad64- -0x8e,_0x8fb7a4);}function showUsage(){const _0x3c4b6b={_0x4ce668:0x3bb,_0xa1156e:0x6b,_0x401eef:0x457,_0x83159d:0x36f,_0x4a9e40:0x187,_0x211917:0xf5,_0x58517e:0x170,_0x166d2d:0xc4,_0x56f234:0x1b7,_0x15523b:0xab,_0x9956db:0x1c9,_0x4ac1f2:0x144,_0x406d60:0xa9,_0x26009c:0x9,_0x525031:0x460,_0x520b7f:0x46e,_0x2f98a5:0xa5,_0x1e0d80:0xaf,_0x1e54b3:0xdf,_0x593dce:0x133,_0x23e55a:0x3a1,_0x519371:0x347,_0xc2317e:0x3da,_0x2e76d5:0x2db,_0x57b320:0x39d,_0x51f996:0x345,_0x4cc795:0x30d,_0x54d601:0x301,_0x1af41a:0x3a6,_0x4b560e:0x393,_0x19e5a8:0x43c,_0x3b9759:0x3d3,_0x373fa6:0x19e,_0xccfa26:0x16e,_0x41a892:0x151,_0x21e429:0x32c,_0x492f49:0x33c,_0x44c772:0x3e3,_0x274673:0x369,_0x833e:0x3d2,_0x1db67b:0xca,_0x24f2df:0x119,_0x3c571f:0x124,_0x22e504:0x3fd,_0x3f8f43:0x432,_0x4f5c6a:0x40a,_0x273bc2:0x318,_0x5d2241:0x2f9,_0xff489f:0x384,_0x8aa76c:0xd6,_0x35d278:0x66,_0x47ef1c:0x3f7,_0x5c35cf:0x362,_0x15faa4:0x3ac,_0x2f41ba:0x321,_0xbe08a3:0x337,_0x328d38:0x414,_0x1031a9:0x3e4,_0x25d0cd:0x1e6,_0x176c00:0x141,_0x335a32:0x1e1,_0x3a7e19:0x354,_0x56be1e:0x36e,_0x240618:0x122,_0x29c870:0x100,_0x42cd5b:0x79,_0x286fee:0x373,_0x2bdf96:0x38b,_0x3e27c1:0x33f,_0x169afa:0x344,_0x32b408:0x470,_0x5de935:0xb7,_0x3e0a19:0x105,_0x43a6e7:0x2e3,_0x16156d:0x40b,_0x3be014:0x44e,_0x4943c2:0x3a9,_0x5463f7:0x31,_0x5ef820:0x21,_0x158b7f:0x5d,_0x3d0d21:0x2b,_0x447d79:0x138,_0x31723f:0x1ec,_0x8473b4:0x94,_0x5044e0:0x53,_0x31b161:0x38d,_0x152922:0x3de,_0x586735:0x17c,_0x5caf6f:0xb9,_0x569371:0x16b,_0x323fd5:0x64,_0x485aad:0x314,_0x1217ec:0x2cf,_0x334328:0x382,_0x2f2d67:0x3bc,_0x1bb06a:0x3fe,_0x399507:0x34c,_0x5cb3de:0x3a4,_0xdd4545:0x32d,_0x2f98f3:0x363,_0x334d64:0x371,_0x16a303:0x165,_0x26a84c:0xb4,_0xfef121:0x422,_0x3723e1:0x4ce,_0x2c1aeb:0x3e2,_0x56ee5d:0x2e2,_0x1c51a8:0x327,_0x1a0f45:0x193,_0x413459:0xf8,_0x3d26fc:0xc8,_0x9ae268:0x46c,_0x4839dd:0xcb,_0x5dd532:0x73,_0x2c0947:0x1d,_0x1c837a:0x95,_0x27f8c1:0x10f,_0x4a7cb0:0x58,_0x572479:0x423,_0x277de4:0x35f,_0x561870:0x396,_0x52eec9:0x145,_0x536dc8:0xa8,_0x5220e9:0x6c,_0x11d80d:0x2d7,_0xf40dc2:0x319,_0x5c13d7:0x2fe,_0x275044:0x376,_0x39ef0a:0x180,_0x2fc024:0xc9,_0x2124b5:0x43,_0x5297ac:0xf3,_0x1fe7f5:0x369,_0x52b4d8:0x403,_0x5062ee:0x351,_0x236fb1:0x36a,_0x1bfada:0x359,_0x32934d:0x41d,_0x1e2eb7:0x402,_0x129d51:0x43b,_0x16dbce:0x2e0,_0x7445e4:0x387,_0x267378:0x394,_0x4d699a:0x4c,_0x4c6a62:0x24,_0x2b5585:0xa8,_0x5ae3b2:0x12c,_0x4c8c79:0x356,_0x3c98ce:0x8f,_0x54f703:0x57,_0x8e6f9f:0xda,_0x53eedc:0xb4,_0x3f4ac2:0x22,_0x562f2a:0x27,_0x1d7a7a:0x19,_0x4ced7b:0x84,_0x8ed669:0x6d,_0x48456a:0x182,_0x5a8378:0x372,_0x31b369:0x289,_0x41bc87:0x2af,_0x1974fd:0x2f0,_0x1737de:0x34c,_0x53fee1:0x1ff,_0x5949ea:0x166,_0xf5240f:0xbf,_0x4f3ea8:0x2fc,_0x16adf7:0x33d,_0xb5aa37:0x41e,_0x3190b7:0x2cc,_0x2796bd:0x351,_0x27eeed:0x256,_0x4c5460:0x483,_0x38b518:0x429,_0x18ba50:0x42a,_0xe997a1:0x32c,_0x239ec6:0x27f,_0x1cdd18:0x2e0,_0x50173b:0x463,_0xe010bb:0x3d4,_0x3d6bfe:0x383,_0x52f397:0x2d2,_0x157c36:0x295,_0xf2f56c:0x2f4,_0x25bb32:0x111,_0x13fbcd:0x69,_0x41cf1f:0x16c,_0x6e847f:0x125,_0x5c91df:0x75,_0x5f2df3:0x166,_0x42436d:0x3b2,_0x2a6400:0x10a,_0xa1f2ab:0x48e,_0x4af0da:0x3e7,_0x3906d8:0x21f,_0x1bd779:0x153,_0x19b04e:0x9f,_0x84af78:0x1e8,_0x4bd796:0x1de,_0xdad244:0x106,_0x34aa47:0xde,_0x14fbf4:0x426,_0x18508e:0x30d,_0x3d03c8:0x3ab,_0x209dbe:0x35d,_0x3c4bb0:0x4ba,_0xe884bb:0x26e,_0x49a1b7:0x22a,_0x11a11d:0x2f7,_0x7a0808:0x37b,_0x2f6649:0x342,_0x27916c:0x1cc,_0x43c4b0:0x1e2,_0x4e731d:0x2ac,_0x11b2e9:0x4d,_0x4d67a8:0xdb,_0x2068dd:0x277,_0x2f048f:0x1e7,_0x376bcc:0x16f,_0x4b9bf0:0x13e,_0x16d40:0x359,_0x2ec427:0x160,_0x4c53ad:0x48,_0x59f773:0x3d,_0x208296:0x33,_0x460079:0x2d3,_0x3a290f:0x2e0,_0x55f14a:0x166,_0x181f55:0x156,_0x27f5e3:0x147,_0x338b1a:0xfd,_0x257f57:0xbb,_0xa76384:0xb1,_0x423a74:0xa,_0x4232b0:0x17c,_0x3f54fc:0xc1,_0x1a3ebf:0x3db,_0x38c048:0x387,_0x22f37b:0x315,_0x36946f:0x2e0,_0x107cc0:0x49,_0x113cdc:0x15,_0x389096:0xea,_0x4c8a8a:0x367,_0x3adadc:0x24a,_0x36d95c:0x2f6,_0x49f729:0xba,_0x2e4eaa:0x18,_0x4e307f:0x2cf,_0x2503e6:0x38e},_0x35228c={_0x2d3dc5:0x192},_0xb10d4e={_0x2495d7:0x170,_0x4d698:0x242};function _0x43a82c(_0xab647,_0x451bc6,_0x4f8ed0,_0x24bae4){return _0x4973a5(_0xab647,_0x451bc6-0x137,_0x4f8ed0-_0xb10d4e._0x2495d7,_0x24bae4-_0xb10d4e._0x4d698);}const _0x3d1156={};_0x3d1156[_0x43a82c(0x3af,0x436,0x40d,_0x3c4b6b._0x4ce668)]='16|2|21|10'+_0x1fb348(-0x10f,-0xfb,-_0x3c4b6b._0xa1156e,-0x16d)+'|25|22|7|1'+_0x43a82c(_0x3c4b6b._0x401eef,0x48f,_0x3c4b6b._0x83159d,0x3f4)+_0x1fb348(-_0x3c4b6b._0x4a9e40,-_0x3c4b6b._0x211917,-_0x3c4b6b._0x58517e,-_0x3c4b6b._0x166d2d)+_0x1fb348(-_0x3c4b6b._0x56f234,-0x146,-0x167,-_0x3c4b6b._0x15523b)+'24|13|3|11',_0x3d1156[_0x1fb348(-_0x3c4b6b._0x9956db,-_0x3c4b6b._0x4ac1f2,-0x163,-0x15d)]=_0x1fb348(-0x92,-_0x3c4b6b._0x406d60,_0x3c4b6b._0x26009c,-0x13f)+_0x43a82c(_0x3c4b6b._0x525031,0x36b,_0x3c4b6b._0x520b7f,0x3e4)+_0x1fb348(-0x44,-_0x3c4b6b._0x2f98a5,-0x12f,-0x2f)+'ult_agent\x20'+_0x1fb348(-0x3,-_0x3c4b6b._0x1e0d80,-_0x3c4b6b._0x1e54b3,-_0x3c4b6b._0x593dce),_0x3d1156[_0x43a82c(_0x3c4b6b._0x23e55a,_0x3c4b6b._0x519371,0x424,_0x3c4b6b._0xc2317e)]=_0x43a82c(_0x3c4b6b._0x2e76d5,_0x3c4b6b._0x57b320,_0x3c4b6b._0x51f996,_0x3c4b6b._0x4cc795)+_0x43a82c(_0x3c4b6b._0x54d601,_0x3c4b6b._0x1af41a,_0x3c4b6b._0x4b560e,0x34f)+_0x43a82c(0x45e,_0x3c4b6b._0x19e5a8,0x32d,_0x3c4b6b._0x3b9759)+_0x1fb348(-_0x3c4b6b._0x373fa6,-0xf3,-_0x3c4b6b._0xccfa26,-_0x3c4b6b._0x41a892)+_0x43a82c(0x378,0x37c,_0x3c4b6b._0x21e429,_0x3c4b6b._0x492f49),_0x3d1156['UuGQX']=_0x43a82c(0x375,_0x3c4b6b._0x44c772,_0x3c4b6b._0x274673,_0x3c4b6b._0x833e),_0x3d1156['upiAP']='\x20\x20name\x20\x20\x20\x20'+_0x1fb348(-_0x3c4b6b._0x1db67b,-_0x3c4b6b._0x24f2df,-0x74,-_0x3c4b6b._0x3c571f)+_0x43a82c(_0x3c4b6b._0x22e504,0x477,_0x3c4b6b._0x3f8f43,_0x3c4b6b._0x4f5c6a)+'me',_0x3d1156[_0x43a82c(_0x3c4b6b._0x273bc2,0x409,_0x3c4b6b._0x5d2241,_0x3c4b6b._0xff489f)]=_0x1fb348(-_0x3c4b6b._0x8aa76c,-0xaa,-_0x3c4b6b._0x35d278,-0xff)+_0x43a82c(0x3d6,0x41b,0x49f,0x41a)+'\x20Set\x20a\x20con'+_0x43a82c(_0x3c4b6b._0x47ef1c,0x36e,0x3c3,0x3e9)+_0x43a82c(_0x3c4b6b._0x5c35cf,_0x3c4b6b._0x15faa4,0x2d9,_0x3c4b6b._0x2f41ba),_0x3d1156['wHoSQ']=_0x43a82c(0x37c,0x359,0x2ea,0x39d)+_0x43a82c(0x3ef,_0x3c4b6b._0xbe08a3,_0x3c4b6b._0x328d38,_0x3c4b6b._0x1031a9)+_0x1fb348(-_0x3c4b6b._0x25d0cd,-_0x3c4b6b._0x176c00,-_0x3c4b6b._0x335a32,-0x1a6);function _0x1fb348(_0x593229,_0xadd0b6,_0x5e406c,_0x346dbe){return _0x470f83(_0x593229-0x132,_0xadd0b6- -0x29a,_0x5e406c,_0x346dbe-_0x35228c._0x2d3dc5);}_0x3d1156['AbSpi']='\x20\x20ssh_host'+_0x43a82c(0x372,_0x3c4b6b._0x3a7e19,_0x3c4b6b._0x56be1e,0x32d)+_0x1fb348(-0x10a,-0x14e,-_0x3c4b6b._0x240618,-_0x3c4b6b._0x29c870)+_0x1fb348(-0x68,-0x12,_0x3c4b6b._0x42cd5b,0x10)+'onments',_0x3d1156[_0x43a82c(0x40f,_0x3c4b6b._0x286fee,_0x3c4b6b._0x2bdf96,0x364)]='\x20\x20coder-se'+_0x43a82c(_0x3c4b6b._0x3e27c1,_0x3c4b6b._0x169afa,_0x3c4b6b._0x32b408,0x3e4)+'g\x20set\x20serv'+_0x1fb348(-0xe,-_0x3c4b6b._0x5de935,-0x58,-_0x3c4b6b._0x3e0a19)+'80',_0x3d1156[_0x43a82c(0x315,_0x3c4b6b._0x43a6e7,_0x3c4b6b._0x16156d,0x398)]='\x20\x20ssl_key_'+_0x43a82c(0x41e,_0x3c4b6b._0x3be014,_0x3c4b6b._0x4943c2,0x418)+_0x1fb348(_0x3c4b6b._0x5463f7,-0x73,-0xf8,-0x41)+'SSL\x20privat'+_0x1fb348(-0x3e,-_0x3c4b6b._0x5ef820,-_0x3c4b6b._0x158b7f,_0x3c4b6b._0x3d0d21),_0x3d1156[_0x1fb348(-_0x3c4b6b._0x447d79,-0x14d,-_0x3c4b6b._0x31723f,-0x121)]=_0x1fb348(-_0x3c4b6b._0x8473b4,-0x106,-_0x3c4b6b._0x5044e0,-0x143)+_0x43a82c(0x33f,_0x3c4b6b._0x31b161,_0x3c4b6b._0x152922,0x35e)+_0x1fb348(-_0x3c4b6b._0x586735,-0xc7,-_0x3c4b6b._0x5caf6f,-_0x3c4b6b._0x569371)+_0x1fb348(-0x1c,-_0x3c4b6b._0x323fd5,-0xa8,-0x5c)+_0x43a82c(_0x3c4b6b._0x485aad,0x33e,0x341,_0x3c4b6b._0x1217ec)+'key]\x20[valu'+'e]',_0x3d1156[_0x43a82c(_0x3c4b6b._0x334328,0x414,_0x3c4b6b._0x2f2d67,_0x3c4b6b._0x1bb06a)]=_0x43a82c(0x387,0x3e4,_0x3c4b6b._0x399507,_0x3c4b6b._0x5cb3de)+_0x43a82c(0x396,0x2c2,0x335,_0x3c4b6b._0xdd4545)+'\x20Show\x20all\x20'+'configurat'+'ion',_0x3d1156[_0x43a82c(_0x3c4b6b._0x2f98f3,0x38a,0x3c6,_0x3c4b6b._0x334d64)]=_0x1fb348(-_0x3c4b6b._0x16a303,-0x126,-0xbe,-_0x3c4b6b._0x26a84c)+_0x43a82c(_0x3c4b6b._0xfef121,_0x3c4b6b._0x3723e1,0x457,0x436)+'keys\x20(stor'+_0x43a82c(_0x3c4b6b._0x2c1aeb,0x41d,0x42b,0x3a0)+_0x43a82c(0x32c,0x2d5,_0x3c4b6b._0x56ee5d,_0x3c4b6b._0x1c51a8),_0x3d1156[_0x1fb348(-_0x3c4b6b._0x1a0f45,-_0x3c4b6b._0x413459,-0x8b,-_0x3c4b6b._0x3d26fc)]='Commands:',_0x3d1156['NnWvH']='\x20\x20coder_se'+_0x43a82c(_0x3c4b6b._0x9ae268,0x363,0x351,0x3d0)+_0x1fb348(-_0x3c4b6b._0x4839dd,-_0x3c4b6b._0x5dd532,0x1f,_0x3c4b6b._0x2c0947)+_0x1fb348(-_0x3c4b6b._0x1c837a,-0xc1,-_0x3c4b6b._0x27f8c1,-_0x3c4b6b._0x4a7cb0)+_0x43a82c(_0x3c4b6b._0x572479,0x44c,_0x3c4b6b._0x277de4,_0x3c4b6b._0x561870)+'y',_0x3d1156[_0x1fb348(-_0x3c4b6b._0x52eec9,-_0x3c4b6b._0x536dc8,-_0x3c4b6b._0x5220e9,-0x6a)]=_0x43a82c(_0x3c4b6b._0x11d80d,_0x3c4b6b._0xf40dc2,_0x3c4b6b._0x5c13d7,_0x3c4b6b._0x275044)+_0x1fb348(-_0x3c4b6b._0x39ef0a,-_0x3c4b6b._0x2fc024,-_0x3c4b6b._0x2124b5,-0x169)+_0x1fb348(-_0x3c4b6b._0x5297ac,-0x73,-0x1b,-0x3e)+_0x43a82c(0x2dc,0x3a4,_0x3c4b6b._0x1fe7f5,0x2eb)+_0x43a82c(_0x3c4b6b._0x52b4d8,_0x3c4b6b._0x5062ee,_0x3c4b6b._0xfef121,_0x3c4b6b._0x236fb1)+_0x43a82c(_0x3c4b6b._0x1bfada,_0x3c4b6b._0x32934d,0x449,_0x3c4b6b._0x1e2eb7),_0x3d1156[_0x43a82c(_0x3c4b6b._0x129d51,0x300,_0x3c4b6b._0x16dbce,_0x3c4b6b._0x7445e4)]='\x20\x20coder-se'+_0x43a82c(0x437,0x3cf,_0x3c4b6b._0x169afa,0x3e4)+_0x43a82c(0x438,0x381,0x301,_0x3c4b6b._0x267378)+_0x1fb348(_0x3c4b6b._0x4d699a,-0x1a,_0x3c4b6b._0x4c6a62,-0x15)+'th\x20/path/t'+_0x1fb348(-_0x3c4b6b._0x2b5585,-_0x3c4b6b._0x5ae3b2,-0x171,-0x1dc)+'tup',_0x3d1156[_0x43a82c(0x384,_0x3c4b6b._0x4c8c79,_0x3c4b6b._0x2bdf96,0x3fd)]=_0x1fb348(-_0x3c4b6b._0x2c0947,-_0x3c4b6b._0x3c98ce,-0x4a,-0x117)+_0x1fb348(-_0x3c4b6b._0x54f703,-0x5d,-_0x3c4b6b._0x8e6f9f,-0x9f)+'\x20keys\x20(sto'+_0x1fb348(-_0x3c4b6b._0x53eedc,-_0x3c4b6b._0x54f703,-0x4e,0x20)+'coder/conf'+_0x1fb348(_0x3c4b6b._0x3f4ac2,-_0x3c4b6b._0x562f2a,-_0x3c4b6b._0x1d7a7a,0x74);const _0x4b2b80=_0x3d1156,_0x287967=_0x4b2b80['ZeFqo'][_0x1fb348(-_0x3c4b6b._0x4ced7b,-0xca,-_0x3c4b6b._0x8ed669,-_0x3c4b6b._0x48456a)]('|');let _0x3b6a66=-0x454*0x5+0xf0+0x424*0x5;while(!![]){switch(_0x287967[_0x3b6a66++]){case'0':console[_0x43a82c(0x31e,_0x3c4b6b._0x5a8378,_0x3c4b6b._0xdd4545,0x2e0)]('');continue;case'1':console[_0x43a82c(0x2c2,_0x3c4b6b._0x31b369,_0x3c4b6b._0x41bc87,_0x3c4b6b._0x16dbce)]('');continue;case'2':console[_0x43a82c(0x350,_0x3c4b6b._0x1974fd,_0x3c4b6b._0x1737de,0x2e0)]('');continue;case'3':console[_0x1fb348(-_0x3c4b6b._0x53fee1,-_0x3c4b6b._0x5949ea,-0x20d,-_0x3c4b6b._0xf5240f)](_0x4b2b80['kjIlG']);continue;case'4':console[_0x43a82c(0x338,0x2b9,_0x3c4b6b._0x4f3ea8,_0x3c4b6b._0x16dbce)](_0x4b2b80[_0x43a82c(_0x3c4b6b._0x16adf7,0x35d,_0x3c4b6b._0xb5aa37,0x3da)]);continue;case'5':console[_0x43a82c(0x391,0x36f,_0x3c4b6b._0x3190b7,0x2e0)]('');continue;case'6':console[_0x43a82c(_0x3c4b6b._0x2796bd,0x2d9,_0x3c4b6b._0x27eeed,0x2e0)](_0x4b2b80[_0x43a82c(_0x3c4b6b._0x4c5460,_0x3c4b6b._0x38b518,_0x3c4b6b._0x833e,_0x3c4b6b._0x18ba50)]);continue;case'7':console[_0x43a82c(0x26c,_0x3c4b6b._0xe997a1,_0x3c4b6b._0x239ec6,_0x3c4b6b._0x1cdd18)](_0x43a82c(_0x3c4b6b._0x50173b,0x41d,0x3cd,0x3c6)+_0x43a82c(_0x3c4b6b._0xe010bb,0x3ab,_0x3c4b6b._0x3d6bfe,0x41c)+'\x20\x20Server\x20p'+'ort\x20(defau'+'lt:\x203000)');continue;case'8':console[_0x43a82c(_0x3c4b6b._0x52f397,0x2c6,_0x3c4b6b._0x157c36,_0x3c4b6b._0x16dbce)](_0x4b2b80['upiAP']);continue;case'9':console['error']('\x20\x20get\x20<key'+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x43a82c(0x37d,0x39e,0x2a7,_0x3c4b6b._0xf2f56c)+_0x1fb348(-_0x3c4b6b._0x25bb32,-_0x3c4b6b._0x158b7f,-0x57,-_0x3c4b6b._0x13fbcd)+_0x1fb348(-_0x3c4b6b._0x41cf1f,-_0x3c4b6b._0x6e847f,-0xe0,-_0x3c4b6b._0x5c91df));continue;case'10':console[_0x1fb348(-0x202,-_0x3c4b6b._0x5f2df3,-0x159,-0x17a)](_0x4b2b80[_0x43a82c(_0x3c4b6b._0x42436d,0x3d1,0x3a1,0x384)]);continue;case'11':console[_0x1fb348(-_0x3c4b6b._0x16a303,-0x166,-_0x3c4b6b._0x2a6400,-0xe5)](_0x4b2b80[_0x43a82c(0x39d,0x3e0,_0x3c4b6b._0xa1f2ab,_0x3c4b6b._0x4af0da)]);continue;case'12':console[_0x1fb348(-0x1e2,-_0x3c4b6b._0x5949ea,-_0x3c4b6b._0x3906d8,-_0x3c4b6b._0x1bd779)](_0x4b2b80[_0x1fb348(-0x36,-_0x3c4b6b._0x19b04e,0x1a,-0xcd)]);continue;case'13':console['error'](_0x4b2b80['SAQRh']);continue;case'14':console['error'](_0x1fb348(-_0x3c4b6b._0x84af78,-0x15c,-_0x3c4b6b._0x4bd796,-_0x3c4b6b._0xdad244)+_0x1fb348(-0x40,-_0x3c4b6b._0x34aa47,-0x8b,-0x170)+_0x43a82c(0x3a5,0x3d9,0x386,0x3d3)+_0x43a82c(_0x3c4b6b._0x14fbf4,_0x3c4b6b._0x18508e,0x346,_0x3c4b6b._0x3d03c8)+_0x43a82c(_0x3c4b6b._0x209dbe,_0x3c4b6b._0x3c4bb0,0x47a,0x406));continue;case'15':console[_0x43a82c(_0x3c4b6b._0xe884bb,_0x3c4b6b._0x49a1b7,_0x3c4b6b._0x11a11d,_0x3c4b6b._0x1cdd18)](_0x4b2b80['cjKbJ']);continue;case'16':console[_0x43a82c(_0x3c4b6b._0x7a0808,_0x3c4b6b._0x2f6649,0x249,0x2e0)](_0x4b2b80[_0x1fb348(-0x12c,-0x14d,-_0x3c4b6b._0x27916c,-_0x3c4b6b._0x43c4b0)]);continue;case'17':console[_0x43a82c(0x275,0x27c,_0x3c4b6b._0x4e731d,0x2e0)]('\x20\x20remove\x20<'+_0x1fb348(-_0x3c4b6b._0x11b2e9,-0xad,-0x32,-_0x3c4b6b._0x4d67a8)+_0x43a82c(_0x3c4b6b._0x2068dd,0x335,0x3b4,0x319)+'configurat'+_0x1fb348(-_0x3c4b6b._0x2f048f,-_0x3c4b6b._0x376bcc,-_0x3c4b6b._0x4b9bf0,-0x107));continue;case'18':console['error'](_0x43a82c(0x346,0x2c4,0x3e1,_0x3c4b6b._0x16d40)+'agent\x20\x20\x20\x20\x20'+_0x1fb348(-0x1a9,-0x16d,-_0x3c4b6b._0x2ec427,-_0x3c4b6b._0x25bb32)+_0x1fb348(-_0x3c4b6b._0x5c91df,-0x11d,-0xf2,-0x64)+'ude\x20or\x20cod'+_0x1fb348(-0x6f,-0x91,-0x119,-0x13b));continue;case'19':console['error'](_0x4b2b80[_0x1fb348(-0xdd,-_0x3c4b6b._0x4c53ad,_0x3c4b6b._0x59f773,_0x3c4b6b._0x208296)]);continue;case'20':console[_0x43a82c(_0x3c4b6b._0x460079,0x278,0x321,_0x3c4b6b._0x3a290f)](_0x4b2b80['cBAhB']);continue;case'21':console['error'](_0x4b2b80[_0x1fb348(-0x14d,-_0x3c4b6b._0x413459,-0x40,-0xc1)]);continue;case'22':console[_0x1fb348(-0x20b,-_0x3c4b6b._0x55f14a,-_0x3c4b6b._0x181f55,-_0x3c4b6b._0x27f5e3)](_0x4b2b80[_0x1fb348(-_0x3c4b6b._0x338b1a,-_0x3c4b6b._0x257f57,-_0x3c4b6b._0xa76384,-_0x3c4b6b._0x423a74)]);continue;case'23':console[_0x1fb348(-_0x3c4b6b._0x4232b0,-0x166,-_0x3c4b6b._0x4d67a8,-_0x3c4b6b._0x3f54fc)](_0x4b2b80['ULKYb']);continue;case'24':console[_0x43a82c(0x2fe,0x30d,0x2cd,0x2e0)](_0x4b2b80[_0x43a82c(0x2d2,0x2f8,_0x3c4b6b._0x1a3ebf,_0x3c4b6b._0x38c048)]);continue;case'25':console[_0x43a82c(0x392,0x2e1,_0x3c4b6b._0x22f37b,_0x3c4b6b._0x36946f)](_0x4b2b80[_0x1fb348(-0x2e,-_0x3c4b6b._0x107cc0,-_0x3c4b6b._0x113cdc,-_0x3c4b6b._0x389096)]);continue;case'26':console[_0x43a82c(_0x3c4b6b._0x4c8a8a,_0x3c4b6b._0x3adadc,_0x3c4b6b._0x36d95c,0x2e0)](_0x1fb348(-0xf8,-_0x3c4b6b._0x4d699a,-_0x3c4b6b._0x49f729,-_0x3c4b6b._0x2e4eaa)+'oxy\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Trust\x20pr'+'oxy\x20header'+_0x43a82c(_0x3c4b6b._0x38c048,_0x3c4b6b._0x4e307f,0x22e,0x2df)+_0x43a82c(_0x3c4b6b._0x2503e6,0x38e,0x2e7,0x310));continue;}break;}}async function setConfig(_0x20a093,_0x21406e){const _0x4077da={_0x4c21c8:0x1c7,_0x414a6a:0x270,_0x232c92:0x16d,_0x4114e5:0x213,_0x725fd3:0x24b,_0x55ece2:0x137,_0x233423:0x150,_0x4b0902:0x159,_0x1cdaba:0x20e,_0x18216f:0x26a,_0x54d2b1:0x1cd,_0x5b95eb:0x132,_0x1be3c7:0x134,_0x500218:0xf7,_0x413a7b:0x1e5,_0xaa577d:0x298,_0x5640ec:0x293,_0x11be02:0x2b9,_0x3b99c4:0x234,_0x226605:0x1fc,_0x42def0:0x178,_0x4a0f1f:0x2c2,_0xc5eb3d:0x113,_0x21f0f2:0x1b7,_0x625b08:0x1fe,_0x44c714:0x197,_0x117b8e:0x25a,_0x44bb90:0x225,_0x2b1b2c:0x1a4,_0x3eac6f:0xed,_0x5ec882:0x188,_0x1f56e2:0x103,_0x26a0a1:0xf2,_0x453f73:0xe2,_0x200d96:0x254,_0x359e19:0x1da,_0xd4ed68:0x275,_0x4e2a6b:0x227,_0xdf19bf:0x173,_0x29bd0e:0x331,_0x1cf92d:0x27e,_0x436ee5:0x23a,_0x541d22:0x27c,_0x177b1b:0x156,_0x11c9b2:0x120},_0x5b1ea3={_0x511867:0x18a,_0x166bb8:0x35b},_0x4b3498={_0x124ee4:0xf6};function _0x11f3c9(_0x408ec8,_0x457f45,_0x260a29,_0x7353e7){return _0x4973a5(_0x260a29,_0x457f45-_0x4b3498._0x124ee4,_0x260a29-0x157,_0x457f45-0xf7);}function _0x53ab1a(_0x4b1d53,_0x480980,_0x63c25,_0x141b12){return _0x470f83(_0x4b1d53-_0x5b1ea3._0x511867,_0x4b1d53- -_0x5b1ea3._0x166bb8,_0x63c25,_0x141b12-0x1b1);}const _0x2fba93={};_0x2fba93['uWlFH']=_0x53ab1a(-_0x4077da._0x4c21c8,-_0x4077da._0x414a6a,-_0x4077da._0x232c92,-0x21c)+_0x11f3c9(0x15f,_0x4077da._0x4114e5,0x17a,_0x4077da._0x725fd3)+_0x53ab1a(-0x100,-0xa2,-_0x4077da._0x55ece2,-_0x4077da._0x233423)+_0x11f3c9(_0x4077da._0x4b0902,0x186,_0x4077da._0x1cdaba,0x233)+'lue>',_0x2fba93[_0x11f3c9(0x270,0x1c0,_0x4077da._0x18216f,0x1c3)]=function(_0x10ea76,_0x3cc4a7){return _0x10ea76===_0x3cc4a7;},_0x2fba93[_0x53ab1a(-_0x4077da._0x54d2b1,-0x1a3,-0x18b,-0x23b)]=_0x53ab1a(-_0x4077da._0x5b95eb,-0x15e,-_0x4077da._0x1be3c7,-_0x4077da._0x500218),_0x2fba93['UwIKD']=_0x11f3c9(_0x4077da._0x413a7b,_0x4077da._0xaa577d,_0x4077da._0x5640ec,_0x4077da._0x11be02),_0x2fba93[_0x53ab1a(-_0x4077da._0x3b99c4,-_0x4077da._0x413a7b,-0x19f,-0x26d)]=function(_0x5be622,_0x590f1d){return _0x5be622&&_0x590f1d;};const _0x31e9bb=_0x2fba93;(!_0x20a093||_0x31e9bb[_0x53ab1a(-0x1fc,-0x187,-0x1ad,-0x1d4)](_0x21406e,undefined))&&(_0x31e9bb[_0x53ab1a(-_0x4077da._0x226605,-0x193,-_0x4077da._0x42def0,-0x285)](_0x31e9bb[_0x53ab1a(-0x1cd,-0x165,-0x1ca,-0x1d1)],_0x31e9bb[_0x11f3c9(0x2c5,_0x4077da._0x4a0f1f,0x263,0x28d)])?(_0x180592[_0x11f3c9(_0x4077da._0xc5eb3d,0x195,_0x4077da._0x21f0f2,_0x4077da._0x625b08)](_0x31e9bb[_0x11f3c9(0xf6,_0x4077da._0x44c714,0x120,0x1e5)]),_0x9c453a[_0x11f3c9(0x2e0,_0x4077da._0x117b8e,0x217,0x1be)](-0x2410+0xc17+0x17fa)):(console['error'](_0x31e9bb[_0x53ab1a(-_0x4077da._0x44bb90,-0x1ac,-0x272,-0x280)]),process['exit'](0x1d95*0x1+0xb83*0x2+-0x1*0x349a)));const _0x5bd024=SERVER_CONFIG_KEYS[_0x11f3c9(0x12b,_0x4077da._0x2b1b2c,0x151,0x21d)](_0x20a093),_0x4a892b=SETUP_JSON_KEYS['has'](_0x20a093);_0x31e9bb[_0x11f3c9(_0x4077da._0x3eac6f,_0x4077da._0x5ec882,_0x4077da._0x44bb90,_0x4077da._0x1f56e2)](!_0x5bd024,!_0x4a892b)&&(console['error'](_0x53ab1a(-0x138,-_0x4077da._0x26a0a1,-_0x4077da._0x453f73,-0xbe)+_0x11f3c9(_0x4077da._0x200d96,_0x4077da._0x359e19,_0x4077da._0xd4ed68,0x165)+'n\x20key:\x20'+_0x20a093),console[_0x53ab1a(-_0x4077da._0x4e2a6b,-0x2a8,-_0x4077da._0xdf19bf,-_0x4077da._0x2b1b2c)](_0x11f3c9(_0x4077da._0x29bd0e,0x2d6,_0x4077da._0x1cf92d,0x2d2)+'-server\x20co'+_0x53ab1a(-_0x4077da._0x436ee5,-0x2ac,-0x253,-_0x4077da._0x541d22)+'a\x20list\x20of\x20'+'available\x20'+_0x11f3c9(_0x4077da._0x4e2a6b,0x189,_0x4077da._0x177b1b,0x178)),process[_0x53ab1a(-0x162,-0xe1,-_0x4077da._0x11c9b2,-0x140)](0x2635*0x1+0x138b*-0x1+-0x12a9));if(_0x5bd024)await setServerConfig(_0x20a093,_0x21406e);else _0x4a892b&&await setSetupConfig(_0x20a093,_0x21406e);}function _0x64e2(_0x1f4716,_0x357cca){_0x1f4716=_0x1f4716-(0x14c0+-0x152f+-0x17f*-0x1);const _0x3c75ab=_0x13d2();let _0x367502=_0x3c75ab[_0x1f4716];if(_0x64e2['sDQmIE']===undefined){var _0x38548f=function(_0x4035f9){const _0xf38229='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x17b935='',_0x51e345='';for(let _0x2eaebc=0xb1*-0x19+-0x1*-0xbf2+-0x1*-0x557,_0x51e71b,_0x4d4877,_0x5ed972=-0xab5*0x3+-0x2*-0x297+0x273*0xb;_0x4d4877=_0x4035f9['charAt'](_0x5ed972++);~_0x4d4877&&(_0x51e71b=_0x2eaebc%(0x36a*-0xb+-0x140d+0xb*0x53d)?_0x51e71b*(-0x901+-0x235e+0x2c9f)+_0x4d4877:_0x4d4877,_0x2eaebc++%(0x592+0x845+-0xdd3))?_0x17b935+=String['fromCharCode'](0x1e5d+-0xe6e+-0xef0&_0x51e71b>>(-(-0xaf7+0xae5*0x3+-0x18d*0xe)*_0x2eaebc&-0x2a9*-0x4+-0xb*0xd5+-0x177)):0x1c*0x15+0x1c70+-0xf5e*0x2){_0x4d4877=_0xf38229['indexOf'](_0x4d4877);}for(let _0x2fe9f8=0x16fd+-0x404*0x5+-0x2e9,_0xe0363c=_0x17b935['length'];_0x2fe9f8<_0xe0363c;_0x2fe9f8++){_0x51e345+='%'+('00'+_0x17b935['charCodeAt'](_0x2fe9f8)['toString'](0x1669+-0xae4+-0x7*0x1a3))['slice'](-(0x61*-0x52+0x11de+0xd36));}return decodeURIComponent(_0x51e345);};_0x64e2['YSjjRV']=_0x38548f,_0x64e2['kTHfdA']={},_0x64e2['sDQmIE']=!![];}const _0x18fa8b=_0x3c75ab[0x46d*-0x5+0xd4b*0x1+0x8d6],_0x1d5798=_0x1f4716+_0x18fa8b,_0x585430=_0x64e2['kTHfdA'][_0x1d5798];return!_0x585430?(_0x367502=_0x64e2['YSjjRV'](_0x367502),_0x64e2['kTHfdA'][_0x1d5798]=_0x367502):_0x367502=_0x585430,_0x367502;}async function setServerConfig(_0x25dc3b,_0xbcbf80){const _0x450de1={_0x2378bc:0x205,_0x51c09e:0x318,_0x190b88:0x308,_0x58dd12:0x2ed,_0x10a2a1:0x25e,_0x49edf9:0x146,_0x39bf4f:0x157,_0x1b918a:0x2c3,_0x407f44:0x2da,_0x212e2c:0x261,_0x591bb4:0x269,_0x5c3eca:0x315,_0x15f515:0x26e,_0x5d2e90:0x2a7,_0xf9846a:0x2fc,_0x33a6dd:0x29d,_0x4a92f3:0x31b,_0x1579a9:0x37a,_0x20af10:0x338,_0x2e095a:0x35f,_0xa4996c:0x3fb,_0x3a11af:0x2c3,_0x32c02f:0x317,_0x252b8d:0x2fb,_0x3cbe2f:0x274,_0xa31c87:0x2ad,_0x4ec011:0x2ac,_0x41bf27:0x17a,_0x47d747:0xae,_0x2c9685:0x1e0,_0x17ad8c:0x145,_0x4e9435:0x179,_0x4e4ee7:0x27f,_0x29969b:0x236,_0x17780f:0x325,_0x33a1c3:0x3ca,_0x58085d:0x37b,_0x43c02a:0x134,_0x109ef4:0xb6,_0x55c06d:0x3c5,_0x4812e5:0x388,_0x4b58c8:0x2ea,_0xe80dde:0x2f2,_0x1df554:0x18f,_0x195da2:0xe5,_0x54dc87:0x14a,_0x47952e:0x344,_0x165e3e:0x291,_0x1fe5c1:0x276,_0x5387e1:0x1f9,_0x1c3376:0x229,_0x4e3d79:0x1d5,_0x2868e7:0x35e,_0xd9e9c4:0x2ff,_0x2e80d9:0x248,_0x373b6c:0x298,_0x2f8f96:0x215,_0x452124:0x244,_0x1247dc:0x139,_0x955efe:0x255,_0x3337ba:0x270,_0x22442e:0x28a,_0x55f45e:0x243,_0x2abe2f:0x252,_0x47452b:0x26b,_0x4f49d5:0x295,_0x3dc248:0x18d,_0x3b7855:0x210,_0xd200cb:0x225,_0x9aa7bd:0x199,_0x26fc67:0x317,_0x43ef7c:0x29e,_0x525430:0x359,_0x44649a:0x251,_0x108e61:0x1b8,_0x508fe7:0x208,_0x301f27:0x178,_0x3654b1:0x290,_0x4acb14:0x278,_0x534a26:0x29a,_0x734a68:0x291,_0x216a8c:0x2ce,_0x300e7b:0x2b0,_0x4337c7:0x228,_0x2f42f5:0x2ec,_0x25551a:0x260,_0x4eb792:0x184,_0x5e0691:0x2eb,_0x141a52:0x2e1,_0x777b08:0x26c,_0xd6e73b:0x1e1,_0x872c1d:0xb9,_0x43da31:0x2d6,_0x160fcc:0x1b3,_0x488fbc:0x23f,_0x14f3ba:0x1e8,_0x3d942d:0x318,_0x53b484:0x368,_0x26d336:0x2ae,_0x23230d:0x293,_0x334355:0x2bb,_0xc947f6:0x24e,_0x5a6ad9:0x2f7,_0x33f032:0x2bc,_0x2ecb0b:0x31f,_0x285c9a:0x1f7,_0x4232e2:0x2cc,_0x1113ed:0x1ee,_0x36d5c2:0x1f8,_0x1e5a85:0x268,_0x26ee08:0x26d,_0x2ed03e:0x3a0,_0x43a51d:0x3a4,_0x250a1c:0x389,_0x423c9b:0x36c,_0x1c0409:0xba,_0x311c39:0xe2,_0x266119:0xb6,_0x29a769:0x275,_0xe7ab16:0x23c,_0x2089f1:0x1ae,_0x168998:0x206,_0x5342d1:0x29e,_0x4a473e:0x30d,_0x132f7f:0x20f,_0x3981a4:0x2d9,_0x14e3fc:0x227,_0x1b154a:0x201,_0x3ffca7:0x385,_0x3669e0:0x37a,_0x35a476:0x2a2,_0x43b0ae:0x257,_0x230222:0x286,_0x4e51d1:0x24d,_0x10dc43:0x2e1,_0x48aef5:0x3c3,_0x2e5d20:0x242,_0x105d06:0x24b,_0x57db70:0x2f3,_0x48c8d9:0x2e4,_0x24631f:0x1fc,_0x5412d2:0x2b8,_0x132b92:0x1d9,_0x54c9c0:0x394,_0x5b6087:0x1b1,_0x43fef2:0x1e0,_0x44511a:0x147,_0x2b90fa:0x1ac,_0x52c416:0x16a,_0xf25ad2:0x20a,_0x5ec0fa:0x1ee,_0x4fbd37:0x307,_0x242ea7:0x362,_0x4c8b1f:0x361,_0x58fc66:0x31a,_0x1ade55:0x1e3,_0x589334:0x135,_0x3c72a0:0x37b,_0x3052da:0x337,_0x2317b7:0x205,_0x310440:0x250,_0x2e9e3a:0x1d7,_0x46b2a8:0x17d,_0x39de24:0x14c,_0x516657:0xc3,_0x212f21:0x2b1,_0x3758b0:0x2b6,_0x3af655:0x29f,_0x23e611:0x2ef,_0x47bd68:0x239,_0x595a5f:0x1f8,_0x493108:0x2d0,_0x434e69:0x21a,_0x35dfc2:0x250,_0x506e11:0x2eb,_0xa9e3c5:0x2be,_0x467b92:0x2d8,_0x3eaa54:0x343,_0x1c7e95:0x162,_0x2f2093:0x217,_0x1da954:0x272,_0x4312af:0x218,_0x10ff13:0xfa,_0x368977:0x1bd,_0x41fc23:0x33e,_0x42ed17:0x3cc,_0x41cc42:0x301,_0x5bdb27:0x2df,_0x20e72a:0x371,_0x39ce24:0x2e8,_0x15f2f7:0x156,_0x56fbe1:0x122,_0x337379:0x17d,_0xce5b3c:0x1c7,_0x58e121:0x20b,_0x4141e2:0x112,_0x58af1f:0x250,_0x435a82:0x1c0,_0x538d3d:0x1f5,_0x4db0de:0x117,_0x5d6f0d:0x2c7,_0xfe669a:0x292,_0x3124d9:0x1d4,_0xae7a7e:0x25c,_0x44846e:0x24f,_0x1cffa2:0x195,_0x295a2b:0x9d,_0x3cc59b:0xf4,_0x4a5028:0x246,_0xe8d74:0x247,_0x1c24f4:0x275,_0x179ba5:0x13b,_0x1b3470:0x123,_0x3bcad5:0x35f,_0x53a069:0x343,_0x58dd7b:0x32e,_0x4827c4:0x31a,_0x186a68:0x276,_0x2ba651:0x2c3,_0x229f6f:0x2bf,_0x1e337f:0x133,_0x402a80:0x2a9,_0x45ebf2:0x30f,_0x450c7d:0x22f,_0x2de38f:0x9f,_0x418356:0x119,_0x9493dd:0x158,_0x39306e:0xf6,_0x5f11cd:0x367,_0x4b2f4a:0x1bb,_0x47aa45:0x213,_0x536955:0x2a3,_0x3f0ec9:0xf3,_0x2777fe:0x379,_0x1971ae:0x2c7,_0x42c587:0x2f4,_0x476195:0x1d4,_0x4006c2:0x1fb,_0x1a7344:0x240,_0x22b9b2:0x2b2,_0x5d47ef:0x354,_0x40aa83:0x1cf,_0x230029:0x1a9,_0x53ce7d:0x1a7,_0x58b4c5:0x237,_0xee024c:0x2d9,_0x2288b6:0x30b,_0x2a4593:0x313,_0x46015c:0x237,_0x3ffe6b:0x111,_0x8051f7:0x21c,_0x5d2669:0x224,_0x27d26:0x277,_0x4f1763:0x2f6,_0x4f195a:0x2fe,_0xf65b1f:0x281,_0x493997:0x2af,_0x167785:0x33a,_0x21d4cf:0x304,_0xf72ef6:0x101,_0xfb6676:0x1d1,_0x44a080:0x28e,_0x457d49:0x26c,_0xe1c927:0x2f1,_0x1f8883:0x373,_0x31db39:0x19f,_0x5ba57f:0x1cb,_0xce4a2:0x312,_0x59731b:0x2db,_0x434376:0x2c4,_0x4e99ca:0x342,_0x17f20d:0x1f2,_0x1c7eef:0x2a4,_0x516e58:0x253,_0x1ffc6a:0x26e,_0x48242e:0x166,_0x300b51:0x1ce,_0x2b7ec6:0x1b0,_0x3bad2e:0x37a,_0x3af181:0x30b,_0x1b16bf:0x36a,_0x5df734:0x2ce,_0x11da63:0x169,_0x5872d6:0x285,_0x3813b5:0x1e5,_0x204ae8:0x216,_0x24c726:0x204,_0x3406bb:0x161,_0x15e9a9:0x2a6,_0x397f7e:0x30b,_0x138553:0x2df,_0x18eb4f:0x24d,_0x924055:0x2e9,_0x3b0d7a:0x152,_0xdc7ad8:0x1c0,_0x2f5011:0x11a,_0x5c9935:0x238,_0x457f3d:0x335,_0x376403:0x160,_0xa14845:0x188,_0x37152d:0x303,_0x4bd7f2:0x249,_0x1c4bc3:0x2f6,_0x4de11d:0x23c,_0x339567:0x23e,_0x4ae5bc:0x2dd,_0x428166:0x24c,_0x217c75:0x1fe,_0x40025c:0x1c0,_0x4c4131:0x10b,_0x4cf707:0x3a6,_0x41dab9:0x334,_0x2f21e5:0xec,_0x281b63:0x17d,_0x58d164:0x12c,_0x2099a3:0x35e,_0x5ad0d9:0x1b0,_0xf371e:0x265,_0x3fc57f:0x28c},_0x3ae6d8={_0x3ea2c6:0x8e},_0xdb322f={_0x5c8e1a:0x195,_0x452a06:0xae};function _0x2d9fb3(_0x3ce8c2,_0x19084a,_0x472512,_0x34e02a){return _0x4973a5(_0x19084a,_0x19084a-_0xdb322f._0x5c8e1a,_0x472512-0x1a4,_0x472512-_0xdb322f._0x452a06);}function _0x4fab8f(_0x48c59b,_0x54e141,_0x16031d,_0x5c558d){return _0x4973a5(_0x48c59b,_0x54e141-_0x3ae6d8._0x3ea2c6,_0x16031d-0x16,_0x54e141-0x1b2);}const _0x489a2b={'VJSwP':'\x20\x20remove\x20<'+_0x2d9fb3(0x210,0x25f,_0x450de1._0x2378bc,0x26c)+_0x4fab8f(0x2d1,0x289,0x2bd,_0x450de1._0x51c09e)+_0x4fab8f(0x210,0x2ad,_0x450de1._0x190b88,0x294)+'ion\x20value','wuBsC':'\x20\x20ssl_ca_p'+_0x4fab8f(0x303,_0x450de1._0x58dd12,0x37a,_0x450de1._0x10a2a1)+'\x20\x20Path\x20to\x20'+_0x2d9fb3(_0x450de1._0x49edf9,0x183,_0x450de1._0x39bf4f,0xa2)+_0x4fab8f(_0x450de1._0x1b918a,_0x450de1._0x407f44,0x282,_0x450de1._0x212e2c)+_0x2d9fb3(_0x450de1._0x591bb4,_0x450de1._0x5c3eca,_0x450de1._0x15f515,0x31b),'mzbaE':_0x4fab8f(0x2ee,_0x450de1._0x5d2e90,0x340,0x327)+_0x4fab8f(_0x450de1._0xf9846a,_0x450de1._0x33a6dd,0x31c,0x334)+_0x4fab8f(_0x450de1._0x4a92f3,_0x450de1._0x1579a9,0x2dc,0x41d)+'me','QvgsT':'Server\x20con'+'figuration'+_0x2d9fb3(0x1d4,0x168,0x173,0x13f)+_0x4fab8f(_0x450de1._0x20af10,_0x450de1._0x2e095a,_0x450de1._0xa4996c,_0x450de1._0x3a11af)+_0x4fab8f(_0x450de1._0x32c02f,0x30a,0x261,_0x450de1._0x252b8d)+_0x2d9fb3(_0x450de1._0x3cbe2f,_0x450de1._0xa31c87,0x28b,_0x450de1._0x4ec011),'moBrl':_0x2d9fb3(0x213,_0x450de1._0x41bf27,0x1c5,0x164)+'agent\x20\x20\x20\x20\x20'+_0x2d9fb3(_0x450de1._0x47d747,_0x450de1._0x2c9685,_0x450de1._0x17ad8c,_0x450de1._0x4e9435)+_0x4fab8f(0x290,0x299,0x1fc,_0x450de1._0x4e4ee7)+_0x4fab8f(0x186,0x23a,_0x450de1._0x29969b,0x297)+_0x4fab8f(0x3cd,_0x450de1._0x17780f,_0x450de1._0x33a1c3,_0x450de1._0x58085d),'KEEsD':_0x2d9fb3(0x181,0xe7,_0x450de1._0x43c02a,_0x450de1._0x109ef4)+_0x4fab8f(_0x450de1._0x55c06d,_0x450de1._0x4812e5,0x375,_0x450de1._0x4b58c8)+_0x2d9fb3(0x231,_0x450de1._0xe80dde,0x23f,_0x450de1._0x1df554)+_0x2d9fb3(0x96,_0x450de1._0x195da2,_0x450de1._0x54dc87,0x163)+_0x2d9fb3(0x1ec,_0x450de1._0x47952e,_0x450de1._0x165e3e,_0x450de1._0x1fe5c1),'PbLtE':_0x2d9fb3(_0x450de1._0x5387e1,_0x450de1._0x1c3376,0x209,_0x450de1._0x4e3d79)+'rver\x20confi'+_0x4fab8f(0x331,0x304,_0x450de1._0x2868e7,_0x450de1._0xd9e9c4)+_0x2d9fb3(_0x450de1._0x2e80d9,0x2d1,_0x450de1._0x373b6c,_0x450de1._0x2f8f96)+_0x2d9fb3(_0x450de1._0x452124,_0x450de1._0x1247dc,0x1b1,_0x450de1._0x955efe)+_0x4fab8f(_0x450de1._0x3337ba,_0x450de1._0x22442e,_0x450de1._0x55f45e,_0x450de1._0x2abe2f)+_0x2d9fb3(0x2b7,0x2bd,_0x450de1._0x47452b,0x217),'vycfT':_0x2d9fb3(_0x450de1._0x4f49d5,_0x450de1._0x3dc248,_0x450de1._0x3b7855,0x2ab)+_0x2d9fb3(0x160,_0x450de1._0xd200cb,_0x450de1._0x9aa7bd,0x1ad)+_0x4fab8f(0x28d,0x2b8,_0x450de1._0x26fc67,_0x450de1._0x43ef7c)+_0x4fab8f(0x366,_0x450de1._0xa31c87,0x24b,_0x450de1._0x525430)+_0x4fab8f(_0x450de1._0x44649a,0x263,0x286,0x2ad),'pwwcZ':_0x2d9fb3(_0x450de1._0x3cbe2f,_0x450de1._0x108e61,_0x450de1._0x508fe7,0x246)+'>\x20<value>\x20'+_0x2d9fb3(0x281,_0x450de1._0x301f27,0x1d8,_0x450de1._0x3654b1)+_0x2d9fb3(_0x450de1._0x4acb14,0x1a5,_0x450de1._0x955efe,_0x450de1._0x534a26)+_0x4fab8f(0x22a,_0x450de1._0x734a68,_0x450de1._0x216a8c,0x217),'iVTin':_0x4fab8f(0x25e,_0x450de1._0x300e7b,_0x450de1._0x4337c7,_0x450de1._0x2f42f5)+_0x2d9fb3(_0x450de1._0x25551a,0x21b,0x1ca,0x270)+_0x2d9fb3(_0x450de1._0x4eb792,0x197,0x1eb,0x274)+_0x2d9fb3(_0x450de1._0x5e0691,_0x450de1._0x141a52,0x24e,_0x450de1._0x777b08)+_0x2d9fb3(_0x450de1._0xd6e73b,_0x450de1._0x872c1d,0x13b,0x8a)+_0x2d9fb3(0x321,0x33e,0x297,_0x450de1._0xd200cb)+'e]','xuqSU':_0x4fab8f(0x296,_0x450de1._0x43da31,0x370,0x26e)+'tup_path\x20\x20'+_0x2d9fb3(0x199,_0x450de1._0x160fcc,_0x450de1._0x488fbc,0x2d1)+_0x2d9fb3(0x13b,_0x450de1._0x14f3ba,0x1f1,0x1eb)+_0x4fab8f(_0x450de1._0x3d942d,0x306,_0x450de1._0x53b484,_0x450de1._0x26d336)+'y','RodNA':_0x4fab8f(_0x450de1._0x23230d,0x336,_0x450de1._0x334355,0x2b7)+_0x2d9fb3(0x2d4,_0x450de1._0xc947f6,0x288,_0x450de1._0x5a6ad9)+_0x4fab8f(0x2d7,_0x450de1._0x33f032,_0x450de1._0x2ecb0b,0x309)+'ort\x20(defau'+_0x4fab8f(_0x450de1._0x285c9a,0x2a8,_0x450de1._0x4232e2,0x2f1),'CKayC':_0x4fab8f(_0x450de1._0x1113ed,0x28b,0x28c,_0x450de1._0x36d5c2)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x4fab8f(0x1b3,_0x450de1._0x1e5a85,0x1f8,_0x450de1._0x26ee08)+_0x4fab8f(_0x450de1._0x2ed03e,0x3a4,0x3b7,0x347)+'onments','eFaay':_0x4fab8f(_0x450de1._0x43a51d,0x36a,0x3e7,0x323)+_0x4fab8f(0x2e7,0x329,0x331,_0x450de1._0x250a1c)+'\x20\x20Trust\x20pr'+_0x4fab8f(0x3c3,_0x450de1._0x423c9b,0x36c,0x323)+_0x2d9fb3(_0x450de1._0x1c0409,_0x450de1._0x311c39,0x14b,_0x450de1._0x266119)+_0x4fab8f(0x270,0x280,0x213,_0x450de1._0x29a769),'DpEYk':'\x20\x20get\x20<key'+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x4fab8f(0x2e6,0x264,_0x450de1._0xe7ab16,0x313)+_0x2d9fb3(0x254,0x258,0x255,_0x450de1._0x2089f1)+_0x4fab8f(0x2de,_0x450de1._0x734a68,_0x450de1._0x168998,_0x450de1._0x5342d1),'wrYHM':_0x4fab8f(0x28a,_0x450de1._0x4a473e,0x2aa,0x265)+_0x2d9fb3(_0x450de1._0x132f7f,_0x450de1._0x3981a4,0x250,_0x450de1._0x14e3fc)+_0x2d9fb3(0x1a7,_0x450de1._0x1b154a,0x171,0x1b1),'rzgfS':'Examples:','tIUnX':_0x4fab8f(0x2c4,0x331,_0x450de1._0x3ffca7,_0x450de1._0x3669e0)+_0x2d9fb3(_0x450de1._0x35a476,0x226,_0x450de1._0x43b0ae,_0x450de1._0x230222),'kISrj':_0x4fab8f(0x2d6,_0x450de1._0x4e51d1,0x2af,0x28a),'kIbuN':function(_0x7f4a53,_0x76655c){return _0x7f4a53(_0x76655c);},'MSZek':function(_0x550128){return _0x550128();},'LMQXn':function(_0x200449,_0x1236dd,_0x53b82b){return _0x200449(_0x1236dd,_0x53b82b);},'mHrDA':function(_0x177fa4,_0x2f6904){return _0x177fa4(_0x2f6904);},'xlukC':function(_0xed2a33,_0x33597d){return _0xed2a33<_0x33597d;},'NMmSf':function(_0x5f1c52,_0x46184c){return _0x5f1c52>_0x46184c;},'YlpeR':_0x4fab8f(_0x450de1._0x10dc43,0x366,_0x450de1._0x48aef5,0x383)+_0x2d9fb3(_0x450de1._0x2e5d20,0x23b,_0x450de1._0x105d06,0x233)+_0x2d9fb3(0x31a,_0x450de1._0x57db70,0x27c,0x1fa),'oUDVM':'ssl_cert_p'+_0x2d9fb3(_0x450de1._0x48c8d9,_0x450de1._0x24631f,0x24c,_0x450de1._0x3654b1),'iwlju':'ssl_key_pa'+'th','sUpYw':_0x2d9fb3(0x217,0x24d,0x267,_0x450de1._0x5412d2)+'h','dWZWX':function(_0x2e7424){return _0x2e7424();},'xuRCx':_0x2d9fb3(0x22e,0x1a9,_0x450de1._0x132b92,0x232)+'y','eWqQu':_0x4fab8f(0x3a3,0x32e,0x2ed,_0x450de1._0x54c9c0),'vHiSK':function(_0x3d2d4a,_0x161f3d){return _0x3d2d4a===_0x161f3d;},'YpCEv':function(_0x278847,_0x7b29f5){return _0x278847(_0x7b29f5);}};switch(_0x25dc3b){case _0x489a2b[_0x2d9fb3(_0x450de1._0x1113ed,0x1bb,0x1ad,0x109)]:{if(_0x489a2b['kISrj']!==_0x489a2b[_0x2d9fb3(_0x450de1._0x5b6087,_0x450de1._0x43fef2,0x14f,0x153)]){const _0x462a27=('14|0|3|13|'+_0x2d9fb3(0x1bf,0x1a0,_0x450de1._0x44511a,_0x450de1._0x2b90fa)+_0x2d9fb3(_0x450de1._0x52c416,_0x450de1._0xf25ad2,_0x450de1._0x5ec0fa,0x16e)+_0x4fab8f(_0x450de1._0x4fbd37,0x274,0x2a4,0x2f5)+_0x4fab8f(_0x450de1._0x242ea7,_0x450de1._0x4c8b1f,0x373,_0x450de1._0x58fc66)+_0x2d9fb3(_0x450de1._0x1ade55,_0x450de1._0x589334,0x18f,0x18c)+_0x4fab8f(0x3a4,_0x450de1._0x3c72a0,_0x450de1._0x3052da,_0x450de1._0x2868e7))[_0x2d9fb3(0x21e,0x29e,_0x450de1._0x14f3ba,_0x450de1._0x3b7855)]('|');let _0x2e5805=-0x1*0xbcb+-0x1f0a+-0xff*-0x2b;while(!![]){switch(_0x462a27[_0x2e5805++]){case'0':_0x4fe4a4[_0x4fab8f(_0x450de1._0x2317b7,_0x450de1._0x310440,0x2ea,_0x450de1._0x2e9e3a)]('');continue;case'1':_0x248478[_0x2d9fb3(_0x450de1._0x46b2a8,0x1ce,_0x450de1._0x39de24,_0x450de1._0x516657)](_0x489a2b[_0x2d9fb3(0x269,0x1ba,0x1da,_0x450de1._0x23230d)]);continue;case'2':_0x49a4d7[_0x4fab8f(0x1c0,0x250,_0x450de1._0xe7ab16,_0x450de1._0x212f21)](_0x489a2b[_0x4fab8f(_0x450de1._0x3b7855,_0x450de1._0x3758b0,_0x450de1._0x3af655,0x31f)]);continue;case'3':_0x51a2bc[_0x4fab8f(0x1f8,_0x450de1._0x310440,_0x450de1._0x23e611,_0x450de1._0x47bd68)](_0x2d9fb3(0x163,0xe5,0x175,0x1ae));continue;case'4':_0x74aa17[_0x4fab8f(_0x450de1._0x595a5f,0x250,_0x450de1._0x10a2a1,0x20c)](_0x489a2b[_0x4fab8f(0x356,_0x450de1._0x493108,0x233,0x2fc)]);continue;case'5':_0x327dab[_0x4fab8f(_0x450de1._0x434e69,_0x450de1._0x35dfc2,_0x450de1._0x506e11,_0x450de1._0xa9e3c5)]('\x20\x20ssl_cert'+_0x4fab8f(0x31f,_0x450de1._0x467b92,0x2aa,0x2fb)+_0x4fab8f(0x363,_0x450de1._0x3eaa54,0x2a3,0x3f9)+_0x2d9fb3(0x20f,_0x450de1._0x1c7e95,_0x450de1._0x2f2093,0x1b1)+_0x2d9fb3(0x2ba,0x286,_0x450de1._0x1da954,_0x450de1._0x4312af));continue;case'6':_0x450717['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x10ff13,0x18f,0x17a,0x203)]);continue;case'7':_0x4bbed1[_0x2d9fb3(0x1d8,_0x450de1._0x368977,_0x450de1._0x39de24,0x195)](_0x489a2b[_0x4fab8f(0x36e,_0x450de1._0x41fc23,_0x450de1._0x42ed17,_0x450de1._0x42ed17)]);continue;case'8':_0x526635['error'](_0x489a2b[_0x2d9fb3(0x199,0x136,0x141,0x195)]);continue;case'9':_0x2c6745[_0x4fab8f(_0x450de1._0x955efe,0x250,_0x450de1._0x43da31,0x1db)](_0x489a2b['PbLtE']);continue;case'10':_0xe4dffb['error']('');continue;case'11':_0x5ac0eb[_0x4fab8f(0x21b,0x250,0x243,0x268)](_0x489a2b[_0x4fab8f(_0x450de1._0x41cc42,0x35d,_0x450de1._0x5bdb27,_0x450de1._0x20e72a)]);continue;case'12':_0x3c30f0[_0x4fab8f(_0x450de1._0x39ce24,0x250,_0x450de1._0x373b6c,0x1a5)]('');continue;case'13':_0x13a467[_0x2d9fb3(_0x450de1._0x15f2f7,_0x450de1._0x56fbe1,0x14c,_0x450de1._0x337379)](_0x489a2b[_0x2d9fb3(0x13a,0x242,_0x450de1._0xce5b3c,0x131)]);continue;case'14':_0x5a4bbd['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x1b154a,0x212,0x25e,_0x450de1._0x230222)]);continue;case'15':_0x217cf1['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x58e121,0x1ce,0x1b3,_0x450de1._0x4141e2)]);continue;case'16':_0xc0ff73[_0x4fab8f(0x1f5,_0x450de1._0x58af1f,0x2e4,_0x450de1._0x435a82)](_0x489a2b[_0x2d9fb3(_0x450de1._0x538d3d,0x18c,0x214,0x256)]);continue;case'17':_0x4b0a27[_0x2d9fb3(0x1bb,_0x450de1._0x872c1d,0x14c,_0x450de1._0x4db0de)](_0x4fab8f(_0x450de1._0x5d6f0d,_0x450de1._0x4a473e,_0x450de1._0xfe669a,0x3c2)+_0x4fab8f(0x406,0x354,0x2ad,_0x450de1._0x43a51d)+_0x2d9fb3(0x1bc,0x111,0x19a,_0x450de1._0x3124d9)+_0x2d9fb3(_0x450de1._0xae7a7e,0x290,0x1fb,_0x450de1._0x44846e)+'80');continue;case'18':_0x14871a[_0x2d9fb3(_0x450de1._0x1cffa2,_0x450de1._0x295a2b,0x14c,_0x450de1._0x3cc59b)](_0x489a2b[_0x2d9fb3(_0x450de1._0x4a5028,_0x450de1._0xe8d74,0x21c,0x263)]);continue;case'19':_0x172f16['error'](_0x4fab8f(0x2ef,0x27d,_0x450de1._0x1c24f4,0x26c)+_0x2d9fb3(_0x450de1._0x179ba5,0x20a,0x1bb,_0x450de1._0x1b3470)+_0x4fab8f(_0x450de1._0x3bcad5,_0x450de1._0x53a069,_0x450de1._0x58dd7b,_0x450de1._0x4827c4)+_0x4fab8f(_0x450de1._0x186a68,_0x450de1._0x2ba651,_0x450de1._0x229f6f,0x225)+'\x20results');continue;case'20':_0x226589[_0x2d9fb3(0x160,0x143,_0x450de1._0x39de24,_0x450de1._0x1e337f)](_0x2d9fb3(0x18a,0x250,0x209,0x163)+_0x4fab8f(0x3af,0x354,_0x450de1._0x402a80,_0x450de1._0x45ebf2)+_0x2d9fb3(_0x450de1._0x450c7d,0x2a3,0x20d,0x29e)+_0x2d9fb3(_0x450de1._0x2de38f,_0x450de1._0x418356,_0x450de1._0x9493dd,_0x450de1._0x39306e)+_0x4fab8f(_0x450de1._0x5f11cd,0x307,0x3a1,0x28c));continue;case'21':_0x47ce27[_0x4fab8f(0x24b,_0x450de1._0x310440,0x210,_0x450de1._0x4b2f4a)](_0x489a2b[_0x2d9fb3(_0x450de1._0x2e5d20,_0x450de1._0x47aa45,0x245,_0x450de1._0x536955)]);continue;case'22':_0x3cad04[_0x2d9fb3(0x146,0x205,0x14c,_0x450de1._0x3f0ec9)](_0x489a2b['DpEYk']);continue;case'23':_0x510938['error'](_0x489a2b[_0x4fab8f(0x3b9,0x33d,0x310,0x2cb)]);continue;case'24':_0xe183e4['error'](_0x489a2b[_0x4fab8f(_0x450de1._0x2777fe,0x300,_0x450de1._0x1971ae,_0x450de1._0x42c587)]);continue;case'25':_0x9959b8[_0x4fab8f(0x244,0x250,0x253,0x2f5)]('');continue;case'26':_0x353fe2[_0x4fab8f(_0x450de1._0x476195,_0x450de1._0x58af1f,0x1a3,_0x450de1._0x4006c2)](_0x2d9fb3(_0x450de1._0x1a7344,0x1a5,0x18c,0x20e)+_0x2d9fb3(0x333,_0x450de1._0x22b9b2,0x2a2,_0x450de1._0x5d47ef)+_0x4fab8f(0x37b,0x393,0x372,0x30a)+_0x2d9fb3(0x280,_0x450de1._0x40aa83,0x20c,0x27a)+_0x2d9fb3(_0x450de1._0x230029,_0x450de1._0x53ce7d,0x193,_0x450de1._0x58b4c5));continue;}break;}}else{const _0x460f86=_0x3deb2b[_0x4fab8f(_0x450de1._0xee024c,_0x450de1._0x2288b6,_0x450de1._0xa31c87,_0x450de1._0x2a4593)](_0xbcbf80);await _0x489a2b[_0x2d9fb3(0x1b3,0x1a4,_0x450de1._0x46015c,0x1f4)](saveCoderSetupPath,_0x460f86),console[_0x2d9fb3(_0x450de1._0x3ffe6b,_0x450de1._0x8051f7,0x1c0,_0x450de1._0x5d2669)](_0x4fab8f(_0x450de1._0x27d26,_0x450de1._0x4f1763,0x35c,_0x450de1._0x4f195a)+_0x25dc3b+_0x4fab8f(0x278,_0x450de1._0xf65b1f,0x2ea,0x2bb)+_0x460f86),console[_0x4fab8f(_0x450de1._0x493997,0x2c4,0x2d3,0x2e6)](_0x4fab8f(_0x450de1._0x167785,0x2b4,_0x450de1._0x21d4cf,0x2bf)+':\x20'+_0x489a2b[_0x2d9fb3(_0x450de1._0xf72ef6,_0x450de1._0x516657,0x16a,_0x450de1._0x4e9435)](getConfigPath));break;}}case _0x2d9fb3(0x17c,0x288,_0x450de1._0xfb6676,0x225)+'t':{const _0x255666=_0x489a2b['LMQXn'](parseInt,_0xbcbf80,-0x736+-0x8f*0x23+-0x3*-0x8ef);(_0x489a2b[_0x2d9fb3(0x2dd,0x28d,0x292,_0x450de1._0x44a080)](isNaN,_0x255666)||_0x489a2b[_0x2d9fb3(0x212,0x250,_0x450de1._0x457d49,_0x450de1._0xe1c927)](_0x255666,0x1*0xa75+-0x1*-0xb56+-0x15ca*0x1)||_0x489a2b[_0x4fab8f(0x3b8,_0x450de1._0x1f8883,0x3ff,_0x450de1._0x4c8b1f)](_0x255666,0x2564*0x7+0x6918+-0x1*0x6ed5))&&(console['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x15f2f7,0x11a,_0x450de1._0x31db39,_0x450de1._0x5ba57f)]),process[_0x2d9fb3(0x28e,0x170,0x211,0x1ce)](0x1*-0x1acf+-0xf04*-0x1+0xbcc));await _0x489a2b[_0x4fab8f(_0x450de1._0xce4a2,0x33b,0x3a3,_0x450de1._0x59731b)](saveServerPort,_0x255666),console[_0x4fab8f(0x23f,_0x450de1._0x434376,0x295,_0x450de1._0x4e99ca)](_0x2d9fb3(0x1f1,0x194,_0x450de1._0x17f20d,_0x450de1._0x1c7eef)+_0x25dc3b+'\x20=\x20'+_0x255666),console[_0x2d9fb3(0x1a0,_0x450de1._0x516e58,0x1c0,_0x450de1._0x1ffc6a)](_0x2d9fb3(_0x450de1._0x48242e,_0x450de1._0x300b51,_0x450de1._0x2b7ec6,0x1b2)+':\x20'+_0x489a2b[_0x4fab8f(0x218,_0x450de1._0x1ffc6a,0x2bb,0x30d)](getConfigPath));break;}case _0x489a2b[_0x4fab8f(0x2d2,0x2e5,_0x450de1._0x3bad2e,0x37f)]:{const _0x193532=_0x3deb2b[_0x4fab8f(0x2a6,_0x450de1._0x3af181,0x362,0x398)](_0xbcbf80);await _0x489a2b[_0x4fab8f(0x3a3,0x396,0x354,0x351)](saveSslCertPath,_0x193532),console[_0x4fab8f(_0x450de1._0x1b16bf,_0x450de1._0x434376,0x30e,_0x450de1._0x5df734)](_0x2d9fb3(_0x450de1._0x11da63,_0x450de1._0x5872d6,0x1f2,_0x450de1._0x3813b5)+_0x25dc3b+_0x2d9fb3(0x208,_0x450de1._0x204ae8,_0x450de1._0x46b2a8,_0x450de1._0x24c726)+_0x193532),console['log'](_0x2d9fb3(0x13e,_0x450de1._0x3406bb,0x1b0,0x121)+':\x20'+getConfigPath());break;}case _0x489a2b[_0x4fab8f(0x327,0x328,0x31b,_0x450de1._0x27d26)]:{const _0x276af4=_0x3deb2b[_0x4fab8f(_0x450de1._0x15e9a9,_0x450de1._0x397f7e,_0x450de1._0x138553,0x364)](_0xbcbf80);await saveSslKeyPath(_0x276af4),console[_0x4fab8f(0x28e,0x2c4,0x25a,0x33b)](_0x4fab8f(_0x450de1._0x18eb4f,_0x450de1._0x4f1763,0x33d,_0x450de1._0x924055)+_0x25dc3b+_0x2d9fb3(_0x450de1._0x3b0d7a,_0x450de1._0xdc7ad8,0x17d,_0x450de1._0x2f5011)+_0x276af4),console[_0x4fab8f(_0x450de1._0x5c9935,0x2c4,_0x450de1._0x457f3d,0x230)](_0x2d9fb3(0x1fb,0x177,_0x450de1._0x2b7ec6,_0x450de1._0x376403)+':\x20'+_0x489a2b[_0x2d9fb3(_0x450de1._0xa14845,0x1a6,0x16a,_0x450de1._0xf72ef6)](getConfigPath));break;}case _0x489a2b[_0x4fab8f(_0x450de1._0x37152d,0x255,_0x450de1._0x4bd7f2,_0x450de1._0x24631f)]:{const _0x27e97b=_0x3deb2b['resolve'](_0xbcbf80);await _0x489a2b['mHrDA'](saveSslCaPath,_0x27e97b),console[_0x4fab8f(0x343,0x2c4,0x307,0x243)](_0x4fab8f(0x2ed,_0x450de1._0x1c4bc3,_0x450de1._0x373b6c,_0x450de1._0x4de11d)+_0x25dc3b+'\x20=\x20'+_0x27e97b),console[_0x4fab8f(0x2c8,0x2c4,0x357,_0x450de1._0x39ce24)]('\x20\x20Location'+':\x20'+_0x489a2b['dWZWX'](getConfigPath));break;}case _0x489a2b[_0x2d9fb3(_0x450de1._0xce5b3c,0x1d6,0x18a,_0x450de1._0x10ff13)]:{const _0x5339e0=_0xbcbf80===_0x489a2b[_0x2d9fb3(0x1f3,_0x450de1._0x252b8d,_0x450de1._0x18eb4f,_0x450de1._0x339567)]||_0x489a2b[_0x4fab8f(0x1e8,0x24c,_0x450de1._0x4ae5bc,_0x450de1._0x428166)](_0xbcbf80,'1');await _0x489a2b[_0x2d9fb3(0x309,0x304,0x29e,_0x450de1._0x217c75)](saveTrustProxy,_0x5339e0),console[_0x2d9fb3(0x260,0x260,_0x450de1._0x40025c,_0x450de1._0x4c4131)](_0x4fab8f(_0x450de1._0x4cf707,_0x450de1._0x1c4bc3,0x295,_0x450de1._0x41dab9)+_0x25dc3b+_0x2d9fb3(_0x450de1._0x2f21e5,0x103,_0x450de1._0x281b63,_0x450de1._0x58d164)+_0x5339e0),console[_0x4fab8f(0x2e1,0x2c4,_0x450de1._0x3337ba,_0x450de1._0x2099a3)](_0x2d9fb3(0x1b6,0x1ed,_0x450de1._0x5ad0d9,_0x450de1._0xf371e)+':\x20'+_0x489a2b[_0x4fab8f(0x264,0x2ab,_0x450de1._0x3fc57f,0x35d)](getConfigPath));break;}}}async function setSetupConfig(_0x164ab9,_0x5b31c8){const _0x256a39={_0x2f8add:0x543,_0x27d0bb:0x5e6,_0x34dd8a:0x11c,_0x1f4003:0xce,_0x31394a:0x6a,_0x47a878:0x82,_0x4a1e6d:0x8f,_0x2e751b:0x47b,_0x2e9f58:0x9,_0x44d6f7:0x5c4,_0x1dbfa7:0x5c,_0x19128d:0x120,_0x2f3109:0x113,_0xa935e0:0x4d0,_0x61a81d:0x4ac,_0x5378d9:0x591,_0x1e739d:0x4e9,_0x37a17e:0xb1,_0x2e3f2d:0x83,_0x17fdbd:0x56,_0x4ac9bb:0x4b,_0x16e15d:0x73,_0x17ebd3:0x6,_0x4bcdee:0xfc,_0xf5f7d6:0x26,_0x25fe7d:0x15,_0x31cf49:0x2c,_0x524bbf:0xf,_0x1540fd:0x2d,_0x5f03e2:0x71,_0x50560f:0xc8,_0x8c50b:0x9d,_0x76571c:0x5ab,_0x932b82:0x5aa,_0x2417e6:0x659,_0x19eff3:0xcc,_0x24dfe1:0x7c,_0x1f46c0:0x64,_0x530ba3:0xc0,_0x2b583f:0x4fd,_0x419fe2:0x576,_0x494abe:0x506,_0x111e08:0x4b2,_0x177bb4:0x4a5,_0x1d76c9:0x467,_0x17da91:0x3fe,_0x3bd2a8:0x4f0,_0x163736:0xd9,_0x550aab:0x2b,_0x510b79:0x6a,_0x33e4c3:0x7,_0x299cf4:0x506,_0x50cc1c:0x580,_0x132cd4:0x60,_0x3b4f80:0x4b,_0x11e2f7:0x98,_0x378146:0x472,_0x138237:0x4f7,_0x4b8537:0x3d,_0x3a984c:0x2,_0xe4afc1:0x57,_0x2d1b77:0x8,_0x2ce55c:0x5,_0x236846:0x526,_0x16be34:0x577,_0x13fc78:0x5e0,_0x2e9be2:0x80,_0x22bc10:0x62,_0x5cf2db:0x6a,_0x14fa9d:0x83,_0x39e575:0x487,_0x1da187:0xf7,_0x13ff6f:0x4e7,_0x465319:0x446,_0x470046:0x462,_0x35b502:0x464,_0x51952f:0x494,_0x48244f:0x45a,_0x47fd06:0x598,_0x470fc3:0x7e,_0x2e4251:0x13,_0x39723c:0x90,_0xd6d220:0xbb,_0x3beb92:0x5f,_0x4b6e59:0x11a,_0x1c7533:0x76,_0x195359:0x57a,_0x3a2dbf:0x525,_0x104128:0x5c0,_0x19aada:0x57b,_0x47c14f:0x5e7,_0x4928c8:0x5b9,_0x105ea0:0x508,_0x405499:0x4bc,_0x5c3b6b:0x7a,_0x16e5a9:0x5d,_0x11702d:0x4,_0x40551f:0x12,_0x42028f:0x4e6,_0xb6baad:0x4f0,_0x49e6db:0x5b4,_0x1404a2:0x542,_0xfc0dcb:0x51f,_0x20a4de:0x61,_0x3d36d4:0xd2,_0x33ec9a:0x468,_0x57bcdf:0x45e,_0xa5e93e:0x4af,_0x4defc6:0x4ae,_0x26a401:0x4d8,_0x2e2f6e:0x4be,_0x236f4f:0xbf,_0x131b2e:0x173,_0x2ec97a:0xc9,_0x5a3714:0x108,_0x4682b1:0x4f2,_0xe67706:0x82,_0x51f467:0x5e,_0x46625d:0xab,_0x3f7744:0xb5,_0x54aefb:0xf8,_0x55fa06:0x156,_0x1fb59b:0x48d,_0x1a7c3e:0x48d,_0x5d46fa:0xae,_0x1136f1:0x54,_0x459e5b:0xe6,_0x1fa9ed:0x457,_0x3406a2:0x51b,_0x208a7a:0x4ed,_0x2bd601:0xb5,_0xb9b1b1:0xa4,_0x289c99:0x535,_0x4a8a9f:0x35,_0x5106ab:0xd3,_0x38582d:0x93,_0x567999:0x472,_0x387064:0x3cb,_0x956ddd:0x4ff,_0x4b2221:0x453,_0x452c3a:0x53e,_0x476f5b:0x500,_0x2745e9:0xa8,_0x80fa21:0xa2,_0x4c0846:0x11,_0x388d69:0x161,_0x598583:0x515,_0x1d4e6c:0x4a1,_0x4f6283:0x5ae,_0x50393c:0x5b5,_0x4f4531:0x84,_0x1dbc45:0x34,_0xb7d06e:0x582,_0x4f2abb:0x56c,_0x5c950c:0x41,_0x4405e0:0x40,_0x938ad7:0x57e,_0x4d8003:0x46,_0x48fd70:0x51c,_0x3281ce:0x7b,_0x11642c:0x4a,_0x5a0506:0x80,_0xce24f:0x7f},_0x45f4e0={_0x1c4e34:0x1ab,_0x309ace:0x132},_0x14d433={_0x517ea1:0x95};function _0x13e2a0(_0x86fa13,_0x99a0fc,_0xc8a40f,_0x395bf7){return _0x470f83(_0x86fa13-_0x14d433._0x517ea1,_0x86fa13-0x33e,_0xc8a40f,_0x395bf7-0x164);}const _0x5d8cbc={'YQstf':function(_0x34665d){return _0x34665d();},'hZpPq':'Error:\x20Set'+'up\x20path\x20no'+_0x13e2a0(_0x256a39._0x2f8add,_0x256a39._0x27d0bb,0x549,0x5be)+'ed','jzPVO':'Configure\x20'+'setup\x20path'+_0x667669(0x80,_0x256a39._0x34dd8a,_0x256a39._0x1f4003,_0x256a39._0x31394a)+_0x667669(0x15,_0x256a39._0x47a878,0x9,-_0x256a39._0x4a1e6d)+_0x13e2a0(0x4cf,0x4bd,0x490,_0x256a39._0x2e751b)+'ion:','QdlMM':_0x667669(0x8,-_0x256a39._0x2e9f58,0x1b,0x6e)+_0x13e2a0(0x576,0x536,0x57e,_0x256a39._0x44d6f7)+'g\x20set\x20code'+_0x667669(0x97,_0x256a39._0x1dbfa7,_0x256a39._0x19128d,_0x256a39._0x2f3109)+_0x13e2a0(0x4d7,0x543,0x48a,_0x256a39._0xa935e0)+_0x13e2a0(_0x256a39._0x61a81d,0x4b4,0x4c3,0x4a5)+_0x13e2a0(_0x256a39._0x5378d9,0x51b,_0x256a39._0x1e739d,0x511),'cBERG':_0x667669(-0xa4,-0x4,-0x8d,-0x128),'HVIej':function(_0x48827d,_0x1e5203){return _0x48827d!==_0x1e5203;},'ZimXv':_0x667669(-_0x256a39._0x37a17e,-_0x256a39._0x2e3f2d,-0x156,-0x96),'DYUIn':_0x667669(-_0x256a39._0x17fdbd,-0x14,-0x2,_0x256a39._0x4ac9bb),'uqpom':'First\x20conf'+_0x667669(-_0x256a39._0x16e15d,-0xe6,_0x256a39._0x17ebd3,-_0x256a39._0x4bcdee)+'setup\x20path'+':','QxwDf':_0x667669(-_0x256a39._0xf5f7d6,-_0x256a39._0x25fe7d,_0x256a39._0x31cf49,_0x256a39._0x524bbf),'WmiWZ':function(_0x26fbc8,_0x3fd4ce){return _0x26fbc8!==_0x3fd4ce;},'vYtXq':_0x13e2a0(0x4e9,0x4c8,0x4e6,0x51b),'olbwB':'utf-8','IXWzO':function(_0xeea760,_0x58b209){return _0xeea760!==_0x58b209;},'sftsI':_0x667669(_0x256a39._0x1540fd,-_0x256a39._0x5f03e2,_0x256a39._0x50560f,0x3f),'IOdBX':function(_0x188856,_0x1a913c){return _0x188856===_0x1a913c;},'crYdv':_0x667669(-0x34,-_0x256a39._0x8c50b,0x3,-0xbf),'rkeux':_0x13e2a0(_0x256a39._0x76571c,0x54a,_0x256a39._0x932b82,_0x256a39._0x2417e6)+_0x667669(0x2c,_0x256a39._0x19eff3,_0x256a39._0x24dfe1,0xbd)+_0x667669(_0x256a39._0x1f46c0,-0x26,_0x256a39._0x50560f,0xed)+_0x667669(0x27,-0x38,0xcc,_0x256a39._0x530ba3)+'alid\x20coder'+_0x13e2a0(_0x256a39._0x2b583f,0x493,_0x256a39._0x419fe2,_0x256a39._0x494abe)+'ectory','bKuXC':function(_0x1ab8f8,_0x2d6560){return _0x1ab8f8+_0x2d6560;}};function _0x667669(_0x17239c,_0x119fa3,_0x43369d,_0x350ead){return _0x470f83(_0x17239c-_0x45f4e0._0x1c4e34,_0x17239c- -0x1e9,_0x119fa3,_0x350ead-_0x45f4e0._0x309ace);}const _0x29c519=await _0x5d8cbc[_0x13e2a0(0x4bd,0x54f,0x493,_0x256a39._0x111e08)](getCoderSetupPath);if(!_0x29c519){if(_0x5d8cbc[_0x13e2a0(0x4a4,_0x256a39._0x177bb4,0x524,_0x256a39._0x1d76c9)](_0x13e2a0(0x476,_0x256a39._0x17da91,_0x256a39._0x3bd2a8,0x479),_0x5d8cbc[_0x667669(0x60,_0x256a39._0x163736,0xff,_0x256a39._0x550aab)]))_0x5d8cbc[_0x667669(-_0x256a39._0x510b79,-_0x256a39._0x33e4c3,-0x31,-0xdb)](_0x3f30fb),_0x2e0810['exit'](0x19db+-0x1de9+-0x40f*-0x1);else{const _0x2a4ddc=_0x5d8cbc[_0x13e2a0(_0x256a39._0x299cf4,_0x256a39._0x50cc1c,0x4c6,0x46e)][_0x667669(-0x19,_0x256a39._0x132cd4,0x42,0x31)]('|');let _0xc3de3b=-0x1626+0x1d8+-0xa27*-0x2;while(!![]){switch(_0x2a4ddc[_0xc3de3b++]){case'0':console['error'](_0x5d8cbc['hZpPq']);continue;case'1':process[_0x667669(0x10,-_0x256a39._0x3b4f80,_0x256a39._0x11e2f7,-0x37)](0x1*0x2573+0x391+-0x1*0x2903);continue;case'2':console['error']('');continue;case'3':console[_0x13e2a0(_0x256a39._0x378146,_0x256a39._0x138237,0x3eb,0x4a7)](_0x5d8cbc[_0x667669(-0x9,-_0x256a39._0x4b8537,-0x22,_0x256a39._0x3a984c)]);continue;case'4':console[_0x667669(-0xb5,-0x61,-_0x256a39._0xe4afc1,-0xa0)](_0x667669(_0x256a39._0x2d1b77,0xb8,-0x4f,_0x256a39._0x2ce55c)+'rver\x20confi'+_0x13e2a0(_0x256a39._0x236846,0x4e4,_0x256a39._0x16be34,_0x256a39._0x13fc78)+'r_setup_pa'+_0x667669(-0x50,-_0x256a39._0x2e9be2,-_0x256a39._0x22bc10,-0x82)+'o/coder-se'+_0x667669(_0x256a39._0x5cf2db,0xd0,0xc3,-0x46));continue;}break;}}}const _0x40bbaa=_0x3deb2b[_0x667669(-0x38,-_0x256a39._0x14fa9d,0x64,_0x256a39._0x1f46c0)](_0x29c519,_0x5d8cbc[_0x13e2a0(_0x256a39._0x39e575,0x464,0x47d,0x458)]);let _0x55263;try{if(_0x5d8cbc[_0x667669(0x9a,0x32,_0x256a39._0x1da187,0x42)](_0x5d8cbc[_0x13e2a0(_0x256a39._0x13ff6f,_0x256a39._0x465319,_0x256a39._0x470046,_0x256a39._0x35b502)],_0x5d8cbc[_0x13e2a0(0x4e7,_0x256a39._0x51952f,_0x256a39._0x48244f,_0x256a39._0x47fd06)]))_0x3a04a2['error'](_0x5d8cbc[_0x667669(-_0x256a39._0x470fc3,-_0x256a39._0x2e4251,-_0x256a39._0x39723c,-_0x256a39._0xd6d220)]),_0x398c94[_0x667669(0x10,0x5b,0x86,-_0x256a39._0x3beb92)](0x2f5+0x1*-0x19ed+-0x1*-0x16f9);else{const _0x289ee9=await _0x589cd8['readFile'](_0x40bbaa,_0x5d8cbc[_0x667669(-0x6f,-_0x256a39._0x4b6e59,-_0x256a39._0x1c7533,-0x120)]);_0x55263=JSON['parse'](_0x289ee9);}}catch(_0x5eed3c){_0x5d8cbc[_0x13e2a0(_0x256a39._0x195359,0x589,0x543,_0x256a39._0x3a2dbf)](_0x5d8cbc[_0x13e2a0(_0x256a39._0x104128,_0x256a39._0x19aada,_0x256a39._0x47c14f,_0x256a39._0x4928c8)],_0x13e2a0(0x554,_0x256a39._0x105ea0,_0x256a39._0x405499,0x52a))?(_0x5050c9[_0x667669(-0x41,-_0x256a39._0x5c3b6b,-_0x256a39._0x16e5a9,-_0x256a39._0x11702d)](_0x5d8cbc[_0x667669(-0x71,-0x2b,-_0x256a39._0x40551f,-0x86)]),_0x51f52f[_0x13e2a0(_0x256a39._0x42028f,_0x256a39._0xb6baad,0x440,0x454)](_0x5d8cbc[_0x13e2a0(_0x256a39._0x49e6db,0x55d,_0x256a39._0x1404a2,_0x256a39._0xfc0dcb)])):(_0x5d8cbc[_0x667669(0x34,-0x45,_0x256a39._0x20a4de,_0x256a39._0x3d36d4)](_0x5eed3c[_0x13e2a0(_0x256a39._0x33ec9a,0x507,0x4fa,0x3d1)],_0x5d8cbc[_0x13e2a0(_0x256a39._0x57bcdf,0x44e,0x3b7,_0x256a39._0xa5e93e)])?_0x5d8cbc[_0x13e2a0(_0x256a39._0x4defc6,0x500,0x478,0x52e)]!==_0x5d8cbc[_0x13e2a0(_0x256a39._0x4defc6,_0x256a39._0x26a401,_0x256a39._0x2e2f6e,0x429)]?(_0x253714[_0x667669(-_0x256a39._0x236f4f,-0xf5,-0x4d,-_0x256a39._0x131b2e)]===_0x5d8cbc[_0x667669(-_0x256a39._0x2ec97a,-0x82,-_0x256a39._0x5a3714,-_0x256a39._0x3d36d4)]?_0x534810[_0x13e2a0(0x472,0x443,0x48f,_0x256a39._0x4682b1)](_0x667669(0xe,-0x7a,0x70,_0x256a39._0xe67706)+_0x667669(-0xd,-0x64,-0x82,-_0x256a39._0x3b4f80)+_0x667669(_0x256a39._0x51f467,_0x256a39._0x46625d,0x15,_0x256a39._0xf5f7d6)+'\x20'+_0x58c4fd):_0xe94522[_0x667669(-_0x256a39._0x3f7744,-0xb3,-_0x256a39._0x54aefb,-_0x256a39._0x55fa06)](_0x13e2a0(_0x256a39._0x1fb59b,0x48c,_0x256a39._0x1a7c3e,0x489)+'ing\x20setup.'+_0x667669(-_0x256a39._0x5d46fa,_0x256a39._0x33e4c3,-_0x256a39._0x1136f1,-_0x256a39._0x459e5b)+_0x3fe894[_0x13e2a0(0x4d0,_0x256a39._0x1fa9ed,_0x256a39._0x3406a2,_0x256a39._0x208a7a)]),_0x6f38ad[_0x667669(0x10,-0x20,0x89,0x22)](0x77b+-0xb*0x1d2+0xc8c)):(console[_0x667669(-_0x256a39._0x2bd601,-0xe1,-_0x256a39._0xb9b1b1,-_0x256a39._0x37a17e)](_0x13e2a0(_0x256a39._0x289c99,0x571,0x5d0,0x4d2)+'up.json\x20no'+_0x667669(0x5e,-_0x256a39._0x4a8a9f,_0x256a39._0x5106ab,_0x256a39._0x38582d)+'\x20'+_0x40bbaa),console['error'](_0x5d8cbc[_0x667669(0x81,0x2a,0x1f,0xcb)])):console[_0x13e2a0(_0x256a39._0x567999,0x403,0x40c,_0x256a39._0x387064)]('Error\x20read'+_0x13e2a0(0x4a5,_0x256a39._0x956ddd,0x47b,_0x256a39._0x4b2221)+_0x667669(-0xae,-0x12,-_0x256a39._0x24dfe1,-_0x256a39._0x50560f)+_0x5eed3c['message']),process['exit'](0x46c+0xdac+-0xb*0x1a5));}_0x55263[_0x164ab9]=_0x5b31c8,await _0x589cd8['writeFile'](_0x40bbaa,_0x5d8cbc[_0x13e2a0(_0x256a39._0x452c3a,_0x256a39._0x476f5b,0x59c,0x5c6)](JSON[_0x667669(-_0x256a39._0x2745e9,-_0x256a39._0x80fa21,_0x256a39._0x4c0846,-_0x256a39._0x388d69)](_0x55263,null,0x7d2+0x7*0x4f3+-0x2a75),'\x0a'),_0x13e2a0(_0x256a39._0x598583,0x537,_0x256a39._0x1d4e6c,0x531)),console['log'](_0x13e2a0(0x518,_0x256a39._0x4f6283,0x4db,_0x256a39._0x50393c)+_0x164ab9+_0x667669(-_0x256a39._0x4f4531,-0x55,-0x4b,_0x256a39._0x1dbc45)+_0x5b31c8),console[_0x13e2a0(_0x256a39._0x42028f,0x518,_0x256a39._0xb7d06e,0x59a)](_0x13e2a0(0x4d6,0x567,0x4a0,_0x256a39._0x4f2abb)+':\x20'+_0x40bbaa),console[_0x667669(-_0x256a39._0x5c950c,0x6c,_0x256a39._0x4405e0,-0xaa)](''),console[_0x13e2a0(0x4e6,0x52a,_0x256a39._0x938ad7,0x562)](_0x667669(_0x256a39._0x4d8003,0x1c,0x4d,_0x256a39._0xf5f7d6)+'e\x20server\x20f'+_0x13e2a0(_0x256a39._0x48fd70,0x47a,0x5a6,0x470)+_0x667669(-0x1c,-_0x256a39._0x3281ce,-_0x256a39._0x11642c,-_0x256a39._0x5f03e2)+_0x667669(-0x98,-_0x256a39._0x5a0506,-_0x256a39._0xce24f,-0x102));}async function getConfig(_0x4044d8){const _0x28565f={_0x1d888e:0x27a,_0x43f483:0x281,_0x3c7bf5:0x2b7,_0x97cb6e:0x12b,_0x4ffa69:0x187,_0x6488c4:0x3a1,_0x5a93cc:0x1f4,_0x16f008:0x20f,_0xc198ff:0x184,_0xea136c:0x1bc,_0x3a6b9b:0x211,_0x11d6a7:0x23b,_0x5a2ca6:0x22f,_0x18c2df:0x35b,_0x292942:0x33e,_0x502859:0x34a,_0x7a7f06:0x15b,_0x17c5cb:0xf6,_0x4c35ac:0x2aa,_0x86ed63:0x327,_0x17fe50:0x2bf,_0x2474ee:0x1b9,_0x2da4e2:0x216,_0x121228:0x246,_0x41e07f:0x20a,_0x701409:0x367,_0x337e72:0x207,_0x8074c4:0x1e5,_0x5c3a8f:0x1e7,_0x3a5abf:0x12d,_0x42d02c:0x158,_0x438032:0x207,_0x4aee75:0x107,_0x2c815a:0x79,_0x1df685:0x1dd,_0xaf601d:0x1dc,_0x4253ab:0x231,_0x49e27b:0x317,_0x54478f:0x38a,_0x471961:0x2fb,_0x15964e:0x18e,_0x27c1e2:0x209,_0x97cc20:0x20a,_0x1e87aa:0x1e2,_0xb0a00b:0x2a4,_0x27c217:0x1c0,_0x25ab36:0x224,_0x343de0:0x193,_0x364b61:0x21c,_0x15c237:0x233,_0x544049:0x144,_0x20c769:0x312,_0x4b6e5f:0x29b,_0x3c0b8b:0x1af,_0xd6bacf:0x19f,_0x4852ca:0x233,_0x6eccce:0x1bd,_0x1014d6:0xd8,_0x473794:0x1c3,_0x10d5eb:0x2ed,_0x133ae5:0x332,_0x3338a2:0x190,_0x557746:0xda,_0x356535:0x29c,_0x100c61:0x237,_0x5579da:0x1a1,_0x21ab44:0x269,_0x40aba4:0x298,_0x27299b:0x1f9,_0x134b28:0xf3,_0xf85c41:0x16a,_0x43a340:0x285,_0x3b7063:0x275,_0x7e883a:0x180,_0x4607e2:0x1b7,_0x57edb4:0x178,_0x3b1a5e:0xf9,_0x151720:0x199,_0xcee745:0x2d4,_0x5bb643:0x274,_0x3703e1:0x245,_0x286956:0x1b6,_0x4da0d8:0x25a,_0x56f077:0x21a,_0x45f99f:0x219,_0x11f7d3:0x16e,_0xee1782:0x321,_0x96c2bd:0x306,_0x25429d:0x1c1,_0x2c36b3:0x1e9,_0x2f268f:0x26c,_0x3d688e:0x1f5,_0x15eda3:0x205,_0x3684ce:0x27c,_0x277218:0x1c8,_0x212f3a:0x19d,_0x360a36:0x232,_0x4a3769:0x13a,_0x2bb015:0x294,_0x2e9d9f:0x2b2,_0xbc6deb:0x2e6,_0xed649b:0x326,_0x3d2361:0x2d3,_0x244dbe:0x37c,_0x372536:0x385,_0x5c5684:0x264,_0x492630:0x2d2,_0x1960c7:0x225,_0x4eb317:0x253,_0x157220:0x197,_0x31df64:0x2a1,_0x235ed4:0x22d,_0x95d8aa:0x32d,_0x389726:0x144,_0xcee35c:0xaa,_0x1e6935:0x1ac,_0x4629c5:0x13f,_0x587725:0x20e,_0xe83fc0:0x1b2,_0x43b9a3:0x265,_0xf54cfe:0x1a4,_0xb6e97f:0x29a,_0x1e45ff:0x21e,_0x19da42:0x2c1,_0x1ff557:0x234,_0x58ea07:0x207,_0x41932d:0x1cf,_0x4f08da:0x252,_0xfdbf7e:0x15b,_0x459e5e:0x17b,_0x1d777e:0x2aa,_0x3c08d2:0x235,_0x3bfa76:0x138,_0x25420e:0xc4,_0xac0100:0x1d5,_0x23358c:0x2f2,_0x58793d:0x353,_0x39b2fa:0x34b,_0x580818:0x37f,_0x23d2e1:0x342,_0x1f47d7:0x144,_0x95840a:0x1d4,_0x41be03:0x1c6,_0x529c9c:0x177,_0x139e07:0x225,_0x3f93f4:0x19e,_0x501c93:0x92,_0x510741:0x1c2,_0xcd547b:0x144,_0x5225bd:0x17d,_0x3ba579:0x11c,_0x1dc5c8:0xdb,_0x150541:0x278,_0x31f628:0x1d8,_0x440b8f:0x2df,_0x302efc:0x391,_0x4cea5b:0x24c,_0xea6c5f:0x1b8,_0x57f354:0x213,_0x29aaf8:0x1f0,_0x10548c:0x298,_0x472dde:0x2d4,_0x908d53:0x26e,_0x47710c:0x17e,_0x3dc77c:0x2b5,_0x4b75c4:0x1c0,_0x40cc48:0x1da,_0x30694e:0x266,_0x5dd8b9:0x2e8,_0x5055f8:0x1c3},_0x22a731={_0x3257d0:0xe0},_0x345c90={_0x54923e:0x13f},_0x28d7e1={'tAHtv':_0x3b050c(_0x28565f._0x1d888e,_0x28565f._0x43f483,0x250,_0x28565f._0x3c7bf5)+_0x4ebefc(0x1c2,0x1ee,_0x28565f._0x97cb6e,_0x28565f._0x4ffa69)+_0x3b050c(0x301,_0x28565f._0x6488c4,0x3ab,0x399)+'ove\x20<key>','GVnxb':_0x3b050c(0x27a,_0x28565f._0x5a93cc,_0x28565f._0x16f008,0x1e4)+_0x4ebefc(0x1c2,_0x28565f._0xc198ff,_0x28565f._0xea136c,0x11b)+_0x4ebefc(_0x28565f._0x3a6b9b,0x278,_0x28565f._0x11d6a7,_0x28565f._0x5a2ca6)+'\x20<key>','tuKpc':function(_0x3ebafe,_0x59e715){return _0x3ebafe!==_0x59e715;},'QZmWM':'yFwIQ','cqVYj':_0x3b050c(_0x28565f._0x18c2df,_0x28565f._0x292942,_0x28565f._0x502859,0x2ba)+'-server\x20co'+'nfig\x22\x20for\x20'+_0x4ebefc(_0x28565f._0x7a7f06,_0x28565f._0x17c5cb,0xca,0xf1)+_0x3b050c(_0x28565f._0x4c35ac,0x21d,_0x28565f._0x86ed63,_0x28565f._0x17fe50)+'keys','CXUfA':'coder_setu'+_0x4ebefc(0x24f,0x2bd,_0x28565f._0x2474ee,_0x28565f._0x2da4e2),'kvpRp':'server_por'+'t','xHHSl':function(_0xc985dd){return _0xc985dd();},'sDHwT':'ssl_cert_p'+'ath','UODDS':function(_0x69c77e){return _0x69c77e();},'ksbjo':_0x4ebefc(0x25f,_0x28565f._0x121228,_0x28565f._0x41e07f,0x260)+'h','fyvuC':'trust_prox'+'y','sEDJp':_0x3b050c(_0x28565f._0x701409,0x2d8,0x3a2,0x2d6)+'up\x20path\x20no'+_0x4ebefc(0x215,_0x28565f._0x337e72,0x1cd,_0x28565f._0x8074c4)+'ed','SRoHv':'setup.json','vawUD':_0x4ebefc(_0x28565f._0x5c3a8f,_0x28565f._0x3a5abf,0x15d,_0x28565f._0x42d02c),'PSADp':_0x4ebefc(0x155,_0x28565f._0x438032,0x1a5,_0x28565f._0x4aee75),'MqIBf':_0x4ebefc(0x12a,_0x28565f._0x2c815a,0x175,_0x28565f._0x1df685),'zxyvw':_0x3b050c(0x259,0x2a3,0x295,0x2ce),'fkjbU':function(_0x14acd0,_0x53c85b){return _0x14acd0!==_0x53c85b;},'ivWvg':_0x4ebefc(0x199,_0x28565f._0xaf601d,0x1b5,_0x28565f._0x4253ab),'OAjAM':function(_0x588162,_0x1743e5){return _0x588162===_0x1743e5;},'rihVy':_0x3b050c(_0x28565f._0x49e27b,0x29a,_0x28565f._0x54478f,0x3bc),'NVvjk':'fFmsN'};function _0x3b050c(_0x5d7957,_0x2c2600,_0x53e88d,_0x3c33a6){return _0x470f83(_0x5d7957-_0x345c90._0x54923e,_0x5d7957-0xe6,_0x53e88d,_0x3c33a6-0x9e);}!_0x4044d8&&(console[_0x4ebefc(0x144,0x18f,0x1e4,0xf2)](_0x28d7e1[_0x3b050c(_0x28565f._0x121228,_0x28565f._0x471961,0x2d6,_0x28565f._0x15964e)]),process[_0x4ebefc(_0x28565f._0x27c1e2,_0x28565f._0x97cc20,_0x28565f._0x1e87aa,0x17b)](-0x117b+0x14*0x4a+0xbb4));function _0x4ebefc(_0x1c6861,_0x162294,_0x2229d7,_0x3cb991){return _0x470f83(_0x1c6861-0xa3,_0x1c6861-0x10,_0x2229d7,_0x3cb991-_0x22a731._0x3257d0);}const _0x5c3faa=SERVER_CONFIG_KEYS[_0x3b050c(0x229,_0x28565f._0xb0a00b,_0x28565f._0x27c217,_0x28565f._0x25ab36)](_0x4044d8),_0x50cafd=SETUP_JSON_KEYS['has'](_0x4044d8);!_0x5c3faa&&!_0x50cafd&&(_0x28d7e1[_0x4ebefc(_0x28565f._0x343de0,_0x28565f._0x364b61,0x1ed,_0x28565f._0x15c237)](_0x28d7e1['QZmWM'],_0x3b050c(0x34e,0x2e6,0x396,0x3a0))?(console[_0x4ebefc(_0x28565f._0x544049,0x1a7,0x19d,0x1eb)](_0x4ebefc(0x233,0x228,0x246,0x1b4)+'nfiguratio'+_0x3b050c(_0x28565f._0x20c769,0x398,0x299,_0x28565f._0x4b6e5f)+_0x4044d8),console[_0x3b050c(0x21a,_0x28565f._0x3c0b8b,_0x28565f._0xd6bacf,_0x28565f._0x4852ca)](_0x28d7e1[_0x4ebefc(0x24e,0x21a,_0x28565f._0x6eccce,0x2ba)]),process[_0x3b050c(0x2df,0x288,0x226,0x27a)](-0x40f*-0x4+-0x281+-0xdba)):(_0x4868c5[_0x4ebefc(_0x28565f._0x544049,_0x28565f._0xea136c,0xdb,_0x28565f._0x1014d6)](_0x4ebefc(0x27b,_0x28565f._0x473794,_0x28565f._0x10d5eb,_0x28565f._0x133ae5)+_0x51588c+(_0x4ebefc(_0x28565f._0x3338a2,_0x28565f._0x557746,0x1e7,_0x28565f._0x15964e)+_0x3b050c(_0x28565f._0x356535,0x2f9,0x2a0,_0x28565f._0x100c61)+_0x4ebefc(_0x28565f._0x473794,_0x28565f._0x5579da,0x20a,0x111))),_0x1bdf4a[_0x4ebefc(_0x28565f._0x27c1e2,_0x28565f._0x21ab44,0x279,0x1f2)](0x552+-0xc6*-0x12+0xc5*-0x19)));let _0x42a8b7;if(_0x5c3faa)switch(_0x4044d8){case _0x28d7e1[_0x4ebefc(0x221,_0x28565f._0x40aba4,_0x28565f._0x27299b,_0x28565f._0x3c7bf5)]:_0x42a8b7=await getCoderSetupPath();break;case _0x28d7e1['kvpRp']:_0x42a8b7=await _0x28d7e1[_0x4ebefc(0x154,_0x28565f._0x134b28,0xe1,_0x28565f._0xf85c41)](getServerPort);break;case _0x28d7e1[_0x3b050c(0x33e,0x28a,0x2be,_0x28565f._0x43a340)]:_0x42a8b7=await _0x28d7e1[_0x4ebefc(0x1f2,_0x28565f._0x3b7063,_0x28565f._0x7e883a,_0x28565f._0x4607e2)](getSslCertPath);break;case _0x4ebefc(_0x28565f._0x57edb4,0xc4,0xc0,_0x28565f._0x3b1a5e)+'th':_0x42a8b7=await _0x28d7e1[_0x3b050c(0x22a,_0x28565f._0x151720,0x2df,0x204)](getSslKeyPath);break;case _0x28d7e1[_0x3b050c(0x362,_0x28565f._0x3c7bf5,0x3f9,0x2cb)]:_0x42a8b7=await _0x28d7e1[_0x3b050c(0x22a,0x171,_0x28565f._0xcee745,_0x28565f._0x5bb643)](getSslCaPath);break;case _0x28d7e1['fyvuC']:_0x42a8b7=await _0x28d7e1[_0x3b050c(0x22a,_0x28565f._0x3703e1,_0x28565f._0x286956,_0x28565f._0x4da0d8)](getTrustProxy);break;}else{if(_0x50cafd){const _0x37bdc0=await getCoderSetupPath();!_0x37bdc0&&(console[_0x3b050c(_0x28565f._0x56f077,0x258,_0x28565f._0x45f99f,_0x28565f._0x11f7d3)](_0x28d7e1[_0x4ebefc(0x277,_0x28565f._0xee1782,0x2fc,_0x28565f._0x96c2bd)]),process['exit'](0x1732+0x3*0xe1+-0x19d4));const _0x2d54d2=_0x3deb2b[_0x4ebefc(_0x28565f._0x25429d,_0x28565f._0x2c36b3,0x15b,_0x28565f._0x2f268f)](_0x37bdc0,_0x28d7e1[_0x4ebefc(0x224,0x2b1,0x1c3,0x184)]);try{const _0x334e29=await _0x589cd8[_0x4ebefc(_0x28565f._0x3d688e,_0x28565f._0x15eda3,0x1cf,_0x28565f._0x3684ce)](_0x2d54d2,_0x28d7e1[_0x4ebefc(0x23a,_0x28565f._0x277218,0x1ea,_0x28565f._0x212f3a)]),_0x4bb685=JSON[_0x4ebefc(0x1f6,0x25f,0x1d1,_0x28565f._0x360a36)](_0x334e29);_0x42a8b7=_0x4bb685[_0x4044d8];}catch(_0x487ec1){_0x487ec1[_0x4ebefc(_0x28565f._0x4a3769,0xf5,0x9d,0x16e)]===_0x28d7e1[_0x3b050c(_0x28565f._0x2bb015,0x326,_0x28565f._0x2e9d9f,_0x28565f._0xbc6deb)]?_0x28d7e1['tuKpc'](_0x28d7e1[_0x3b050c(_0x28565f._0xed649b,_0x28565f._0x3d2361,_0x28565f._0x244dbe,_0x28565f._0x372536)],_0x28d7e1[_0x3b050c(_0x28565f._0x5c5684,_0x28565f._0x492630,_0x28565f._0x1960c7,0x1d8)])?console[_0x3b050c(0x21a,_0x28565f._0x4eb317,0x224,_0x28565f._0x157220)](_0x3b050c(0x2dd,0x268,_0x28565f._0x31df64,_0x28565f._0x235ed4)+'up.json\x20no'+_0x3b050c(_0x28565f._0x95d8aa,0x3c3,0x339,0x3e0)+'\x20'+_0x2d54d2):(_0x172c96[_0x4ebefc(_0x28565f._0x389726,_0x28565f._0xcee35c,_0x28565f._0x1e6935,_0x28565f._0x4629c5)]('Unknown\x20co'+_0x4ebefc(0x189,0x108,_0x28565f._0x587725,0x1f8)+_0x4ebefc(0x23c,_0x28565f._0xe83fc0,_0x28565f._0x43b9a3,_0x28565f._0xf54cfe)+_0x1701a9),_0xcd59fc[_0x3b050c(0x21a,0x23a,0x27e,_0x28565f._0xb6e97f)]('Run\x20\x22coder'+_0x4ebefc(_0x28565f._0x1e45ff,_0x28565f._0x19da42,_0x28565f._0x1ff557,0x234)+_0x3b050c(_0x28565f._0x58ea07,_0x28565f._0x41932d,_0x28565f._0x4f08da,0x1b5)+_0x4ebefc(_0x28565f._0xfdbf7e,0x202,_0x28565f._0x459e5e,0x15d)+_0x3b050c(_0x28565f._0x1d777e,0x31a,_0x28565f._0x3c08d2,0x2ce)+_0x4ebefc(_0x28565f._0x3bfa76,_0x28565f._0x25420e,_0x28565f._0xac0100,0xf8)),_0x5725ee['exit'](-0x1062+0x679*0x1+-0x5e*-0x1b)):_0x28d7e1[_0x3b050c(0x2e9,0x2ae,_0x28565f._0x23358c,_0x28565f._0x58793d)](_0x28d7e1[_0x3b050c(_0x28565f._0x39b2fa,0x3df,_0x28565f._0x580818,_0x28565f._0x23d2e1)],'PkoLC')?_0xaf8170[_0x4ebefc(_0x28565f._0x1f47d7,_0x28565f._0x95840a,0x1cb,0x17c)](_0x3b050c(_0x28565f._0x3c08d2,0x1fd,_0x28565f._0x41be03,0x2c5)+_0x4ebefc(_0x28565f._0x529c9c,0x209,0xc6,_0x28565f._0x139e07)+_0x4ebefc(0x14b,_0x28565f._0x3f93f4,0xfe,_0x28565f._0x501c93)+_0x5bb5e7[_0x4ebefc(0x1a2,_0x28565f._0x510741,0x162,0x248)]):console[_0x4ebefc(_0x28565f._0xcd547b,_0x28565f._0x5225bd,0x1aa,_0x28565f._0x3ba579)]('Error\x20read'+_0x4ebefc(_0x28565f._0x529c9c,0x208,0x225,0x1e9)+_0x4ebefc(0x14b,_0x28565f._0x1dc5c8,0x11e,0xcc)+_0x487ec1[_0x3b050c(_0x28565f._0x150541,0x2e5,0x1ef,_0x28565f._0x31f628)]),process[_0x3b050c(_0x28565f._0x440b8f,0x30f,_0x28565f._0x302efc,0x359)](0x24e+-0xd*0x2d5+-0x8a1*-0x4);}}}_0x28d7e1[_0x3b050c(0x269,0x2f4,0x1c0,_0x28565f._0x4cea5b)](_0x42a8b7,undefined)?console[_0x4ebefc(_0x28565f._0xea6c5f,0x263,0x1cc,_0x28565f._0x544049)](_0x42a8b7):_0x28d7e1[_0x3b050c(0x1fe,0x1d2,_0x28565f._0x57f354,_0x28565f._0x29aaf8)](_0x28d7e1[_0x4ebefc(0x223,0x213,0x2be,_0x28565f._0x10548c)],_0x28d7e1[_0x3b050c(0x328,0x394,_0x28565f._0x472dde,_0x28565f._0x908d53)])?(_0x4a73eb[_0x3b050c(_0x28565f._0x56f077,_0x28565f._0x47710c,_0x28565f._0xac0100,_0x28565f._0x3dc77c)](_0x28d7e1[_0x4ebefc(_0x28565f._0x4b75c4,0x161,_0x28565f._0x40cc48,0x23f)]),_0x17634c[_0x4ebefc(_0x28565f._0x27c1e2,_0x28565f._0x31f628,0x292,_0x28565f._0x3dc77c)](-0x1*-0x2335+-0x3*0x86a+-0x9f6)):(console['error']('Key\x20\x22'+_0x4044d8+(_0x3b050c(_0x28565f._0x30694e,0x1af,_0x28565f._0x5dd8b9,0x2a5)+'d\x20in\x20confi'+_0x4ebefc(_0x28565f._0x5055f8,0x12a,0x14c,_0x28565f._0x3a5abf))),process['exit'](0x2*0x624+0x156+-0xd9d));}async function removeConfig(_0x151c83){const _0x5a00ed={_0x475e71:0x3d7,_0x49f681:0x462,_0x160f14:0x42b,_0x492a61:0x389,_0xb257bd:0x39c,_0x4292a0:0x2b0,_0x5ca66f:0x344,_0x1d7d52:0x3de,_0x3a5d72:0x288,_0x2157f7:0x2f5,_0x2ff8fc:0x37c,_0x19b7ca:0x392,_0x457315:0x3ba,_0x37e0d2:0x395,_0x1fd22b:0x40c,_0x441ed6:0x3ee,_0xaeada2:0x37b,_0x4b1ebe:0x32e,_0x282d97:0x3b3,_0x2fdabf:0x4ba,_0x504af8:0x3c5,_0x5c66d0:0x47e,_0x5e9855:0x464,_0x2ecf1a:0x36c,_0x37aec6:0x3de,_0x3ba62c:0x461,_0x5b184e:0x416,_0x219e81:0x34d,_0x524f30:0x388,_0x5d39d9:0x3fb,_0x5517a1:0x4bf,_0xccf13:0x32b,_0xb5b7b1:0x3dc,_0x2ab70a:0x35b,_0x3257c9:0x440,_0x4f34c3:0x4b3,_0x4cf7bf:0x520,_0x3cdc8f:0x274,_0x51b61e:0x319,_0x5d8984:0x502,_0x4a276d:0x483,_0x2cd2ff:0x3df,_0x1eb126:0x2f7,_0x29eb2b:0x37f,_0x556841:0x33a,_0x12d793:0x2fc,_0xc8acb:0x39f,_0x3786a4:0x3f9,_0x379167:0x456,_0x2e2fb3:0x475,_0x4ffe5b:0x41d,_0x7df9fc:0x3f3,_0x30915d:0x411,_0x1777fc:0x42c,_0x2e92d9:0x29d,_0x16bbad:0x374,_0x2f4474:0x4d0,_0x1a9e0d:0x3a9,_0xbd5afe:0x370,_0x6ac0ed:0x49d,_0x1309e1:0x404,_0x2ab62e:0x4f6,_0x4162b6:0x3c9,_0x3c7f0a:0x439,_0x1c18ed:0x3cd,_0x5e7538:0x329,_0x18e217:0x397,_0x3fc367:0x3e9,_0x48e10d:0x2a7,_0x4f2550:0x2b3,_0x5d8bba:0x345,_0x5b7d49:0x398,_0x5aff06:0x41c,_0x2e324e:0x2c4,_0x9415ee:0x356,_0x3f55da:0x3e6,_0x1b26e6:0x39b,_0x8af4bf:0x35e,_0x16a7b6:0x3eb,_0x134a32:0x352,_0x344db4:0x3e6,_0x2df891:0x27f,_0x5cd016:0x321,_0x4b1602:0x3bb,_0x4074cf:0x354,_0x12793e:0x3f0,_0x36e750:0x2c8,_0xccaef4:0x379,_0x4574c9:0x34b,_0x525020:0x3d8,_0x44801d:0x321,_0x198712:0x42b,_0x5b83f4:0x427,_0x47c6d5:0x376,_0x316bd7:0x381,_0x37bde4:0x429,_0x21bb9c:0x3a0,_0x1e9b5f:0x350,_0x1581a0:0x42c,_0xb91a24:0x425,_0x3c96e4:0x3a6,_0x22dc83:0x369,_0x2bd8d4:0x409,_0x3f6392:0x3b0,_0xf0729c:0x3dd,_0x2dcdfd:0x362,_0x421921:0x4dc,_0x32b96a:0x4e6,_0x45a119:0x305,_0x189c33:0x276,_0x4d83be:0x407,_0x393532:0x3c0,_0x283de4:0x395,_0xe410e1:0x3eb,_0x410e6f:0x402,_0x14820e:0x322,_0x5405b3:0x2c6,_0x47d97f:0x364,_0x350362:0x322,_0x4b11fa:0x357,_0x2aaaa5:0x407,_0x3b7cbc:0x3b0,_0x1fb5e1:0x34a,_0x2b5d58:0x49b,_0x565a3e:0x301,_0x5cde3c:0x425,_0x2356de:0x353,_0x44f9e8:0x30b,_0x256562:0x382,_0x1e9209:0x329,_0x112834:0x41d,_0x44ce5e:0x413,_0x368a82:0x300,_0xe15a93:0x38e,_0x198c0e:0x414,_0x254ac1:0x466,_0x5c857f:0x3e6,_0xc1a8fe:0x399,_0x1c8507:0x414,_0x21e67e:0x3b0,_0x1fc056:0x49f,_0xb67fd9:0x388,_0x147d23:0x419,_0x428a7f:0x42a,_0x5030cd:0x3e3,_0x331f82:0x3ea,_0x2223f5:0x443,_0x3b980f:0x45d,_0x9ecb8b:0x39e,_0x19cc38:0x3f6,_0x2f1d6d:0x44a,_0x252166:0x4a7,_0x3c3eb2:0x3ca,_0xa1e9f1:0x426,_0x4d7424:0x441,_0x58cc44:0x31e,_0x46f2e7:0x2e9,_0x56acd8:0x37e,_0x515bfb:0x395,_0x6122ee:0x31b,_0xf51a54:0x2b8,_0x53251a:0x2c3,_0x9e0d7d:0x33c,_0x15a25a:0x418,_0x6ef9de:0x308,_0x2596d5:0x388,_0x363e16:0x412,_0xb96d74:0x4cb,_0x40207b:0x27c,_0x57b770:0x365,_0x2ab7a1:0x317,_0x3c7944:0x3b1,_0x477daf:0x484,_0x1d6a63:0x32a,_0x36f8b1:0x412,_0x28277f:0x46b,_0x53b2e3:0x3b8,_0x403fe0:0x357,_0x4265fc:0x43b,_0x50644b:0x3f4,_0x32159a:0x373,_0x493727:0x3b3,_0xd79306:0x323,_0x576a51:0x328,_0x37de4a:0x396,_0x4bfb79:0x2fa,_0x600224:0x286,_0x2bc744:0x472,_0x6c1d03:0x47d,_0x139aeb:0x410,_0x3afcb9:0x4c8,_0x34fd5c:0x4c2,_0x53111f:0x4b5,_0x1be805:0x473,_0x2a5f4e:0x46a,_0x3fd216:0x3ec,_0x131059:0x33c,_0x1ff611:0x3a5,_0x389abb:0x445,_0x1a5dc4:0x401,_0x25d81b:0x3cb,_0x55f881:0x394,_0x5d7eca:0x477,_0x589d71:0x4ad,_0x16cb67:0x474,_0x1171b2:0x3f5,_0x3520db:0x388,_0x2d8563:0x453,_0x155cba:0x3ff,_0x2ae01e:0x3bb,_0x1f0cf6:0x327,_0x4877d7:0x446,_0x341915:0x401,_0x338b9a:0x3b6,_0x2ebadf:0x3cf,_0x32bede:0x395,_0x266e5f:0x349,_0x1de956:0x3e7,_0x2c4b3d:0x393,_0x8fffd6:0x46c,_0x3f380e:0x3c4,_0x29d9d0:0x30a,_0x2c02e4:0x37b,_0x248dc3:0x452,_0x167581:0x451,_0x49f4c6:0x3c5,_0x1277e0:0x3dd,_0x8e02fc:0x385,_0x4ee2df:0x4d1,_0x5afbb4:0x3b4,_0x1e697d:0x3ae,_0x181dbf:0x42d,_0x2c94c6:0x3bd,_0x269ff0:0x3f1,_0x1258e3:0x29a,_0x4a9a6d:0x460,_0x27aeb0:0x401,_0x5b0360:0x3ae,_0x2fb932:0x35d,_0x202c30:0x395,_0x22eea6:0x42a},_0x54eb96={_0x9054d0:0x173,_0x2222c4:0x208,_0x2084b8:0x11b},_0xf4fd4={_0xf986d3:0x168,_0x46edaa:0x117},_0x6df4f9={'vZRZP':_0x2af41e(0x3af,0x41d,_0x5a00ed._0x475e71,_0x5a00ed._0x49f681)+_0x2af41e(0x4af,_0x5a00ed._0x160f14,0x36e,0x3fb)+_0x48f35c(_0x5a00ed._0x492a61,0x329,_0x5a00ed._0xb257bd,_0x5a00ed._0x4292a0)+'a\x20list\x20of\x20'+_0x2af41e(0x3a2,_0x5a00ed._0x5ca66f,_0x5a00ed._0x1d7d52,0x3b1)+_0x2af41e(_0x5a00ed._0x3a5d72,_0x5a00ed._0x2157f7,_0x5a00ed._0x2ff8fc,0x315),'WmPpZ':_0x48f35c(_0x5a00ed._0x19b7ca,0x39c,0x442,0x3d3)+_0x48f35c(0x456,_0x5a00ed._0x457315,0x3b9,0x455)+_0x2af41e(0x491,_0x5a00ed._0x37e0d2,_0x5a00ed._0x1fd22b,_0x5a00ed._0x441ed6)+_0x48f35c(_0x5a00ed._0xaeada2,_0x5a00ed._0x4b1ebe,0x284,0x3be),'drndN':_0x2af41e(0x4d9,0x461,_0x5a00ed._0x282d97,0x437)+_0x48f35c(0x424,0x43b,0x400,_0x5a00ed._0x2fdabf)+'number','rKcqc':_0x48f35c(0x38d,_0x5a00ed._0x504af8,_0x5a00ed._0x5c66d0,_0x5a00ed._0x5e9855),'GzjOK':'First\x20conf'+'igure\x20the\x20'+'setup\x20path'+':','iZVKh':_0x2af41e(0x45a,0x3c5,_0x5a00ed._0x2ecf1a,_0x5a00ed._0x37aec6)+_0x2af41e(_0x5a00ed._0x3ba62c,0x4af,_0x5a00ed._0x5b184e,0x425)+_0x48f35c(_0x5a00ed._0x219e81,0x3f0,0x395,_0x5a00ed._0x524f30)+_0x48f35c(_0x5a00ed._0x5d39d9,0x488,0x468,_0x5a00ed._0x5517a1)+'th\x20/path/t'+_0x2af41e(0x37f,_0x5a00ed._0xccf13,_0x5a00ed._0xb5b7b1,_0x5a00ed._0x2ab70a)+_0x2af41e(0x48f,0x411,0x3dd,_0x5a00ed._0x3257c9),'aYLKB':_0x2af41e(0x484,_0x5a00ed._0x4f34c3,_0x5a00ed._0x4cf7bf,0x46e)+_0x2af41e(0x3c0,0x35b,_0x5a00ed._0x3cdc8f,_0x5a00ed._0x51b61e)+_0x48f35c(0x4bd,0x40d,0x3be,0x404)+'ed','LxihZ':function(_0x5cebb7,_0x4649c1){return _0x5cebb7===_0x4649c1;},'pNYAj':_0x48f35c(_0x5a00ed._0x5d8984,_0x5a00ed._0x4a276d,0x444,_0x5a00ed._0x2cd2ff),'bwYkO':_0x48f35c(_0x5a00ed._0x1eb126,0x39c,_0x5a00ed._0x29eb2b,0x3a2)+_0x2af41e(_0x5a00ed._0x556841,0x3a8,_0x5a00ed._0x12d793,_0x5a00ed._0xc8acb)+_0x2af41e(_0x5a00ed._0x3786a4,_0x5a00ed._0xaeada2,_0x5a00ed._0x379167,0x408)+'ove\x20<key>','Rgsil':function(_0x573e50,_0x10ffc4){return _0x573e50&&_0x10ffc4;},'oDziI':_0x48f35c(_0x5a00ed._0x2e2fb3,_0x5a00ed._0x4ffe5b,0x4c7,0x36f)+_0x2af41e(_0x5a00ed._0x7df9fc,_0x5a00ed._0x30915d,0x4e1,_0x5a00ed._0x1777fc),'eNQTV':function(_0x1985ae,_0x324867){return _0x1985ae(_0x324867);},'QOVQS':'server_por'+'t','KoegS':_0x2af41e(_0x5a00ed._0x2e92d9,0x3a9,_0x5a00ed._0x16bbad,0x340)+_0x2af41e(0x457,0x487,_0x5a00ed._0x2f4474,0x421),'wTMUb':_0x48f35c(_0x5a00ed._0x1a9e0d,_0x5a00ed._0xbd5afe,0x32b,0x3bd)+'th','mxlGq':function(_0x37e3fe,_0xc3c53){return _0x37e3fe(_0xc3c53);},'zOqJv':_0x2af41e(_0x5a00ed._0x6ac0ed,_0x5a00ed._0x1309e1,_0x5a00ed._0x2ab62e,0x43c)+'h','YXuyv':_0x48f35c(0x404,_0x5a00ed._0x4162b6,0x466,0x334)+'y','jIYAB':function(_0x3b6478,_0x3ca4dd){return _0x3b6478(_0x3ca4dd);},'KXqtV':function(_0x20e15a){return _0x20e15a();},'cHewv':_0x2af41e(0x2ea,0x3a6,0x325,0x369),'yUyis':function(_0x5a2dfe,_0x24c3e8){return _0x5a2dfe!==_0x24c3e8;},'hBoKQ':_0x2af41e(0x3a4,_0x5a00ed._0x3c7f0a,0x365,0x3b9),'sLilT':_0x2af41e(0x448,_0x5a00ed._0x1c18ed,_0x5a00ed._0x5e7538,0x399),'YNFBS':_0x48f35c(_0x5a00ed._0x18e217,0x3df,_0x5a00ed._0x3fc367,_0x5a00ed._0xbd5afe),'KsdBP':function(_0x138342,_0x4208a4){return _0x138342!==_0x4208a4;},'usbJV':'HiYgM','tXKIr':'LWnTg','EUfuO':_0x48f35c(0x36a,_0x5a00ed._0x219e81,_0x5a00ed._0x48e10d,_0x5a00ed._0x4f2550),'GOvwL':'NCIbA','ZEavN':_0x48f35c(0x2f0,_0x5a00ed._0x5d8bba,0x383,_0x5a00ed._0x5b7d49),'YyxAK':function(_0x5c4102,_0x52fe40){return _0x5c4102===_0x52fe40;},'AelnA':'xJYZT','LvSfk':_0x2af41e(0x48b,0x3b8,0x399,_0x5a00ed._0x5aff06)+_0x48f35c(_0x5a00ed._0x2e324e,_0x5a00ed._0x9415ee,_0x5a00ed._0x3f55da,0x33a)+_0x2af41e(_0x5a00ed._0x1b26e6,0x416,0x441,0x3cb)+_0x48f35c(_0x5a00ed._0x8af4bf,0x3d5,0x416,0x331)+'ffect.'};!_0x151c83&&(_0x6df4f9['LxihZ'](_0x6df4f9['pNYAj'],_0x6df4f9[_0x2af41e(0x404,_0x5a00ed._0x492a61,_0x5a00ed._0x16a7b6,0x384)])?(console['error'](_0x6df4f9[_0x2af41e(0x3fa,0x452,0x3ca,0x3e0)]),process[_0x2af41e(0x35a,_0x5a00ed._0x134a32,0x457,_0x5a00ed._0x344db4)](0x2648+-0x13b+-0x250c)):_0x5c7362[_0x2af41e(_0x5a00ed._0x2df891,0x32d,0x2ff,_0x5a00ed._0x5cd016)]('Error\x20read'+_0x2af41e(_0x5a00ed._0xb257bd,_0x5a00ed._0x4b1602,0x3c3,_0x5a00ed._0x4074cf)+'json:\x20'+_0x3ecf12[_0x2af41e(_0x5a00ed._0x12793e,_0x5a00ed._0x36e750,0x2e9,0x37f)]));function _0x2af41e(_0x401b09,_0x590127,_0x5e6e54,_0xeb948f){return _0x4973a5(_0x5e6e54,_0x590127-_0xf4fd4._0xf986d3,_0x5e6e54-_0xf4fd4._0x46edaa,_0xeb948f-0x283);}const _0x7e5f07=SERVER_CONFIG_KEYS['has'](_0x151c83);function _0x48f35c(_0x5c5538,_0x38d882,_0x58e08f,_0x35299c){return _0x470f83(_0x5c5538-_0x54eb96._0x9054d0,_0x38d882-_0x54eb96._0x2222c4,_0x35299c,_0x35299c-_0x54eb96._0x2084b8);}const _0x1a9c13=SETUP_JSON_KEYS[_0x48f35c(_0x5a00ed._0xccaef4,_0x5a00ed._0x4574c9,0x3e0,0x3d8)](_0x151c83);_0x6df4f9['Rgsil'](!_0x7e5f07,!_0x1a9c13)&&(console[_0x2af41e(_0x5a00ed._0x525020,0x2f3,0x294,_0x5a00ed._0x44801d)](_0x48f35c(0x47d,_0x5a00ed._0x198712,_0x5a00ed._0x5b83f4,_0x5a00ed._0x47c6d5)+_0x48f35c(0x3b0,_0x5a00ed._0x316bd7,_0x5a00ed._0x37bde4,_0x5a00ed._0x21bb9c)+'n\x20key:\x20'+_0x151c83),console['error'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x1e9b5f,0x405,0x374,_0x5a00ed._0x1581a0)]),process[_0x48f35c(_0x5a00ed._0x1c18ed,0x401,0x3c9,_0x5a00ed._0xb91a24)](-0x19aa+-0x675+-0x101*-0x20));if(_0x7e5f07){switch(_0x151c83){case _0x6df4f9['oDziI']:await _0x6df4f9[_0x48f35c(0x329,_0x5a00ed._0x3c96e4,_0x5a00ed._0x22dc83,_0x5a00ed._0x2bd8d4)](saveCoderSetupPath,null),console[_0x48f35c(_0x5a00ed._0x2bd8d4,_0x5a00ed._0x3f6392,0x38d,0x302)]('Removed\x20'+_0x151c83);break;case _0x6df4f9[_0x2af41e(_0x5a00ed._0x7df9fc,_0x5a00ed._0xf0729c,0x4b9,0x409)]:await _0x6df4f9[_0x48f35c(0x457,0x3a6,0x309,_0x5a00ed._0x2dcdfd)](saveServerPort,-0x248a+-0xd14+-0x1472*-0x3),console['log']('Reset\x20'+_0x151c83+('\x20to\x20defaul'+_0x2af41e(_0x5a00ed._0x421921,_0x5a00ed._0x32b96a,0x450,0x471)));break;case _0x6df4f9[_0x2af41e(_0x5a00ed._0x4b1ebe,_0x5a00ed._0x45a119,_0x5a00ed._0x189c33,0x30c)]:await saveSslCertPath(null),console[_0x2af41e(_0x5a00ed._0x4d83be,_0x5a00ed._0x393532,0x34d,_0x5a00ed._0x283de4)](_0x48f35c(_0x5a00ed._0xe410e1,_0x5a00ed._0x410e6f,0x39f,0x415)+_0x151c83);break;case _0x6df4f9['wTMUb']:await _0x6df4f9['mxlGq'](saveSslKeyPath,null),console[_0x48f35c(0x3c1,0x3b0,0x397,_0x5a00ed._0x14820e)](_0x48f35c(0x443,0x402,0x4b6,0x3e9)+_0x151c83);break;case _0x6df4f9[_0x2af41e(0x3db,_0x5a00ed._0x5405b3,_0x5a00ed._0x47d97f,_0x5a00ed._0x350362)]:await _0x6df4f9['mxlGq'](saveSslCaPath,null),console[_0x2af41e(_0x5a00ed._0xccaef4,_0x5a00ed._0x4b11fa,0x421,0x395)]('Removed\x20'+_0x151c83);break;case _0x6df4f9['YXuyv']:await _0x6df4f9['jIYAB'](saveTrustProxy,null),console[_0x2af41e(_0x5a00ed._0x2aaaa5,_0x5a00ed._0x3b7cbc,0x356,_0x5a00ed._0x37e0d2)](_0x2af41e(0x3de,_0x5a00ed._0x1fb5e1,_0x5a00ed._0x2b5d58,0x3e7)+_0x151c83);break;}console['log']('\x20\x20Location'+':\x20'+_0x6df4f9[_0x48f35c(_0x5a00ed._0x565a3e,0x392,_0x5a00ed._0x5cde3c,0x34b)](getConfigPath));}else{if(_0x1a9c13){if(_0x6df4f9[_0x48f35c(0x3bf,0x344,_0x5a00ed._0x2356de,0x343)]===_0x6df4f9[_0x2af41e(_0x5a00ed._0x44f9e8,0x3b9,_0x5a00ed._0x256562,_0x5a00ed._0x1e9209)]){const _0x45a570=await _0x6df4f9[_0x2af41e(0x40a,0x2e1,0x406,0x377)](getCoderSetupPath);!_0x45a570&&(_0x6df4f9[_0x48f35c(_0x5a00ed._0x112834,0x3ef,_0x5a00ed._0x44ce5e,0x356)]('kgWnj',_0x6df4f9[_0x2af41e(0x45d,0x3ca,0x405,0x3ef)])?(console[_0x2af41e(0x292,_0x5a00ed._0x368a82,0x2d8,_0x5a00ed._0x5cd016)](_0x6df4f9[_0x2af41e(0x3e0,0x317,_0x5a00ed._0xe15a93,0x397)]),process[_0x2af41e(0x479,_0x5a00ed._0x198c0e,_0x5a00ed._0x254ac1,_0x5a00ed._0x5c857f)](0x1cd9+0x17b1+-0x3489)):(_0x288f57[_0x2af41e(0x2cc,_0x5a00ed._0xc1a8fe,0x2f9,0x321)](_0x48f35c(0x3da,0x42b,0x482,0x414)+_0x48f35c(_0x5a00ed._0x1c8507,_0x5a00ed._0x316bd7,_0x5a00ed._0x21e67e,0x3bf)+_0x2af41e(0x46e,_0x5a00ed._0x1fc056,_0x5a00ed._0xb67fd9,_0x5a00ed._0x147d23)+_0x6557c1),_0x52bbdb['error'](_0x6df4f9[_0x2af41e(_0x5a00ed._0x428a7f,_0x5a00ed._0x5030cd,0x335,_0x5a00ed._0x331f82)]),_0x3645fb[_0x2af41e(_0x5a00ed._0x2223f5,_0x5a00ed._0x3b980f,0x3d2,0x3e6)](0x8b4+-0x2*-0x10a2+-0x29f7)));const _0x5d2889=_0x3deb2b[_0x2af41e(0x30b,0x357,0x2f9,_0x5a00ed._0x9ecb8b)](_0x45a570,_0x48f35c(0x341,0x3cb,0x37b,_0x5a00ed._0x19cc38));let _0x58978;try{if(_0x6df4f9[_0x2af41e(_0x5a00ed._0x2f1d6d,_0x5a00ed._0x252166,_0x5a00ed._0x3c3eb2,_0x5a00ed._0xa1e9f1)]===_0x6df4f9[_0x48f35c(0x443,_0x5a00ed._0x4d7424,0x483,0x482)]){const _0xeb4add=await _0x589cd8[_0x2af41e(_0x5a00ed._0x14820e,0x3f3,0x466,0x3d2)](_0x5d2889,_0x6df4f9['YNFBS']);_0x58978=JSON['parse'](_0xeb4add);}else _0x16ad85[_0x2af41e(_0x5a00ed._0x58cc44,_0x5a00ed._0x46f2e7,_0x5a00ed._0x56acd8,_0x5a00ed._0x515bfb)](_0x2af41e(_0x5a00ed._0x6122ee,_0x5a00ed._0xf51a54,_0x5a00ed._0x53251a,_0x5a00ed._0x9e0d7d)+'ing\x20setup.'+'json:\x20'+_0x743b5a[_0x2af41e(_0x5a00ed._0x15a25a,0x407,_0x5a00ed._0x6ef9de,0x37f)]);}catch(_0x488720){_0x6df4f9[_0x48f35c(_0x5a00ed._0x2596d5,_0x5a00ed._0x363e16,0x475,0x44c)](_0x6df4f9['usbJV'],_0x6df4f9[_0x2af41e(0x4df,_0x5a00ed._0xb96d74,0x48b,0x45c)])?(_0x488720[_0x2af41e(0x341,_0x5a00ed._0x40207b,_0x5a00ed._0x57b770,_0x5a00ed._0x2ab7a1)]===_0x6df4f9[_0x48f35c(_0x5a00ed._0x3c7944,_0x5a00ed._0x3ba62c,_0x5a00ed._0x477daf,0x3bd)]?console[_0x2af41e(0x2d5,0x33f,_0x5a00ed._0x1d6a63,0x321)]('Error:\x20set'+_0x48f35c(0x389,0x3e4,0x32f,0x435)+_0x48f35c(0x4da,0x44f,0x492,0x4a3)+'\x20'+_0x5d2889):_0x6df4f9[_0x48f35c(0x419,_0x5a00ed._0x36f8b1,0x384,_0x5a00ed._0x28277f)](_0x6df4f9['GOvwL'],_0x6df4f9[_0x2af41e(_0x5a00ed._0x53b2e3,_0x5a00ed._0x403fe0,_0x5a00ed._0x4265fc,_0x5a00ed._0x50644b)])?console['error'](_0x2af41e(0x28a,0x337,0x3d4,0x33c)+_0x2af41e(0x3e2,0x2a7,_0x5a00ed._0x32159a,0x354)+_0x2af41e(_0x5a00ed._0x493727,0x35e,_0x5a00ed._0xd79306,_0x5a00ed._0x576a51)+_0x488720['message']):(_0xcacf9b[_0x48f35c(_0x5a00ed._0x37de4a,0x33c,_0x5a00ed._0x4bfb79,_0x5a00ed._0x600224)](_0x2af41e(_0x5a00ed._0x2bc744,0x441,_0x5a00ed._0x6c1d03,_0x5a00ed._0x139aeb)+_0x48f35c(0x425,_0x5a00ed._0x316bd7,0x340,0x342)+_0x2af41e(_0x5a00ed._0x3afcb9,_0x5a00ed._0x34fd5c,0x381,0x419)+_0x14ae18),_0x3fe928['error'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x53111f,0x405,0x46a,_0x5a00ed._0x7df9fc)]),_0x3ada35['exit'](-0x1ec+-0x25e1*0x1+0x1*0x27ce)),process[_0x2af41e(_0x5a00ed._0x1be805,_0x5a00ed._0x2a5f4e,0x44c,_0x5a00ed._0x5c857f)](0x26ef+0x3c*0x28+0x12*-0x2af)):(_0x3908c6[_0x48f35c(_0x5a00ed._0x3fd216,_0x5a00ed._0x131059,_0x5a00ed._0x1ff611,0x3dc)](_0x6df4f9[_0x48f35c(0x34f,0x325,0x34e,0x2cc)]),_0x3de98b[_0x48f35c(_0x5a00ed._0x389abb,_0x5a00ed._0x1a5dc4,_0x5a00ed._0x25d81b,_0x5a00ed._0x55f881)](0x3*0x21f+0x39*0x76+-0x20a2));}_0x6df4f9['YyxAK'](_0x58978[_0x151c83],undefined)&&(_0x6df4f9['AelnA']===_0x6df4f9[_0x2af41e(_0x5a00ed._0x5d7eca,_0x5a00ed._0x589d71,0x3fa,_0x5a00ed._0x16cb67)]?(console['error']('Key\x20\x22'+_0x151c83+(_0x48f35c(_0x5a00ed._0x1171b2,_0x5a00ed._0x3520db,_0x5a00ed._0x198c0e,0x2fa)+_0x2af41e(0x37e,_0x5a00ed._0x2d8563,0x440,0x3a3)+_0x48f35c(_0x5a00ed._0x155cba,_0x5a00ed._0x2ae01e,_0x5a00ed._0x1f0cf6,_0x5a00ed._0x5ca66f))),process[_0x48f35c(_0x5a00ed._0x4877d7,_0x5a00ed._0x341915,0x405,_0x5a00ed._0x589d71)](-0x10f*0x1+0x238*-0xe+0x2020)):(_0x53946b['error'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x338b9a,_0x5a00ed._0x2ebadf,_0x5a00ed._0x5e9855,0x3f6)]),_0x46e2b1['exit'](-0x25cc+0x151a+0x10b3))),delete _0x58978[_0x151c83],await _0x589cd8[_0x48f35c(_0x5a00ed._0x30915d,_0x5a00ed._0x32bede,0x370,0x3c3)](_0x5d2889,JSON[_0x48f35c(0x2b1,_0x5a00ed._0x266e5f,_0x5a00ed._0x1de956,_0x5a00ed._0x492a61)](_0x58978,null,-0x15c8+-0xb22+0x20ec)+'\x0a',_0x2af41e(_0x5a00ed._0x393532,_0x5a00ed._0x2c4b3d,_0x5a00ed._0x8fffd6,_0x5a00ed._0x3f380e)),console[_0x48f35c(_0x5a00ed._0x29d9d0,0x3b0,_0x5a00ed._0x2c02e4,0x35f)](_0x48f35c(_0x5a00ed._0x248dc3,0x402,_0x5a00ed._0x167581,_0x5a00ed._0x49f4c6)+_0x151c83),console['log'](_0x2af41e(0x42f,_0x5a00ed._0x1fb5e1,_0x5a00ed._0x1277e0,_0x5a00ed._0x8e02fc)+':\x20'+_0x5d2889),console['log'](''),console['log'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x4ee2df,0x45d,_0x5a00ed._0x5afbb4,0x4fb)]);}else{const _0x1e1ab6=_0x6df4f9[_0x48f35c(0x370,_0x5a00ed._0x1e697d,_0x5a00ed._0x181dbf,0x352)][_0x2af41e(_0x5a00ed._0x2ecf1a,0x3b3,0x406,_0x5a00ed._0x2c94c6)]('|');let _0x1a7862=0x44c+-0x79d*0x3+-0x65*-0x2f;while(!![]){switch(_0x1e1ab6[_0x1a7862++]){case'0':_0x585430['error'](_0x6df4f9[_0x48f35c(0x470,_0x5a00ed._0x269ff0,0x3a9,0x3ba)]);continue;case'1':_0x1d5798[_0x48f35c(0x32c,_0x5a00ed._0x9e0d7d,_0x5a00ed._0x1171b2,_0x5a00ed._0x1258e3)]('');continue;case'2':_0xf38229[_0x48f35c(_0x5a00ed._0x4a9a6d,_0x5a00ed._0x27aeb0,_0x5a00ed._0x5b0360,0x464)](0x4*-0x2af+-0x230+0xced);continue;case'3':_0x4035f9[_0x2af41e(0x3a5,_0x5a00ed._0x2fb932,0x341,_0x5a00ed._0x44801d)](_0x6df4f9[_0x48f35c(0x4e7,0x480,0x487,0x44d)]);continue;case'4':_0x18fa8b[_0x2af41e(0x3d8,0x2d0,_0x5a00ed._0x202c30,0x321)](_0x6df4f9[_0x48f35c(_0x5a00ed._0x2aaaa5,0x3b2,_0x5a00ed._0x22eea6,0x3fe)]);continue;}break;}}}}}function _0x470f83(_0x4f7c20,_0x4071c3,_0x102a8b,_0xdf0ba){const _0x4ed6ee={_0x2715d1:0x8};return _0x64e2(_0x4071c3-_0x4ed6ee._0x2715d1,_0x102a8b);}async function showConfig(){const _0x1471d4={_0x4529a7:0x4e,_0xb78a6:0x8a,_0x597167:0x29,_0x2377eb:0x170,_0x303a0e:0x110,_0x3f7aa7:0x4a,_0x1e184a:0x8d,_0x175448:0x6,_0x538d65:0x7a,_0x1bbdb1:0x113,_0x3b26d6:0x68,_0x180ff0:0x98,_0x501fff:0x1d,_0x4c6395:0x48,_0x4c56a9:0x141,_0x233c9e:0x92,_0x52476b:0xda,_0x10c066:0x1c,_0x24eae5:0x51,_0x5175df:0x80,_0x40844a:0x108,_0x189a37:0x21,_0x42bc23:0x7b,_0x2976e9:0x5c,_0x3c511c:0x80,_0x28b6cb:0xb7,_0x58fafd:0x211,_0x3ba646:0x173,_0x13f64b:0x7,_0x54a5ac:0x43,_0x7b2ef7:0x111,_0x42c018:0x8e,_0x37fdac:0x39,_0x421791:0x11f,_0x34b6e7:0xa4,_0x481b24:0x1ce,_0x3e1c18:0x1d0,_0x1fbcb1:0x135,_0x563e46:0x189,_0x4f184e:0x109,_0x2e57d8:0x15d,_0x197dc9:0x102,_0x44018b:0x21d,_0x8a6bc3:0x183,_0x3f5604:0x203,_0x36fdce:0x97,_0x53027e:0xfa,_0x114faa:0x11e,_0x40fd6e:0x5f,_0x581658:0xed,_0x189764:0x296,_0x5e898f:0x15a,_0x17160a:0x246,_0x148e79:0x23a,_0x3347fc:0x1c9,_0x2e3bbd:0x149,_0x3fd1bd:0x17,_0x10bf4f:0x2a,_0x37238a:0x1e,_0x1ec643:0x77,_0x4c4d7a:0x34,_0x5ab4bf:0x187,_0x2737d3:0x193,_0x4ebe51:0x4,_0xd9506e:0x18,_0xfd6d02:0x55,_0x126107:0x194,_0x5cd2d4:0x1d4,_0x3fb2d8:0x79,_0x438fec:0x7f,_0x570c86:0x20a,_0x2563a4:0x24e,_0x27ca66:0x1c9,_0x13371b:0x1f7,_0x547e45:0x2a4,_0x352aa6:0x149,_0x316684:0x69,_0x4fc415:0x16b,_0x170e03:0xe8,_0x163260:0x173,_0x28b064:0x1de,_0x4222b8:0x61,_0x3b7a65:0xa4,_0x2f79c4:0x77,_0x1752a2:0x23d,_0x8b4a89:0x1f3,_0x5c89fb:0x24d,_0x3b9b40:0x126,_0x11e6aa:0x13a,_0xa8347:0x1c9,_0x11b667:0x1d6,_0x3adaa9:0x241,_0x51e7a7:0x77,_0x33df65:0xe2,_0x2e8735:0x65,_0x3a5312:0x32,_0x55c64c:0x44,_0x158b3f:0x214,_0x176bca:0x1c9,_0x290df7:0xbd,_0x4165f0:0x11e,_0x205b36:0x139,_0x2be4bf:0x114,_0x245b2:0x17c,_0x5bf893:0x269,_0x7e5ed1:0x230,_0x213696:0x1f1,_0x3d49a9:0x1c9,_0x1e1d4d:0x1df,_0x5b9b8a:0x131,_0x424ff1:0x17d,_0x136085:0xeb,_0x5a633a:0x2,_0x855da5:0xcf,_0x4ea47d:0xf6,_0x1d475a:0xf5,_0x5cdba9:0x7b,_0x4c11de:0x182,_0x278f8a:0x1f0,_0x43b91c:0x217,_0x13046b:0xc9,_0x522d3f:0x106,_0xac5bc2:0x83,_0x5b5238:0x53,_0x4385f9:0x59,_0x2aacc4:0x97,_0x3d1d18:0x19,_0x33b543:0x18,_0x2caa56:0x53,_0x97d40d:0x97,_0x27d327:0x13,_0x41162f:0x28,_0x15bddf:0x261,_0x3447d1:0x1c9,_0x2f857b:0x2a9,_0x2f90cf:0x222,_0x21d4bb:0x1a0,_0x4a669d:0x236,_0x2042bd:0x218,_0x2c1d48:0x1d2,_0x477dac:0x25f,_0x5e367e:0xb9,_0x54cb06:0x173,_0x58e691:0x1cf,_0x15b5dc:0x122,_0x257d46:0x1f9,_0x338345:0xc4,_0xa8dcf1:0xcc,_0x536788:0x9c,_0x5ef7c4:0xab,_0x24bcc3:0x193,_0x5c255a:0x62,_0x32437e:0x24,_0x12df58:0x3b,_0x3c90ce:0x77,_0x420847:0xff},_0x2fe9ca={_0x1bd579:0x12b,_0x4bb4ed:0x189},_0x735993={'snYrw':_0x26d6b9(-0xae,_0x1471d4._0x4529a7,_0x1471d4._0xb78a6,-_0x1471d4._0x597167)+_0x3b6dc1(-_0x1471d4._0x2377eb,-0x153,-_0x1471d4._0x303a0e,-0x159)+'d)','wQPqw':'===\x20Server'+_0x26d6b9(-_0x1471d4._0x3f7aa7,0x9d,-_0x1471d4._0x1e184a,_0x1471d4._0x175448)+_0x26d6b9(-_0x1471d4._0x538d65,-0x192,-_0x1471d4._0x1bbdb1,-0xf1),'qYvEl':function(_0x8dff53){return _0x8dff53();},'jNHZy':function(_0x114d6){return _0x114d6();},'hTgGi':function(_0x578900,_0xfd1d0a){return _0x578900||_0xfd1d0a;},'JuKIe':function(_0x21f0ef,_0x1d8d3d){return _0x21f0ef||_0x1d8d3d;},'bGZxe':'(not\x20set)','CKnBy':function(_0x1900f4,_0x40a77f){return _0x1900f4||_0x40a77f;},'TowfK':function(_0x323002,_0x1d0e28){return _0x323002!==_0x1d0e28;},'JeiSR':_0x26d6b9(-0xf5,-0x3c,-0xb7,-0x9b)+_0x3b6dc1(-0x16c,-0x260,-0x225,-0x1ec)+_0x26d6b9(-0x102,-_0x1471d4._0x3b26d6,-_0x1471d4._0x180ff0,-_0x1471d4._0x3f7aa7),'CuZMr':'setup.json','lIYKL':_0x26d6b9(0xa,-0xe2,_0x1471d4._0x501fff,-_0x1471d4._0x4c6395),'ZAabj':'xKhuh','MrYFl':function(_0x5dada5,_0x29d31a){return _0x5dada5===_0x29d31a;},'vfXWB':_0x26d6b9(-_0x1471d4._0x4c56a9,-_0x1471d4._0x233c9e,-0x122,-_0x1471d4._0x52476b),'FuGxI':function(_0x1f58eb,_0x15624a){return _0x1f58eb!==_0x15624a;},'ZuoHB':_0x26d6b9(-0xeb,_0x1471d4._0x10c066,0x1c,-_0x1471d4._0x24eae5),'DyskL':_0x26d6b9(-_0x1471d4._0x5175df,-_0x1471d4._0x40844a,-_0x1471d4._0x189a37,-_0x1471d4._0x42bc23)+_0x26d6b9(0x5a,-_0x1471d4._0x2976e9,_0x1471d4._0x3c511c,0x41)+_0x3b6dc1(-0xb0,-_0x1471d4._0x28b6cb,-0x19e,-0x108)+_0x3b6dc1(-0x1dc,-_0x1471d4._0x58fafd,-0x1de,-_0x1471d4._0x3ba646)+_0x26d6b9(_0x1471d4._0x13f64b,-_0x1471d4._0x54a5ac,-_0x1471d4._0x7b2ef7,-_0x1471d4._0x42c018)+'ion:','WNbSe':_0x26d6b9(_0x1471d4._0x37fdac,-0x83,-0x46,-0x2e)+_0x3b6dc1(-_0x1471d4._0x421791,-_0x1471d4._0x34b6e7,-_0x1471d4._0x481b24,-0x139)+_0x3b6dc1(-_0x1471d4._0x3e1c18,-_0x1471d4._0x1fbcb1,-0x151,-_0x1471d4._0x563e46)+_0x3b6dc1(-_0x1471d4._0x4f184e,-_0x1471d4._0x2e57d8,-0xd2,-0xf1)+_0x26d6b9(-_0x1471d4._0x197dc9,-0x10b,-_0x1471d4._0x13f64b,-0x86)+_0x3b6dc1(-_0x1471d4._0x44018b,-_0x1471d4._0x8a6bc3,-0x28c,-_0x1471d4._0x3f5604)+_0x3b6dc1(-0xf8,-_0x1471d4._0x36fdce,-_0x1471d4._0x53027e,-_0x1471d4._0x114faa)};console[_0x26d6b9(-_0x1471d4._0x40fd6e,-0xa1,-_0x1471d4._0x581658,-0x77)](_0x735993[_0x3b6dc1(-_0x1471d4._0x189764,-_0x1471d4._0x5e898f,-0x1d3,-0x213)]),console[_0x3b6dc1(-_0x1471d4._0x17160a,-0x1e7,-_0x1471d4._0x148e79,-_0x1471d4._0x3347fc)]('');const _0x5238fd=await _0x735993['qYvEl'](getCoderSetupPath);function _0x3b6dc1(_0x4f491e,_0x277b93,_0x5ae7df,_0x578c85){return _0x4973a5(_0x4f491e,_0x277b93-0x1c,_0x5ae7df-0x8a,_0x578c85- -0x2db);}const _0x224447=await _0x735993['jNHZy'](getServerPort);function _0x26d6b9(_0x4690b6,_0x4e3162,_0x8a589e,_0x494724){return _0x4973a5(_0x4e3162,_0x4e3162-0x55,_0x8a589e-_0x2fe9ca._0x1bd579,_0x494724- -_0x2fe9ca._0x4bb4ed);}const _0x209d65=await _0x735993[_0x3b6dc1(-0x145,-0xa0,-_0x1471d4._0x2e3bbd,-0x12d)](getSslCertPath),_0x32a8bb=await getSslKeyPath(),_0x7b3ef4=await _0x735993['qYvEl'](getSslCaPath),_0x4d1c7b=await _0x735993[_0x3b6dc1(-0x1ba,-0x18c,-0xec,-0x12d)](getTrustProxy);console[_0x26d6b9(-_0x1471d4._0x3fd1bd,-_0x1471d4._0x10bf4f,_0x1471d4._0x37238a,-_0x1471d4._0x1ec643)](_0x26d6b9(-0x92,0x3d,_0x1471d4._0x4c4d7a,-0xa)+_0x3b6dc1(-_0x1471d4._0x5ab4bf,-0x1cf,-_0x1471d4._0x2737d3,-0x151)+_0x735993[_0x26d6b9(_0x1471d4._0x4ebe51,_0x1471d4._0xd9506e,0xc2,_0x1471d4._0xfd6d02)](_0x5238fd,_0x3b6dc1(-0x1a5,-_0x1471d4._0x126107,-0x1c3,-_0x1471d4._0x5cd2d4))),console['log'](_0x26d6b9(-_0x1471d4._0x3fb2d8,0x49,-_0x1471d4._0x438fec,-0x66)+'t:\x20\x20\x20\x20\x20\x20'+_0x224447),console['log'](_0x3b6dc1(-0x290,-0x270,-_0x1471d4._0x570c86,-0x21e)+'ath:\x20\x20\x20\x20'+_0x735993['JuKIe'](_0x209d65,_0x3b6dc1(-_0x1471d4._0x2563a4,-0x280,-0x13c,-0x1d4))),console[_0x3b6dc1(-0x167,-0x256,-0x274,-_0x1471d4._0x27ca66)](_0x3b6dc1(-0x233,-_0x1471d4._0x13371b,-_0x1471d4._0x547e45,-0x209)+_0x3b6dc1(-0xb3,-_0x1471d4._0x3ba646,-0x15a,-_0x1471d4._0x352aa6)+(_0x32a8bb||_0x735993['bGZxe'])),console['log'](_0x3b6dc1(-0x94,-0x152,-0x1a8,-0x122)+_0x3b6dc1(-_0x1471d4._0x316684,-_0x1471d4._0x4fc415,-0xfb,-_0x1471d4._0x170e03)+_0x735993['CKnBy'](_0x7b3ef4,_0x735993[_0x3b6dc1(-0xba,-_0x1471d4._0x163260,-_0x1471d4._0x28b064,-0x126)])),console[_0x26d6b9(-_0x1471d4._0x4222b8,-_0x1471d4._0x3b7a65,-0x12f,-_0x1471d4._0x2f79c4)]('trust_prox'+_0x3b6dc1(-_0x1471d4._0x1752a2,-0x26f,-_0x1471d4._0x8b4a89,-_0x1471d4._0x5c89fb)+(_0x735993[_0x3b6dc1(-0x19a,-0x192,-0x1ab,-0x20e)](_0x4d1c7b,null)?_0x4d1c7b:_0x735993[_0x3b6dc1(-0x12a,-0xa2,-0x120,-_0x1471d4._0x3b9b40)])),console[_0x3b6dc1(-0x1f4,-_0x1471d4._0x11e6aa,-0x235,-_0x1471d4._0xa8347)](''),console[_0x3b6dc1(-_0x1471d4._0x11b667,-0x246,-_0x1471d4._0x3adaa9,-0x1c9)]('Location:\x20'+_0x735993['jNHZy'](getConfigPath)),console['log']('');if(_0x5238fd){console[_0x26d6b9(-0x125,-0x11,-_0x1471d4._0xb78a6,-_0x1471d4._0x51e7a7)](_0x735993[_0x26d6b9(_0x1471d4._0x33df65,_0x1471d4._0x2e8735,-_0x1471d4._0x3a5312,_0x1471d4._0x55c64c)]),console[_0x3b6dc1(-0x207,-0x1cb,-_0x1471d4._0x158b3f,-_0x1471d4._0x176bca)]('');const _0x4a7914=_0x3deb2b[_0x26d6b9(-0xff,-_0x1471d4._0x290df7,-0x3,-0x6e)](_0x5238fd,_0x735993[_0x3b6dc1(-_0x1471d4._0x4165f0,-0x21f,-0x1c5,-0x169)]);try{const _0x1b4734=await _0x589cd8['readFile'](_0x4a7914,_0x735993[_0x3b6dc1(-0xd0,-_0x1471d4._0x205b36,-0x1ae,-_0x1471d4._0x2be4bf)]),_0x36aa0b=JSON['parse'](_0x1b4734);console['log'](JSON[_0x3b6dc1(-_0x1471d4._0x245b2,-0x1ba,-_0x1471d4._0x5bf893,-_0x1471d4._0x7e5ed1)](_0x36aa0b,null,-0xe05*0x2+0x2041*-0x1+0x1*0x3c4d)),console['log'](''),console[_0x3b6dc1(-0x270,-_0x1471d4._0x213696,-0x222,-_0x1471d4._0x3d49a9)](_0x3b6dc1(-_0x1471d4._0x1e1d4d,-_0x1471d4._0x5b9b8a,-_0x1471d4._0x424ff1,-0x19f)+_0x4a7914);}catch(_0x43b1a8){_0x735993['ZAabj']===_0x735993[_0x26d6b9(-_0x1471d4._0x136085,0x10,-0x14,-_0x1471d4._0x3b26d6)]?_0x735993[_0x26d6b9(-_0x1471d4._0x5a633a,-0x1,0x26,-0x1)](_0x43b1a8[_0x26d6b9(-_0x1471d4._0x855da5,-_0x1471d4._0x4ea47d,-_0x1471d4._0x24eae5,-_0x1471d4._0x1d475a)],_0x735993[_0x26d6b9(-0x9a,-0xf3,-_0x1471d4._0x5cdba9,-0x99)])?_0x735993[_0x3b6dc1(-_0x1471d4._0x4c11de,-0x23a,-_0x1471d4._0x278f8a,-_0x1471d4._0x43b91c)]('XMeiS',_0x735993[_0x26d6b9(-0x162,-0x1be,-_0x1471d4._0x13046b,-_0x1471d4._0x522d3f)])?(console[_0x26d6b9(-0x1a,-_0x1471d4._0xac5bc2,-_0x1471d4._0x5b5238,-_0x1471d4._0x1ec643)](_0x735993[_0x26d6b9(_0x1471d4._0x4385f9,_0x1471d4._0x2aacc4,-0x29,-_0x1471d4._0x3d1d18)]),console['log'](''),console[_0x26d6b9(-0x130,_0x1471d4._0x33b543,-0x20,-_0x1471d4._0x51e7a7)](_0x26d6b9(_0x1471d4._0x2caa56,_0x1471d4._0x97d40d,-0x3d,0x47)+_0x26d6b9(0x6a,-0x3e,-0x4e,_0x1471d4._0x27d327)+_0x4a7914)):_0x27c655[_0x26d6b9(-0x14b,-0xc4,-0x11a,-_0x1471d4._0x136085)](_0x26d6b9(-0x7b,-0x45,0x83,-_0x1471d4._0x41162f)+_0x3b6dc1(-0x21c,-0x21a,-0x14c,-0x195)+'t\x20found\x20at'+'\x20'+_0x21e930):console[_0x3b6dc1(-0x1e1,-0x14c,-_0x1471d4._0x15bddf,-_0x1471d4._0x3447d1)](_0x3b6dc1(-_0x1471d4._0x2f857b,-0x28e,-0x26d,-_0x1471d4._0x2f90cf)+'ing\x20setup.'+_0x3b6dc1(-0x1df,-0x24c,-_0x1471d4._0x21d4bb,-_0x1471d4._0x4a669d)+_0x43b1a8[_0x3b6dc1(-_0x1471d4._0x2042bd,-0x1d9,-0x201,-0x1df)]):(_0x502ea2[_0x3b6dc1(-_0x1471d4._0x2c1d48,-_0x1471d4._0x477dac,-0x1d9,-0x1c9)](_0x735993[_0x3b6dc1(-_0x1471d4._0x5e367e,-_0x1471d4._0x54cb06,-_0x1471d4._0x58e691,-_0x1471d4._0x4fc415)]),_0x4df47d['log'](''),_0x55c459[_0x3b6dc1(-_0x1471d4._0x15b5dc,-_0x1471d4._0x257d46,-0x25e,-0x1c9)](_0x3b6dc1(-0x1b9,-_0x1471d4._0x338345,-0x122,-0x10b)+_0x26d6b9(_0x1471d4._0xa8dcf1,-_0x1471d4._0x536788,_0x1471d4._0x5ef7c4,0x13)+_0x2919ba));}}else console[_0x3b6dc1(-0x140,-_0x1471d4._0x24bcc3,-0x1f1,-_0x1471d4._0x176bca)](_0x735993[_0x26d6b9(_0x1471d4._0x5c255a,-_0x1471d4._0x32437e,0x2e,-0x42)]),console[_0x26d6b9(0x32,_0x1471d4._0x12df58,-0x54,-_0x1471d4._0x3c90ce)](_0x735993[_0x3b6dc1(-0x12a,-0x8e,-_0x1471d4._0x420847,-0x10f)]);}
|