@profoundlogic/coderflow-server 0.7.6 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/agent-wrapper.sh +3 -1
- 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 -0
- 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-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 -0
- 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 -0
- 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.css +575 -0
- package/dist/web-ui/public/admin.html +636 -0
- package/dist/web-ui/public/admin.js +1 -0
- 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 +2 -2
- 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.html +2 -2
- 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.html +2 -170
- 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.html +2 -2
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/settings.html +66 -4
- 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.html +2 -2
- 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 +1 -1
- package/dist/web-ui/public/task-judging-helpers.js +1 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +2 -2
- 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.html +2 -2
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
- package/dist/web-ui/public/server-health.js +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x3e42fc,_0x1469ae){const _0x4d397e={_0x4de9d9:0x1a8,_0x27716f:0x163,_0xce4ed9:0x149,_0x2b0421:0x1ca,_0x1f29a7:0x17f,_0x5bcfea:0x50,_0x171485:0x4e,_0x1f7008:0x125,_0xf3c898:0x1a9,_0x33408c:0x1f6,_0x49319b:0x164,_0x23e170:0x173,_0x3963c3:0xd8,_0xd9af0:0x136,_0x580b66:0xa5,_0x3ca1c2:0x101,_0x5ca66f:0xfd,_0x2e0a9f:0xda,_0x5bb9ae:0x14c,_0x43c6c6:0x159,_0x18763d:0x22e},_0x582335={_0x1704ef:0x112};function _0x34d95c(_0x598c2a,_0x2e24c9,_0x19e7c7,_0x2146f3){return _0x5c96(_0x2146f3- -0x33b,_0x598c2a);}const _0x311ac4=_0x3e42fc();function _0x32be6e(_0x1de62d,_0x47ca4d,_0x1dc2df,_0x1e8fb4){return _0x5c96(_0x1e8fb4- -_0x582335._0x1704ef,_0x1dc2df);}while(!![]){try{const _0x470a74=-parseInt(_0x32be6e(0x156,0x135,_0x4d397e._0x4de9d9,_0x4d397e._0x27716f))/(-0x1636+0xc5f*-0x3+0x3b54)*(-parseInt(_0x32be6e(0xfd,0x183,0x13f,_0x4d397e._0xce4ed9))/(-0x26b7+-0xd01*0x1+-0x6*-0x89f))+parseInt(_0x34d95c(-_0x4d397e._0x2b0421,-0x15d,-_0x4d397e._0x1f29a7,-0x15d))/(-0xcef+-0x229a+0xb3*0x44)*(parseInt(_0x32be6e(_0x4d397e._0x5bcfea,-0x10,_0x4d397e._0x171485,0x8c))/(0x1b86+0x1*0x5f5+0xd*-0x293))+-parseInt(_0x34d95c(-0x20b,-0x168,-_0x4d397e._0x1f7008,-0x184))/(0x1c0e+-0x601*0x2+-0x1007)+parseInt(_0x32be6e(_0x4d397e._0xf3c898,0x1cb,_0x4d397e._0x33408c,_0x4d397e._0x49319b))/(-0x312+0xd06*-0x2+0x1d24)+parseInt(_0x34d95c(-_0x4d397e._0x23e170,-0x168,-_0x4d397e._0x3963c3,-_0x4d397e._0xd9af0))/(0x3e2+-0x17d*-0x19+-0x2910)+parseInt(_0x34d95c(-_0x4d397e._0x580b66,-_0x4d397e._0x27716f,-_0x4d397e._0x3ca1c2,-_0x4d397e._0x5ca66f))/(-0x125*0x19+-0x1c89+0x392e)+parseInt(_0x34d95c(-0xe2,-_0x4d397e._0x2e0a9f,-0x1f1,-_0x4d397e._0x5bb9ae))/(-0x145e+-0x20da+0x3541)*(-parseInt(_0x32be6e(_0x4d397e._0x43c6c6,_0x4d397e._0x18763d,0x21e,0x18c))/(-0x3*0x989+0x161f+0x686));if(_0x470a74===_0x1469ae)break;else _0x311ac4['push'](_0x311ac4['shift']());}catch(_0x1a5863){_0x311ac4['push'](_0x311ac4['shift']());}}}(_0x1e7c,-0x3810d+0x6daf8+0xd1b1));import{promises as _0xf9e8e8}from'fs';import _0x2cfaeb from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x1e7c(){const _0x2282bd=['C1HQDhG','icbZC2HFAg9ZDa','rgfxteu','EMrTvhC','uhnWD0u','nxWXohWXmxWYna','C2v0DxaGCgf0Aa','AdOGicaGica','vxfwAw4','rxjYB3iGCMvHza','rxjYB3i6ia','v0XJr1G','B25Tzw50CW','nJi5mJjWzwnLsgK','lxnLCNzLCIbJBW','Cf9WyxrOoIa','DhHHrgG','u2v0DxaGy29UzG','u2PTqKC','icbuCNvZDcbWCG','CM1HDgLVBG','yKntsMG','ywvnAgG','DeveueS','CMvZB2X2zq','BwD1shO','DhndAeG','D3jPDgvgAwXL','q0vWBfi','q29TBwfUzhm6','mZG2ntG3ofnbu0z5Aq','CLf5BhC','zwn0B3j5','ywDLBNqGkgnSyq','Dhj1C3rFChjVEa','tePtte0','A2DvufK','txrQqKi','DgG6icaGica','id0G','mtz8oxWXn3W4Fa','vw5RBM93BIbZDq','rwDWt0O','Bg9N','rwLQDfe','DcbJB25MAwD1CG','EtOGicaGica','y05csgO','zMzLy3qU','uxryq3O','C2vYDMvYx3bVCG','icbZzxj2zxjFCa','mZy0ntC1ngn5qwPiuW','EeDNq0S','ANrtCvy','u1LRrwq','zYbZzxqGC2vYDG','v1rSzg8','CMvHzezPBgu','CNzLCIbJB25MAq','z2v0','uNvUicjJB2rLCG','s1zXDNO','A1nQqLG','CMfNzsaGicaGia','y2XHDwrL','zwqGAw4GC2v0Dq','q3Dfs0e','CePyCMe','DgfZA19ZDg9Yyq','zxGP','DcbMB3vUzcbHDa','icb0CNvZDf9WCG','icbUyw1LicaGia','B3fPquq','Aw9UoG','uNPZuNO','ywXPzcbJB2rLCG','vLLnzNe','twXPBgu','y29UzMLNihjLBq','icbZC2XFy2fFCa','t2jIy28','zxjFCg9YDca4ma','BxnZt0O','q29UzMLNDxjHDa','u1nmignLCNrPzG','ufPSAvi','sxLvwNG','A2v5CW','C2nXBMm','zxiTC2vYDMvYia','ELD6wvu','y29UzMLNigDLDa','ywDLBNqGicaGia','twfRzsbZDxjLia','zgXLicHVChrPBW','z3vYyxrPB24','icbKzwzHDwX0xW','tg9JyxrPB246ia','suvHz0O','sLLlAK0','CcbKAxjLy3rVCG','Cf9WyxrO','icbtzxr1CcbUyq','s1PkENK','tfzqu3u','DwHxEKe','t0PKCfy','nJu0nJe2s0LoAM5I','icb0yxnRx3n0BW','B2nHDgLVBJOG','zYbZzxqGzgvMyq','Exjyqxa','BM9HAwq','DgLVBIa9pt0','ru5pru5u','ugztwwi','BMfSkq','u2v0ia','Fde5Fdb8mJn8mG','zYbZzxqGy29Kzq','EwvtsMS','CYaODhj1zs9Myq','ELn0s0S','idXRzxK+','shbdA2S','C3rYAw5NAwz5','tK9mAKi','DhvW','rxHHBxbSzxm6','CL9Zzxr1Cf9Wyq','C2v0','C3nSx2TLEv9Wyq','BKrlquO','zYbZAg93','Cf9WyxrOihbVAq','yxzHAwXHyMXLia','mti4y1PntxH3','rNjQtvG','vxrPtLm','zxHPDa','CMvKigLUih4VlG','q29UzMLNDxjLia','txnxuLm','BhvLpG','yMnVBw1HBMq6ia','wuvvDvK','uMvZDgfYDcb0Aa','CKLUCgW','wvzlBvi','rKTZq2C','DwX0x2fNzw50ia','BePRr0e','DwrLig9YignVza','kg5VDcbZzxqP','Aw5NihnLDhvWlG','tNHKBK8','uMvTB3zLzca','Cgf0AcaGicaGia','qM9Ovei','wfPJCfO','rgDTs0C','AwCUANnVBIK6','mta4n0nrwg91DG','mtyWmZKZofzUqMHlvq','tNfrwva','zcbPBIbJB25MAq','zgvMyxvSDf9HzW','x3bHDgGGicaGia','BIbUB3qGzM91BG','DxaGCgf0AcbUBW','tgTmAuu','BMzPz3vYyxrPBW','ysbSAxn0ig9Mia','ifnOB3CGywXSia','BY9JB2rLCI1Zzq','B3H5icaGicaGia','y29KzxjFC2v0Dq','u1nmihbYAxzHDa','uNvZzfy','BMzPzYiGzM9Yia','q1Hjzfu','AgfZ','mNWXFdeZFdz8na','rLr4D0C','ANnVBJOG','rKvds1e','Cc5QC29UktO','A2v5pIaGicaGia','B3H5igHLywrLCG','ifnLDcbHignVBG','icbmB2nHDgLVBG','C3rVCMuGDgfZAW','wMLKqKC','y29UzMLNidXZzq','igTLExmGkhn0BW','DwXQsg8','y29KzxiVy29UzG','De9JyKu','BwvZC2fNzq','iIbUB3qGzM91BG','icbYzw1VDMuGpa','icbZC2XFy2vYDa','icaGicaGicaGia','mJbrDevSBg8','Dwr2Ahi','vg9jre8','rgHQrfm','DdOGicaGica','ihrVihrHA2uGzq','y29KzxiTC2v0Dq','ufzIsgq','y29UzMLNDxjHDa','ihrVigrLzMf1Ba','rxDUzwe','BIbRzxK6ia','tejquNm','EuzTAhi','CfzMzu4','vMzHqui','DgGGl3bHDgGVDa','CuzTrMG','BNv6CfG','Bhq6idmWmdaP','icbZzxqGpgTLEq','t0znDhq','swDAA3K','DM1AEe8','BhnLkq','pIa8DMfSDwu+ia','C3nOx2HVC3q','DxaUANnVBIbUBW','A2v5CYaOC3rVCG','u2vYDMvYignVBG','vNfxEge','Ag5RqNu','rwHUCve','ihzHBhvL','vNfkweS','DxrMltG','qu9iC3a','zxr1Cc5QC29Uia','pIaGicaGicaGia','C3bSAxq','vvjjy0S','khnLDhvWlMPZBW','CMvTB3zL','vunpv2e','icbNzxqGpgTLEq','y29UzMLNihnLDa','EKfdB3m','DxnHz2uGAw5MBW','ienVBMzPz3vYyq','qNH4AfG','vxnHz2u6ignVza','C3nSx2nLCNrFCa','uMrnwMC','mJz8mtb8mJf8mG','D3DHtuq','tgfwEe8','zxjYB3i','zwzMsvy','DcaOmZaWmcK','Bg5sEuW','pt09ifnLDhvWia','icbtzxj2zxiGCa','zsbRzxKGzMLSzq','rfDPD3u','u2TUuNe','yvvswwG','BwrMv3C','u1nmienbigj1BG','DMv8C2HVDZ4GwW','ywXPzcbWB3j0ia','Aw9UihzHBhvL','Ewvpt2S','teLJC0u','icbZAg93icaGia','rMLYC3qGy29UzG','qLf3wNK','B2PUyxG','CLPcrKS','rxjYB3i6ifnLDa','A2v5xsbBDMfSDq','ieDLDcbHignVBG','ifjLBw92zsbHia','ndrrCwLWvgq','yxrO','BNvTyMvY','FdiWFdD8mNWXmG','teXhvgC','icbZC2XFA2v5xW','B3j0icHKzwzHDq','rxHWzwn0zwqGBa','icbJB2rLCL9Zzq','yMLOqNK','zsbZzxj2zxiGzG','y29Kzq','rxjYB3i6ihnLDa','uMvZzxqG','tM5ODfu','vw5RBM93BIbJBW','BMfTzq','CNryzNC','C3nSx2nHx3bHDa','DfjSAxi','BNrZihrVigeGDG','icbtu0GGAg9ZDa','q3rNALK','icbJB2rLCI1Zzq','igzVCIbLBNzPCG','mtG5mZeWEvLdA0vr','pt09ifnLCNzLCG','AwD1CMuGDgHLia','Aw9U','BwHNBLe','yxrOicaGicaGia','C2v0DxaUANnVBG','B3zLidXRzxK+','zMLNDxjHDgLVBG','icbezwzHDwX0ia','C2HVDW','A2Tyrwy','BeTwD28','CgfYC2u','DhvWx3bHDgGGia','vhncEuS','lxnLDhvWigrPCG','AM9PBG','icbqyxrOihrVia','tNHOvhC','wLb3t1a','qLnVzLC','EeXVEfO','AwD1CMf0Aw9Uia','tgDxrNm','ihrVihzPzxCGCW'];_0x1e7c=function(){return _0x2282bd;};return _0x1e7c();}function _0x5c96(_0x4f34c4,_0x4a0783){_0x4f34c4=_0x4f34c4-(0x4a0+-0x1*0x1bca+-0xa*-0x27a);const _0x25edee=_0x1e7c();let _0xa006a3=_0x25edee[_0x4f34c4];if(_0x5c96['vJRcmG']===undefined){var _0x4d4c6d=function(_0x92cc16){const _0x3292a2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x36b29b='',_0x47c624='';for(let _0x28bc12=0x32*-0x13+-0x2342+0x26f8,_0x1780c8,_0xd3080f,_0x20fba6=0x1a*0x17d+-0x16*0x137+-0x5fc*0x2;_0xd3080f=_0x92cc16['charAt'](_0x20fba6++);~_0xd3080f&&(_0x1780c8=_0x28bc12%(0x18dc+-0x1163*-0x1+-0x2a3b)?_0x1780c8*(0xb*0xbd+-0x4bb*-0x1+0xc9a*-0x1)+_0xd3080f:_0xd3080f,_0x28bc12++%(0x2047+-0x338+-0x1d0b))?_0x36b29b+=String['fromCharCode'](-0xe80+0x9ff+-0x4*-0x160&_0x1780c8>>(-(0x529+-0x72c+0x205)*_0x28bc12&0x67*-0x1+-0x1*-0x21d7+0x1a*-0x149)):-0xa70+-0x266b*-0x1+0x179*-0x13){_0xd3080f=_0x3292a2['indexOf'](_0xd3080f);}for(let _0x36928a=-0x5d*-0x61+-0x77c+-0x1bc1,_0x3cb5bf=_0x36b29b['length'];_0x36928a<_0x3cb5bf;_0x36928a++){_0x47c624+='%'+('00'+_0x36b29b['charCodeAt'](_0x36928a)['toString'](0xd*0x224+0x936+-0x24fa))['slice'](-(-0x812+-0x4fc+0xd10));}return decodeURIComponent(_0x47c624);};_0x5c96['qqIfek']=_0x4d4c6d,_0x5c96['lloNZN']={},_0x5c96['vJRcmG']=!![];}const _0x4b20fe=_0x25edee[-0xce*0x15+0xe9*0x17+-0x409],_0x52ebce=_0x4f34c4+_0x4b20fe,_0x574a15=_0x5c96['lloNZN'][_0x52ebce];return!_0x574a15?(_0xa006a3=_0x5c96['qqIfek'](_0xa006a3),_0x5c96['lloNZN'][_0x52ebce]=_0xa006a3):_0xa006a3=_0x574a15,_0xa006a3;}const SERVER_CONFIG_KEYS=new Set(['coder_setu'+_0x1c5ad5(-0x3c,-0xa9,-0x7,-0xbb),_0x5c267b(0x41e,0x4c6,0x455,0x43b)+'t',_0x5c267b(0x57e,0x594,0x61d,0x522)+_0x1c5ad5(-0x189,-0x142,-0xa0,-0x116),_0x1c5ad5(-0x11a,-0x8b,-0x10c,-0x8c)+'th','ssl_ca_pat'+'h','trust_prox'+'y']);function _0x1c5ad5(_0x168385,_0x45610d,_0x561bf8,_0x400eb7){return _0x5c96(_0x45610d- -0x2e1,_0x168385);}const SETUP_JSON_KEYS=new Set([_0x5c267b(0x618,0x57b,0x5a6,0x5bf),_0x1c5ad5(-0x85,-0x68,-0x9a,-0xf9)+'ent',_0x1c5ad5(-0xe4,-0xcb,-0xf7,-0xa4)+'ge',_0x5c267b(0x415,0x471,0x429,0x48d)]);export async function handleConfig(_0x1bbb03){const _0x1de551={_0x30fa86:0x2e7,_0x7dbdb0:0x2cf,_0x25fd7a:0x32b,_0x94b51:0x2c6,_0x513976:0x254,_0x306a20:0x2b9,_0x4040ad:0x34b,_0x1652f8:0x3f4,_0x2a3177:0x2cd,_0x486dd5:0x3e6,_0x47c44c:0x447,_0x3c67db:0x362,_0x51bb63:0x3bf,_0x522f6e:0x452,_0x5c8f03:0x379,_0x3f6eb5:0x3d7,_0x583e8b:0x2bc,_0x1ba36a:0x275,_0xd9d0e2:0x24b,_0x28964e:0x2ac,_0x514cde:0x2cc,_0x59fc51:0x2e8,_0x6cc486:0x1fe,_0x2ca185:0x381,_0x329635:0x401,_0x1fb13f:0x35e,_0x4655a6:0x34c,_0x4295ab:0x32c,_0x218838:0x3d5,_0x5c1c7e:0x25c,_0x222b9b:0x2c8,_0x125a65:0x2aa,_0x310bb9:0x2da,_0xd2efae:0x303,_0x45f0bc:0x21a,_0x184202:0x254,_0xe0ece2:0x355,_0x2810eb:0x326,_0x554eac:0x301,_0x5955c2:0x371,_0x41887e:0x35d},_0x812989={_0x34a2a4:0x2cd,_0x43297c:0xcf},_0x3f9469={_0x40c377:0x3ff,_0x30f523:0xa6},_0x389203={'saCVG':function(_0xbd2bb1){return _0xbd2bb1();},'QZXRl':_0xe4b1be(0x373,_0x1de551._0x30fa86,0x3f4,_0x1de551._0x7dbdb0),'aJVgA':function(_0x5e86a8,_0x5d6cd5,_0x9bbbac){return _0x5e86a8(_0x5d6cd5,_0x9bbbac);},'aVIyi':_0xe4b1be(_0x1de551._0x25fd7a,0x282,_0x1de551._0x94b51,0x302),'zWzYU':function(_0x1e01f6,_0x5313e7){return _0x1e01f6(_0x5313e7);},'DhjDS':function(_0x1eb342,_0x5ec369){return _0x1eb342(_0x5ec369);},'yrXAp':_0x1b137a(0x201,0x1b7,0x14d,0x12a)},_0xa145d2=_0x1bbb03[0x1ce0+-0x1*-0xc9a+-0x297a];function _0xe4b1be(_0x1a1926,_0x46f81f,_0x237433,_0x5cba8e){return _0x1c5ad5(_0x46f81f,_0x1a1926-_0x3f9469._0x40c377,_0x237433-_0x3f9469._0x30f523,_0x5cba8e-0xc6);}!_0xa145d2&&(_0x389203['saCVG'](showUsage),process[_0x1b137a(0x269,_0x1de551._0x513976,_0x1de551._0x306a20,0x282)](0xa*-0x271+0x424*0x8+0x1*-0x8b5));function _0x1b137a(_0x2b9a93,_0x38162c,_0xb28a9,_0x1a580){return _0x5c267b(_0x2b9a93-0x95,_0x38162c- -_0x812989._0x34a2a4,_0xb28a9,_0x1a580-_0x812989._0x43297c);}try{switch(_0xa145d2){case _0x389203['QZXRl']:await _0x389203['aJVgA'](setConfig,_0x1bbb03[0xf*0x1a6+-0x845+-0x41d*0x4],_0x1bbb03[-0x173c+-0x135*-0x1+-0x1609*-0x1]);break;case _0x389203['aVIyi']:await _0x389203[_0xe4b1be(_0x1de551._0x4040ad,0x329,_0x1de551._0x1652f8,_0x1de551._0x2a3177)](getConfig,_0x1bbb03[-0x1*0x1dcc+-0x3*-0x7c9+0x672]);break;case _0xe4b1be(_0x1de551._0x486dd5,0x438,_0x1de551._0x47c44c,_0x1de551._0x3c67db):case'unset':await _0x389203[_0xe4b1be(_0x1de551._0x51bb63,_0x1de551._0x522f6e,_0x1de551._0x5c8f03,_0x1de551._0x3f6eb5)](removeConfig,_0x1bbb03[0xd6*-0x5+0x2a2*0x1+0x18d*0x1]);break;case _0x389203[_0x1b137a(_0x1de551._0x583e8b,0x238,_0x1de551._0x1ba36a,_0x1de551._0xd9d0e2)]:await showConfig();break;default:console[_0x1b137a(_0x1de551._0x28964e,_0x1de551._0x514cde,_0x1de551._0x59fc51,0x31f)](_0x1b137a(0x20c,0x1f0,_0x1de551._0x6cc486,0x281)+_0xe4b1be(_0x1de551._0x2ca185,_0x1de551._0x329635,0x30c,0x3f7)+_0xa145d2),console[_0xe4b1be(0x3f4,0x373,_0x1de551._0x1fb13f,_0x1de551._0x4655a6)](_0xe4b1be(_0x1de551._0x4295ab,0x285,_0x1de551._0x218838,0x387)+_0xe4b1be(0x2fd,0x38f,0x27f,_0x1de551._0x5c1c7e)+_0x1b137a(_0x1de551._0x222b9b,0x27c,_0x1de551._0x125a65,0x250)+_0x1b137a(_0x1de551._0x310bb9,0x2c3,0x319,0x2bc)+_0xe4b1be(_0x1de551._0xd2efae,_0x1de551._0x4655a6,0x2b7,0x299)),process[_0x1b137a(_0x1de551._0x45f0bc,_0x1de551._0x184202,0x22b,0x218)](-0x1*0x1a29+-0x86e+0x2298);}}catch(_0x13aa81){console[_0xe4b1be(0x3f4,0x36f,_0x1de551._0x1652f8,_0x1de551._0xe0ece2)](_0xe4b1be(0x2f9,0x374,_0x1de551._0x2810eb,_0x1de551._0x554eac)+_0x13aa81['message']),process[_0xe4b1be(0x37c,0x40b,_0x1de551._0x5955c2,_0x1de551._0x41887e)](-0x1db*-0x4+-0x1*-0xa5e+-0x9d*0x1d);}}function showUsage(){const _0x20e687={_0x11349d:0x5e5,_0x54a515:0x5c0,_0x4c6d9a:0x5fd,_0x11f29c:0x5ff,_0x5ce105:0x559,_0x5e6b07:0x4c5,_0x5d99bd:0x4cf,_0xb156d4:0x561,_0x597da7:0x2c5,_0x8c2075:0x2e9,_0x49ea23:0x4c8,_0xa896df:0x50d,_0x5913b2:0x4b4,_0x5ec318:0x55e,_0x3dac64:0x2a3,_0x6394cc:0x229,_0x48ec50:0x322,_0x4a6273:0x5f7,_0x2771e2:0x5ac,_0x6a9c24:0x5fd,_0x4979c4:0x353,_0x195959:0x32d,_0x1a8384:0x4c9,_0x3c08e7:0x53c,_0x5e5bd6:0x43c,_0x44bdf2:0x196,_0x5a5b46:0x5ec,_0x381525:0x55a,_0x37d776:0x62b,_0x2bf257:0x5c8,_0x39de52:0x603,_0x33bb49:0x665,_0x42e4ba:0x539,_0x58fe5d:0x499,_0x13e2ca:0x5d3,_0x3b3aac:0x5cc,_0x31b060:0x318,_0x47c1d4:0x34a,_0x628f90:0x5ca,_0x1df1d3:0x5fc,_0x477e55:0x277,_0x24bbb7:0x2d7,_0x5ca316:0x2fe,_0x49b5ea:0x295,_0x401f07:0x5e8,_0x2f947a:0x203,_0x1a16f8:0x1f0,_0x227117:0x28a,_0x1b3dfd:0x58c,_0x1c7eaf:0x565,_0x46057a:0x22a,_0xa50051:0x5eb,_0x256b98:0x51a,_0x3cfaff:0x5f8,_0x3c5a2c:0x4d3,_0x488c5a:0x4b6,_0x4e487a:0x4f6,_0x17b47e:0x4bf,_0xf2490e:0x526,_0x1412bd:0x583,_0x515857:0x53f,_0x2386be:0x564,_0x550675:0x537,_0x2a0e98:0x53b,_0x346a82:0x5b9,_0x4a37ba:0x1f6,_0x4e4485:0x608,_0x30464a:0x560,_0xcd765a:0x617,_0x5ef273:0x530,_0x58a856:0x4d0,_0x88c8e1:0x534,_0x5acd4c:0x2a1,_0x3ead0b:0x2f8,_0x267cbf:0x284,_0x4c26c4:0x20f,_0x32ea63:0x313,_0x312289:0x609,_0x33cdf5:0x5d8,_0x12b8c7:0x2e4,_0x33d388:0x253,_0x2e304b:0x24b,_0x8608a7:0x1ed,_0x52acfe:0x158,_0x41b1fa:0x268,_0x502ab7:0x198,_0x530bf6:0x2a5,_0x5d665a:0x312,_0x4ebc44:0x325,_0x4526c3:0x262,_0x264df1:0x23f,_0x62f636:0x1de,_0x31a7aa:0x315,_0x27b0fc:0x27d,_0x23448f:0x1eb,_0x4dc30d:0x300,_0xfe344f:0x2b3,_0x2effd6:0x2ab,_0x27227a:0x2fa,_0x425c4d:0x557,_0x117297:0x532,_0x48a5e8:0x5af,_0x471588:0x4fa,_0x4ed0eb:0x4dc,_0x5320fe:0x618,_0x3dd7fd:0x25a,_0xdc2e67:0x2e7,_0x2009b8:0x2e7,_0x2003ab:0x2ca,_0x2930e3:0x2f1,_0xe756a9:0x297,_0x3a43e0:0x547,_0x46f168:0x4ab,_0x32f865:0x228,_0x2b3762:0x586,_0x46e2b2:0x55c,_0x57c0a9:0x5ac,_0x27b4c1:0x223,_0x138dee:0x1fa,_0x3472d:0x598,_0x348c9e:0x5f0,_0x190308:0x58b,_0xf79656:0x560,_0xa022c5:0x27b,_0x194f80:0x299,_0x417f55:0x2dd,_0x409f61:0x346,_0x1daa01:0x28d,_0x277be7:0x1e4,_0x59cb56:0x25e,_0x5674df:0x4d0,_0x21892d:0x43c,_0x2ac858:0x50a,_0x5a3831:0x568,_0x3e9bbb:0x4a4,_0x210284:0x4cb,_0x41b357:0x290,_0x4f8555:0x251,_0x31edd9:0x277,_0xab2bc0:0x2e0,_0x33dbed:0x585,_0x59a021:0x283,_0x554450:0x259,_0x5732e9:0x2b5,_0x3ad45c:0x1b6,_0x2269ee:0x1f3,_0x4f7ced:0x56f,_0x3b75dc:0x4b3,_0x4ac0b7:0x491,_0xde63a6:0x239,_0x2b123b:0x24e,_0x489790:0x1e6,_0x248868:0x212,_0x367736:0x23d,_0x1c0263:0x1b4,_0x52cb56:0x56e,_0x3b3cfd:0x5c9,_0x25df95:0x599,_0x3350e6:0x243,_0x36fad3:0x2b2,_0x5c2c29:0x19c,_0x10ec5e:0x2ba,_0x587ffc:0x345,_0x37e3b6:0x573,_0x4aa283:0x4e0,_0x5c97ca:0x603,_0x1d230e:0x64b,_0x1b373e:0x1d4,_0x2a9444:0x217,_0x381d26:0x237,_0x3be6e3:0x1d0,_0x3e4b2d:0x57f,_0x205210:0x64f,_0x29ea7a:0x2c2,_0x54207f:0x2e3,_0x1509d2:0x2c1,_0x3d3978:0x226,_0x4fe94e:0x4f1,_0x4a7b52:0x4e4,_0x3c801c:0x310,_0x375b66:0x2ee,_0x4fdfc7:0x2c7,_0x2c7b69:0x2f9,_0x38d163:0x328,_0x47dbc5:0x307,_0x4661ed:0x36d,_0x2507ce:0x3ad,_0x49f00c:0x597,_0x1853ab:0x4f7,_0x4011e6:0x5d4,_0x2370aa:0x2cc,_0x1c9af2:0x2ad,_0x476fff:0x34e,_0x102a4a:0x30c,_0x5de964:0x27a,_0x563e1d:0x220,_0x54b10e:0x32e,_0x7475aa:0x37a,_0x2946f2:0x361,_0xdf338f:0x2d8,_0x1a6499:0x2cd,_0x2dc255:0x25d,_0x55f338:0x597,_0x3d6515:0x4ff,_0xd8e655:0x580,_0x244bdc:0x4dc,_0x20f15b:0x60b,_0x46bef4:0x28e,_0x30bbaf:0x28c,_0x31a68b:0x316,_0x3fc6a4:0x3a8,_0x2b686e:0x269,_0x48e0b8:0x695,_0x45856c:0x517,_0x2db103:0x486,_0x58ed1b:0x36e,_0x3da0b3:0x296,_0x182145:0x342,_0x2f50d4:0x307,_0x2265a3:0x2c1,_0x498840:0x26e,_0x27f0ed:0x1ff,_0x1f31d5:0x232,_0x6e46c5:0x289,_0xa553bb:0x34b,_0x18b637:0x394,_0x2d2cec:0x527,_0x1f583e:0x618,_0x56e3d7:0x61f,_0x2d904d:0x623,_0x70f443:0x642,_0x169da6:0x2f3,_0x5b0f0e:0x33c,_0x23c1e8:0x2fe,_0x19cde8:0x222,_0x4ab16b:0x44d,_0x20cf37:0x2c3,_0x1a8b8a:0x33e,_0x45bc21:0x603,_0x11dea4:0x688,_0x111c12:0x5d9,_0x23813f:0x2fb,_0x662852:0x2ac,_0x311e50:0x367,_0xc8ccf6:0x36f,_0x500401:0x307,_0x1d9f1f:0x370,_0x3bee9e:0x2b8,_0x7fbb6c:0x2a9,_0x26fadb:0x35d,_0x17e786:0x2ef,_0xf1bfea:0x288,_0x54071f:0x307,_0x314e70:0x2a5,_0x489604:0x4f5,_0x3d8def:0x30e,_0x37c1c2:0x551,_0x3acd93:0x5ad,_0x52311a:0x4e2,_0x409d38:0x54d,_0x2daf57:0x466,_0x805680:0x47a,_0x5b692d:0x4ae},_0x317200={_0x41f061:0xe8},_0x339afa={_0x2fae65:0xab,_0x1492be:0x292,_0xe32fcf:0x14a},_0x310d74={};_0x310d74[_0x51f3f0(0x573,_0x20e687._0x11349d,0x4f6,_0x20e687._0x54a515)]=_0x51f3f0(_0x20e687._0x4c6d9a,0x66b,_0x20e687._0x11f29c,0x679)+_0x51f3f0(_0x20e687._0x5ce105,_0x20e687._0x5e6b07,_0x20e687._0x5d99bd,_0x20e687._0xb156d4)+_0x559c0c(0x329,_0x20e687._0x597da7,_0x20e687._0x8c2075,0x2f8)+'t|get|remo'+_0x51f3f0(0x60f,0x62a,0x6a0,0x5d0)+_0x51f3f0(_0x20e687._0x49ea23,_0x20e687._0xa896df,0x4d2,0x4ab)+'e]',_0x310d74['bCSJh']=_0x51f3f0(0x51b,0x549,_0x20e687._0x5913b2,_0x20e687._0x5ec318),_0x310d74[_0x559c0c(0x2f2,_0x20e687._0x3dac64,_0x20e687._0x6394cc,_0x20e687._0x48ec50)]=_0x51f3f0(_0x20e687._0x4a6273,0x667,_0x20e687._0x2771e2,_0x20e687._0x6a9c24)+_0x559c0c(_0x20e687._0x4979c4,0x2f5,_0x20e687._0x195959,0x28f)+_0x51f3f0(_0x20e687._0x1a8384,_0x20e687._0x3c08e7,_0x20e687._0x5e5bd6,0x4b6)+_0x559c0c(0x1db,0x1f0,_0x20e687._0x44bdf2,0x181)+_0x51f3f0(_0x20e687._0x5a5b46,_0x20e687._0x381525,0x679,_0x20e687._0x37d776),_0x310d74[_0x559c0c(0x334,0x2e0,_0x20e687._0x597da7,0x344)]=_0x51f3f0(_0x20e687._0x2bf257,_0x20e687._0x39de52,0x54b,_0x20e687._0x33bb49)+_0x51f3f0(0x5bb,_0x20e687._0x11349d,0x65b,_0x20e687._0x42e4ba)+_0x51f3f0(0x4ca,_0x20e687._0x58fe5d,0x516,0x56d)+_0x51f3f0(_0x20e687._0x13e2ca,0x676,0x5c0,_0x20e687._0x3b3aac)+'ion\x20value',_0x310d74['lJkGA']=_0x559c0c(0x2ac,_0x20e687._0x31b060,0x29d,_0x20e687._0x47c1d4)+_0x51f3f0(0x5ca,0x57f,_0x20e687._0x628f90,_0x20e687._0x1df1d3)+'\x20Show\x20all\x20'+_0x559c0c(_0x20e687._0x477e55,_0x20e687._0x24bbb7,0x267,0x251)+'ion',_0x310d74[_0x559c0c(_0x20e687._0x5ca316,_0x20e687._0x49b5ea,0x2e8,0x280)]=_0x51f3f0(_0x20e687._0x401f07,0x5d2,0x618,0x593)+_0x559c0c(_0x20e687._0x2f947a,_0x20e687._0x1a16f8,_0x20e687._0x227117,0x26f)+_0x51f3f0(0x5c2,0x626,0x558,0x65e)+_0x51f3f0(_0x20e687._0x1b3dfd,0x575,_0x20e687._0x13e2ca,_0x20e687._0x1c7eaf)+_0x559c0c(_0x20e687._0x46057a,0x2c8,0x368,0x2ef)+_0x51f3f0(0x5a1,_0x20e687._0xa50051,_0x20e687._0x256b98,_0x20e687._0x3cfaff);function _0x559c0c(_0x55ae5c,_0x4ad989,_0x13eebc,_0x456d6b){return _0x5c267b(_0x55ae5c-_0x339afa._0x2fae65,_0x4ad989- -_0x339afa._0x1492be,_0x13eebc,_0x456d6b-_0x339afa._0xe32fcf);}_0x310d74['zStKK']=_0x51f3f0(_0x20e687._0x3c5a2c,_0x20e687._0x488c5a,0x4ca,0x43e)+_0x51f3f0(0x4f2,0x535,0x4cd,0x4e3)+_0x51f3f0(_0x20e687._0x4e487a,0x50c,_0x20e687._0x17b47e,_0x20e687._0xf2490e)+_0x51f3f0(0x5d1,_0x20e687._0x1412bd,0x578,_0x20e687._0x515857)+_0x51f3f0(_0x20e687._0x2386be,_0x20e687._0x550675,_0x20e687._0x2a0e98,_0x20e687._0x346a82)+'y',_0x310d74[_0x559c0c(_0x20e687._0x4a37ba,0x225,0x190,0x1f7)]='\x20\x20server_p'+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x51f3f0(_0x20e687._0x4e4485,_0x20e687._0x30464a,0x564,_0x20e687._0xcd765a)+_0x51f3f0(0x4d1,_0x20e687._0x5ef273,0x54e,0x50f)+'lt:\x203000)',_0x310d74[_0x51f3f0(0x58a,0x5eb,0x539,0x5b7)]=_0x51f3f0(_0x20e687._0x58a856,0x495,_0x20e687._0x88c8e1,0x575)+_0x559c0c(0x2c5,_0x20e687._0x5acd4c,_0x20e687._0x3ead0b,0x2cd)+_0x559c0c(0x151,0x1fa,_0x20e687._0x267cbf,_0x20e687._0x4c26c4)+_0x559c0c(_0x20e687._0x32ea63,0x2b5,0x28a,0x255)+_0x51f3f0(_0x20e687._0x312289,0x695,_0x20e687._0x33cdf5,0x609),_0x310d74['DWiwu']=_0x559c0c(_0x20e687._0x12b8c7,_0x20e687._0x33d388,0x2ca,0x23d)+_0x559c0c(_0x20e687._0x2e304b,_0x20e687._0x8608a7,0x27b,_0x20e687._0x52acfe)+_0x559c0c(_0x20e687._0x41b1fa,0x1fa,0x28c,_0x20e687._0x502ab7)+_0x559c0c(_0x20e687._0x530bf6,_0x20e687._0x5d665a,0x311,_0x20e687._0x4ebc44)+_0x559c0c(0x202,_0x20e687._0x4526c3,_0x20e687._0x264df1,_0x20e687._0x62f636)+_0x559c0c(0x1d1,0x278,0x250,_0x20e687._0x31a7aa),_0x310d74[_0x559c0c(_0x20e687._0x27b0fc,0x21b,0x1e9,_0x20e687._0x23448f)]='\x20\x20trust_pr'+_0x559c0c(_0x20e687._0x4dc30d,_0x20e687._0xfe344f,_0x20e687._0x2effd6,_0x20e687._0x27227a)+_0x51f3f0(0x511,0x555,_0x20e687._0x425c4d,_0x20e687._0x117297)+_0x51f3f0(0x5bc,_0x20e687._0x48a5e8,0x55b,0x625)+_0x51f3f0(0x579,_0x20e687._0x471588,_0x20e687._0x4ed0eb,_0x20e687._0x5320fe)+_0x559c0c(_0x20e687._0x3dd7fd,_0x20e687._0xdc2e67,_0x20e687._0x2009b8,_0x20e687._0x2003ab),_0x310d74[_0x559c0c(_0x20e687._0x49b5ea,0x31c,_0x20e687._0x2930e3,_0x20e687._0xe756a9)]=_0x51f3f0(_0x20e687._0x3a43e0,0x5c3,0x5da,_0x20e687._0x46f168)+_0x559c0c(_0x20e687._0x32f865,0x2ce,0x33f,0x26f)+_0x51f3f0(0x566,0x5b8,0x50e,_0x20e687._0x2b3762)+'me',_0x310d74['AOHsp']='\x20\x20default_'+_0x51f3f0(_0x20e687._0x46e2b2,0x5b4,_0x20e687._0x57c0a9,0x4f1)+'\x20\x20Default\x20'+_0x559c0c(0x21a,_0x20e687._0x27b4c1,_0x20e687._0x138dee,0x25d)+_0x51f3f0(_0x20e687._0x3472d,_0x20e687._0x348c9e,0x632,0x564)+_0x51f3f0(0x544,_0x20e687._0x190308,0x50a,_0x20e687._0xf79656),_0x310d74[_0x559c0c(_0x20e687._0xa022c5,_0x20e687._0x194f80,0x27d,_0x20e687._0x417f55)]=_0x51f3f0(0x4ff,0x500,0x45e,0x474)+_0x559c0c(0x287,0x2ce,_0x20e687._0x409f61,_0x20e687._0x1daa01)+_0x559c0c(0x1ce,_0x20e687._0x277be7,0x28d,_0x20e687._0x59cb56)+_0x51f3f0(0x4e3,0x4f3,_0x20e687._0x5674df,_0x20e687._0x21892d)+_0x51f3f0(_0x20e687._0x2ac858,0x58c,_0x20e687._0x5a3831,_0x20e687._0x3e9bbb),_0x310d74[_0x51f3f0(0x548,0x515,_0x20e687._0x210284,0x557)]=_0x559c0c(_0x20e687._0x41b357,_0x20e687._0x267cbf,_0x20e687._0x4f8555,_0x20e687._0x41b1fa),_0x310d74['EhnqQ']='\x20\x20coder-se'+_0x559c0c(_0x20e687._0x31edd9,0x23d,0x232,_0x20e687._0xab2bc0)+'g\x20set\x20code'+'r_setup_pa'+'th\x20/path/t'+_0x51f3f0(0x5ae,_0x20e687._0x33dbed,0x516,0x64c)+_0x559c0c(0x2e5,_0x20e687._0x59a021,_0x20e687._0x554450,_0x20e687._0x5732e9),_0x310d74[_0x559c0c(_0x20e687._0x3ad45c,0x20a,0x269,_0x20e687._0x2269ee)]=_0x51f3f0(0x4e2,_0x20e687._0x4f7ced,0x558,0x456)+_0x51f3f0(_0x20e687._0x42e4ba,_0x20e687._0x3b75dc,_0x20e687._0x4ac0b7,0x5ca)+'g\x20set\x20serv'+'er_port\x2080'+'80',_0x310d74[_0x559c0c(_0x20e687._0xde63a6,0x240,0x23e,_0x20e687._0x2b123b)]=_0x559c0c(0x263,_0x20e687._0x489790,_0x20e687._0x248868,0x21f)+_0x559c0c(0x24f,_0x20e687._0x367736,_0x20e687._0x1c0263,0x2ba)+_0x51f3f0(_0x20e687._0x52cb56,_0x20e687._0x3b3cfd,_0x20e687._0x25df95,0x5a9)+'ult_agent\x20'+_0x559c0c(_0x20e687._0xa022c5,_0x20e687._0x3350e6,_0x20e687._0x36fad3,_0x20e687._0x5c2c29);const _0x1b9d63=_0x310d74;console[_0x559c0c(_0x20e687._0x10ec5e,0x307,_0x20e687._0x587ffc,0x28d)](_0x1b9d63[_0x51f3f0(_0x20e687._0x37e3b6,_0x20e687._0x4aa283,0x618,0x609)]),console['error'](''),console[_0x51f3f0(_0x20e687._0x5c97ca,_0x20e687._0x1d230e,0x662,0x565)](_0x1b9d63[_0x559c0c(_0x20e687._0x1b373e,_0x20e687._0x2a9444,_0x20e687._0x381d26,_0x20e687._0x3be6e3)]),console[_0x51f3f0(0x603,0x614,_0x20e687._0x3e4b2d,_0x20e687._0x205210)](_0x559c0c(_0x20e687._0x29ea7a,_0x20e687._0x54207f,_0x20e687._0x54207f,0x29e)+'>\x20<value>\x20'+_0x559c0c(0x340,_0x20e687._0x1509d2,0x2ef,_0x20e687._0x3d3978)+_0x51f3f0(0x4ec,_0x20e687._0x4fe94e,_0x20e687._0x4a7b52,0x57e)+_0x559c0c(_0x20e687._0x3c801c,0x2f0,0x2e6,_0x20e687._0x375b66)),console[_0x559c0c(0x2f2,0x307,_0x20e687._0x4fdfc7,0x362)](_0x1b9d63[_0x559c0c(0x2dc,_0x20e687._0x3dac64,_0x20e687._0x2c7b69,0x235)]),console[_0x559c0c(_0x20e687._0x38d163,_0x20e687._0x47dbc5,_0x20e687._0x4661ed,_0x20e687._0x2507ce)](_0x1b9d63['qFmFh']),console[_0x559c0c(0x271,_0x20e687._0x47dbc5,0x347,0x388)](_0x1b9d63[_0x51f3f0(_0x20e687._0x49f00c,0x4ff,0x552,_0x20e687._0x1853ab)]),console[_0x51f3f0(_0x20e687._0x39de52,0x69b,0x5d1,_0x20e687._0x4011e6)](''),console[_0x559c0c(0x2cc,0x307,_0x20e687._0x2370aa,0x336)](_0x1b9d63['YEUuY']),console[_0x559c0c(_0x20e687._0x1c9af2,0x307,_0x20e687._0x476fff,_0x20e687._0x102a4a)](_0x1b9d63[_0x559c0c(_0x20e687._0x5de964,0x27e,_0x20e687._0x563e1d,0x1e4)]);function _0x51f3f0(_0x4a9fa0,_0x44b434,_0x24d289,_0x5db9c){return _0x1c5ad5(_0x44b434,_0x4a9fa0-0x60e,_0x24d289-0x12f,_0x5db9c-_0x317200._0x41f061);}console[_0x559c0c(0x362,_0x20e687._0x47dbc5,0x325,_0x20e687._0x54b10e)](_0x1b9d63['LJSLM']),console[_0x559c0c(_0x20e687._0x7475aa,_0x20e687._0x47dbc5,_0x20e687._0x2946f2,_0x20e687._0xdf338f)](_0x559c0c(0x256,_0x20e687._0x1a6499,0x2f2,_0x20e687._0x2dc255)+_0x51f3f0(0x5a7,_0x20e687._0x55f338,_0x20e687._0x3d6515,0x549)+_0x51f3f0(0x4f6,_0x20e687._0xd8e655,_0x20e687._0x244bdc,0x461)+'SSL\x20certif'+'icate\x20file'),console[_0x51f3f0(_0x20e687._0x5c97ca,0x59a,0x608,_0x20e687._0x20f15b)](_0x1b9d63[_0x559c0c(0x22c,_0x20e687._0x46bef4,_0x20e687._0x30bbaf,_0x20e687._0x31a68b)]),console[_0x559c0c(0x2a2,_0x20e687._0x47dbc5,0x29a,0x29b)](_0x1b9d63[_0x559c0c(_0x20e687._0x3fc6a4,0x30e,0x320,_0x20e687._0x2b686e)]),console[_0x51f3f0(_0x20e687._0x5c97ca,_0x20e687._0x48e0b8,0x5ad,0x643)](_0x1b9d63[_0x51f3f0(_0x20e687._0x45856c,_0x20e687._0x2ac858,0x475,_0x20e687._0x2db103)]),console[_0x559c0c(_0x20e687._0x58ed1b,0x307,_0x20e687._0x3da0b3,0x37a)](''),console[_0x559c0c(_0x20e687._0x182145,_0x20e687._0x2f50d4,0x2f1,_0x20e687._0x2265a3)]('Setup\x20conf'+_0x559c0c(_0x20e687._0x498840,_0x20e687._0x27f0ed,0x223,_0x20e687._0x1f31d5)+_0x559c0c(_0x20e687._0x6e46c5,0x2eb,_0x20e687._0xa553bb,_0x20e687._0x18b637)+'ed\x20in\x20setu'+_0x51f3f0(0x5ba,0x5eb,0x65b,_0x20e687._0x2d2cec)),console['error'](_0x1b9d63[_0x51f3f0(_0x20e687._0x1f583e,0x5fd,_0x20e687._0x56e3d7,_0x20e687._0x2d904d)]),console[_0x51f3f0(0x603,0x560,_0x20e687._0x70f443,0x582)](_0x1b9d63[_0x559c0c(0x38b,_0x20e687._0x169da6,0x310,_0x20e687._0x10ec5e)]),console[_0x559c0c(0x263,0x307,_0x20e687._0x5b0f0e,_0x20e687._0x23c1e8)](_0x559c0c(0x1e1,0x270,_0x20e687._0x5ca316,_0x20e687._0x19cde8)+'rage\x20\x20\x20\x20\x20\x20'+_0x51f3f0(0x4f6,_0x20e687._0x4ab16b,0x598,_0x20e687._0x256b98)+_0x559c0c(_0x20e687._0x3dd7fd,_0x20e687._0x20cf37,_0x20e687._0x1a8b8a,0x2cf)+'\x20results'),console[_0x51f3f0(_0x20e687._0x45bc21,_0x20e687._0x11dea4,0x669,_0x20e687._0x111c12)](_0x1b9d63[_0x559c0c(_0x20e687._0x23813f,_0x20e687._0x194f80,0x339,_0x20e687._0x662852)]),console[_0x559c0c(_0x20e687._0x311e50,0x307,0x325,_0x20e687._0xc8ccf6)](''),console[_0x559c0c(0x2c2,_0x20e687._0x500401,0x371,_0x20e687._0x1d9f1f)](_0x1b9d63[_0x559c0c(0x1b6,0x24c,_0x20e687._0x3bee9e,_0x20e687._0x7fbb6c)]),console['error'](_0x1b9d63[_0x559c0c(_0x20e687._0x26fadb,_0x20e687._0x17e786,0x248,_0x20e687._0xf1bfea)]),console[_0x559c0c(0x285,_0x20e687._0x54071f,0x35d,_0x20e687._0x314e70)](_0x1b9d63[_0x51f3f0(0x506,_0x20e687._0x489604,0x4c2,0x57b)]),console[_0x559c0c(_0x20e687._0x3d8def,0x307,0x279,0x30d)](_0x1b9d63[_0x51f3f0(0x53c,_0x20e687._0x37c1c2,0x53b,_0x20e687._0x3acd93)]),console['error'](_0x51f3f0(_0x20e687._0x52311a,_0x20e687._0x409d38,_0x20e687._0x2daf57,_0x20e687._0x805680)+_0x51f3f0(_0x20e687._0x42e4ba,0x4a5,_0x20e687._0x5b692d,0x5e0)+'g\x20show');}async function setConfig(_0xa27933,_0x3922a5){const _0x32cb72={_0x17f8a3:0x177,_0xe34574:0x1b7,_0x237607:0x14e,_0xc9d9ab:0xa4,_0x330ee5:0x143,_0x474f08:0xdc,_0x3c6b84:0xc4,_0x3fd366:0x97,_0x372a49:0x34,_0x414036:0x71,_0x358c2e:0xb3,_0x53eeed:0xf2,_0x15a709:0xcb,_0x3720b2:0x8d,_0x2b0623:0xa1,_0x804be8:0x9c,_0x485756:0xe8,_0x1c067e:0x12d,_0x483d81:0x14e,_0x4caf8a:0x83,_0x9f55ad:0x108,_0x1befac:0x116,_0x1cc51b:0x137,_0x5678d9:0xd8,_0x2c4c56:0x1d,_0x49b694:0xb2,_0x559690:0x1db,_0x53ab7d:0x184,_0x22d0f3:0x5,_0x355e11:0x183,_0x4bd5b2:0xf5,_0x1a40b7:0x136,_0x5acb1b:0x53,_0x4f6a7c:0xae,_0x42dd09:0xf6,_0x2df47b:0x18c,_0x1302fb:0x154,_0x307976:0x19b,_0x1e8633:0x152,_0x26ec9b:0xa7,_0x146ace:0xd5,_0x195740:0xb5},_0xb8c20c={_0x545264:0x159,_0x2672c4:0x17a},_0x2d35ba={_0x4d4d94:0x65};function _0x569a07(_0x9fc18b,_0x86feb2,_0x3f1e14,_0x412765){return _0x5c267b(_0x9fc18b-_0x2d35ba._0x4d4d94,_0x412765- -0x415,_0x3f1e14,_0x412765-0xc8);}const _0x40b9d0={'IyUZx':function(_0x5e6252,_0x2bf2d1){return _0x5e6252===_0x2bf2d1;},'VYMfq':_0x569a07(_0x32cb72._0x17f8a3,_0x32cb72._0xe34574,_0x32cb72._0x237607,0x17e)+_0x33c5fe(0x66,_0x32cb72._0xc9d9ab,0x131,0xc9)+_0x33c5fe(0xeb,_0x32cb72._0x330ee5,0x11d,_0x32cb72._0x474f08)+'\x20<key>\x20<va'+_0x33c5fe(_0x32cb72._0x3c6b84,0xda,_0x32cb72._0x3fd366,_0x32cb72._0x372a49),'CEplR':function(_0x4dd753,_0x5370bb){return _0x4dd753&&_0x5370bb;},'BQwZy':_0x33c5fe(0xf6,0x86,0xbd,_0x32cb72._0x414036)+_0x569a07(_0x32cb72._0x358c2e,_0x32cb72._0x53eeed,_0x32cb72._0x15a709,_0x32cb72._0x3720b2)+_0x33c5fe(0x108,0xfe,_0x32cb72._0x2b0623,_0x32cb72._0x804be8)+_0x569a07(0xfa,_0x32cb72._0x485756,0x86,_0x32cb72._0x1c067e)+_0x569a07(_0x32cb72._0x483d81,_0x32cb72._0x4caf8a,0x16d,_0x32cb72._0x9f55ad)+_0x569a07(0x10a,_0x32cb72._0x1befac,_0x32cb72._0x1cc51b,_0x32cb72._0x5678d9),'jtSqV':function(_0x7247d3,_0x1b414b,_0xdb7bef){return _0x7247d3(_0x1b414b,_0xdb7bef);},'SlWef':function(_0x48a2cc,_0x305f45,_0xedcb3f){return _0x48a2cc(_0x305f45,_0xedcb3f);}};(!_0xa27933||_0x40b9d0[_0x33c5fe(_0x32cb72._0x2c4c56,0xa1,_0x32cb72._0x49b694,0x4c)](_0x3922a5,undefined))&&(console[_0x569a07(0x17f,0x224,_0x32cb72._0x559690,_0x32cb72._0x53ab7d)](_0x40b9d0[_0x33c5fe(0x54,_0x32cb72._0x3fd366,0xba,_0x32cb72._0x22d0f3)]),process[_0x569a07(_0x32cb72._0x355e11,_0x32cb72._0x4bd5b2,0xe3,0x10c)](-0x3*0x197+0x22a9*-0x1+-0x1*-0x276f));function _0x33c5fe(_0x2802ad,_0x1acae8,_0x2a29c1,_0x58fe34){return _0x1c5ad5(_0x2a29c1,_0x1acae8-_0xb8c20c._0x545264,_0x2a29c1-0x34,_0x58fe34-_0xb8c20c._0x2672c4);}const _0x9aff49=SERVER_CONFIG_KEYS[_0x569a07(0x1a3,0x16b,0x126,_0x32cb72._0x1a40b7)](_0xa27933),_0x2c8f33=SETUP_JSON_KEYS['has'](_0xa27933);_0x40b9d0[_0x569a07(_0x32cb72._0x5acb1b,_0x32cb72._0x4f6a7c,0x5e,0x9b)](!_0x9aff49,!_0x2c8f33)&&(console['error']('Unknown\x20co'+_0x33c5fe(0xfb,_0x32cb72._0x42dd09,_0x32cb72._0x2df47b,_0x32cb72._0x1302fb)+'n\x20key:\x20'+_0xa27933),console[_0x569a07(0x12a,_0x32cb72._0x307976,0x151,_0x32cb72._0x53ab7d)](_0x40b9d0[_0x33c5fe(_0x32cb72._0x1e8633,0x161,0x1fd,0xd1)]),process[_0x569a07(0xbf,0xd7,0x119,0x10c)](0xd3c+-0xdd4+0x99));if(_0x9aff49)await _0x40b9d0[_0x569a07(0xed,_0x32cb72._0x26ec9b,_0x32cb72._0x146ace,_0x32cb72._0x195740)](setServerConfig,_0xa27933,_0x3922a5);else _0x2c8f33&&await _0x40b9d0['SlWef'](setSetupConfig,_0xa27933,_0x3922a5);}async function setServerConfig(_0x2e737,_0x540f55){const _0x59edaa={_0x515b0d:0xc2,_0x23e40e:0x72,_0x29677f:0x38,_0xdd2fc4:0x14,_0x11f238:0x3c,_0x3c7359:0x297,_0x51ba78:0x31d,_0x1de412:0x2ae,_0x297250:0x73,_0x5e157b:0x19,_0x35fd00:0x77,_0x30ed63:0x55,_0x4f8644:0x51,_0x105d61:0x3c8,_0x55b2f9:0x33d,_0x2bdcb5:0x2d2,_0x52ec34:0x238,_0x595b9a:0x106,_0x17738f:0x19a,_0x1b9657:0x124,_0x119918:0xf1,_0x3ec75d:0x282,_0x2d80d2:0x2ce,_0x22f385:0x22e,_0x558f89:0x33b,_0xa967d8:0x356,_0x178206:0x2e1,_0x2ead65:0x339,_0x1052ac:0x22,_0x2bc4fb:0x7f,_0x52a17d:0x6f,_0x144eb1:0x78,_0x2f7971:0xb9,_0x2d398b:0xbf,_0x37eee4:0xb4,_0x4f5b88:0xf6,_0x4747a3:0xbb,_0x74ce87:0x31b,_0x4292bd:0x2db,_0x4da8f9:0xa2,_0x4c345e:0x10a,_0x3db4cc:0x62,_0x3cd733:0x1b,_0x503772:0x352,_0x37eca0:0x3bb,_0x556175:0x38a,_0x550f96:0x2b0,_0x4a9b19:0x32c,_0x10ccef:0x2f3,_0x5ce031:0x2d6,_0x1de5cc:0x142,_0x4b7571:0xd8,_0x32502c:0x13,_0x345c3b:0x31,_0x1921be:0x3c,_0x32351a:0xaa,_0x4d60ab:0x38,_0x1224ef:0x33f,_0x108ec1:0x129,_0xf9049c:0xec,_0x4ba37c:0x8d,_0x4daab6:0x2fd,_0x2c3c99:0x343,_0x2c30da:0x356,_0x35dab5:0x355,_0x32e9f1:0x312,_0x3b67f8:0x389,_0x14da3b:0x3b8,_0x39a44e:0x36e,_0xb45258:0x34b,_0xce4c45:0x30b,_0x5bfb8e:0x2dd,_0xa6259e:0x35b,_0x1ec74d:0xba,_0x1101c3:0x5,_0x9ca97:0x15,_0x401e22:0x20,_0x5c5507:0x33,_0x36b4e8:0x110,_0x2ca16b:0x248,_0x2753ee:0x2d3,_0x3da6bc:0x32e,_0x17cedf:0x30d,_0x2c2450:0x289,_0x3a7d02:0x284,_0x49d45f:0x6c,_0x71914d:0x3ba,_0x477321:0x3a2,_0x4f9d92:0x32d,_0x4ece6a:0x137,_0x35e7d5:0x3c2,_0x1bd75d:0xce,_0x362d5a:0x2fd,_0xa18d77:0x275,_0x14c7b1:0x235,_0x52c6bd:0x348,_0x1cf439:0x26b,_0x3f72e3:0x21e,_0x584bc5:0xb0,_0x225d4d:0x8e,_0x2d77d2:0x129,_0x42c642:0x303,_0x5c5d77:0x44b,_0x59ee90:0x3a2,_0x31cb49:0x3b9,_0x25d80e:0x1a,_0x39cb32:0xdf,_0x34b631:0x324,_0x97eb34:0x16e,_0x3fd7f8:0x10e,_0xe14d80:0x391,_0x391103:0x12a,_0x35acef:0x5d,_0x5da776:0x244,_0x5d57d7:0x2e1,_0x499f88:0xc4,_0x1da00c:0x19,_0x5a9365:0xbb,_0x296c64:0x130,_0x515edd:0x112,_0x32c618:0x92,_0x5a5be9:0x25e,_0x2c55df:0x253,_0x4263e6:0xb6,_0x41151f:0xbe,_0x42d19a:0x4a,_0x43da0e:0x58,_0x3eec04:0x35f,_0x2994dd:0x357,_0x4a265e:0x37e,_0x54caba:0x2b9,_0x57c433:0x302,_0x4cc0f4:0x201,_0x3ab48e:0x41,_0x26d744:0x6c,_0x12b6b6:0x266,_0x375132:0x294,_0x1b0441:0xac,_0x10ea0f:0xd4,_0xf8c517:0x74,_0x4bca02:0x34,_0x5c99b1:0x26d,_0x55996f:0x2e2,_0xe41720:0x10,_0x77807a:0xbc,_0x89bfbc:0x32},_0x17471d={_0x3019d1:0x2a,_0x1dd3f5:0x96,_0x3fd879:0x190},_0x315585={_0x32dc6f:0x60};function _0x4bd639(_0x3d4573,_0x31b704,_0x5f8647,_0x1558bf){return _0x5c267b(_0x3d4573-0x14,_0x5f8647- -0x1de,_0x1558bf,_0x1558bf-_0x315585._0x32dc6f);}function _0x1f7a7e(_0xec7044,_0x571aef,_0x257f59,_0x2b153a){return _0x1c5ad5(_0xec7044,_0x2b153a-_0x17471d._0x3019d1,_0x257f59-_0x17471d._0x1dd3f5,_0x2b153a-_0x17471d._0x3fd879);}const _0x29614b={'pVfeN':_0x1f7a7e(-0xad,-_0x59edaa._0x515b0d,-0x42,-_0x59edaa._0x23e40e),'txaDh':_0x1f7a7e(0x57,-0x60,0x1b,0x10)+_0x1f7a7e(-_0x59edaa._0x29677f,-_0x59edaa._0xdd2fc4,0x4,-_0x59edaa._0x11f238)+'d)','TsByK':'coder_setu'+_0x4bd639(0x378,_0x59edaa._0x3c7359,_0x59edaa._0x51ba78,_0x59edaa._0x1de412),'yXFwZ':'rLvuC','VHKqZ':_0x1f7a7e(-_0x59edaa._0x297250,_0x59edaa._0x5e157b,_0x59edaa._0x35fd00,-0x2d),'Nifns':function(_0x4c9ecd,_0x57a973){return _0x4c9ecd(_0x57a973);},'MtjBB':function(_0x2befc0){return _0x2befc0();},'vmZxO':function(_0x89d55d,_0x14e639,_0x545ed2){return _0x89d55d(_0x14e639,_0x545ed2);},'ywryz':function(_0x1eb4e1,_0x1d296f){return _0x1eb4e1(_0x1d296f);},'lVAyV':function(_0x188547,_0x592dfc){return _0x188547<_0x592dfc;},'LVPSu':function(_0x5d58d4,_0x199a48){return _0x5d58d4>_0x199a48;},'rtXfw':function(_0x595fba,_0xb39dea){return _0x595fba===_0xb39dea;},'wwaMD':_0x1f7a7e(-0x70,-_0x59edaa._0x30ed63,-0x74,-_0x59edaa._0x4f8644),'YVKmR':'Error:\x20Inv'+_0x4bd639(0x391,0x42d,_0x59edaa._0x105d61,_0x59edaa._0x55b2f9)+_0x4bd639(_0x59edaa._0x2bdcb5,0x230,0x285,_0x59edaa._0x52ec34),'effIV':function(_0x3fc482,_0xb68042){return _0x3fc482(_0xb68042);},'ZPwOP':function(_0x3090b8){return _0x3090b8();},'hnkBu':function(_0x3a7057,_0x19dba2){return _0x3a7057(_0x19dba2);},'aURYh':'ssl_key_pa'+'th','bihBy':function(_0x33fef5,_0xdd8e54){return _0x33fef5(_0xdd8e54);},'eDQub':function(_0x26ac54){return _0x26ac54();},'KLVjt':function(_0x42e1eb,_0x3a953b){return _0x42e1eb!==_0x3a953b;},'RdMZg':'true','SjmBG':function(_0x57173b,_0x569bf1){return _0x57173b(_0x569bf1);},'sBwSE':function(_0x25bd9d){return _0x25bd9d();}};switch(_0x2e737){case _0x29614b[_0x1f7a7e(-_0x59edaa._0x595b9a,-_0x59edaa._0x17738f,-_0x59edaa._0x1b9657,-_0x59edaa._0x119918)]:{if(_0x29614b['yXFwZ']!==_0x29614b['VHKqZ']){const _0x509d2b=_0x2cfaeb[_0x4bd639(0x225,_0x59edaa._0x3ec75d,_0x59edaa._0x2d80d2,_0x59edaa._0x22f385)](_0x540f55);await _0x29614b['Nifns'](saveCoderSetupPath,_0x509d2b),console[_0x4bd639(_0x59edaa._0x558f89,_0x59edaa._0xa967d8,_0x59edaa._0x178206,_0x59edaa._0x2ead65)](_0x1f7a7e(-0x72,-_0x59edaa._0x1052ac,-_0x59edaa._0x2bc4fb,-_0x59edaa._0x52a17d)+_0x2e737+_0x1f7a7e(-_0x59edaa._0x144eb1,-_0x59edaa._0x2f7971,-0x46,-_0x59edaa._0x2d398b)+_0x509d2b),console[_0x1f7a7e(-0x12d,-_0x59edaa._0x37eee4,-_0x59edaa._0x4f5b88,-_0x59edaa._0x4747a3)]('\x20\x20Location'+':\x20'+_0x29614b[_0x4bd639(0x271,_0x59edaa._0x74ce87,_0x59edaa._0x4292bd,0x36b)](getConfigPath));break;}else _0x2dd0b0[_0x4bd639(0x436,0x442,0x3bb,0x40d)](_0x1f7a7e(-_0x59edaa._0x4da8f9,-0xf7,-0x18c,-_0x59edaa._0x4c345e)+'nfiguratio'+_0x1f7a7e(_0x59edaa._0x3db4cc,_0x59edaa._0x3cd733,-0x3,-0xe)+_0x1b0fc5),_0x493d26[_0x4bd639(0x43d,_0x59edaa._0x503772,_0x59edaa._0x37eca0,_0x59edaa._0x556175)](_0x4bd639(_0x59edaa._0x550f96,_0x59edaa._0x4a9b19,_0x59edaa._0x10ccef,_0x59edaa._0x5ce031)+_0x1f7a7e(-0x142,-0x13e,-_0x59edaa._0x1de5cc,-_0x59edaa._0x4b7571)+_0x1f7a7e(_0x59edaa._0x32502c,0x2b,0x76,-_0x59edaa._0x345c3b)+_0x1f7a7e(_0x59edaa._0x1921be,-_0x59edaa._0x32351a,-0x8f,-_0x59edaa._0x4d60ab)+_0x4bd639(0x360,0x30b,_0x59edaa._0x1224ef,0x332)+_0x1f7a7e(-_0x59edaa._0x108ec1,-0x47,-_0x59edaa._0xf9049c,-_0x59edaa._0x4ba37c)),_0x397e64[_0x4bd639(_0x59edaa._0x4daab6,0x3d0,_0x59edaa._0x2c3c99,_0x59edaa._0x2c30da)](0x14*-0x64+-0x1841+0x2012);}case _0x4bd639(_0x59edaa._0x35dab5,0x33e,0x2e8,0x2c5)+'t':{const _0x5deb26=_0x29614b[_0x4bd639(0x3ea,_0x59edaa._0x32e9f1,0x39a,_0x59edaa._0x3b67f8)](parseInt,_0x540f55,-0x10b9+0x1f92+0x1*-0xecf);(_0x29614b['ywryz'](isNaN,_0x5deb26)||_0x29614b['lVAyV'](_0x5deb26,-0xe93+0x1b22+-0xc8e*0x1)||_0x29614b[_0x4bd639(0x2c8,0x2e7,0x320,0x33a)](_0x5deb26,-0xc6b4+-0x6e*0x231+0x2b7c1))&&(_0x29614b['rtXfw'](_0x29614b[_0x4bd639(0x397,_0x59edaa._0x14da3b,0x3b9,_0x59edaa._0x39a44e)],_0x4bd639(0x38c,0x2d2,_0x59edaa._0xb45258,0x2fe))?(console[_0x4bd639(0x44a,0x43a,0x3bb,0x44c)](_0x29614b[_0x4bd639(_0x59edaa._0xce4c45,0x316,0x34c,_0x59edaa._0x5bfb8e)]),process[_0x4bd639(_0x59edaa._0xa6259e,0x32f,_0x59edaa._0x2c3c99,0x2b9)](0x89f+0x67*0x60+-0x2f3e)):_0x178de4['log'](_0x324a87));await _0x29614b[_0x1f7a7e(_0x59edaa._0x1ec74d,-_0x59edaa._0x1101c3,-_0x59edaa._0x9ca97,_0x59edaa._0x401e22)](saveServerPort,_0x5deb26),console['log']('Set\x20'+_0x2e737+'\x20=\x20'+_0x5deb26),console[_0x1f7a7e(-_0x59edaa._0x5c5507,-0x138,-_0x59edaa._0x36b4e8,-_0x59edaa._0x4747a3)]('\x20\x20Location'+':\x20'+_0x29614b[_0x4bd639(_0x59edaa._0x2ca16b,0x22e,_0x59edaa._0x550f96,_0x59edaa._0x2753ee)](getConfigPath));break;}case _0x4bd639(0x428,_0x59edaa._0x3da6bc,0x3b6,0x361)+_0x4bd639(_0x59edaa._0x17cedf,_0x59edaa._0x2c2450,_0x59edaa._0x3a7d02,0x1e1):{const _0x4a0c22=_0x2cfaeb[_0x1f7a7e(-_0x59edaa._0x49d45f,-0x90,-0x9d,-0xce)](_0x540f55);await _0x29614b[_0x4bd639(_0x59edaa._0x71914d,0x303,_0x59edaa._0x477321,0x317)](saveSslCertPath,_0x4a0c22),console['log'](_0x4bd639(_0x59edaa._0x4a9b19,0x366,_0x59edaa._0x4f9d92,0x2d7)+_0x2e737+_0x1f7a7e(-_0x59edaa._0x4ece6a,-0x108,-0xa6,-0xbf)+_0x4a0c22),console[_0x1f7a7e(-0x2b,-0x11c,-0x139,-_0x59edaa._0x4747a3)](_0x4bd639(_0x59edaa._0x35e7d5,0x409,0x376,0x2d2)+':\x20'+getConfigPath());break;}case _0x29614b[_0x1f7a7e(-0x6d,-0x6d,-0x54,0x28)]:{const _0x42e276=_0x2cfaeb[_0x1f7a7e(-0x10a,-0x15d,-0x6e,-_0x59edaa._0x1bd75d)](_0x540f55);await _0x29614b[_0x4bd639(_0x59edaa._0x362d5a,_0x59edaa._0xa18d77,0x28c,_0x59edaa._0x14c7b1)](saveSslKeyPath,_0x42e276),console['log']('Set\x20'+_0x2e737+_0x4bd639(_0x59edaa._0x52c6bd,0x357,0x2dd,0x2db)+_0x42e276),console['log']('\x20\x20Location'+':\x20'+_0x29614b['eDQub'](getConfigPath));break;}case _0x4bd639(_0x59edaa._0x1cf439,_0x59edaa._0x3f72e3,0x295,0x227)+'h':{if(_0x29614b['KLVjt']('zeyab',_0x1f7a7e(-_0x59edaa._0x584bc5,-_0x59edaa._0x225d4d,-_0x59edaa._0x2d77d2,-0x9a))){const _0x15dd85=_0x2cfaeb[_0x4bd639(0x2a1,0x234,0x2ce,_0x59edaa._0x42c642)](_0x540f55);await _0x29614b[_0x4bd639(0x426,_0x59edaa._0x5c5d77,_0x59edaa._0x59ee90,_0x59edaa._0x31cb49)](saveSslCaPath,_0x15dd85),console['log'](_0x1f7a7e(-_0x59edaa._0x25d80e,-_0x59edaa._0x39cb32,-0x59,-0x6f)+_0x2e737+'\x20=\x20'+_0x15dd85),console['log'](_0x4bd639(0x36c,0x34a,0x376,_0x59edaa._0x34b631)+':\x20'+getConfigPath());break;}else _0x54ca9e[_0x1f7a7e(-_0x59edaa._0x97eb34,-0x9e,-0xfd,-_0x59edaa._0x3fd7f8)]===_0x29614b[_0x4bd639(0x350,_0x59edaa._0x34b631,_0x59edaa._0xe14d80,0x328)]?(_0x55ce06['log'](_0x29614b[_0x1f7a7e(-_0x59edaa._0x391103,-0x143,-_0x59edaa._0x35acef,-0xd6)]),_0x54394d[_0x4bd639(0x32c,_0x59edaa._0x5da776,_0x59edaa._0x5d57d7,_0x59edaa._0x2d80d2)](''),_0x5f15cc[_0x1f7a7e(-_0x59edaa._0x499f88,-0x150,-_0x59edaa._0x1da00c,-_0x59edaa._0x5a9365)](_0x1f7a7e(-_0x59edaa._0x296c64,-0xdd,-0x152,-_0x59edaa._0x515edd)+'ocation:\x20'+_0x35e257)):_0x332849[_0x1f7a7e(-0xe4,-0x6c,-_0x59edaa._0x32c618,-0xbb)](_0x4bd639(_0x59edaa._0x5a5be9,_0x59edaa._0x2c55df,0x2bf,0x2aa)+_0x1f7a7e(-_0x59edaa._0x4263e6,-_0x59edaa._0x41151f,0x1,-_0x59edaa._0x42d19a)+_0x1f7a7e(-0xd1,-0xcc,_0x59edaa._0x43da0e,-0x2c)+_0xc92d51[_0x4bd639(_0x59edaa._0x3eec04,_0x59edaa._0x2994dd,_0x59edaa._0x4a265e,0x3f3)]);}case _0x4bd639(0x367,0x268,0x2d8,_0x59edaa._0x54caba)+'y':{const _0x5e9281=_0x29614b[_0x4bd639(_0x59edaa._0x57c433,0x2eb,0x294,_0x59edaa._0x4cc0f4)](_0x540f55,_0x29614b[_0x1f7a7e(0x22,-_0x59edaa._0x3ab48e,-_0x59edaa._0x26d744,_0x59edaa._0x3cd733)])||_0x29614b[_0x4bd639(_0x59edaa._0x12b6b6,_0x59edaa._0x5d57d7,_0x59edaa._0x375132,0x2f1)](_0x540f55,'1');await _0x29614b[_0x1f7a7e(-_0x59edaa._0x1b0441,-0xea,-0x80,-_0x59edaa._0x10ea0f)](saveTrustProxy,_0x5e9281),console[_0x1f7a7e(-_0x59edaa._0xf8c517,-0x5b,-_0x59edaa._0x4bca02,-_0x59edaa._0x5a9365)]('Set\x20'+_0x2e737+'\x20=\x20'+_0x5e9281),console[_0x4bd639(_0x59edaa._0x5c99b1,0x33c,0x2e1,_0x59edaa._0x55996f)](_0x1f7a7e(-_0x59edaa._0xe41720,-_0x59edaa._0x77807a,_0x59edaa._0x89bfbc,-0x26)+':\x20'+_0x29614b['sBwSE'](getConfigPath));break;}}}async function setSetupConfig(_0x5751f5,_0x539561){const _0x186ff2={_0x444c85:0x494,_0x40d600:0x476,_0x58aa5:0x429,_0x4cb0b1:0x4b8,_0x4c6811:0x454,_0x578df9:0x448,_0x56f2bb:0x4c2,_0xabaf7f:0x4b9,_0x31b27f:0x56a,_0xcbd010:0x43e,_0x1f9802:0x437,_0x49bf18:0x38b,_0x51b42a:0x32a,_0x3eb20a:0x3c1,_0x3c711b:0x407,_0x398d9a:0x43b,_0x58a5e2:0x3c0,_0xfbc6ff:0x354,_0x46d65a:0x3c4,_0x5cad28:0x345,_0x49fe1a:0x33c,_0x2ade7d:0x36e,_0x50ca1f:0x44a,_0x19a033:0x3a5,_0x16d6b2:0x38d,_0x215fa0:0x459,_0x27e679:0x332,_0x1f0835:0x366,_0x48de11:0x520,_0x433461:0x489,_0x16d02c:0x3fc,_0x3af7e4:0x39e,_0x4a79aa:0x42f,_0x2352f9:0x350,_0x39298f:0x37b,_0x46ac0c:0x2d6,_0x105e89:0x2d0,_0x5e3124:0x38b,_0x4d5987:0x346,_0x5643aa:0x4b3,_0x326e34:0x46d,_0x43ec2e:0x4c5,_0x1ab7e3:0x4bc,_0x5c81f1:0x413,_0x5589ef:0x320,_0x5b20e8:0x3b3,_0x267810:0x482,_0x16634c:0x3cc,_0x209ced:0x31d,_0x35a6f0:0x36d,_0x167dfe:0x28b,_0x565aee:0x2fc,_0x1c47a0:0x36e,_0x4f0f99:0x2db,_0x47e203:0x3a9,_0x4c2b88:0x468,_0x51a557:0x38d,_0x1e05d2:0x3b3,_0x5ebca6:0x433,_0x5d1ae3:0x400,_0x3c3b6a:0x3e5,_0xca2e6d:0x414,_0x404a6c:0x534,_0x40056e:0x474,_0x5a0dcd:0x502,_0x348a87:0x491,_0x2b07a6:0x3f2,_0x2751a9:0x326,_0x50931b:0x2ab,_0x1dbabb:0x300,_0x26e5cd:0x321,_0x4b0510:0x439,_0x328379:0x446,_0x1e2c44:0x3fd,_0x3c26a3:0x441,_0x18f36c:0x4bb,_0x10b7e3:0x4b2,_0x145d44:0x456,_0x136719:0x42c,_0xc5a97f:0x35a,_0x1f4938:0x385,_0x5e17df:0x41b,_0xbccac6:0x42d,_0x5f3867:0x3dc,_0x454f30:0x3b0,_0x3a23f0:0x2b5,_0x2cdee2:0x2dc,_0x5d0146:0x35d,_0x19d1c4:0x336,_0x217f5b:0x32b,_0x120ddf:0x399,_0x2218fc:0x431,_0x21f9f9:0x3ee,_0x21185a:0x3cd,_0x2c770c:0x3cb,_0x113cc1:0x4eb,_0x5da194:0x516,_0x34fb61:0x3a8,_0x615ee3:0x432,_0x5e44e6:0x3a9,_0x1d6d9b:0x40a,_0x424adf:0x485,_0x2d92f2:0x303,_0x365422:0x39c,_0x186358:0x44a,_0x5a3660:0x577,_0x4f22aa:0x4b4,_0x46be70:0x4eb,_0x13b499:0x4d1,_0x11adc7:0x417,_0x3a7a11:0x46a,_0xe779c:0x438,_0x1a8c38:0x4a3,_0x1ae58f:0x46b,_0x327cea:0x4cf,_0x417196:0x4f1,_0x3b75f7:0x3bd,_0x390752:0x39b,_0x29cc14:0x4a0,_0x2824f0:0x3c2,_0x2669d8:0x2aa,_0x258b3f:0x4dc,_0x53fe84:0x4c9,_0x87363f:0x422,_0x106063:0x3ef,_0x4635b6:0x3dd,_0x325f7d:0x394,_0x122fd6:0x3b6,_0x120888:0x44f,_0x564221:0x434,_0x3e10f0:0x38d,_0xae1a3d:0x39d,_0x3c16ba:0x420,_0x597d28:0x32b,_0x56128a:0x4cd,_0x11b16e:0x53e,_0x1b7cdd:0x43f,_0x39af88:0x426,_0x495f6e:0x36f,_0xde4dfd:0x392,_0x256eac:0x36c,_0x54b065:0x3b4,_0x3f692d:0x423,_0x3b90f8:0x3bc,_0x24f7b2:0x477,_0x2e2e0e:0x2f2,_0x581a9c:0x408,_0x34d103:0x4a1,_0x4fa711:0x543,_0x436b96:0x473,_0xce6e45:0x528,_0x4ee13f:0x4f7,_0x3eb2af:0x37e,_0x23cfba:0x2f8,_0x3448f5:0x31b,_0x44021c:0x367,_0x437941:0x44c,_0x456c1a:0x3af,_0x3e5172:0x3a5,_0x50dda2:0x47a,_0x42cb69:0x334,_0x990676:0x387,_0x232336:0x3c7,_0x2704a2:0x456,_0x5285ae:0x33b,_0x4338b3:0x3ef,_0x593155:0x501,_0x576f3f:0x4ba,_0x111810:0x3a0,_0x3f2921:0x3e7,_0x33a221:0x4c6,_0x5ec6ea:0x3f5,_0x46fc1d:0x3b3,_0x27c319:0x505,_0x3b4374:0x456,_0x50f209:0x469,_0x12f912:0x49b,_0x23ba3b:0x526,_0xd59cd:0x4e5,_0x1bd74b:0x404,_0x3c8b54:0x341,_0xf57014:0x32a,_0x584a93:0x44d,_0x292a87:0x3ca,_0xc48037:0x3ac,_0x45de36:0x3f9,_0x12addb:0x376,_0x53e9a4:0x3c9,_0x410029:0x42f,_0x31c044:0x2cd,_0x5a94a7:0x4d0,_0x155274:0x47d,_0x3fe48b:0x358,_0x3c82f1:0x3e4,_0x56d27c:0x49a,_0x5b2f0d:0x538,_0x4f3f2e:0x4e1,_0xa17136:0x4bf,_0x1b95c7:0x3d9,_0x380dfb:0x492,_0x18c896:0x44d,_0x76eaa5:0x4e2,_0x27b013:0x475,_0x42ad10:0x477,_0x1ce853:0x3eb,_0x42cb66:0x42c,_0x1a8959:0x404,_0x429533:0x34a,_0x1e1ef5:0x3a5,_0x21b951:0x4d4,_0x688e46:0x50d,_0x3bc358:0x50f,_0x109fb6:0x563,_0x3a5bd8:0x4e5,_0x5721e2:0x3fa,_0x334034:0x36d,_0x2d6a1c:0x4b7,_0x459f6b:0x3e0,_0x4d4d99:0x438,_0x539a42:0x535,_0xf7bd37:0x460,_0x1a1295:0x41b,_0xc4705a:0x501,_0x5189a2:0x451,_0x35b4ff:0x27a,_0x1e9ed4:0x2ae,_0x2615ad:0x3d2,_0x2f7735:0x41f,_0x407dec:0x3f2,_0x5758b5:0x498,_0xb26ac7:0x44a,_0x5b36ea:0x3ad,_0x30f6d2:0x3d7,_0x4b99ec:0x413,_0x27c921:0x57d,_0x38a744:0x392,_0x1005d9:0x3a3,_0x128b06:0x4cb,_0x360246:0x48a,_0x3d9f51:0x438,_0x547730:0x575,_0x5b82a6:0x4ed,_0x5e2124:0x45c,_0x2445a1:0x43d,_0x4c757c:0x4e8,_0x43450e:0x53d,_0x42f024:0x509,_0x4b7e59:0x4e5,_0x5e5e1f:0x3d4,_0x5b08df:0x452,_0x35135f:0x3cd,_0x3eefe8:0x488,_0x1e1f46:0x3e2,_0x32c41c:0x42a,_0x556f6f:0x453,_0x2d65d0:0x3c9,_0x12a342:0x496,_0x45ec89:0x514,_0x56bc7f:0x4e5,_0x1bb0d0:0x3aa,_0x149e04:0x395,_0x26948b:0x436,_0x5cdc56:0x451,_0x2a7a27:0x412,_0x1b8dac:0x339,_0x36bc2a:0x33e,_0xc7bf69:0x411,_0x32041c:0x344,_0xc12ae5:0x2d7,_0x191a5b:0x4ca,_0x5a9a4f:0x502,_0x5e552e:0x4e5,_0x32ee99:0x462,_0x52d759:0x4b1,_0x2e4218:0x4ea,_0x887720:0x4e5,_0x6120b8:0x338,_0x27cf22:0x331,_0x47a6af:0x438,_0xb84cac:0x4fc,_0x5ef747:0x49f,_0x4e07bf:0x4c8,_0x39922c:0x2ec,_0x5a3b61:0x37a,_0x4d82cd:0x472,_0x19aaa1:0x39f,_0x122f60:0x2f2,_0x455184:0x413,_0x54da6f:0x343,_0x1d6423:0x421,_0x369210:0x380,_0x4a86b8:0x40b,_0x3316e2:0x3d6,_0x5178a4:0x43a,_0x149bed:0x3e9,_0x188119:0x38f,_0x4f8bc6:0x337,_0x5bc61d:0x32d,_0x425e16:0x394,_0x15809f:0x3ba,_0x2617f6:0x42e,_0x4771fa:0x4b7,_0x162468:0x438,_0x23176a:0x3a3,_0x4c1627:0x393,_0x2555d7:0x3cf,_0x5cef0a:0x428,_0x168ccb:0x536,_0x156e15:0x2c0,_0xcb0331:0x32f,_0x3df7c3:0x35e,_0x3e1871:0x4bb,_0x1d19d2:0x4ef,_0x22f650:0x317,_0x21e42f:0x340,_0x469c40:0x3a2,_0x509991:0x4e1,_0x213af0:0x46d,_0x2b3cd7:0x33a,_0x132f38:0x34e,_0x1ffbcf:0x3e5,_0x8c84fa:0x42b,_0x2b5f4b:0x4c5,_0x18f1db:0x4d9,_0x3c4789:0x45f,_0x53310a:0x3a2,_0x3cdeed:0x400,_0x270f80:0x45d,_0xc8a1b5:0x407,_0x1b5a24:0x45b,_0x2e2a09:0x447,_0x51639e:0x3b6,_0xdab337:0x3d3,_0x39f314:0x415},_0x36b4c8={_0x31991b:0x443,_0x1c1213:0x51},_0x3ce6d6={_0x4a2021:0xb4},_0x3d70a8={'XMBbG':_0x4e3b03(_0x186ff2._0x444c85,0x49b,_0x186ff2._0x40d600,0x429)+_0x4e3b03(_0x186ff2._0x58aa5,0x53f,0x542,0x4ac)+_0x4e3b03(0x448,_0x186ff2._0x4cb0b1,_0x186ff2._0x4c6811,_0x186ff2._0x578df9)+'me','SYkEd':_0x4e3b03(_0x186ff2._0x56f2bb,_0x186ff2._0xabaf7f,_0x186ff2._0x31b27f,0x4ca)+_0x4e3b03(_0x186ff2._0xcbd010,_0x186ff2._0x1f9802,0x32f,0x3ce)+'\x20keys\x20(sto'+_0x5ad66e(_0x186ff2._0x49bf18,0x35d,_0x186ff2._0x51b42a,_0x186ff2._0x3eb20a)+_0x4e3b03(0x4d2,_0x186ff2._0x3c711b,_0x186ff2._0x398d9a,0x4a6)+_0x5ad66e(0x430,0x38b,_0x186ff2._0x58a5e2,0x3d6),'OJdpV':_0x4e3b03(_0x186ff2._0xfbc6ff,0x368,0x35a,_0x186ff2._0x46d65a)+_0x5ad66e(_0x186ff2._0x5cad28,0x2fa,_0x186ff2._0x49fe1a,_0x186ff2._0x2ade7d)+_0x5ad66e(_0x186ff2._0x50ca1f,_0x186ff2._0x19a033,_0x186ff2._0x16d6b2,0x3a3)+_0x5ad66e(0x44d,0x342,_0x186ff2._0x215fa0,0x3cb)+_0x5ad66e(0x395,0x34e,_0x186ff2._0x27e679,0x374),'tOcbE':_0x5ad66e(0x383,_0x186ff2._0x1f0835,0x372,0x3fe)+_0x4e3b03(0x3e6,_0x186ff2._0x48de11,0x4c5,_0x186ff2._0x433461)+_0x4e3b03(0x41b,_0x186ff2._0x16d02c,_0x186ff2._0x3af7e4,0x3d8)+_0x5ad66e(0x3d6,_0x186ff2._0x4a79aa,_0x186ff2._0x2352f9,0x389)+'icate\x20file','Ewnea':_0x5ad66e(0x2e1,0x3f1,0x372,_0x186ff2._0x39298f)+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x5ad66e(_0x186ff2._0x46ac0c,_0x186ff2._0x105e89,_0x186ff2._0x5e3124,_0x186ff2._0x4d5987)+'oxy\x20header'+'s\x20(true/fa'+_0x4e3b03(_0x186ff2._0x5643aa,_0x186ff2._0x326e34,0x43b,_0x186ff2._0x43ec2e),'zACos':_0x4e3b03(_0x186ff2._0x1ab7e3,0x402,_0x186ff2._0x3c711b,_0x186ff2._0x5c81f1)+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x4e3b03(0x4f2,_0x186ff2._0x215fa0,0x4f9,0x4ea)+_0x4e3b03(_0x186ff2._0x5589ef,0x3e8,0x375,_0x186ff2._0x5b20e8)+_0x5ad66e(0x41e,_0x186ff2._0x267810,_0x186ff2._0x16634c,0x413),'LLGTg':_0x5ad66e(_0x186ff2._0x209ced,_0x186ff2._0x35a6f0,_0x186ff2._0x167dfe,0x317)+_0x5ad66e(0x386,_0x186ff2._0x565aee,0x3f9,_0x186ff2._0x1c47a0)+_0x5ad66e(_0x186ff2._0x4f0f99,0x326,_0x186ff2._0x47e203,0x36b)+_0x4e3b03(_0x186ff2._0x4c2b88,_0x186ff2._0x51a557,_0x186ff2._0x1e05d2,_0x186ff2._0x5ebca6)+'80','toBkg':_0x5ad66e(_0x186ff2._0x5d1ae3,_0x186ff2._0x3c3b6a,0x36b,_0x186ff2._0xca2e6d)+_0x4e3b03(_0x186ff2._0x404a6c,_0x186ff2._0x40056e,_0x186ff2._0x5a0dcd,0x4c6)+_0x5ad66e(_0x186ff2._0x348a87,0x452,0x476,_0x186ff2._0x2b07a6)+_0x5ad66e(_0x186ff2._0x2751a9,_0x186ff2._0x50931b,_0x186ff2._0x1dbabb,_0x186ff2._0x26e5cd)+'\x20value','rQylw':_0x5ad66e(0x443,_0x186ff2._0x4b0510,_0x186ff2._0x328379,_0x186ff2._0x1e2c44)+'key>\x20\x20\x20\x20\x20\x20'+_0x4e3b03(0x451,0x33b,_0x186ff2._0x3c26a3,0x3ac)+_0x4e3b03(_0x186ff2._0x18f36c,0x500,_0x186ff2._0x10b7e3,0x4b5)+_0x5ad66e(0x462,_0x186ff2._0x145d44,0x469,_0x186ff2._0x328379),'EBhJV':_0x4e3b03(_0x186ff2._0x136719,_0x186ff2._0xc5a97f,0x361,_0x186ff2._0x46d65a)+_0x4e3b03(_0x186ff2._0x1f4938,0x3fd,0x37b,_0x186ff2._0x5e17df)+_0x5ad66e(_0x186ff2._0xbccac6,_0x186ff2._0x5f3867,_0x186ff2._0x454f30,0x3ba),'sXjtx':'\x20\x20coder_se'+_0x5ad66e(_0x186ff2._0x3a23f0,0x30d,_0x186ff2._0x2cdee2,0x327)+_0x5ad66e(_0x186ff2._0x5d0146,0x2d0,_0x186ff2._0x19d1c4,_0x186ff2._0x217f5b)+'coder-setu'+_0x5ad66e(0x382,0x3a4,0x441,_0x186ff2._0x120ddf)+'y','CwEKA':_0x4e3b03(0x3aa,0x41e,0x48a,_0x186ff2._0x2218fc)+_0x4e3b03(0x372,_0x186ff2._0x21f9f9,_0x186ff2._0x21185a,_0x186ff2._0x2c770c)+_0x4e3b03(0x43a,0x479,0x39a,0x3d8)+_0x4e3b03(_0x186ff2._0x113cc1,_0x186ff2._0x5da194,0x587,0x4f0)+_0x5ad66e(_0x186ff2._0x34fb61,0x367,0x413,0x393)+_0x5ad66e(0x426,_0x186ff2._0x615ee3,0x425,_0x186ff2._0x5e44e6),'GCfFk':'\x20\x20ssl_key_'+_0x4e3b03(_0x186ff2._0x1d6d9b,_0x186ff2._0x424adf,0x4c9,0x47f)+_0x5ad66e(0x393,_0x186ff2._0x2d92f2,0x294,_0x186ff2._0x217f5b)+_0x5ad66e(0x3b9,_0x186ff2._0x365422,_0x186ff2._0x2b07a6,0x3e6)+_0x4e3b03(_0x186ff2._0x186358,_0x186ff2._0x5a3660,_0x186ff2._0x4f22aa,_0x186ff2._0x46be70),'NxhTw':_0x5ad66e(_0x186ff2._0x13b499,_0x186ff2._0x11adc7,0x427,0x432)+_0x4e3b03(_0x186ff2._0x4b0510,_0x186ff2._0x3a7a11,0x438,0x43b)+_0x4e3b03(_0x186ff2._0xe779c,0x47b,0x4f9,_0x186ff2._0x1a8c38)+'t|get|remo'+_0x4e3b03(0x48e,_0x186ff2._0x1ae58f,_0x186ff2._0x327cea,_0x186ff2._0x417196)+'key]\x20[valu'+'e]','CbidC':_0x4e3b03(_0x186ff2._0x3b75f7,0x40c,0x401,0x3fd),'OaKpW':_0x4e3b03(_0x186ff2._0x390752,0x3eb,0x3a0,0x3e1)+_0x4e3b03(0x4a7,_0x186ff2._0x29cc14,0x548,0x4ac)+_0x4e3b03(0x461,0x3c3,0x3e9,_0x186ff2._0x2824f0)+'\x20for\x20envir'+'onments','SknRq':_0x5ad66e(0x300,0x2d1,_0x186ff2._0x2669d8,0x344)+'iguration\x20'+_0x4e3b03(0x4da,0x501,_0x186ff2._0x258b3f,_0x186ff2._0x53fe84)+_0x4e3b03(0x497,_0x186ff2._0x3af7e4,0x4a6,_0x186ff2._0x87363f)+_0x5ad66e(0x409,_0x186ff2._0x4b0510,0x46e,_0x186ff2._0x106063),'lnRyL':'\x20\x20coder-se'+'rver\x20confi'+_0x4e3b03(0x45e,0x45f,_0x186ff2._0x4635b6,_0x186ff2._0x215fa0)+_0x5ad66e(0x38f,0x3e4,_0x186ff2._0x325f7d,_0x186ff2._0x122fd6)+_0x5ad66e(0x3ff,0x48b,0x3b9,0x410)+'o/coder-se'+_0x5ad66e(0x363,0x315,0x417,0x3b4),'psSQh':_0x4e3b03(_0x186ff2._0x120888,_0x186ff2._0x564221,0x3b0,0x44e)+_0x4e3b03(_0x186ff2._0x3e10f0,_0x186ff2._0x122fd6,_0x186ff2._0xae1a3d,_0x186ff2._0x3c16ba)+_0x5ad66e(0x3a7,0x2c5,0x388,_0x186ff2._0x597d28)+_0x4e3b03(0x438,_0x186ff2._0x56128a,_0x186ff2._0x11b16e,0x4a1)+'\x20results','LgWFs':'\x20\x20get\x20<key'+_0x5ad66e(0x48e,0x4c9,_0x186ff2._0x1b7cdd,_0x186ff2._0x39af88)+_0x5ad66e(0x346,_0x186ff2._0x495f6e,0x304,0x2fe)+_0x4e3b03(_0x186ff2._0xde4dfd,_0x186ff2._0x256eac,_0x186ff2._0x54b065,0x3ce)+'\x20value','LBPRs':_0x5ad66e(_0x186ff2._0x3f692d,_0x186ff2._0x3b90f8,0x39c,0x429)+_0x5ad66e(_0x186ff2._0x24f7b2,0x359,0x358,0x3dd)+'d)','kSjBX':function(_0x457c4b){return _0x457c4b();},'ROziA':_0x5ad66e(0x38f,0x264,_0x186ff2._0x2e2e0e,0x2fc)+_0x4e3b03(0x4a3,0x423,_0x186ff2._0x581a9c,0x48b)+_0x4e3b03(_0x186ff2._0x34d103,0x3d0,0x42d,0x40d)+'ed','xlYDb':_0x4e3b03(_0x186ff2._0x4fa711,_0x186ff2._0x436b96,_0x186ff2._0xce6e45,_0x186ff2._0x4ee13f)+_0x5ad66e(0x2f6,_0x186ff2._0x3eb2af,_0x186ff2._0x23cfba,_0x186ff2._0x3448f5)+'setup\x20path'+':','mhgnQ':_0x4e3b03(_0x186ff2._0x44021c,_0x186ff2._0x437941,_0x186ff2._0x456c1a,0x3cc),'OFMtt':_0x5ad66e(0x39b,0x472,_0x186ff2._0x3e5172,0x423),'Mlile':function(_0x42add7,_0x1300d4){return _0x42add7===_0x1300d4;},'PspwE':function(_0x42dfb9,_0x838f09){return _0x42dfb9!==_0x838f09;},'nuzpX':'zNTQU','BxxhX':function(_0x1307c8,_0x19c722){return _0x1307c8===_0x19c722;},'xLoxZ':_0x5ad66e(_0x186ff2._0x50dda2,_0x186ff2._0x42cb69,0x3c8,0x3d9),'UCOWa':function(_0x5620e7,_0x866a77){return _0x5620e7+_0x866a77;},'xGgCK':_0x5ad66e(0x37c,0x3d6,_0x186ff2._0x990676,_0x186ff2._0x232336)+_0x4e3b03(_0x186ff2._0x2704a2,_0x186ff2._0x5285ae,_0x186ff2._0x4338b3,0x3b7)+'or\x20changes'+_0x4e3b03(_0x186ff2._0x593155,0x538,_0x186ff2._0x576f3f,0x4b2)+_0x5ad66e(0x33a,_0x186ff2._0x111810,0x2c1,0x363)};function _0x4e3b03(_0x4db187,_0x4a85aa,_0x554c1b,_0x2a49ea){return _0x5c267b(_0x4db187-0x14d,_0x2a49ea- -_0x3ce6d6._0x4a2021,_0x554c1b,_0x2a49ea-0xd7);}const _0x510724=await _0x3d70a8[_0x4e3b03(_0x186ff2._0x3f2921,_0x186ff2._0x33a221,0x487,0x41f)](getCoderSetupPath);!_0x510724&&(console[_0x5ad66e(_0x186ff2._0x5ec6ea,_0x186ff2._0x46fc1d,0x410,0x438)](_0x3d70a8['ROziA']),console[_0x4e3b03(_0x186ff2._0x27c319,_0x186ff2._0x3b4374,0x51f,0x4e5)](''),console[_0x4e3b03(_0x186ff2._0x50f209,0x4da,_0x186ff2._0x12f912,0x4e5)](_0x3d70a8['xlYDb']),console[_0x4e3b03(0x4cc,_0x186ff2._0x23ba3b,0x462,_0x186ff2._0xd59cd)](_0x3d70a8['lnRyL']),process[_0x5ad66e(_0x186ff2._0x1bd74b,0x36c,_0x186ff2._0x21185a,_0x186ff2._0x58a5e2)](0x1cf8+-0xcdf+-0x1018));const _0x50e527=_0x2cfaeb[_0x5ad66e(0x38a,0x342,_0x186ff2._0x3c8b54,_0x186ff2._0xf57014)](_0x510724,_0x3d70a8[_0x4e3b03(0x394,0x467,_0x186ff2._0x584a93,_0x186ff2._0x292a87)]);let _0x456196;function _0x5ad66e(_0x4077a0,_0xe7ff85,_0x23863e,_0x3d0d9c){return _0x1c5ad5(_0x23863e,_0x3d0d9c-_0x36b4c8._0x31991b,_0x23863e-0xf1,_0x3d0d9c-_0x36b4c8._0x1c1213);}try{const _0x4807a9=await _0xf9e8e8[_0x5ad66e(_0x186ff2._0xc48037,0x2e3,0x3b1,0x36d)](_0x50e527,_0x3d70a8[_0x5ad66e(_0x186ff2._0x45de36,0x464,0x49f,0x415)]);_0x456196=JSON[_0x4e3b03(0x37d,_0x186ff2._0x12addb,_0x186ff2._0x53e9a4,0x3d3)](_0x4807a9);}catch(_0x37400f){if(_0x3d70a8[_0x4e3b03(0x46c,_0x186ff2._0x328379,0x43e,_0x186ff2._0x410029)](_0x37400f[_0x5ad66e(0x2ff,0x2e3,_0x186ff2._0x31c044,0x30b)],_0x4e3b03(0x48a,0x43f,_0x186ff2._0x5a94a7,_0x186ff2._0x4c6811))){if(_0x3d70a8[_0x4e3b03(_0x186ff2._0x155274,_0x186ff2._0x3fe48b,0x3ae,_0x186ff2._0x3c82f1)](_0x3d70a8[_0x4e3b03(0x4a7,_0x186ff2._0x56d27c,0x473,0x4bf)],_0x3d70a8[_0x4e3b03(_0x186ff2._0x5b2f0d,0x566,_0x186ff2._0x4f3f2e,_0x186ff2._0xa17136)])){const _0x11406c=(_0x4e3b03(0x3b8,_0x186ff2._0x1b95c7,_0x186ff2._0x380dfb,_0x186ff2._0x581a9c)+_0x4e3b03(0x4b3,0x44d,_0x186ff2._0x18c896,_0x186ff2._0x76eaa5)+_0x5ad66e(0x459,_0x186ff2._0x27b013,_0x186ff2._0x42ad10,_0x186ff2._0x1ce853)+'|15|14|5|3'+_0x4e3b03(_0x186ff2._0x42cb66,0x4cb,_0x186ff2._0x1a8959,0x458)+_0x5ad66e(0x3ac,_0x186ff2._0x429533,0x3ca,0x338)+_0x5ad66e(_0x186ff2._0x1e1ef5,0x302,0x2a5,_0x186ff2._0x2d92f2))[_0x4e3b03(_0x186ff2._0x12f912,0x46d,0x530,_0x186ff2._0x21b951)]('|');let _0x74d09e=0x206e+0x45c+0x1*-0x24ca;while(!![]){switch(_0x11406c[_0x74d09e++]){case'0':_0x538412[_0x4e3b03(_0x186ff2._0x688e46,0x52e,_0x186ff2._0xce6e45,0x4e5)](_0x3d70a8['XMBbG']);continue;case'1':_0x2fbb89[_0x4e3b03(0x4ca,_0x186ff2._0x3bc358,_0x186ff2._0x109fb6,_0x186ff2._0x3a5bd8)](_0x3d70a8[_0x5ad66e(_0x186ff2._0x5721e2,_0x186ff2._0x334034,0x300,0x36a)]);continue;case'2':_0x51a6ea['error'](_0x3d70a8[_0x4e3b03(_0x186ff2._0x2d6a1c,0x49e,0x3d7,_0x186ff2._0x437941)]);continue;case'3':_0x59d02b['error']('');continue;case'4':_0x400c26['error'](_0x3d70a8[_0x4e3b03(0x48b,0x512,0x404,0x4a7)]);continue;case'5':_0xd1253b[_0x5ad66e(_0x186ff2._0x459f6b,0x4c5,0x446,_0x186ff2._0x4d4d99)](_0x3d70a8[_0x4e3b03(_0x186ff2._0x539a42,0x509,_0x186ff2._0x3a7a11,_0x186ff2._0x2d6a1c)]);continue;case'6':_0x310e1e['error'](_0x3d70a8[_0x5ad66e(_0x186ff2._0xf7bd37,0x49a,_0x186ff2._0x1a1295,0x42e)]);continue;case'7':_0x2bbe65[_0x4e3b03(0x453,_0x186ff2._0xc4705a,_0x186ff2._0x5189a2,0x4e5)](_0x3d70a8[_0x5ad66e(_0x186ff2._0x35b4ff,0x331,_0x186ff2._0x1e9ed4,0x304)]);continue;case'8':_0x2f4ac3['error'](_0x3d70a8['toBkg']);continue;case'9':_0x9aa31[_0x5ad66e(0x465,0x390,_0x186ff2._0x2615ad,0x438)]('');continue;case'10':_0x58fd14['error'](_0x3d70a8[_0x4e3b03(_0x186ff2._0xf7bd37,_0x186ff2._0x2f7735,_0x186ff2._0x407dec,0x3ff)]);continue;case'11':_0x3ad936[_0x4e3b03(0x58b,_0x186ff2._0x5758b5,_0x186ff2._0x576f3f,0x4e5)]('');continue;case'12':_0x3aedec['error'](_0x3d70a8['EBhJV']);continue;case'13':_0x22d4f6['error'](_0x3d70a8[_0x4e3b03(_0x186ff2._0xb26ac7,_0x186ff2._0x5b36ea,0x456,0x3e0)]);continue;case'14':_0x5e937f['error'](_0x3d70a8[_0x5ad66e(_0x186ff2._0x30f6d2,_0x186ff2._0x4b99ec,0x3d6,0x376)]);continue;case'15':_0x22f39a['error'](_0x3d70a8['GCfFk']);continue;case'16':_0x26ef08[_0x4e3b03(0x4dc,0x496,_0x186ff2._0x27c921,0x4e5)](_0x3d70a8[_0x4e3b03(0x387,0x403,_0x186ff2._0x38a744,0x3d9)]);continue;case'17':_0x2df157[_0x5ad66e(_0x186ff2._0x1005d9,0x3db,0x415,_0x186ff2._0x4d4d99)](_0x3d70a8['CbidC']);continue;case'18':_0x268d64['error'](_0x3d70a8['OaKpW']);continue;case'19':_0x20e210[_0x5ad66e(_0x186ff2._0x128b06,0x45b,_0x186ff2._0x360246,_0x186ff2._0x3d9f51)](_0x3d70a8[_0x4e3b03(_0x186ff2._0x547730,0x506,0x506,_0x186ff2._0x5b82a6)]);continue;case'20':_0x9190c3[_0x5ad66e(_0x186ff2._0x5e2124,0x487,_0x186ff2._0x2445a1,0x438)](_0x3d70a8[_0x4e3b03(0x573,0x553,0x4c4,_0x186ff2._0x4c757c)]);continue;case'21':_0x520d7f[_0x4e3b03(_0x186ff2._0x43450e,_0x186ff2._0x42f024,0x4a7,_0x186ff2._0x4b7e59)]('\x20\x20show\x20\x20\x20\x20'+_0x5ad66e(_0x186ff2._0x5e5e1f,0x365,_0x186ff2._0x5b08df,0x3ff)+_0x5ad66e(_0x186ff2._0x35135f,_0x186ff2._0x3eefe8,0x37c,_0x186ff2._0x1e1f46)+'configurat'+_0x4e3b03(_0x186ff2._0x32c41c,_0x186ff2._0x556f6f,0x322,_0x186ff2._0x2d65d0));continue;case'22':_0x51399c[_0x5ad66e(_0x186ff2._0x581a9c,_0x186ff2._0x3af7e4,_0x186ff2._0x12a342,0x438)]('');continue;case'23':_0x4fc0a5[_0x4e3b03(0x4fe,_0x186ff2._0x1b7cdd,_0x186ff2._0x45ec89,_0x186ff2._0x56bc7f)](_0x5ad66e(_0x186ff2._0x1bb0d0,0x339,0x406,_0x186ff2._0x149e04)+_0x4e3b03(_0x186ff2._0x26948b,0x40d,_0x186ff2._0x5cdc56,0x43e)+_0x4e3b03(_0x186ff2._0x2a7a27,0x3b8,_0x186ff2._0x1b8dac,0x3cf)+'agent\x20(cla'+_0x5ad66e(_0x186ff2._0x36bc2a,_0x186ff2._0xc7bf69,_0x186ff2._0x32041c,0x3cd)+_0x5ad66e(0x31f,0x348,_0x186ff2._0xc12ae5,0x379));continue;case'24':_0x1ba095[_0x4e3b03(_0x186ff2._0x191a5b,_0x186ff2._0x5a9a4f,0x496,_0x186ff2._0x5e552e)](_0x4e3b03(0x49d,0x3e3,0x44c,_0x186ff2._0x32ee99));continue;case'25':_0x5ab257[_0x5ad66e(0x42d,_0x186ff2._0x2d6a1c,_0x186ff2._0x52d759,_0x186ff2._0xe779c)](_0x3d70a8['psSQh']);continue;case'26':_0x2f32b8[_0x4e3b03(0x4d2,_0x186ff2._0x2e4218,0x51c,_0x186ff2._0x887720)](_0x3d70a8[_0x5ad66e(_0x186ff2._0x6120b8,0x3aa,0x352,_0x186ff2._0x27cf22)]);continue;}break;}}else console[_0x5ad66e(0x42b,0x4d4,_0x186ff2._0x120ddf,_0x186ff2._0x47a6af)](_0x4e3b03(0x44b,0x41e,0x317,0x3b9)+_0x4e3b03(0x4ff,_0x186ff2._0xb84cac,_0x186ff2._0x5ef747,_0x186ff2._0x4e07bf)+_0x5ad66e(0x418,_0x186ff2._0x39922c,0x3f2,_0x186ff2._0x5a3b61)+'\x20'+_0x50e527),console[_0x5ad66e(0x3f0,_0x186ff2._0x4d82cd,_0x186ff2._0x19aaa1,0x438)](_0x5ad66e(0x36f,0x33e,_0x186ff2._0x122f60,0x392)+_0x4e3b03(0x46f,0x45e,0x415,0x492)+'p_path\x20poi'+'nts\x20to\x20a\x20v'+_0x5ad66e(_0x186ff2._0x455184,_0x186ff2._0x54da6f,_0x186ff2._0x1d6423,_0x186ff2._0x369210)+_0x4e3b03(_0x186ff2._0x2824f0,_0x186ff2._0x58a5e2,_0x186ff2._0x4a86b8,_0x186ff2._0x3316e2)+_0x4e3b03(0x37e,_0x186ff2._0x5d0146,_0x186ff2._0x44021c,0x400));}else _0x3d70a8[_0x5ad66e(_0x186ff2._0x5178a4,_0x186ff2._0x149bed,_0x186ff2._0x188119,0x431)](_0x3d70a8['xLoxZ'],_0x3d70a8[_0x5ad66e(_0x186ff2._0x4f8bc6,_0x186ff2._0x5bc61d,_0x186ff2._0x425e16,0x32f)])?console[_0x5ad66e(_0x186ff2._0x15809f,_0x186ff2._0x2617f6,_0x186ff2._0x4771fa,_0x186ff2._0x162468)]('Error\x20read'+_0x5ad66e(_0x186ff2._0x23176a,_0x186ff2._0x4c1627,0x414,_0x186ff2._0x2555d7)+'json:\x20'+_0x37400f[_0x4e3b03(_0x186ff2._0x5cef0a,_0x186ff2._0x168ccb,0x549,0x4a8)]):(_0x1d94a9[_0x5ad66e(0x33b,_0x186ff2._0x156e15,_0x186ff2._0xcb0331,_0x186ff2._0x3df7c3)](_0x3d70a8[_0x4e3b03(_0x186ff2._0x3e1871,0x462,_0x186ff2._0x1d19d2,_0x186ff2._0xabaf7f)]),_0x95f75a['log'](''),_0x22fc26['log']('Expected\x20l'+_0x5ad66e(_0x186ff2._0x22f650,_0x186ff2._0x21e42f,0x434,_0x186ff2._0x469c40)+_0x8ce6eb));process[_0x4e3b03(_0x186ff2._0x509991,0x50b,0x4e7,_0x186ff2._0x213af0)](0x1781+-0x3*-0xc75+0x3cdf*-0x1);}_0x456196[_0x5751f5]=_0x539561,await _0xf9e8e8[_0x5ad66e(0x3e8,_0x186ff2._0x2b3cd7,0x2ec,_0x186ff2._0x132f38)](_0x50e527,_0x3d70a8[_0x5ad66e(_0x186ff2._0x1ffbcf,0x3ae,0x3a6,_0x186ff2._0x8c84fa)](JSON[_0x4e3b03(_0x186ff2._0x2b5f4b,0x403,_0x186ff2._0x18f1db,_0x186ff2._0x3c4789)](_0x456196,null,-0x2382+-0x1a3*0x1+0x1*0x2527),'\x0a'),'utf-8'),console[_0x5ad66e(_0x186ff2._0x3f2921,_0x186ff2._0x53310a,0x3de,0x35e)]('Set\x20'+_0x5751f5+_0x4e3b03(_0x186ff2._0x3a7a11,_0x186ff2._0x3cdeed,_0x186ff2._0x270f80,_0x186ff2._0xc8a1b5)+_0x539561),console[_0x4e3b03(_0x186ff2._0x1b5a24,0x3bf,0x479,0x40b)](_0x4e3b03(_0x186ff2._0x2e2a09,0x501,0x4f3,_0x186ff2._0x29cc14)+':\x20'+_0x50e527),console[_0x5ad66e(_0x186ff2._0x51639e,0x2d4,0x373,0x35e)](''),console[_0x5ad66e(0x30d,_0x186ff2._0xdab337,0x3d1,0x35e)](_0x3d70a8[_0x4e3b03(0x39d,0x40c,_0x186ff2._0x12addb,_0x186ff2._0x39f314)]);}async function getConfig(_0x37036b){const _0x316a32={_0x52a3ee:0xa6,_0x4c2c45:0x16e,_0x3ef67f:0xc8,_0x2ca905:0x2ec,_0x20d8ac:0x20f,_0x495333:0x24a,_0x105e5e:0x1f6,_0x3cf804:0x29e,_0x176868:0x26a,_0x2b27f0:0x168,_0xde4af9:0x14c,_0xa2240:0x1fa,_0x2b2138:0x224,_0x5614a6:0x186,_0x21d968:0x48,_0x17c9af:0xa0,_0x582165:0x27,_0xe2d704:0x5e,_0x49686d:0x1ea,_0x150a74:0x28a,_0xfa438a:0x21b,_0x3a096b:0x1fb,_0x5cce28:0x2fc,_0x2f9a54:0x2e7,_0x33b605:0x2a2,_0x541a05:0x31e,_0x2b4be8:0x1fd,_0x44faa6:0x29b,_0x1231c2:0x28c,_0x3b18dc:0x29f,_0x338ad2:0x254,_0x541705:0x281,_0x1c402f:0x202,_0x260e39:0x13,_0x3c267d:0xb,_0x42cf34:0x15c,_0x67c75b:0xb7,_0x3858e9:0x144,_0x194709:0x1cc,_0x46b1ad:0x107,_0x233dbe:0x11a,_0x21ab7a:0x259,_0x8db015:0x2af,_0x527c44:0x134,_0x3c1490:0x59,_0x2b4c89:0x37,_0x469a11:0x2b5,_0x57022b:0x2dc,_0x438d4e:0x1bd,_0x4cbf7b:0x2dd,_0x170192:0x20b,_0x40af19:0x2c7,_0x1cba90:0x289,_0x3b0dd0:0x27a,_0x45d9b4:0x233,_0x1b15d4:0x17e,_0x47ffc6:0x1c5,_0x544422:0x26c,_0x1c81e7:0x179,_0x3eddd5:0xf5,_0x50e2ec:0x4a,_0x1f397a:0x37,_0x1d1084:0x1dc,_0x55cc95:0x1ce,_0x48c02c:0x30a,_0x55e9bb:0x23,_0xcfce3c:0x8f,_0x2049f4:0x82,_0x281ceb:0xc,_0x453180:0x2b5,_0x3d3dce:0x2ba,_0xe5866f:0x60,_0x30741c:0x119,_0x2c6046:0xaf,_0x3feb62:0xa,_0x10fabb:0x10d,_0x28ec50:0xb3,_0x87d5a8:0xfe,_0x4fdbae:0xda,_0x58f6a1:0xac,_0x4f4658:0xa4,_0x184dfb:0x166,_0x35d66b:0x160,_0x38173d:0x17d,_0x52822d:0x5f,_0xa0acc8:0xf2,_0x3db5a7:0x12,_0x2eafc8:0x81,_0x470064:0x1f7,_0x1a04b6:0x264,_0x5bf84d:0x2ed,_0x2204fd:0x237,_0x36e8d6:0x2c,_0x528137:0x6e,_0x42ba6c:0xf1,_0x37f827:0x126,_0x8eff62:0x49,_0x4170b9:0x8,_0x59c99e:0x68,_0x549cdf:0x132,_0x3a19e3:0x12e,_0x1ba4f9:0x62,_0x368498:0xc2,_0x18fb4c:0x2f2,_0x1219fa:0x2a3,_0x46b767:0x23b,_0x4ae279:0x34a,_0x3c0622:0x2ce,_0x350ad9:0x2f2,_0x4aad91:0x37d,_0x169e99:0x123,_0x4a6193:0x1b6,_0x49b0b0:0x2ad,_0x22e48f:0x239,_0x43314e:0x21a,_0x2ad758:0x1d3,_0x42af8f:0x11c,_0x5048b5:0x14d,_0x3d1cc7:0x18a,_0x29709b:0x22f,_0x254eaa:0x278,_0x4117f5:0x33,_0x4ddacf:0x247,_0x3406c0:0x2ba,_0x59bb45:0x2f9,_0x41754f:0x2d5,_0x10a565:0xd3,_0x7432a8:0xf5,_0x535e75:0x138,_0x2a89a5:0x8a,_0x2815a5:0xb5,_0x4c2733:0x287,_0x5cbc7b:0x20b,_0x5bf191:0x206,_0x1085eb:0x1ab,_0x1c1aa2:0x8c,_0x4e155a:0x292,_0x3780f8:0x1a1,_0x5d976c:0x2a5,_0x56a349:0x26c,_0x257c11:0x157,_0xc4935a:0xbd,_0x405875:0x14b,_0x5cca52:0x26d,_0x2de57f:0x291,_0x5175c4:0x251,_0x2a4512:0x244,_0x131354:0x1ab,_0xf996dd:0x164,_0xea85f7:0x101,_0x33514d:0x347,_0x48f5b0:0x31d,_0x126551:0x1c6,_0x1f9fcd:0x1d8,_0x15afbb:0x2db,_0x2b5958:0x293,_0x1a1b47:0x253,_0x23457f:0x21e,_0x278070:0x262,_0x3ad874:0x2de,_0x2f272d:0x243,_0xc333b:0x31c,_0x176c7e:0xef,_0x31ad28:0x12b,_0x4f6cfa:0x140,_0x1179e3:0x312,_0x359c28:0x322,_0x31ef11:0x22c,_0x5a64c9:0x114,_0x5cf2c1:0x111,_0x5edf08:0x19f,_0x553293:0x266,_0x1ac5e0:0x1f0,_0x520753:0x27c,_0x2167b0:0x21a,_0x29e954:0x173,_0x3bb234:0x269,_0x2a3367:0x2b2,_0x2d6c86:0x27e,_0x50e29e:0x1d,_0xc32ded:0x2b4,_0x361e55:0x95,_0x5e9e2f:0x282,_0x4d6954:0x20e,_0x5c22f4:0x24e,_0x210384:0x1b2,_0x42933e:0x2e9,_0x68855d:0x27a},_0x56d7e3={_0x37d808:0x44},_0x2da82b={'PxCNK':function(_0x44ae03,_0x221ec3){return _0x44ae03===_0x221ec3;},'VqJXK':_0x579cb5(-_0x316a32._0x52a3ee,-_0x316a32._0x4c2c45,-_0x316a32._0x3ef67f,-0x48),'IEagJ':_0x1fad3e(0x31a,0x342,_0x316a32._0x2ca905,0x345)+'er-server\x20'+_0x1fad3e(_0x316a32._0x20d8ac,0x1aa,_0x316a32._0x495333,_0x316a32._0x105e5e)+_0x1fad3e(0x2bf,_0x316a32._0x3cf804,_0x316a32._0x176868,0x1dd),'agWEu':_0x579cb5(-0xd5,-_0x316a32._0x2b27f0,-0x173,-_0x316a32._0xde4af9)+_0x1fad3e(_0x316a32._0xa2240,0x2da,0x298,_0x316a32._0x2b2138)+_0x1fad3e(0x1cb,0x1fa,0x21a,_0x316a32._0x5614a6)+'ed','VfaAB':function(_0x5b6148,_0x211c07){return _0x5b6148!==_0x211c07;},'mssOJ':'riWbZ','gTUXI':_0x579cb5(-_0x316a32._0x21d968,-_0x316a32._0x17c9af,-_0x316a32._0x582165,-_0x316a32._0xe2d704),'MsWRS':function(_0x54f99a,_0x5177ba){return _0x54f99a&&_0x5177ba;},'FECKQ':_0x1fad3e(_0x316a32._0x49686d,_0x316a32._0x150a74,0x22a,0x1a8)+_0x1fad3e(0x256,_0x316a32._0xfa438a,_0x316a32._0x3a096b,0x1de)+_0x1fad3e(_0x316a32._0x5cce28,_0x316a32._0x2f9a54,_0x316a32._0x33b605,0x202)+_0x1fad3e(_0x316a32._0x541a05,_0x316a32._0x2b4be8,_0x316a32._0x44faa6,_0x316a32._0x1231c2)+_0x579cb5(-0xbf,-0x145,-0xb3,-0xde)+'keys','DgmKG':_0x1fad3e(0x280,0x23f,_0x316a32._0x3b18dc,0x242)+_0x1fad3e(0x1f5,0x251,_0x316a32._0x338ad2,_0x316a32._0x541705),'aeMhh':function(_0x546678){return _0x546678();},'gwmdo':_0x1fad3e(_0x316a32._0x1c402f,0x2c7,0x21f,0x243)+'t','mdfWw':_0x579cb5(-_0x316a32._0x260e39,_0x316a32._0x3c267d,-0x3c,0x68)+_0x1fad3e(0x22c,0x1c6,0x1bb,0x209),'PVbHd':_0x579cb5(-0x97,-_0x316a32._0x42cf34,-_0x316a32._0x67c75b,-0xab)+'th','ljVPx':_0x1fad3e(0x25b,_0x316a32._0x3858e9,_0x316a32._0x194709,0x19c)+'h','PZliR':function(_0x259d55){return _0x259d55();},'yeSJk':_0x579cb5(-_0x316a32._0x46b1ad,-0x164,-_0x316a32._0x233dbe,-0x127)+'y','CXIdU':function(_0x1c2e06){return _0x1c2e06();},'yFmhr':function(_0x160afc){return _0x160afc();},'FrjMX':'setup.json','scqnc':_0x1fad3e(0x1fa,0x1b6,0x1cd,_0x316a32._0x21ab7a),'kkXEf':function(_0x40083f,_0x50ed9b){return _0x40083f===_0x50ed9b;},'RusdV':'JPISU','zdmTw':function(_0x335728,_0x203556){return _0x335728===_0x203556;},'tEDPK':'StJnJ','uljHo':_0x1fad3e(0x278,0x2c2,_0x316a32._0x8db015,0x273)};!_0x37036b&&(_0x2da82b['VfaAB'](_0x2da82b[_0x579cb5(-_0x316a32._0x527c44,-0x118,-0xe8,-0xee)],_0x2da82b['gTUXI'])?(console[_0x579cb5(-0x2d,-_0x316a32._0x3c1490,-_0x316a32._0x2b4c89,0x26)]('Usage:\x20cod'+_0x1fad3e(0x1a2,_0x316a32._0x469a11,0x248,_0x316a32._0x57022b)+_0x1fad3e(_0x316a32._0x438d4e,0x1bb,0x24a,_0x316a32._0x4cbf7b)+_0x1fad3e(_0x316a32._0x170192,_0x316a32._0x40af19,0x26a,0x282)),process[_0x1fad3e(0x2ef,_0x316a32._0x1cba90,_0x316a32._0x3b0dd0,_0x316a32._0x45d9b4)](-0x1e83+-0x10e1+0x2f65)):(_0x2da82b['PxCNK'](_0x56256e[_0x1fad3e(_0x316a32._0x1b15d4,0x22b,_0x316a32._0x47ffc6,0x13a)],_0x2da82b['VqJXK'])?_0x43c5de['error'](_0x1fad3e(0x18e,_0x316a32._0x544422,0x1c6,0x17a)+_0x1fad3e(0x23b,0x365,0x2d5,0x23e)+_0x579cb5(-0x11a,-_0x316a32._0x1c81e7,-_0x316a32._0x3eddd5,-0x191)+'\x20'+_0x3a9fc0):_0x344e96[_0x579cb5(-0x34,-_0x316a32._0x50e2ec,-_0x316a32._0x1f397a,0x2c)](_0x579cb5(-_0x316a32._0x1d1084,-0x1d2,-0x133,-_0x316a32._0x55cc95)+_0x1fad3e(0x28d,_0x316a32._0x48c02c,0x289,0x20a)+_0x579cb5(-_0x316a32._0x55e9bb,-_0x316a32._0xcfce3c,-_0x316a32._0x2049f4,-_0x316a32._0x281ceb)+_0x2b434a[_0x1fad3e(0x287,0x2c5,_0x316a32._0x453180,_0x316a32._0x3d3dce)]),_0x2777d8[_0x579cb5(-_0x316a32._0xe5866f,-_0x316a32._0x30741c,-_0x316a32._0x2c6046,-_0x316a32._0x3feb62)](0x2*-0x1106+0x53*-0x5d+0x4034)));const _0x3c925b=SERVER_CONFIG_KEYS[_0x579cb5(-_0x316a32._0x10fabb,-0x45,-0x85,-_0x316a32._0x28ec50)](_0x37036b);function _0x1fad3e(_0x4c2525,_0x2d4089,_0x21c7da,_0x3dd788){return _0x5c267b(_0x4c2525-_0x56d7e3._0x37d808,_0x21c7da- -0x2a7,_0x4c2525,_0x3dd788-0x18);}const _0x469e7d=SETUP_JSON_KEYS[_0x579cb5(-_0x316a32._0x87d5a8,-0xc3,-0x85,-0xa5)](_0x37036b);_0x2da82b[_0x579cb5(-0x6e,-_0x316a32._0x4fdbae,-_0x316a32._0x58f6a1,-_0x316a32._0x4f4658)](!_0x3c925b,!_0x469e7d)&&(console['error'](_0x579cb5(-_0x316a32._0x184dfb,-0x113,-_0x316a32._0x35d66b,-_0x316a32._0x38173d)+'nfiguratio'+'n\x20key:\x20'+_0x37036b),console[_0x579cb5(-0x9,-_0x316a32._0x52822d,-0x37,-0x80)](_0x2da82b[_0x579cb5(-_0x316a32._0xa0acc8,-_0x316a32._0x3db5a7,-_0x316a32._0x2eafc8,-0xbb)]),process[_0x1fad3e(_0x316a32._0x470064,0x281,_0x316a32._0x3b0dd0,_0x316a32._0x1a04b6)](0x166a+-0xb3c+-0xb2d));function _0x579cb5(_0x4cc5db,_0x41835d,_0x462b8e,_0x1ad8c3){return _0x5c267b(_0x4cc5db-0x7,_0x462b8e- -0x5d0,_0x1ad8c3,_0x1ad8c3-0x2);}let _0x29607e;if(_0x3c925b)switch(_0x37036b){case _0x2da82b[_0x1fad3e(_0x316a32._0x5bf84d,0x304,0x28f,0x2f6)]:_0x29607e=await _0x2da82b[_0x1fad3e(0x243,_0x316a32._0x2204fd,0x203,0x1e7)](getCoderSetupPath);break;case _0x2da82b['gwmdo']:_0x29607e=await _0x2da82b['aeMhh'](getServerPort);break;case _0x2da82b[_0x579cb5(_0x316a32._0x36e8d6,0x6e,-0x2d,_0x316a32._0x528137)]:_0x29607e=await _0x2da82b[_0x579cb5(-_0x316a32._0x42ba6c,-0xea,-_0x316a32._0x37f827,-0x12a)](getSslCertPath);break;case _0x2da82b[_0x579cb5(-_0x316a32._0x8eff62,_0x316a32._0x4170b9,-_0x316a32._0x59c99e,0x3)]:_0x29607e=await _0x2da82b[_0x1fad3e(0x1ad,0x20e,0x203,0x231)](getSslKeyPath);break;case _0x2da82b['ljVPx']:_0x29607e=await _0x2da82b[_0x579cb5(-_0x316a32._0x549cdf,-0x17b,-0xe5,-0xa4)](getSslCaPath);break;case _0x2da82b[_0x579cb5(-_0x316a32._0x3a19e3,-_0x316a32._0x1ba4f9,-_0x316a32._0x368498,-0x148)]:_0x29607e=await _0x2da82b[_0x1fad3e(_0x316a32._0x18fb4c,0x2a5,_0x316a32._0x1219fa,_0x316a32._0x46b767)](getTrustProxy);break;}else{if(_0x469e7d){const _0x5aa269=await _0x2da82b[_0x1fad3e(0x279,0x2b8,0x2c7,_0x316a32._0x33b605)](getCoderSetupPath);!_0x5aa269&&(console[_0x1fad3e(_0x316a32._0x4ae279,_0x316a32._0x3c0622,_0x316a32._0x350ad9,_0x316a32._0x4aad91)](_0x1fad3e(_0x316a32._0x169e99,0x22f,_0x316a32._0x4a6193,0x148)+_0x1fad3e(_0x316a32._0x49b0b0,0x200,0x298,0x22a)+_0x1fad3e(_0x316a32._0x22e48f,0x22a,_0x316a32._0x43314e,_0x316a32._0x2ad758)+'ed'),process[_0x579cb5(-0x12c,-_0x316a32._0x42af8f,-0xaf,-0xee)](-0x1*0x14d3+-0x1*0x218b+0x1*0x365f));const _0x129fc2=_0x2cfaeb[_0x579cb5(-_0x316a32._0x5048b5,-0xf6,-0x145,-_0x316a32._0x3d1cc7)](_0x5aa269,_0x2da82b[_0x1fad3e(_0x316a32._0x29709b,0x22a,_0x316a32._0x254eaa,0x2a7)]);try{if(_0x2da82b[_0x579cb5(_0x316a32._0x4117f5,0x1e,-0x60,0x8)](_0x2da82b['scqnc'],_0x2da82b[_0x1fad3e(_0x316a32._0x55cc95,0x1df,_0x316a32._0x4ddacf,_0x316a32._0x3406c0)]))_0x44a5e4[_0x1fad3e(0x31b,0x2df,0x2f2,_0x316a32._0x59bb45)]('Error:\x20set'+_0x1fad3e(0x291,0x260,_0x316a32._0x41754f,0x2d2)+_0x579cb5(-_0x316a32._0x10a565,-0x110,-_0x316a32._0x7432a8,-_0x316a32._0x535e75)+'\x20'+_0xc152f1),_0x24fcd0['error']('Make\x20sure\x20'+_0x579cb5(-0xe0,-0xe9,-_0x316a32._0x2a89a5,-_0x316a32._0x2815a5)+_0x1fad3e(0x31a,0x260,0x275,_0x316a32._0x4c2733)+_0x1fad3e(_0x316a32._0x5cbc7b,0x277,0x1ce,_0x316a32._0x5bf191)+_0x579cb5(-0xf4,-0x123,-0xef,-0xe1)+'-setup\x20dir'+_0x579cb5(-_0x316a32._0x1085eb,-0x193,-0x11c,-_0x316a32._0x1c1aa2));else{const _0x16f4f1=await _0xf9e8e8[_0x1fad3e(_0x316a32._0x4e155a,0x2c9,0x227,_0x316a32._0x3780f8)](_0x129fc2,_0x1fad3e(0x344,_0x316a32._0x5d976c,0x2dd,_0x316a32._0x56a349)),_0x3cd6b8=JSON[_0x579cb5(-_0x316a32._0x257c11,-_0x316a32._0xc4935a,-0x149,-0x10f)](_0x16f4f1);_0x29607e=_0x3cd6b8[_0x37036b];}}catch(_0xb1e00){_0x2da82b[_0x579cb5(-0xa4,-0x1c3,-_0x316a32._0x405875,-0x1c7)](_0x2da82b[_0x1fad3e(_0x316a32._0x5cca52,0x296,0x2a1,_0x316a32._0x2de57f)],_0x2da82b['RusdV'])?(_0x2da82b[_0x1fad3e(0x273,_0x316a32._0x5175c4,0x1f0,_0x316a32._0x2a4512)](_0xb1e00[_0x579cb5(-0x129,-_0x316a32._0x131354,-_0x316a32._0xf996dd,-_0x316a32._0xea85f7)],_0x2da82b[_0x1fad3e(0x2fc,_0x316a32._0x33514d,_0x316a32._0x57022b,_0x316a32._0x48f5b0)])?console['error'](_0x1fad3e(0x1a1,0x122,_0x316a32._0x126551,_0x316a32._0x1f9fcd)+_0x1fad3e(_0x316a32._0x15afbb,_0x316a32._0x2b5958,_0x316a32._0x41754f,0x285)+'t\x20found\x20at'+'\x20'+_0x129fc2):console[_0x1fad3e(0x2c3,0x37d,0x2f2,_0x316a32._0x1a1b47)](_0x1fad3e(_0x316a32._0x23457f,0x1c8,0x1f6,0x22a)+_0x1fad3e(0x240,_0x316a32._0x278070,0x289,_0x316a32._0x3ad874)+'json:\x20'+_0xb1e00[_0x1fad3e(0x247,_0x316a32._0x2f272d,0x2b5,_0x316a32._0xc333b)]),process[_0x579cb5(-_0x316a32._0x176c7e,-_0x316a32._0x31ad28,-0xaf,-0x56)](-0x10cc+-0x4ff+-0x1f*-0xb4)):(_0x4c5e10[_0x1fad3e(0x39a,0x298,0x2f2,_0x316a32._0x44faa6)](_0x2da82b[_0x579cb5(-0x100,-_0x316a32._0x4f6cfa,-0xd8,-_0x316a32._0x2c6046)]),_0x16e93e[_0x1fad3e(_0x316a32._0x1179e3,_0x316a32._0x359c28,0x27a,_0x316a32._0x31ef11)](-0x529*0x1+0x2*0xad1+-0x4*0x41e));}}}_0x29607e!==undefined?console[_0x579cb5(-0x78,-_0x316a32._0x5a64c9,-_0x316a32._0x5cf2c1,-0x157)](_0x29607e):_0x2da82b[_0x1fad3e(_0x316a32._0x5edf08,_0x316a32._0x553293,_0x316a32._0x1ac5e0,0x1c9)](_0x2da82b[_0x1fad3e(_0x316a32._0x520753,_0x316a32._0x2167b0,0x204,_0x316a32._0x29e954)],_0x2da82b[_0x1fad3e(_0x316a32._0x3bb234,0x256,_0x316a32._0x2a3367,_0x316a32._0x2d6c86)])?(_0x1bb696[_0x579cb5(-_0x316a32._0x50e29e,0x6d,-0x37,0x31)](_0x2da82b['agWEu']),_0x1be716['exit'](0x1*-0x2c5+-0x127e+0x1544)):(console[_0x1fad3e(0x251,_0x316a32._0xc32ded,0x2f2,_0x316a32._0x2d6c86)]('Key\x20\x22'+_0x37036b+('\x22\x20not\x20foun'+_0x579cb5(-0x13,-0x110,-_0x316a32._0x361e55,-0x19)+_0x1fad3e(_0x316a32._0x5e9e2f,_0x316a32._0x4d6954,_0x316a32._0x5c22f4,_0x316a32._0x210384))),process[_0x1fad3e(_0x316a32._0x42933e,0x29c,_0x316a32._0x68855d,0x300)](-0xe20+0xb*-0x269+0x28a4));}async function removeConfig(_0x42a0d7){const _0x9471c1={_0x3c8b0b:0x21f,_0x1a93e1:0x28b,_0x412320:0x54d,_0x51af1e:0x521,_0x39d2f:0x4e0,_0x143add:0x4f4,_0x9cbf42:0x179,_0x363b13:0x5b2,_0x342dc2:0x572,_0x178656:0x5c0,_0x2e0885:0x566,_0xf2ccc4:0x4d1,_0x36a816:0x4ee,_0x14af75:0x439,_0x440c9b:0x166,_0x3c47b3:0x1d0,_0x1da197:0x502,_0x48f579:0x4ff,_0x4ce610:0x4f1,_0x219a46:0x5b7,_0x5671f3:0x5bd,_0x26c1fc:0x1eb,_0x18acd3:0x291,_0x3e4d4b:0x271,_0x2439bc:0x581,_0x144c22:0x207,_0x3f6600:0x1fb,_0x57253a:0x31a,_0x1580c0:0x429,_0xcd8ec1:0x43e,_0x1eb06a:0x2c4,_0x2b4d64:0x239,_0x2d8b1d:0x5ac,_0x43e5d0:0x577,_0x1c2e77:0x322,_0x478a4b:0x52f,_0x5eeaf4:0x538,_0xcf565:0x4d9,_0x42cd60:0x217,_0x127e86:0x161,_0x481d0a:0x1be,_0x4fdc64:0x4ef,_0x255d62:0x557,_0x5db0bf:0x531,_0x2fb854:0x20c,_0x20deb5:0x1fa,_0x556e85:0x516,_0x17eef7:0x14c,_0x4a5a0f:0x1a5,_0x15013a:0x125,_0x3ee535:0x4e0,_0x2910a8:0x5b5,_0x3301f6:0x5ce,_0x2c71d9:0x1eb,_0x34380d:0x137,_0x3b21ce:0x51d,_0x52cb62:0x4b8,_0xf7b25:0x564,_0x5133f4:0x639,_0x1a8e23:0x5a0,_0x33ea3f:0x586,_0x1fa83a:0x228,_0x27ac46:0x281,_0x6c2514:0x30a,_0x104994:0x51d,_0x440bc0:0x49c,_0x411274:0x5c8,_0x1b2114:0x5e8,_0x5ad915:0x5f9,_0x222ef5:0x6a0,_0x516cc3:0x5f2,_0x36e330:0x5dc,_0x756432:0x286,_0x139a89:0x22a,_0xd9d83:0x5f6,_0x15e8ef:0x515,_0x2253d3:0x47c,_0x352215:0x2a0,_0x2056c7:0x1ab,_0x1e2ef6:0x1ea,_0x2d8082:0x589,_0x44db34:0x51d,_0x52a9aa:0x4c7,_0x33267c:0x520,_0x2d9e5f:0x22a,_0x2b5034:0x1ca,_0x379886:0x2c5,_0x50bd24:0x55b,_0x2a9009:0x5ab,_0x2ab142:0x562,_0x498cc1:0x4bb,_0x1fc7d6:0x203,_0x2844db:0x25d,_0x1589dc:0x1b5,_0x1ae13a:0x187,_0x12f0db:0x10b,_0x5b91a9:0x282,_0x564812:0x2ba,_0x304526:0x661,_0x2f9735:0x52d,_0x469e2f:0x57f,_0x150779:0x5fa,_0x346e00:0x21a,_0x5051cb:0x645,_0x14f5a7:0x5f6,_0x47ab8c:0x466,_0x4ddbfc:0x4d9,_0x35e5b2:0x50c,_0x8fb290:0x1df,_0x47d90e:0x164,_0x15b4e9:0x10a,_0x21b3b2:0x291,_0x1db150:0x5da,_0x4162ae:0x609,_0x34ba42:0x539,_0x58b88f:0x4c9,_0x51f4ad:0x61c,_0x110ad7:0x615,_0x19658b:0x1cc,_0x3cfd4e:0x2a9,_0x3e3ccb:0x5ac,_0xc9fb3c:0x2b1,_0x5a60d8:0x254,_0x398d6b:0x24b,_0x4b5857:0x297,_0x5041cd:0x277,_0x5327ac:0x1c7,_0xd6ff4e:0x1b8,_0x9d60b6:0x15c,_0x52b2d0:0x241,_0x1de881:0x501,_0x129f57:0x4ad,_0x2e3574:0x55c,_0x46c477:0x4f7,_0x4fa2fb:0x1ca,_0x3b2450:0x246,_0x199732:0x530,_0x50e0fb:0x536,_0x430d48:0x623,_0x45e289:0x295,_0x154024:0x296,_0x2684d2:0x1d5,_0xd1dd7a:0x203,_0x22ca10:0x5a3,_0x2b0a25:0x50d,_0x30d2c2:0x46c,_0xe00879:0x5d9,_0x39a2b1:0x4d3,_0x23be2a:0x4ce,_0x219565:0x58d,_0x452bac:0x480,_0xd7308:0x1b7,_0x4626bf:0x132,_0x1b91e8:0x22f,_0x2ce827:0x55e,_0x451af3:0x532,_0x35b7e5:0x558,_0xdb6f50:0x495,_0x49656a:0x437,_0x5c5b8e:0x289,_0x5ad224:0x222,_0x26bd3d:0x21c,_0x1f7081:0x291,_0x3cceb6:0x2e8,_0x1b060e:0x195,_0x49a01e:0x1dc,_0xb307d3:0x21c,_0x528c7f:0x27d,_0x289cfa:0x1cc,_0x3d3838:0x230,_0x548bf8:0x2d5},_0x470a2d={_0x478714:0x15f},_0x262d98={'NcvrL':_0x54432c(_0x9471c1._0x3c8b0b,_0x9471c1._0x1a93e1,0x329,0x242)+_0x5bb6e0(0x50d,_0x9471c1._0x412320,_0x9471c1._0x51af1e,_0x9471c1._0x39d2f)+_0x5bb6e0(0x5d2,0x542,0x57d,_0x9471c1._0x143add)+_0x54432c(0xe8,_0x9471c1._0x9cbf42,0xd0,0x123),'fGmzf':function(_0x48ede9,_0x54554a){return _0x48ede9&&_0x54554a;},'CtgjY':function(_0x549635,_0x51aecd){return _0x549635!==_0x51aecd;},'JYKjM':_0x5bb6e0(_0x9471c1._0x363b13,_0x9471c1._0x342dc2,0x567,_0x9471c1._0x178656),'Obbco':function(_0x302fb1,_0x465d44){return _0x302fb1(_0x465d44);},'IgZky':'server_por'+'t','URIcK':function(_0x321cf6,_0x802be7){return _0x321cf6(_0x802be7);},'ojnax':_0x5bb6e0(_0x9471c1._0x2e0885,_0x9471c1._0xf2ccc4,_0x9471c1._0x36a816,_0x9471c1._0x14af75)+'h','KZJzy':function(_0x16bb76,_0x495db1){return _0x16bb76(_0x495db1);},'BSofW':function(_0x4a3f5b){return _0x4a3f5b();},'LkLiE':_0x54432c(_0x9471c1._0x440c9b,_0x9471c1._0x3c47b3,0x23b,0x150),'cWWaj':_0x5bb6e0(0x4f9,0x4bb,0x506,_0x9471c1._0x1da197)+'up\x20path\x20no'+_0x54432c(0x246,0x1b9,0x141,0x1f9)+'ed','LaVxO':_0x5bb6e0(0x4a4,0x4de,_0x9471c1._0x48f579,_0x9471c1._0x4ce610),'lKVwo':_0x54432c(0x30e,0x27c,0x200,0x24e),'WLcGX':function(_0x5b130a,_0x23e816){return _0x5b130a===_0x23e816;},'hJvxs':_0x5bb6e0(0x4ca,_0x9471c1._0x2e0885,_0x9471c1._0x219a46,_0x9471c1._0x5671f3),'EijtQ':function(_0x4b3133,_0x1fd684){return _0x4b3133!==_0x1fd684;},'WTldo':'ozwph','tQLXs':function(_0x80868e,_0x6ec6c1){return _0x80868e+_0x6ec6c1;}};!_0x42a0d7&&(console[_0x54432c(_0x9471c1._0x26c1fc,_0x9471c1._0x18acd3,_0x9471c1._0x3e4d4b,0x28d)](_0x262d98['NcvrL']),process['exit'](-0x14ea*0x1+-0x39+-0x386*-0x6));const _0x38b77b=SERVER_CONFIG_KEYS[_0x5bb6e0(0x609,0x5a9,_0x9471c1._0x2439bc,0x60b)](_0x42a0d7),_0x42ce4c=SETUP_JSON_KEYS[_0x54432c(_0x9471c1._0x144c22,0x243,0x234,_0x9471c1._0x3f6600)](_0x42a0d7);_0x262d98['fGmzf'](!_0x38b77b,!_0x42ce4c)&&(console[_0x54432c(0x294,_0x9471c1._0x18acd3,_0x9471c1._0x57253a,0x215)](_0x5bb6e0(_0x9471c1._0x1580c0,0x4ce,_0x9471c1._0xcd8ec1,0x467)+_0x54432c(_0x9471c1._0x1eb06a,_0x9471c1._0x2b4d64,0x19c,0x1c7)+_0x5bb6e0(_0x9471c1._0x2d8b1d,0x5ca,_0x9471c1._0x43e5d0,0x63b)+_0x42a0d7),console[_0x54432c(0x1f4,0x291,0x27c,_0x9471c1._0x1c2e77)](_0x5bb6e0(0x5d7,_0x9471c1._0x478a4b,_0x9471c1._0x5eeaf4,_0x9471c1._0xcf565)+'-server\x20co'+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+'available\x20'+_0x54432c(_0x9471c1._0x42cd60,0x1e5,_0x9471c1._0x127e86,_0x9471c1._0x481d0a)),process[_0x5bb6e0(0x617,0x57f,_0x9471c1._0x4fdc64,0x4f4)](0x1*0x10f3+0x1a1f+-0x2b11));function _0x54432c(_0xa0a8ed,_0x2deeba,_0x27cfa0,_0x13e1f2){return _0x1c5ad5(_0xa0a8ed,_0x2deeba-0x29c,_0x27cfa0-0x179,_0x13e1f2-0x1c1);}function _0x5bb6e0(_0x18e6b4,_0x62dd46,_0x5a57b5,_0x4ccaa0){return _0x1c5ad5(_0x18e6b4,_0x62dd46-0x602,_0x5a57b5-_0x470a2d._0x478714,_0x4ccaa0-0x11d);}if(_0x38b77b){if(_0x262d98[_0x54432c(0x1b0,0x16f,_0x9471c1._0x26c1fc,0x1a2)](_0x262d98[_0x5bb6e0(0x54a,_0x9471c1._0x255d62,0x4bc,_0x9471c1._0x5db0bf)],'NOLjB'))_0x33306a[_0x54432c(0x30e,0x291,0x20a,_0x9471c1._0x2fb854)](_0x54432c(_0x9471c1._0x20deb5,0x155,0xe5,0x1f7)+_0x5bb6e0(0x56d,0x59d,_0x9471c1._0x556e85,0x577)+_0x54432c(_0x9471c1._0x17eef7,0x1b9,_0x9471c1._0x4a5a0f,_0x9471c1._0x15013a)+'ed'),_0x2430d4[_0x5bb6e0(0x5fb,0x57f,_0x9471c1._0x3ee535,_0x9471c1._0x2910a8)](0x1668+0x1*0xc88+-0x22ef);else{switch(_0x42a0d7){case _0x5bb6e0(0x5de,0x5a4,_0x9471c1._0x3301f6,0x57b)+_0x5bb6e0(0x5ec,0x559,0x5a9,0x570):await _0x262d98[_0x54432c(0x255,0x1de,_0x9471c1._0x2c71d9,_0x9471c1._0x34380d)](saveCoderSetupPath,null),console[_0x5bb6e0(0x591,_0x9471c1._0x3b21ce,_0x9471c1._0x52cb62,_0x9471c1._0xf7b25)](_0x5bb6e0(_0x9471c1._0x5133f4,0x590,_0x9471c1._0x1a8e23,_0x9471c1._0x33ea3f)+_0x42a0d7);break;case _0x262d98[_0x54432c(0x313,0x26f,_0x9471c1._0x1fa83a,0x213)]:await _0x262d98[_0x54432c(0x25b,_0x9471c1._0x27ac46,0x1f8,_0x9471c1._0x6c2514)](saveServerPort,-0x1092*0x2+-0x1a99+0x67f*0xb),console[_0x5bb6e0(0x505,_0x9471c1._0x104994,_0x9471c1._0x440bc0,0x4b9)](_0x54432c(_0x9471c1._0x3f6600,_0x9471c1._0x440c9b,0x133,0x16e)+_0x42a0d7+(_0x5bb6e0(0x634,_0x9471c1._0x411274,0x62e,0x5f9)+_0x5bb6e0(_0x9471c1._0x1b2114,_0x9471c1._0x5ad915,0x697,_0x9471c1._0x222ef5)));break;case _0x5bb6e0(0x5a5,_0x9471c1._0x516cc3,_0x9471c1._0x36e330,0x586)+'ath':await saveSslCertPath(null),console['log'](_0x54432c(_0x9471c1._0x756432,_0x9471c1._0x139a89,0x1f2,0x1e7)+_0x42a0d7);break;case _0x5bb6e0(_0x9471c1._0xd9d83,0x577,0x4e9,0x5be)+'th':await saveSslKeyPath(null),console[_0x5bb6e0(_0x9471c1._0x15e8ef,0x51d,0x4c5,_0x9471c1._0x2253d3)](_0x54432c(_0x9471c1._0x352215,0x22a,_0x9471c1._0x2056c7,_0x9471c1._0x1e2ef6)+_0x42a0d7);break;case _0x262d98[_0x5bb6e0(0x5a7,0x60b,0x5e5,0x5b9)]:await saveSslCaPath(null),console[_0x5bb6e0(_0x9471c1._0x2d8082,_0x9471c1._0x44db34,_0x9471c1._0x52a9aa,_0x9471c1._0x33267c)](_0x54432c(0x231,_0x9471c1._0x2d9e5f,_0x9471c1._0x2b5034,_0x9471c1._0x379886)+_0x42a0d7);break;case'trust_prox'+'y':await _0x262d98[_0x5bb6e0(0x4cb,_0x9471c1._0x50bd24,0x546,0x5b0)](saveTrustProxy,null),console[_0x5bb6e0(0x47f,_0x9471c1._0x104994,0x5a0,_0x9471c1._0x2a9009)](_0x5bb6e0(0x5d7,0x590,0x5ad,_0x9471c1._0x2ab142)+_0x42a0d7);break;}console[_0x5bb6e0(0x501,_0x9471c1._0x3b21ce,_0x9471c1._0x498cc1,0x4b5)](_0x54432c(_0x9471c1._0x1fc7d6,0x24c,_0x9471c1._0x2844db,_0x9471c1._0x1589dc)+':\x20'+_0x262d98[_0x54432c(0xff,_0x9471c1._0x1ae13a,0x220,_0x9471c1._0x12f0db)](getConfigPath));}}else{if(_0x42ce4c){if(_0x262d98[_0x54432c(0x242,0x238,0x264,0x1b2)]===_0x262d98[_0x54432c(_0x9471c1._0x5b91a9,0x238,_0x9471c1._0x564812,0x1a4)]){const _0x1ff52c=await getCoderSetupPath();!_0x1ff52c&&(console[_0x5bb6e0(_0x9471c1._0x304526,0x5f7,0x65b,0x61f)](_0x262d98['cWWaj']),process[_0x5bb6e0(_0x9471c1._0x2f9735,_0x9471c1._0x469e2f,_0x9471c1._0x150779,0x50a)](0xe4c+0x10af+0x3d*-0x82));const _0x29591c=_0x2cfaeb[_0x54432c(0x19c,0x183,0xf9,_0x9471c1._0x346e00)](_0x1ff52c,_0x262d98[_0x5bb6e0(_0x9471c1._0x5051cb,_0x9471c1._0x14f5a7,0x659,0x5e8)]);let _0x6a9d1f;try{const _0x788839=await _0xf9e8e8['readFile'](_0x29591c,_0x262d98['lKVwo']);_0x6a9d1f=JSON['parse'](_0x788839);}catch(_0x3c87df){_0x262d98[_0x5bb6e0(_0x9471c1._0x47ab8c,0x4fd,_0x9471c1._0x4ddbfc,_0x9471c1._0x35e5b2)](_0x3c87df[_0x54432c(_0x9471c1._0x8fb290,_0x9471c1._0x47d90e,0x11a,_0x9471c1._0x15b4e9)],_0x262d98['hJvxs'])?console[_0x54432c(0x2bd,_0x9471c1._0x21b3b2,0x284,0x2ed)]('Error:\x20set'+_0x5bb6e0(0x655,_0x9471c1._0x1db150,_0x9471c1._0x4162ae,0x5f5)+_0x5bb6e0(0x549,_0x9471c1._0x34ba42,_0x9471c1._0x58b88f,0x579)+'\x20'+_0x29591c):console[_0x5bb6e0(_0x9471c1._0x51f4ad,0x5f7,0x5ed,_0x9471c1._0x110ad7)]('Error\x20read'+_0x54432c(0x2c3,0x228,_0x9471c1._0x19658b,_0x9471c1._0x3cfd4e)+_0x5bb6e0(0x57a,_0x9471c1._0x3e3ccb,0x527,0x64f)+_0x3c87df[_0x54432c(_0x9471c1._0xc9fb3c,_0x9471c1._0x5a60d8,_0x9471c1._0x398d6b,_0x9471c1._0x4b5857)]),process[_0x54432c(0x23d,0x219,_0x9471c1._0x5041cd,0x1e6)](0x1*-0x24e5+0xf56*0x2+0x63a);}_0x262d98['WLcGX'](_0x6a9d1f[_0x42a0d7],undefined)&&(_0x262d98[_0x54432c(_0x9471c1._0x5327ac,_0x9471c1._0xd6ff4e,_0x9471c1._0x9d60b6,_0x9471c1._0x52b2d0)](_0x262d98[_0x5bb6e0(0x4fc,0x52b,_0x9471c1._0x1de881,_0x9471c1._0x129f57)],_0x262d98['WTldo'])?_0x107a89[_0x5bb6e0(_0x9471c1._0x2e3574,0x51d,0x4fa,0x4a9)](_0x5bb6e0(0x584,0x4fb,0x48d,_0x9471c1._0x46c477)+_0x54432c(0x1bb,0x228,0x1cc,0x298)+_0x54432c(_0x9471c1._0x4fa2fb,_0x9471c1._0x3b2450,0x20a,0x2e9)+_0x3289bb[_0x5bb6e0(_0x9471c1._0x199732,0x5ba,_0x9471c1._0x50e0fb,_0x9471c1._0x430d48)]):(console[_0x54432c(_0x9471c1._0x45e289,_0x9471c1._0x21b3b2,0x329,_0x9471c1._0x154024)]('Key\x20\x22'+_0x42a0d7+(_0x54432c(0x2fb,0x255,_0x9471c1._0x2684d2,_0x9471c1._0xd1dd7a)+_0x5bb6e0(_0x9471c1._0x22ca10,0x599,0x584,0x587)+'guration')),process['exit'](-0x145d*0x1+0x1253+0x20b))),delete _0x6a9d1f[_0x42a0d7],await _0xf9e8e8[_0x5bb6e0(0x4e9,_0x9471c1._0x2b0a25,_0x9471c1._0x30d2c2,0x575)](_0x29591c,_0x262d98['tQLXs'](JSON[_0x5bb6e0(_0x9471c1._0xe00879,0x571,_0x9471c1._0xf2ccc4,_0x9471c1._0x39a2b1)](_0x6a9d1f,null,-0x718*-0x5+0xb5+-0x242b),'\x0a'),_0x262d98[_0x5bb6e0(_0x9471c1._0x23be2a,0x4e4,_0x9471c1._0x219565,_0x9471c1._0x452bac)]),console[_0x54432c(0x1f0,_0x9471c1._0xd7308,_0x9471c1._0x4626bf,_0x9471c1._0x1b91e8)](_0x54432c(0x1d5,_0x9471c1._0x2d9e5f,0x1ec,0x2a4)+_0x42a0d7),console['log'](_0x5bb6e0(0x549,0x5b2,_0x9471c1._0x2ce827,0x62f)+':\x20'+_0x29591c),console[_0x5bb6e0(_0x9471c1._0x451af3,_0x9471c1._0x104994,_0x9471c1._0x35b7e5,_0x9471c1._0xdb6f50)](''),console['log']('Restart\x20th'+_0x5bb6e0(_0x9471c1._0x49656a,0x4c9,0x48c,0x4fc)+'or\x20changes'+_0x54432c(0x1f1,0x25e,_0x9471c1._0x5c5b8e,_0x9471c1._0x5ad224)+_0x54432c(0x192,0x1bc,0x220,_0x9471c1._0x26bd3d));}else _0x342e25[_0x54432c(0x1f8,_0x9471c1._0x1f7081,0x209,_0x9471c1._0x3cceb6)](_0x54432c(_0x9471c1._0x34380d,_0x9471c1._0x1b060e,0x109,0x1d6)+_0x54432c(_0x9471c1._0x49a01e,0x228,0x273,0x2ca)+_0x54432c(_0x9471c1._0xb307d3,0x246,_0x9471c1._0x528c7f,_0x9471c1._0x289cfa)+_0xb8bb7b[_0x54432c(0x2f7,_0x9471c1._0x5a60d8,_0x9471c1._0x3d3838,_0x9471c1._0x548bf8)]);}}}function _0x5c267b(_0x3de6cc,_0x3da3cf,_0x4dfe74,_0x3b325b){const _0x12c59d={_0x308983:0x2c3};return _0x5c96(_0x3da3cf-_0x12c59d._0x308983,_0x4dfe74);}async function showConfig(){const _0x112de2={_0x48fdf7:0xea,_0x3e67c1:0x11b,_0x2e6b7b:0xb8,_0x5bc3aa:0x5d,_0x2362c6:0x9f,_0x58a803:0xa5,_0x218997:0x183,_0x5481dc:0x164,_0x30bacc:0x10d,_0x2d42d4:0x16a,_0x2024e4:0x1bd,_0x8c2fc3:0x100,_0x46779b:0x4f,_0x1a084b:0xdf,_0x4b27ae:0x71,_0x43a52c:0x50,_0x433e7a:0x56,_0x2d0d43:0xf1,_0x4ad67c:0xa1,_0xbe0d31:0xa3,_0x259662:0x28,_0x293f07:0x117,_0x4cbe00:0x16f,_0xf3212f:0x5b,_0x538a1b:0x116,_0x29e6aa:0x124,_0x480796:0xbe,_0x2e0d91:0x5a,_0x5e63ae:0x5b,_0x270804:0x50,_0x5eb980:0xa0,_0x20f7b6:0x121,_0x38d195:0x170,_0x2c7e65:0xd0,_0x45cc68:0x1,_0x2ba35b:0x125,_0x2d0175:0x9c,_0x6e447:0x25,_0x2b7ab8:0x1cc,_0x2db651:0x92,_0x1ee0fa:0x126,_0x3319fd:0x116,_0x2f701b:0x3e,_0x390aa8:0x81,_0x2728c7:0xcc,_0x21cef8:0xd9,_0x32c975:0xf5,_0x5e5938:0xcf,_0x5149d2:0x134,_0xf73a81:0x156,_0x4b08ba:0x113,_0x5f5a60:0x72,_0x32a46b:0x102,_0x157143:0x171,_0x3a49c6:0xfe,_0x3c85a7:0x193,_0x317e48:0xcb,_0x4924b3:0xe2,_0x3cb462:0xff,_0x764f68:0x115,_0x2a932a:0x136,_0x3af662:0xaf,_0x58f8ca:0xd1,_0x391446:0x80,_0x150b1d:0x86,_0x39be6e:0xa0,_0x58d4ce:0x8a,_0x16eca9:0xa4,_0x547e5f:0x74,_0x491189:0x71,_0x505330:0x5c,_0x3964c4:0x20,_0x59c83b:0x1df,_0x4ca1bb:0x146,_0x53bb26:0x15d,_0x254752:0x13e,_0x3c5abe:0xd4,_0x2fa1ed:0x120,_0x49ae7b:0xf3,_0x2f3c23:0x138,_0x57ba0e:0x1a8,_0x1a57e8:0x158,_0x3efac2:0x16c,_0x1e0f6c:0x167,_0x36c026:0xcf,_0x11e3a0:0x12a,_0x3f47bb:0x143,_0x1beb53:0x1d6,_0x14d704:0x4e,_0x1e407f:0xde,_0xab9852:0x80,_0x21ec16:0x5f,_0x546bf6:0xe8,_0x2a2589:0x146,_0x267db7:0x17c,_0x3522a4:0xcf,_0x577ece:0xa,_0x28c1c9:0x3,_0x5b70b2:0x78,_0xd2ef56:0xff,_0x4642e5:0x6c,_0x4b7956:0xc8,_0x5ca65c:0xfd,_0x31de89:0x3c,_0x34fb09:0x173,_0x4455b6:0x11c,_0x2f82ec:0x12c,_0x3e94b7:0x146,_0x9564fd:0x1ea,_0x510dca:0x198,_0x375d25:0x1e2,_0x23b720:0x1da,_0x150a9a:0x234,_0x451d36:0x176,_0x17c9d2:0xe3,_0x4aeb9b:0x191,_0x520cae:0x93,_0x240dff:0x104,_0x5618dd:0xdb,_0x5d1012:0x107,_0x1fb69e:0x170,_0x39e504:0x7b,_0x280821:0x44,_0x5e86ec:0xcf,_0x4821c1:0x49,_0x2aa351:0x3f,_0xd31288:0x4e,_0x5ac56b:0x6d,_0x435987:0x8,_0x535803:0xb4,_0x1ad77a:0x2c,_0x30ca1d:0x42,_0x392fbd:0x59,_0x1afc2b:0x53,_0x296f47:0xd6,_0x8d52c4:0x199,_0x5406b7:0x13f,_0x3e818a:0x155,_0xc6a9ed:0x142,_0x20d428:0x13b,_0x3fbbe3:0xcf,_0x3778b2:0x21e,_0x41a650:0x173,_0x104844:0x11a,_0x4cfb6e:0x1d2,_0x4a3cbf:0x11f,_0x4b6a37:0x1e6,_0x5a7ba4:0xb,_0x4702f1:0xb7,_0x175b59:0x10a,_0x2a6d31:0x30,_0x12d748:0xa9,_0x36b861:0x29,_0x4780bf:0x34,_0x2e5741:0x6c,_0x58aca4:0x1b,_0x51c4e0:0x1e5,_0x199bcf:0x7a,_0x41bb72:0x99,_0x39be18:0x10f,_0x532a9e:0x143,_0x55f176:0x17,_0x40089d:0x6d,_0x1e2857:0x174,_0x4a2dc4:0x146,_0x607a37:0x151,_0x544353:0x86,_0x29db76:0x89,_0x5cb5ea:0x9a,_0x93d17d:0x161},_0x3ee956={_0x19359d:0x30},_0xf614d1={'yKJch':_0x46459a(-_0x112de2._0x48fdf7,-_0x112de2._0x3e67c1,-0x72,-_0x112de2._0x2e6b7b)+_0x148f10(-_0x112de2._0x5bc3aa,-0xed,-_0x112de2._0x2362c6,-0x73)+_0x46459a(-_0x112de2._0x58a803,-_0x112de2._0x218997,-0x121,-0xf1)+_0x148f10(-_0x112de2._0x5481dc,-0x92,-_0x112de2._0x30bacc,-_0x112de2._0x2d42d4),'NxdnO':_0x46459a(-_0x112de2._0x2024e4,-0xdb,-0x134,-0xb7)+_0x148f10(-0xdc,-_0x112de2._0x8c2fc3,-0xec,-_0x112de2._0x46779b)+_0x148f10(-0xad,-_0x112de2._0x1a084b,-0x45,-0x12)+'a\x20list\x20of\x20'+_0x148f10(-0x16,-0xab,-_0x112de2._0x4b27ae,-_0x112de2._0x43a52c)+_0x148f10(-_0x112de2._0x433e7a,-_0x112de2._0x2d0d43,-_0x112de2._0x4ad67c,-0x96),'uhWzA':function(_0x197988){return _0x197988();},'QtXCz':function(_0x1787ed){return _0x1787ed();},'noaid':function(_0x28dd95){return _0x28dd95();},'HgiPK':function(_0x1d012e){return _0x1d012e();},'HpCkk':function(_0x54d243,_0x2adf3f){return _0x54d243||_0x2adf3f;},'yeOOk':_0x148f10(-_0x112de2._0xbe0d31,_0x112de2._0x259662,-0x5f,0x13),'alfcA':function(_0x54fdd3,_0xa10c){return _0x54fdd3||_0xa10c;},'nDKAJ':function(_0x14e75e,_0xbf99bd){return _0x14e75e!==_0xbf99bd;},'ZTfKU':'setup.json','GByFr':function(_0x158ae7,_0x47815a){return _0x158ae7===_0x47815a;},'NnhtU':_0x46459a(-0x161,-_0x112de2._0x293f07,-_0x112de2._0x4cbe00,-0x1e0),'tsChH':_0x46459a(-0x33,-_0x112de2._0xf3212f,-0x81,-_0x112de2._0x538a1b),'udvhr':_0x148f10(-0x148,-_0x112de2._0x29e6aa,-0xd0,-_0x112de2._0x480796),'ToIDO':_0x148f10(-0x24,-_0x112de2._0x2e0d91,-0x5a,-0xa7),'kgUPY':function(_0x44d25b,_0xa8a04a){return _0x44d25b===_0xa8a04a;},'cNBHj':'(setup.jso'+_0x148f10(-_0x112de2._0x5e63ae,-0xc8,-_0x112de2._0x270804,-_0x112de2._0x5eb980)+'d)','VqWxa':_0x46459a(-0x127,-_0x112de2._0x20f7b6,-0xe2,-0x163)+_0x46459a(-0x140,-0xcb,-0x16b,-_0x112de2._0x38d195)+_0x46459a(-0x121,-0x1e1,-0x172,-0x1bc)+_0x46459a(-_0x112de2._0x2c7e65,_0x112de2._0x45cc68,-0x7f,-0x6d)+_0x46459a(-_0x112de2._0x2ba35b,0x9,-_0x112de2._0x2d0175,-_0x112de2._0x6e447)+_0x46459a(-_0x112de2._0x2b7ab8,-_0x112de2._0x2db651,-_0x112de2._0x1ee0fa,-0xe4),'sCJVz':_0x148f10(-_0x112de2._0x1a084b,-0xc1,-_0x112de2._0x3319fd,-0x72)+'rver\x20confi'+_0x148f10(-0x11d,-_0x112de2._0x2f701b,-_0x112de2._0x390aa8,0x12)+_0x148f10(-0xe6,-_0x112de2._0x2728c7,-0x77,-_0x112de2._0x21cef8)+'th\x20/path/t'+'o/coder-se'+'tup'};console[_0x148f10(-_0x112de2._0x32c975,-0x172,-_0x112de2._0x5e5938,-_0x112de2._0x5149d2)](_0x148f10(-0xec,-_0x112de2._0xf73a81,-_0x112de2._0x4b08ba,-0xcd)+_0x46459a(-0x7f,-_0x112de2._0x5f5a60,-0x74,-0x2d)+_0x46459a(-_0x112de2._0x32a46b,-_0x112de2._0x157143,-_0x112de2._0x3a49c6,-_0x112de2._0x3c85a7)),console['log']('');const _0x478047=await _0xf614d1[_0x46459a(-0xff,-_0x112de2._0x317e48,-0x106,-_0x112de2._0x4924b3)](getCoderSetupPath);function _0x148f10(_0x4a8c05,_0x5f7e85,_0x371d4e,_0x81fb6e){return _0x1c5ad5(_0x4a8c05,_0x371d4e-0x16,_0x371d4e-0x59,_0x81fb6e-_0x3ee956._0x19359d);}const _0x2a93d7=await _0xf614d1[_0x46459a(-_0x112de2._0x317e48,-0x117,-0x140,-0x191)](getServerPort),_0x282b38=await _0xf614d1[_0x46459a(-0x12d,-0xbc,-_0x112de2._0x3cb462,-0x13b)](getSslCertPath),_0xf356c7=await _0xf614d1['HgiPK'](getSslKeyPath),_0x30bed9=await getSslCaPath(),_0x5137d2=await _0xf614d1['HgiPK'](getTrustProxy);console[_0x148f10(-_0x112de2._0x764f68,-0xa9,-_0x112de2._0x5e5938,-0x101)]('coder_setu'+_0x148f10(-0x189,-0x141,-0xeb,-0xef)+_0xf614d1['HpCkk'](_0x478047,_0xf614d1['yeOOk'])),console[_0x46459a(-_0x112de2._0x2a932a,-_0x112de2._0x2b7ab8,-0x146,-_0x112de2._0x3af662)](_0x46459a(-_0x112de2._0x58f8ca,-0xb5,-0x13f,-0x185)+_0x46459a(-_0x112de2._0x391446,-_0x112de2._0x150b1d,-_0x112de2._0x39be6e,-_0x112de2._0x58d4ce)+_0x2a93d7),console['log'](_0x46459a(-_0x112de2._0x16eca9,-_0x112de2._0x547e5f,-_0x112de2._0x491189,-0xe2)+'ath:\x20\x20\x20\x20'+_0xf614d1[_0x46459a(-_0x112de2._0x505330,-0x7e,-0xf3,-0x8e)](_0x282b38,_0xf614d1[_0x46459a(0x34,-_0x112de2._0x3964c4,-0x5d,-0xfc)])),console[_0x46459a(-_0x112de2._0x59c83b,-0x149,-_0x112de2._0x4ca1bb,-0x18d)](_0x46459a(-0x89,-_0x112de2._0x53bb26,-0xec,-_0x112de2._0x254752)+_0x148f10(-0x168,-0x52,-_0x112de2._0x3c5abe,-_0x112de2._0x2fa1ed)+_0xf614d1[_0x46459a(-0xbc,-0x105,-_0x112de2._0x49ae7b,-_0x112de2._0x2f3c23)](_0xf356c7,_0xf614d1['yeOOk'])),console['log'](_0x148f10(-_0x112de2._0x57ba0e,-0x1be,-0x11b,-_0x112de2._0x1a57e8)+_0x46459a(-0x1ce,-_0x112de2._0x3efac2,-0x16a,-0x15b)+_0xf614d1['alfcA'](_0x30bed9,'(not\x20set)')),console[_0x148f10(-_0x112de2._0x1e0f6c,-0x12a,-_0x112de2._0x36c026,-0xa0)]('trust_prox'+_0x46459a(-_0x112de2._0x11e3a0,-0xee,-_0x112de2._0x3f47bb,-_0x112de2._0x1beb53)+(_0xf614d1[_0x148f10(-_0x112de2._0x14d704,-0x111,-0x74,-_0x112de2._0x1e407f)](_0x5137d2,null)?_0x5137d2:_0x148f10(-0xc2,-_0x112de2._0xab9852,-_0x112de2._0x21ec16,-0x43))),console[_0x46459a(-_0x112de2._0x546bf6,-0x111,-_0x112de2._0x2a2589,-_0x112de2._0x267db7)](''),console[_0x148f10(-0x93,-0xbf,-_0x112de2._0x3522a4,-0x43)](_0x148f10(-_0x112de2._0x2f3c23,_0x112de2._0x577ece,-0x97,_0x112de2._0x28c1c9)+_0xf614d1[_0x46459a(-_0x112de2._0x4924b3,-_0x112de2._0x5b70b2,-_0x112de2._0xd2ef56,-_0x112de2._0x4642e5)](getConfigPath)),console['log']('');function _0x46459a(_0x8d8e88,_0x1137c2,_0x3a75a7,_0x42c0bd){return _0x1c5ad5(_0x8d8e88,_0x3a75a7- -0x61,_0x3a75a7-0x12d,_0x42c0bd-0x1d9);}if(_0x478047){console[_0x46459a(-0xb6,-_0x112de2._0x4b7956,-0x146,-_0x112de2._0x5ca65c)](_0x148f10(-0x40,0x7d,0xf,-_0x112de2._0x31de89)+_0x46459a(-_0x112de2._0x34fb09,-0x1b6,-_0x112de2._0x4455b6,-0xf5)+'ion\x20==='),console[_0x46459a(-_0x112de2._0x2f82ec,-0xb2,-_0x112de2._0x3e94b7,-_0x112de2._0x9564fd)]('');const _0x357b31=_0x2cfaeb['join'](_0x478047,_0xf614d1['ZTfKU']);try{if(_0xf614d1['GByFr'](_0x46459a(-_0x112de2._0x510dca,-0x11a,-_0x112de2._0x4cbe00,-0x1ad),_0xf614d1[_0x46459a(-_0x112de2._0x375d25,-_0x112de2._0x23b720,-0x196,-_0x112de2._0x150a9a)])){const _0x4e5bec=await _0xf9e8e8[_0x46459a(-_0x112de2._0x451d36,-_0x112de2._0x17c9d2,-0x137,-_0x112de2._0x4aeb9b)](_0x357b31,_0xf614d1[_0x148f10(-_0x112de2._0x520cae,-0xc7,-0xe0,-_0x112de2._0x240dff)]),_0x1f555d=JSON[_0x148f10(-_0x112de2._0x5618dd,-0x18e,-_0x112de2._0x5d1012,-_0x112de2._0x1fb69e)](_0x4e5bec);console[_0x46459a(-0x116,-0x148,-_0x112de2._0x3e94b7,-0x1d4)](JSON[_0x148f10(-0x96,-0x80,-_0x112de2._0x39e504,-_0x112de2._0x280821)](_0x1f555d,null,-0x3fb*0x1+0xddf+-0x9e2)),console[_0x148f10(-0x54,-0x173,-_0x112de2._0x5e86ec,-0x15d)](''),console[_0x148f10(-_0x112de2._0x4821c1,-0x97,-_0x112de2._0x5e5938,-0xb4)](_0x148f10(-0x117,-0x14,-0x97,-0xad)+_0x357b31);}else _0x19984a[_0x148f10(-0x12,_0x112de2._0x2aa351,0xb,0xad)](_0xf614d1['yKJch']),_0x551eb7[_0x148f10(-_0x112de2._0xd31288,-0x34,-_0x112de2._0x5ac56b,-0x7c)](-0x92*0x25+0x5f8+-0x19*-0x9b);}catch(_0x244999){_0xf614d1[_0x46459a(-0x17a,-0x6a,-0xeb,-0x142)](_0xf614d1[_0x148f10(_0x112de2._0x435987,-_0x112de2._0x535803,-_0x112de2._0x1ad77a,_0x112de2._0x30ca1d)],_0xf614d1[_0x46459a(-_0x112de2._0x392fbd,-0x35,-0xa2,-0xa8)])?_0xf614d1[_0x148f10(-_0x112de2._0x1afc2b,-0x140,-_0x112de2._0x296f47,-_0x112de2._0x2db651)](_0x244999[_0x46459a(-0x1ec,-0x21a,-_0x112de2._0x8d52c4,-_0x112de2._0x5406b7)],'ENOENT')?(console['log'](_0xf614d1[_0x46459a(-_0x112de2._0x3e818a,-0x128,-_0x112de2._0xc6a9ed,-_0x112de2._0x20d428)]),console[_0x148f10(-0xd0,-0x92,-0xcf,-0xe2)](''),console[_0x148f10(-0x31,-_0x112de2._0x296f47,-_0x112de2._0x3fbbe3,-0xbf)](_0x46459a(-0x22e,-0x1b0,-0x19d,-_0x112de2._0x3778b2)+_0x46459a(-_0x112de2._0x41a650,-_0x112de2._0x104844,-0x102,-0x8b)+_0x357b31)):console[_0x46459a(-_0x112de2._0x4cfb6e,-_0x112de2._0x4a3cbf,-_0x112de2._0x2a2589,-_0x112de2._0x4b6a37)](_0x148f10(-0x92,-0x176,-_0x112de2._0x2d0d43,-0x4e)+_0x148f10(-0x43,-0x8a,-0x5e,_0x112de2._0x5a7ba4)+_0x46459a(-0x133,-0xb5,-_0x112de2._0x4702f1,-_0x112de2._0x175b59)+_0x244999[_0x46459a(-0xff,-_0x112de2._0x2a6d31,-_0x112de2._0x12d748,-0x7a)]):(_0x2f3488[_0x46459a(-_0x112de2._0x36b861,-_0x112de2._0x4780bf,-_0x112de2._0x2e5741,-_0x112de2._0x58aca4)](_0x46459a(-_0x112de2._0x51c4e0,-0x129,-0x195,-0x1e7)+'nfiguratio'+_0x46459a(-_0x112de2._0x199bcf,-0x55,-_0x112de2._0x41bb72,-_0x112de2._0x39be18)+_0xb939e),_0x3f2c4d['error'](_0xf614d1[_0x46459a(-0xd1,-_0x112de2._0x532a9e,-0xd4,-0x7b)]),_0x233ba3[_0x148f10(-0xba,_0x112de2._0x55f176,-_0x112de2._0x40089d,-0x2c)](-0x1cf2+-0x1c7f+0x993*0x6));}}else console[_0x46459a(-0x121,-_0x112de2._0x1e2857,-_0x112de2._0x4a2dc4,-_0x112de2._0x607a37)](_0xf614d1[_0x46459a(-0x3d,-_0x112de2._0x4642e5,-_0x112de2._0x544353,-_0x112de2._0x29db76)]),console[_0x148f10(-_0x112de2._0x5cb5ea,-_0x112de2._0x293f07,-_0x112de2._0x3fbbe3,-_0x112de2._0x93d17d)](_0xf614d1['sCJVz']);}
|
|
1
|
+
function _0x113aa8(_0xac1158,_0x305d07,_0x1aae31,_0x51c660){return _0x5863(_0xac1158-0x11d,_0x1aae31);}(function(_0x53c2cb,_0x52571d){const _0x385d43={_0x27311a:0x136,_0x447a19:0xb,_0x4aa220:0xc,_0x2e4b5f:0x2d,_0x5e1885:0x3b,_0x102db3:0x24a,_0x473167:0x19b,_0x3d374b:0x76,_0x685934:0x2c5,_0xf3413b:0x259,_0x227331:0x2c0,_0x1fa57a:0x71,_0xfdb5f5:0xa6,_0x82ccc9:0x8f,_0x424987:0x3d,_0x5b6944:0x35,_0x57a8ee:0x2a,_0x325dd0:0x19,_0x1a0183:0x3a,_0x25e4d6:0x114,_0xd4199a:0xa3,_0x40f4cc:0xf7,_0x8dd0c6:0xa6,_0x2a693e:0x32f,_0x394012:0x3b1,_0x2acae6:0x3dd,_0xcc358f:0x358,_0x33945a:0x8c},_0x3aa3c0=_0x53c2cb();function _0x5cfe2e(_0x977378,_0x4cb011,_0x2e0212,_0x2dc971){return _0x5863(_0x977378-0x13,_0x2e0212);}function _0xcd5255(_0x5d77b,_0x2d348b,_0x590672,_0x2f31c4){return _0x5863(_0x2f31c4- -0x262,_0x5d77b);}while(!![]){try{const _0x463680=parseInt(_0xcd5255(_0x385d43._0x27311a,_0x385d43._0x447a19,_0x385d43._0x4aa220,0xaa))/(0x76*-0x1+-0x1*-0x1b49+-0x2*0xd69)+-parseInt(_0xcd5255(0x0,-_0x385d43._0x2e4b5f,-_0x385d43._0x5e1885,-0x70))/(-0x1bcb+-0x14c4+-0x3091*-0x1)*(parseInt(_0x5cfe2e(_0x385d43._0x102db3,0x2a7,0x279,_0x385d43._0x473167))/(-0x1425+0x219c+-0xd74))+parseInt(_0xcd5255(-0xf8,-0x114,-0x62,-_0x385d43._0x3d374b))/(-0x35a+-0x7*0x138+0xbe6*0x1)*(-parseInt(_0x5cfe2e(_0x385d43._0x685934,0x367,_0x385d43._0xf3413b,_0x385d43._0x227331))/(0x1cd0+-0x1*0x2537+0x86c))+-parseInt(_0xcd5255(_0x385d43._0x1fa57a,_0x385d43._0xfdb5f5,_0x385d43._0x82ccc9,_0x385d43._0x424987))/(0xfa*-0x5+0x4*-0x3a4+0xe*0x164)+-parseInt(_0xcd5255(-0x65,0x11,-_0x385d43._0x5b6944,-0x34))/(-0x2579+-0x19d5+0x3f55)*(-parseInt(_0xcd5255(0x72,_0x385d43._0x57a8ee,-_0x385d43._0x325dd0,_0x385d43._0x1a0183))/(0x253d+-0x1*0x749+0x1*-0x1dec))+parseInt(_0xcd5255(_0x385d43._0x25e4d6,_0x385d43._0xd4199a,_0x385d43._0x40f4cc,_0x385d43._0x8dd0c6))/(0xe17*0x1+0x2*0x2db+0xe6*-0x16)+parseInt(_0x5cfe2e(_0x385d43._0x2a693e,_0x385d43._0x394012,_0x385d43._0x2acae6,_0x385d43._0xcc358f))/(-0x5e*-0x56+0x96*-0x17+-0x1210)*(parseInt(_0xcd5255(-0x8d,-_0x385d43._0x33945a,-0xa0,0x2))/(0x244f+0xe23+-0x3267));if(_0x463680===_0x52571d)break;else _0x3aa3c0['push'](_0x3aa3c0['shift']());}catch(_0x5269bc){_0x3aa3c0['push'](_0x3aa3c0['shift']());}}}(_0x19cf,0xd*0x4541+-0x2040e+0xea8c));import{promises as _0x485461}from'fs';import _0x21dfb1 from'path';function _0x19cf(){const _0x371843=['DuHdDK8','tgHfEfu','z0X3tve','A2PZCLC','B3H5igHLywrLCG','zMjPD1O','khnLDhvWlMPZBW','icbZC2XFy2fFCa','y29UzMLNidXZzq','D3jPDgvgAwXL','DgGGl3bHDgGVDa','u1nmienbigj1BG','EMniD2K','vwvuAKW','tuL1wfm','sefRtMO','DxrMltG','AMjIANe','Euf3vNC','yxnlELi','qLPdwKC','ru5pru5u','zxHPDa','C2vYDMvYx3bVCG','zxjYB3i','CM1HDgLVBG','u3n5s3e','icbZC2HFAg9ZDa','u2v0ia','Cgf0AcaGicaGia','icbezwzHDwX0ia','tMPxB2W','DffmB1i','q05yuey','CYaODhj1zs9Myq','zwqGAw4GC2v0Dq','DMv8C2HVDZ4GwW','Aw9U','ifnOB3CGywXSia','CKr1C0q','ifnLDcbHignVBG','ANnVBJOG','DhvW','B2rkA3G','BNrZihrVigeGDG','B3H5icaGicaGia','y29UzMLNigDLDa','yxrOoIaGica','icbqyxrOihrVia','turVt2u','B3zLidXRzxK+','zxiTC2vYDMvYia','EKvZtNO','q29UzMLNDxjHDa','EgzYEwm','wvbTt0i','B3nQtxO','icbtzxj2zxiGCa','AwnHDguGzMLSzq','q29TBwfUzhm6','q05RC20','y2XHDwrL','z1nfrwe','s2v5ici','CNzItxq','zgvMyxvSDf9HzW','tu9zALa','EeHPqLe','Cf9WyxrOihbVAq','vuPKufC','vhPSDwK','BKPNC0m','pIaGicaGicaGia','q29UzMLNDxjLia','C0zXwwW','CcbKAxjLy3rVCG','BhnLkq','mtiWnJa4mxnXwM1Suq','u2vYDMvYignVBG','FdiZFdD8mJr8mq','BMfTzq','mJi3nJi3AMLLswnw','ihjLC3vSDhm','Cf9WyxrO','qNn6rKG','y29KzxjFC2v0Dq','C3bSAxq','icbZAg93icaGia','z2v0','y29UzMLNihnLDa','BNvTyMvY','rxHWzwn0zwqGBa','x3bHDgGGicaGia','AgfZ','u2v0DxaGy29UzG','rwfmv0O','rhjwEuu','ndu1mgL2C2TQsq','vK12v0e','icbZC2XFA2v5xW','v2nyvw0','u1nmihbYAxzHDa','Dw5Zzxq','sfHOwuK','B3j0icaGicaGia','vMLvwgi','B3iGy2HHBMDLCW','Cc5QC29UktO','r29Puvi','ELniEfi','DLPbBMy','A0nes2i','mtr8mtn8nxWXmG','C3nSx2TLEv9Wyq','zsbRzxKGzMLSzq','C3rVCMuGDgfZAW','lxnLDhvWigrPCG','zKrvvxq','mxWWFdj8mtL8mq','mhWYFdr8m3WX','A2v5pIaGicaGia','iIbUB3qGzM91BG','vvDdBha','z2PHvuO','y3LLvLi','BwvZC2fNzq','Eu1XD0u','yvDOAgm','yKfXBK4','svHjBLG','B25Tzw50CW','sgrhrvC','y29UzMLNihjLBq','uhDJqLq','C2frBKO','DgfZA19ZDg9Yyq','BMzPz3vYyxrPBW','CgfYC2u','ihrVihzPzxCGCW','Auz0rLa','ieDLDcbHignVBG','s2jWz1C','B3j0icHKzwzHDq','DwX0x2fNzw50ia','BIbUB3qGzM91BG','B2nHDgLVBJOG','nefiDM9esa','sM5LsLu','C3nOx2HVC3q','rxjYB3i6ihnLDa','twfRzsbZDxjLia','AgDotfy','mtuYmhjpAeT2vG','DgG6icaGica','Aw9UoG','A2v5CW','C3nSx2nLCNrFCa','twzmsLu','CMvZB2X2zq','kg5VDcbZzxqP','reLls2O','B3z2uMG','AwD1CMf0Aw9Uia','uNvUicjJB2rLCG','DcaOmZaWmcK','CeDVwfC','ELnItg0','r2PzAgm','CMvTB3zL','C3nSx2nHx3bHDa','zMzLy3qU','Dhj1zq','r1jSzhi','AKP3wvG','y2TwwvC','uK5Isum','r211q0q','tgz4ENO','zYbZzxqGzgvMyq','idXRzxK+','z2TYyvC','vw5RBM93BIbJBW','DcbJB25MAwD1CG','CNzLCIbJB25MAq','CL9Zzxr1Cf9Wyq','AdOGicaGica','ihzHBhvL','quvwB2W','zxjFCg9YDca4ma','D01cvxO','yKftB1y','C1nrvMm','DhDZwK4','zsbZzxj2zxiGzG','ihrVigrLzMf1Ba','rg5IBvG','tMToAgC','DxaGCgf0AcbUBW','rNnlvwG','zMLNDxjHDgLVBG','BY9JB2rLCI1Zzq','icbtu0GGAg9ZDa','zhPStue','v0fevKy','qufpBLO','icbmB2nHDgLVBG','rxjYB3i6ifnLDa','ywDLBNqGicaGia','BIbRzxK6ia','icbKzwzHDwX0xW','vxnHz2u6ignVza','DwTmwee','nZmZmtHoq3jYq2W','FdL8ohWXn3WYma','z09Vv20','Dhb5zMm','icbuCNvZDcbWCG','uMvZzxqG','pt09ifnLDhvWia','Agj5CKq','yNrYqxe','mteWnef4veDdqW','zcbPBIbJB25MAq','CMvHzezPBgu','DwLWrKy','rgfesM8','zuTRwvO','suPzq1e','icaGicaGicaGia','zMDXCMS','zuDwA3q','zYbZzxqGy29Kzq','Aejmz1G','ifjLBw92zsbHia','yxrO','zxGP','igTLExmGkhn0BW','icbtzxr1CcbUyq','lxnLCNzLCIbJBW','icbJB2rLCI1Zzq','r0LSzhK','AM9PBG','icbJB2rLCL9Zzq','idXRzxK+idX2yq','icbUyw1LicaGia','Bu9xrvm','verYzKC','ienVBMzPz3vYyq','tg9JyxrPB246ia','igzVCIbLBNzPCG','y29KzxiVy29UzG','rMLYC3qGy29UzG','DhXNzxr8CMvTBW','AMHjELG','BKHczLq','DxaUANnVBIbUBW','y29KzxiTC2v0Dq','C3rYAw5NAwz5','zwn0B3j5','Aw9Uid09pq','Bg9N','v1b5sfe','v1Lbs0O','wM1Sq0O','rxjYB3iGCMvHza','yxzHAwXHyMXLia','mtG5mNHdq1LLtq','y01tshm','DunZB1y','y29Kzq','DhvWx3bHDgGGia','BML0q3C','r2HABgO','tMPsC0i','Aw5NihnLDhvWlG','yxrOicaGicaGia','C2v0DxaUANnVBG','wenoBwK','svvwtNG','ysbSAxn0ig9Mia','icbZzxqGpgTLEq','Dhj1C3rFChjVEa','A2v5CYaOC3rVCG','u2T5DLq','ywXPzcbJB2rLCG','AuL1Dw4','su5isNm','pt09ifnLCNzLCG','rxHHBxbSzxm6','De9uzxi','CMvKigLUih4VlG','BhvLpG','y1LqChq','uKPYCvi','CwzkrMW','icb0yxnRx3n0BW','zYbZzxqGC2vYDG','mtv8nNWYnNWZFa','u1nmignLCNrPzG','thjnC3e','DdOGicaGica','icbNzxqGpgTLEq','sKXhvLy','uxvbve4','C2v0DxaGCgf0Aa','thLsthK','icbZzxj2zxjFCa','CgrgyNy','tM5hvM0','Ahn2Eg0','D25ZBwS','svHWALO','rxjYB3i6ia','CMfNzsaGicaGia','C2HVDW','CeHgBNO','AwD1CMuGDgHLia','icbZC2XFy2vYDa','icb0CNvZDf9WCG','ihrVihrHA2uGzq','Bhq6idmWmdaP','EgLIzKu','odHsEMnQCMm','s0v6u2C','uwPzvhq','nJuYnJu2rvPiwfH5','zujeqva','uMvTB3zLzca','CuzZCNm','ENHfteC','zgXLicHVChrPBW','C2v0','zxr1Cc5QC29Uia','BMzPzYiGzM9Yia','z3vYyxrPB24','id0G','EtOGicaGica','A2v5xsbBDMfSDq','rfPmA1G','DwrLig9YignVza','BMfSkq','ExHjswO','CvD4Awq','sMXzALm','ndeYmtv4ueLmrxC','y29UzMLNDxjHDa','DcbMB3vUzcbHDa','sKnTy0m','Cf9WyxrOoIa','zhH0vwO','Aw9UihzHBhvL','uwPqChq','z3j2uuO'];_0x19cf=function(){return _0x371843;};return _0x19cf();}import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set([_0x113aa8(0x42d,0x446,0x44e,0x385)+_0x113aa8(0x42b,0x438,0x4bb,0x37b),_0x53c456(0x9d,0x148,0x195,0xc7)+'t',_0x113aa8(0x313,0x314,0x367,0x346)+_0x113aa8(0x361,0x2ed,0x3d6,0x2d7),_0x53c456(0x40,0x41,-0xc,-0x14)+'th','ssl_ca_pat'+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set([_0x113aa8(0x30b,0x2b8,0x2ac,0x2f5),_0x113aa8(0x419,0x4c5,0x372,0x3f3)+'ent',_0x53c456(0x5d,0x57,0x6a,0xa0)+'ge',_0x53c456(0xf0,0x181,0x20e,0x137)]);function _0x5863(_0x5c887e,_0x556568){_0x5c887e=_0x5c887e-(0x2498+0x45*-0x6b+-0x600);const _0x5a63a1=_0x19cf();let _0x3a8c78=_0x5a63a1[_0x5c887e];if(_0x5863['NibhLi']===undefined){var _0x1b5f7d=function(_0x1e2e31){const _0x143133='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4c5d6d='',_0x2f039e='';for(let _0x29a6c5=-0x22c0+-0x1723+0x39e3,_0x4be23b,_0x710245,_0x54510c=-0xf3*0x5+-0x1fd8+-0x1*-0x2497;_0x710245=_0x1e2e31['charAt'](_0x54510c++);~_0x710245&&(_0x4be23b=_0x29a6c5%(-0xd0e*-0x1+0x40c+-0x1116)?_0x4be23b*(-0x47*-0x26+0x1*0x146c+-0x1eb6)+_0x710245:_0x710245,_0x29a6c5++%(-0x301*0x4+-0x1*0x244b+-0x3053*-0x1))?_0x4c5d6d+=String['fromCharCode'](0x60c+0x1f72+-0x247f&_0x4be23b>>(-(-0x17*0x189+0x1666+-0xceb*-0x1)*_0x29a6c5&0x5*-0xec+0x228e+0x5*-0x5fc)):-0x21ff+-0x2ff+0x24fe){_0x710245=_0x143133['indexOf'](_0x710245);}for(let _0x2b9833=-0x1cb3+-0x2280+0x3f33,_0xb4a483=_0x4c5d6d['length'];_0x2b9833<_0xb4a483;_0x2b9833++){_0x2f039e+='%'+('00'+_0x4c5d6d['charCodeAt'](_0x2b9833)['toString'](-0x94*0xb+0x1*0xdc9+-0x179*0x5))['slice'](-(-0x1572*-0x1+0x182+0x59*-0x42));}return decodeURIComponent(_0x2f039e);};_0x5863['zKrCyZ']=_0x1b5f7d,_0x5863['CrAPgR']={},_0x5863['NibhLi']=!![];}const _0xdd19ad=_0x5a63a1[0x15d1+-0x442+0x118f*-0x1],_0x5bab60=_0x5c887e+_0xdd19ad,_0x45aabf=_0x5863['CrAPgR'][_0x5bab60];return!_0x45aabf?(_0x3a8c78=_0x5863['zKrCyZ'](_0x3a8c78),_0x5863['CrAPgR'][_0x5bab60]=_0x3a8c78):_0x3a8c78=_0x45aabf,_0x3a8c78;}export async function handleConfig(_0x22432b){const _0x1fc8b6={_0x555719:0x4be,_0x2ac93e:0x45e,_0x41e23b:0x4eb,_0x48752e:0x45c,_0x4e9d92:0xce,_0x9a4e55:0x440,_0x1ad61b:0x487,_0x21e74d:0x443,_0x293c09:0x499,_0x14cbf1:0x5a2,_0x5e0437:0x7e,_0x4c03db:0x3e8,_0x2ef750:0x3cc,_0x5c1ab6:0x585,_0x4e9831:0x5e5,_0x50b9a2:0x87,_0x42fd1e:0x107,_0x4a8029:0x97,_0x45b9c9:0xef,_0x2d186e:0x19,_0x1cdfbb:0xab,_0x344ec5:0x2a,_0x3c0d2f:0x532,_0x5d6149:0x517,_0x12414f:0x478,_0xc918b5:0x59f,_0x6fd37f:0x588,_0x2624b4:0x1cb,_0x3c5423:0x129,_0x2b3974:0x4ee,_0x425e17:0x51f,_0x30b4f7:0x472,_0xfd3d0e:0x93,_0x1ca03a:0xc4,_0x555f9e:0x50,_0x5124c3:0x4c3,_0x4c3b8d:0xb0,_0x4abc13:0x550,_0x3f3025:0x508,_0x490fe6:0x47e,_0x28c2ee:0x526,_0x18c5b1:0x558,_0x542c1f:0xd8,_0x4bee27:0x27,_0x2df02e:0xd3,_0x49451d:0xff,_0x5b74c4:0xab,_0x1c268e:0x1f,_0x5b0a38:0x30,_0x10faaa:0x35,_0x3e3615:0x26,_0x4b1843:0x3c,_0x220814:0x546,_0x29fef7:0x5d3,_0x3b8917:0x4f0,_0x41c2c7:0x548,_0x29cf7a:0x49f,_0x577dad:0x5c8,_0x144ee9:0x4dd,_0x486c83:0x1e,_0x4c5c08:0x71,_0x111c3d:0x45,_0x4bad2d:0x51,_0x514ffa:0xd4,_0xa4a033:0x5d,_0x2d79fd:0x51,_0x11804e:0x62,_0x2682cb:0x86,_0x27e113:0x92,_0x35d08c:0x5b5,_0x40ab47:0x568,_0x7046a9:0x43d,_0x515d48:0x1be,_0x253b25:0x524,_0x23b4b6:0x436,_0x53073f:0x4ed,_0x31532d:0x4c3,_0xb57bc9:0x51a,_0x24e71a:0x5bf,_0x2cfd4b:0x529,_0x4e1b30:0x4c7,_0x165525:0x5c6,_0xe0b9ee:0x4c3,_0x27983c:0x1,_0x102f19:0x38,_0x40b407:0x5b,_0x56cd1e:0x8d,_0xfbf5e9:0x157,_0x1cecc5:0xe,_0x52ae7b:0xe7,_0x4d184b:0x9a,_0x3b8e69:0x5a4,_0x2a4383:0x581,_0x4fe251:0x3f,_0x9adac4:0x137,_0x3c6039:0x11a,_0xd73d98:0xdb,_0x49b023:0x4c6,_0x10fb59:0x4ce,_0x541af2:0x423,_0x5c278f:0x56f,_0x1cf366:0x560,_0x3d71f1:0x135,_0x27d9c6:0x119},_0x48f4ce={_0x52cd27:0x10e},_0x348bab={_0x2d3be9:0x315,_0x48d113:0x158};function _0x180813(_0x26c49e,_0x295256,_0x34ca53,_0x59bf8f){return _0x113aa8(_0x59bf8f- -_0x348bab._0x2d3be9,_0x295256-0xba,_0x26c49e,_0x59bf8f-_0x348bab._0x48d113);}const _0x371c3f={'nitCw':_0x1b1d60(0x421,_0x1fc8b6._0x555719,0x4cd,_0x1fc8b6._0x2ac93e)+_0x1b1d60(0x3ee,0x486,_0x1fc8b6._0x41e23b,_0x1fc8b6._0x48752e)+_0x180813(0x0,0xf8,_0x1fc8b6._0x4e9d92,0x49)+_0x1b1d60(_0x1fc8b6._0x9a4e55,_0x1fc8b6._0x1ad61b,_0x1fc8b6._0x21e74d,0x438)+_0x1b1d60(_0x1fc8b6._0x293c09,0x53a,_0x1fc8b6._0x14cbf1,0x5b5)+'o/coder-se'+_0x180813(_0x1fc8b6._0x5e0437,0x152,0x174,0xed),'dkZjH':_0x1b1d60(0x4c0,0x465,_0x1fc8b6._0x4c03db,_0x1fc8b6._0x2ef750)+_0x1b1d60(0x60f,_0x1fc8b6._0x5c1ab6,_0x1fc8b6._0x4e9831,0x522)+_0x180813(0x14b,_0x1fc8b6._0x50b9a2,0xfc,0x107)+_0x180813(_0x1fc8b6._0x42fd1e,_0x1fc8b6._0x4a8029,0x77,_0x1fc8b6._0x45b9c9)+'alid\x20coder'+_0x180813(-_0x1fc8b6._0x2d186e,-0x78,-_0x1fc8b6._0x1cdfbb,-_0x1fc8b6._0x344ec5)+_0x1b1d60(0x50f,0x4d1,_0x1fc8b6._0x3c0d2f,0x483),'RNbIC':function(_0x50e20a,_0x5eed59){return _0x50e20a===_0x5eed59;},'JLGVV':_0x1b1d60(0x50c,0x47f,0x463,_0x1fc8b6._0x5d6149),'osjMz':_0x1b1d60(_0x1fc8b6._0x12414f,0x51a,_0x1fc8b6._0xc918b5,0x5be),'WPyHQ':function(_0x548f62,_0x3057f3,_0xaf32fb){return _0x548f62(_0x3057f3,_0xaf32fb);},'WcXUm':_0x1b1d60(0x590,_0x1fc8b6._0x6fd37f,0x511,0x4f7),'yMqwE':_0x180813(0x1b6,0xf2,_0x1fc8b6._0x2624b4,_0x1fc8b6._0x3c5423),'JlYjS':function(_0x323199,_0x3bede2){return _0x323199(_0x3bede2);},'hsvxm':_0x1b1d60(_0x1fc8b6._0x2b3974,0x509,0x46b,0x4a2),'UJdPW':_0x1b1d60(_0x1fc8b6._0x425e17,_0x1fc8b6._0x30b4f7,0x3cb,0x451)+_0x180813(_0x1fc8b6._0xfd3d0e,0xc4,_0x1fc8b6._0x1ca03a,_0x1fc8b6._0x555f9e)+'nfig\x22\x20for\x20'+'usage\x20info'+_0x1b1d60(_0x1fc8b6._0x5124c3,0x549,0x5f9,0x511),'gOoWm':function(_0x24f25d,_0x348579){return _0x24f25d!==_0x348579;},'MIuXS':_0x180813(0x11d,_0x1fc8b6._0x4c3b8d,0xc0,0x83),'tUvnI':_0x1b1d60(0x5c8,0x525,0x5a0,_0x1fc8b6._0x4abc13)};function _0x1b1d60(_0x59b6d3,_0x465156,_0x352f64,_0x371908){return _0x113aa8(_0x465156-0x158,_0x465156-_0x48f4ce._0x52cd27,_0x352f64,_0x371908-0x1c1);}const _0x93579=_0x22432b[-0x1*-0x62b+-0x23bf+-0x1*-0x1d94];if(!_0x93579){if(_0x371c3f[_0x1b1d60(_0x1fc8b6._0x3f3025,_0x1fc8b6._0x490fe6,_0x1fc8b6._0x28c2ee,0x4dd)](_0x371c3f[_0x1b1d60(0x50d,0x4fd,0x4ff,0x50b)],_0x1b1d60(_0x1fc8b6._0x18c5b1,0x524,0x534,0x582))){const _0x571cc8=_0x180813(-0x5f,-_0x1fc8b6._0x542c1f,-0x20,-_0x1fc8b6._0x4bee27)['split']('|');let _0x265c19=0xf18+-0x2b*-0x1f+-0x144d;while(!![]){switch(_0x571cc8[_0x265c19++]){case'0':_0x5bab60[_0x180813(_0x1fc8b6._0x2df02e,_0x1fc8b6._0x49451d,0xca,0xdb)](_0x180813(_0x1fc8b6._0x5b74c4,0x98,_0x1fc8b6._0x1c268e,_0x1fc8b6._0x5b0a38)+_0x180813(0x75,0x51,-_0x1fc8b6._0x10faaa,0x27)+_0x180813(-_0x1fc8b6._0x3e3615,-_0x1fc8b6._0x1c268e,_0x1fc8b6._0x4b1843,0x18)+'ed');continue;case'1':_0x4c5d6d[_0x1b1d60(0x57f,_0x1fc8b6._0x220814,_0x1fc8b6._0x29fef7,_0x1fc8b6._0x3b8917)](0x1407+0x205d+-0x3463);continue;case'2':_0x45aabf[_0x1b1d60(0x51b,_0x1fc8b6._0x41c2c7,0x542,_0x1fc8b6._0x29cf7a)]('');continue;case'3':_0x143133[_0x1b1d60(0x49c,0x548,_0x1fc8b6._0x577dad,_0x1fc8b6._0x144ee9)](_0x371c3f[_0x180813(-_0x1fc8b6._0x486c83,-0x8,0x78,_0x1fc8b6._0x4c5c08)]);continue;case'4':_0x1e2e31[_0x180813(0x2a,0xda,_0x1fc8b6._0x111c3d,0xdb)](_0x180813(0x4f,-_0x1fc8b6._0x4bad2d,_0x1fc8b6._0x514ffa,_0x1fc8b6._0xa4a033)+_0x180813(0x8,0x3a,_0x1fc8b6._0x2d79fd,0x9e)+_0x180813(_0x1fc8b6._0x11804e,_0x1fc8b6._0x2682cb,0x92,_0x1fc8b6._0x27e113)+':');continue;}break;}}else showUsage(),process['exit'](0x1*0xe99+0x97a+-0x1812);}try{switch(_0x93579){case _0x371c3f[_0x1b1d60(_0x1fc8b6._0x35d08c,_0x1fc8b6._0x40ab47,0x50a,0x5ae)]:await _0x371c3f[_0x1b1d60(_0x1fc8b6._0x7046a9,0x4d4,0x510,0x4f0)](setConfig,_0x22432b[0x2*-0x464+-0x2*0xd3+0xa6f],_0x22432b[0x2655*0x1+0x1da9+-0x43fc]);break;case _0x371c3f[_0x180813(0xda,_0x1fc8b6._0x515d48,0x1a5,0x127)]:await getConfig(_0x22432b[-0x1e8f+-0x4d*-0x36+0xe52]);break;case _0x1b1d60(0x4cb,0x477,_0x1fc8b6._0x253b25,_0x1fc8b6._0x23b4b6):case _0x371c3f[_0x1b1d60(0x403,0x44d,0x473,0x3c1)]:await _0x371c3f[_0x1b1d60(0x55d,0x526,0x541,_0x1fc8b6._0x53073f)](removeConfig,_0x22432b[0x1cb+0xd*0x20c+-0x1c66]);break;case _0x371c3f[_0x1b1d60(0x547,0x504,_0x1fc8b6._0x31532d,_0x1fc8b6._0xb57bc9)]:await showConfig();break;default:console['error']('Unknown\x20su'+'bcommand:\x20'+_0x93579),console[_0x180813(_0x1fc8b6._0x4a8029,0x96,0x10e,0xdb)](_0x371c3f[_0x1b1d60(0x5e9,0x575,_0x1fc8b6._0x24e71a,_0x1fc8b6._0x2cfd4b)]),process[_0x1b1d60(_0x1fc8b6._0x4e1b30,_0x1fc8b6._0x220814,_0x1fc8b6._0x165525,_0x1fc8b6._0xe0b9ee)](0x1d1e*0x1+-0xfad+-0x35c*0x4);}}catch(_0x4ab12c){_0x371c3f[_0x180813(-0x13,0x92,-_0x1fc8b6._0x27983c,_0x1fc8b6._0x102f19)](_0x371c3f[_0x180813(_0x1fc8b6._0x40b407,_0x1fc8b6._0x56cd1e,_0x1fc8b6._0xfbf5e9,0xd1)],_0x371c3f['tUvnI'])?(console['error'](_0x180813(-_0x1fc8b6._0x1cecc5,_0x1fc8b6._0x52ae7b,0x12f,_0x1fc8b6._0x4d184b)+_0x4ab12c['message']),process[_0x1b1d60(0x4fa,0x546,_0x1fc8b6._0x3b8e69,_0x1fc8b6._0x2a4383)](0x21c7+0x8f8+-0x155f*0x2)):(_0x56c966[_0x180813(_0x1fc8b6._0x4fe251,_0x1fc8b6._0x9adac4,_0x1fc8b6._0x3c6039,_0x1fc8b6._0xd73d98)]('Error:\x20set'+_0x1b1d60(_0x1fc8b6._0x49b023,_0x1fc8b6._0x10fb59,0x4c0,_0x1fc8b6._0x541af2)+_0x1b1d60(0x4f4,0x529,_0x1fc8b6._0x5c278f,_0x1fc8b6._0x1cf366)+'\x20'+_0x2fa429),_0x1fd3b7[_0x180813(0x7a,_0x1fc8b6._0x3d71f1,_0x1fc8b6._0x27d9c6,0xdb)](_0x371c3f['dkZjH']));}}function showUsage(){const _0x23c67e={_0x1cfe31:0x22e,_0x46d8fd:0x1b8,_0x2ce919:0x267,_0x5439cc:0x2b,_0x506b0e:0x398,_0x7a7f2e:0x30e,_0x5d1af4:0x272,_0x561d2f:0x113,_0x4203f4:0x330,_0x5cf5f7:0x3b0,_0x8cffd5:0xad,_0x130b35:0xa3,_0x21e96f:0x89,_0x216675:0x3a2,_0x22647e:0xe2,_0x4e71b2:0x120,_0x426a02:0xf5,_0x27484a:0xb8,_0x41fcf7:0x225,_0x3a3a8a:0x1c8,_0x4f3bd6:0x1fd,_0x4b63ca:0x26e,_0x3921cb:0x257,_0x3bfe0c:0x81,_0x4892af:0x25,_0x4bcab8:0x129,_0xe5a81:0x3df,_0x32ba06:0xf6,_0x52800c:0x152,_0x58f385:0x30c,_0x46069e:0x12d,_0x45979c:0x94,_0x5cbdbb:0xbc,_0x3960b3:0x24c,_0xd5bcac:0x277,_0x385825:0x205,_0x5061e1:0x312,_0x53ed89:0x32,_0x234cf5:0x1e6,_0x7c6ca2:0x2a4,_0x305980:0x277,_0x64a503:0xda,_0x598918:0x16a,_0x5bc733:0x77,_0x109c24:0x6c,_0xb1947d:0x1d6,_0x5441c9:0x17f,_0x577ccc:0x1cd,_0x38bfb3:0x1ed,_0x2608ac:0x152,_0x1322e6:0x28c,_0x52280f:0x2c2,_0x277da7:0x31f,_0x34b117:0x2b3,_0x1335b7:0x311,_0x4c5f01:0x2f8,_0x1f34e7:0x25b,_0x41c511:0x1cc,_0x31945a:0x2d3,_0x54ecd4:0x2,_0x1b5326:0x342,_0x535fb5:0x34a,_0x123952:0x2a4,_0x5480c5:0x2d0,_0x107fe1:0x303,_0x1b43d6:0xae,_0x3019d7:0x67,_0x357b53:0x13,_0xe6b30:0x168,_0x591753:0x121,_0x5b2f54:0x187,_0x4d252d:0x171,_0x37873b:0x111,_0x133edd:0x2f1,_0x21e9d4:0x250,_0x180ef7:0x351,_0xa97a6c:0x25c,_0x4e5652:0x243,_0x284581:0x2b1,_0x164649:0x25e,_0x7d90fc:0x2c3,_0x207bcd:0x31c,_0xcd394f:0x34b,_0x266445:0x306,_0xe5bb99:0x313,_0x375134:0x2fb,_0x983114:0x2af,_0x2abc5a:0x25d,_0x2aad35:0x75,_0x10e7fa:0x6,_0x8238cf:0x57,_0x1d48c0:0x8a,_0x917287:0x12,_0x1c9bfe:0x320,_0x30c475:0x332,_0x4f5f5f:0x322,_0x1907fc:0x2d2,_0x56a966:0x1b,_0x499c76:0x5e,_0x2af08e:0x55,_0x318260:0x14b,_0x596ce3:0x235,_0x2c18c6:0x29f,_0x4462a9:0x2f0,_0xdd7299:0x307,_0x21dde1:0x309,_0x685a7e:0x1d0,_0x4dd0f5:0x1f0,_0x22b7b2:0x1a1,_0x3af896:0x144,_0x51392e:0x8f,_0x846ce3:0x25a,_0x1a3414:0x231,_0x2f350a:0x227,_0xba8620:0x56,_0x4205ef:0x186,_0x1b4b6b:0x2f2,_0x4d9b7a:0x2e0,_0x2ec5c5:0x2e5,_0x523e93:0x387,_0x10a649:0x368,_0x5181d4:0x3a5,_0x4fdc13:0xfd,_0x5350be:0xe7,_0x856b56:0x98,_0x2ef507:0x15a,_0x946843:0x16a,_0x2dd7e4:0x12e,_0x53a3e1:0x273,_0x5732d8:0x1f2,_0x4c44d2:0x1aa,_0x12bfcb:0xa6,_0xedef30:0x3d,_0x5be88e:0x3c,_0x480852:0x251,_0x1e8395:0x2ce,_0x1273de:0x2a5,_0x43450c:0x2f9,_0x4403fd:0x23d,_0x4dc6a0:0x123,_0x500379:0xab,_0x4a1f0d:0xc7,_0x51ab98:0x122,_0x5917cc:0x135,_0x5373d1:0x89,_0x5e826d:0x112,_0x156725:0xab,_0x148714:0xea,_0x5344a1:0x61,_0x7861b2:0x25f,_0x3a1561:0x2c7,_0x2add68:0x196,_0x28b48a:0x19b,_0x225a37:0x1c5,_0x24e072:0x214,_0xa7f717:0x3c,_0x5ca8f5:0x3e,_0x5bf09e:0x16,_0x55b266:0x2a,_0x1294fd:0x1fa,_0x1b6231:0x293,_0x185f9e:0x2fe,_0x2816d1:0x362,_0x4b6597:0x257,_0x301dd3:0x295,_0x353d03:0x46,_0x1392a5:0x4d,_0x15349d:0x18,_0x21a9b3:0x2c1,_0x470330:0x2ee,_0x1b8b4e:0x27c,_0x561d05:0xa8,_0x555c36:0xf2,_0x1a8600:0x39,_0x502998:0x329,_0x10d41f:0x300,_0x381913:0x2a8,_0x481544:0xa7,_0x3b7dd7:0x5,_0xd51ada:0x105,_0x1f2a54:0x3c,_0x40d773:0x392,_0xb3ad85:0x1a5,_0x43a614:0x11f,_0x12cd1d:0x34,_0x2db56c:0x1c8,_0x2acd01:0x13c,_0x7ab451:0x170,_0x115757:0x2ab,_0x59e7b1:0x284,_0x269afb:0x365,_0x39a2d1:0x3b3,_0x22ee09:0x35d,_0x5f1fb3:0x378,_0x250cdd:0x276,_0x586130:0x239,_0x4f1406:0x39c,_0x47e5fd:0x27b,_0x20b851:0x380,_0x2230ed:0x27d,_0x355517:0x2fa,_0x303d7c:0x2b4,_0x591091:0x36a,_0x10aa56:0x2bf,_0x344e0f:0x278,_0x4e9f1c:0x97,_0xafa293:0x293,_0x253d1c:0xac,_0x460fc0:0x336,_0x4a00a2:0x2fe,_0x7b47c6:0xc5,_0x4aea70:0x54,_0x588048:0x130,_0x55141e:0x217,_0x2dd152:0x256,_0x141568:0x233,_0x28fcc9:0x98,_0x185337:0x5b,_0x20a098:0x106,_0xd98116:0xd,_0x819e9f:0xa2,_0x4846f1:0x87,_0x149aba:0x11e,_0x235805:0xef,_0x1e223d:0x163,_0x3f9f79:0x110,_0x25f3c2:0x11a,_0x31bf1c:0x325,_0x2cd8e3:0x2f9,_0xef5d18:0x69,_0x44ccf2:0x274,_0x4aeb7b:0x61,_0x1f7bbf:0x2a,_0x4b1aa8:0x60,_0x336972:0x50,_0x2bf2ed:0xae,_0x323c73:0x291,_0x134f6c:0xb2,_0x53c87b:0xef,_0x4a1b26:0x49,_0x23972f:0x26a,_0x37860b:0x241,_0x44ae65:0x2c4,_0x26b3b9:0x45,_0x12b55e:0x3},_0x553f0e={_0x25f411:0xcd},_0x13b7ff={_0x2519f0:0xf2},_0x120ee1={};_0x120ee1[_0x5465e1(_0x23c67e._0x1cfe31,_0x23c67e._0x46d8fd,_0x23c67e._0x2ce919,0x2f0)]=_0x54da66(-0x3e,-0xc8,-0x60,-_0x23c67e._0x5439cc),_0x120ee1[_0x5465e1(0x2e0,0x2a0,0x2b8,0x302)]='\x20\x20set\x20<key'+'>\x20<value>\x20'+_0x5465e1(0x386,_0x23c67e._0x506b0e,_0x23c67e._0x7a7f2e,_0x23c67e._0x5d1af4)+_0x54da66(-_0x23c67e._0x561d2f,-0xf0,-0x135,-0x11d)+'\x20value',_0x120ee1[_0x5465e1(0x31c,0x36a,_0x23c67e._0x4203f4,_0x23c67e._0x5cf5f7)]=_0x54da66(-_0x23c67e._0x8cffd5,-_0x23c67e._0x130b35,-0xf0,-_0x23c67e._0x21e96f)+_0x5465e1(0x340,_0x23c67e._0x216675,0x32e,0x37c)+_0x54da66(-0x14e,-_0x23c67e._0x22647e,-0x172,-0x122)+'figuration'+_0x54da66(-_0x23c67e._0x4e71b2,-0x1a1,-0xc1,-0x7a),_0x120ee1[_0x54da66(-_0x23c67e._0x426a02,-_0x23c67e._0x27484a,-0x104,-0x14a)]='\x20\x20remove\x20<'+_0x5465e1(_0x23c67e._0x41fcf7,_0x23c67e._0x3a3a8a,_0x23c67e._0x4f3bd6,0x1dc)+_0x5465e1(0x318,0x229,_0x23c67e._0x4b63ca,_0x23c67e._0x3921cb)+_0x54da66(-_0x23c67e._0x3bfe0c,-0x32,-0xea,_0x23c67e._0x4892af)+_0x54da66(-0x7c,-0x6e,-0x64,-_0x23c67e._0x4bcab8),_0x120ee1[_0x54da66(-0x25,0x74,0x69,-0x85)]=_0x5465e1(0x3c3,_0x23c67e._0xe5a81,0x33d,0x30c)+_0x54da66(-_0x23c67e._0x32ba06,-0x63,-0xc1,-_0x23c67e._0x52800c)+_0x5465e1(0x393,0x387,_0x23c67e._0x58f385,0x2ee)+'configurat'+'ion',_0x120ee1[_0x54da66(-_0x23c67e._0x46069e,-_0x23c67e._0x45979c,-0x175,-_0x23c67e._0x5cbdbb)]='Server\x20con'+_0x5465e1(0x1ad,0x1bf,_0x23c67e._0x3960b3,0x21d)+_0x5465e1(_0x23c67e._0xd5bcac,0x220,0x271,0x23d)+_0x5465e1(_0x23c67e._0x385825,0x2dd,0x2a7,_0x23c67e._0x5061e1)+'coder/conf'+'ig.json):';function _0x5465e1(_0x1b8aa5,_0x5b1890,_0x49d5cf,_0x1ac0dd){return _0x113aa8(_0x49d5cf- -_0x13b7ff._0x2519f0,_0x5b1890-0x48,_0x1ac0dd,_0x1ac0dd-0x1f2);}_0x120ee1[_0x54da66(-0x43,-0x21,-_0x23c67e._0x53ed89,0x2b)]=_0x5465e1(_0x23c67e._0x234cf5,_0x23c67e._0x7c6ca2,_0x23c67e._0x305980,0x2e3)+'tup_path\x20\x20'+'\x20\x20Path\x20to\x20'+_0x54da66(-_0x23c67e._0x64a503,-_0x23c67e._0x598918,-_0x23c67e._0x5bc733,-_0x23c67e._0x109c24)+'p\x20director'+'y',_0x120ee1[_0x54da66(-0x126,-_0x23c67e._0xb1947d,-_0x23c67e._0x5441c9,-_0x23c67e._0x577ccc)]='\x20\x20server_p'+_0x5465e1(0x204,0x23a,_0x23c67e._0x38bfb3,_0x23c67e._0x2608ac)+_0x5465e1(_0x23c67e._0x1322e6,_0x23c67e._0x52280f,_0x23c67e._0x277da7,_0x23c67e._0x34b117)+'ort\x20(defau'+_0x5465e1(_0x23c67e._0x1335b7,0x337,0x2c5,_0x23c67e._0x4c5f01),_0x120ee1[_0x5465e1(_0x23c67e._0x1f34e7,_0x23c67e._0x41c511,0x26d,_0x23c67e._0x31945a)]=_0x54da66(-0x9d,-_0x23c67e._0x54ecd4,-0xb5,-0x73)+_0x5465e1(0x2b3,0x292,_0x23c67e._0x1b5326,_0x23c67e._0x535fb5)+_0x5465e1(_0x23c67e._0x123952,0x3bd,0x316,_0x23c67e._0x5480c5)+'SSL\x20certif'+'icate\x20file',_0x120ee1['WYAKJ']=_0x5465e1(0x2d5,0x372,0x349,0x29c)+_0x5465e1(0x366,0x34e,_0x23c67e._0x107fe1,0x399)+_0x54da66(-0x49,-_0x23c67e._0x1b43d6,-0x7e,-0x1c)+_0x54da66(-0x14,-_0x23c67e._0x3019d7,_0x23c67e._0x357b53,0x40)+_0x54da66(-_0x23c67e._0xe6b30,-_0x23c67e._0x591753,-_0x23c67e._0x5b2f54,-0x1eb),_0x120ee1['INHJs']='\x20\x20ssl_ca_p'+_0x54da66(-0xc7,-0x124,-_0x23c67e._0x4d252d,-_0x23c67e._0x37873b)+'\x20\x20Path\x20to\x20'+_0x5465e1(0x26a,_0x23c67e._0x107fe1,_0x23c67e._0x133edd,0x245)+_0x5465e1(_0x23c67e._0x21e9d4,0x318,0x2cf,_0x23c67e._0x180ef7)+_0x5465e1(_0x23c67e._0xa97a6c,_0x23c67e._0x4e5652,0x2d9,_0x23c67e._0x284581),_0x120ee1['bbGRN']=_0x5465e1(_0x23c67e._0x164649,0x2ea,_0x23c67e._0x7d90fc,_0x23c67e._0x207bcd)+_0x5465e1(_0x23c67e._0xcd394f,_0x23c67e._0x266445,_0x23c67e._0xe5bb99,_0x23c67e._0x375134)+_0x5465e1(0x1e2,_0x23c67e._0x983114,_0x23c67e._0x2abc5a,0x1d6)+_0x54da66(-_0x23c67e._0x2aad35,-0x102,-0x6,-_0x23c67e._0x10e7fa)+_0x54da66(-_0x23c67e._0x8238cf,-_0x23c67e._0x1d48c0,_0x23c67e._0x917287,-0x15)+_0x5465e1(0x3dc,_0x23c67e._0x1c9bfe,_0x23c67e._0x30c475,0x35d),_0x120ee1[_0x5465e1(0x291,0x2f9,_0x23c67e._0x4f5f5f,_0x23c67e._0x1907fc)]=_0x54da66(-_0x23c67e._0x56a966,-_0x23c67e._0x499c76,0x7a,_0x23c67e._0x2af08e)+_0x54da66(-0x138,-0x16e,-_0x23c67e._0x318260,-0x1e3)+_0x5465e1(0x220,_0x23c67e._0x596ce3,_0x23c67e._0x2c18c6,0x2b7)+_0x5465e1(_0x23c67e._0x4462a9,_0x23c67e._0xdd7299,_0x23c67e._0x21dde1,0x28c)+_0x5465e1(0x1d5,_0x23c67e._0x685a7e,_0x23c67e._0x4dd0f5,_0x23c67e._0x22b7b2),_0x120ee1[_0x54da66(-0xc5,-0xe2,-_0x23c67e._0x3af896,-_0x23c67e._0x51392e)]=_0x5465e1(_0x23c67e._0x846ce3,0x235,0x279,0x1eb)+_0x5465e1(0x2c6,_0x23c67e._0x1a3414,0x269,_0x23c67e._0x2f350a)+_0x54da66(-0xed,-_0x23c67e._0xba8620,-0xb1,-_0x23c67e._0x4205ef)+'me',_0x120ee1[_0x5465e1(_0x23c67e._0x1b4b6b,_0x23c67e._0x4d9b7a,_0x23c67e._0x2ec5c5,_0x23c67e._0x523e93)]=_0x54da66(-0xb3,-0x152,-0x152,-0x8b)+'rage\x20\x20\x20\x20\x20\x20'+_0x5465e1(_0x23c67e._0x10a649,_0x23c67e._0x5181d4,0x316,0x29e)+_0x54da66(-0x167,-0x1be,-_0x23c67e._0x4fdc13,-_0x23c67e._0x5350be)+_0x54da66(-0x27,-0x67,-_0x23c67e._0x856b56,-_0x23c67e._0x1b43d6),_0x120ee1[_0x54da66(-_0x23c67e._0x2ef507,-_0x23c67e._0x946843,-0x200,-_0x23c67e._0x2dd7e4)]=_0x5465e1(0x30f,0x32c,0x301,_0x23c67e._0x53a3e1)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20SSH\x20host'+_0x5465e1(_0x23c67e._0x5732d8,0x26d,0x27e,0x289)+_0x54da66(-0x158,-_0x23c67e._0x4c44d2,-0x1e6,-0x1b5),_0x120ee1[_0x54da66(-0x4e,-_0x23c67e._0x12bfcb,-_0x23c67e._0xedef30,_0x23c67e._0x5be88e)]=_0x5465e1(_0x23c67e._0x480852,_0x23c67e._0x1e8395,_0x23c67e._0x1273de,_0x23c67e._0x43450c),_0x120ee1[_0x54da66(-0x10f,-0x132,-0x9c,-0x60)]=_0x5465e1(_0x23c67e._0x1273de,0x266,0x274,_0x23c67e._0x4403fd)+_0x54da66(-_0x23c67e._0x4dc6a0,-_0x23c67e._0x500379,-0x179,-_0x23c67e._0x4a1f0d)+'g\x20set\x20code'+_0x54da66(-_0x23c67e._0x51ab98,-_0x23c67e._0x5917cc,-_0x23c67e._0x5373d1,-0x13e)+'th\x20/path/t'+_0x54da66(-_0x23c67e._0x5e826d,-_0x23c67e._0x156725,-0x165,-0x8c)+'tup',_0x120ee1[_0x54da66(-_0x23c67e._0x148714,-0xf0,-_0x23c67e._0x5344a1,-0x137)]=_0x5465e1(_0x23c67e._0x7861b2,0x29d,0x274,_0x23c67e._0x3a1561)+_0x54da66(-0x123,-0x19b,-_0x23c67e._0x2add68,-_0x23c67e._0x28b48a)+'g\x20set\x20defa'+_0x5465e1(_0x23c67e._0x225a37,0x1f5,_0x23c67e._0x24e072,0x230)+_0x54da66(-_0x23c67e._0xa7f717,-0xa8,-0x5c,-_0x23c67e._0x5ca8f5),_0x120ee1[_0x54da66(-0x45,-0x14,-_0x23c67e._0x5bf09e,_0x23c67e._0x55b266)]=_0x54da66(-0xeb,-0xbd,-0x11c,-0x59)+_0x5465e1(_0x23c67e._0x1294fd,0x279,0x23c,_0x23c67e._0x1b6231)+'g\x20show';const _0x57094d=_0x120ee1;console[_0x5465e1(0x267,0x28d,_0x23c67e._0x185f9e,_0x23c67e._0x2816d1)](_0x5465e1(0x1c7,0x2a5,_0x23c67e._0x4b6597,_0x23c67e._0x301dd3)+_0x54da66(-0x46,_0x23c67e._0x353d03,_0x23c67e._0x1392a5,-_0x23c67e._0x15349d)+_0x5465e1(_0x23c67e._0x21a9b3,0x325,_0x23c67e._0x470330,_0x23c67e._0x1b8b4e)+'t|get|remo'+_0x54da66(-0x55,-_0x23c67e._0x561d05,0x52,-_0x23c67e._0x555c36)+'key]\x20[valu'+'e]'),console[_0x54da66(-_0x23c67e._0x5344a1,-0xa9,0x0,_0x23c67e._0x1a8600)](''),console[_0x5465e1(_0x23c67e._0x1b5326,_0x23c67e._0x502998,0x2fe,0x2d2)](_0x57094d['eKkYZ']),console[_0x5465e1(_0x23c67e._0x10d41f,_0x23c67e._0x381913,_0x23c67e._0x185f9e,0x2d3)](_0x57094d[_0x54da66(-_0x23c67e._0x481544,-0x29,-0x104,-_0x23c67e._0x3b7dd7)]),console[_0x54da66(-_0x23c67e._0x5344a1,-_0x23c67e._0xd51ada,0x3a,-_0x23c67e._0x1f2a54)](_0x57094d[_0x5465e1(_0x23c67e._0x40d773,0x286,0x330,0x3ba)]),console['error'](_0x57094d[_0x54da66(-_0x23c67e._0x426a02,-0x78,-_0x23c67e._0xb3ad85,-_0x23c67e._0x43a614)]),console['error'](_0x57094d['BszFH']),console['error'](''),console[_0x54da66(-0x61,0x27,-0x96,_0x23c67e._0x12cd1d)](_0x57094d[_0x54da66(-_0x23c67e._0x46069e,-_0x23c67e._0x2db56c,-_0x23c67e._0x2acd01,-_0x23c67e._0x7ab451)]),console[_0x5465e1(_0x23c67e._0x115757,_0x23c67e._0x180ef7,0x2fe,_0x23c67e._0x59e7b1)](_0x57094d[_0x5465e1(_0x23c67e._0x269afb,_0x23c67e._0x39a2d1,0x31c,0x33c)]),console[_0x5465e1(_0x23c67e._0x22ee09,_0x23c67e._0x5f1fb3,_0x23c67e._0x185f9e,0x2b8)](_0x57094d[_0x5465e1(0x1f1,_0x23c67e._0x250cdd,_0x23c67e._0x586130,0x1e2)]),console[_0x5465e1(_0x23c67e._0x4f1406,_0x23c67e._0x47e5fd,0x2fe,_0x23c67e._0x20b851)](_0x57094d[_0x5465e1(_0x23c67e._0x2230ed,_0x23c67e._0x355517,0x26d,_0x23c67e._0x303d7c)]);function _0x54da66(_0x1f0dfb,_0x48aecc,_0x208abf,_0x3f3dcd){return _0x53c456(_0x3f3dcd,_0x1f0dfb- -0x1aa,_0x208abf-0x11b,_0x3f3dcd-_0x553f0e._0x25f411);}console[_0x5465e1(_0x23c67e._0x591091,0x365,0x2fe,0x3a2)](_0x57094d[_0x5465e1(_0x23c67e._0x10aa56,0x284,0x28b,_0x23c67e._0x344e0f)]),console['error'](_0x57094d[_0x54da66(-0xbc,-0xfb,-0xe4,-_0x23c67e._0x4e9f1c)]),console[_0x5465e1(0x2a5,_0x23c67e._0xafa293,0x2fe,0x345)](_0x57094d['bbGRN']),console['error'](''),console[_0x54da66(-0x61,-_0x23c67e._0x253d1c,-0x2c,-0xc7)](_0x57094d[_0x54da66(-0x3d,-0xc7,-0x7b,-0xa3)]),console[_0x5465e1(0x2da,_0x23c67e._0x460fc0,_0x23c67e._0x4a00a2,0x25e)](_0x57094d[_0x54da66(-_0x23c67e._0x7b47c6,-0xfc,-_0x23c67e._0x4aea70,-_0x23c67e._0x588048)]),console['error'](_0x5465e1(0x1da,_0x23c67e._0x55141e,_0x23c67e._0x2dd152,_0x23c67e._0x141568)+_0x54da66(-0x10b,-0x105,-0xe7,-_0x23c67e._0x28fcc9)+_0x54da66(-_0x23c67e._0x185337,-_0x23c67e._0x20a098,-_0x23c67e._0xd98116,-_0x23c67e._0x819e9f)+'agent\x20(cla'+_0x54da66(-_0x23c67e._0x4846f1,-_0x23c67e._0x109c24,-_0x23c67e._0x149aba,-0xb2)+_0x54da66(-_0x23c67e._0x235805,-_0x23c67e._0x1e223d,-_0x23c67e._0x3f9f79,-_0x23c67e._0x25f3c2)),console[_0x5465e1(_0x23c67e._0x31bf1c,_0x23c67e._0x52280f,0x2fe,0x25b)](_0x57094d[_0x5465e1(0x242,_0x23c67e._0x2cd8e3,_0x23c67e._0x2ec5c5,0x2ac)]),console[_0x54da66(-_0x23c67e._0x5344a1,0x40,-_0x23c67e._0xef5d18,0x1b)](_0x57094d[_0x54da66(-0x15a,-0xd6,-0x1b2,-0x1da)]),console[_0x5465e1(_0x23c67e._0x44ccf2,0x389,0x2fe,0x2ac)](''),console[_0x54da66(-_0x23c67e._0x4aeb7b,-0xab,-_0x23c67e._0x1f7bbf,-0x9c)](_0x57094d[_0x54da66(-0x4e,0x53,0xc,-_0x23c67e._0x4b1aa8)]),console[_0x54da66(-0x61,-0x94,-_0x23c67e._0x336972,-_0x23c67e._0x2bf2ed)](_0x57094d[_0x5465e1(_0x23c67e._0x323c73,0x2d6,0x250,_0x23c67e._0x47e5fd)]),console['error'](_0x5465e1(0x23d,0x2b9,0x274,0x1de)+'rver\x20confi'+_0x54da66(-_0x23c67e._0x134f6c,-_0x23c67e._0x53c87b,-_0x23c67e._0x336972,-_0x23c67e._0x4a1b26)+_0x5465e1(0x2ad,_0x23c67e._0x23972f,_0x23c67e._0x37860b,0x212)+'80'),console['error'](_0x57094d[_0x5465e1(_0x23c67e._0x44ae65,0x1ca,0x275,0x307)]),console['error'](_0x57094d[_0x54da66(-_0x23c67e._0x26b3b9,_0x23c67e._0x12b55e,0x48,-0xbf)]);}async function setConfig(_0x9bc28b,_0x6c993d){const _0x592a1b={_0x228984:0x111,_0x5cb16f:0x8d,_0x5dd04d:0x33,_0x1fe084:0x1,_0x22aa81:0x43,_0x34c6a0:0x6e,_0x456a03:0x2e,_0x449a6b:0x56,_0x4936ad:0x27,_0x2e2454:0x7b,_0x54705c:0x8a,_0x2c1c62:0x2,_0x5bdc44:0x116,_0x5ef858:0x30,_0x4e044a:0x70,_0x577d1f:0x10e,_0x2b2307:0x57,_0x2cd52c:0xdd,_0x1299af:0x25,_0x2ee046:0xf,_0x9ec0d1:0x44,_0x19a2ad:0xf0,_0x14f8ec:0x16d,_0xa7928d:0x120,_0x1cf63f:0x65,_0x37a368:0xc2,_0x26badc:0x138,_0x271035:0x2f,_0x3f7925:0x1a,_0x21f31b:0xd0,_0x5cd23a:0x76,_0x34aaac:0x47,_0x422452:0x4,_0xc7500b:0x1c},_0xafc917={_0x16cf96:0x3f2,_0x2f6fff:0x77},_0x86b5fc={_0x4d2999:0x3c1,_0x59c9a9:0x44};function _0x7f7427(_0x3fb72a,_0x39abde,_0x580015,_0x16cc08){return _0x113aa8(_0x3fb72a- -_0x86b5fc._0x4d2999,_0x39abde-0x1d7,_0x39abde,_0x16cc08-_0x86b5fc._0x59c9a9);}function _0x481808(_0x3dafa8,_0x1ead50,_0x22a0fa,_0x291e45){return _0x113aa8(_0x22a0fa- -_0xafc917._0x16cf96,_0x1ead50-0x1d6,_0x3dafa8,_0x291e45-_0xafc917._0x2f6fff);}const _0x43d320={'TDrfG':function(_0x5c320c,_0xcd1c7e){return _0x5c320c===_0xcd1c7e;},'iFtFP':function(_0x2de3e8,_0x5c9bff){return _0x2de3e8&&_0x5c9bff;},'UWClp':'Run\x20\x22coder'+_0x481808(-0x56,-_0x592a1b._0x228984,-_0x592a1b._0x5cb16f,-0x5a)+'nfig\x22\x20for\x20'+_0x7f7427(-_0x592a1b._0x5dd04d,-_0x592a1b._0x1fe084,0x52,0x1)+_0x7f7427(-0x41,_0x592a1b._0x22aa81,_0x592a1b._0x34c6a0,-0x4e)+_0x481808(-0x5b,-0x16e,-0xe0,-0xdd),'NjWol':function(_0x250aa1,_0x448e2e,_0x1c20ce){return _0x250aa1(_0x448e2e,_0x1c20ce);},'HchRp':function(_0x25be01,_0x4a4d41,_0x216c9f){return _0x25be01(_0x4a4d41,_0x216c9f);}};(!_0x9bc28b||_0x43d320[_0x7f7427(-0x54,-_0x592a1b._0x456a03,-_0x592a1b._0x449a6b,-_0x592a1b._0x4936ad)](_0x6c993d,undefined))&&(console[_0x481808(_0x592a1b._0x2e2454,_0x592a1b._0x54705c,-_0x592a1b._0x2c1c62,0x8d)](_0x7f7427(-0x78,-_0x592a1b._0x5bdc44,_0x592a1b._0x5ef858,-0x5c)+'er-server\x20'+_0x7f7427(_0x592a1b._0x4e044a,_0x592a1b._0x577d1f,0x15,0xad)+_0x7f7427(-_0x592a1b._0x2b2307,-0xaf,-_0x592a1b._0x2cd52c,-0x6a)+_0x7f7427(-_0x592a1b._0x4936ad,_0x592a1b._0x1299af,0x64,-0x37)),process[_0x481808(_0x592a1b._0x2ee046,-0x69,-0x4,_0x592a1b._0x9ec0d1)](-0x2*0x971+0x2e5+0x2*0x7ff));const _0x2638de=SERVER_CONFIG_KEYS[_0x481808(-0x53,-0x47,_0x592a1b._0x22aa81,0x45)](_0x9bc28b),_0x3dc13e=SETUP_JSON_KEYS['has'](_0x9bc28b);_0x43d320[_0x481808(-0x7c,-0x98,-_0x592a1b._0x19a2ad,-_0x592a1b._0x14f8ec)](!_0x2638de,!_0x3dc13e)&&(console[_0x481808(-0xa2,-0x98,-_0x592a1b._0x2c1c62,-0x80)](_0x481808(-0x28,-_0x592a1b._0xa7928d,-0xc6,-_0x592a1b._0x1cf63f)+_0x7f7427(-_0x592a1b._0x37a368,-0x3a,-0x84,-_0x592a1b._0x26badc)+_0x7f7427(-0x7a,0x13,-0x81,0xf)+_0x9bc28b),console[_0x7f7427(_0x592a1b._0x271035,0x40,_0x592a1b._0x3f7925,-0x50)](_0x43d320[_0x7f7427(-_0x592a1b._0x21f31b,-_0x592a1b._0x5cd23a,-0xa0,-0x3c)]),process[_0x481808(-_0x592a1b._0x34aaac,-0x77,-_0x592a1b._0x422452,-0x19)](0x3*-0x2f3+-0x25a4+0xb*0x43a));if(_0x2638de)await _0x43d320[_0x481808(-_0x592a1b._0xc7500b,-0x3b,0x5,-0x44)](setServerConfig,_0x9bc28b,_0x6c993d);else _0x3dc13e&&await _0x43d320['HchRp'](setSetupConfig,_0x9bc28b,_0x6c993d);}function _0x53c456(_0x2f9934,_0x6fb209,_0x4bd47e,_0x317008){const _0x547f53={_0x36fbd6:0x18a};return _0x5863(_0x6fb209- -_0x547f53._0x36fbd6,_0x2f9934);}async function setServerConfig(_0x56d42a,_0x299576){const _0x22df62={_0x109afa:0x83,_0x281c25:0x11c,_0x43806a:0x11c,_0x247ac3:0x11a,_0x1ea4e6:0x1c,_0x4ccfb5:0x72,_0x29f524:0xe2,_0x43546e:0x73,_0x2c6d6a:0x169,_0x6781d5:0x61,_0x18018a:0xd5,_0x2f4bf0:0x16f,_0x138283:0x13a,_0x4a0f0d:0x16d,_0x118274:0x99,_0x184e16:0x31,_0x346331:0x10c,_0x341e8f:0x71,_0x3e6fd0:0xb3,_0x1aabba:0x49,_0x43a772:0x4b,_0x110483:0x4e,_0x441b07:0xec,_0x5e1404:0x52,_0x4ff536:0xa6,_0x55266b:0x137,_0x230810:0x57,_0x512cfb:0xf,_0xd2fc5f:0x192,_0x28c1fd:0x1ac,_0x565421:0x6e,_0xd8d2b9:0x11e,_0x7aac41:0x86,_0x3f7919:0xce,_0x39dd1d:0x4e,_0x228235:0xcc,_0x46c012:0xf8,_0x527b94:0x154,_0x2d1d90:0x5e,_0x18c206:0x50,_0x1aa155:0x60,_0x24cb2d:0x116,_0x35c387:0x82,_0x3db053:0x196,_0x5d889f:0x227,_0x255486:0xc4,_0x1a298:0x117,_0x49e1e4:0x131,_0x1203fb:0x1e0,_0x48674f:0xe9,_0x404239:0x95,_0x403408:0x1,_0x52eef0:0x8f,_0x439590:0x184,_0x596bd1:0x10,_0x4e16d7:0xea,_0x414dca:0xfb,_0x3c2aa6:0x9e,_0x368b6b:0x91,_0x583528:0xe5,_0x33d877:0x132,_0x4cccfd:0x135,_0x430777:0x101,_0x4ac9b5:0x5f,_0x4da0ac:0x12,_0x2248f9:0x47,_0x445c4a:0x8b,_0x469add:0x1a,_0x2e8608:0x89,_0x452e5c:0x5a,_0xb4fa06:0xae,_0x3c087b:0x8c,_0x5dd2db:0x193,_0x5c4503:0xae,_0x1e4fd3:0x4e,_0x21f14e:0x5e,_0x40eb18:0xbe,_0x3dec76:0x92,_0x4814ca:0xb7,_0x494bcb:0xaf,_0x218865:0xab,_0x571976:0x9,_0x2dd1b6:0xd3,_0x54a532:0x16a,_0x23ea73:0x133,_0x4adf5a:0x13b,_0x2778aa:0x199,_0x2cef90:0x104,_0x4807c9:0x24,_0x5acce8:0xdc,_0x332afc:0x8b,_0x5c8529:0x196,_0x2df65b:0x11b,_0x39f003:0x108,_0x1a2955:0xb6,_0x1c3647:0xa0,_0x39c83e:0x131,_0x236384:0x87,_0x1fb071:0x8e,_0x5d23de:0xf7,_0x218784:0xf9,_0x23885d:0xc8,_0x2135c9:0x85,_0x30b90f:0x96,_0x4ab43a:0xd6,_0x427b3f:0x6c,_0x3fff9c:0xe0,_0x63299:0x1f6,_0x24b40c:0x65,_0x3f4775:0x106,_0x3e9217:0x191,_0x5a1e2e:0x4c,_0x26ca42:0xb7,_0x132c62:0x13,_0x2f75e4:0xf0,_0x268fa7:0xac,_0x5c0d3d:0x7e,_0x5c73b6:0x224,_0x24a9c5:0x18b,_0x2e7e96:0xdd,_0x3a178d:0x28,_0x55972d:0x1a1,_0x740a90:0xcf,_0x20a9e7:0x113,_0x256cf8:0x164,_0x5cfeb5:0x13d,_0x2b5792:0x172,_0x388867:0x105,_0x4b00ea:0x116,_0x69129b:0x1c8,_0x43869d:0x1f6,_0xd34b67:0x149,_0x1240b4:0xc0,_0x5d515e:0x212,_0x293b71:0x14,_0x1ed44f:0x68,_0x286081:0x4a,_0x3da537:0x65,_0x570bf5:0x122,_0x46654a:0xb,_0x50ebf0:0x7d,_0x10ed3f:0x7f,_0x20d24f:0xc,_0x360c27:0xba,_0x59afdf:0x1a,_0x5beb02:0x7a,_0x4d6489:0x9c,_0x404f50:0x134},_0x128ba0={_0x5a6828:0x1d8,_0x2a0a3b:0x3},_0x5d0cfe={_0x84ef62:0x139,_0xa1efd1:0x158},_0x5577a2={'vAYpI':_0x25a9fa(-0x192,-0x1de,-0x179,-0x165)+_0x25a9fa(-_0x22df62._0x109afa,-_0x22df62._0x281c25,-_0x22df62._0x43806a,-_0x22df62._0x247ac3)+_0x265f84(-_0x22df62._0x1ea4e6,-0x90,-0x28,_0x22df62._0x4ccfb5)+_0x265f84(-0x52,-_0x22df62._0x29f524,-_0x22df62._0x43546e,-0xf8)+_0x25a9fa(-_0x22df62._0x2c6d6a,-_0x22df62._0x6781d5,-_0x22df62._0x18018a,-0xff)+_0x25a9fa(-_0x22df62._0x2f4bf0,-_0x22df62._0x138283,-0x201,-_0x22df62._0x4a0f0d),'tQLoR':function(_0x56cb2c,_0xfda208){return _0x56cb2c===_0xfda208;},'jbbjq':_0x265f84(0xd,_0x22df62._0x118274,-_0x22df62._0x184e16,-0xa1),'sSQVc':_0x265f84(-0x9b,-_0x22df62._0x346331,-0xf6,-_0x22df62._0x341e8f)+'up\x20path\x20no'+_0x265f84(-_0x22df62._0x3e6fd0,-0x10c,-_0x22df62._0x1aabba,-0x12f)+'ed','zSHxR':'coder_setu'+_0x265f84(_0x22df62._0x43a772,-_0x22df62._0x110483,_0x22df62._0x441b07,_0x22df62._0x5e1404),'pGoXW':function(_0x139922,_0x1e3197){return _0x139922!==_0x1e3197;},'dzlMA':_0x265f84(-_0x22df62._0x4ff536,-_0x22df62._0x55266b,-0xf3,-_0x22df62._0x230810),'ukLXA':function(_0x56037e,_0xaf3722){return _0x56037e(_0xaf3722);},'SCfwT':function(_0x47f3ff){return _0x47f3ff();},'XNOdQ':_0x265f84(_0x22df62._0x512cfb,-0x31,0x36,0x66)+'t','iIuun':function(_0x510be8,_0xa7928f){return _0x510be8<_0xa7928f;},'AEVol':'Error:\x20Inv'+'alid\x20port\x20'+_0x25a9fa(-0xd4,0x6,-0xca,-0x4d),'tpyfc':_0x25a9fa(-_0x22df62._0xd2fc5f,-0xd2,-_0x22df62._0x28c1fd,-0x16c)+_0x25a9fa(-0xf2,-0x18c,-_0x22df62._0x565421,-_0x22df62._0xd8d2b9),'Sfjxe':function(_0x42438c,_0x568ca1){return _0x42438c!==_0x568ca1;},'VMvWA':_0x265f84(-_0x22df62._0x7aac41,-_0x22df62._0x3f7919,0x14,_0x22df62._0x1ea4e6),'bASoV':_0x265f84(-0x4e,_0x22df62._0x39dd1d,-0xf,-_0x22df62._0x228235),'hgNLV':function(_0x43fa47){return _0x43fa47();},'LrMsq':_0x265f84(-_0x22df62._0x46c012,-0xa1,-_0x22df62._0x527b94,-0xb4)+'th','IXpjZ':function(_0x3901e7,_0x1ff7ab){return _0x3901e7!==_0x1ff7ab;},'mOWES':_0x265f84(-0x45,0x12,_0x22df62._0x2d1d90,0x39),'fshGd':_0x25a9fa(0x14,_0x22df62._0x18c206,-0x108,-_0x22df62._0x1aa155),'bLroi':function(_0x1b2fdb){return _0x1b2fdb();},'GoiQR':function(_0x41db7e){return _0x41db7e();},'asKzR':function(_0x2f2b78,_0x2d12ef){return _0x2f2b78===_0x2d12ef;},'dxtUj':_0x265f84(-0xbe,-0x10d,-_0x22df62._0x24cb2d,-_0x22df62._0x35c387),'NZCSf':function(_0xe54c8f){return _0xe54c8f();}};function _0x265f84(_0x10d8e3,_0x2b9fef,_0x4d1621,_0x2d2878){return _0x53c456(_0x2d2878,_0x10d8e3- -_0x5d0cfe._0x84ef62,_0x4d1621-0x1eb,_0x2d2878-_0x5d0cfe._0xa1efd1);}function _0x25a9fa(_0x42a41c,_0x55f361,_0x351ef9,_0xcc1b1f){return _0x53c456(_0x42a41c,_0xcc1b1f- -_0x128ba0._0x5a6828,_0x351ef9-0x12c,_0xcc1b1f-_0x128ba0._0x2a0a3b);}switch(_0x56d42a){case _0x5577a2[_0x25a9fa(-0x1fa,-_0x22df62._0x3db053,-_0x22df62._0x5d889f,-0x19b)]:{if(_0x5577a2[_0x265f84(-_0x22df62._0x255486,-_0x22df62._0x1a298,-_0x22df62._0x49e1e4,-0xd5)](_0x5577a2[_0x25a9fa(-0xf9,-_0x22df62._0x1203fb,-_0x22df62._0x48674f,-0x13e)],'DnbmX'))_0x1c0ca2[_0x25a9fa(-0xdc,-_0x22df62._0x404239,-_0x22df62._0x403408,-_0x22df62._0x52eef0)](_0x25a9fa(-_0x22df62._0x439590,-0x1f0,-_0x22df62._0x18018a,-0x153)+'nfiguratio'+'n\x20key:\x20'+_0x45b53e),_0x334e75[_0x25a9fa(-0x1e,-_0x22df62._0x596bd1,-_0x22df62._0x4e16d7,-_0x22df62._0x52eef0)](_0x5577a2['vAYpI']),_0x48521d[_0x25a9fa(-_0x22df62._0x414dca,0x8,-_0x22df62._0x3c2aa6,-_0x22df62._0x368b6b)](0x117d+0x16f0+-0x1*0x286c);else{const _0x3b4308=_0x21dfb1['resolve'](_0x299576);await _0x5577a2[_0x25a9fa(-_0x22df62._0x583528,-_0x22df62._0x33d877,-0x182,-_0x22df62._0x4cccfd)](saveCoderSetupPath,_0x3b4308),console[_0x25a9fa(-_0x22df62._0x430777,-_0x22df62._0x4ac9b5,-0x18f,-0x104)](_0x25a9fa(-_0x22df62._0x4da0ac,-0xbf,-_0x22df62._0x2248f9,-_0x22df62._0x445c4a)+_0x56d42a+_0x265f84(-_0x22df62._0x469add,-_0x22df62._0x2e8608,_0x22df62._0x452e5c,-0x3)+_0x3b4308),console[_0x25a9fa(-0x123,-0x149,-0xc7,-0x104)]('\x20\x20Location'+':\x20'+_0x5577a2['SCfwT'](getConfigPath));break;}}case _0x5577a2['XNOdQ']:{const _0x1da6d3=parseInt(_0x299576,-0x1*-0x1eeb+-0x64*0x16+-0x5*0x475);(_0x5577a2[_0x265f84(-0x96,-_0x22df62._0xb4fa06,-0x111,-0x8a)](isNaN,_0x1da6d3)||_0x5577a2[_0x25a9fa(-_0x22df62._0x3c087b,-0xdc,-_0x22df62._0x5dd2db,-0xeb)](_0x1da6d3,-0xd6f+0x107c+0x4e*-0xa)||_0x1da6d3>-0x334f*0x8+0x241c*0x4+0x20a07)&&(console[_0x25a9fa(-0xa7,-0x114,-0x133,-0x8f)](_0x5577a2[_0x265f84(-_0x22df62._0x5c4503,-0x148,-0x6c,-0x8b)]),process[_0x265f84(0xe,0x19,_0x22df62._0x1e4fd3,-_0x22df62._0x21f14e)](-0x1*0x885+0x10fd*-0x1+0x15*0x137));await _0x5577a2[_0x25a9fa(-0x19e,-0xf2,-0xf4,-0x135)](saveServerPort,_0x1da6d3),console[_0x265f84(-0x65,-0x82,-0x7f,-_0x22df62._0x40eb18)]('Set\x20'+_0x56d42a+'\x20=\x20'+_0x1da6d3),console['log'](_0x25a9fa(-0x109,-0xf3,-0x17e,-0x13b)+':\x20'+getConfigPath());break;}case _0x5577a2[_0x265f84(-_0x22df62._0x3dec76,-0xaf,-_0x22df62._0x109afa,-_0x22df62._0x4814ca)]:{if(_0x5577a2['Sfjxe'](_0x5577a2[_0x265f84(_0x22df62._0x452e5c,-0x6,_0x22df62._0x494bcb,-0x54)],_0x5577a2[_0x265f84(-_0x22df62._0x218865,-0x70,-0xc5,-_0x22df62._0x571976)])){const _0x5b88fa=_0x21dfb1[_0x25a9fa(-0x120,-0x120,-_0x22df62._0x2dd1b6,-_0x22df62._0x54a532)](_0x299576);await _0x5577a2[_0x25a9fa(-_0x22df62._0x23ea73,-0x18c,-0x122,-_0x22df62._0x4cccfd)](saveSslCertPath,_0x5b88fa),console[_0x25a9fa(-_0x22df62._0x4adf5a,-_0x22df62._0x2778aa,-0xbe,-_0x22df62._0x2cef90)](_0x25a9fa(-_0x22df62._0x4807c9,-0xd2,-_0x22df62._0x5acce8,-_0x22df62._0x332afc)+_0x56d42a+'\x20=\x20'+_0x5b88fa),console[_0x25a9fa(-0x105,-0x6a,-_0x22df62._0x5c8529,-0x104)]('\x20\x20Location'+':\x20'+_0x5577a2[_0x265f84(-0xd2,-_0x22df62._0x2df65b,-_0x22df62._0x39f003,-_0x22df62._0x1a2955)](getConfigPath));break;}else _0x5577a2[_0x25a9fa(-_0x22df62._0x1c3647,-0x93,-_0x22df62._0x39c83e,-_0x22df62._0x236384)](_0x33efba[_0x25a9fa(-_0x22df62._0x1fb071,-_0x22df62._0x5d23de,-_0x22df62._0x218784,-0xfb)],_0x5577a2[_0x25a9fa(-_0x22df62._0x23885d,-0x145,-_0x22df62._0x2135c9,-_0x22df62._0x30b90f)])?(_0xfe0306[_0x265f84(-0x65,-0x103,-_0x22df62._0x4ab43a,-_0x22df62._0x427b3f)]('(setup.jso'+_0x25a9fa(-0x1ed,-_0x22df62._0x3fff9c,-_0x22df62._0x63299,-0x178)+'d)'),_0x21156d[_0x265f84(-_0x22df62._0x24b40c,-_0x22df62._0x3f4775,0x10,-0xd8)](''),_0x3ecb09[_0x25a9fa(-0x119,-_0x22df62._0x3e9217,-_0x22df62._0x35c387,-0x104)](_0x25a9fa(-0xe3,-0x71,0x0,-_0x22df62._0x5a1e2e)+_0x25a9fa(-0x130,-0x218,-0xd2,-0x177)+_0x1410ae)):_0x2a6eb6['log'](_0x25a9fa(-0x7a,-0x158,-_0x22df62._0x26ca42,-0x100)+_0x265f84(-0x57,-0xaa,_0x22df62._0x132c62,-_0x22df62._0x452e5c)+_0x25a9fa(-0x75,-_0x22df62._0x2f75e4,-_0x22df62._0x268fa7,-_0x22df62._0x5c0d3d)+_0x50b465[_0x25a9fa(-_0x22df62._0x5c73b6,-0x193,-0x222,-_0x22df62._0x24a9c5)]);}case _0x5577a2[_0x25a9fa(-0x137,-0x32,-0xfc,-_0x22df62._0x2e7e96)]:{if(_0x5577a2[_0x265f84(-0x32,-_0x22df62._0x3a178d,0x70,-0x6d)](_0x5577a2[_0x25a9fa(-0x7a,-_0x22df62._0x55972d,-_0x22df62._0x740a90,-_0x22df62._0x20a9e7)],_0x5577a2['fshGd'])){const _0x36f3b7=_0x21dfb1[_0x25a9fa(-_0x22df62._0x256cf8,-_0x22df62._0x5cfeb5,-0x19b,-0x16a)](_0x299576);await _0x5577a2[_0x25a9fa(-_0x22df62._0x2b5792,-0x136,-0x159,-0x135)](saveSslKeyPath,_0x36f3b7),console[_0x265f84(-0x65,-0x45,-_0x22df62._0x388867,-0x91)]('Set\x20'+_0x56d42a+'\x20=\x20'+_0x36f3b7),console[_0x25a9fa(-_0x22df62._0x4b00ea,-0x17d,-0x132,-0x104)](_0x25a9fa(-_0x22df62._0x69129b,-0xe6,-0x141,-0x13b)+':\x20'+_0x5577a2['bLroi'](getConfigPath));break;}else _0x41d26f['error'](_0x5577a2[_0x25a9fa(-0x1a1,-0xec,-_0x22df62._0x43869d,-_0x22df62._0xd34b67)]),_0x5bfccb['exit'](0x21d*-0xd+0x15*-0x11b+0x32b1);}case _0x265f84(-_0x22df62._0x1240b4,-0x131,-0x16d,-0x14e)+'h':{const _0x2fc14e=_0x21dfb1[_0x25a9fa(-0x217,-_0x22df62._0x5d515e,-0x15b,-0x16a)](_0x299576);await saveSslCaPath(_0x2fc14e),console['log'](_0x265f84(_0x22df62._0x293b71,_0x22df62._0x1ed44f,-0x98,-0x8a)+_0x56d42a+_0x25a9fa(-0x15a,-0xe6,-_0x22df62._0x286081,-0xb9)+_0x2fc14e),console[_0x265f84(-_0x22df62._0x3da537,-_0x22df62._0x1aabba,-_0x22df62._0x3f4775,-0xcc)]('\x20\x20Location'+':\x20'+_0x5577a2[_0x25a9fa(-_0x22df62._0x570bf5,-0x19f,-0x1b6,-0x19c)](getConfigPath));break;}case _0x265f84(-_0x22df62._0x18c206,_0x22df62._0x4ac9b5,-0xbe,-_0x22df62._0x286081)+'y':{const _0x274976=_0x5577a2[_0x265f84(_0x22df62._0x46654a,0x59,_0x22df62._0x50ebf0,_0x22df62._0x10ed3f)](_0x299576,_0x5577a2[_0x265f84(-_0x22df62._0x20d24f,-_0x22df62._0x571976,-0x7d,-0x82)])||_0x299576==='1';await saveTrustProxy(_0x274976),console['log'](_0x265f84(_0x22df62._0x293b71,0xc2,_0x22df62._0x360c27,-0x30)+_0x56d42a+_0x265f84(-_0x22df62._0x59afdf,-0xc7,0x4e,-_0x22df62._0x5beb02)+_0x274976),console['log'](_0x265f84(-_0x22df62._0x4d6489,-0x12e,-_0x22df62._0x404f50,-0x92)+':\x20'+_0x5577a2['NZCSf'](getConfigPath));break;}}}async function setSetupConfig(_0x4d4c51,_0xb0603f){const _0x465b1c={_0x3bda31:0x4a6,_0x22dd99:0x4c6,_0x1a4324:0x21e,_0x2ee700:0x2cc,_0x61f867:0x537,_0x852fe3:0x520,_0x2e879b:0x4b3,_0x1452e6:0x26e,_0x390371:0x2ae,_0x65a8ac:0x1f5,_0x2ffa74:0x507,_0x1ea7c8:0x4ac,_0x216c75:0x28b,_0x13ff71:0x251,_0x3c8912:0x5a4,_0x45a53b:0x64f,_0x2b738b:0x59e,_0x46b735:0x555,_0x3f68c6:0x543,_0x13f943:0x57c,_0x2f3e3b:0x529,_0x4930ed:0x4a1,_0x17de6b:0x414,_0x12bb20:0x5c2,_0x3ebe36:0x4aa,_0x45411b:0x59a,_0x249cd5:0x5f5,_0x1737c1:0x571,_0x1d3145:0x583,_0x4533e5:0x268,_0x2c2022:0x263,_0x10f152:0x2fe,_0x258650:0x3f7,_0x590618:0x490,_0x20b3a6:0x458,_0x106efc:0x4a8,_0x4ade55:0x494,_0x547b8a:0x4a5,_0x369d1d:0x48d,_0x552ee6:0x484,_0x5639ba:0x523,_0x38abcc:0x5b8,_0x4b6b50:0x257,_0x4d6bbd:0x1e7,_0xf1e0e1:0x31d,_0xa9fee6:0x2b6,_0x2ce79b:0x296,_0x4d8c19:0x5c8,_0x4483eb:0x243,_0x20b908:0x268,_0x27ba48:0x4ae,_0x3a6b59:0x510,_0x3b3f42:0x525,_0x3c7cb9:0x565,_0x1fd9a9:0x262,_0x2d19eb:0x27d,_0x2ddf6b:0x4df,_0x28e447:0x4c1,_0x2cb4d1:0x572,_0x2b3b7d:0x45a,_0x52499c:0x4ef,_0x377a2f:0x56c,_0x45701d:0x1d5,_0x1517af:0x50a,_0x37bbc5:0x466,_0x1b9f05:0x454,_0x3fe64b:0x4a5,_0x2bfa8b:0x4e9,_0x4d0ae9:0x1b5,_0x19e2e0:0x30e,_0x30a683:0x4a9,_0x238197:0x23c,_0x4a8b24:0x273,_0x5a9df3:0x55a,_0x58b9b1:0x521,_0x52b408:0x5a9,_0x14078e:0x215,_0x1109c3:0x1c6,_0x4bf4a0:0x2f0,_0x26b073:0x271,_0x499e2a:0x344,_0x16cb5a:0x2de,_0x2fffeb:0x345,_0x58cd54:0x215,_0x4c199f:0x52d,_0x3da26e:0x198,_0x387460:0x130,_0x1019c4:0x2cc,_0x58e426:0x297,_0x4cfebf:0x2a2,_0x1de7d6:0x3c1,_0x5e173d:0x2f9,_0x344bfd:0x22a,_0x5e0cdc:0x553,_0x4fbedc:0x5e2,_0x166081:0x4f5,_0x4cb0a1:0x55d,_0x54dd5f:0x579,_0x28447e:0x55c,_0x57e9c0:0x5dd,_0x4077de:0x4d1,_0x2897c9:0x47d,_0x25316c:0x468,_0xedd88b:0x3fb,_0xf0b124:0x314,_0x21b289:0x2d0,_0x507ffc:0x2dd,_0x3b0133:0x4ce,_0x22f45c:0x4a6,_0x2abd41:0x470,_0x399cb8:0x578,_0xeb49ac:0x4e8,_0x594b3a:0x54d,_0x29e3df:0x4e4,_0x17a368:0x588,_0x14d426:0x533,_0xbf349b:0x526,_0x586a81:0x47a,_0x2cdf62:0x49d,_0x80df00:0x50c},_0x3e723f={_0x440c27:0x16d},_0x265c74={_0x11babe:0x414,_0x496345:0x1db,_0x5c2708:0x142},_0x49caed={'PwcBT':function(_0x4f69d7){return _0x4f69d7();},'qewJi':'Error:\x20Set'+'up\x20path\x20no'+_0x38c4bb(_0x465b1c._0x3bda31,_0x465b1c._0x22dd99,0x49a,0x42e)+'ed','xibfE':_0x4811f4(0x2c7,_0x465b1c._0x1a4324,0x238,_0x465b1c._0x2ee700)+_0x38c4bb(0x4c3,_0x465b1c._0x61f867,_0x465b1c._0x852fe3,_0x465b1c._0x2e879b)+_0x4811f4(0x1cf,0x1c3,0x26d,0x29a)+':','QjYTt':'\x20\x20coder-se'+'rver\x20confi'+_0x4811f4(0x259,_0x465b1c._0x1452e6,0x224,_0x465b1c._0x390371)+_0x4811f4(0x1ae,0x1eb,_0x465b1c._0x65a8ac,0x266)+'th\x20/path/t'+_0x38c4bb(_0x465b1c._0x2ffa74,0x53f,_0x465b1c._0x1ea7c8,0x489)+'tup','xMREr':_0x4811f4(_0x465b1c._0x216c75,0x202,_0x465b1c._0x13ff71,0x2a3),'cMSHs':function(_0x3e0eb0,_0x31493b){return _0x3e0eb0!==_0x31493b;},'qfJFl':_0x38c4bb(0x504,0x63e,_0x465b1c._0x3c8912,_0x465b1c._0x45a53b),'kjsrW':_0x38c4bb(_0x465b1c._0x2b738b,0x5c8,_0x465b1c._0x46b735,_0x465b1c._0x3f68c6),'NnGVm':_0x38c4bb(0x617,0x553,_0x465b1c._0x13f943,_0x465b1c._0x2f3e3b),'xKLUl':_0x38c4bb(0x4ce,0x3f0,_0x465b1c._0x4930ed,_0x465b1c._0x17de6b),'rvbMt':function(_0x33f941,_0x4942e9){return _0x33f941===_0x4942e9;},'zxELG':_0x38c4bb(0x51d,_0x465b1c._0x12bb20,0x55a,0x4af),'aWhhc':_0x38c4bb(0x43d,0x4e5,0x47a,_0x465b1c._0x3ebe36)+_0x38c4bb(0x51c,0x5fe,_0x465b1c._0x45411b,0x5e0)+_0x38c4bb(0x589,0x5a8,0x589,0x549)+_0x38c4bb(0x4f7,_0x465b1c._0x249cd5,_0x465b1c._0x1737c1,_0x465b1c._0x1d3145)+_0x4811f4(_0x465b1c._0x4533e5,_0x465b1c._0x2c2022,0x259,_0x465b1c._0x10f152)+_0x38c4bb(_0x465b1c._0x258650,_0x465b1c._0x590618,_0x465b1c._0x20b3a6,_0x465b1c._0x106efc)+_0x38c4bb(0x489,0x58f,0x4e6,_0x465b1c._0x4ade55),'btrAq':'Restart\x20th'+_0x38c4bb(_0x465b1c._0x2f3e3b,0x45f,_0x465b1c._0x547b8a,_0x465b1c._0x852fe3)+'or\x20changes'+_0x38c4bb(_0x465b1c._0x369d1d,_0x465b1c._0x552ee6,_0x465b1c._0x5639ba,_0x465b1c._0x38abcc)+_0x4811f4(_0x465b1c._0x4b6b50,0x20d,_0x465b1c._0x4d6bbd,0x288)},_0x55dd45=await _0x49caed[_0x4811f4(_0x465b1c._0x13ff71,0x192,0x1c2,0x1f2)](getCoderSetupPath);!_0x55dd45&&(console[_0x4811f4(0x2ae,_0x465b1c._0xf1e0e1,_0x465b1c._0xa9fee6,_0x465b1c._0x2ce79b)](_0x49caed['qewJi']),console[_0x38c4bb(0x504,0x4d0,0x55d,_0x465b1c._0x4d8c19)](''),console[_0x4811f4(0x317,_0x465b1c._0x4483eb,0x2b6,_0x465b1c._0x20b908)](_0x49caed[_0x38c4bb(_0x465b1c._0x27ba48,_0x465b1c._0x3a6b59,_0x465b1c._0x3b3f42,_0x465b1c._0x3c7cb9)]),console[_0x4811f4(_0x465b1c._0x1fd9a9,_0x465b1c._0x2d19eb,_0x465b1c._0xa9fee6,0x2c4)](_0x49caed[_0x38c4bb(_0x465b1c._0x369d1d,_0x465b1c._0x2ddf6b,0x528,0x584)]),process[_0x38c4bb(0x5fa,_0x465b1c._0x28e447,0x55b,0x50a)](0xe62+0x276*0x3+-0x15c3));const _0xcde52b=_0x21dfb1['join'](_0x55dd45,_0x49caed['xMREr']);let _0x20c700;try{if(_0x49caed[_0x38c4bb(_0x465b1c._0x2cb4d1,_0x465b1c._0x2b3b7d,_0x465b1c._0x52499c,_0x465b1c._0x377a2f)](_0x49caed[_0x4811f4(_0x465b1c._0x45701d,0x1ee,_0x465b1c._0x2c2022,0x300)],_0x49caed[_0x38c4bb(0x59b,0x488,_0x465b1c._0x1517af,_0x465b1c._0x37bbc5)]))_0x39dd54[_0x38c4bb(0x43b,_0x465b1c._0x1b9f05,0x4e8,_0x465b1c._0x3fe64b)](_0x38c4bb(0x504,0x528,0x4ec,_0x465b1c._0x2bfa8b)+_0x4811f4(_0x465b1c._0x4d0ae9,0x2be,0x24f,0x2b2)+_0x4811f4(_0x465b1c._0x19e2e0,0x25a,0x2c7,0x2bf)+_0x5bfb4b[_0x38c4bb(_0x465b1c._0x30a683,0x4d7,0x461,0x4a1)]);else{const _0x6680db=await _0x485461[_0x4811f4(_0x465b1c._0x238197,0x1c1,0x21c,_0x465b1c._0x4a8b24)](_0xcde52b,_0x49caed[_0x38c4bb(_0x465b1c._0x5a9df3,_0x465b1c._0x58b9b1,0x548,_0x465b1c._0x52b408)]);_0x20c700=JSON[_0x4811f4(_0x465b1c._0x14078e,0x13b,_0x465b1c._0x1109c3,0x154)](_0x6680db);}}catch(_0x2d9556){_0x49caed[_0x4811f4(_0x465b1c._0x4bf4a0,0x2eb,_0x465b1c._0x26b073,0x280)]!==_0x49caed['xKLUl']?(_0x49caed[_0x4811f4(0x29e,_0x465b1c._0x499e2a,_0x465b1c._0x16cb5a,_0x465b1c._0x2fffeb)](_0x2d9556[_0x4811f4(0x2d6,_0x465b1c._0x58cd54,0x24a,0x1ce)],_0x49caed[_0x38c4bb(_0x465b1c._0x58b9b1,0x5cb,_0x465b1c._0x4c199f,0x55c)])?(console['error'](_0x4811f4(_0x465b1c._0x3da26e,_0x465b1c._0x387460,0x1d2,0x225)+'up.json\x20no'+_0x4811f4(_0x465b1c._0x1019c4,0x281,_0x465b1c._0x58e426,_0x465b1c._0x4cfebf)+'\x20'+_0xcde52b),console['error'](_0x49caed[_0x38c4bb(0x48c,_0x465b1c._0x1de7d6,0x463,0x420)])):console[_0x4811f4(_0x465b1c._0x5e173d,0x2ef,_0x465b1c._0xa9fee6,0x2f9)](_0x4811f4(_0x465b1c._0x344bfd,0x2d2,0x245,0x1e6)+_0x38c4bb(_0x465b1c._0x5e0cdc,0x454,0x4f6,0x54e)+_0x38c4bb(_0x465b1c._0x4fbedc,_0x465b1c._0x166081,0x56e,0x597)+_0x2d9556[_0x4811f4(0x114,0x195,0x1ba,0x175)]),process['exit'](-0x2356+-0xffb+0x3352)):(_0x359359[_0x38c4bb(0x4e4,0x535,_0x465b1c._0x4cb0a1,_0x465b1c._0x54dd5f)](_0x38c4bb(_0x465b1c._0x28447e,0x43d,0x4b6,0x443)+_0x38c4bb(0x5f7,_0x465b1c._0x57e9c0,0x578,0x515)+_0x38c4bb(_0x465b1c._0x4077de,_0x465b1c._0x2897c9,_0x465b1c._0x25316c,_0x465b1c._0xedd88b)+_0x4811f4(_0x465b1c._0xf0b124,0x27f,_0x465b1c._0x21b289,0x2c0)),_0x3f7bcd[_0x4811f4(_0x465b1c._0x507ffc,0x33f,0x2b4,0x206)](-0x3b7+0xeb1+-0x1*0xaf9));}_0x20c700[_0x4d4c51]=_0xb0603f;function _0x38c4bb(_0x1441cf,_0x1e4d3e,_0x5dba3e,_0x33ae67){return _0x53c456(_0x1e4d3e,_0x5dba3e-_0x265c74._0x11babe,_0x5dba3e-_0x265c74._0x496345,_0x33ae67-_0x265c74._0x5c2708);}await _0x485461['writeFile'](_0xcde52b,JSON[_0x4811f4(0x1b1,0x220,0x23e,0x1b9)](_0x20c700,null,0x3fc*0x5+-0x91d*0x4+0x108a)+'\x0a',_0x49caed[_0x38c4bb(_0x465b1c._0x3b0133,_0x465b1c._0x22f45c,0x548,0x5f5)]),console[_0x38c4bb(_0x465b1c._0x2abd41,_0x465b1c._0x399cb8,_0x465b1c._0xeb49ac,_0x465b1c._0x594b3a)]('Set\x20'+_0x4d4c51+_0x38c4bb(_0x465b1c._0x29e3df,_0x465b1c._0x17a368,_0x465b1c._0x14d426,_0x465b1c._0x3f68c6)+_0xb0603f);function _0x4811f4(_0x5557ce,_0x536136,_0x56f08c,_0x5a0034){return _0x53c456(_0x536136,_0x56f08c-_0x3e723f._0x440c27,_0x56f08c-0x21,_0x5a0034-0x79);}console['log'](_0x38c4bb(_0x465b1c._0xbf349b,0x561,0x4b1,0x547)+':\x20'+_0xcde52b),console['log'](''),console[_0x38c4bb(0x50f,_0x465b1c._0x586a81,_0x465b1c._0xeb49ac,0x43a)](_0x49caed[_0x38c4bb(_0x465b1c._0x2cdf62,0x535,0x4c0,_0x465b1c._0x80df00)]);}async function getConfig(_0x4c1273){const _0x10de37={_0x1f2eb6:0x367,_0x381de7:0x418,_0x7baffa:0x412,_0x3b5763:0x3c0,_0x10aa82:0x6f,_0x29da55:0xec,_0x56a1bf:0x11,_0x37385b:0x96,_0x23401a:0x8,_0x2f36fb:0xc7,_0x989147:0x44e,_0x556026:0xd6,_0xe7d3a3:0x5d,_0x41376d:0x9,_0x570fe7:0xd,_0x590c63:0x63,_0x3b3b43:0x6,_0x5b3b73:0x6b,_0x2afed2:0x7,_0x3809c1:0x33,_0x5ccf40:0x77,_0x3e1a80:0x91,_0x132161:0x80,_0x18103c:0x1b,_0x1ef905:0x3c,_0x4f8434:0xf1,_0x282517:0x120,_0x22d9e8:0x170,_0x4bac7c:0x3b8,_0x13cf00:0x4a1,_0x160c21:0x411,_0x3c66cb:0x38c,_0xeca26b:0x3cf,_0x471755:0xc6,_0x260837:0x110,_0x51c88b:0x449,_0x1054c5:0x4b4,_0x30a088:0x3ee,_0x2cc8e6:0x41c,_0x38285d:0x36d,_0x350614:0x414,_0x3e24a6:0x375,_0x1a31b7:0x473,_0x17a7ba:0x3d3,_0x50f507:0x177,_0x4e9120:0x19e,_0x5c7ba6:0x1ab,_0x9e94f:0x3f8,_0x56a37f:0x47c,_0x39ec49:0x3e8,_0x30f4ed:0x41d,_0x1d1277:0x444,_0x181202:0xaf,_0x3a4852:0x5a,_0x53eec5:0x26,_0x3785b6:0x45,_0x34ccdb:0xde,_0xb6e16c:0xa6,_0x3f86a0:0x113,_0x5d2ee9:0x431,_0x1bdfff:0x2d,_0x5dcffa:0x62,_0x479845:0x461,_0x2f8b3b:0x4be,_0x347336:0x472,_0x1bcdda:0xd7,_0x573e6e:0xf2,_0x6b986b:0x27,_0x22ea72:0x29,_0x50fb41:0x398,_0x23396c:0x438,_0x3ab979:0x470,_0x2f6282:0x424,_0x116d42:0x3e3,_0x444c51:0x3a0,_0x3d298c:0x139,_0x374cca:0xdd,_0x665fd9:0x21,_0x1563b5:0xc0,_0x3422d4:0x62,_0x4a087f:0xcc,_0x567c35:0x435,_0x30a0a2:0x447,_0x4ae9e8:0x72,_0x27fa23:0x3e,_0xc03c48:0x4,_0x46a6cd:0x3c2,_0x26e057:0x3d4,_0x354388:0xfb,_0x410730:0x14,_0x2765e1:0x337,_0xd63ab3:0x39e,_0x45e805:0x2da,_0x500b1a:0x4a1,_0xcc7265:0x3b2,_0x4bed3a:0x443,_0x510e11:0x75,_0x96c972:0x23,_0x106e73:0x1e,_0x4e8f2b:0x431,_0x5f1619:0x453,_0x1fd6f6:0x3ab,_0x20adae:0x416,_0x211876:0x315,_0x2a15c1:0x358,_0x4e819a:0x148,_0x14e852:0x1c0,_0x5a466a:0x395,_0x210e17:0x32c,_0x48cc4a:0x41b,_0x4be460:0x451,_0x33e456:0x426,_0xd2b396:0x3c6,_0x3beaa6:0xd2,_0x4d3d5e:0x13,_0x503d9d:0x23,_0x58f08f:0x3c,_0xf8f7cc:0xa5,_0x2e01c3:0x408,_0x2c9d45:0x427,_0xb01bb1:0x417,_0x1264a9:0x4c1,_0x823db8:0x4bc,_0x2ddf5e:0xa5,_0x58906e:0x36,_0x11dff4:0xdf,_0x4f8fd6:0x16,_0x878822:0x433,_0x11b38:0x3c9,_0x592135:0x48b,_0x359574:0xd,_0x29cc15:0x12e,_0x250e26:0x73,_0xea6f30:0xd7,_0x3ee300:0x39b,_0x5ae760:0x2ad,_0x211b76:0x3a3,_0x1ca2f5:0x3b6,_0x24dd62:0x3cc,_0x2e92f5:0x4c9,_0x36c4e0:0x7e,_0x4a6d4e:0x16d,_0x5b4b0e:0x2d5},_0x232115={_0x361add:0x319,_0x2a55d4:0x15c},_0x1581fc={_0x200d57:0x12c,_0x2605bc:0x18},_0x541054={'NjRsB':function(_0x92b24c,_0x45d591){return _0x92b24c&&_0x45d591;},'qFsrs':'Run\x20\x22coder'+_0x2cb0db(0x3a8,0x365,_0x10de37._0x1f2eb6,_0x10de37._0x381de7)+_0x2cb0db(0x407,0x48f,_0x10de37._0x7baffa,_0x10de37._0x3b5763)+_0x1bb04c(0x10b,0xc5,0x75,_0x10de37._0x10aa82)+_0x1bb04c(_0x10de37._0x29da55,0x80,0x67,0x46)+_0x1bb04c(-0x47,_0x10de37._0x56a1bf,-0x7,_0x10de37._0x37385b),'UeTjL':function(_0x35df56,_0x4f45f6){return _0x35df56===_0x4f45f6;},'fDUUt':_0x1bb04c(_0x10de37._0x23401a,_0x10de37._0x2f36fb,0x99,0x2),'Tzlui':_0x2cb0db(0x40c,0x3f4,_0x10de37._0x989147,0x3eb),'CNXPF':function(_0x1d819c){return _0x1d819c();},'AckfO':_0x1bb04c(0x13c,0xfb,_0x10de37._0x556026,_0x10de37._0xe7d3a3)+'t','eGVkt':function(_0x161d50){return _0x161d50();},'saQnJ':_0x1bb04c(-_0x10de37._0x41376d,_0x10de37._0x570fe7,-0x6,-_0x10de37._0x570fe7)+_0x1bb04c(-0x65,0x1d,0x48,_0x10de37._0x590c63),'IXInX':_0x1bb04c(_0x10de37._0x3b3b43,-_0x10de37._0x5b3b73,_0x10de37._0x2afed2,-0x15)+'h','Dissq':_0x1bb04c(0x45,_0x10de37._0x3809c1,_0x10de37._0x5ccf40,0x86)+'y','YRtnf':function(_0x36fb68){return _0x36fb68();},'uipFF':'uHQTr','DrVyE':_0x1bb04c(_0x10de37._0x3e1a80,0xe7,0x72,-0x9),'qyQvT':function(_0x2711a6,_0x55b7f1){return _0x2711a6===_0x55b7f1;},'uHCvO':_0x1bb04c(_0x10de37._0x132161,0xb4,0x4,-_0x10de37._0x18103c),'kCDKb':_0x1bb04c(_0x10de37._0x1ef905,0xe9,0xcf,_0x10de37._0x4f8434),'ahItZ':_0x1bb04c(_0x10de37._0x282517,0x153,0xd4,_0x10de37._0x22d9e8)};!_0x4c1273&&(console[_0x2cb0db(0x433,_0x10de37._0x4bac7c,_0x10de37._0x13cf00,_0x10de37._0x160c21)](_0x2cb0db(_0x10de37._0x3c66cb,_0x10de37._0xeca26b,0x346,0x383)+_0x1bb04c(_0x10de37._0x471755,0x149,0xf2,_0x10de37._0x260837)+_0x2cb0db(_0x10de37._0x51c88b,_0x10de37._0x1054c5,_0x10de37._0x30a088,_0x10de37._0x2cc8e6)+_0x2cb0db(_0x10de37._0x38285d,_0x10de37._0x350614,0x352,_0x10de37._0x3e24a6)),process[_0x2cb0db(0x431,0x45d,_0x10de37._0x1a31b7,_0x10de37._0x17a7ba)](0x15cb*-0x1+-0x1513*-0x1+0xb9));const _0x32b05a=SERVER_CONFIG_KEYS[_0x1bb04c(_0x10de37._0x50f507,_0x10de37._0x4e9120,0x11c,_0x10de37._0x5c7ba6)](_0x4c1273),_0x30e494=SETUP_JSON_KEYS[_0x2cb0db(0x478,0x44d,_0x10de37._0x9e94f,0x3f5)](_0x4c1273);function _0x2cb0db(_0x38598b,_0x52860f,_0x44066b,_0x120c5c){return _0x113aa8(_0x38598b-0x43,_0x52860f-_0x1581fc._0x200d57,_0x44066b,_0x120c5c-_0x1581fc._0x2605bc);}_0x541054[_0x2cb0db(0x3cb,_0x10de37._0x56a37f,_0x10de37._0x39ec49,0x39c)](!_0x32b05a,!_0x30e494)&&(console[_0x2cb0db(0x433,0x3a3,_0x10de37._0x30f4ed,_0x10de37._0x1d1277)](_0x1bb04c(_0x10de37._0x181202,_0x10de37._0x3a4852,0x13,0xb3)+_0x1bb04c(-_0x10de37._0x53eec5,0x34,-0x1a,-0xb5)+'n\x20key:\x20'+_0x4c1273),console[_0x1bb04c(0x82,0x15f,0xd7,_0x10de37._0x3785b6)](_0x541054[_0x1bb04c(_0x10de37._0x34ccdb,0x39,_0x10de37._0xb6e16c,_0x10de37._0x3f86a0)]),process[_0x2cb0db(_0x10de37._0x5d2ee9,0x3b7,0x3d1,0x3aa)](0x9da+-0x80+-0x959));let _0x4e8a11;if(_0x32b05a){if(_0x541054['UeTjL'](_0x541054[_0x1bb04c(0x73,0x26,-_0x10de37._0x1bdfff,_0x10de37._0x5dcffa)],_0x541054[_0x2cb0db(_0x10de37._0x479845,0x4fb,_0x10de37._0x2f8b3b,_0x10de37._0x347336)]))_0x58db4f[_0x1bb04c(0xfb,0xaa,_0x10de37._0x1bcdda,0x136)](_0x1bb04c(_0x10de37._0x573e6e,0x92,0xfe,0xe2)+_0x3421d9+(_0x1bb04c(_0x10de37._0x6b986b,0x48,-_0x10de37._0x22ea72,-0x8b)+_0x2cb0db(_0x10de37._0x50fb41,0x36d,0x3b6,_0x10de37._0x23396c)+'guration')),_0x1e0a20['exit'](0x21a7+0xce*0x1d+-0x38fc);else switch(_0x4c1273){case _0x2cb0db(_0x10de37._0x3ab979,_0x10de37._0x2f6282,_0x10de37._0x116d42,0x43e)+'p_path':_0x4e8a11=await _0x541054['CNXPF'](getCoderSetupPath);break;case _0x541054['AckfO']:_0x4e8a11=await _0x541054[_0x2cb0db(_0x10de37._0x444c51,0x386,0x430,0x431)](getServerPort);break;case _0x541054[_0x1bb04c(-0xba,-0xc4,-0x1c,-0x91)]:_0x4e8a11=await _0x541054[_0x1bb04c(_0x10de37._0x3d298c,0xa9,0xe0,_0x10de37._0x374cca)](getSslCertPath);break;case'ssl_key_pa'+'th':_0x4e8a11=await getSslKeyPath();break;case _0x541054[_0x1bb04c(-0xcf,-_0x10de37._0x23401a,-_0x10de37._0x665fd9,-_0x10de37._0x1563b5)]:_0x4e8a11=await _0x541054['CNXPF'](getSslCaPath);break;case _0x541054['Dissq']:_0x4e8a11=await _0x541054['YRtnf'](getTrustProxy);break;}}else{if(_0x30e494){const _0x90b4cd=await _0x541054['eGVkt'](getCoderSetupPath);!_0x90b4cd&&(_0x541054[_0x1bb04c(0x3d,_0x10de37._0x3422d4,_0x10de37._0x4a087f,0x15e)](_0x2cb0db(_0x10de37._0x567c35,_0x10de37._0x30a0a2,0x43c,0x4aa),_0x541054[_0x1bb04c(-_0x10de37._0x4ae9e8,0x97,_0x10de37._0x27fa23,-_0x10de37._0xc03c48)])?_0x2f64d8['error'](_0x2cb0db(_0x10de37._0x46a6cd,_0x10de37._0x26e057,0x3bd,0x34a)+_0x1bb04c(_0x10de37._0x354388,_0x10de37._0x410730,0x70,0xab)+'json:\x20'+_0x3a246f[_0x2cb0db(_0x10de37._0x2765e1,_0x10de37._0xd63ab3,_0x10de37._0x45e805,0x39c)]):(console[_0x2cb0db(0x433,_0x10de37._0x500b1a,_0x10de37._0xcc7265,_0x10de37._0x4bed3a)]('Error:\x20Set'+_0x1bb04c(-0x6a,_0x10de37._0x510e11,_0x10de37._0x96c972,-_0x10de37._0x106e73)+'t\x20configur'+'ed'),process[_0x2cb0db(_0x10de37._0x4e8f2b,0x425,0x44e,_0x10de37._0x5f1619)](-0x16*0x26+0x11*0x1e7+0x1*-0x1d12)));const _0x1e625c=_0x21dfb1[_0x2cb0db(_0x10de37._0x1fd6f6,_0x10de37._0x20adae,_0x10de37._0x211876,_0x10de37._0x2a15c1)](_0x90b4cd,_0x541054[_0x1bb04c(0x87,_0x10de37._0x4e819a,0x11f,_0x10de37._0x14e852)]);try{if(_0x541054['qyQvT'](_0x2cb0db(_0x10de37._0x5a466a,_0x10de37._0x210e17,0x408,0x347),_0x541054[_0x2cb0db(_0x10de37._0x48cc4a,_0x10de37._0x4be460,_0x10de37._0x33e456,_0x10de37._0xd2b396)]))_0x479d7c['error']('Key\x20\x22'+_0x3b1e84+(_0x1bb04c(-_0x10de37._0x3beaa6,-0x10,-_0x10de37._0x22ea72,_0x10de37._0x4d3d5e)+_0x1bb04c(_0x10de37._0x503d9d,0xbb,_0x10de37._0x58f08f,_0x10de37._0xf8f7cc)+_0x2cb0db(_0x10de37._0x2e01c3,_0x10de37._0x2c9d45,_0x10de37._0xb01bb1,0x418))),_0x52eb74[_0x2cb0db(0x431,0x3ee,_0x10de37._0x1264a9,_0x10de37._0x823db8)](0x3d6+-0x1d10+-0x869*-0x3);else{const _0x5b5664=await _0x485461[_0x1bb04c(_0x10de37._0x2ddf5e,_0x10de37._0x58906e,0x3d,0x61)](_0x1e625c,_0x541054[_0x1bb04c(-0x18,-_0x10de37._0x11dff4,-0x33,_0x10de37._0x4f8fd6)]),_0x55ea24=JSON['parse'](_0x5b5664);_0x4e8a11=_0x55ea24[_0x4c1273];}}catch(_0x53150b){_0x53150b['code']===_0x541054['ahItZ']?console[_0x2cb0db(_0x10de37._0x878822,_0x10de37._0x11b38,_0x10de37._0x592135,0x409)](_0x1bb04c(-0x7b,-_0x10de37._0x58906e,-_0x10de37._0x359574,-0x25)+'up.json\x20no'+_0x1bb04c(0x121,_0x10de37._0x29cc15,0xb8,0x8f)+'\x20'+_0x1e625c):console[_0x1bb04c(_0x10de37._0x250e26,0x149,_0x10de37._0xea6f30,0x138)](_0x2cb0db(_0x10de37._0x46a6cd,_0x10de37._0x3ee300,0x416,0x43b)+'ing\x20setup.'+_0x2cb0db(0x444,_0x10de37._0x592135,0x3f7,_0x10de37._0x48cc4a)+_0x53150b[_0x2cb0db(0x337,0x3c7,0x3b0,_0x10de37._0x5ae760)]),process[_0x2cb0db(0x431,_0x10de37._0x2cc8e6,_0x10de37._0x211b76,0x454)](-0x2457*-0x1+-0x1*-0x484+0xa6*-0x3f);}}}function _0x1bb04c(_0xd31f6,_0x1f3537,_0x3360ab,_0x3169cb){return _0x113aa8(_0x3360ab- -_0x232115._0x361add,_0x1f3537-_0x232115._0x2a55d4,_0x3169cb,_0x3169cb-0x157);}_0x4e8a11!==undefined?console['log'](_0x4e8a11):(console[_0x2cb0db(0x433,_0x10de37._0x1ca2f5,_0x10de37._0x24dd62,_0x10de37._0x2e92f5)](_0x1bb04c(_0x10de37._0x36c4e0,0x5e,0xfe,_0x10de37._0x4a6d4e)+_0x4c1273+(_0x2cb0db(0x333,_0x10de37._0x5b4b0e,0x2da,0x304)+'d\x20in\x20confi'+'guration')),process['exit'](-0x1b93+0x1*0x36e+0x1*0x1826));}async function removeConfig(_0x1ec7b6){const _0x12d254={_0x2834c0:0xb7,_0x257eee:0x10a,_0x1da1bd:0x151,_0x1a892f:0xdc,_0x2df2e8:0x185,_0x47ad2c:0x1be,_0x4b171a:0x1d8,_0x161caf:0x1ba,_0x3ff581:0x21f,_0x1e29f9:0x2fa,_0x2723e9:0x36b,_0x464131:0x16a,_0x170d71:0x23a,_0x5c58ee:0x27f,_0x2a4fe7:0x2ac,_0x3dbe0a:0x2ed,_0x485fe1:0x30e,_0x428a75:0x2e9,_0xe1d1c7:0x4e,_0x44a62a:0x310,_0x4bc3bf:0x186,_0x30136b:0x1bb,_0x65f3:0x232,_0x170bc4:0x1d9,_0xe6e490:0xd2,_0x2c8793:0xb4,_0x2668cc:0xb3,_0x200083:0x3d,_0x577c26:0x2b6,_0x4eba3f:0x21d,_0x4daba9:0x294,_0xaf0e2b:0x234,_0x545a33:0x226,_0x397de7:0x227,_0x342b2b:0x14d,_0x2183e5:0x2b9,_0x54faa0:0x270,_0x18efbb:0x27d,_0x2dd6e5:0x17b,_0x38560f:0x15f,_0x1c995a:0x10b,_0x5025c7:0x2af,_0xf2c416:0x1c9,_0x1ed6a4:0x19c,_0x3d9a19:0x124,_0x3c8321:0x1a9,_0x19bf67:0x333,_0x3db290:0xcb,_0x2e1c65:0x12a,_0x110ab6:0xc4,_0x2e810c:0x73,_0x56ddc4:0x153,_0x1a9ec3:0x1d6,_0x477432:0x166,_0x1b4404:0x1b3,_0x5f2f02:0x133,_0x40cdbf:0x1eb,_0x5be88c:0x2dc,_0x254348:0x307,_0x2e9864:0x269,_0x54bb3d:0x15e,_0x3a3318:0x170,_0x46be81:0x2e5,_0x148580:0x237,_0x56c14c:0x2de,_0x3ae296:0x2ab,_0x5be7ec:0x266,_0x5bfb9b:0x276,_0x4e390a:0x246,_0x12f356:0x297,_0x468f0e:0x26f,_0x25c424:0x29b,_0x1a54a5:0x228,_0x2296db:0x239,_0x1b8f58:0x245,_0x1e87ed:0x231,_0x432a46:0x1e6,_0x27411f:0x292,_0x219cf2:0x2c0,_0x318e12:0xe2,_0x15dcfb:0x91,_0x4afdfc:0x12,_0x2e02cb:0x39,_0x5b4aa2:0xd6,_0x38aeb9:0x134,_0x3782af:0x5b,_0x41dc00:0x26e,_0x5e4126:0x30c,_0x221301:0x2f9,_0x422766:0x331,_0x3f88d5:0x236,_0x7a701d:0x173,_0x4c9276:0x111,_0x280ed9:0x176,_0x2e0b42:0x136,_0x3e5f8c:0x258,_0xfbe5f0:0x179,_0x1b0c8e:0xd2,_0x309b17:0x254,_0x27aed6:0x237,_0x21cb60:0x20c,_0x519d94:0x1cf,_0x48fdfd:0x26a,_0x53e35b:0x262,_0x523530:0x238,_0x41175a:0x243,_0x4b2140:0x14a,_0x6aa3d8:0x79,_0x48ea0d:0x89,_0x1fdea5:0x210,_0x5122b2:0x24d,_0x1ee770:0x2b5,_0x57fdf1:0x325,_0x3dfdf3:0x247,_0x15d244:0x1e1,_0xfd25ed:0x1f3,_0x55b051:0x177,_0x33d3f5:0x277,_0x4319ea:0x263,_0x54733f:0x284,_0x1f3eee:0x1dc,_0xd5cded:0x19f,_0x19d15e:0x141,_0x5f0c16:0x102,_0x22c70b:0x1b7,_0x2b4acc:0x137,_0x58fbae:0x177,_0x26eedf:0x25e,_0x508919:0x256,_0x1f6efe:0x299,_0x7330b:0x177,_0x4ef5e2:0x1b4,_0x40a9f7:0x76,_0x597864:0x18d,_0x2916c5:0x227,_0x8bf878:0x185,_0x6779cf:0x150,_0x33bec3:0x1b4,_0x49e8fb:0x197,_0x2db8b9:0x2c3,_0x322e83:0x297,_0x491eeb:0x19b,_0x550db8:0x1a1,_0x17f1a7:0x213,_0x19af44:0xac,_0x4c5383:0xcd,_0x514e24:0xde,_0x4b653b:0x1ce,_0x188219:0x25e,_0x43d3af:0x343,_0x315674:0x366,_0x3942c5:0x2c1,_0x2596dd:0x308,_0x111e49:0x2b2,_0x21fe77:0x155,_0x268d4e:0x129,_0x111a2e:0x28b,_0x25748a:0x237,_0x49f58e:0x10f,_0x1f0acf:0x262,_0x9339e4:0x10e,_0x2bf8ad:0x271,_0x10f21a:0x10b,_0x41c6d8:0x118,_0x1fd302:0x178,_0x55afed:0xf4,_0x497c3a:0xc7,_0x524615:0xdd,_0xff2cc9:0x1cd,_0x5dd394:0x2a4,_0x11da6e:0x322,_0x4c1ee3:0x252,_0x14c057:0x25c,_0x3b6ec8:0x1b6,_0x3b7db4:0x223,_0x1128a:0x1e0,_0x180e8c:0x2b0,_0x502811:0x184,_0x38f807:0x1c1,_0x200f80:0x199,_0x1a34b9:0x1ef,_0x5a65eb:0x33f,_0x5c1d24:0x252,_0x388539:0x248,_0x47670c:0x2b3,_0x10fad9:0x169,_0x4b28e9:0x1cf,_0x3d85f6:0x2f1,_0x27c492:0x1fc,_0x211eb2:0x256,_0x18cc87:0x7d,_0x561e15:0x1a5,_0x2defa8:0x16f,_0x39f783:0x161,_0x4e226a:0x202,_0x5c6955:0xc9,_0x1748a1:0x10d,_0x494d6c:0x126,_0x639da7:0x142,_0x2105d6:0x85,_0x5adea8:0x203,_0x238fd3:0x139,_0x2f2f72:0x1c3,_0x40c04a:0x23c,_0x3be470:0x17f,_0x2af07d:0x22e,_0x10eb7a:0x134,_0x26460f:0xf4,_0x322dcc:0x133,_0x361103:0xf6,_0xeb0c6f:0x11a,_0x12c897:0x140,_0x5c0ecd:0x1aa,_0x8f9482:0x19a,_0x1b8a45:0x138,_0x37bed6:0x1c4,_0x21dc18:0x112,_0x21d2e8:0x143,_0xe57674:0x11d,_0x1d5a4f:0x2c8,_0x1520d8:0x21e,_0x1cda13:0x1d3,_0x1b7487:0x166,_0x35fb77:0x160,_0xeaff56:0xdf,_0x1f694d:0xfc,_0x527694:0xe4,_0x2a443d:0x11e,_0x5e0291:0x65,_0x2d584f:0x27f,_0x2e8481:0x216,_0x5c5a20:0x130,_0x31fb37:0x13c,_0x1d7eb6:0x1ea,_0x3ec287:0x113,_0x5b684a:0x107,_0x5af57a:0x194,_0x45e3e9:0x15b,_0x4fe321:0x19c,_0x214a7e:0xbc,_0x33e516:0x218,_0x732b3:0x1d7,_0x423f42:0xee,_0x42a8c9:0x131,_0x56eda1:0x17f,_0x2c74a2:0x160,_0x1e57b8:0x1c1,_0x536f35:0xa7,_0x44929f:0x2c3,_0x29c624:0x29f,_0xf7f43c:0x164,_0x1bedae:0x224,_0x441741:0x268,_0x30f709:0x1e3,_0x2c3487:0x275,_0x17fddd:0x2d4,_0x419e8e:0x2be,_0x37b62b:0x366,_0x26742a:0x252,_0xbe0b4e:0x259,_0x2bf3e6:0xb5,_0x3c9d61:0x13b,_0x195042:0x163,_0x15d1b1:0x2a0,_0x4e08c9:0x2b4,_0x4112c1:0x184,_0x13ed8c:0x2ad,_0x569d8d:0x13e,_0x207dcf:0x87,_0x59a2ef:0x1a0,_0x6072c6:0x18a,_0x1e5c3e:0x279,_0x1ab22c:0x11b,_0xeb7170:0x210,_0x1155b0:0xd1,_0x4e1d66:0x120,_0x15b418:0x291,_0x4ecf65:0x2db,_0xa5ef39:0x154,_0x5ed5d9:0xe6,_0x449c2c:0x189,_0x2b0810:0x1c8,_0x2405f8:0x18e,_0x29c7bc:0x209,_0x34a8ef:0x1ba,_0x43d46a:0x2c3,_0x51e28c:0x2df,_0x14a7dd:0x108,_0x2858c7:0xef,_0x3b7427:0x21b,_0x3e9006:0x308,_0x8d10f4:0xf4,_0x55b6c3:0x190,_0x4492f0:0x2e4,_0x3d17b1:0x1c2,_0x3f7551:0x2e3,_0xc24bb:0x19f,_0x235636:0x1bb,_0xe31738:0x1d1,_0x4e6072:0x2c3,_0x8ba2d2:0x270,_0x3ac2bc:0x361,_0x19bdd0:0x146,_0x1f371c:0x8d,_0x72f25c:0x106,_0x15cc20:0x32e,_0x5e1d36:0x2d8,_0x5920f2:0x14b,_0x140c3f:0x1cc,_0x4c2617:0x2e0,_0x2dbea7:0x24b,_0x3c3186:0xf4,_0x4a1cc6:0x309,_0x5dc7a8:0x35b,_0x69ce84:0x1fe,_0x3ef56a:0x27c,_0x1013ac:0x281,_0x219714:0x3f,_0x503778:0x222,_0x50ff9b:0x2cd,_0x2c5aa1:0x75,_0x2150f2:0x347,_0x3ea759:0x243,_0x3cf835:0x2f7,_0x24fd8a:0xa2,_0x4fc557:0x158,_0x27066c:0x365,_0x3f8cdc:0x299,_0x2ebdf2:0x2f1,_0x4435e9:0x272,_0x361173:0x1b1,_0x324908:0x256,_0x466152:0x17f,_0x3d0fad:0x17e,_0x2d0645:0x127,_0x5cab78:0x233,_0x427760:0x253,_0x38e3a2:0x12b,_0x2a113c:0x11c,_0x13c8a8:0xb2,_0xdc768a:0x69,_0x7d10f8:0x1a7,_0x5b033d:0x13c,_0x300d74:0x187,_0x216752:0xf4,_0x193b7c:0x19d,_0x546718:0x1ed,_0x331d7f:0x6b,_0x10983c:0x31c,_0x5379a9:0x298,_0x4e0f0a:0x253,_0x22e0b9:0x54,_0x8c21a8:0x4b,_0x327340:0x103,_0x35db4a:0x176,_0x42f8ad:0x163,_0x243b7e:0x1e3,_0x496f4d:0x20a,_0x3191a9:0x1dd,_0x504ccf:0x1ca,_0x1fcdfb:0x169,_0x5944c3:0x171,_0x14263b:0xe0},_0x55aeb0={_0x324316:0x17a},_0x44853a={_0x41acb1:0x23d,_0x7a7a4f:0x4};function _0x587f9d(_0x32f481,_0x15c2c5,_0x49cb65,_0x2449a5){return _0x53c456(_0x49cb65,_0x32f481- -_0x44853a._0x41acb1,_0x49cb65-_0x44853a._0x7a7a4f,_0x2449a5-0x1f1);}const _0x51ea4a={'fbiwZ':'Make\x20sure\x20'+_0x587f9d(-_0x12d254._0x2834c0,-_0x12d254._0x257eee,-0x12d,-0x103)+_0x587f9d(-0xc8,-0x46,-0x160,-0x64)+'nts\x20to\x20a\x20v'+_0x587f9d(-_0x12d254._0x1da1bd,-_0x12d254._0x1a892f,-_0x12d254._0x2df2e8,-0x19b)+_0x73fd3d(0x227,_0x12d254._0x47ad2c,_0x12d254._0x4b171a,0x1e4)+'ectory','vZAnf':_0x73fd3d(0x250,_0x12d254._0x161caf,0x1ef,0x1e6)+_0x73fd3d(0x1ad,_0x12d254._0x3ff581,0x186,0x28e)+_0x73fd3d(0x2a9,_0x12d254._0x1e29f9,0x329,_0x12d254._0x2723e9)+_0x587f9d(-0x1f7,-_0x12d254._0x464131,-_0x12d254._0x170d71,-_0x12d254._0x5c58ee)+'0|18|25|4|'+_0x73fd3d(_0x12d254._0x2a4fe7,0x273,0x291,0x26e)+'16|21|1|22','gLwMQ':_0x73fd3d(_0x12d254._0x3dbe0a,_0x12d254._0x485fe1,0x35c,_0x12d254._0x428a75)+_0x587f9d(-0xef,-_0x12d254._0xe1d1c7,-0x118,-0x142)+'\x20\x20Path\x20to\x20'+_0x73fd3d(0x2b4,_0x12d254._0x44a62a,0x290,0x2ec)+_0x587f9d(-0x1fb,-0x268,-_0x12d254._0x4bc3bf,-0x29f),'QjPpt':'\x20\x20coder-se'+'rver\x20confi'+_0x587f9d(-_0x12d254._0x30136b,-_0x12d254._0x65f3,-0x1c5,-_0x12d254._0x4b171a)+_0x73fd3d(0x1e7,_0x12d254._0x170bc4,0x184,0x135)+'claude','zcHwi':_0x587f9d(-0x105,-_0x12d254._0xe6e490,-_0x12d254._0x2c8793,-_0x12d254._0x2668cc)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x587f9d(-0xdc,-0x5a,-0x5e,-_0x12d254._0x200083)+_0x73fd3d(0x27c,_0x12d254._0x577c26,0x2e2,_0x12d254._0x4eba3f)+_0x73fd3d(0x280,_0x12d254._0x4daba9,_0x12d254._0xaf0e2b,_0x12d254._0x545a33)+_0x73fd3d(_0x12d254._0x397de7,0x29e,0x2a0,0x283),'QuATN':_0x587f9d(-_0x12d254._0x342b2b,-0xfc,-0x1e4,-0x161),'IUVNx':_0x73fd3d(0x2a6,0x21b,_0x12d254._0x2183e5,_0x12d254._0x54faa0)+_0x73fd3d(0x1ec,0x219,_0x12d254._0x18efbb,0x2a4)+'\x20\x20Default\x20'+'agent\x20(cla'+'ude\x20or\x20cod'+'ex)','pSlKE':_0x587f9d(-_0x12d254._0x2dd6e5,-_0x12d254._0x38560f,-_0x12d254._0x1c995a,-0x176)+_0x73fd3d(_0x12d254._0x5025c7,0x258,0x2ce,0x2ba)+'\x20\x20Path\x20to\x20'+_0x73fd3d(0x2c4,0x24a,0x1ee,_0x12d254._0xf2c416)+_0x73fd3d(0x34f,0x2f6,0x37a,0x37e)+'y','nakZU':'\x20\x20remove\x20<'+'key>\x20\x20\x20\x20\x20\x20'+_0x587f9d(-0x184,-_0x12d254._0x1ed6a4,-_0x12d254._0x3d9a19,-_0x12d254._0x3c8321)+_0x73fd3d(0x351,0x2a3,_0x12d254._0x19bf67,0x2e1)+_0x587f9d(-0x10f,-_0x12d254._0x3db290,-_0x12d254._0x2e1c65,-0x1aa),'KEzSg':'\x20\x20get\x20<key'+_0x587f9d(-_0x12d254._0x110ab6,-0xc7,-_0x12d254._0x2e810c,-0x56)+_0x73fd3d(_0x12d254._0x56ddc4,_0x12d254._0x1a9ec3,0x21a,_0x12d254._0x477432)+'figuration'+_0x587f9d(-_0x12d254._0x1b4404,-_0x12d254._0x5f2f02,-0x1a9,-0x182),'jhIzX':_0x73fd3d(_0x12d254._0x40cdbf,0x287,0x2e9,0x260)+_0x73fd3d(_0x12d254._0x5be88c,_0x12d254._0x254348,_0x12d254._0x2e9864,0x30a)+'\x20\x20Path\x20to\x20'+_0x587f9d(-0x143,-_0x12d254._0x54bb3d,-0x10c,-_0x12d254._0x3a3318)+_0x73fd3d(0x265,_0x12d254._0x46be81,_0x12d254._0x148580,0x249),'wnsmk':'Usage:\x20cod'+_0x73fd3d(0x2e5,_0x12d254._0x56c14c,0x387,0x387)+_0x73fd3d(0x213,0x2b3,_0x12d254._0x3ae296,_0x12d254._0x5be7ec)+_0x73fd3d(_0x12d254._0x5bfb9b,_0x12d254._0x4e390a,_0x12d254._0x12f356,0x219)+'ve|show>\x20['+_0x73fd3d(_0x12d254._0x468f0e,_0x12d254._0x25c424,_0x12d254._0x1a54a5,0x2b9)+'e]','HXhYI':_0x73fd3d(0x1c8,_0x12d254._0x2296db,0x272,_0x12d254._0x1b8f58)+'rver\x20confi'+_0x73fd3d(_0x12d254._0x148580,_0x12d254._0x1e87ed,0x1ee,_0x12d254._0x432a46)+'r_setup_pa'+'th\x20/path/t'+_0x73fd3d(_0x12d254._0x27411f,0x212,_0x12d254._0x219cf2,0x17f)+_0x587f9d(-_0x12d254._0x318e12,-_0x12d254._0x15dcfb,-0xda,-0x52),'HdGEW':_0x587f9d(-0xb5,-_0x12d254._0x4afdfc,-_0x12d254._0x2e02cb,-_0x12d254._0x5b4aa2)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x587f9d(-0xe6,-_0x12d254._0x38aeb9,-_0x12d254._0x3782af,-0x78)+_0x587f9d(-0x114,-0xda,-_0x12d254._0x257eee,-0x168)+_0x73fd3d(_0x12d254._0x41dc00,0x2d0,0x305,0x276),'yAwVw':_0x73fd3d(_0x12d254._0x5e4126,_0x12d254._0x221301,0x24c,_0x12d254._0x422766)+'figuration'+_0x73fd3d(0x19a,_0x12d254._0x3f88d5,0x24d,0x261)+'red\x20in\x20~/.'+_0x587f9d(-_0x12d254._0x7a701d,-_0x12d254._0x4c9276,-0x14d,-_0x12d254._0x280ed9)+'ig.json):','FsKUh':_0x73fd3d(0x22f,0x27c,0x1f6,0x2eb)+'ort\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Server\x20p'+_0x73fd3d(0x212,0x1d8,0x1a6,_0x12d254._0x2e0b42)+_0x73fd3d(0x29f,0x28a,_0x12d254._0x3e5f8c,0x300),'cyeVR':_0x587f9d(-_0x12d254._0xfbe5f0,-0x153,-_0x12d254._0x1b0c8e,-0x119)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x73fd3d(_0x12d254._0x309b17,_0x12d254._0x27aed6,0x198,0x199)+'me','RJrqR':function(_0x153898,_0x1acc64){return _0x153898&&_0x1acc64;},'DIKKj':_0x587f9d(-0x1ca,-_0x12d254._0x21cb60,-_0x12d254._0x519d94,-_0x12d254._0x48fdfd)+_0x73fd3d(_0x12d254._0x53e35b,_0x12d254._0x523530,_0x12d254._0x41175a,0x1bb)+_0x587f9d(-0x120,-_0x12d254._0x4b2140,-_0x12d254._0x6aa3d8,-_0x12d254._0x48ea0d)+'a\x20list\x20of\x20'+'available\x20'+_0x587f9d(-0x1d2,-0x20c,-0x176,-_0x12d254._0x1fdea5),'XQBIX':'coder_setu'+_0x73fd3d(0x296,0x2fe,0x25f,_0x12d254._0x5122b2),'nHBfT':function(_0x345e30,_0x9dee42){return _0x345e30(_0x9dee42);},'GjfyP':_0x73fd3d(_0x12d254._0x1ee770,0x2c2,_0x12d254._0x57fdf1,_0x12d254._0x3dfdf3)+'t','JneJU':function(_0x1d7923,_0x272ed9){return _0x1d7923(_0x272ed9);},'MDoOe':_0x73fd3d(0x1b8,0x1e6,0x219,_0x12d254._0x15d244)+'ath','hhNZb':_0x73fd3d(0x1b7,_0x12d254._0xfd25ed,0x15c,_0x12d254._0x55b051)+'h','xHiBQ':_0x73fd3d(_0x12d254._0x33d3f5,_0x12d254._0x4319ea,_0x12d254._0x54733f,_0x12d254._0x1f3eee)+'y','uCsoV':function(_0x4788a1){return _0x4788a1();},'MfLJU':function(_0x14c4c1){return _0x14c4c1();},'KwZxE':_0x587f9d(-_0x12d254._0xd5cded,-0x128,-0x239,-_0x12d254._0x19d15e)+_0x587f9d(-0x1a8,-0x17f,-0x22b,-_0x12d254._0x5f0c16)+_0x587f9d(-_0x12d254._0x22c70b,-_0x12d254._0x2b4acc,-0x244,-_0x12d254._0x58fbae)+'ed','LhExU':_0x73fd3d(0x21c,_0x12d254._0x26eedf,_0x12d254._0x508919,_0x12d254._0x1f6efe),'GRldr':function(_0x36f3e4,_0x5c7f31){return _0x36f3e4===_0x5c7f31;},'JCmcC':_0x587f9d(-0x204,-_0x12d254._0x7330b,-_0x12d254._0x4ef5e2,-0x179),'twsZN':_0x587f9d(-0xfc,-0x9c,-0x8c,-_0x12d254._0x40a9f7),'KbpgW':function(_0x5a5401,_0x3028b8){return _0x5a5401!==_0x3028b8;},'LyRLy':_0x587f9d(-0xf7,-_0x12d254._0x597864,-0xb5,-_0x12d254._0x2c8793),'GhZlj':'Restart\x20th'+_0x73fd3d(_0x12d254._0x2916c5,0x20b,_0x12d254._0x8bf878,0x1a2)+_0x73fd3d(_0x12d254._0x6779cf,_0x12d254._0x33bec3,0x1f0,_0x12d254._0x49e8fb)+'\x20to\x20take\x20e'+'ffect.'};!_0x1ec7b6&&(console[_0x73fd3d(0x349,_0x12d254._0x2db8b9,0x32e,_0x12d254._0x322e83)](_0x587f9d(-_0x12d254._0x491eeb,-0x114,-_0x12d254._0x550db8,-_0x12d254._0x17f1a7)+_0x587f9d(-0xd9,-_0x12d254._0x19af44,-_0x12d254._0x4c5383,-_0x12d254._0x514e24)+_0x73fd3d(0x20b,_0x12d254._0x4b653b,_0x12d254._0x188219,0x1fa)+_0x73fd3d(_0x12d254._0x43d3af,0x2dd,_0x12d254._0x315674,0x2c5)),process[_0x73fd3d(_0x12d254._0x315674,_0x12d254._0x3942c5,0x361,0x366)](0x1*0x8ed+-0x10*0x59+-0x35c));const _0x436a2b=SERVER_CONFIG_KEYS[_0x73fd3d(0x264,_0x12d254._0x2596dd,0x2f0,_0x12d254._0x111e49)](_0x1ec7b6),_0xf579b3=SETUP_JSON_KEYS['has'](_0x1ec7b6);function _0x73fd3d(_0x1bff12,_0x1386a2,_0x569d55,_0xcbbdad){return _0x53c456(_0x1bff12,_0x1386a2-_0x55aeb0._0x324316,_0x569d55-0x9c,_0xcbbdad-0x28);}_0x51ea4a[_0x587f9d(-0x148,-_0x12d254._0x21fe77,-_0x12d254._0x268d4e,-0xe8)](!_0x436a2b,!_0xf579b3)&&(console[_0x73fd3d(_0x12d254._0x111a2e,0x2c3,0x33d,_0x12d254._0x25748a)](_0x587f9d(-0x1b8,-_0x12d254._0x49f58e,-_0x12d254._0x1f0acf,-_0x12d254._0x9339e4)+_0x587f9d(-0x1e5,-0x17d,-_0x12d254._0x508919,-_0x12d254._0x2bf8ad)+_0x587f9d(-0x19d,-_0x12d254._0x10f21a,-_0x12d254._0x41c6d8,-_0x12d254._0x1fd302)+_0x1ec7b6),console[_0x587f9d(-_0x12d254._0x55afed,-_0x12d254._0x497c3a,-_0x12d254._0x524615,-0x52)](_0x51ea4a[_0x587f9d(-_0x12d254._0xff2cc9,-0x148,-0x247,-0x16b)]),process['exit'](0x1*0xd96+0x65*-0x11+-0x6e0));if(_0x436a2b){switch(_0x1ec7b6){case _0x51ea4a['XQBIX']:await _0x51ea4a[_0x587f9d(-0x16f,-0x1e3,-0x20d,-0x189)](saveCoderSetupPath,null),console[_0x73fd3d(_0x12d254._0x5dd394,0x24e,0x28c,0x1e0)](_0x73fd3d(_0x12d254._0x11da6e,0x291,0x333,0x276)+_0x1ec7b6);break;case _0x51ea4a['GjfyP']:await _0x51ea4a[_0x587f9d(-0x1da,-_0x12d254._0x4c1ee3,-_0x12d254._0x14c057,-0x20a)](saveServerPort,0xa*-0xeb+-0x28a+0x1770),console[_0x73fd3d(_0x12d254._0x3b6ec8,0x24e,0x1ee,0x241)](_0x73fd3d(0x182,_0x12d254._0x3b7db4,_0x12d254._0x1128a,_0x12d254._0x180e8c)+_0x1ec7b6+(_0x73fd3d(_0x12d254._0x502811,_0x12d254._0x21cb60,_0x12d254._0x38f807,_0x12d254._0x200f80)+_0x587f9d(-0x1c9,-0x247,-0x26c,-_0x12d254._0x1a34b9)));break;case _0x51ea4a[_0x73fd3d(_0x12d254._0x5a65eb,0x2dc,_0x12d254._0x5c1d24,_0x12d254._0x3dbe0a)]:await _0x51ea4a[_0x73fd3d(0x25c,_0x12d254._0x388539,0x1be,_0x12d254._0x47670c)](saveSslCertPath,null),console[_0x587f9d(-_0x12d254._0x10fad9,-0x148,-_0x12d254._0x4b28e9,-_0x12d254._0x19d15e)](_0x73fd3d(0x243,0x291,0x247,_0x12d254._0x3d85f6)+_0x1ec7b6);break;case _0x587f9d(-_0x12d254._0x27c492,-0x196,-0x19f,-_0x12d254._0x211eb2)+'th':await _0x51ea4a['JneJU'](saveSslKeyPath,null),console['log'](_0x587f9d(-0x126,-0x1ab,-_0x12d254._0x18cc87,-_0x12d254._0x561e15)+_0x1ec7b6);break;case _0x51ea4a['hhNZb']:await _0x51ea4a[_0x587f9d(-_0x12d254._0x2defa8,-0x198,-_0x12d254._0x39f783,-_0x12d254._0x4e226a)](saveSslCaPath,null),console['log']('Removed\x20'+_0x1ec7b6);break;case _0x51ea4a[_0x587f9d(-_0x12d254._0x5c6955,-_0x12d254._0x1748a1,-_0x12d254._0x200083,-0x166)]:await saveTrustProxy(null),console['log'](_0x587f9d(-_0x12d254._0x494d6c,-_0x12d254._0x639da7,-_0x12d254._0x2105d6,-0xc1)+_0x1ec7b6);break;}console[_0x587f9d(-_0x12d254._0x10fad9,-0x150,-_0x12d254._0x5adea8,-0x1b2)](_0x587f9d(-0x1a0,-_0x12d254._0x238fd3,-_0x12d254._0x2f2f72,-_0x12d254._0x1da1bd)+':\x20'+_0x51ea4a[_0x73fd3d(0x2d6,0x256,0x1fa,_0x12d254._0x40c04a)](getConfigPath));}else{if(_0xf579b3){const _0x425bbd=await _0x51ea4a[_0x587f9d(-0x1d0,-_0x12d254._0x3be470,-_0x12d254._0x2af07d,-_0x12d254._0x10eb7a)](getCoderSetupPath);!_0x425bbd&&(console[_0x587f9d(-_0x12d254._0x26460f,-0x7f,-0xa5,-_0x12d254._0x322dcc)](_0x51ea4a['KwZxE']),process[_0x587f9d(-_0x12d254._0x361103,-_0x12d254._0xeb0c6f,-0x100,-0x1a5)](0x948+0x2205*-0x1+0x18be));const _0x393397=_0x21dfb1[_0x587f9d(-0x17c,-_0x12d254._0x3db290,-_0x12d254._0x12c897,-0x203)](_0x425bbd,_0x51ea4a[_0x587f9d(-_0x12d254._0x1c995a,-_0x12d254._0x5c0ecd,-_0x12d254._0x8f9482,-_0x12d254._0x1b8a45)]);let _0x10a6ed;try{if(_0x51ea4a[_0x587f9d(-0x1c1,-_0x12d254._0x49e8fb,-_0x12d254._0x37bed6,-0x16a)](_0x51ea4a[_0x587f9d(-_0x12d254._0x21dc18,-_0x12d254._0x21d2e8,-_0x12d254._0xe57674,-0xf2)],_0x51ea4a[_0x587f9d(-0x112,-0xce,-0x177,-0x64)])){const _0x5e6b47=await _0x485461[_0x73fd3d(0x21b,0x229,_0x12d254._0x1d5a4f,0x2b1)](_0x393397,_0x51ea4a['twsZN']);_0x10a6ed=JSON[_0x73fd3d(_0x12d254._0x1520d8,_0x12d254._0x1cda13,_0x12d254._0x1b7487,0x137)](_0x5e6b47);}else _0x5249b7[_0x587f9d(-_0x12d254._0x35fb77,-_0x12d254._0xeaff56,-_0x12d254._0x1f694d,-_0x12d254._0x527694)]==='ENOENT'?(_0x4cf8a0[_0x587f9d(-0xf4,-0x19a,-_0x12d254._0x2a443d,-_0x12d254._0x5e0291)](_0x73fd3d(0x23d,0x1df,_0x12d254._0x2d584f,_0x12d254._0x2e8481)+_0x587f9d(-0x16e,-_0x12d254._0x5c5a20,-_0x12d254._0x31fb37,-_0x12d254._0x1d7eb6)+_0x587f9d(-_0x12d254._0x3ec287,-0x14d,-0x81,-0x171)+'\x20'+_0x2ac821),_0x53a045[_0x587f9d(-0xf4,-0x108,-0x110,-0xae)](_0x51ea4a[_0x587f9d(-_0x12d254._0x5b684a,-_0x12d254._0x5af57a,-0x6f,-_0x12d254._0x39f783)])):_0x400d0d['error']('Error\x20read'+_0x587f9d(-_0x12d254._0x45e3e9,-0x1df,-_0x12d254._0x4fe321,-_0x12d254._0x214a7e)+'json:\x20'+_0x557b84['message']),_0x2af480['exit'](0x117a+-0x15ea+0x471);}catch(_0x44eae1){if(_0x51ea4a[_0x73fd3d(_0x12d254._0x33e516,_0x12d254._0x732b3,_0x12d254._0x40cdbf,0x219)](_0x587f9d(-0xca,-_0x12d254._0x423f42,-0x132,-0x8e),'Yqaxc'))_0x51ea4a[_0x587f9d(-0x1c1,-0x114,-_0x12d254._0x42a8c9,-_0x12d254._0x56eda1)](_0x44eae1[_0x587f9d(-_0x12d254._0x2c74a2,-_0x12d254._0x1e57b8,-0x139,-_0x12d254._0x27c492)],_0x51ea4a[_0x587f9d(-0x13c,-_0x12d254._0x536f35,-0x171,-_0x12d254._0x2c8793)])?console[_0x73fd3d(0x227,_0x12d254._0x44929f,0x340,_0x12d254._0x29c624)](_0x587f9d(-0x1d8,-_0x12d254._0xf7f43c,-0x242,-_0x12d254._0x1bedae)+_0x73fd3d(_0x12d254._0x441741,0x249,_0x12d254._0x30f709,0x1cd)+_0x73fd3d(0x246,0x2a4,_0x12d254._0x2c3487,_0x12d254._0x17fddd)+'\x20'+_0x393397):console[_0x73fd3d(_0x12d254._0x419e8e,_0x12d254._0x2db8b9,_0x12d254._0x37b62b,0x345)](_0x73fd3d(_0x12d254._0x21cb60,_0x12d254._0x26742a,0x23a,_0x12d254._0xbe0b4e)+'ing\x20setup.'+_0x73fd3d(_0x12d254._0x47670c,0x2d4,0x250,0x22a)+_0x44eae1['message']),process[_0x587f9d(-0xf6,-_0x12d254._0x2bf3e6,-_0x12d254._0x3c9d61,-0x13e)](-0x1ab4+0x130a*-0x1+0x2dbf);else{const _0x58c76f=_0x51ea4a[_0x73fd3d(0x179,0x1b8,_0x12d254._0x195042,0x173)][_0x73fd3d(0x347,0x301,_0x12d254._0x15d1b1,_0x12d254._0x4e08c9)]('|');let _0x1fbcb7=0xa9a+0x17f3*0x1+-0x228d;while(!![]){switch(_0x58c76f[_0x1fbcb7++]){case'0':_0x2c088e[_0x587f9d(-0xf4,-_0x12d254._0x2834c0,-_0x12d254._0x1a892f,-_0x12d254._0x4112c1)](_0x51ea4a[_0x73fd3d(0x2b1,_0x12d254._0x13ed8c,_0x12d254._0x2296db,0x300)]);continue;case'1':_0x423d1a['error'](_0x51ea4a[_0x587f9d(-0x10e,-_0x12d254._0x569d8d,-_0x12d254._0x207dcf,-0x12b)]);continue;case'2':_0x1eefb8[_0x587f9d(-0xf4,-_0x12d254._0x59a2ef,-0x151,-0x12a)](_0x51ea4a[_0x587f9d(-0x100,-0xec,-_0x12d254._0x6072c6,-0x7b)]);continue;case'3':_0x408380[_0x73fd3d(0x369,0x2c3,0x258,0x2df)](_0x51ea4a[_0x73fd3d(_0x12d254._0x2596dd,_0x12d254._0x1e5c3e,0x287,0x2a8)]);continue;case'4':_0x22b272[_0x587f9d(-_0x12d254._0x55afed,-0x150,-0x116,-_0x12d254._0x1ab22c)](_0x51ea4a[_0x73fd3d(0x2ae,0x260,0x274,_0x12d254._0xeb7170)]);continue;case'5':_0x54c314['error'](_0x587f9d(-_0x12d254._0x1155b0,-_0x12d254._0x4e1d66,-0x47,-0x7e));continue;case'6':_0x2d371e[_0x73fd3d(_0x12d254._0x15b418,0x2c3,_0x12d254._0x2916c5,_0x12d254._0x4ecf65)](_0x587f9d(-0xf1,-_0x12d254._0xa5ef39,-0x169,-_0x12d254._0x5ed5d9)+_0x587f9d(-_0x12d254._0x449c2c,-0x216,-_0x12d254._0x2b0810,-_0x12d254._0x21cb60)+_0x587f9d(-0x1a4,-0x24f,-_0x12d254._0x2405f8,-0x1cb)+'\x20for\x20envir'+_0x587f9d(-0x1eb,-0x1e4,-_0x12d254._0x29c7bc,-_0x12d254._0x34a8ef));continue;case'7':_0x32de71['error'](_0x51ea4a['pSlKE']);continue;case'8':_0x59dd27[_0x73fd3d(0x31b,_0x12d254._0x43d46a,0x2e1,_0x12d254._0x51e28c)](_0x51ea4a['nakZU']);continue;case'9':_0x2a0fcd['error'](_0x51ea4a[_0x587f9d(-0x12a,-_0x12d254._0x14a7dd,-0x180,-_0x12d254._0x2858c7)]);continue;case'10':_0x1960e5[_0x73fd3d(0x330,0x2c3,_0x12d254._0x3b7427,_0x12d254._0x3e9006)]('');continue;case'11':_0x63231f[_0x587f9d(-_0x12d254._0x8d10f4,-_0x12d254._0x39f783,-_0x12d254._0x55b6c3,-0x59)](_0x51ea4a[_0x73fd3d(0x2b5,0x247,0x1b6,_0x12d254._0x4492f0)]);continue;case'12':_0x519c9d['error'](_0x73fd3d(0x283,_0x12d254._0x1f0acf,_0x12d254._0x3d17b1,_0x12d254._0x3f7551)+'>\x20<value>\x20'+'\x20Set\x20a\x20con'+_0x73fd3d(_0x12d254._0xc24bb,0x211,0x27e,_0x12d254._0x235636)+_0x73fd3d(_0x12d254._0x15b418,0x204,_0x12d254._0xe31738,0x24e));continue;case'13':_0x18b648[_0x73fd3d(0x31f,_0x12d254._0x4e6072,_0x12d254._0x8ba2d2,_0x12d254._0x3ac2bc)]('');continue;case'14':_0x1e6551['error'](_0x51ea4a[_0x587f9d(-_0x12d254._0x2b4acc,-_0x12d254._0x3db290,-_0x12d254._0x59a2ef,-0x1b7)]);continue;case'15':_0x1d2e3c['error'](_0x587f9d(-_0x12d254._0x19bdd0,-_0x12d254._0x1b7487,-0x186,-0x11f)+_0x587f9d(-0x134,-_0x12d254._0x1f371c,-0x1e3,-_0x12d254._0x72f25c)+_0x73fd3d(_0x12d254._0x15cc20,0x2db,_0x12d254._0x5e1d36,0x2f9)+_0x587f9d(-0x1fa,-_0x12d254._0x5920f2,-_0x12d254._0x140c3f,-0x272)+_0x73fd3d(0x269,0x2fd,_0x12d254._0x4c2617,0x33b));continue;case'16':_0x41b18b['error'](_0x51ea4a[_0x73fd3d(0x1bc,0x1b1,_0x12d254._0xa5ef39,_0x12d254._0x2dbea7)]);continue;case'17':_0x516c40[_0x587f9d(-_0x12d254._0x3c3186,-0x74,-_0x12d254._0x2105d6,-0xb7)](_0x51ea4a[_0x73fd3d(_0x12d254._0x3b7427,0x1cd,0x14e,0x270)]);continue;case'18':_0xca928f['error'](_0x73fd3d(_0x12d254._0x54faa0,_0x12d254._0x4a1cc6,_0x12d254._0x5dc7a8,0x2f4)+_0x73fd3d(_0x12d254._0x69ce84,0x1ec,_0x12d254._0x14c057,_0x12d254._0x7a701d)+'keys\x20(stor'+'ed\x20in\x20setu'+_0x587f9d(-0x202,-_0x12d254._0x3ef56a,-_0x12d254._0x1013ac,-0x1ac));continue;case'19':_0x8e17da['error']('\x20\x20trust_pr'+_0x587f9d(-0xdf,-0xda,-_0x12d254._0x219714,-0x81)+_0x73fd3d(0x233,_0x12d254._0x503778,_0x12d254._0x50ff9b,0x2c5)+_0x587f9d(-_0x12d254._0x14a7dd,-_0x12d254._0x2c5aa1,-0x86,-0x1a3)+_0x73fd3d(_0x12d254._0x2150f2,_0x12d254._0x50ff9b,0x358,_0x12d254._0x3ea759)+_0x73fd3d(_0x12d254._0x485fe1,_0x12d254._0x3cf835,0x373,0x330));continue;case'20':_0x3c973c[_0x587f9d(-0xf4,-0x13a,-_0x12d254._0x24fd8a,-_0x12d254._0x4fc557)]('');continue;case'21':_0xf27a9f[_0x73fd3d(0x2d5,0x2c3,_0x12d254._0x27066c,_0x12d254._0x3f8cdc)](_0x587f9d(-0x17e,-0x18e,-0x138,-0x11f)+_0x73fd3d(0x1ed,0x201,0x24a,0x298)+_0x73fd3d(_0x12d254._0x2ebdf2,_0x12d254._0x4435e9,0x25e,0x1cf)+_0x587f9d(-_0x12d254._0x361173,-_0x12d254._0xff2cc9,-_0x12d254._0x324908,-_0x12d254._0x21cb60)+'80');continue;case'22':_0x44df89[_0x587f9d(-_0x12d254._0x26460f,-0x10d,-_0x12d254._0x466152,-0x17f)](_0x587f9d(-_0x12d254._0x3d0fad,-0x1b5,-_0x12d254._0x1a34b9,-_0x12d254._0x2d0645)+_0x587f9d(-0x1b6,-0x19b,-_0x12d254._0x5cab78,-_0x12d254._0x427760)+'g\x20show');continue;case'23':_0x2be69f[_0x587f9d(-0xf4,-_0x12d254._0x38e3a2,-_0x12d254._0x2a113c,-_0x12d254._0x13c8a8)](_0x51ea4a[_0x587f9d(-0xfa,-0x188,-0x178,-_0x12d254._0xdc768a)]);continue;case'24':_0x3c83f5['error'](_0x51ea4a[_0x587f9d(-_0x12d254._0x7d10f8,-_0x12d254._0x5b033d,-_0x12d254._0x300d74,-0x182)]);continue;case'25':_0x594be1[_0x587f9d(-_0x12d254._0x216752,-0x9c,-0xd6,-_0x12d254._0x193b7c)](_0x51ea4a[_0x587f9d(-0x1f1,-0x17f,-_0x12d254._0x546718,-0x147)]);continue;case'26':_0x27ecab[_0x587f9d(-0xf4,-0xfc,-0x16a,-_0x12d254._0x4b2140)]('');continue;}break;}}}_0x10a6ed[_0x1ec7b6]===undefined&&(console[_0x587f9d(-0xf4,-0xe9,-0x182,-_0x12d254._0x331d7f)]('Key\x20\x22'+_0x1ec7b6+('\x22\x20not\x20foun'+'d\x20in\x20confi'+_0x73fd3d(_0x12d254._0x10983c,_0x12d254._0x5379a9,0x228,_0x12d254._0x4e0f0a))),process[_0x587f9d(-0xf6,-_0x12d254._0x22e0b9,-_0x12d254._0x8c21a8,-_0x12d254._0x5920f2)](0x23fd+0x1a6d+0x4cd*-0xd)),delete _0x10a6ed[_0x1ec7b6],await _0x485461[_0x587f9d(-_0x12d254._0x327340,-_0x12d254._0x35db4a,-0x120,-_0x12d254._0x42f8ad)](_0x393397,JSON[_0x587f9d(-0x16c,-0x19a,-_0x12d254._0xe31738,-_0x12d254._0x4b2140)](_0x10a6ed,null,0x19ca*0x1+0x25b2+-0x19*0x28a)+'\x0a',_0x51ea4a[_0x73fd3d(_0x12d254._0x243b7e,_0x12d254._0x496f4d,0x253,_0x12d254._0x3191a9)]),console[_0x73fd3d(0x1f2,0x24e,_0x12d254._0x504ccf,0x24a)]('Removed\x20'+_0x1ec7b6),console[_0x587f9d(-_0x12d254._0x1fcdfb,-_0x12d254._0x5944c3,-_0x12d254._0x14263b,-0x1be)](_0x587f9d(-0x1a0,-0x22a,-0x1d8,-0x189)+':\x20'+_0x393397),console['log'](''),console['log'](_0x51ea4a[_0x587f9d(-0x15d,-0xf9,-_0x12d254._0x3a3318,-0x10e)]);}}}async function showConfig(){const _0x446261={_0x1be078:0x137,_0x314ee3:0xa4,_0x18d604:0x5f3,_0x3e1e1a:0x5e4,_0x14096b:0x183,_0x377333:0xa2,_0x44bc1a:0x536,_0x3a8ebd:0x44,_0x297330:0x2a,_0x47e998:0x2b,_0x191032:0x54,_0x451c9e:0xca,_0x275418:0xc0,_0x55075c:0x5cd,_0x16cf25:0x5a4,_0x1a967a:0x546,_0x472929:0x5c3,_0x21d602:0x85,_0x5ce805:0x87,_0x49bda3:0xa7,_0x12681c:0x606,_0x4edd51:0x5f3,_0x2dfa31:0x117,_0xd3ba32:0x68,_0x453f5f:0x134,_0x3a767a:0x139,_0x2edb14:0xa,_0x589b52:0xa7,_0x368d59:0x10e,_0x17c5d7:0x6a,_0x18c87c:0x14f,_0x3e3e36:0x80,_0x34b113:0xd4,_0x350acb:0x1ad,_0x247fa0:0x40,_0x4fb291:0x58,_0x1ec9b7:0x5b,_0x10850d:0xd0,_0x43be63:0x563,_0x82220f:0x55d,_0x572493:0x1b7,_0x56beaf:0x91,_0x30a479:0x5d1,_0x43966b:0x64a,_0x5bee8d:0x595,_0x9b0ca5:0x56b,_0x5c6edd:0x667,_0x19c964:0x4f7,_0x553d58:0xea,_0x11fe51:0xd2,_0x5311bd:0xd4,_0x39b336:0x610,_0x413718:0x643,_0x548372:0xe1,_0x4995da:0x8d,_0x14988b:0x5e4,_0xc4695f:0x554,_0x50673a:0x7a,_0x57b3d:0x11a,_0x5c55bb:0xff,_0x5a5d64:0x9f,_0x4ef658:0x118,_0x398c7b:0x10f,_0x7e9185:0xbf,_0xd77f33:0x681,_0x5a7f63:0x5b9,_0x428809:0x11a,_0x42faf8:0xaf,_0xa04327:0x520,_0x242e52:0x526,_0x3caa64:0x587,_0x2b1350:0x5b7,_0x4de737:0x560,_0x25d697:0x53d,_0x25ed5f:0x545,_0x36bdce:0x4f5,_0x27a102:0x46a,_0x5dedba:0x14,_0x7aaed5:0x515,_0x2c1de4:0x569,_0x4c9beb:0x43,_0x20d48b:0x584,_0x47d6f8:0x2f,_0x3458e5:0x60,_0x1235d9:0x66,_0x1f404e:0xbf,_0x432b43:0x2b,_0x278f98:0x51,_0x38c1c1:0x124,_0x20acf1:0x520,_0x46171a:0x74,_0x9799de:0x11c,_0x4c2c27:0x8d,_0x52497b:0xbf,_0x53b9d1:0x4fd,_0xeac4b8:0xf9,_0x24e6d7:0x113,_0x3e9bd7:0x122,_0x46e2ba:0xe4,_0x18ea65:0x179,_0x218be4:0x106,_0x568d95:0x1b8,_0x5749f2:0x57c,_0x196a3b:0x5de,_0x285375:0x131,_0x324fe3:0x7d,_0x78ec2d:0x1d,_0x2fa955:0x527,_0x243c27:0x15c,_0x154411:0x158,_0x4d61e5:0x48,_0x373066:0xcb,_0x31db4c:0x5bf,_0x2224d2:0x551,_0x33f11a:0x569,_0x34bec0:0x5ad,_0x2b5b74:0x531,_0x3ab6e0:0x4d7,_0x3c6da2:0x58d,_0x51dd86:0x4d6,_0x546d6e:0x101,_0x36cd8b:0xbf,_0x23b277:0x132,_0x387528:0x32,_0x49c87c:0x59,_0x3c98b0:0x564,_0x40bfac:0x5af,_0x2b91ec:0x615,_0x9eef54:0x4d9,_0x4a8f9d:0x53f,_0x19fea4:0x4bd,_0x24a790:0x4e6,_0x16cad6:0x50f,_0x15a59a:0x11f,_0x2d93f8:0x181,_0x266203:0x554,_0xe9fdbb:0x523},_0x1cea4a={_0x279f66:0x1e5},_0x42c754={_0x3d4355:0x193,_0x302166:0x8e},_0x1007dc={'ZmlCJ':_0x54be35(-0x6c,-_0x446261._0x1be078,-0x9d,-_0x446261._0x314ee3)+_0x784ff3(0x553,0x510,_0x446261._0x18d604,_0x446261._0x3e1e1a)+'tion\x20===','ckVYW':function(_0xc24a00){return _0xc24a00();},'BZCZG':function(_0x271b6b){return _0x271b6b();},'gSEEa':function(_0x50a9ab){return _0x50a9ab();},'Lfxzz':function(_0x157b0d){return _0x157b0d();},'rDusD':function(_0x13f16a,_0x4bcff0){return _0x13f16a||_0x4bcff0;},'NkNhg':_0x54be35(-0x1a6,-_0x446261._0x14096b,-_0x446261._0x377333,-0x124),'eBDAP':function(_0x1dbec5,_0xbe5f92){return _0x1dbec5||_0xbe5f92;},'WOaGM':function(_0x5a1827,_0x54b8fc){return _0x5a1827!==_0x54b8fc;},'IeKuY':_0x784ff3(_0x446261._0x44bc1a,0x54b,0x4f0,0x5bc)+_0x54be35(-_0x446261._0x3a8ebd,-_0x446261._0x297330,-_0x446261._0x47e998,-0x2d)+_0x54be35(-0x73,-_0x446261._0x191032,-_0x446261._0x451c9e,-_0x446261._0x275418),'ovvRh':'setup.json','GjYhc':_0x784ff3(_0x446261._0x55075c,_0x446261._0x16cf25,0x62f,_0x446261._0x1a967a),'HAkNj':function(_0x1f45fd,_0x327d3f){return _0x1f45fd===_0x327d3f;},'gjaUJ':_0x54be35(-0xd1,0x41,0x1,-0x4d),'znMwx':_0x784ff3(_0x446261._0x472929,0x628,0x5b9,0x5cd)+_0x54be35(-_0x446261._0x21d602,-_0x446261._0x5ce805,-_0x446261._0x49bda3,-0x133)+'d)','AAOnZ':_0x784ff3(_0x446261._0x12681c,0x68f,_0x446261._0x4edd51,0x620)+_0x54be35(-_0x446261._0x2dfa31,-0x19,-_0x446261._0xd3ba32,-0x93)+_0x54be35(-0x194,-_0x446261._0x453f5f,-0x194,-_0x446261._0x3a767a)+_0x54be35(-_0x446261._0x2edb14,-0xbb,0x34,-0x77)+_0x54be35(-_0x446261._0x589b52,-_0x446261._0x368d59,-0x9c,-_0x446261._0x17c5d7)+_0x784ff3(0x4f6,0x511,0x52e,0x526),'DaDJo':_0x54be35(-_0x446261._0x18c87c,-_0x446261._0x3e3e36,-0x107,-_0x446261._0x34b113)+'rver\x20confi'+'g\x20set\x20code'+_0x54be35(-0xc2,-_0x446261._0x350acb,-0xee,-0x10b)+_0x54be35(-_0x446261._0x247fa0,-0xe4,-0x98,-_0x446261._0x4fb291)+_0x784ff3(0x524,0x4d1,0x53e,0x511)+'tup'};function _0x54be35(_0x385145,_0x55c2bb,_0x82a45f,_0x223689){return _0x53c456(_0x385145,_0x223689- -_0x42c754._0x3d4355,_0x82a45f-_0x42c754._0x302166,_0x223689-0xa);}console[_0x54be35(-_0x446261._0x1ec9b7,-_0x446261._0x10850d,-0x38,-0xbf)](_0x1007dc[_0x784ff3(_0x446261._0x43be63,0x5e1,_0x446261._0x82220f,0x5e6)]),console[_0x54be35(-0x14c,-0xd6,-0xba,-0xbf)]('');const _0x5b41b5=await _0x1007dc[_0x54be35(-_0x446261._0x572493,-0x146,-_0x446261._0x56beaf,-0x115)](getCoderSetupPath),_0x166ed6=await _0x1007dc[_0x784ff3(_0x446261._0x30a479,0x64c,_0x446261._0x43966b,_0x446261._0x5bee8d)](getServerPort);function _0x784ff3(_0xbade67,_0x44b129,_0x18ffe8,_0x193459){return _0x113aa8(_0xbade67-_0x1cea4a._0x279f66,_0x44b129-0x1eb,_0x193459,_0x193459-0x6d);}const _0x5b0a1d=await _0x1007dc[_0x784ff3(0x5fb,_0x446261._0x9b0ca5,_0x446261._0x5c6edd,0x636)](getSslCertPath),_0x31c457=await getSslKeyPath(),_0x4f80a3=await _0x1007dc[_0x784ff3(0x50a,_0x446261._0x19c964,0x4c6,0x576)](getSslCaPath),_0x4797b0=await _0x1007dc[_0x54be35(-_0x446261._0x553d58,-_0x446261._0x11fe51,-_0x446261._0x5311bd,-0x112)](getTrustProxy);console[_0x784ff3(0x560,_0x446261._0x39b336,0x5ff,0x510)](_0x784ff3(0x612,_0x446261._0x413718,0x5cd,0x5d2)+_0x54be35(-_0x446261._0x548372,0x2b,-_0x446261._0x4995da,-0x67)+_0x1007dc[_0x784ff3(_0x446261._0x14988b,_0x446261._0xc4695f,0x658,0x5a7)](_0x5b41b5,_0x1007dc[_0x54be35(-0x85,-_0x446261._0x50673a,-_0x446261._0x57b3d,-_0x446261._0x5c55bb)])),console[_0x54be35(-_0x446261._0x5a5d64,-_0x446261._0x4ef658,-_0x446261._0x398c7b,-_0x446261._0x7e9185)]('server_por'+_0x54be35(-0x10b,-0xf0,-0xde,-0x97)+_0x166ed6),console[_0x54be35(-0x14a,-0x4e,-_0x446261._0x548372,-0xbf)]('ssl_cert_p'+_0x784ff3(0x5ec,_0x446261._0xd77f33,0x686,_0x446261._0x5a7f63)+_0x1007dc[_0x54be35(-_0x446261._0x428809,-0xd6,-_0x446261._0x42faf8,-0x7d)](_0x5b0a1d,_0x1007dc[_0x784ff3(_0x446261._0xa04327,_0x446261._0x242e52,_0x446261._0x3caa64,_0x446261._0x2b1350)])),console[_0x784ff3(_0x446261._0x4de737,_0x446261._0x25d697,0x580,_0x446261._0x25ed5f)]('ssl_key_pa'+_0x784ff3(_0x446261._0x36bdce,_0x446261._0x27a102,0x59f,0x4a2)+_0x1007dc['rDusD'](_0x31c457,'(not\x20set)')),console[_0x54be35(-0x74,-_0x446261._0x5dedba,-0xef,-0xbf)](_0x54be35(-0xee,-0x145,-0x88,-0x11a)+_0x784ff3(_0x446261._0x7aaed5,_0x446261._0x2c1de4,_0x446261._0xa04327,0x570)+_0x1007dc[_0x54be35(-0x31,-_0x446261._0x4c9beb,-0x31,-0x7d)](_0x4f80a3,_0x784ff3(0x4fb,0x48b,_0x446261._0x20d48b,0x48b))),console[_0x54be35(-_0x446261._0x47d6f8,-_0x446261._0x3458e5,-_0x446261._0x1235d9,-_0x446261._0x1f404e)](_0x54be35(-_0x446261._0x432b43,-0x68,-_0x446261._0x278f98,-0xaa)+_0x54be35(-_0x446261._0x4fb291,-0x5a,-_0x446261._0x38c1c1,-0x73)+(_0x1007dc['WOaGM'](_0x4797b0,null)?_0x4797b0:_0x1007dc[_0x784ff3(_0x446261._0x20acf1,0x562,0x5af,0x572)])),console['log'](''),console[_0x54be35(-_0x446261._0x46171a,-0xd0,-0x65,-_0x446261._0x1f404e)](_0x54be35(-0x8c,-0x31,-0x81,-0xcb)+_0x1007dc[_0x54be35(-0x15b,-_0x446261._0x9799de,-0x154,-0x115)](getConfigPath)),console[_0x54be35(-0x75,-_0x446261._0x4c2c27,-0x58,-_0x446261._0x52497b)]('');if(_0x5b41b5){console[_0x784ff3(0x560,0x5d4,_0x446261._0x53b9d1,0x5f1)](_0x1007dc['IeKuY']),console['log']('');const _0x1cf054=_0x21dfb1['join'](_0x5b41b5,_0x1007dc[_0x54be35(-0x1c5,-_0x446261._0xeac4b8,-_0x446261._0x24e6d7,-_0x446261._0x3e9bd7)]);try{const _0x21910a=await _0x485461[_0x54be35(-0x10e,-0x175,-0x174,-_0x446261._0x46e2ba)](_0x1cf054,_0x1007dc[_0x54be35(-_0x446261._0x18ea65,-_0x446261._0x218be4,-_0x446261._0x568d95,-0x11c)]),_0x18465f=JSON[_0x784ff3(0x4e5,0x4a7,0x566,_0x446261._0x5749f2)](_0x21910a);console[_0x784ff3(0x560,_0x446261._0x196a3b,0x4f3,0x5ef)](JSON[_0x54be35(-0x44,-_0x446261._0x285375,-0xb6,-0xc2)](_0x18465f,null,-0x3*-0x4cf+-0x83*-0x47+0xe*-0x3a0)),console[_0x54be35(-0x14b,-_0x446261._0x324fe3,-_0x446261._0x78ec2d,-0xbf)](''),console[_0x784ff3(0x560,_0x446261._0x2fa955,0x530,0x4b1)](_0x54be35(-_0x446261._0x243c27,-_0x446261._0x154411,-_0x446261._0x4d61e5,-_0x446261._0x373066)+_0x1cf054);}catch(_0x5379fc){_0x1007dc[_0x784ff3(0x5cc,_0x446261._0x31db4c,_0x446261._0x2224d2,_0x446261._0x44bc1a)](_0x5379fc[_0x784ff3(_0x446261._0x33f11a,_0x446261._0x34bec0,_0x446261._0x2b5b74,0x574)],_0x1007dc[_0x784ff3(_0x446261._0x3ab6e0,0x54d,0x574,0x4ae)])?(console[_0x784ff3(0x560,0x58c,_0x446261._0x3c6da2,0x555)](_0x1007dc['znMwx']),console[_0x784ff3(_0x446261._0x4de737,_0x446261._0x51dd86,0x50e,0x579)](''),console[_0x54be35(-_0x446261._0x546d6e,-0x12c,-0x108,-_0x446261._0x36cd8b)]('Expected\x20l'+_0x54be35(-0x18c,-0x10c,-0xf0,-_0x446261._0x23b277)+_0x1cf054)):console[_0x54be35(-0x76,-_0x446261._0x387528,-_0x446261._0x49c87c,-0xbf)](_0x784ff3(_0x446261._0x3c98b0,_0x446261._0x40bfac,_0x446261._0x2224d2,0x503)+_0x784ff3(0x56e,0x591,_0x446261._0x2b91ec,0x527)+'json:\x20'+_0x5379fc[_0x784ff3(_0x446261._0x9eef54,_0x446261._0x4a8f9d,_0x446261._0x19fea4,0x484)]);}}else console[_0x784ff3(0x560,0x4de,_0x446261._0x24a790,_0x446261._0x16cad6)](_0x1007dc[_0x54be35(-_0x446261._0x15a59a,-_0x446261._0x2d93f8,-_0x446261._0x453f5f,-0xf7)]),console['log'](_0x1007dc[_0x784ff3(_0x446261._0x25d697,0x5c4,_0x446261._0x266203,_0x446261._0xe9fdbb)]);}
|