@profoundlogic/coderflow-server 0.8.3 → 0.8.5

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.
Files changed (177) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/compression-filter.js +1 -1
  32. package/dist/lib/config-migration.js +1 -1
  33. package/dist/lib/container-credential-sync.js +1 -1
  34. package/dist/lib/container-tokens.js +1 -1
  35. package/dist/lib/data-dir.js +1 -1
  36. package/dist/lib/deployment-history.js +1 -1
  37. package/dist/lib/deployment-service.js +1 -1
  38. package/dist/lib/docker-utils.js +1 -1
  39. package/dist/lib/email.js +1 -1
  40. package/dist/lib/emailTemplates.js +1 -1
  41. package/dist/lib/entitlement.js +1 -1
  42. package/dist/lib/external-connections.js +1 -1
  43. package/dist/lib/fetch-utils.js +1 -1
  44. package/dist/lib/git-commit-details-route.js +1 -1
  45. package/dist/lib/git-history-diff-guardrails.js +1 -1
  46. package/dist/lib/git-provider-service.js +1 -1
  47. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  48. package/dist/lib/git-provider-setup/index.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  50. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  51. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  52. package/dist/lib/git-providers/github-app-provider.js +1 -1
  53. package/dist/lib/git-providers/index.js +1 -1
  54. package/dist/lib/git-providers/provider-factory.js +1 -1
  55. package/dist/lib/git-providers/provider-interface.js +1 -1
  56. package/dist/lib/github-urls.js +1 -1
  57. package/dist/lib/group-objective-linking.js +1 -1
  58. package/dist/lib/ibmi-sync.js +1 -1
  59. package/dist/lib/jira-client.js +1 -1
  60. package/dist/lib/judge-blinding.js +1 -1
  61. package/dist/lib/logger.js +1 -1
  62. package/dist/lib/memory-utils.js +1 -1
  63. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  64. package/dist/lib/model-fetcher.js +1 -1
  65. package/dist/lib/notifications.js +1 -1
  66. package/dist/lib/objective-context.js +1 -1
  67. package/dist/lib/oidc-auth.js +1 -1
  68. package/dist/lib/oidc-device-flow.js +1 -1
  69. package/dist/lib/passwordTokens.js +1 -1
  70. package/dist/lib/permission-resolver.js +1 -1
  71. package/dist/lib/pin-cascade.js +1 -1
  72. package/dist/lib/provider-accounts.js +1 -1
  73. package/dist/lib/provider-oauth.js +1 -1
  74. package/dist/lib/provider-profile.js +1 -1
  75. package/dist/lib/provider-token-refresh.js +1 -1
  76. package/dist/lib/rbac-user-state.js +1 -1
  77. package/dist/lib/request-url.js +1 -1
  78. package/dist/lib/rewind.js +1 -1
  79. package/dist/lib/role-definitions.js +1 -1
  80. package/dist/lib/roles.js +1 -1
  81. package/dist/lib/secrets.js +1 -1
  82. package/dist/lib/setup-repo-git-auth.js +1 -1
  83. package/dist/lib/state-capture.js +1 -1
  84. package/dist/lib/static-files.js +1 -1
  85. package/dist/lib/task-aliases.js +1 -1
  86. package/dist/lib/task-container-init.js +1 -1
  87. package/dist/lib/task-context-usage.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/playwright.task-terminal.config.js +1 -1
  101. package/dist/routes/apiKeys.js +1 -1
  102. package/dist/routes/auth-oidc.js +1 -1
  103. package/dist/routes/auth.js +1 -1
  104. package/dist/routes/automations.js +1 -1
  105. package/dist/routes/bindings.js +1 -1
  106. package/dist/routes/build.js +1 -1
  107. package/dist/routes/containers.js +1 -1
  108. package/dist/routes/deploy-task.js +1 -1
  109. package/dist/routes/environment-management.js +1 -1
  110. package/dist/routes/environments.js +1 -1
  111. package/dist/routes/external-skills.js +1 -1
  112. package/dist/routes/git-credentials.js +1 -1
  113. package/dist/routes/git-oauth.js +1 -1
  114. package/dist/routes/git-provider-setup.js +1 -1
  115. package/dist/routes/health.js +1 -1
  116. package/dist/routes/jira.js +1 -1
  117. package/dist/routes/logs.js +1 -1
  118. package/dist/routes/objective-management.js +1 -1
  119. package/dist/routes/password.js +1 -1
  120. package/dist/routes/prompt.js +1 -1
  121. package/dist/routes/provider-auth.js +1 -1
  122. package/dist/routes/qa.js +1 -1
  123. package/dist/routes/roles.js +1 -1
  124. package/dist/routes/settings.js +1 -1
  125. package/dist/routes/skill-management.js +1 -1
  126. package/dist/routes/skills.js +1 -1
  127. package/dist/routes/stats.js +1 -1
  128. package/dist/routes/tasks.js +1 -1
  129. package/dist/routes/teams.js +1 -1
  130. package/dist/routes/templates.js +1 -1
  131. package/dist/routes/test-task.js +1 -1
  132. package/dist/routes/test.js +1 -1
  133. package/dist/routes/users.js +1 -1
  134. package/dist/routes/visualizations.js +1 -1
  135. package/dist/scripts/create-user.js +1 -1
  136. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  137. package/dist/start.js +1 -1
  138. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  139. package/dist/web-ui/public/activity-feed.js +1 -1
  140. package/dist/web-ui/public/activity-formatters.js +1 -1
  141. package/dist/web-ui/public/admin.js +1 -1
  142. package/dist/web-ui/public/agent-event-parser.js +1 -1
  143. package/dist/web-ui/public/app.js +1 -1
  144. package/dist/web-ui/public/approve-dialog.js +1 -1
  145. package/dist/web-ui/public/automation-links.js +1 -1
  146. package/dist/web-ui/public/automation-schedule.js +1 -1
  147. package/dist/web-ui/public/comments-widget.js +1 -1
  148. package/dist/web-ui/public/diff-utils.js +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/file-selection-tree.js +1 -1
  152. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  153. package/dist/web-ui/public/git-history.js +1 -1
  154. package/dist/web-ui/public/git-status.js +1 -1
  155. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  156. package/dist/web-ui/public/index.js +1 -1
  157. package/dist/web-ui/public/login.js +1 -1
  158. package/dist/web-ui/public/markdown-editor.js +1 -1
  159. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  160. package/dist/web-ui/public/modal-maximize.js +1 -1
  161. package/dist/web-ui/public/notifications.js +1 -1
  162. package/dist/web-ui/public/permissions.js +1 -1
  163. package/dist/web-ui/public/pr-dialog.js +1 -1
  164. package/dist/web-ui/public/roles.js +1 -1
  165. package/dist/web-ui/public/settings.js +1 -1
  166. package/dist/web-ui/public/setup-password.js +1 -1
  167. package/dist/web-ui/public/skills.js +1 -1
  168. package/dist/web-ui/public/sse-client.js +1 -1
  169. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  170. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  171. package/dist/web-ui/public/task.js +1 -1
  172. package/dist/web-ui/public/teams.js +1 -1
  173. package/dist/web-ui/public/terminal.js +1 -1
  174. package/dist/web-ui/public/theme.js +1 -1
  175. package/dist/web-ui/public/users.js +1 -1
  176. package/dist/web-ui/public/variant-grouping.js +1 -1
  177. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x525441,_0x47d9fe){const _0x4f2e75={_0x2db824:0x2cc,_0x4d9662:0x32f,_0x531a80:0x293,_0x2ed078:0x285,_0x158096:0x2d1,_0x2ba004:0x27d,_0x474025:0x336,_0x532f6d:0x27e,_0x38c6cb:0x2b1,_0x709657:0x251,_0x4d6fa0:0x523,_0x536281:0x4e6,_0x55e158:0x1f5,_0x34f7ed:0x583,_0x29de1e:0x56f,_0x1c47ce:0x4fe,_0xfba3a5:0x4e5,_0x4cd24d:0x57a,_0x46b4fa:0x2e1,_0x131509:0x5d7},_0x13de69={_0xfa14db:0x3e1},_0x23a817=_0x525441();function _0x4a6513(_0x3eab5e,_0x1fce8c,_0xbe6fd3,_0x2baabf){return _0x64e2(_0xbe6fd3-_0x13de69._0xfa14db,_0x1fce8c);}function _0x1170bc(_0x263c2b,_0x4b93af,_0x2b41aa,_0x17c720){return _0x64e2(_0x4b93af- -0x3e6,_0x2b41aa);}while(!![]){try{const _0x411b39=parseInt(_0x1170bc(-0x369,-_0x4f2e75._0x2db824,-_0x4f2e75._0x4d9662,-_0x4f2e75._0x531a80))/(-0x26ff+-0xa*-0x70+0x22a0)*(parseInt(_0x1170bc(-0x1cd,-_0x4f2e75._0x2ed078,-_0x4f2e75._0x158096,-0x31f))/(0x3f1+0x16b9*-0x1+0x12ca))+parseInt(_0x1170bc(-0x2c6,-_0x4f2e75._0x2ba004,-_0x4f2e75._0x474025,-_0x4f2e75._0x532f6d))/(0x3*0x858+-0x62f*0x2+-0xca7)*(-parseInt(_0x1170bc(-_0x4f2e75._0x38c6cb,-0x299,-_0x4f2e75._0x709657,-_0x4f2e75._0x2db824))/(-0x1495+0x1aa9+0x61*-0x10))+-parseInt(_0x4a6513(0x4f0,0x573,0x5a4,0x614))/(-0x1*0x26b0+0x281*-0x1+0x2936)+-parseInt(_0x4a6513(0x582,0x518,_0x4f2e75._0x4d6fa0,_0x4f2e75._0x536281))/(-0x169e+0x1*0x17ac+-0x108)+-parseInt(_0x1170bc(-0x160,-0x20d,-_0x4f2e75._0x55e158,-0x21c))/(-0x4*0x92b+-0x74*0x43+0x430f)+parseInt(_0x4a6513(0x5c6,_0x4f2e75._0x34f7ed,_0x4f2e75._0x29de1e,_0x4f2e75._0x1c47ce))/(0x1a49+-0x1eff+0x4be)*(parseInt(_0x4a6513(_0x4f2e75._0xfba3a5,0x571,_0x4f2e75._0x4cd24d,0x591))/(-0x1a*-0x173+-0x1ace*-0x1+-0x1*0x4073))+-parseInt(_0x1170bc(-0x2f1,-0x2a8,-0x24b,-_0x4f2e75._0x46b4fa))/(0x3*-0x3bb+0x6*0x32e+0x7*-0x11f)*(-parseInt(_0x4a6513(_0x4f2e75._0x131509,0x5c4,0x561,0x4e5))/(-0x6ef*0x1+-0x17da+0x1ed4));if(_0x411b39===_0x47d9fe)break;else _0x23a817['push'](_0x23a817['shift']());}catch(_0x3770da){_0x23a817['push'](_0x23a817['shift']());}}}(_0x13d2,-0xd088*0x10+0x3acc8+0x103b71));import{promises as _0x589cd8}from'fs';import _0x3deb2b from'path';function _0x13d2(){const _0x5cb8b1=['yMX3rM4','u2v0DxaGy29UzG','ihzHBhvL','AwD1CMuGDgHLia','Fde4FdeYFdi0Fa','ANPqvK8','BMzPz3vYyxrPBW','B2XID0i','Cc5QC29UktO','y3nyA2q','ywDLBNqGkgnSyq','ENH5DNC','wvfZDgy','iIbUB3qGzM91BG','icaGicaGicaGia','zYbZzxqGC2vYDG','DhvlCgm','pt09ifnLDhvWia','q29UzMLNDxjHDa','DMzyv0i','wwXWzvi','mta4ntDTsg93tg0','ugTVtem','s1HXDfy','icbUyw1LicaGia','Bhq6idmWmdaP','D3jPDgvgAwXL','A1rPv00','zfDAv1G','ihjLC3vSDhm','y29UzMLNDxjHDa','BwvZC2fNzq','mhWYFdn8nhWX','vxnHz2u6ignVza','DeLvBLG','mtm4ntG2nhvVCxDpqq','Ce5zqwO','icbmB2nHDgLVBG','DgGGl3bHDgGVDa','D3vcC0m','EhvXu1u','ifnOB3CGywXSia','kg5VDcbZzxqP','zu5rvfy','FdL8mtD8mtL8ma','icbtzxj2zxiGCa','mJDrAeXiywy','sMTfyKe','CMfNzsaGicaGia','q29UzMLNDxjLia','Fdf8mJb8ohWXoa','CKTJCwm','C3rVCMuGDgfZAW','Bg9N','DLL0whe','yvLms0i','u0f6Aui','yNDYzKq','icbKzwzHDwX0xW','ufnbrha','ChD3y1O','DefiDhy','AM9PBG','zxiTC2vYDMvYia','z3vYyxrPB24','BxPIyuu','rgjJvM8','zcbPBIbJB25MAq','wKfHyMO','u0fruMG','C2vYDMvYx3bVCG','icbJB2rLCL9Zzq','zgLbzK8','x3bHDgGGicaGia','nhWXFdb8m3WY','zgXLicHVChrPBW','lxnLDhvWigrPCG','ifnLDcbHignVBG','Dhj1C3rFChjVEa','vKPtD1a','C2v0DxaUANnVBG','yxzHAwXHyMXLia','y0jbAei','C2v0','zhjUze4','rfLvsw4','B1vevK0','icbZC2XFy2fFCa','mJy1nJa2mfvis1zJBq','sMDWzKe','ihrVihrHA2uGzq','uhPdsM8','Dw5Zzxq','C3bSAxq','yxrOicaGicaGia','tg9JyxrPB246ia','y29UzMLNidXZzq','vw5RBM93BIbZDq','Aw9Uid09pq','Fdz8mtv8mtz8nq','DxrMltG','sxbfuKC','y29KzxiTC2v0Dq','u2v0ia','sxDMu3m','DxaUANnVBIbUBW','rhLZA0W','B3iGy2HHBMDLCW','tM5xDKG','DxfWB20','ndiZotGXnNfhrNrsuG','vu9erfm','zxjFCg9YDca4ma','CNPNzLm','CMvHzezPBgu','CgfYC2u','Evv5Axm','zYbZzxqGy29Kzq','r3PQt0S','CcbKAxjLy3rVCG','y2XHDwrL','y2PlyKO','A2v5pIaGicaGia','y29KzxiVy29UzG','CMvZB2X2zq','icbZzxqGpgTLEq','icbJB2rLCI1Zzq','vuXlwwi','yNDzA08','zwqGAw4GC2v0Dq','zYbZzxqGzgvMyq','khnLDhvWlMPZBW','rxjYB3i6ihnLDa','icbZAg93icaGia','zxHPDa','uMvTB3zLzca','qwjtCgK','uM9KtKe','DLPswLa','zxr1Cc5QC29Uia','u1nmignLCNrPzG','yKT1wem','y29UzMLNigDLDa','AejVs1e','zMTQyLu','q0THEum','DcbJB25MAwD1CG','C25zCNC','wKvHDK4','q3vAtxi','zxGP','s3nKqLa','u2vYDMvYignVBG','AxDSANu','B3H5icaGicaGia','lxnLCNzLCIbJBW','wMvgCw8','BNrZihrVigeGDG','q1HvzKe','Dhj1zq','CMLOvNK','u1jVshy','y29KzxjFC2v0Dq','Awjzufm','wwT3s1K','BIbUB3qGzM91BG','rxjYB3i6ia','icbZzxj2zxjFCa','y29UzMLNihjLBq','uu9wuvm','su9KqLG','txjzrMW','A0LIDu4','Cf9WyxrOoIa','D3jzse0','Bw9cCMW','vw5RBM93BIbJBW','DhvWx3bHDgGGia','ienVBMzPz3vYyq','rxHHBxbSzxm6','icbqyxrOihrVia','DgG6icaGica','zKzPCwK','DMf3vuq','txnLsKm','BIbRzxK6ia','zuzHyxK','EMLpEwS','uMvZDgfYDcb0Aa','C1b1Aeu','zNbvveG','B2nHDgLVBJOG','ywXPzcbWB3j0ia','yxrO','zvDXuxu','DhXNzxr8CMvTBW','ugXcquu','CNzLCIbJB25MAq','C0XPBfq','AvrZCLm','D0HVu1e','svHxEK8','zMLNDxjHDgLVBG','y3fwwwO','Cf9WyxrO','txfjqMy','DNLJzLq','tLz2AMS','CMvKigLUih4VlG','AK5iwNK','Fdi2Fdr8n3WXoq','AvzuAw4','DcbMB3vUzcbHDa','nhWXnxWYm3WYnG','wMLTwhy','rxjYB3i6ieLUDG','yKDAEgu','DxnHz2uGAw5MBW','Cf9WyxrOihbVAq','icb0CNvZDf9WCG','C3nSx2nHx3bHDa','B3H5igHLywrLCG','z1jSuvC','DvDZq2O','DhvW','EgX1A0m','thztzMS','BMfSkq','tK1Tu2y','C0riD1q','rvvMDu8','AwnHDguGzMLSzq','y29UzMLNihnLDa','sgfZqwe','BeLzs0W','icbtzxr1CcbUyq','oxWXn3WYmhWYmW','C2v0DxaGCgf0Aa','vxDjs0q','v05Iu2u','sMvPu1i','BNvTyMvY','AxzxDMC','rxHWzwn0zwqGBa','C0vesNa','EerQwuK','ihrVihzPzxCGCW','CMTLDxG','s2v5ici','Cgf0AcaGicaGia','twfRzsbZDxjLia','pIa8DMfSDwu+ia','DfHlsxi','B3j0icaGicaGia','r1bfBee','DgfZA19ZDg9Yyq','AwCUANnVBIK6','AfrNr2K','uNvUicjJB2rLCG','uwrStu0','A2v5CYaOC3rVCG','AvPws2G','zsbRzxKGzMLSzq','BuHYree','rKTSvuO','A3nIAM8','vwz6CNe','vxvhuvG','A2v5xsbBDMfSDq','CL9Zzxr1Cf9Wyq','rxjYB3i6ifnLDa','C2z0C0K','v21Pv1O','DcaOmZaWmcK','C2HVDW','wxbdrxy','qwvSBKe','igzVCIbLBNzPCG','AdOGicaGica','AwD1CMf0Aw9Uia','t0fQqu0','wNvVsei','qLbmwxm','uuDOyLO','icbZC2XFA2v5xW','v21qCfO','DwrLig9YignVza','s29Lz1m','y0jfuKC','BMzPzYiGzM9Yia','ndqZtwPzy25U','DMv8C2HVDZ4GwW','EtOGicaGica','idXRzxK+idX2yq','idXRzxK+','DevbzfK','A2v5CW','s0vfC0q','y29Kzq','Aw9UihzHBhvL','DxaGCgf0AcbUBW','icbezwzHDwX0ia','DgLVBIa9pt0','mJj8mxWXmxWXma','DKHPu0S','uLLZse8','u1nmihbYAxzHDa','CYaODhj1zs9Myq','zxjYB3i','EK9XsNy','DvDSrKG','A0LtCMO','wwPksfC','C1vWwxC','zw50','ANnVBJOG','y0HLD3y','EvbODuW','icbZC2XFy2vYDa','u1nmienbigj1BG','DwX0x2fNzw50ia','C3rYAw5NAwz5','ELrYuM0','AgfZ','EeHiu2W','ru5pru5u','mtu4mtbkwuXhrgu','Aw9U','ieDLDcbHignVBG','uxH3rgy','mtCXndq0mhb5A2LlBq','ysbSAxn0ig9Mia','icbtu0GGAg9ZDa','yuzQs0u','zsbZzxj2zxiGzG','rxjYB3iGCMvHza','D2jqtwe','zMzLy3qU','tvnAzwS','C3nSx2nLCNrFCa','Fdr8mtj8nxW2Fa','nZaZnJiWqKvSv0j1','A2PjBeC','qwPrt1G','FdH8mNWYmxWYnq','zYbZAg93','rNvhEeK','igTLExmGkhn0BW','C3nOx2HVC3q','q29TBwfUzhm6','D1fqCxC','EKLvugm','r1zUEgi','icb0yxnRx3n0BW','uxzNC1q','vg93zKS','BhnLkq','id0G','sfzjzwO','Aw5NihnLDhvWlG','C3nSx2TLEv9Wyq','mJi0mKfqBejLrG','DKvgtfi','AfPWuhe','yMnVBw1HBMq6ia','ifjLBw92zsbHia','BY9JB2rLCI1Zzq','icbZC2HFAg9ZDa','y3jzzhy','mtjZzNzft20','Ehvsq3G'];_0x13d2=function(){return _0x5cb8b1;};return _0x13d2();}import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set([_0x4973a5(0x1b2,0xd9,0x137,0x17f)+'p_path',_0x470f83(0x184,0x1b9,0x1db,0x1bd)+'t',_0x4973a5(0x118,0x3c,0x127,0xbd)+_0x470f83(0x25f,0x234,0x211,0x185),'ssl_key_pa'+'th',_0x4973a5(0x23a,0x24e,0x11c,0x1b9)+'h',_0x4973a5(0x14a,0xda,0x10b,0x12b)+'y']),SETUP_JSON_KEYS=new Set([_0x4973a5(0x28,0x15d,0x4a,0xc6),'default_ag'+_0x470f83(0x1bf,0x13a,0x133,0x173),_0x470f83(0x26e,0x272,0x22a,0x230)+'ge','name']);export async function handleConfig(_0x4a5deb){const _0x1233eb={_0x5867ae:0x4c,_0x587b18:0x5,_0x2e32bc:0x24,_0x275705:0x5c5,_0xbc28d7:0x563,_0x23208a:0x504,_0x36a97c:0x475,_0x1aec0c:0x68,_0x404b9c:0x2b,_0x58610e:0x34,_0x366725:0x43,_0x699ed:0xa5,_0xdce7d8:0x63d,_0x2181cd:0x4fe,_0x220026:0x414,_0x3a7895:0x568,_0x1532a1:0x521,_0x5c2098:0x51,_0x234a56:0x144,_0x3775ef:0xdf,_0x2c641d:0x5e3,_0x2f82f1:0x51d,_0x49b448:0x7a,_0x5d6f71:0x6a,_0x440c53:0x2a,_0x31f53a:0x8d,_0x98504e:0x15,_0x2d9abb:0xc,_0x542360:0x162,_0x4ee007:0x178,_0x1e13d9:0x102,_0x5a231c:0xf1,_0x277f38:0x4c6,_0x24d5cc:0xb6,_0x107d68:0x81,_0x216555:0xae,_0x224da0:0x609,_0x5ac8b6:0x6af,_0x57de89:0x61e,_0x27991e:0x61f,_0xf8cf3b:0x6e4,_0x5bb306:0x632,_0x10b307:0x57d,_0x5b0ab1:0x517,_0x1fb5b6:0x66,_0x22b0b3:0x37,_0x1dbc7d:0x64,_0x3d191c:0x4d,_0x55e894:0x20,_0x453782:0x5c4,_0x477b2f:0x611,_0x112278:0x555,_0x1c92af:0x5dd,_0x217b95:0x671,_0x1f446c:0x6c9,_0x4242ee:0x26,_0x1edeaa:0x4a,_0x4f86d9:0x47,_0x3689a4:0x25,_0x4dc0a9:0x43,_0x3d33ce:0x568,_0x4809c2:0x581,_0x11d7df:0x5d8,_0x2c9389:0x5d8,_0x1d849e:0x627,_0x5aa2ae:0x4e1,_0x2ff5dd:0x453,_0x727ee9:0x1,_0x44e6d9:0x0,_0x83f4dd:0x8d,_0x592ee1:0x89,_0x4802f8:0x83,_0x12162e:0x6,_0x5c50fc:0x617,_0xa02086:0x5a6,_0x1812c8:0x510,_0x3851ca:0x4f7,_0x42c666:0x12,_0x1ae3f0:0x55,_0x19508c:0x569,_0x5312f9:0x4d7,_0x2daf05:0x46c,_0x3abefa:0x4b3,_0x115834:0x13,_0x152f93:0x58,_0xa9f656:0xc6,_0x39a6b0:0xba,_0x9dae30:0x61a,_0x129131:0x51e,_0x5bfcb6:0x580,_0x246d6f:0x62,_0x5b1993:0xb9,_0x3ee7ca:0x13,_0xac790:0x4e1,_0x19c07e:0x44c,_0x5841b5:0x435,_0x1f3340:0x75,_0x2235b0:0x7a,_0x317a49:0x4c7,_0x5c542b:0x8f,_0x45182b:0xa1,_0xe5cbe4:0x6,_0x480f1f:0x73,_0x5915c6:0x40},_0x3f1cd2={_0x38f2a7:0xf6},_0x559e27={_0x3217de:0x10d},_0x134eb6={'kypBx':_0x1174a7(_0x1233eb._0x5867ae,-_0x1233eb._0x587b18,_0x1233eb._0x2e32bc,-0x47),'sPuhE':_0x1174a7(0x51,-0x33,-0x34,0x6a)+_0x2289be(0x528,_0x1233eb._0x275705,0x597,0x663)+'d)','YkwKY':function(_0x1f4741,_0x4a4589){return _0x1f4741===_0x4a4589;},'wpAQI':'eoEgV','aklNY':function(_0x5367b5){return _0x5367b5();},'Ufzrq':_0x2289be(_0x1233eb._0xbc28d7,_0x1233eb._0x23208a,0x51a,_0x1233eb._0x36a97c),'iTsrS':function(_0x3e9eff,_0x43fecb,_0x4f0d66){return _0x3e9eff(_0x43fecb,_0x4f0d66);},'wfTSh':'get','HasAa':function(_0x47d8fd,_0x8562bd){return _0x47d8fd(_0x8562bd);},'GPElA':_0x1174a7(-_0x1233eb._0x1aec0c,-_0x1233eb._0x404b9c,-_0x1233eb._0x58610e,_0x1233eb._0x366725),'vEFLR':function(_0x1a096e){return _0x1a096e();},'wbPMa':_0x2289be(0x637,0x622,0x5dd,0x5b0)+'-server\x20co'+_0x1174a7(-0xc0,-0x99,-_0x1233eb._0x699ed,-0x6b)+_0x2289be(_0x1233eb._0xdce7d8,0x5f9,0x5ce,0x545)+'rmation','MvbEd':function(_0x56bf84,_0x1c9024){return _0x56bf84!==_0x1c9024;},'diAfO':_0x2289be(0x559,0x4c8,_0x1233eb._0x2181cd,_0x1233eb._0x220026),'MseJC':_0x2289be(_0x1233eb._0x3a7895,0x4ef,_0x1233eb._0x1532a1,0x4eb)},_0x466bd4=_0x4a5deb[-0x11ec+-0xa*0x29a+0x2bf0];function _0x2289be(_0x41819b,_0x3e7cea,_0x1f6409,_0x5bebbb){return _0x470f83(_0x41819b-_0x559e27._0x3217de,_0x3e7cea-0x3ad,_0x1f6409,_0x5bebbb-0x1c4);}function _0x1174a7(_0x5270cc,_0x513d39,_0x2887b2,_0x3c6a2d){return _0x4973a5(_0x513d39,_0x513d39-0x16a,_0x2887b2-0x12,_0x3c6a2d- -_0x3f1cd2._0x38f2a7);}!_0x466bd4&&(_0x134eb6['YkwKY'](_0x134eb6['wpAQI'],'eoEgV')?(_0x134eb6['aklNY'](showUsage),process[_0x1174a7(-0x4,0x10e,0x62,0x6d)](-0x3*0x542+-0x24ff+0x34c6)):(_0x261b31[_0x1174a7(0x57,-0xd3,-_0x1233eb._0x5c2098,-0x58)](_0x1174a7(_0x1233eb._0x234a56,0xed,0x165,_0x1233eb._0x3775ef)+_0xb3d7fd+(_0x2289be(_0x1233eb._0x2c641d,0x52d,0x4fa,_0x1233eb._0x2f82f1)+_0x1174a7(_0x1233eb._0x49b448,_0x1233eb._0x5d6f71,0x55,_0x1233eb._0x440c53)+_0x1174a7(_0x1233eb._0x31f53a,-0x7f,-0x4b,0x27))),_0xab7985[_0x1174a7(-_0x1233eb._0x366725,-_0x1233eb._0x98504e,_0x1233eb._0x2d9abb,0x6d)](-0x2068+-0x47*-0x43+0x375*0x4)));try{if('nYqHV'!==_0x134eb6[_0x1174a7(_0x1233eb._0x542360,_0x1233eb._0x4ee007,_0x1233eb._0x1e13d9,_0x1233eb._0x5a231c)])switch(_0x466bd4){case _0x2289be(_0x1233eb._0x277f38,0x573,0x568,0x56e):await _0x134eb6[_0x1174a7(_0x1233eb._0x24d5cc,-0x2,_0x1233eb._0x107d68,_0x1233eb._0x216555)](setConfig,_0x4a5deb[-0x109d*-0x2+-0x14d7+-0xc62],_0x4a5deb[0x9f*0x34+-0x1c9a+-0x3b0]);break;case _0x134eb6['wfTSh']:await _0x134eb6[_0x2289be(0x64a,_0x1233eb._0x224da0,_0x1233eb._0x5ac8b6,0x641)](getConfig,_0x4a5deb[0x1bb*0xb+0x6d1+-0x1fd*0xd]);break;case'remove':case _0x134eb6[_0x2289be(0x635,_0x1233eb._0x57de89,0x602,_0x1233eb._0x27991e)]:await _0x134eb6[_0x1174a7(0x97,0xd8,0xc1,0xd0)](removeConfig,_0x4a5deb[-0x1*-0x2501+0x24f9+-0x49f9]);break;case _0x2289be(_0x1233eb._0xf8cf3b,_0x1233eb._0x5bb306,0x68b,_0x1233eb._0x10b307):await _0x134eb6[_0x2289be(0x482,_0x1233eb._0x5b0ab1,0x54d,0x5c3)](showConfig);break;default:console['error'](_0x1174a7(-0x64,-_0x1233eb._0x1fb5b6,_0x1233eb._0x22b0b3,0x48)+_0x1174a7(-_0x1233eb._0x1dbc7d,_0x1233eb._0x3d191c,-0x38,-_0x1233eb._0x55e894)+_0x466bd4),console['error'](_0x134eb6[_0x2289be(0x495,0x4fd,0x53e,0x5a7)]),process[_0x2289be(0x5d3,0x5a6,_0x1233eb._0x453782,0x556)](-0x2*0x696+-0x76*-0x4+0x3c7*0x3);}else _0x5e5801['code']===_0x134eb6['kypBx']?(_0x2bf060['log'](_0x134eb6[_0x2289be(_0x1233eb._0x477b2f,0x5dd,0x667,0x657)]),_0x41a25f[_0x2289be(0x593,_0x1233eb._0x112278,0x5a3,0x597)](''),_0x3c820f['log'](_0x2289be(_0x1233eb._0x1c92af,0x613,_0x1233eb._0x217b95,_0x1233eb._0x1f446c)+'ocation:\x20'+_0x277d74)):_0x40589e[_0x1174a7(-_0x1233eb._0x4242ee,0x3d,0x33,0x1c)]('Error\x20read'+_0x1174a7(-_0x1233eb._0x1edeaa,-0x60,_0x1233eb._0x4f86d9,-_0x1233eb._0x3689a4)+_0x1174a7(_0x1233eb._0x4dc0a9,-0x107,-0xb7,-0x51)+_0x108146['message']);}catch(_0x26aaaf){_0x134eb6['MvbEd'](_0x134eb6[_0x2289be(0x4fd,_0x1233eb._0x3d33ce,0x4fb,_0x1233eb._0x4809c2)],_0x134eb6[_0x2289be(_0x1233eb._0x11d7df,_0x1233eb._0x2c9389,0x580,_0x1233eb._0x1d849e)])?(console[_0x2289be(0x4da,_0x1233eb._0x5aa2ae,_0x1233eb._0x2ff5dd,0x42a)](_0x1174a7(0xb0,-_0x1233eb._0x727ee9,_0x1233eb._0x44e6d9,_0x1233eb._0x83f4dd)+_0x26aaaf[_0x1174a7(-_0x1233eb._0x592ee1,_0x1233eb._0x4802f8,0xb,_0x1233eb._0x12162e)]),process[_0x2289be(_0x1233eb._0x5c50fc,_0x1233eb._0xa02086,_0x1233eb._0x1812c8,_0x1233eb._0x3851ca)](-0x2011*0x1+0xd3*-0x21+0x3b45)):(_0x134eb6[_0x1174a7(-_0x1233eb._0x42c666,0x10c,_0x1233eb._0x1ae3f0,0x8b)](_0x58e5d8[_0x2289be(_0x1233eb._0x19508c,_0x1233eb._0x5312f9,0x441,_0x1233eb._0x2daf05)],_0x2289be(_0x1233eb._0x5b0ab1,0x4f2,_0x1233eb._0x3abefa,0x598))?_0x5dafba[_0x1174a7(0x61,-_0x1233eb._0x115834,-0xbd,-_0x1233eb._0x152f93)](_0x1174a7(_0x1233eb._0xa9f656,0x82,_0x1233eb._0x39a6b0,0x6b)+_0x2289be(_0x1233eb._0x9dae30,0x589,_0x1233eb._0x129131,_0x1233eb._0x5bfcb6)+_0x1174a7(_0x1233eb._0x246d6f,_0x1233eb._0x5b1993,_0x1233eb._0x3ee7ca,0xbb)+'\x20'+_0x5f347c):_0x31a245[_0x2289be(0x49c,_0x1233eb._0xac790,_0x1233eb._0x19c07e,_0x1233eb._0x5841b5)](_0x1174a7(-_0x1233eb._0x1f3340,_0x1233eb._0x2235b0,0x1f,-0x3d)+'ing\x20setup.'+_0x2289be(0x453,0x4e8,0x4da,_0x1233eb._0x317a49)+_0x2c8fcd[_0x1174a7(-_0x1233eb._0x5c542b,0x63,_0x1233eb._0x45182b,_0x1233eb._0xe5cbe4)]),_0x565ab4[_0x1174a7(0x7f,_0x1233eb._0x480f1f,_0x1233eb._0x5915c6,0x6d)](-0x6d3+0xd8b+-0x6b7));}}function _0x4973a5(_0x8fb7a4,_0x24fe3f,_0x3dcfc9,_0xd9ad64){return _0x64e2(_0xd9ad64- -0x8e,_0x8fb7a4);}function showUsage(){const _0x3c4b6b={_0x4ce668:0x3bb,_0xa1156e:0x6b,_0x401eef:0x457,_0x83159d:0x36f,_0x4a9e40:0x187,_0x211917:0xf5,_0x58517e:0x170,_0x166d2d:0xc4,_0x56f234:0x1b7,_0x15523b:0xab,_0x9956db:0x1c9,_0x4ac1f2:0x144,_0x406d60:0xa9,_0x26009c:0x9,_0x525031:0x460,_0x520b7f:0x46e,_0x2f98a5:0xa5,_0x1e0d80:0xaf,_0x1e54b3:0xdf,_0x593dce:0x133,_0x23e55a:0x3a1,_0x519371:0x347,_0xc2317e:0x3da,_0x2e76d5:0x2db,_0x57b320:0x39d,_0x51f996:0x345,_0x4cc795:0x30d,_0x54d601:0x301,_0x1af41a:0x3a6,_0x4b560e:0x393,_0x19e5a8:0x43c,_0x3b9759:0x3d3,_0x373fa6:0x19e,_0xccfa26:0x16e,_0x41a892:0x151,_0x21e429:0x32c,_0x492f49:0x33c,_0x44c772:0x3e3,_0x274673:0x369,_0x833e:0x3d2,_0x1db67b:0xca,_0x24f2df:0x119,_0x3c571f:0x124,_0x22e504:0x3fd,_0x3f8f43:0x432,_0x4f5c6a:0x40a,_0x273bc2:0x318,_0x5d2241:0x2f9,_0xff489f:0x384,_0x8aa76c:0xd6,_0x35d278:0x66,_0x47ef1c:0x3f7,_0x5c35cf:0x362,_0x15faa4:0x3ac,_0x2f41ba:0x321,_0xbe08a3:0x337,_0x328d38:0x414,_0x1031a9:0x3e4,_0x25d0cd:0x1e6,_0x176c00:0x141,_0x335a32:0x1e1,_0x3a7e19:0x354,_0x56be1e:0x36e,_0x240618:0x122,_0x29c870:0x100,_0x42cd5b:0x79,_0x286fee:0x373,_0x2bdf96:0x38b,_0x3e27c1:0x33f,_0x169afa:0x344,_0x32b408:0x470,_0x5de935:0xb7,_0x3e0a19:0x105,_0x43a6e7:0x2e3,_0x16156d:0x40b,_0x3be014:0x44e,_0x4943c2:0x3a9,_0x5463f7:0x31,_0x5ef820:0x21,_0x158b7f:0x5d,_0x3d0d21:0x2b,_0x447d79:0x138,_0x31723f:0x1ec,_0x8473b4:0x94,_0x5044e0:0x53,_0x31b161:0x38d,_0x152922:0x3de,_0x586735:0x17c,_0x5caf6f:0xb9,_0x569371:0x16b,_0x323fd5:0x64,_0x485aad:0x314,_0x1217ec:0x2cf,_0x334328:0x382,_0x2f2d67:0x3bc,_0x1bb06a:0x3fe,_0x399507:0x34c,_0x5cb3de:0x3a4,_0xdd4545:0x32d,_0x2f98f3:0x363,_0x334d64:0x371,_0x16a303:0x165,_0x26a84c:0xb4,_0xfef121:0x422,_0x3723e1:0x4ce,_0x2c1aeb:0x3e2,_0x56ee5d:0x2e2,_0x1c51a8:0x327,_0x1a0f45:0x193,_0x413459:0xf8,_0x3d26fc:0xc8,_0x9ae268:0x46c,_0x4839dd:0xcb,_0x5dd532:0x73,_0x2c0947:0x1d,_0x1c837a:0x95,_0x27f8c1:0x10f,_0x4a7cb0:0x58,_0x572479:0x423,_0x277de4:0x35f,_0x561870:0x396,_0x52eec9:0x145,_0x536dc8:0xa8,_0x5220e9:0x6c,_0x11d80d:0x2d7,_0xf40dc2:0x319,_0x5c13d7:0x2fe,_0x275044:0x376,_0x39ef0a:0x180,_0x2fc024:0xc9,_0x2124b5:0x43,_0x5297ac:0xf3,_0x1fe7f5:0x369,_0x52b4d8:0x403,_0x5062ee:0x351,_0x236fb1:0x36a,_0x1bfada:0x359,_0x32934d:0x41d,_0x1e2eb7:0x402,_0x129d51:0x43b,_0x16dbce:0x2e0,_0x7445e4:0x387,_0x267378:0x394,_0x4d699a:0x4c,_0x4c6a62:0x24,_0x2b5585:0xa8,_0x5ae3b2:0x12c,_0x4c8c79:0x356,_0x3c98ce:0x8f,_0x54f703:0x57,_0x8e6f9f:0xda,_0x53eedc:0xb4,_0x3f4ac2:0x22,_0x562f2a:0x27,_0x1d7a7a:0x19,_0x4ced7b:0x84,_0x8ed669:0x6d,_0x48456a:0x182,_0x5a8378:0x372,_0x31b369:0x289,_0x41bc87:0x2af,_0x1974fd:0x2f0,_0x1737de:0x34c,_0x53fee1:0x1ff,_0x5949ea:0x166,_0xf5240f:0xbf,_0x4f3ea8:0x2fc,_0x16adf7:0x33d,_0xb5aa37:0x41e,_0x3190b7:0x2cc,_0x2796bd:0x351,_0x27eeed:0x256,_0x4c5460:0x483,_0x38b518:0x429,_0x18ba50:0x42a,_0xe997a1:0x32c,_0x239ec6:0x27f,_0x1cdd18:0x2e0,_0x50173b:0x463,_0xe010bb:0x3d4,_0x3d6bfe:0x383,_0x52f397:0x2d2,_0x157c36:0x295,_0xf2f56c:0x2f4,_0x25bb32:0x111,_0x13fbcd:0x69,_0x41cf1f:0x16c,_0x6e847f:0x125,_0x5c91df:0x75,_0x5f2df3:0x166,_0x42436d:0x3b2,_0x2a6400:0x10a,_0xa1f2ab:0x48e,_0x4af0da:0x3e7,_0x3906d8:0x21f,_0x1bd779:0x153,_0x19b04e:0x9f,_0x84af78:0x1e8,_0x4bd796:0x1de,_0xdad244:0x106,_0x34aa47:0xde,_0x14fbf4:0x426,_0x18508e:0x30d,_0x3d03c8:0x3ab,_0x209dbe:0x35d,_0x3c4bb0:0x4ba,_0xe884bb:0x26e,_0x49a1b7:0x22a,_0x11a11d:0x2f7,_0x7a0808:0x37b,_0x2f6649:0x342,_0x27916c:0x1cc,_0x43c4b0:0x1e2,_0x4e731d:0x2ac,_0x11b2e9:0x4d,_0x4d67a8:0xdb,_0x2068dd:0x277,_0x2f048f:0x1e7,_0x376bcc:0x16f,_0x4b9bf0:0x13e,_0x16d40:0x359,_0x2ec427:0x160,_0x4c53ad:0x48,_0x59f773:0x3d,_0x208296:0x33,_0x460079:0x2d3,_0x3a290f:0x2e0,_0x55f14a:0x166,_0x181f55:0x156,_0x27f5e3:0x147,_0x338b1a:0xfd,_0x257f57:0xbb,_0xa76384:0xb1,_0x423a74:0xa,_0x4232b0:0x17c,_0x3f54fc:0xc1,_0x1a3ebf:0x3db,_0x38c048:0x387,_0x22f37b:0x315,_0x36946f:0x2e0,_0x107cc0:0x49,_0x113cdc:0x15,_0x389096:0xea,_0x4c8a8a:0x367,_0x3adadc:0x24a,_0x36d95c:0x2f6,_0x49f729:0xba,_0x2e4eaa:0x18,_0x4e307f:0x2cf,_0x2503e6:0x38e},_0x35228c={_0x2d3dc5:0x192},_0xb10d4e={_0x2495d7:0x170,_0x4d698:0x242};function _0x43a82c(_0xab647,_0x451bc6,_0x4f8ed0,_0x24bae4){return _0x4973a5(_0xab647,_0x451bc6-0x137,_0x4f8ed0-_0xb10d4e._0x2495d7,_0x24bae4-_0xb10d4e._0x4d698);}const _0x3d1156={};_0x3d1156[_0x43a82c(0x3af,0x436,0x40d,_0x3c4b6b._0x4ce668)]='16|2|21|10'+_0x1fb348(-0x10f,-0xfb,-_0x3c4b6b._0xa1156e,-0x16d)+'|25|22|7|1'+_0x43a82c(_0x3c4b6b._0x401eef,0x48f,_0x3c4b6b._0x83159d,0x3f4)+_0x1fb348(-_0x3c4b6b._0x4a9e40,-_0x3c4b6b._0x211917,-_0x3c4b6b._0x58517e,-_0x3c4b6b._0x166d2d)+_0x1fb348(-_0x3c4b6b._0x56f234,-0x146,-0x167,-_0x3c4b6b._0x15523b)+'24|13|3|11',_0x3d1156[_0x1fb348(-_0x3c4b6b._0x9956db,-_0x3c4b6b._0x4ac1f2,-0x163,-0x15d)]=_0x1fb348(-0x92,-_0x3c4b6b._0x406d60,_0x3c4b6b._0x26009c,-0x13f)+_0x43a82c(_0x3c4b6b._0x525031,0x36b,_0x3c4b6b._0x520b7f,0x3e4)+_0x1fb348(-0x44,-_0x3c4b6b._0x2f98a5,-0x12f,-0x2f)+'ult_agent\x20'+_0x1fb348(-0x3,-_0x3c4b6b._0x1e0d80,-_0x3c4b6b._0x1e54b3,-_0x3c4b6b._0x593dce),_0x3d1156[_0x43a82c(_0x3c4b6b._0x23e55a,_0x3c4b6b._0x519371,0x424,_0x3c4b6b._0xc2317e)]=_0x43a82c(_0x3c4b6b._0x2e76d5,_0x3c4b6b._0x57b320,_0x3c4b6b._0x51f996,_0x3c4b6b._0x4cc795)+_0x43a82c(_0x3c4b6b._0x54d601,_0x3c4b6b._0x1af41a,_0x3c4b6b._0x4b560e,0x34f)+_0x43a82c(0x45e,_0x3c4b6b._0x19e5a8,0x32d,_0x3c4b6b._0x3b9759)+_0x1fb348(-_0x3c4b6b._0x373fa6,-0xf3,-_0x3c4b6b._0xccfa26,-_0x3c4b6b._0x41a892)+_0x43a82c(0x378,0x37c,_0x3c4b6b._0x21e429,_0x3c4b6b._0x492f49),_0x3d1156['UuGQX']=_0x43a82c(0x375,_0x3c4b6b._0x44c772,_0x3c4b6b._0x274673,_0x3c4b6b._0x833e),_0x3d1156['upiAP']='\x20\x20name\x20\x20\x20\x20'+_0x1fb348(-_0x3c4b6b._0x1db67b,-_0x3c4b6b._0x24f2df,-0x74,-_0x3c4b6b._0x3c571f)+_0x43a82c(_0x3c4b6b._0x22e504,0x477,_0x3c4b6b._0x3f8f43,_0x3c4b6b._0x4f5c6a)+'me',_0x3d1156[_0x43a82c(_0x3c4b6b._0x273bc2,0x409,_0x3c4b6b._0x5d2241,_0x3c4b6b._0xff489f)]=_0x1fb348(-_0x3c4b6b._0x8aa76c,-0xaa,-_0x3c4b6b._0x35d278,-0xff)+_0x43a82c(0x3d6,0x41b,0x49f,0x41a)+'\x20Set\x20a\x20con'+_0x43a82c(_0x3c4b6b._0x47ef1c,0x36e,0x3c3,0x3e9)+_0x43a82c(_0x3c4b6b._0x5c35cf,_0x3c4b6b._0x15faa4,0x2d9,_0x3c4b6b._0x2f41ba),_0x3d1156['wHoSQ']=_0x43a82c(0x37c,0x359,0x2ea,0x39d)+_0x43a82c(0x3ef,_0x3c4b6b._0xbe08a3,_0x3c4b6b._0x328d38,_0x3c4b6b._0x1031a9)+_0x1fb348(-_0x3c4b6b._0x25d0cd,-_0x3c4b6b._0x176c00,-_0x3c4b6b._0x335a32,-0x1a6);function _0x1fb348(_0x593229,_0xadd0b6,_0x5e406c,_0x346dbe){return _0x470f83(_0x593229-0x132,_0xadd0b6- -0x29a,_0x5e406c,_0x346dbe-_0x35228c._0x2d3dc5);}_0x3d1156['AbSpi']='\x20\x20ssh_host'+_0x43a82c(0x372,_0x3c4b6b._0x3a7e19,_0x3c4b6b._0x56be1e,0x32d)+_0x1fb348(-0x10a,-0x14e,-_0x3c4b6b._0x240618,-_0x3c4b6b._0x29c870)+_0x1fb348(-0x68,-0x12,_0x3c4b6b._0x42cd5b,0x10)+'onments',_0x3d1156[_0x43a82c(0x40f,_0x3c4b6b._0x286fee,_0x3c4b6b._0x2bdf96,0x364)]='\x20\x20coder-se'+_0x43a82c(_0x3c4b6b._0x3e27c1,_0x3c4b6b._0x169afa,_0x3c4b6b._0x32b408,0x3e4)+'g\x20set\x20serv'+_0x1fb348(-0xe,-_0x3c4b6b._0x5de935,-0x58,-_0x3c4b6b._0x3e0a19)+'80',_0x3d1156[_0x43a82c(0x315,_0x3c4b6b._0x43a6e7,_0x3c4b6b._0x16156d,0x398)]='\x20\x20ssl_key_'+_0x43a82c(0x41e,_0x3c4b6b._0x3be014,_0x3c4b6b._0x4943c2,0x418)+_0x1fb348(_0x3c4b6b._0x5463f7,-0x73,-0xf8,-0x41)+'SSL\x20privat'+_0x1fb348(-0x3e,-_0x3c4b6b._0x5ef820,-_0x3c4b6b._0x158b7f,_0x3c4b6b._0x3d0d21),_0x3d1156[_0x1fb348(-_0x3c4b6b._0x447d79,-0x14d,-_0x3c4b6b._0x31723f,-0x121)]=_0x1fb348(-_0x3c4b6b._0x8473b4,-0x106,-_0x3c4b6b._0x5044e0,-0x143)+_0x43a82c(0x33f,_0x3c4b6b._0x31b161,_0x3c4b6b._0x152922,0x35e)+_0x1fb348(-_0x3c4b6b._0x586735,-0xc7,-_0x3c4b6b._0x5caf6f,-_0x3c4b6b._0x569371)+_0x1fb348(-0x1c,-_0x3c4b6b._0x323fd5,-0xa8,-0x5c)+_0x43a82c(_0x3c4b6b._0x485aad,0x33e,0x341,_0x3c4b6b._0x1217ec)+'key]\x20[valu'+'e]',_0x3d1156[_0x43a82c(_0x3c4b6b._0x334328,0x414,_0x3c4b6b._0x2f2d67,_0x3c4b6b._0x1bb06a)]=_0x43a82c(0x387,0x3e4,_0x3c4b6b._0x399507,_0x3c4b6b._0x5cb3de)+_0x43a82c(0x396,0x2c2,0x335,_0x3c4b6b._0xdd4545)+'\x20Show\x20all\x20'+'configurat'+'ion',_0x3d1156[_0x43a82c(_0x3c4b6b._0x2f98f3,0x38a,0x3c6,_0x3c4b6b._0x334d64)]=_0x1fb348(-_0x3c4b6b._0x16a303,-0x126,-0xbe,-_0x3c4b6b._0x26a84c)+_0x43a82c(_0x3c4b6b._0xfef121,_0x3c4b6b._0x3723e1,0x457,0x436)+'keys\x20(stor'+_0x43a82c(_0x3c4b6b._0x2c1aeb,0x41d,0x42b,0x3a0)+_0x43a82c(0x32c,0x2d5,_0x3c4b6b._0x56ee5d,_0x3c4b6b._0x1c51a8),_0x3d1156[_0x1fb348(-_0x3c4b6b._0x1a0f45,-_0x3c4b6b._0x413459,-0x8b,-_0x3c4b6b._0x3d26fc)]='Commands:',_0x3d1156['NnWvH']='\x20\x20coder_se'+_0x43a82c(_0x3c4b6b._0x9ae268,0x363,0x351,0x3d0)+_0x1fb348(-_0x3c4b6b._0x4839dd,-_0x3c4b6b._0x5dd532,0x1f,_0x3c4b6b._0x2c0947)+_0x1fb348(-_0x3c4b6b._0x1c837a,-0xc1,-_0x3c4b6b._0x27f8c1,-_0x3c4b6b._0x4a7cb0)+_0x43a82c(_0x3c4b6b._0x572479,0x44c,_0x3c4b6b._0x277de4,_0x3c4b6b._0x561870)+'y',_0x3d1156[_0x1fb348(-_0x3c4b6b._0x52eec9,-_0x3c4b6b._0x536dc8,-_0x3c4b6b._0x5220e9,-0x6a)]=_0x43a82c(_0x3c4b6b._0x11d80d,_0x3c4b6b._0xf40dc2,_0x3c4b6b._0x5c13d7,_0x3c4b6b._0x275044)+_0x1fb348(-_0x3c4b6b._0x39ef0a,-_0x3c4b6b._0x2fc024,-_0x3c4b6b._0x2124b5,-0x169)+_0x1fb348(-_0x3c4b6b._0x5297ac,-0x73,-0x1b,-0x3e)+_0x43a82c(0x2dc,0x3a4,_0x3c4b6b._0x1fe7f5,0x2eb)+_0x43a82c(_0x3c4b6b._0x52b4d8,_0x3c4b6b._0x5062ee,_0x3c4b6b._0xfef121,_0x3c4b6b._0x236fb1)+_0x43a82c(_0x3c4b6b._0x1bfada,_0x3c4b6b._0x32934d,0x449,_0x3c4b6b._0x1e2eb7),_0x3d1156[_0x43a82c(_0x3c4b6b._0x129d51,0x300,_0x3c4b6b._0x16dbce,_0x3c4b6b._0x7445e4)]='\x20\x20coder-se'+_0x43a82c(0x437,0x3cf,_0x3c4b6b._0x169afa,0x3e4)+_0x43a82c(0x438,0x381,0x301,_0x3c4b6b._0x267378)+_0x1fb348(_0x3c4b6b._0x4d699a,-0x1a,_0x3c4b6b._0x4c6a62,-0x15)+'th\x20/path/t'+_0x1fb348(-_0x3c4b6b._0x2b5585,-_0x3c4b6b._0x5ae3b2,-0x171,-0x1dc)+'tup',_0x3d1156[_0x43a82c(0x384,_0x3c4b6b._0x4c8c79,_0x3c4b6b._0x2bdf96,0x3fd)]=_0x1fb348(-_0x3c4b6b._0x2c0947,-_0x3c4b6b._0x3c98ce,-0x4a,-0x117)+_0x1fb348(-_0x3c4b6b._0x54f703,-0x5d,-_0x3c4b6b._0x8e6f9f,-0x9f)+'\x20keys\x20(sto'+_0x1fb348(-_0x3c4b6b._0x53eedc,-_0x3c4b6b._0x54f703,-0x4e,0x20)+'coder/conf'+_0x1fb348(_0x3c4b6b._0x3f4ac2,-_0x3c4b6b._0x562f2a,-_0x3c4b6b._0x1d7a7a,0x74);const _0x4b2b80=_0x3d1156,_0x287967=_0x4b2b80['ZeFqo'][_0x1fb348(-_0x3c4b6b._0x4ced7b,-0xca,-_0x3c4b6b._0x8ed669,-_0x3c4b6b._0x48456a)]('|');let _0x3b6a66=-0x454*0x5+0xf0+0x424*0x5;while(!![]){switch(_0x287967[_0x3b6a66++]){case'0':console[_0x43a82c(0x31e,_0x3c4b6b._0x5a8378,_0x3c4b6b._0xdd4545,0x2e0)]('');continue;case'1':console[_0x43a82c(0x2c2,_0x3c4b6b._0x31b369,_0x3c4b6b._0x41bc87,_0x3c4b6b._0x16dbce)]('');continue;case'2':console[_0x43a82c(0x350,_0x3c4b6b._0x1974fd,_0x3c4b6b._0x1737de,0x2e0)]('');continue;case'3':console[_0x1fb348(-_0x3c4b6b._0x53fee1,-_0x3c4b6b._0x5949ea,-0x20d,-_0x3c4b6b._0xf5240f)](_0x4b2b80['kjIlG']);continue;case'4':console[_0x43a82c(0x338,0x2b9,_0x3c4b6b._0x4f3ea8,_0x3c4b6b._0x16dbce)](_0x4b2b80[_0x43a82c(_0x3c4b6b._0x16adf7,0x35d,_0x3c4b6b._0xb5aa37,0x3da)]);continue;case'5':console[_0x43a82c(0x391,0x36f,_0x3c4b6b._0x3190b7,0x2e0)]('');continue;case'6':console[_0x43a82c(_0x3c4b6b._0x2796bd,0x2d9,_0x3c4b6b._0x27eeed,0x2e0)](_0x4b2b80[_0x43a82c(_0x3c4b6b._0x4c5460,_0x3c4b6b._0x38b518,_0x3c4b6b._0x833e,_0x3c4b6b._0x18ba50)]);continue;case'7':console[_0x43a82c(0x26c,_0x3c4b6b._0xe997a1,_0x3c4b6b._0x239ec6,_0x3c4b6b._0x1cdd18)](_0x43a82c(_0x3c4b6b._0x50173b,0x41d,0x3cd,0x3c6)+_0x43a82c(_0x3c4b6b._0xe010bb,0x3ab,_0x3c4b6b._0x3d6bfe,0x41c)+'\x20\x20Server\x20p'+'ort\x20(defau'+'lt:\x203000)');continue;case'8':console[_0x43a82c(_0x3c4b6b._0x52f397,0x2c6,_0x3c4b6b._0x157c36,_0x3c4b6b._0x16dbce)](_0x4b2b80['upiAP']);continue;case'9':console['error']('\x20\x20get\x20<key'+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x43a82c(0x37d,0x39e,0x2a7,_0x3c4b6b._0xf2f56c)+_0x1fb348(-_0x3c4b6b._0x25bb32,-_0x3c4b6b._0x158b7f,-0x57,-_0x3c4b6b._0x13fbcd)+_0x1fb348(-_0x3c4b6b._0x41cf1f,-_0x3c4b6b._0x6e847f,-0xe0,-_0x3c4b6b._0x5c91df));continue;case'10':console[_0x1fb348(-0x202,-_0x3c4b6b._0x5f2df3,-0x159,-0x17a)](_0x4b2b80[_0x43a82c(_0x3c4b6b._0x42436d,0x3d1,0x3a1,0x384)]);continue;case'11':console[_0x1fb348(-_0x3c4b6b._0x16a303,-0x166,-_0x3c4b6b._0x2a6400,-0xe5)](_0x4b2b80[_0x43a82c(0x39d,0x3e0,_0x3c4b6b._0xa1f2ab,_0x3c4b6b._0x4af0da)]);continue;case'12':console[_0x1fb348(-0x1e2,-_0x3c4b6b._0x5949ea,-_0x3c4b6b._0x3906d8,-_0x3c4b6b._0x1bd779)](_0x4b2b80[_0x1fb348(-0x36,-_0x3c4b6b._0x19b04e,0x1a,-0xcd)]);continue;case'13':console['error'](_0x4b2b80['SAQRh']);continue;case'14':console['error'](_0x1fb348(-_0x3c4b6b._0x84af78,-0x15c,-_0x3c4b6b._0x4bd796,-_0x3c4b6b._0xdad244)+_0x1fb348(-0x40,-_0x3c4b6b._0x34aa47,-0x8b,-0x170)+_0x43a82c(0x3a5,0x3d9,0x386,0x3d3)+_0x43a82c(_0x3c4b6b._0x14fbf4,_0x3c4b6b._0x18508e,0x346,_0x3c4b6b._0x3d03c8)+_0x43a82c(_0x3c4b6b._0x209dbe,_0x3c4b6b._0x3c4bb0,0x47a,0x406));continue;case'15':console[_0x43a82c(_0x3c4b6b._0xe884bb,_0x3c4b6b._0x49a1b7,_0x3c4b6b._0x11a11d,_0x3c4b6b._0x1cdd18)](_0x4b2b80['cjKbJ']);continue;case'16':console[_0x43a82c(_0x3c4b6b._0x7a0808,_0x3c4b6b._0x2f6649,0x249,0x2e0)](_0x4b2b80[_0x1fb348(-0x12c,-0x14d,-_0x3c4b6b._0x27916c,-_0x3c4b6b._0x43c4b0)]);continue;case'17':console[_0x43a82c(0x275,0x27c,_0x3c4b6b._0x4e731d,0x2e0)]('\x20\x20remove\x20<'+_0x1fb348(-_0x3c4b6b._0x11b2e9,-0xad,-0x32,-_0x3c4b6b._0x4d67a8)+_0x43a82c(_0x3c4b6b._0x2068dd,0x335,0x3b4,0x319)+'configurat'+_0x1fb348(-_0x3c4b6b._0x2f048f,-_0x3c4b6b._0x376bcc,-_0x3c4b6b._0x4b9bf0,-0x107));continue;case'18':console['error'](_0x43a82c(0x346,0x2c4,0x3e1,_0x3c4b6b._0x16d40)+'agent\x20\x20\x20\x20\x20'+_0x1fb348(-0x1a9,-0x16d,-_0x3c4b6b._0x2ec427,-_0x3c4b6b._0x25bb32)+_0x1fb348(-_0x3c4b6b._0x5c91df,-0x11d,-0xf2,-0x64)+'ude\x20or\x20cod'+_0x1fb348(-0x6f,-0x91,-0x119,-0x13b));continue;case'19':console['error'](_0x4b2b80[_0x1fb348(-0xdd,-_0x3c4b6b._0x4c53ad,_0x3c4b6b._0x59f773,_0x3c4b6b._0x208296)]);continue;case'20':console[_0x43a82c(_0x3c4b6b._0x460079,0x278,0x321,_0x3c4b6b._0x3a290f)](_0x4b2b80['cBAhB']);continue;case'21':console['error'](_0x4b2b80[_0x1fb348(-0x14d,-_0x3c4b6b._0x413459,-0x40,-0xc1)]);continue;case'22':console[_0x1fb348(-0x20b,-_0x3c4b6b._0x55f14a,-_0x3c4b6b._0x181f55,-_0x3c4b6b._0x27f5e3)](_0x4b2b80[_0x1fb348(-_0x3c4b6b._0x338b1a,-_0x3c4b6b._0x257f57,-_0x3c4b6b._0xa76384,-_0x3c4b6b._0x423a74)]);continue;case'23':console[_0x1fb348(-_0x3c4b6b._0x4232b0,-0x166,-_0x3c4b6b._0x4d67a8,-_0x3c4b6b._0x3f54fc)](_0x4b2b80['ULKYb']);continue;case'24':console[_0x43a82c(0x2fe,0x30d,0x2cd,0x2e0)](_0x4b2b80[_0x43a82c(0x2d2,0x2f8,_0x3c4b6b._0x1a3ebf,_0x3c4b6b._0x38c048)]);continue;case'25':console[_0x43a82c(0x392,0x2e1,_0x3c4b6b._0x22f37b,_0x3c4b6b._0x36946f)](_0x4b2b80[_0x1fb348(-0x2e,-_0x3c4b6b._0x107cc0,-_0x3c4b6b._0x113cdc,-_0x3c4b6b._0x389096)]);continue;case'26':console[_0x43a82c(_0x3c4b6b._0x4c8a8a,_0x3c4b6b._0x3adadc,_0x3c4b6b._0x36d95c,0x2e0)](_0x1fb348(-0xf8,-_0x3c4b6b._0x4d699a,-_0x3c4b6b._0x49f729,-_0x3c4b6b._0x2e4eaa)+'oxy\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Trust\x20pr'+'oxy\x20header'+_0x43a82c(_0x3c4b6b._0x38c048,_0x3c4b6b._0x4e307f,0x22e,0x2df)+_0x43a82c(_0x3c4b6b._0x2503e6,0x38e,0x2e7,0x310));continue;}break;}}async function setConfig(_0x20a093,_0x21406e){const _0x4077da={_0x4c21c8:0x1c7,_0x414a6a:0x270,_0x232c92:0x16d,_0x4114e5:0x213,_0x725fd3:0x24b,_0x55ece2:0x137,_0x233423:0x150,_0x4b0902:0x159,_0x1cdaba:0x20e,_0x18216f:0x26a,_0x54d2b1:0x1cd,_0x5b95eb:0x132,_0x1be3c7:0x134,_0x500218:0xf7,_0x413a7b:0x1e5,_0xaa577d:0x298,_0x5640ec:0x293,_0x11be02:0x2b9,_0x3b99c4:0x234,_0x226605:0x1fc,_0x42def0:0x178,_0x4a0f1f:0x2c2,_0xc5eb3d:0x113,_0x21f0f2:0x1b7,_0x625b08:0x1fe,_0x44c714:0x197,_0x117b8e:0x25a,_0x44bb90:0x225,_0x2b1b2c:0x1a4,_0x3eac6f:0xed,_0x5ec882:0x188,_0x1f56e2:0x103,_0x26a0a1:0xf2,_0x453f73:0xe2,_0x200d96:0x254,_0x359e19:0x1da,_0xd4ed68:0x275,_0x4e2a6b:0x227,_0xdf19bf:0x173,_0x29bd0e:0x331,_0x1cf92d:0x27e,_0x436ee5:0x23a,_0x541d22:0x27c,_0x177b1b:0x156,_0x11c9b2:0x120},_0x5b1ea3={_0x511867:0x18a,_0x166bb8:0x35b},_0x4b3498={_0x124ee4:0xf6};function _0x11f3c9(_0x408ec8,_0x457f45,_0x260a29,_0x7353e7){return _0x4973a5(_0x260a29,_0x457f45-_0x4b3498._0x124ee4,_0x260a29-0x157,_0x457f45-0xf7);}function _0x53ab1a(_0x4b1d53,_0x480980,_0x63c25,_0x141b12){return _0x470f83(_0x4b1d53-_0x5b1ea3._0x511867,_0x4b1d53- -_0x5b1ea3._0x166bb8,_0x63c25,_0x141b12-0x1b1);}const _0x2fba93={};_0x2fba93['uWlFH']=_0x53ab1a(-_0x4077da._0x4c21c8,-_0x4077da._0x414a6a,-_0x4077da._0x232c92,-0x21c)+_0x11f3c9(0x15f,_0x4077da._0x4114e5,0x17a,_0x4077da._0x725fd3)+_0x53ab1a(-0x100,-0xa2,-_0x4077da._0x55ece2,-_0x4077da._0x233423)+_0x11f3c9(_0x4077da._0x4b0902,0x186,_0x4077da._0x1cdaba,0x233)+'lue>',_0x2fba93[_0x11f3c9(0x270,0x1c0,_0x4077da._0x18216f,0x1c3)]=function(_0x10ea76,_0x3cc4a7){return _0x10ea76===_0x3cc4a7;},_0x2fba93[_0x53ab1a(-_0x4077da._0x54d2b1,-0x1a3,-0x18b,-0x23b)]=_0x53ab1a(-_0x4077da._0x5b95eb,-0x15e,-_0x4077da._0x1be3c7,-_0x4077da._0x500218),_0x2fba93['UwIKD']=_0x11f3c9(_0x4077da._0x413a7b,_0x4077da._0xaa577d,_0x4077da._0x5640ec,_0x4077da._0x11be02),_0x2fba93[_0x53ab1a(-_0x4077da._0x3b99c4,-_0x4077da._0x413a7b,-0x19f,-0x26d)]=function(_0x5be622,_0x590f1d){return _0x5be622&&_0x590f1d;};const _0x31e9bb=_0x2fba93;(!_0x20a093||_0x31e9bb[_0x53ab1a(-0x1fc,-0x187,-0x1ad,-0x1d4)](_0x21406e,undefined))&&(_0x31e9bb[_0x53ab1a(-_0x4077da._0x226605,-0x193,-_0x4077da._0x42def0,-0x285)](_0x31e9bb[_0x53ab1a(-0x1cd,-0x165,-0x1ca,-0x1d1)],_0x31e9bb[_0x11f3c9(0x2c5,_0x4077da._0x4a0f1f,0x263,0x28d)])?(_0x180592[_0x11f3c9(_0x4077da._0xc5eb3d,0x195,_0x4077da._0x21f0f2,_0x4077da._0x625b08)](_0x31e9bb[_0x11f3c9(0xf6,_0x4077da._0x44c714,0x120,0x1e5)]),_0x9c453a[_0x11f3c9(0x2e0,_0x4077da._0x117b8e,0x217,0x1be)](-0x2410+0xc17+0x17fa)):(console['error'](_0x31e9bb[_0x53ab1a(-_0x4077da._0x44bb90,-0x1ac,-0x272,-0x280)]),process['exit'](0x1d95*0x1+0xb83*0x2+-0x1*0x349a)));const _0x5bd024=SERVER_CONFIG_KEYS[_0x11f3c9(0x12b,_0x4077da._0x2b1b2c,0x151,0x21d)](_0x20a093),_0x4a892b=SETUP_JSON_KEYS['has'](_0x20a093);_0x31e9bb[_0x11f3c9(_0x4077da._0x3eac6f,_0x4077da._0x5ec882,_0x4077da._0x44bb90,_0x4077da._0x1f56e2)](!_0x5bd024,!_0x4a892b)&&(console['error'](_0x53ab1a(-0x138,-_0x4077da._0x26a0a1,-_0x4077da._0x453f73,-0xbe)+_0x11f3c9(_0x4077da._0x200d96,_0x4077da._0x359e19,_0x4077da._0xd4ed68,0x165)+'n\x20key:\x20'+_0x20a093),console[_0x53ab1a(-_0x4077da._0x4e2a6b,-0x2a8,-_0x4077da._0xdf19bf,-_0x4077da._0x2b1b2c)](_0x11f3c9(_0x4077da._0x29bd0e,0x2d6,_0x4077da._0x1cf92d,0x2d2)+'-server\x20co'+_0x53ab1a(-_0x4077da._0x436ee5,-0x2ac,-0x253,-_0x4077da._0x541d22)+'a\x20list\x20of\x20'+'available\x20'+_0x11f3c9(_0x4077da._0x4e2a6b,0x189,_0x4077da._0x177b1b,0x178)),process[_0x53ab1a(-0x162,-0xe1,-_0x4077da._0x11c9b2,-0x140)](0x2635*0x1+0x138b*-0x1+-0x12a9));if(_0x5bd024)await setServerConfig(_0x20a093,_0x21406e);else _0x4a892b&&await setSetupConfig(_0x20a093,_0x21406e);}function _0x64e2(_0x1f4716,_0x357cca){_0x1f4716=_0x1f4716-(0x14c0+-0x152f+-0x17f*-0x1);const _0x3c75ab=_0x13d2();let _0x367502=_0x3c75ab[_0x1f4716];if(_0x64e2['sDQmIE']===undefined){var _0x38548f=function(_0x4035f9){const _0xf38229='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x17b935='',_0x51e345='';for(let _0x2eaebc=0xb1*-0x19+-0x1*-0xbf2+-0x1*-0x557,_0x51e71b,_0x4d4877,_0x5ed972=-0xab5*0x3+-0x2*-0x297+0x273*0xb;_0x4d4877=_0x4035f9['charAt'](_0x5ed972++);~_0x4d4877&&(_0x51e71b=_0x2eaebc%(0x36a*-0xb+-0x140d+0xb*0x53d)?_0x51e71b*(-0x901+-0x235e+0x2c9f)+_0x4d4877:_0x4d4877,_0x2eaebc++%(0x592+0x845+-0xdd3))?_0x17b935+=String['fromCharCode'](0x1e5d+-0xe6e+-0xef0&_0x51e71b>>(-(-0xaf7+0xae5*0x3+-0x18d*0xe)*_0x2eaebc&-0x2a9*-0x4+-0xb*0xd5+-0x177)):0x1c*0x15+0x1c70+-0xf5e*0x2){_0x4d4877=_0xf38229['indexOf'](_0x4d4877);}for(let _0x2fe9f8=0x16fd+-0x404*0x5+-0x2e9,_0xe0363c=_0x17b935['length'];_0x2fe9f8<_0xe0363c;_0x2fe9f8++){_0x51e345+='%'+('00'+_0x17b935['charCodeAt'](_0x2fe9f8)['toString'](0x1669+-0xae4+-0x7*0x1a3))['slice'](-(0x61*-0x52+0x11de+0xd36));}return decodeURIComponent(_0x51e345);};_0x64e2['YSjjRV']=_0x38548f,_0x64e2['kTHfdA']={},_0x64e2['sDQmIE']=!![];}const _0x18fa8b=_0x3c75ab[0x46d*-0x5+0xd4b*0x1+0x8d6],_0x1d5798=_0x1f4716+_0x18fa8b,_0x585430=_0x64e2['kTHfdA'][_0x1d5798];return!_0x585430?(_0x367502=_0x64e2['YSjjRV'](_0x367502),_0x64e2['kTHfdA'][_0x1d5798]=_0x367502):_0x367502=_0x585430,_0x367502;}async function setServerConfig(_0x25dc3b,_0xbcbf80){const _0x450de1={_0x2378bc:0x205,_0x51c09e:0x318,_0x190b88:0x308,_0x58dd12:0x2ed,_0x10a2a1:0x25e,_0x49edf9:0x146,_0x39bf4f:0x157,_0x1b918a:0x2c3,_0x407f44:0x2da,_0x212e2c:0x261,_0x591bb4:0x269,_0x5c3eca:0x315,_0x15f515:0x26e,_0x5d2e90:0x2a7,_0xf9846a:0x2fc,_0x33a6dd:0x29d,_0x4a92f3:0x31b,_0x1579a9:0x37a,_0x20af10:0x338,_0x2e095a:0x35f,_0xa4996c:0x3fb,_0x3a11af:0x2c3,_0x32c02f:0x317,_0x252b8d:0x2fb,_0x3cbe2f:0x274,_0xa31c87:0x2ad,_0x4ec011:0x2ac,_0x41bf27:0x17a,_0x47d747:0xae,_0x2c9685:0x1e0,_0x17ad8c:0x145,_0x4e9435:0x179,_0x4e4ee7:0x27f,_0x29969b:0x236,_0x17780f:0x325,_0x33a1c3:0x3ca,_0x58085d:0x37b,_0x43c02a:0x134,_0x109ef4:0xb6,_0x55c06d:0x3c5,_0x4812e5:0x388,_0x4b58c8:0x2ea,_0xe80dde:0x2f2,_0x1df554:0x18f,_0x195da2:0xe5,_0x54dc87:0x14a,_0x47952e:0x344,_0x165e3e:0x291,_0x1fe5c1:0x276,_0x5387e1:0x1f9,_0x1c3376:0x229,_0x4e3d79:0x1d5,_0x2868e7:0x35e,_0xd9e9c4:0x2ff,_0x2e80d9:0x248,_0x373b6c:0x298,_0x2f8f96:0x215,_0x452124:0x244,_0x1247dc:0x139,_0x955efe:0x255,_0x3337ba:0x270,_0x22442e:0x28a,_0x55f45e:0x243,_0x2abe2f:0x252,_0x47452b:0x26b,_0x4f49d5:0x295,_0x3dc248:0x18d,_0x3b7855:0x210,_0xd200cb:0x225,_0x9aa7bd:0x199,_0x26fc67:0x317,_0x43ef7c:0x29e,_0x525430:0x359,_0x44649a:0x251,_0x108e61:0x1b8,_0x508fe7:0x208,_0x301f27:0x178,_0x3654b1:0x290,_0x4acb14:0x278,_0x534a26:0x29a,_0x734a68:0x291,_0x216a8c:0x2ce,_0x300e7b:0x2b0,_0x4337c7:0x228,_0x2f42f5:0x2ec,_0x25551a:0x260,_0x4eb792:0x184,_0x5e0691:0x2eb,_0x141a52:0x2e1,_0x777b08:0x26c,_0xd6e73b:0x1e1,_0x872c1d:0xb9,_0x43da31:0x2d6,_0x160fcc:0x1b3,_0x488fbc:0x23f,_0x14f3ba:0x1e8,_0x3d942d:0x318,_0x53b484:0x368,_0x26d336:0x2ae,_0x23230d:0x293,_0x334355:0x2bb,_0xc947f6:0x24e,_0x5a6ad9:0x2f7,_0x33f032:0x2bc,_0x2ecb0b:0x31f,_0x285c9a:0x1f7,_0x4232e2:0x2cc,_0x1113ed:0x1ee,_0x36d5c2:0x1f8,_0x1e5a85:0x268,_0x26ee08:0x26d,_0x2ed03e:0x3a0,_0x43a51d:0x3a4,_0x250a1c:0x389,_0x423c9b:0x36c,_0x1c0409:0xba,_0x311c39:0xe2,_0x266119:0xb6,_0x29a769:0x275,_0xe7ab16:0x23c,_0x2089f1:0x1ae,_0x168998:0x206,_0x5342d1:0x29e,_0x4a473e:0x30d,_0x132f7f:0x20f,_0x3981a4:0x2d9,_0x14e3fc:0x227,_0x1b154a:0x201,_0x3ffca7:0x385,_0x3669e0:0x37a,_0x35a476:0x2a2,_0x43b0ae:0x257,_0x230222:0x286,_0x4e51d1:0x24d,_0x10dc43:0x2e1,_0x48aef5:0x3c3,_0x2e5d20:0x242,_0x105d06:0x24b,_0x57db70:0x2f3,_0x48c8d9:0x2e4,_0x24631f:0x1fc,_0x5412d2:0x2b8,_0x132b92:0x1d9,_0x54c9c0:0x394,_0x5b6087:0x1b1,_0x43fef2:0x1e0,_0x44511a:0x147,_0x2b90fa:0x1ac,_0x52c416:0x16a,_0xf25ad2:0x20a,_0x5ec0fa:0x1ee,_0x4fbd37:0x307,_0x242ea7:0x362,_0x4c8b1f:0x361,_0x58fc66:0x31a,_0x1ade55:0x1e3,_0x589334:0x135,_0x3c72a0:0x37b,_0x3052da:0x337,_0x2317b7:0x205,_0x310440:0x250,_0x2e9e3a:0x1d7,_0x46b2a8:0x17d,_0x39de24:0x14c,_0x516657:0xc3,_0x212f21:0x2b1,_0x3758b0:0x2b6,_0x3af655:0x29f,_0x23e611:0x2ef,_0x47bd68:0x239,_0x595a5f:0x1f8,_0x493108:0x2d0,_0x434e69:0x21a,_0x35dfc2:0x250,_0x506e11:0x2eb,_0xa9e3c5:0x2be,_0x467b92:0x2d8,_0x3eaa54:0x343,_0x1c7e95:0x162,_0x2f2093:0x217,_0x1da954:0x272,_0x4312af:0x218,_0x10ff13:0xfa,_0x368977:0x1bd,_0x41fc23:0x33e,_0x42ed17:0x3cc,_0x41cc42:0x301,_0x5bdb27:0x2df,_0x20e72a:0x371,_0x39ce24:0x2e8,_0x15f2f7:0x156,_0x56fbe1:0x122,_0x337379:0x17d,_0xce5b3c:0x1c7,_0x58e121:0x20b,_0x4141e2:0x112,_0x58af1f:0x250,_0x435a82:0x1c0,_0x538d3d:0x1f5,_0x4db0de:0x117,_0x5d6f0d:0x2c7,_0xfe669a:0x292,_0x3124d9:0x1d4,_0xae7a7e:0x25c,_0x44846e:0x24f,_0x1cffa2:0x195,_0x295a2b:0x9d,_0x3cc59b:0xf4,_0x4a5028:0x246,_0xe8d74:0x247,_0x1c24f4:0x275,_0x179ba5:0x13b,_0x1b3470:0x123,_0x3bcad5:0x35f,_0x53a069:0x343,_0x58dd7b:0x32e,_0x4827c4:0x31a,_0x186a68:0x276,_0x2ba651:0x2c3,_0x229f6f:0x2bf,_0x1e337f:0x133,_0x402a80:0x2a9,_0x45ebf2:0x30f,_0x450c7d:0x22f,_0x2de38f:0x9f,_0x418356:0x119,_0x9493dd:0x158,_0x39306e:0xf6,_0x5f11cd:0x367,_0x4b2f4a:0x1bb,_0x47aa45:0x213,_0x536955:0x2a3,_0x3f0ec9:0xf3,_0x2777fe:0x379,_0x1971ae:0x2c7,_0x42c587:0x2f4,_0x476195:0x1d4,_0x4006c2:0x1fb,_0x1a7344:0x240,_0x22b9b2:0x2b2,_0x5d47ef:0x354,_0x40aa83:0x1cf,_0x230029:0x1a9,_0x53ce7d:0x1a7,_0x58b4c5:0x237,_0xee024c:0x2d9,_0x2288b6:0x30b,_0x2a4593:0x313,_0x46015c:0x237,_0x3ffe6b:0x111,_0x8051f7:0x21c,_0x5d2669:0x224,_0x27d26:0x277,_0x4f1763:0x2f6,_0x4f195a:0x2fe,_0xf65b1f:0x281,_0x493997:0x2af,_0x167785:0x33a,_0x21d4cf:0x304,_0xf72ef6:0x101,_0xfb6676:0x1d1,_0x44a080:0x28e,_0x457d49:0x26c,_0xe1c927:0x2f1,_0x1f8883:0x373,_0x31db39:0x19f,_0x5ba57f:0x1cb,_0xce4a2:0x312,_0x59731b:0x2db,_0x434376:0x2c4,_0x4e99ca:0x342,_0x17f20d:0x1f2,_0x1c7eef:0x2a4,_0x516e58:0x253,_0x1ffc6a:0x26e,_0x48242e:0x166,_0x300b51:0x1ce,_0x2b7ec6:0x1b0,_0x3bad2e:0x37a,_0x3af181:0x30b,_0x1b16bf:0x36a,_0x5df734:0x2ce,_0x11da63:0x169,_0x5872d6:0x285,_0x3813b5:0x1e5,_0x204ae8:0x216,_0x24c726:0x204,_0x3406bb:0x161,_0x15e9a9:0x2a6,_0x397f7e:0x30b,_0x138553:0x2df,_0x18eb4f:0x24d,_0x924055:0x2e9,_0x3b0d7a:0x152,_0xdc7ad8:0x1c0,_0x2f5011:0x11a,_0x5c9935:0x238,_0x457f3d:0x335,_0x376403:0x160,_0xa14845:0x188,_0x37152d:0x303,_0x4bd7f2:0x249,_0x1c4bc3:0x2f6,_0x4de11d:0x23c,_0x339567:0x23e,_0x4ae5bc:0x2dd,_0x428166:0x24c,_0x217c75:0x1fe,_0x40025c:0x1c0,_0x4c4131:0x10b,_0x4cf707:0x3a6,_0x41dab9:0x334,_0x2f21e5:0xec,_0x281b63:0x17d,_0x58d164:0x12c,_0x2099a3:0x35e,_0x5ad0d9:0x1b0,_0xf371e:0x265,_0x3fc57f:0x28c},_0x3ae6d8={_0x3ea2c6:0x8e},_0xdb322f={_0x5c8e1a:0x195,_0x452a06:0xae};function _0x2d9fb3(_0x3ce8c2,_0x19084a,_0x472512,_0x34e02a){return _0x4973a5(_0x19084a,_0x19084a-_0xdb322f._0x5c8e1a,_0x472512-0x1a4,_0x472512-_0xdb322f._0x452a06);}function _0x4fab8f(_0x48c59b,_0x54e141,_0x16031d,_0x5c558d){return _0x4973a5(_0x48c59b,_0x54e141-_0x3ae6d8._0x3ea2c6,_0x16031d-0x16,_0x54e141-0x1b2);}const _0x489a2b={'VJSwP':'\x20\x20remove\x20<'+_0x2d9fb3(0x210,0x25f,_0x450de1._0x2378bc,0x26c)+_0x4fab8f(0x2d1,0x289,0x2bd,_0x450de1._0x51c09e)+_0x4fab8f(0x210,0x2ad,_0x450de1._0x190b88,0x294)+'ion\x20value','wuBsC':'\x20\x20ssl_ca_p'+_0x4fab8f(0x303,_0x450de1._0x58dd12,0x37a,_0x450de1._0x10a2a1)+'\x20\x20Path\x20to\x20'+_0x2d9fb3(_0x450de1._0x49edf9,0x183,_0x450de1._0x39bf4f,0xa2)+_0x4fab8f(_0x450de1._0x1b918a,_0x450de1._0x407f44,0x282,_0x450de1._0x212e2c)+_0x2d9fb3(_0x450de1._0x591bb4,_0x450de1._0x5c3eca,_0x450de1._0x15f515,0x31b),'mzbaE':_0x4fab8f(0x2ee,_0x450de1._0x5d2e90,0x340,0x327)+_0x4fab8f(_0x450de1._0xf9846a,_0x450de1._0x33a6dd,0x31c,0x334)+_0x4fab8f(_0x450de1._0x4a92f3,_0x450de1._0x1579a9,0x2dc,0x41d)+'me','QvgsT':'Server\x20con'+'figuration'+_0x2d9fb3(0x1d4,0x168,0x173,0x13f)+_0x4fab8f(_0x450de1._0x20af10,_0x450de1._0x2e095a,_0x450de1._0xa4996c,_0x450de1._0x3a11af)+_0x4fab8f(_0x450de1._0x32c02f,0x30a,0x261,_0x450de1._0x252b8d)+_0x2d9fb3(_0x450de1._0x3cbe2f,_0x450de1._0xa31c87,0x28b,_0x450de1._0x4ec011),'moBrl':_0x2d9fb3(0x213,_0x450de1._0x41bf27,0x1c5,0x164)+'agent\x20\x20\x20\x20\x20'+_0x2d9fb3(_0x450de1._0x47d747,_0x450de1._0x2c9685,_0x450de1._0x17ad8c,_0x450de1._0x4e9435)+_0x4fab8f(0x290,0x299,0x1fc,_0x450de1._0x4e4ee7)+_0x4fab8f(0x186,0x23a,_0x450de1._0x29969b,0x297)+_0x4fab8f(0x3cd,_0x450de1._0x17780f,_0x450de1._0x33a1c3,_0x450de1._0x58085d),'KEEsD':_0x2d9fb3(0x181,0xe7,_0x450de1._0x43c02a,_0x450de1._0x109ef4)+_0x4fab8f(_0x450de1._0x55c06d,_0x450de1._0x4812e5,0x375,_0x450de1._0x4b58c8)+_0x2d9fb3(0x231,_0x450de1._0xe80dde,0x23f,_0x450de1._0x1df554)+_0x2d9fb3(0x96,_0x450de1._0x195da2,_0x450de1._0x54dc87,0x163)+_0x2d9fb3(0x1ec,_0x450de1._0x47952e,_0x450de1._0x165e3e,_0x450de1._0x1fe5c1),'PbLtE':_0x2d9fb3(_0x450de1._0x5387e1,_0x450de1._0x1c3376,0x209,_0x450de1._0x4e3d79)+'rver\x20confi'+_0x4fab8f(0x331,0x304,_0x450de1._0x2868e7,_0x450de1._0xd9e9c4)+_0x2d9fb3(_0x450de1._0x2e80d9,0x2d1,_0x450de1._0x373b6c,_0x450de1._0x2f8f96)+_0x2d9fb3(_0x450de1._0x452124,_0x450de1._0x1247dc,0x1b1,_0x450de1._0x955efe)+_0x4fab8f(_0x450de1._0x3337ba,_0x450de1._0x22442e,_0x450de1._0x55f45e,_0x450de1._0x2abe2f)+_0x2d9fb3(0x2b7,0x2bd,_0x450de1._0x47452b,0x217),'vycfT':_0x2d9fb3(_0x450de1._0x4f49d5,_0x450de1._0x3dc248,_0x450de1._0x3b7855,0x2ab)+_0x2d9fb3(0x160,_0x450de1._0xd200cb,_0x450de1._0x9aa7bd,0x1ad)+_0x4fab8f(0x28d,0x2b8,_0x450de1._0x26fc67,_0x450de1._0x43ef7c)+_0x4fab8f(0x366,_0x450de1._0xa31c87,0x24b,_0x450de1._0x525430)+_0x4fab8f(_0x450de1._0x44649a,0x263,0x286,0x2ad),'pwwcZ':_0x2d9fb3(_0x450de1._0x3cbe2f,_0x450de1._0x108e61,_0x450de1._0x508fe7,0x246)+'>\x20<value>\x20'+_0x2d9fb3(0x281,_0x450de1._0x301f27,0x1d8,_0x450de1._0x3654b1)+_0x2d9fb3(_0x450de1._0x4acb14,0x1a5,_0x450de1._0x955efe,_0x450de1._0x534a26)+_0x4fab8f(0x22a,_0x450de1._0x734a68,_0x450de1._0x216a8c,0x217),'iVTin':_0x4fab8f(0x25e,_0x450de1._0x300e7b,_0x450de1._0x4337c7,_0x450de1._0x2f42f5)+_0x2d9fb3(_0x450de1._0x25551a,0x21b,0x1ca,0x270)+_0x2d9fb3(_0x450de1._0x4eb792,0x197,0x1eb,0x274)+_0x2d9fb3(_0x450de1._0x5e0691,_0x450de1._0x141a52,0x24e,_0x450de1._0x777b08)+_0x2d9fb3(_0x450de1._0xd6e73b,_0x450de1._0x872c1d,0x13b,0x8a)+_0x2d9fb3(0x321,0x33e,0x297,_0x450de1._0xd200cb)+'e]','xuqSU':_0x4fab8f(0x296,_0x450de1._0x43da31,0x370,0x26e)+'tup_path\x20\x20'+_0x2d9fb3(0x199,_0x450de1._0x160fcc,_0x450de1._0x488fbc,0x2d1)+_0x2d9fb3(0x13b,_0x450de1._0x14f3ba,0x1f1,0x1eb)+_0x4fab8f(_0x450de1._0x3d942d,0x306,_0x450de1._0x53b484,_0x450de1._0x26d336)+'y','RodNA':_0x4fab8f(_0x450de1._0x23230d,0x336,_0x450de1._0x334355,0x2b7)+_0x2d9fb3(0x2d4,_0x450de1._0xc947f6,0x288,_0x450de1._0x5a6ad9)+_0x4fab8f(0x2d7,_0x450de1._0x33f032,_0x450de1._0x2ecb0b,0x309)+'ort\x20(defau'+_0x4fab8f(_0x450de1._0x285c9a,0x2a8,_0x450de1._0x4232e2,0x2f1),'CKayC':_0x4fab8f(_0x450de1._0x1113ed,0x28b,0x28c,_0x450de1._0x36d5c2)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x4fab8f(0x1b3,_0x450de1._0x1e5a85,0x1f8,_0x450de1._0x26ee08)+_0x4fab8f(_0x450de1._0x2ed03e,0x3a4,0x3b7,0x347)+'onments','eFaay':_0x4fab8f(_0x450de1._0x43a51d,0x36a,0x3e7,0x323)+_0x4fab8f(0x2e7,0x329,0x331,_0x450de1._0x250a1c)+'\x20\x20Trust\x20pr'+_0x4fab8f(0x3c3,_0x450de1._0x423c9b,0x36c,0x323)+_0x2d9fb3(_0x450de1._0x1c0409,_0x450de1._0x311c39,0x14b,_0x450de1._0x266119)+_0x4fab8f(0x270,0x280,0x213,_0x450de1._0x29a769),'DpEYk':'\x20\x20get\x20<key'+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x4fab8f(0x2e6,0x264,_0x450de1._0xe7ab16,0x313)+_0x2d9fb3(0x254,0x258,0x255,_0x450de1._0x2089f1)+_0x4fab8f(0x2de,_0x450de1._0x734a68,_0x450de1._0x168998,_0x450de1._0x5342d1),'wrYHM':_0x4fab8f(0x28a,_0x450de1._0x4a473e,0x2aa,0x265)+_0x2d9fb3(_0x450de1._0x132f7f,_0x450de1._0x3981a4,0x250,_0x450de1._0x14e3fc)+_0x2d9fb3(0x1a7,_0x450de1._0x1b154a,0x171,0x1b1),'rzgfS':'Examples:','tIUnX':_0x4fab8f(0x2c4,0x331,_0x450de1._0x3ffca7,_0x450de1._0x3669e0)+_0x2d9fb3(_0x450de1._0x35a476,0x226,_0x450de1._0x43b0ae,_0x450de1._0x230222),'kISrj':_0x4fab8f(0x2d6,_0x450de1._0x4e51d1,0x2af,0x28a),'kIbuN':function(_0x7f4a53,_0x76655c){return _0x7f4a53(_0x76655c);},'MSZek':function(_0x550128){return _0x550128();},'LMQXn':function(_0x200449,_0x1236dd,_0x53b82b){return _0x200449(_0x1236dd,_0x53b82b);},'mHrDA':function(_0x177fa4,_0x2f6904){return _0x177fa4(_0x2f6904);},'xlukC':function(_0xed2a33,_0x33597d){return _0xed2a33<_0x33597d;},'NMmSf':function(_0x5f1c52,_0x46184c){return _0x5f1c52>_0x46184c;},'YlpeR':_0x4fab8f(_0x450de1._0x10dc43,0x366,_0x450de1._0x48aef5,0x383)+_0x2d9fb3(_0x450de1._0x2e5d20,0x23b,_0x450de1._0x105d06,0x233)+_0x2d9fb3(0x31a,_0x450de1._0x57db70,0x27c,0x1fa),'oUDVM':'ssl_cert_p'+_0x2d9fb3(_0x450de1._0x48c8d9,_0x450de1._0x24631f,0x24c,_0x450de1._0x3654b1),'iwlju':'ssl_key_pa'+'th','sUpYw':_0x2d9fb3(0x217,0x24d,0x267,_0x450de1._0x5412d2)+'h','dWZWX':function(_0x2e7424){return _0x2e7424();},'xuRCx':_0x2d9fb3(0x22e,0x1a9,_0x450de1._0x132b92,0x232)+'y','eWqQu':_0x4fab8f(0x3a3,0x32e,0x2ed,_0x450de1._0x54c9c0),'vHiSK':function(_0x3d2d4a,_0x161f3d){return _0x3d2d4a===_0x161f3d;},'YpCEv':function(_0x278847,_0x7b29f5){return _0x278847(_0x7b29f5);}};switch(_0x25dc3b){case _0x489a2b[_0x2d9fb3(_0x450de1._0x1113ed,0x1bb,0x1ad,0x109)]:{if(_0x489a2b['kISrj']!==_0x489a2b[_0x2d9fb3(_0x450de1._0x5b6087,_0x450de1._0x43fef2,0x14f,0x153)]){const _0x462a27=('14|0|3|13|'+_0x2d9fb3(0x1bf,0x1a0,_0x450de1._0x44511a,_0x450de1._0x2b90fa)+_0x2d9fb3(_0x450de1._0x52c416,_0x450de1._0xf25ad2,_0x450de1._0x5ec0fa,0x16e)+_0x4fab8f(_0x450de1._0x4fbd37,0x274,0x2a4,0x2f5)+_0x4fab8f(_0x450de1._0x242ea7,_0x450de1._0x4c8b1f,0x373,_0x450de1._0x58fc66)+_0x2d9fb3(_0x450de1._0x1ade55,_0x450de1._0x589334,0x18f,0x18c)+_0x4fab8f(0x3a4,_0x450de1._0x3c72a0,_0x450de1._0x3052da,_0x450de1._0x2868e7))[_0x2d9fb3(0x21e,0x29e,_0x450de1._0x14f3ba,_0x450de1._0x3b7855)]('|');let _0x2e5805=-0x1*0xbcb+-0x1f0a+-0xff*-0x2b;while(!![]){switch(_0x462a27[_0x2e5805++]){case'0':_0x4fe4a4[_0x4fab8f(_0x450de1._0x2317b7,_0x450de1._0x310440,0x2ea,_0x450de1._0x2e9e3a)]('');continue;case'1':_0x248478[_0x2d9fb3(_0x450de1._0x46b2a8,0x1ce,_0x450de1._0x39de24,_0x450de1._0x516657)](_0x489a2b[_0x2d9fb3(0x269,0x1ba,0x1da,_0x450de1._0x23230d)]);continue;case'2':_0x49a4d7[_0x4fab8f(0x1c0,0x250,_0x450de1._0xe7ab16,_0x450de1._0x212f21)](_0x489a2b[_0x4fab8f(_0x450de1._0x3b7855,_0x450de1._0x3758b0,_0x450de1._0x3af655,0x31f)]);continue;case'3':_0x51a2bc[_0x4fab8f(0x1f8,_0x450de1._0x310440,_0x450de1._0x23e611,_0x450de1._0x47bd68)](_0x2d9fb3(0x163,0xe5,0x175,0x1ae));continue;case'4':_0x74aa17[_0x4fab8f(_0x450de1._0x595a5f,0x250,_0x450de1._0x10a2a1,0x20c)](_0x489a2b[_0x4fab8f(0x356,_0x450de1._0x493108,0x233,0x2fc)]);continue;case'5':_0x327dab[_0x4fab8f(_0x450de1._0x434e69,_0x450de1._0x35dfc2,_0x450de1._0x506e11,_0x450de1._0xa9e3c5)]('\x20\x20ssl_cert'+_0x4fab8f(0x31f,_0x450de1._0x467b92,0x2aa,0x2fb)+_0x4fab8f(0x363,_0x450de1._0x3eaa54,0x2a3,0x3f9)+_0x2d9fb3(0x20f,_0x450de1._0x1c7e95,_0x450de1._0x2f2093,0x1b1)+_0x2d9fb3(0x2ba,0x286,_0x450de1._0x1da954,_0x450de1._0x4312af));continue;case'6':_0x450717['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x10ff13,0x18f,0x17a,0x203)]);continue;case'7':_0x4bbed1[_0x2d9fb3(0x1d8,_0x450de1._0x368977,_0x450de1._0x39de24,0x195)](_0x489a2b[_0x4fab8f(0x36e,_0x450de1._0x41fc23,_0x450de1._0x42ed17,_0x450de1._0x42ed17)]);continue;case'8':_0x526635['error'](_0x489a2b[_0x2d9fb3(0x199,0x136,0x141,0x195)]);continue;case'9':_0x2c6745[_0x4fab8f(_0x450de1._0x955efe,0x250,_0x450de1._0x43da31,0x1db)](_0x489a2b['PbLtE']);continue;case'10':_0xe4dffb['error']('');continue;case'11':_0x5ac0eb[_0x4fab8f(0x21b,0x250,0x243,0x268)](_0x489a2b[_0x4fab8f(_0x450de1._0x41cc42,0x35d,_0x450de1._0x5bdb27,_0x450de1._0x20e72a)]);continue;case'12':_0x3c30f0[_0x4fab8f(_0x450de1._0x39ce24,0x250,_0x450de1._0x373b6c,0x1a5)]('');continue;case'13':_0x13a467[_0x2d9fb3(_0x450de1._0x15f2f7,_0x450de1._0x56fbe1,0x14c,_0x450de1._0x337379)](_0x489a2b[_0x2d9fb3(0x13a,0x242,_0x450de1._0xce5b3c,0x131)]);continue;case'14':_0x5a4bbd['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x1b154a,0x212,0x25e,_0x450de1._0x230222)]);continue;case'15':_0x217cf1['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x58e121,0x1ce,0x1b3,_0x450de1._0x4141e2)]);continue;case'16':_0xc0ff73[_0x4fab8f(0x1f5,_0x450de1._0x58af1f,0x2e4,_0x450de1._0x435a82)](_0x489a2b[_0x2d9fb3(_0x450de1._0x538d3d,0x18c,0x214,0x256)]);continue;case'17':_0x4b0a27[_0x2d9fb3(0x1bb,_0x450de1._0x872c1d,0x14c,_0x450de1._0x4db0de)](_0x4fab8f(_0x450de1._0x5d6f0d,_0x450de1._0x4a473e,_0x450de1._0xfe669a,0x3c2)+_0x4fab8f(0x406,0x354,0x2ad,_0x450de1._0x43a51d)+_0x2d9fb3(0x1bc,0x111,0x19a,_0x450de1._0x3124d9)+_0x2d9fb3(_0x450de1._0xae7a7e,0x290,0x1fb,_0x450de1._0x44846e)+'80');continue;case'18':_0x14871a[_0x2d9fb3(_0x450de1._0x1cffa2,_0x450de1._0x295a2b,0x14c,_0x450de1._0x3cc59b)](_0x489a2b[_0x2d9fb3(_0x450de1._0x4a5028,_0x450de1._0xe8d74,0x21c,0x263)]);continue;case'19':_0x172f16['error'](_0x4fab8f(0x2ef,0x27d,_0x450de1._0x1c24f4,0x26c)+_0x2d9fb3(_0x450de1._0x179ba5,0x20a,0x1bb,_0x450de1._0x1b3470)+_0x4fab8f(_0x450de1._0x3bcad5,_0x450de1._0x53a069,_0x450de1._0x58dd7b,_0x450de1._0x4827c4)+_0x4fab8f(_0x450de1._0x186a68,_0x450de1._0x2ba651,_0x450de1._0x229f6f,0x225)+'\x20results');continue;case'20':_0x226589[_0x2d9fb3(0x160,0x143,_0x450de1._0x39de24,_0x450de1._0x1e337f)](_0x2d9fb3(0x18a,0x250,0x209,0x163)+_0x4fab8f(0x3af,0x354,_0x450de1._0x402a80,_0x450de1._0x45ebf2)+_0x2d9fb3(_0x450de1._0x450c7d,0x2a3,0x20d,0x29e)+_0x2d9fb3(_0x450de1._0x2de38f,_0x450de1._0x418356,_0x450de1._0x9493dd,_0x450de1._0x39306e)+_0x4fab8f(_0x450de1._0x5f11cd,0x307,0x3a1,0x28c));continue;case'21':_0x47ce27[_0x4fab8f(0x24b,_0x450de1._0x310440,0x210,_0x450de1._0x4b2f4a)](_0x489a2b[_0x2d9fb3(_0x450de1._0x2e5d20,_0x450de1._0x47aa45,0x245,_0x450de1._0x536955)]);continue;case'22':_0x3cad04[_0x2d9fb3(0x146,0x205,0x14c,_0x450de1._0x3f0ec9)](_0x489a2b['DpEYk']);continue;case'23':_0x510938['error'](_0x489a2b[_0x4fab8f(0x3b9,0x33d,0x310,0x2cb)]);continue;case'24':_0xe183e4['error'](_0x489a2b[_0x4fab8f(_0x450de1._0x2777fe,0x300,_0x450de1._0x1971ae,_0x450de1._0x42c587)]);continue;case'25':_0x9959b8[_0x4fab8f(0x244,0x250,0x253,0x2f5)]('');continue;case'26':_0x353fe2[_0x4fab8f(_0x450de1._0x476195,_0x450de1._0x58af1f,0x1a3,_0x450de1._0x4006c2)](_0x2d9fb3(_0x450de1._0x1a7344,0x1a5,0x18c,0x20e)+_0x2d9fb3(0x333,_0x450de1._0x22b9b2,0x2a2,_0x450de1._0x5d47ef)+_0x4fab8f(0x37b,0x393,0x372,0x30a)+_0x2d9fb3(0x280,_0x450de1._0x40aa83,0x20c,0x27a)+_0x2d9fb3(_0x450de1._0x230029,_0x450de1._0x53ce7d,0x193,_0x450de1._0x58b4c5));continue;}break;}}else{const _0x460f86=_0x3deb2b[_0x4fab8f(_0x450de1._0xee024c,_0x450de1._0x2288b6,_0x450de1._0xa31c87,_0x450de1._0x2a4593)](_0xbcbf80);await _0x489a2b[_0x2d9fb3(0x1b3,0x1a4,_0x450de1._0x46015c,0x1f4)](saveCoderSetupPath,_0x460f86),console[_0x2d9fb3(_0x450de1._0x3ffe6b,_0x450de1._0x8051f7,0x1c0,_0x450de1._0x5d2669)](_0x4fab8f(_0x450de1._0x27d26,_0x450de1._0x4f1763,0x35c,_0x450de1._0x4f195a)+_0x25dc3b+_0x4fab8f(0x278,_0x450de1._0xf65b1f,0x2ea,0x2bb)+_0x460f86),console[_0x4fab8f(_0x450de1._0x493997,0x2c4,0x2d3,0x2e6)](_0x4fab8f(_0x450de1._0x167785,0x2b4,_0x450de1._0x21d4cf,0x2bf)+':\x20'+_0x489a2b[_0x2d9fb3(_0x450de1._0xf72ef6,_0x450de1._0x516657,0x16a,_0x450de1._0x4e9435)](getConfigPath));break;}}case _0x2d9fb3(0x17c,0x288,_0x450de1._0xfb6676,0x225)+'t':{const _0x255666=_0x489a2b['LMQXn'](parseInt,_0xbcbf80,-0x736+-0x8f*0x23+-0x3*-0x8ef);(_0x489a2b[_0x2d9fb3(0x2dd,0x28d,0x292,_0x450de1._0x44a080)](isNaN,_0x255666)||_0x489a2b[_0x2d9fb3(0x212,0x250,_0x450de1._0x457d49,_0x450de1._0xe1c927)](_0x255666,0x1*0xa75+-0x1*-0xb56+-0x15ca*0x1)||_0x489a2b[_0x4fab8f(0x3b8,_0x450de1._0x1f8883,0x3ff,_0x450de1._0x4c8b1f)](_0x255666,0x2564*0x7+0x6918+-0x1*0x6ed5))&&(console['error'](_0x489a2b[_0x2d9fb3(_0x450de1._0x15f2f7,0x11a,_0x450de1._0x31db39,_0x450de1._0x5ba57f)]),process[_0x2d9fb3(0x28e,0x170,0x211,0x1ce)](0x1*-0x1acf+-0xf04*-0x1+0xbcc));await _0x489a2b[_0x4fab8f(_0x450de1._0xce4a2,0x33b,0x3a3,_0x450de1._0x59731b)](saveServerPort,_0x255666),console[_0x4fab8f(0x23f,_0x450de1._0x434376,0x295,_0x450de1._0x4e99ca)](_0x2d9fb3(0x1f1,0x194,_0x450de1._0x17f20d,_0x450de1._0x1c7eef)+_0x25dc3b+'\x20=\x20'+_0x255666),console[_0x2d9fb3(0x1a0,_0x450de1._0x516e58,0x1c0,_0x450de1._0x1ffc6a)](_0x2d9fb3(_0x450de1._0x48242e,_0x450de1._0x300b51,_0x450de1._0x2b7ec6,0x1b2)+':\x20'+_0x489a2b[_0x4fab8f(0x218,_0x450de1._0x1ffc6a,0x2bb,0x30d)](getConfigPath));break;}case _0x489a2b[_0x4fab8f(0x2d2,0x2e5,_0x450de1._0x3bad2e,0x37f)]:{const _0x193532=_0x3deb2b[_0x4fab8f(0x2a6,_0x450de1._0x3af181,0x362,0x398)](_0xbcbf80);await _0x489a2b[_0x4fab8f(0x3a3,0x396,0x354,0x351)](saveSslCertPath,_0x193532),console[_0x4fab8f(_0x450de1._0x1b16bf,_0x450de1._0x434376,0x30e,_0x450de1._0x5df734)](_0x2d9fb3(_0x450de1._0x11da63,_0x450de1._0x5872d6,0x1f2,_0x450de1._0x3813b5)+_0x25dc3b+_0x2d9fb3(0x208,_0x450de1._0x204ae8,_0x450de1._0x46b2a8,_0x450de1._0x24c726)+_0x193532),console['log'](_0x2d9fb3(0x13e,_0x450de1._0x3406bb,0x1b0,0x121)+':\x20'+getConfigPath());break;}case _0x489a2b[_0x4fab8f(0x327,0x328,0x31b,_0x450de1._0x27d26)]:{const _0x276af4=_0x3deb2b[_0x4fab8f(_0x450de1._0x15e9a9,_0x450de1._0x397f7e,_0x450de1._0x138553,0x364)](_0xbcbf80);await saveSslKeyPath(_0x276af4),console[_0x4fab8f(0x28e,0x2c4,0x25a,0x33b)](_0x4fab8f(_0x450de1._0x18eb4f,_0x450de1._0x4f1763,0x33d,_0x450de1._0x924055)+_0x25dc3b+_0x2d9fb3(_0x450de1._0x3b0d7a,_0x450de1._0xdc7ad8,0x17d,_0x450de1._0x2f5011)+_0x276af4),console[_0x4fab8f(_0x450de1._0x5c9935,0x2c4,_0x450de1._0x457f3d,0x230)](_0x2d9fb3(0x1fb,0x177,_0x450de1._0x2b7ec6,_0x450de1._0x376403)+':\x20'+_0x489a2b[_0x2d9fb3(_0x450de1._0xa14845,0x1a6,0x16a,_0x450de1._0xf72ef6)](getConfigPath));break;}case _0x489a2b[_0x4fab8f(_0x450de1._0x37152d,0x255,_0x450de1._0x4bd7f2,_0x450de1._0x24631f)]:{const _0x27e97b=_0x3deb2b['resolve'](_0xbcbf80);await _0x489a2b['mHrDA'](saveSslCaPath,_0x27e97b),console[_0x4fab8f(0x343,0x2c4,0x307,0x243)](_0x4fab8f(0x2ed,_0x450de1._0x1c4bc3,_0x450de1._0x373b6c,_0x450de1._0x4de11d)+_0x25dc3b+'\x20=\x20'+_0x27e97b),console[_0x4fab8f(0x2c8,0x2c4,0x357,_0x450de1._0x39ce24)]('\x20\x20Location'+':\x20'+_0x489a2b['dWZWX'](getConfigPath));break;}case _0x489a2b[_0x2d9fb3(_0x450de1._0xce5b3c,0x1d6,0x18a,_0x450de1._0x10ff13)]:{const _0x5339e0=_0xbcbf80===_0x489a2b[_0x2d9fb3(0x1f3,_0x450de1._0x252b8d,_0x450de1._0x18eb4f,_0x450de1._0x339567)]||_0x489a2b[_0x4fab8f(0x1e8,0x24c,_0x450de1._0x4ae5bc,_0x450de1._0x428166)](_0xbcbf80,'1');await _0x489a2b[_0x2d9fb3(0x309,0x304,0x29e,_0x450de1._0x217c75)](saveTrustProxy,_0x5339e0),console[_0x2d9fb3(0x260,0x260,_0x450de1._0x40025c,_0x450de1._0x4c4131)](_0x4fab8f(_0x450de1._0x4cf707,_0x450de1._0x1c4bc3,0x295,_0x450de1._0x41dab9)+_0x25dc3b+_0x2d9fb3(_0x450de1._0x2f21e5,0x103,_0x450de1._0x281b63,_0x450de1._0x58d164)+_0x5339e0),console[_0x4fab8f(0x2e1,0x2c4,_0x450de1._0x3337ba,_0x450de1._0x2099a3)](_0x2d9fb3(0x1b6,0x1ed,_0x450de1._0x5ad0d9,_0x450de1._0xf371e)+':\x20'+_0x489a2b[_0x4fab8f(0x264,0x2ab,_0x450de1._0x3fc57f,0x35d)](getConfigPath));break;}}}async function setSetupConfig(_0x164ab9,_0x5b31c8){const _0x256a39={_0x2f8add:0x543,_0x27d0bb:0x5e6,_0x34dd8a:0x11c,_0x1f4003:0xce,_0x31394a:0x6a,_0x47a878:0x82,_0x4a1e6d:0x8f,_0x2e751b:0x47b,_0x2e9f58:0x9,_0x44d6f7:0x5c4,_0x1dbfa7:0x5c,_0x19128d:0x120,_0x2f3109:0x113,_0xa935e0:0x4d0,_0x61a81d:0x4ac,_0x5378d9:0x591,_0x1e739d:0x4e9,_0x37a17e:0xb1,_0x2e3f2d:0x83,_0x17fdbd:0x56,_0x4ac9bb:0x4b,_0x16e15d:0x73,_0x17ebd3:0x6,_0x4bcdee:0xfc,_0xf5f7d6:0x26,_0x25fe7d:0x15,_0x31cf49:0x2c,_0x524bbf:0xf,_0x1540fd:0x2d,_0x5f03e2:0x71,_0x50560f:0xc8,_0x8c50b:0x9d,_0x76571c:0x5ab,_0x932b82:0x5aa,_0x2417e6:0x659,_0x19eff3:0xcc,_0x24dfe1:0x7c,_0x1f46c0:0x64,_0x530ba3:0xc0,_0x2b583f:0x4fd,_0x419fe2:0x576,_0x494abe:0x506,_0x111e08:0x4b2,_0x177bb4:0x4a5,_0x1d76c9:0x467,_0x17da91:0x3fe,_0x3bd2a8:0x4f0,_0x163736:0xd9,_0x550aab:0x2b,_0x510b79:0x6a,_0x33e4c3:0x7,_0x299cf4:0x506,_0x50cc1c:0x580,_0x132cd4:0x60,_0x3b4f80:0x4b,_0x11e2f7:0x98,_0x378146:0x472,_0x138237:0x4f7,_0x4b8537:0x3d,_0x3a984c:0x2,_0xe4afc1:0x57,_0x2d1b77:0x8,_0x2ce55c:0x5,_0x236846:0x526,_0x16be34:0x577,_0x13fc78:0x5e0,_0x2e9be2:0x80,_0x22bc10:0x62,_0x5cf2db:0x6a,_0x14fa9d:0x83,_0x39e575:0x487,_0x1da187:0xf7,_0x13ff6f:0x4e7,_0x465319:0x446,_0x470046:0x462,_0x35b502:0x464,_0x51952f:0x494,_0x48244f:0x45a,_0x47fd06:0x598,_0x470fc3:0x7e,_0x2e4251:0x13,_0x39723c:0x90,_0xd6d220:0xbb,_0x3beb92:0x5f,_0x4b6e59:0x11a,_0x1c7533:0x76,_0x195359:0x57a,_0x3a2dbf:0x525,_0x104128:0x5c0,_0x19aada:0x57b,_0x47c14f:0x5e7,_0x4928c8:0x5b9,_0x105ea0:0x508,_0x405499:0x4bc,_0x5c3b6b:0x7a,_0x16e5a9:0x5d,_0x11702d:0x4,_0x40551f:0x12,_0x42028f:0x4e6,_0xb6baad:0x4f0,_0x49e6db:0x5b4,_0x1404a2:0x542,_0xfc0dcb:0x51f,_0x20a4de:0x61,_0x3d36d4:0xd2,_0x33ec9a:0x468,_0x57bcdf:0x45e,_0xa5e93e:0x4af,_0x4defc6:0x4ae,_0x26a401:0x4d8,_0x2e2f6e:0x4be,_0x236f4f:0xbf,_0x131b2e:0x173,_0x2ec97a:0xc9,_0x5a3714:0x108,_0x4682b1:0x4f2,_0xe67706:0x82,_0x51f467:0x5e,_0x46625d:0xab,_0x3f7744:0xb5,_0x54aefb:0xf8,_0x55fa06:0x156,_0x1fb59b:0x48d,_0x1a7c3e:0x48d,_0x5d46fa:0xae,_0x1136f1:0x54,_0x459e5b:0xe6,_0x1fa9ed:0x457,_0x3406a2:0x51b,_0x208a7a:0x4ed,_0x2bd601:0xb5,_0xb9b1b1:0xa4,_0x289c99:0x535,_0x4a8a9f:0x35,_0x5106ab:0xd3,_0x38582d:0x93,_0x567999:0x472,_0x387064:0x3cb,_0x956ddd:0x4ff,_0x4b2221:0x453,_0x452c3a:0x53e,_0x476f5b:0x500,_0x2745e9:0xa8,_0x80fa21:0xa2,_0x4c0846:0x11,_0x388d69:0x161,_0x598583:0x515,_0x1d4e6c:0x4a1,_0x4f6283:0x5ae,_0x50393c:0x5b5,_0x4f4531:0x84,_0x1dbc45:0x34,_0xb7d06e:0x582,_0x4f2abb:0x56c,_0x5c950c:0x41,_0x4405e0:0x40,_0x938ad7:0x57e,_0x4d8003:0x46,_0x48fd70:0x51c,_0x3281ce:0x7b,_0x11642c:0x4a,_0x5a0506:0x80,_0xce24f:0x7f},_0x45f4e0={_0x1c4e34:0x1ab,_0x309ace:0x132},_0x14d433={_0x517ea1:0x95};function _0x13e2a0(_0x86fa13,_0x99a0fc,_0xc8a40f,_0x395bf7){return _0x470f83(_0x86fa13-_0x14d433._0x517ea1,_0x86fa13-0x33e,_0xc8a40f,_0x395bf7-0x164);}const _0x5d8cbc={'YQstf':function(_0x34665d){return _0x34665d();},'hZpPq':'Error:\x20Set'+'up\x20path\x20no'+_0x13e2a0(_0x256a39._0x2f8add,_0x256a39._0x27d0bb,0x549,0x5be)+'ed','jzPVO':'Configure\x20'+'setup\x20path'+_0x667669(0x80,_0x256a39._0x34dd8a,_0x256a39._0x1f4003,_0x256a39._0x31394a)+_0x667669(0x15,_0x256a39._0x47a878,0x9,-_0x256a39._0x4a1e6d)+_0x13e2a0(0x4cf,0x4bd,0x490,_0x256a39._0x2e751b)+'ion:','QdlMM':_0x667669(0x8,-_0x256a39._0x2e9f58,0x1b,0x6e)+_0x13e2a0(0x576,0x536,0x57e,_0x256a39._0x44d6f7)+'g\x20set\x20code'+_0x667669(0x97,_0x256a39._0x1dbfa7,_0x256a39._0x19128d,_0x256a39._0x2f3109)+_0x13e2a0(0x4d7,0x543,0x48a,_0x256a39._0xa935e0)+_0x13e2a0(_0x256a39._0x61a81d,0x4b4,0x4c3,0x4a5)+_0x13e2a0(_0x256a39._0x5378d9,0x51b,_0x256a39._0x1e739d,0x511),'cBERG':_0x667669(-0xa4,-0x4,-0x8d,-0x128),'HVIej':function(_0x48827d,_0x1e5203){return _0x48827d!==_0x1e5203;},'ZimXv':_0x667669(-_0x256a39._0x37a17e,-_0x256a39._0x2e3f2d,-0x156,-0x96),'DYUIn':_0x667669(-_0x256a39._0x17fdbd,-0x14,-0x2,_0x256a39._0x4ac9bb),'uqpom':'First\x20conf'+_0x667669(-_0x256a39._0x16e15d,-0xe6,_0x256a39._0x17ebd3,-_0x256a39._0x4bcdee)+'setup\x20path'+':','QxwDf':_0x667669(-_0x256a39._0xf5f7d6,-_0x256a39._0x25fe7d,_0x256a39._0x31cf49,_0x256a39._0x524bbf),'WmiWZ':function(_0x26fbc8,_0x3fd4ce){return _0x26fbc8!==_0x3fd4ce;},'vYtXq':_0x13e2a0(0x4e9,0x4c8,0x4e6,0x51b),'olbwB':'utf-8','IXWzO':function(_0xeea760,_0x58b209){return _0xeea760!==_0x58b209;},'sftsI':_0x667669(_0x256a39._0x1540fd,-_0x256a39._0x5f03e2,_0x256a39._0x50560f,0x3f),'IOdBX':function(_0x188856,_0x1a913c){return _0x188856===_0x1a913c;},'crYdv':_0x667669(-0x34,-_0x256a39._0x8c50b,0x3,-0xbf),'rkeux':_0x13e2a0(_0x256a39._0x76571c,0x54a,_0x256a39._0x932b82,_0x256a39._0x2417e6)+_0x667669(0x2c,_0x256a39._0x19eff3,_0x256a39._0x24dfe1,0xbd)+_0x667669(_0x256a39._0x1f46c0,-0x26,_0x256a39._0x50560f,0xed)+_0x667669(0x27,-0x38,0xcc,_0x256a39._0x530ba3)+'alid\x20coder'+_0x13e2a0(_0x256a39._0x2b583f,0x493,_0x256a39._0x419fe2,_0x256a39._0x494abe)+'ectory','bKuXC':function(_0x1ab8f8,_0x2d6560){return _0x1ab8f8+_0x2d6560;}};function _0x667669(_0x17239c,_0x119fa3,_0x43369d,_0x350ead){return _0x470f83(_0x17239c-_0x45f4e0._0x1c4e34,_0x17239c- -0x1e9,_0x119fa3,_0x350ead-_0x45f4e0._0x309ace);}const _0x29c519=await _0x5d8cbc[_0x13e2a0(0x4bd,0x54f,0x493,_0x256a39._0x111e08)](getCoderSetupPath);if(!_0x29c519){if(_0x5d8cbc[_0x13e2a0(0x4a4,_0x256a39._0x177bb4,0x524,_0x256a39._0x1d76c9)](_0x13e2a0(0x476,_0x256a39._0x17da91,_0x256a39._0x3bd2a8,0x479),_0x5d8cbc[_0x667669(0x60,_0x256a39._0x163736,0xff,_0x256a39._0x550aab)]))_0x5d8cbc[_0x667669(-_0x256a39._0x510b79,-_0x256a39._0x33e4c3,-0x31,-0xdb)](_0x3f30fb),_0x2e0810['exit'](0x19db+-0x1de9+-0x40f*-0x1);else{const _0x2a4ddc=_0x5d8cbc[_0x13e2a0(_0x256a39._0x299cf4,_0x256a39._0x50cc1c,0x4c6,0x46e)][_0x667669(-0x19,_0x256a39._0x132cd4,0x42,0x31)]('|');let _0xc3de3b=-0x1626+0x1d8+-0xa27*-0x2;while(!![]){switch(_0x2a4ddc[_0xc3de3b++]){case'0':console['error'](_0x5d8cbc['hZpPq']);continue;case'1':process[_0x667669(0x10,-_0x256a39._0x3b4f80,_0x256a39._0x11e2f7,-0x37)](0x1*0x2573+0x391+-0x1*0x2903);continue;case'2':console['error']('');continue;case'3':console[_0x13e2a0(_0x256a39._0x378146,_0x256a39._0x138237,0x3eb,0x4a7)](_0x5d8cbc[_0x667669(-0x9,-_0x256a39._0x4b8537,-0x22,_0x256a39._0x3a984c)]);continue;case'4':console[_0x667669(-0xb5,-0x61,-_0x256a39._0xe4afc1,-0xa0)](_0x667669(_0x256a39._0x2d1b77,0xb8,-0x4f,_0x256a39._0x2ce55c)+'rver\x20confi'+_0x13e2a0(_0x256a39._0x236846,0x4e4,_0x256a39._0x16be34,_0x256a39._0x13fc78)+'r_setup_pa'+_0x667669(-0x50,-_0x256a39._0x2e9be2,-_0x256a39._0x22bc10,-0x82)+'o/coder-se'+_0x667669(_0x256a39._0x5cf2db,0xd0,0xc3,-0x46));continue;}break;}}}const _0x40bbaa=_0x3deb2b[_0x667669(-0x38,-_0x256a39._0x14fa9d,0x64,_0x256a39._0x1f46c0)](_0x29c519,_0x5d8cbc[_0x13e2a0(_0x256a39._0x39e575,0x464,0x47d,0x458)]);let _0x55263;try{if(_0x5d8cbc[_0x667669(0x9a,0x32,_0x256a39._0x1da187,0x42)](_0x5d8cbc[_0x13e2a0(_0x256a39._0x13ff6f,_0x256a39._0x465319,_0x256a39._0x470046,_0x256a39._0x35b502)],_0x5d8cbc[_0x13e2a0(0x4e7,_0x256a39._0x51952f,_0x256a39._0x48244f,_0x256a39._0x47fd06)]))_0x3a04a2['error'](_0x5d8cbc[_0x667669(-_0x256a39._0x470fc3,-_0x256a39._0x2e4251,-_0x256a39._0x39723c,-_0x256a39._0xd6d220)]),_0x398c94[_0x667669(0x10,0x5b,0x86,-_0x256a39._0x3beb92)](0x2f5+0x1*-0x19ed+-0x1*-0x16f9);else{const _0x289ee9=await _0x589cd8['readFile'](_0x40bbaa,_0x5d8cbc[_0x667669(-0x6f,-_0x256a39._0x4b6e59,-_0x256a39._0x1c7533,-0x120)]);_0x55263=JSON['parse'](_0x289ee9);}}catch(_0x5eed3c){_0x5d8cbc[_0x13e2a0(_0x256a39._0x195359,0x589,0x543,_0x256a39._0x3a2dbf)](_0x5d8cbc[_0x13e2a0(_0x256a39._0x104128,_0x256a39._0x19aada,_0x256a39._0x47c14f,_0x256a39._0x4928c8)],_0x13e2a0(0x554,_0x256a39._0x105ea0,_0x256a39._0x405499,0x52a))?(_0x5050c9[_0x667669(-0x41,-_0x256a39._0x5c3b6b,-_0x256a39._0x16e5a9,-_0x256a39._0x11702d)](_0x5d8cbc[_0x667669(-0x71,-0x2b,-_0x256a39._0x40551f,-0x86)]),_0x51f52f[_0x13e2a0(_0x256a39._0x42028f,_0x256a39._0xb6baad,0x440,0x454)](_0x5d8cbc[_0x13e2a0(_0x256a39._0x49e6db,0x55d,_0x256a39._0x1404a2,_0x256a39._0xfc0dcb)])):(_0x5d8cbc[_0x667669(0x34,-0x45,_0x256a39._0x20a4de,_0x256a39._0x3d36d4)](_0x5eed3c[_0x13e2a0(_0x256a39._0x33ec9a,0x507,0x4fa,0x3d1)],_0x5d8cbc[_0x13e2a0(_0x256a39._0x57bcdf,0x44e,0x3b7,_0x256a39._0xa5e93e)])?_0x5d8cbc[_0x13e2a0(_0x256a39._0x4defc6,0x500,0x478,0x52e)]!==_0x5d8cbc[_0x13e2a0(_0x256a39._0x4defc6,_0x256a39._0x26a401,_0x256a39._0x2e2f6e,0x429)]?(_0x253714[_0x667669(-_0x256a39._0x236f4f,-0xf5,-0x4d,-_0x256a39._0x131b2e)]===_0x5d8cbc[_0x667669(-_0x256a39._0x2ec97a,-0x82,-_0x256a39._0x5a3714,-_0x256a39._0x3d36d4)]?_0x534810[_0x13e2a0(0x472,0x443,0x48f,_0x256a39._0x4682b1)](_0x667669(0xe,-0x7a,0x70,_0x256a39._0xe67706)+_0x667669(-0xd,-0x64,-0x82,-_0x256a39._0x3b4f80)+_0x667669(_0x256a39._0x51f467,_0x256a39._0x46625d,0x15,_0x256a39._0xf5f7d6)+'\x20'+_0x58c4fd):_0xe94522[_0x667669(-_0x256a39._0x3f7744,-0xb3,-_0x256a39._0x54aefb,-_0x256a39._0x55fa06)](_0x13e2a0(_0x256a39._0x1fb59b,0x48c,_0x256a39._0x1a7c3e,0x489)+'ing\x20setup.'+_0x667669(-_0x256a39._0x5d46fa,_0x256a39._0x33e4c3,-_0x256a39._0x1136f1,-_0x256a39._0x459e5b)+_0x3fe894[_0x13e2a0(0x4d0,_0x256a39._0x1fa9ed,_0x256a39._0x3406a2,_0x256a39._0x208a7a)]),_0x6f38ad[_0x667669(0x10,-0x20,0x89,0x22)](0x77b+-0xb*0x1d2+0xc8c)):(console[_0x667669(-_0x256a39._0x2bd601,-0xe1,-_0x256a39._0xb9b1b1,-_0x256a39._0x37a17e)](_0x13e2a0(_0x256a39._0x289c99,0x571,0x5d0,0x4d2)+'up.json\x20no'+_0x667669(0x5e,-_0x256a39._0x4a8a9f,_0x256a39._0x5106ab,_0x256a39._0x38582d)+'\x20'+_0x40bbaa),console['error'](_0x5d8cbc[_0x667669(0x81,0x2a,0x1f,0xcb)])):console[_0x13e2a0(_0x256a39._0x567999,0x403,0x40c,_0x256a39._0x387064)]('Error\x20read'+_0x13e2a0(0x4a5,_0x256a39._0x956ddd,0x47b,_0x256a39._0x4b2221)+_0x667669(-0xae,-0x12,-_0x256a39._0x24dfe1,-_0x256a39._0x50560f)+_0x5eed3c['message']),process['exit'](0x46c+0xdac+-0xb*0x1a5));}_0x55263[_0x164ab9]=_0x5b31c8,await _0x589cd8['writeFile'](_0x40bbaa,_0x5d8cbc[_0x13e2a0(_0x256a39._0x452c3a,_0x256a39._0x476f5b,0x59c,0x5c6)](JSON[_0x667669(-_0x256a39._0x2745e9,-_0x256a39._0x80fa21,_0x256a39._0x4c0846,-_0x256a39._0x388d69)](_0x55263,null,0x7d2+0x7*0x4f3+-0x2a75),'\x0a'),_0x13e2a0(_0x256a39._0x598583,0x537,_0x256a39._0x1d4e6c,0x531)),console['log'](_0x13e2a0(0x518,_0x256a39._0x4f6283,0x4db,_0x256a39._0x50393c)+_0x164ab9+_0x667669(-_0x256a39._0x4f4531,-0x55,-0x4b,_0x256a39._0x1dbc45)+_0x5b31c8),console[_0x13e2a0(_0x256a39._0x42028f,0x518,_0x256a39._0xb7d06e,0x59a)](_0x13e2a0(0x4d6,0x567,0x4a0,_0x256a39._0x4f2abb)+':\x20'+_0x40bbaa),console[_0x667669(-_0x256a39._0x5c950c,0x6c,_0x256a39._0x4405e0,-0xaa)](''),console[_0x13e2a0(0x4e6,0x52a,_0x256a39._0x938ad7,0x562)](_0x667669(_0x256a39._0x4d8003,0x1c,0x4d,_0x256a39._0xf5f7d6)+'e\x20server\x20f'+_0x13e2a0(_0x256a39._0x48fd70,0x47a,0x5a6,0x470)+_0x667669(-0x1c,-_0x256a39._0x3281ce,-_0x256a39._0x11642c,-_0x256a39._0x5f03e2)+_0x667669(-0x98,-_0x256a39._0x5a0506,-_0x256a39._0xce24f,-0x102));}async function getConfig(_0x4044d8){const _0x28565f={_0x1d888e:0x27a,_0x43f483:0x281,_0x3c7bf5:0x2b7,_0x97cb6e:0x12b,_0x4ffa69:0x187,_0x6488c4:0x3a1,_0x5a93cc:0x1f4,_0x16f008:0x20f,_0xc198ff:0x184,_0xea136c:0x1bc,_0x3a6b9b:0x211,_0x11d6a7:0x23b,_0x5a2ca6:0x22f,_0x18c2df:0x35b,_0x292942:0x33e,_0x502859:0x34a,_0x7a7f06:0x15b,_0x17c5cb:0xf6,_0x4c35ac:0x2aa,_0x86ed63:0x327,_0x17fe50:0x2bf,_0x2474ee:0x1b9,_0x2da4e2:0x216,_0x121228:0x246,_0x41e07f:0x20a,_0x701409:0x367,_0x337e72:0x207,_0x8074c4:0x1e5,_0x5c3a8f:0x1e7,_0x3a5abf:0x12d,_0x42d02c:0x158,_0x438032:0x207,_0x4aee75:0x107,_0x2c815a:0x79,_0x1df685:0x1dd,_0xaf601d:0x1dc,_0x4253ab:0x231,_0x49e27b:0x317,_0x54478f:0x38a,_0x471961:0x2fb,_0x15964e:0x18e,_0x27c1e2:0x209,_0x97cc20:0x20a,_0x1e87aa:0x1e2,_0xb0a00b:0x2a4,_0x27c217:0x1c0,_0x25ab36:0x224,_0x343de0:0x193,_0x364b61:0x21c,_0x15c237:0x233,_0x544049:0x144,_0x20c769:0x312,_0x4b6e5f:0x29b,_0x3c0b8b:0x1af,_0xd6bacf:0x19f,_0x4852ca:0x233,_0x6eccce:0x1bd,_0x1014d6:0xd8,_0x473794:0x1c3,_0x10d5eb:0x2ed,_0x133ae5:0x332,_0x3338a2:0x190,_0x557746:0xda,_0x356535:0x29c,_0x100c61:0x237,_0x5579da:0x1a1,_0x21ab44:0x269,_0x40aba4:0x298,_0x27299b:0x1f9,_0x134b28:0xf3,_0xf85c41:0x16a,_0x43a340:0x285,_0x3b7063:0x275,_0x7e883a:0x180,_0x4607e2:0x1b7,_0x57edb4:0x178,_0x3b1a5e:0xf9,_0x151720:0x199,_0xcee745:0x2d4,_0x5bb643:0x274,_0x3703e1:0x245,_0x286956:0x1b6,_0x4da0d8:0x25a,_0x56f077:0x21a,_0x45f99f:0x219,_0x11f7d3:0x16e,_0xee1782:0x321,_0x96c2bd:0x306,_0x25429d:0x1c1,_0x2c36b3:0x1e9,_0x2f268f:0x26c,_0x3d688e:0x1f5,_0x15eda3:0x205,_0x3684ce:0x27c,_0x277218:0x1c8,_0x212f3a:0x19d,_0x360a36:0x232,_0x4a3769:0x13a,_0x2bb015:0x294,_0x2e9d9f:0x2b2,_0xbc6deb:0x2e6,_0xed649b:0x326,_0x3d2361:0x2d3,_0x244dbe:0x37c,_0x372536:0x385,_0x5c5684:0x264,_0x492630:0x2d2,_0x1960c7:0x225,_0x4eb317:0x253,_0x157220:0x197,_0x31df64:0x2a1,_0x235ed4:0x22d,_0x95d8aa:0x32d,_0x389726:0x144,_0xcee35c:0xaa,_0x1e6935:0x1ac,_0x4629c5:0x13f,_0x587725:0x20e,_0xe83fc0:0x1b2,_0x43b9a3:0x265,_0xf54cfe:0x1a4,_0xb6e97f:0x29a,_0x1e45ff:0x21e,_0x19da42:0x2c1,_0x1ff557:0x234,_0x58ea07:0x207,_0x41932d:0x1cf,_0x4f08da:0x252,_0xfdbf7e:0x15b,_0x459e5e:0x17b,_0x1d777e:0x2aa,_0x3c08d2:0x235,_0x3bfa76:0x138,_0x25420e:0xc4,_0xac0100:0x1d5,_0x23358c:0x2f2,_0x58793d:0x353,_0x39b2fa:0x34b,_0x580818:0x37f,_0x23d2e1:0x342,_0x1f47d7:0x144,_0x95840a:0x1d4,_0x41be03:0x1c6,_0x529c9c:0x177,_0x139e07:0x225,_0x3f93f4:0x19e,_0x501c93:0x92,_0x510741:0x1c2,_0xcd547b:0x144,_0x5225bd:0x17d,_0x3ba579:0x11c,_0x1dc5c8:0xdb,_0x150541:0x278,_0x31f628:0x1d8,_0x440b8f:0x2df,_0x302efc:0x391,_0x4cea5b:0x24c,_0xea6c5f:0x1b8,_0x57f354:0x213,_0x29aaf8:0x1f0,_0x10548c:0x298,_0x472dde:0x2d4,_0x908d53:0x26e,_0x47710c:0x17e,_0x3dc77c:0x2b5,_0x4b75c4:0x1c0,_0x40cc48:0x1da,_0x30694e:0x266,_0x5dd8b9:0x2e8,_0x5055f8:0x1c3},_0x22a731={_0x3257d0:0xe0},_0x345c90={_0x54923e:0x13f},_0x28d7e1={'tAHtv':_0x3b050c(_0x28565f._0x1d888e,_0x28565f._0x43f483,0x250,_0x28565f._0x3c7bf5)+_0x4ebefc(0x1c2,0x1ee,_0x28565f._0x97cb6e,_0x28565f._0x4ffa69)+_0x3b050c(0x301,_0x28565f._0x6488c4,0x3ab,0x399)+'ove\x20<key>','GVnxb':_0x3b050c(0x27a,_0x28565f._0x5a93cc,_0x28565f._0x16f008,0x1e4)+_0x4ebefc(0x1c2,_0x28565f._0xc198ff,_0x28565f._0xea136c,0x11b)+_0x4ebefc(_0x28565f._0x3a6b9b,0x278,_0x28565f._0x11d6a7,_0x28565f._0x5a2ca6)+'\x20<key>','tuKpc':function(_0x3ebafe,_0x59e715){return _0x3ebafe!==_0x59e715;},'QZmWM':'yFwIQ','cqVYj':_0x3b050c(_0x28565f._0x18c2df,_0x28565f._0x292942,_0x28565f._0x502859,0x2ba)+'-server\x20co'+'nfig\x22\x20for\x20'+_0x4ebefc(_0x28565f._0x7a7f06,_0x28565f._0x17c5cb,0xca,0xf1)+_0x3b050c(_0x28565f._0x4c35ac,0x21d,_0x28565f._0x86ed63,_0x28565f._0x17fe50)+'keys','CXUfA':'coder_setu'+_0x4ebefc(0x24f,0x2bd,_0x28565f._0x2474ee,_0x28565f._0x2da4e2),'kvpRp':'server_por'+'t','xHHSl':function(_0xc985dd){return _0xc985dd();},'sDHwT':'ssl_cert_p'+'ath','UODDS':function(_0x69c77e){return _0x69c77e();},'ksbjo':_0x4ebefc(0x25f,_0x28565f._0x121228,_0x28565f._0x41e07f,0x260)+'h','fyvuC':'trust_prox'+'y','sEDJp':_0x3b050c(_0x28565f._0x701409,0x2d8,0x3a2,0x2d6)+'up\x20path\x20no'+_0x4ebefc(0x215,_0x28565f._0x337e72,0x1cd,_0x28565f._0x8074c4)+'ed','SRoHv':'setup.json','vawUD':_0x4ebefc(_0x28565f._0x5c3a8f,_0x28565f._0x3a5abf,0x15d,_0x28565f._0x42d02c),'PSADp':_0x4ebefc(0x155,_0x28565f._0x438032,0x1a5,_0x28565f._0x4aee75),'MqIBf':_0x4ebefc(0x12a,_0x28565f._0x2c815a,0x175,_0x28565f._0x1df685),'zxyvw':_0x3b050c(0x259,0x2a3,0x295,0x2ce),'fkjbU':function(_0x14acd0,_0x53c85b){return _0x14acd0!==_0x53c85b;},'ivWvg':_0x4ebefc(0x199,_0x28565f._0xaf601d,0x1b5,_0x28565f._0x4253ab),'OAjAM':function(_0x588162,_0x1743e5){return _0x588162===_0x1743e5;},'rihVy':_0x3b050c(_0x28565f._0x49e27b,0x29a,_0x28565f._0x54478f,0x3bc),'NVvjk':'fFmsN'};function _0x3b050c(_0x5d7957,_0x2c2600,_0x53e88d,_0x3c33a6){return _0x470f83(_0x5d7957-_0x345c90._0x54923e,_0x5d7957-0xe6,_0x53e88d,_0x3c33a6-0x9e);}!_0x4044d8&&(console[_0x4ebefc(0x144,0x18f,0x1e4,0xf2)](_0x28d7e1[_0x3b050c(_0x28565f._0x121228,_0x28565f._0x471961,0x2d6,_0x28565f._0x15964e)]),process[_0x4ebefc(_0x28565f._0x27c1e2,_0x28565f._0x97cc20,_0x28565f._0x1e87aa,0x17b)](-0x117b+0x14*0x4a+0xbb4));function _0x4ebefc(_0x1c6861,_0x162294,_0x2229d7,_0x3cb991){return _0x470f83(_0x1c6861-0xa3,_0x1c6861-0x10,_0x2229d7,_0x3cb991-_0x22a731._0x3257d0);}const _0x5c3faa=SERVER_CONFIG_KEYS[_0x3b050c(0x229,_0x28565f._0xb0a00b,_0x28565f._0x27c217,_0x28565f._0x25ab36)](_0x4044d8),_0x50cafd=SETUP_JSON_KEYS['has'](_0x4044d8);!_0x5c3faa&&!_0x50cafd&&(_0x28d7e1[_0x4ebefc(_0x28565f._0x343de0,_0x28565f._0x364b61,0x1ed,_0x28565f._0x15c237)](_0x28d7e1['QZmWM'],_0x3b050c(0x34e,0x2e6,0x396,0x3a0))?(console[_0x4ebefc(_0x28565f._0x544049,0x1a7,0x19d,0x1eb)](_0x4ebefc(0x233,0x228,0x246,0x1b4)+'nfiguratio'+_0x3b050c(_0x28565f._0x20c769,0x398,0x299,_0x28565f._0x4b6e5f)+_0x4044d8),console[_0x3b050c(0x21a,_0x28565f._0x3c0b8b,_0x28565f._0xd6bacf,_0x28565f._0x4852ca)](_0x28d7e1[_0x4ebefc(0x24e,0x21a,_0x28565f._0x6eccce,0x2ba)]),process[_0x3b050c(0x2df,0x288,0x226,0x27a)](-0x40f*-0x4+-0x281+-0xdba)):(_0x4868c5[_0x4ebefc(_0x28565f._0x544049,_0x28565f._0xea136c,0xdb,_0x28565f._0x1014d6)](_0x4ebefc(0x27b,_0x28565f._0x473794,_0x28565f._0x10d5eb,_0x28565f._0x133ae5)+_0x51588c+(_0x4ebefc(_0x28565f._0x3338a2,_0x28565f._0x557746,0x1e7,_0x28565f._0x15964e)+_0x3b050c(_0x28565f._0x356535,0x2f9,0x2a0,_0x28565f._0x100c61)+_0x4ebefc(_0x28565f._0x473794,_0x28565f._0x5579da,0x20a,0x111))),_0x1bdf4a[_0x4ebefc(_0x28565f._0x27c1e2,_0x28565f._0x21ab44,0x279,0x1f2)](0x552+-0xc6*-0x12+0xc5*-0x19)));let _0x42a8b7;if(_0x5c3faa)switch(_0x4044d8){case _0x28d7e1[_0x4ebefc(0x221,_0x28565f._0x40aba4,_0x28565f._0x27299b,_0x28565f._0x3c7bf5)]:_0x42a8b7=await getCoderSetupPath();break;case _0x28d7e1['kvpRp']:_0x42a8b7=await _0x28d7e1[_0x4ebefc(0x154,_0x28565f._0x134b28,0xe1,_0x28565f._0xf85c41)](getServerPort);break;case _0x28d7e1[_0x3b050c(0x33e,0x28a,0x2be,_0x28565f._0x43a340)]:_0x42a8b7=await _0x28d7e1[_0x4ebefc(0x1f2,_0x28565f._0x3b7063,_0x28565f._0x7e883a,_0x28565f._0x4607e2)](getSslCertPath);break;case _0x4ebefc(_0x28565f._0x57edb4,0xc4,0xc0,_0x28565f._0x3b1a5e)+'th':_0x42a8b7=await _0x28d7e1[_0x3b050c(0x22a,_0x28565f._0x151720,0x2df,0x204)](getSslKeyPath);break;case _0x28d7e1[_0x3b050c(0x362,_0x28565f._0x3c7bf5,0x3f9,0x2cb)]:_0x42a8b7=await _0x28d7e1[_0x3b050c(0x22a,0x171,_0x28565f._0xcee745,_0x28565f._0x5bb643)](getSslCaPath);break;case _0x28d7e1['fyvuC']:_0x42a8b7=await _0x28d7e1[_0x3b050c(0x22a,_0x28565f._0x3703e1,_0x28565f._0x286956,_0x28565f._0x4da0d8)](getTrustProxy);break;}else{if(_0x50cafd){const _0x37bdc0=await getCoderSetupPath();!_0x37bdc0&&(console[_0x3b050c(_0x28565f._0x56f077,0x258,_0x28565f._0x45f99f,_0x28565f._0x11f7d3)](_0x28d7e1[_0x4ebefc(0x277,_0x28565f._0xee1782,0x2fc,_0x28565f._0x96c2bd)]),process['exit'](0x1732+0x3*0xe1+-0x19d4));const _0x2d54d2=_0x3deb2b[_0x4ebefc(_0x28565f._0x25429d,_0x28565f._0x2c36b3,0x15b,_0x28565f._0x2f268f)](_0x37bdc0,_0x28d7e1[_0x4ebefc(0x224,0x2b1,0x1c3,0x184)]);try{const _0x334e29=await _0x589cd8[_0x4ebefc(_0x28565f._0x3d688e,_0x28565f._0x15eda3,0x1cf,_0x28565f._0x3684ce)](_0x2d54d2,_0x28d7e1[_0x4ebefc(0x23a,_0x28565f._0x277218,0x1ea,_0x28565f._0x212f3a)]),_0x4bb685=JSON[_0x4ebefc(0x1f6,0x25f,0x1d1,_0x28565f._0x360a36)](_0x334e29);_0x42a8b7=_0x4bb685[_0x4044d8];}catch(_0x487ec1){_0x487ec1[_0x4ebefc(_0x28565f._0x4a3769,0xf5,0x9d,0x16e)]===_0x28d7e1[_0x3b050c(_0x28565f._0x2bb015,0x326,_0x28565f._0x2e9d9f,_0x28565f._0xbc6deb)]?_0x28d7e1['tuKpc'](_0x28d7e1[_0x3b050c(_0x28565f._0xed649b,_0x28565f._0x3d2361,_0x28565f._0x244dbe,_0x28565f._0x372536)],_0x28d7e1[_0x3b050c(_0x28565f._0x5c5684,_0x28565f._0x492630,_0x28565f._0x1960c7,0x1d8)])?console[_0x3b050c(0x21a,_0x28565f._0x4eb317,0x224,_0x28565f._0x157220)](_0x3b050c(0x2dd,0x268,_0x28565f._0x31df64,_0x28565f._0x235ed4)+'up.json\x20no'+_0x3b050c(_0x28565f._0x95d8aa,0x3c3,0x339,0x3e0)+'\x20'+_0x2d54d2):(_0x172c96[_0x4ebefc(_0x28565f._0x389726,_0x28565f._0xcee35c,_0x28565f._0x1e6935,_0x28565f._0x4629c5)]('Unknown\x20co'+_0x4ebefc(0x189,0x108,_0x28565f._0x587725,0x1f8)+_0x4ebefc(0x23c,_0x28565f._0xe83fc0,_0x28565f._0x43b9a3,_0x28565f._0xf54cfe)+_0x1701a9),_0xcd59fc[_0x3b050c(0x21a,0x23a,0x27e,_0x28565f._0xb6e97f)]('Run\x20\x22coder'+_0x4ebefc(_0x28565f._0x1e45ff,_0x28565f._0x19da42,_0x28565f._0x1ff557,0x234)+_0x3b050c(_0x28565f._0x58ea07,_0x28565f._0x41932d,_0x28565f._0x4f08da,0x1b5)+_0x4ebefc(_0x28565f._0xfdbf7e,0x202,_0x28565f._0x459e5e,0x15d)+_0x3b050c(_0x28565f._0x1d777e,0x31a,_0x28565f._0x3c08d2,0x2ce)+_0x4ebefc(_0x28565f._0x3bfa76,_0x28565f._0x25420e,_0x28565f._0xac0100,0xf8)),_0x5725ee['exit'](-0x1062+0x679*0x1+-0x5e*-0x1b)):_0x28d7e1[_0x3b050c(0x2e9,0x2ae,_0x28565f._0x23358c,_0x28565f._0x58793d)](_0x28d7e1[_0x3b050c(_0x28565f._0x39b2fa,0x3df,_0x28565f._0x580818,_0x28565f._0x23d2e1)],'PkoLC')?_0xaf8170[_0x4ebefc(_0x28565f._0x1f47d7,_0x28565f._0x95840a,0x1cb,0x17c)](_0x3b050c(_0x28565f._0x3c08d2,0x1fd,_0x28565f._0x41be03,0x2c5)+_0x4ebefc(_0x28565f._0x529c9c,0x209,0xc6,_0x28565f._0x139e07)+_0x4ebefc(0x14b,_0x28565f._0x3f93f4,0xfe,_0x28565f._0x501c93)+_0x5bb5e7[_0x4ebefc(0x1a2,_0x28565f._0x510741,0x162,0x248)]):console[_0x4ebefc(_0x28565f._0xcd547b,_0x28565f._0x5225bd,0x1aa,_0x28565f._0x3ba579)]('Error\x20read'+_0x4ebefc(_0x28565f._0x529c9c,0x208,0x225,0x1e9)+_0x4ebefc(0x14b,_0x28565f._0x1dc5c8,0x11e,0xcc)+_0x487ec1[_0x3b050c(_0x28565f._0x150541,0x2e5,0x1ef,_0x28565f._0x31f628)]),process[_0x3b050c(_0x28565f._0x440b8f,0x30f,_0x28565f._0x302efc,0x359)](0x24e+-0xd*0x2d5+-0x8a1*-0x4);}}}_0x28d7e1[_0x3b050c(0x269,0x2f4,0x1c0,_0x28565f._0x4cea5b)](_0x42a8b7,undefined)?console[_0x4ebefc(_0x28565f._0xea6c5f,0x263,0x1cc,_0x28565f._0x544049)](_0x42a8b7):_0x28d7e1[_0x3b050c(0x1fe,0x1d2,_0x28565f._0x57f354,_0x28565f._0x29aaf8)](_0x28d7e1[_0x4ebefc(0x223,0x213,0x2be,_0x28565f._0x10548c)],_0x28d7e1[_0x3b050c(0x328,0x394,_0x28565f._0x472dde,_0x28565f._0x908d53)])?(_0x4a73eb[_0x3b050c(_0x28565f._0x56f077,_0x28565f._0x47710c,_0x28565f._0xac0100,_0x28565f._0x3dc77c)](_0x28d7e1[_0x4ebefc(_0x28565f._0x4b75c4,0x161,_0x28565f._0x40cc48,0x23f)]),_0x17634c[_0x4ebefc(_0x28565f._0x27c1e2,_0x28565f._0x31f628,0x292,_0x28565f._0x3dc77c)](-0x1*-0x2335+-0x3*0x86a+-0x9f6)):(console['error']('Key\x20\x22'+_0x4044d8+(_0x3b050c(_0x28565f._0x30694e,0x1af,_0x28565f._0x5dd8b9,0x2a5)+'d\x20in\x20confi'+_0x4ebefc(_0x28565f._0x5055f8,0x12a,0x14c,_0x28565f._0x3a5abf))),process['exit'](0x2*0x624+0x156+-0xd9d));}async function removeConfig(_0x151c83){const _0x5a00ed={_0x475e71:0x3d7,_0x49f681:0x462,_0x160f14:0x42b,_0x492a61:0x389,_0xb257bd:0x39c,_0x4292a0:0x2b0,_0x5ca66f:0x344,_0x1d7d52:0x3de,_0x3a5d72:0x288,_0x2157f7:0x2f5,_0x2ff8fc:0x37c,_0x19b7ca:0x392,_0x457315:0x3ba,_0x37e0d2:0x395,_0x1fd22b:0x40c,_0x441ed6:0x3ee,_0xaeada2:0x37b,_0x4b1ebe:0x32e,_0x282d97:0x3b3,_0x2fdabf:0x4ba,_0x504af8:0x3c5,_0x5c66d0:0x47e,_0x5e9855:0x464,_0x2ecf1a:0x36c,_0x37aec6:0x3de,_0x3ba62c:0x461,_0x5b184e:0x416,_0x219e81:0x34d,_0x524f30:0x388,_0x5d39d9:0x3fb,_0x5517a1:0x4bf,_0xccf13:0x32b,_0xb5b7b1:0x3dc,_0x2ab70a:0x35b,_0x3257c9:0x440,_0x4f34c3:0x4b3,_0x4cf7bf:0x520,_0x3cdc8f:0x274,_0x51b61e:0x319,_0x5d8984:0x502,_0x4a276d:0x483,_0x2cd2ff:0x3df,_0x1eb126:0x2f7,_0x29eb2b:0x37f,_0x556841:0x33a,_0x12d793:0x2fc,_0xc8acb:0x39f,_0x3786a4:0x3f9,_0x379167:0x456,_0x2e2fb3:0x475,_0x4ffe5b:0x41d,_0x7df9fc:0x3f3,_0x30915d:0x411,_0x1777fc:0x42c,_0x2e92d9:0x29d,_0x16bbad:0x374,_0x2f4474:0x4d0,_0x1a9e0d:0x3a9,_0xbd5afe:0x370,_0x6ac0ed:0x49d,_0x1309e1:0x404,_0x2ab62e:0x4f6,_0x4162b6:0x3c9,_0x3c7f0a:0x439,_0x1c18ed:0x3cd,_0x5e7538:0x329,_0x18e217:0x397,_0x3fc367:0x3e9,_0x48e10d:0x2a7,_0x4f2550:0x2b3,_0x5d8bba:0x345,_0x5b7d49:0x398,_0x5aff06:0x41c,_0x2e324e:0x2c4,_0x9415ee:0x356,_0x3f55da:0x3e6,_0x1b26e6:0x39b,_0x8af4bf:0x35e,_0x16a7b6:0x3eb,_0x134a32:0x352,_0x344db4:0x3e6,_0x2df891:0x27f,_0x5cd016:0x321,_0x4b1602:0x3bb,_0x4074cf:0x354,_0x12793e:0x3f0,_0x36e750:0x2c8,_0xccaef4:0x379,_0x4574c9:0x34b,_0x525020:0x3d8,_0x44801d:0x321,_0x198712:0x42b,_0x5b83f4:0x427,_0x47c6d5:0x376,_0x316bd7:0x381,_0x37bde4:0x429,_0x21bb9c:0x3a0,_0x1e9b5f:0x350,_0x1581a0:0x42c,_0xb91a24:0x425,_0x3c96e4:0x3a6,_0x22dc83:0x369,_0x2bd8d4:0x409,_0x3f6392:0x3b0,_0xf0729c:0x3dd,_0x2dcdfd:0x362,_0x421921:0x4dc,_0x32b96a:0x4e6,_0x45a119:0x305,_0x189c33:0x276,_0x4d83be:0x407,_0x393532:0x3c0,_0x283de4:0x395,_0xe410e1:0x3eb,_0x410e6f:0x402,_0x14820e:0x322,_0x5405b3:0x2c6,_0x47d97f:0x364,_0x350362:0x322,_0x4b11fa:0x357,_0x2aaaa5:0x407,_0x3b7cbc:0x3b0,_0x1fb5e1:0x34a,_0x2b5d58:0x49b,_0x565a3e:0x301,_0x5cde3c:0x425,_0x2356de:0x353,_0x44f9e8:0x30b,_0x256562:0x382,_0x1e9209:0x329,_0x112834:0x41d,_0x44ce5e:0x413,_0x368a82:0x300,_0xe15a93:0x38e,_0x198c0e:0x414,_0x254ac1:0x466,_0x5c857f:0x3e6,_0xc1a8fe:0x399,_0x1c8507:0x414,_0x21e67e:0x3b0,_0x1fc056:0x49f,_0xb67fd9:0x388,_0x147d23:0x419,_0x428a7f:0x42a,_0x5030cd:0x3e3,_0x331f82:0x3ea,_0x2223f5:0x443,_0x3b980f:0x45d,_0x9ecb8b:0x39e,_0x19cc38:0x3f6,_0x2f1d6d:0x44a,_0x252166:0x4a7,_0x3c3eb2:0x3ca,_0xa1e9f1:0x426,_0x4d7424:0x441,_0x58cc44:0x31e,_0x46f2e7:0x2e9,_0x56acd8:0x37e,_0x515bfb:0x395,_0x6122ee:0x31b,_0xf51a54:0x2b8,_0x53251a:0x2c3,_0x9e0d7d:0x33c,_0x15a25a:0x418,_0x6ef9de:0x308,_0x2596d5:0x388,_0x363e16:0x412,_0xb96d74:0x4cb,_0x40207b:0x27c,_0x57b770:0x365,_0x2ab7a1:0x317,_0x3c7944:0x3b1,_0x477daf:0x484,_0x1d6a63:0x32a,_0x36f8b1:0x412,_0x28277f:0x46b,_0x53b2e3:0x3b8,_0x403fe0:0x357,_0x4265fc:0x43b,_0x50644b:0x3f4,_0x32159a:0x373,_0x493727:0x3b3,_0xd79306:0x323,_0x576a51:0x328,_0x37de4a:0x396,_0x4bfb79:0x2fa,_0x600224:0x286,_0x2bc744:0x472,_0x6c1d03:0x47d,_0x139aeb:0x410,_0x3afcb9:0x4c8,_0x34fd5c:0x4c2,_0x53111f:0x4b5,_0x1be805:0x473,_0x2a5f4e:0x46a,_0x3fd216:0x3ec,_0x131059:0x33c,_0x1ff611:0x3a5,_0x389abb:0x445,_0x1a5dc4:0x401,_0x25d81b:0x3cb,_0x55f881:0x394,_0x5d7eca:0x477,_0x589d71:0x4ad,_0x16cb67:0x474,_0x1171b2:0x3f5,_0x3520db:0x388,_0x2d8563:0x453,_0x155cba:0x3ff,_0x2ae01e:0x3bb,_0x1f0cf6:0x327,_0x4877d7:0x446,_0x341915:0x401,_0x338b9a:0x3b6,_0x2ebadf:0x3cf,_0x32bede:0x395,_0x266e5f:0x349,_0x1de956:0x3e7,_0x2c4b3d:0x393,_0x8fffd6:0x46c,_0x3f380e:0x3c4,_0x29d9d0:0x30a,_0x2c02e4:0x37b,_0x248dc3:0x452,_0x167581:0x451,_0x49f4c6:0x3c5,_0x1277e0:0x3dd,_0x8e02fc:0x385,_0x4ee2df:0x4d1,_0x5afbb4:0x3b4,_0x1e697d:0x3ae,_0x181dbf:0x42d,_0x2c94c6:0x3bd,_0x269ff0:0x3f1,_0x1258e3:0x29a,_0x4a9a6d:0x460,_0x27aeb0:0x401,_0x5b0360:0x3ae,_0x2fb932:0x35d,_0x202c30:0x395,_0x22eea6:0x42a},_0x54eb96={_0x9054d0:0x173,_0x2222c4:0x208,_0x2084b8:0x11b},_0xf4fd4={_0xf986d3:0x168,_0x46edaa:0x117},_0x6df4f9={'vZRZP':_0x2af41e(0x3af,0x41d,_0x5a00ed._0x475e71,_0x5a00ed._0x49f681)+_0x2af41e(0x4af,_0x5a00ed._0x160f14,0x36e,0x3fb)+_0x48f35c(_0x5a00ed._0x492a61,0x329,_0x5a00ed._0xb257bd,_0x5a00ed._0x4292a0)+'a\x20list\x20of\x20'+_0x2af41e(0x3a2,_0x5a00ed._0x5ca66f,_0x5a00ed._0x1d7d52,0x3b1)+_0x2af41e(_0x5a00ed._0x3a5d72,_0x5a00ed._0x2157f7,_0x5a00ed._0x2ff8fc,0x315),'WmPpZ':_0x48f35c(_0x5a00ed._0x19b7ca,0x39c,0x442,0x3d3)+_0x48f35c(0x456,_0x5a00ed._0x457315,0x3b9,0x455)+_0x2af41e(0x491,_0x5a00ed._0x37e0d2,_0x5a00ed._0x1fd22b,_0x5a00ed._0x441ed6)+_0x48f35c(_0x5a00ed._0xaeada2,_0x5a00ed._0x4b1ebe,0x284,0x3be),'drndN':_0x2af41e(0x4d9,0x461,_0x5a00ed._0x282d97,0x437)+_0x48f35c(0x424,0x43b,0x400,_0x5a00ed._0x2fdabf)+'number','rKcqc':_0x48f35c(0x38d,_0x5a00ed._0x504af8,_0x5a00ed._0x5c66d0,_0x5a00ed._0x5e9855),'GzjOK':'First\x20conf'+'igure\x20the\x20'+'setup\x20path'+':','iZVKh':_0x2af41e(0x45a,0x3c5,_0x5a00ed._0x2ecf1a,_0x5a00ed._0x37aec6)+_0x2af41e(_0x5a00ed._0x3ba62c,0x4af,_0x5a00ed._0x5b184e,0x425)+_0x48f35c(_0x5a00ed._0x219e81,0x3f0,0x395,_0x5a00ed._0x524f30)+_0x48f35c(_0x5a00ed._0x5d39d9,0x488,0x468,_0x5a00ed._0x5517a1)+'th\x20/path/t'+_0x2af41e(0x37f,_0x5a00ed._0xccf13,_0x5a00ed._0xb5b7b1,_0x5a00ed._0x2ab70a)+_0x2af41e(0x48f,0x411,0x3dd,_0x5a00ed._0x3257c9),'aYLKB':_0x2af41e(0x484,_0x5a00ed._0x4f34c3,_0x5a00ed._0x4cf7bf,0x46e)+_0x2af41e(0x3c0,0x35b,_0x5a00ed._0x3cdc8f,_0x5a00ed._0x51b61e)+_0x48f35c(0x4bd,0x40d,0x3be,0x404)+'ed','LxihZ':function(_0x5cebb7,_0x4649c1){return _0x5cebb7===_0x4649c1;},'pNYAj':_0x48f35c(_0x5a00ed._0x5d8984,_0x5a00ed._0x4a276d,0x444,_0x5a00ed._0x2cd2ff),'bwYkO':_0x48f35c(_0x5a00ed._0x1eb126,0x39c,_0x5a00ed._0x29eb2b,0x3a2)+_0x2af41e(_0x5a00ed._0x556841,0x3a8,_0x5a00ed._0x12d793,_0x5a00ed._0xc8acb)+_0x2af41e(_0x5a00ed._0x3786a4,_0x5a00ed._0xaeada2,_0x5a00ed._0x379167,0x408)+'ove\x20<key>','Rgsil':function(_0x573e50,_0x10ffc4){return _0x573e50&&_0x10ffc4;},'oDziI':_0x48f35c(_0x5a00ed._0x2e2fb3,_0x5a00ed._0x4ffe5b,0x4c7,0x36f)+_0x2af41e(_0x5a00ed._0x7df9fc,_0x5a00ed._0x30915d,0x4e1,_0x5a00ed._0x1777fc),'eNQTV':function(_0x1985ae,_0x324867){return _0x1985ae(_0x324867);},'QOVQS':'server_por'+'t','KoegS':_0x2af41e(_0x5a00ed._0x2e92d9,0x3a9,_0x5a00ed._0x16bbad,0x340)+_0x2af41e(0x457,0x487,_0x5a00ed._0x2f4474,0x421),'wTMUb':_0x48f35c(_0x5a00ed._0x1a9e0d,_0x5a00ed._0xbd5afe,0x32b,0x3bd)+'th','mxlGq':function(_0x37e3fe,_0xc3c53){return _0x37e3fe(_0xc3c53);},'zOqJv':_0x2af41e(_0x5a00ed._0x6ac0ed,_0x5a00ed._0x1309e1,_0x5a00ed._0x2ab62e,0x43c)+'h','YXuyv':_0x48f35c(0x404,_0x5a00ed._0x4162b6,0x466,0x334)+'y','jIYAB':function(_0x3b6478,_0x3ca4dd){return _0x3b6478(_0x3ca4dd);},'KXqtV':function(_0x20e15a){return _0x20e15a();},'cHewv':_0x2af41e(0x2ea,0x3a6,0x325,0x369),'yUyis':function(_0x5a2dfe,_0x24c3e8){return _0x5a2dfe!==_0x24c3e8;},'hBoKQ':_0x2af41e(0x3a4,_0x5a00ed._0x3c7f0a,0x365,0x3b9),'sLilT':_0x2af41e(0x448,_0x5a00ed._0x1c18ed,_0x5a00ed._0x5e7538,0x399),'YNFBS':_0x48f35c(_0x5a00ed._0x18e217,0x3df,_0x5a00ed._0x3fc367,_0x5a00ed._0xbd5afe),'KsdBP':function(_0x138342,_0x4208a4){return _0x138342!==_0x4208a4;},'usbJV':'HiYgM','tXKIr':'LWnTg','EUfuO':_0x48f35c(0x36a,_0x5a00ed._0x219e81,_0x5a00ed._0x48e10d,_0x5a00ed._0x4f2550),'GOvwL':'NCIbA','ZEavN':_0x48f35c(0x2f0,_0x5a00ed._0x5d8bba,0x383,_0x5a00ed._0x5b7d49),'YyxAK':function(_0x5c4102,_0x52fe40){return _0x5c4102===_0x52fe40;},'AelnA':'xJYZT','LvSfk':_0x2af41e(0x48b,0x3b8,0x399,_0x5a00ed._0x5aff06)+_0x48f35c(_0x5a00ed._0x2e324e,_0x5a00ed._0x9415ee,_0x5a00ed._0x3f55da,0x33a)+_0x2af41e(_0x5a00ed._0x1b26e6,0x416,0x441,0x3cb)+_0x48f35c(_0x5a00ed._0x8af4bf,0x3d5,0x416,0x331)+'ffect.'};!_0x151c83&&(_0x6df4f9['LxihZ'](_0x6df4f9['pNYAj'],_0x6df4f9[_0x2af41e(0x404,_0x5a00ed._0x492a61,_0x5a00ed._0x16a7b6,0x384)])?(console['error'](_0x6df4f9[_0x2af41e(0x3fa,0x452,0x3ca,0x3e0)]),process[_0x2af41e(0x35a,_0x5a00ed._0x134a32,0x457,_0x5a00ed._0x344db4)](0x2648+-0x13b+-0x250c)):_0x5c7362[_0x2af41e(_0x5a00ed._0x2df891,0x32d,0x2ff,_0x5a00ed._0x5cd016)]('Error\x20read'+_0x2af41e(_0x5a00ed._0xb257bd,_0x5a00ed._0x4b1602,0x3c3,_0x5a00ed._0x4074cf)+'json:\x20'+_0x3ecf12[_0x2af41e(_0x5a00ed._0x12793e,_0x5a00ed._0x36e750,0x2e9,0x37f)]));function _0x2af41e(_0x401b09,_0x590127,_0x5e6e54,_0xeb948f){return _0x4973a5(_0x5e6e54,_0x590127-_0xf4fd4._0xf986d3,_0x5e6e54-_0xf4fd4._0x46edaa,_0xeb948f-0x283);}const _0x7e5f07=SERVER_CONFIG_KEYS['has'](_0x151c83);function _0x48f35c(_0x5c5538,_0x38d882,_0x58e08f,_0x35299c){return _0x470f83(_0x5c5538-_0x54eb96._0x9054d0,_0x38d882-_0x54eb96._0x2222c4,_0x35299c,_0x35299c-_0x54eb96._0x2084b8);}const _0x1a9c13=SETUP_JSON_KEYS[_0x48f35c(_0x5a00ed._0xccaef4,_0x5a00ed._0x4574c9,0x3e0,0x3d8)](_0x151c83);_0x6df4f9['Rgsil'](!_0x7e5f07,!_0x1a9c13)&&(console[_0x2af41e(_0x5a00ed._0x525020,0x2f3,0x294,_0x5a00ed._0x44801d)](_0x48f35c(0x47d,_0x5a00ed._0x198712,_0x5a00ed._0x5b83f4,_0x5a00ed._0x47c6d5)+_0x48f35c(0x3b0,_0x5a00ed._0x316bd7,_0x5a00ed._0x37bde4,_0x5a00ed._0x21bb9c)+'n\x20key:\x20'+_0x151c83),console['error'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x1e9b5f,0x405,0x374,_0x5a00ed._0x1581a0)]),process[_0x48f35c(_0x5a00ed._0x1c18ed,0x401,0x3c9,_0x5a00ed._0xb91a24)](-0x19aa+-0x675+-0x101*-0x20));if(_0x7e5f07){switch(_0x151c83){case _0x6df4f9['oDziI']:await _0x6df4f9[_0x48f35c(0x329,_0x5a00ed._0x3c96e4,_0x5a00ed._0x22dc83,_0x5a00ed._0x2bd8d4)](saveCoderSetupPath,null),console[_0x48f35c(_0x5a00ed._0x2bd8d4,_0x5a00ed._0x3f6392,0x38d,0x302)]('Removed\x20'+_0x151c83);break;case _0x6df4f9[_0x2af41e(_0x5a00ed._0x7df9fc,_0x5a00ed._0xf0729c,0x4b9,0x409)]:await _0x6df4f9[_0x48f35c(0x457,0x3a6,0x309,_0x5a00ed._0x2dcdfd)](saveServerPort,-0x248a+-0xd14+-0x1472*-0x3),console['log']('Reset\x20'+_0x151c83+('\x20to\x20defaul'+_0x2af41e(_0x5a00ed._0x421921,_0x5a00ed._0x32b96a,0x450,0x471)));break;case _0x6df4f9[_0x2af41e(_0x5a00ed._0x4b1ebe,_0x5a00ed._0x45a119,_0x5a00ed._0x189c33,0x30c)]:await saveSslCertPath(null),console[_0x2af41e(_0x5a00ed._0x4d83be,_0x5a00ed._0x393532,0x34d,_0x5a00ed._0x283de4)](_0x48f35c(_0x5a00ed._0xe410e1,_0x5a00ed._0x410e6f,0x39f,0x415)+_0x151c83);break;case _0x6df4f9['wTMUb']:await _0x6df4f9['mxlGq'](saveSslKeyPath,null),console[_0x48f35c(0x3c1,0x3b0,0x397,_0x5a00ed._0x14820e)](_0x48f35c(0x443,0x402,0x4b6,0x3e9)+_0x151c83);break;case _0x6df4f9[_0x2af41e(0x3db,_0x5a00ed._0x5405b3,_0x5a00ed._0x47d97f,_0x5a00ed._0x350362)]:await _0x6df4f9['mxlGq'](saveSslCaPath,null),console[_0x2af41e(_0x5a00ed._0xccaef4,_0x5a00ed._0x4b11fa,0x421,0x395)]('Removed\x20'+_0x151c83);break;case _0x6df4f9['YXuyv']:await _0x6df4f9['jIYAB'](saveTrustProxy,null),console[_0x2af41e(_0x5a00ed._0x2aaaa5,_0x5a00ed._0x3b7cbc,0x356,_0x5a00ed._0x37e0d2)](_0x2af41e(0x3de,_0x5a00ed._0x1fb5e1,_0x5a00ed._0x2b5d58,0x3e7)+_0x151c83);break;}console['log']('\x20\x20Location'+':\x20'+_0x6df4f9[_0x48f35c(_0x5a00ed._0x565a3e,0x392,_0x5a00ed._0x5cde3c,0x34b)](getConfigPath));}else{if(_0x1a9c13){if(_0x6df4f9[_0x48f35c(0x3bf,0x344,_0x5a00ed._0x2356de,0x343)]===_0x6df4f9[_0x2af41e(_0x5a00ed._0x44f9e8,0x3b9,_0x5a00ed._0x256562,_0x5a00ed._0x1e9209)]){const _0x45a570=await _0x6df4f9[_0x2af41e(0x40a,0x2e1,0x406,0x377)](getCoderSetupPath);!_0x45a570&&(_0x6df4f9[_0x48f35c(_0x5a00ed._0x112834,0x3ef,_0x5a00ed._0x44ce5e,0x356)]('kgWnj',_0x6df4f9[_0x2af41e(0x45d,0x3ca,0x405,0x3ef)])?(console[_0x2af41e(0x292,_0x5a00ed._0x368a82,0x2d8,_0x5a00ed._0x5cd016)](_0x6df4f9[_0x2af41e(0x3e0,0x317,_0x5a00ed._0xe15a93,0x397)]),process[_0x2af41e(0x479,_0x5a00ed._0x198c0e,_0x5a00ed._0x254ac1,_0x5a00ed._0x5c857f)](0x1cd9+0x17b1+-0x3489)):(_0x288f57[_0x2af41e(0x2cc,_0x5a00ed._0xc1a8fe,0x2f9,0x321)](_0x48f35c(0x3da,0x42b,0x482,0x414)+_0x48f35c(_0x5a00ed._0x1c8507,_0x5a00ed._0x316bd7,_0x5a00ed._0x21e67e,0x3bf)+_0x2af41e(0x46e,_0x5a00ed._0x1fc056,_0x5a00ed._0xb67fd9,_0x5a00ed._0x147d23)+_0x6557c1),_0x52bbdb['error'](_0x6df4f9[_0x2af41e(_0x5a00ed._0x428a7f,_0x5a00ed._0x5030cd,0x335,_0x5a00ed._0x331f82)]),_0x3645fb[_0x2af41e(_0x5a00ed._0x2223f5,_0x5a00ed._0x3b980f,0x3d2,0x3e6)](0x8b4+-0x2*-0x10a2+-0x29f7)));const _0x5d2889=_0x3deb2b[_0x2af41e(0x30b,0x357,0x2f9,_0x5a00ed._0x9ecb8b)](_0x45a570,_0x48f35c(0x341,0x3cb,0x37b,_0x5a00ed._0x19cc38));let _0x58978;try{if(_0x6df4f9[_0x2af41e(_0x5a00ed._0x2f1d6d,_0x5a00ed._0x252166,_0x5a00ed._0x3c3eb2,_0x5a00ed._0xa1e9f1)]===_0x6df4f9[_0x48f35c(0x443,_0x5a00ed._0x4d7424,0x483,0x482)]){const _0xeb4add=await _0x589cd8[_0x2af41e(_0x5a00ed._0x14820e,0x3f3,0x466,0x3d2)](_0x5d2889,_0x6df4f9['YNFBS']);_0x58978=JSON['parse'](_0xeb4add);}else _0x16ad85[_0x2af41e(_0x5a00ed._0x58cc44,_0x5a00ed._0x46f2e7,_0x5a00ed._0x56acd8,_0x5a00ed._0x515bfb)](_0x2af41e(_0x5a00ed._0x6122ee,_0x5a00ed._0xf51a54,_0x5a00ed._0x53251a,_0x5a00ed._0x9e0d7d)+'ing\x20setup.'+'json:\x20'+_0x743b5a[_0x2af41e(_0x5a00ed._0x15a25a,0x407,_0x5a00ed._0x6ef9de,0x37f)]);}catch(_0x488720){_0x6df4f9[_0x48f35c(_0x5a00ed._0x2596d5,_0x5a00ed._0x363e16,0x475,0x44c)](_0x6df4f9['usbJV'],_0x6df4f9[_0x2af41e(0x4df,_0x5a00ed._0xb96d74,0x48b,0x45c)])?(_0x488720[_0x2af41e(0x341,_0x5a00ed._0x40207b,_0x5a00ed._0x57b770,_0x5a00ed._0x2ab7a1)]===_0x6df4f9[_0x48f35c(_0x5a00ed._0x3c7944,_0x5a00ed._0x3ba62c,_0x5a00ed._0x477daf,0x3bd)]?console[_0x2af41e(0x2d5,0x33f,_0x5a00ed._0x1d6a63,0x321)]('Error:\x20set'+_0x48f35c(0x389,0x3e4,0x32f,0x435)+_0x48f35c(0x4da,0x44f,0x492,0x4a3)+'\x20'+_0x5d2889):_0x6df4f9[_0x48f35c(0x419,_0x5a00ed._0x36f8b1,0x384,_0x5a00ed._0x28277f)](_0x6df4f9['GOvwL'],_0x6df4f9[_0x2af41e(_0x5a00ed._0x53b2e3,_0x5a00ed._0x403fe0,_0x5a00ed._0x4265fc,_0x5a00ed._0x50644b)])?console['error'](_0x2af41e(0x28a,0x337,0x3d4,0x33c)+_0x2af41e(0x3e2,0x2a7,_0x5a00ed._0x32159a,0x354)+_0x2af41e(_0x5a00ed._0x493727,0x35e,_0x5a00ed._0xd79306,_0x5a00ed._0x576a51)+_0x488720['message']):(_0xcacf9b[_0x48f35c(_0x5a00ed._0x37de4a,0x33c,_0x5a00ed._0x4bfb79,_0x5a00ed._0x600224)](_0x2af41e(_0x5a00ed._0x2bc744,0x441,_0x5a00ed._0x6c1d03,_0x5a00ed._0x139aeb)+_0x48f35c(0x425,_0x5a00ed._0x316bd7,0x340,0x342)+_0x2af41e(_0x5a00ed._0x3afcb9,_0x5a00ed._0x34fd5c,0x381,0x419)+_0x14ae18),_0x3fe928['error'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x53111f,0x405,0x46a,_0x5a00ed._0x7df9fc)]),_0x3ada35['exit'](-0x1ec+-0x25e1*0x1+0x1*0x27ce)),process[_0x2af41e(_0x5a00ed._0x1be805,_0x5a00ed._0x2a5f4e,0x44c,_0x5a00ed._0x5c857f)](0x26ef+0x3c*0x28+0x12*-0x2af)):(_0x3908c6[_0x48f35c(_0x5a00ed._0x3fd216,_0x5a00ed._0x131059,_0x5a00ed._0x1ff611,0x3dc)](_0x6df4f9[_0x48f35c(0x34f,0x325,0x34e,0x2cc)]),_0x3de98b[_0x48f35c(_0x5a00ed._0x389abb,_0x5a00ed._0x1a5dc4,_0x5a00ed._0x25d81b,_0x5a00ed._0x55f881)](0x3*0x21f+0x39*0x76+-0x20a2));}_0x6df4f9['YyxAK'](_0x58978[_0x151c83],undefined)&&(_0x6df4f9['AelnA']===_0x6df4f9[_0x2af41e(_0x5a00ed._0x5d7eca,_0x5a00ed._0x589d71,0x3fa,_0x5a00ed._0x16cb67)]?(console['error']('Key\x20\x22'+_0x151c83+(_0x48f35c(_0x5a00ed._0x1171b2,_0x5a00ed._0x3520db,_0x5a00ed._0x198c0e,0x2fa)+_0x2af41e(0x37e,_0x5a00ed._0x2d8563,0x440,0x3a3)+_0x48f35c(_0x5a00ed._0x155cba,_0x5a00ed._0x2ae01e,_0x5a00ed._0x1f0cf6,_0x5a00ed._0x5ca66f))),process[_0x48f35c(_0x5a00ed._0x4877d7,_0x5a00ed._0x341915,0x405,_0x5a00ed._0x589d71)](-0x10f*0x1+0x238*-0xe+0x2020)):(_0x53946b['error'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x338b9a,_0x5a00ed._0x2ebadf,_0x5a00ed._0x5e9855,0x3f6)]),_0x46e2b1['exit'](-0x25cc+0x151a+0x10b3))),delete _0x58978[_0x151c83],await _0x589cd8[_0x48f35c(_0x5a00ed._0x30915d,_0x5a00ed._0x32bede,0x370,0x3c3)](_0x5d2889,JSON[_0x48f35c(0x2b1,_0x5a00ed._0x266e5f,_0x5a00ed._0x1de956,_0x5a00ed._0x492a61)](_0x58978,null,-0x15c8+-0xb22+0x20ec)+'\x0a',_0x2af41e(_0x5a00ed._0x393532,_0x5a00ed._0x2c4b3d,_0x5a00ed._0x8fffd6,_0x5a00ed._0x3f380e)),console[_0x48f35c(_0x5a00ed._0x29d9d0,0x3b0,_0x5a00ed._0x2c02e4,0x35f)](_0x48f35c(_0x5a00ed._0x248dc3,0x402,_0x5a00ed._0x167581,_0x5a00ed._0x49f4c6)+_0x151c83),console['log'](_0x2af41e(0x42f,_0x5a00ed._0x1fb5e1,_0x5a00ed._0x1277e0,_0x5a00ed._0x8e02fc)+':\x20'+_0x5d2889),console['log'](''),console['log'](_0x6df4f9[_0x48f35c(_0x5a00ed._0x4ee2df,0x45d,_0x5a00ed._0x5afbb4,0x4fb)]);}else{const _0x1e1ab6=_0x6df4f9[_0x48f35c(0x370,_0x5a00ed._0x1e697d,_0x5a00ed._0x181dbf,0x352)][_0x2af41e(_0x5a00ed._0x2ecf1a,0x3b3,0x406,_0x5a00ed._0x2c94c6)]('|');let _0x1a7862=0x44c+-0x79d*0x3+-0x65*-0x2f;while(!![]){switch(_0x1e1ab6[_0x1a7862++]){case'0':_0x585430['error'](_0x6df4f9[_0x48f35c(0x470,_0x5a00ed._0x269ff0,0x3a9,0x3ba)]);continue;case'1':_0x1d5798[_0x48f35c(0x32c,_0x5a00ed._0x9e0d7d,_0x5a00ed._0x1171b2,_0x5a00ed._0x1258e3)]('');continue;case'2':_0xf38229[_0x48f35c(_0x5a00ed._0x4a9a6d,_0x5a00ed._0x27aeb0,_0x5a00ed._0x5b0360,0x464)](0x4*-0x2af+-0x230+0xced);continue;case'3':_0x4035f9[_0x2af41e(0x3a5,_0x5a00ed._0x2fb932,0x341,_0x5a00ed._0x44801d)](_0x6df4f9[_0x48f35c(0x4e7,0x480,0x487,0x44d)]);continue;case'4':_0x18fa8b[_0x2af41e(0x3d8,0x2d0,_0x5a00ed._0x202c30,0x321)](_0x6df4f9[_0x48f35c(_0x5a00ed._0x2aaaa5,0x3b2,_0x5a00ed._0x22eea6,0x3fe)]);continue;}break;}}}}}function _0x470f83(_0x4f7c20,_0x4071c3,_0x102a8b,_0xdf0ba){const _0x4ed6ee={_0x2715d1:0x8};return _0x64e2(_0x4071c3-_0x4ed6ee._0x2715d1,_0x102a8b);}async function showConfig(){const _0x1471d4={_0x4529a7:0x4e,_0xb78a6:0x8a,_0x597167:0x29,_0x2377eb:0x170,_0x303a0e:0x110,_0x3f7aa7:0x4a,_0x1e184a:0x8d,_0x175448:0x6,_0x538d65:0x7a,_0x1bbdb1:0x113,_0x3b26d6:0x68,_0x180ff0:0x98,_0x501fff:0x1d,_0x4c6395:0x48,_0x4c56a9:0x141,_0x233c9e:0x92,_0x52476b:0xda,_0x10c066:0x1c,_0x24eae5:0x51,_0x5175df:0x80,_0x40844a:0x108,_0x189a37:0x21,_0x42bc23:0x7b,_0x2976e9:0x5c,_0x3c511c:0x80,_0x28b6cb:0xb7,_0x58fafd:0x211,_0x3ba646:0x173,_0x13f64b:0x7,_0x54a5ac:0x43,_0x7b2ef7:0x111,_0x42c018:0x8e,_0x37fdac:0x39,_0x421791:0x11f,_0x34b6e7:0xa4,_0x481b24:0x1ce,_0x3e1c18:0x1d0,_0x1fbcb1:0x135,_0x563e46:0x189,_0x4f184e:0x109,_0x2e57d8:0x15d,_0x197dc9:0x102,_0x44018b:0x21d,_0x8a6bc3:0x183,_0x3f5604:0x203,_0x36fdce:0x97,_0x53027e:0xfa,_0x114faa:0x11e,_0x40fd6e:0x5f,_0x581658:0xed,_0x189764:0x296,_0x5e898f:0x15a,_0x17160a:0x246,_0x148e79:0x23a,_0x3347fc:0x1c9,_0x2e3bbd:0x149,_0x3fd1bd:0x17,_0x10bf4f:0x2a,_0x37238a:0x1e,_0x1ec643:0x77,_0x4c4d7a:0x34,_0x5ab4bf:0x187,_0x2737d3:0x193,_0x4ebe51:0x4,_0xd9506e:0x18,_0xfd6d02:0x55,_0x126107:0x194,_0x5cd2d4:0x1d4,_0x3fb2d8:0x79,_0x438fec:0x7f,_0x570c86:0x20a,_0x2563a4:0x24e,_0x27ca66:0x1c9,_0x13371b:0x1f7,_0x547e45:0x2a4,_0x352aa6:0x149,_0x316684:0x69,_0x4fc415:0x16b,_0x170e03:0xe8,_0x163260:0x173,_0x28b064:0x1de,_0x4222b8:0x61,_0x3b7a65:0xa4,_0x2f79c4:0x77,_0x1752a2:0x23d,_0x8b4a89:0x1f3,_0x5c89fb:0x24d,_0x3b9b40:0x126,_0x11e6aa:0x13a,_0xa8347:0x1c9,_0x11b667:0x1d6,_0x3adaa9:0x241,_0x51e7a7:0x77,_0x33df65:0xe2,_0x2e8735:0x65,_0x3a5312:0x32,_0x55c64c:0x44,_0x158b3f:0x214,_0x176bca:0x1c9,_0x290df7:0xbd,_0x4165f0:0x11e,_0x205b36:0x139,_0x2be4bf:0x114,_0x245b2:0x17c,_0x5bf893:0x269,_0x7e5ed1:0x230,_0x213696:0x1f1,_0x3d49a9:0x1c9,_0x1e1d4d:0x1df,_0x5b9b8a:0x131,_0x424ff1:0x17d,_0x136085:0xeb,_0x5a633a:0x2,_0x855da5:0xcf,_0x4ea47d:0xf6,_0x1d475a:0xf5,_0x5cdba9:0x7b,_0x4c11de:0x182,_0x278f8a:0x1f0,_0x43b91c:0x217,_0x13046b:0xc9,_0x522d3f:0x106,_0xac5bc2:0x83,_0x5b5238:0x53,_0x4385f9:0x59,_0x2aacc4:0x97,_0x3d1d18:0x19,_0x33b543:0x18,_0x2caa56:0x53,_0x97d40d:0x97,_0x27d327:0x13,_0x41162f:0x28,_0x15bddf:0x261,_0x3447d1:0x1c9,_0x2f857b:0x2a9,_0x2f90cf:0x222,_0x21d4bb:0x1a0,_0x4a669d:0x236,_0x2042bd:0x218,_0x2c1d48:0x1d2,_0x477dac:0x25f,_0x5e367e:0xb9,_0x54cb06:0x173,_0x58e691:0x1cf,_0x15b5dc:0x122,_0x257d46:0x1f9,_0x338345:0xc4,_0xa8dcf1:0xcc,_0x536788:0x9c,_0x5ef7c4:0xab,_0x24bcc3:0x193,_0x5c255a:0x62,_0x32437e:0x24,_0x12df58:0x3b,_0x3c90ce:0x77,_0x420847:0xff},_0x2fe9ca={_0x1bd579:0x12b,_0x4bb4ed:0x189},_0x735993={'snYrw':_0x26d6b9(-0xae,_0x1471d4._0x4529a7,_0x1471d4._0xb78a6,-_0x1471d4._0x597167)+_0x3b6dc1(-_0x1471d4._0x2377eb,-0x153,-_0x1471d4._0x303a0e,-0x159)+'d)','wQPqw':'===\x20Server'+_0x26d6b9(-_0x1471d4._0x3f7aa7,0x9d,-_0x1471d4._0x1e184a,_0x1471d4._0x175448)+_0x26d6b9(-_0x1471d4._0x538d65,-0x192,-_0x1471d4._0x1bbdb1,-0xf1),'qYvEl':function(_0x8dff53){return _0x8dff53();},'jNHZy':function(_0x114d6){return _0x114d6();},'hTgGi':function(_0x578900,_0xfd1d0a){return _0x578900||_0xfd1d0a;},'JuKIe':function(_0x21f0ef,_0x1d8d3d){return _0x21f0ef||_0x1d8d3d;},'bGZxe':'(not\x20set)','CKnBy':function(_0x1900f4,_0x40a77f){return _0x1900f4||_0x40a77f;},'TowfK':function(_0x323002,_0x1d0e28){return _0x323002!==_0x1d0e28;},'JeiSR':_0x26d6b9(-0xf5,-0x3c,-0xb7,-0x9b)+_0x3b6dc1(-0x16c,-0x260,-0x225,-0x1ec)+_0x26d6b9(-0x102,-_0x1471d4._0x3b26d6,-_0x1471d4._0x180ff0,-_0x1471d4._0x3f7aa7),'CuZMr':'setup.json','lIYKL':_0x26d6b9(0xa,-0xe2,_0x1471d4._0x501fff,-_0x1471d4._0x4c6395),'ZAabj':'xKhuh','MrYFl':function(_0x5dada5,_0x29d31a){return _0x5dada5===_0x29d31a;},'vfXWB':_0x26d6b9(-_0x1471d4._0x4c56a9,-_0x1471d4._0x233c9e,-0x122,-_0x1471d4._0x52476b),'FuGxI':function(_0x1f58eb,_0x15624a){return _0x1f58eb!==_0x15624a;},'ZuoHB':_0x26d6b9(-0xeb,_0x1471d4._0x10c066,0x1c,-_0x1471d4._0x24eae5),'DyskL':_0x26d6b9(-_0x1471d4._0x5175df,-_0x1471d4._0x40844a,-_0x1471d4._0x189a37,-_0x1471d4._0x42bc23)+_0x26d6b9(0x5a,-_0x1471d4._0x2976e9,_0x1471d4._0x3c511c,0x41)+_0x3b6dc1(-0xb0,-_0x1471d4._0x28b6cb,-0x19e,-0x108)+_0x3b6dc1(-0x1dc,-_0x1471d4._0x58fafd,-0x1de,-_0x1471d4._0x3ba646)+_0x26d6b9(_0x1471d4._0x13f64b,-_0x1471d4._0x54a5ac,-_0x1471d4._0x7b2ef7,-_0x1471d4._0x42c018)+'ion:','WNbSe':_0x26d6b9(_0x1471d4._0x37fdac,-0x83,-0x46,-0x2e)+_0x3b6dc1(-_0x1471d4._0x421791,-_0x1471d4._0x34b6e7,-_0x1471d4._0x481b24,-0x139)+_0x3b6dc1(-_0x1471d4._0x3e1c18,-_0x1471d4._0x1fbcb1,-0x151,-_0x1471d4._0x563e46)+_0x3b6dc1(-_0x1471d4._0x4f184e,-_0x1471d4._0x2e57d8,-0xd2,-0xf1)+_0x26d6b9(-_0x1471d4._0x197dc9,-0x10b,-_0x1471d4._0x13f64b,-0x86)+_0x3b6dc1(-_0x1471d4._0x44018b,-_0x1471d4._0x8a6bc3,-0x28c,-_0x1471d4._0x3f5604)+_0x3b6dc1(-0xf8,-_0x1471d4._0x36fdce,-_0x1471d4._0x53027e,-_0x1471d4._0x114faa)};console[_0x26d6b9(-_0x1471d4._0x40fd6e,-0xa1,-_0x1471d4._0x581658,-0x77)](_0x735993[_0x3b6dc1(-_0x1471d4._0x189764,-_0x1471d4._0x5e898f,-0x1d3,-0x213)]),console[_0x3b6dc1(-_0x1471d4._0x17160a,-0x1e7,-_0x1471d4._0x148e79,-_0x1471d4._0x3347fc)]('');const _0x5238fd=await _0x735993['qYvEl'](getCoderSetupPath);function _0x3b6dc1(_0x4f491e,_0x277b93,_0x5ae7df,_0x578c85){return _0x4973a5(_0x4f491e,_0x277b93-0x1c,_0x5ae7df-0x8a,_0x578c85- -0x2db);}const _0x224447=await _0x735993['jNHZy'](getServerPort);function _0x26d6b9(_0x4690b6,_0x4e3162,_0x8a589e,_0x494724){return _0x4973a5(_0x4e3162,_0x4e3162-0x55,_0x8a589e-_0x2fe9ca._0x1bd579,_0x494724- -_0x2fe9ca._0x4bb4ed);}const _0x209d65=await _0x735993[_0x3b6dc1(-0x145,-0xa0,-_0x1471d4._0x2e3bbd,-0x12d)](getSslCertPath),_0x32a8bb=await getSslKeyPath(),_0x7b3ef4=await _0x735993['qYvEl'](getSslCaPath),_0x4d1c7b=await _0x735993[_0x3b6dc1(-0x1ba,-0x18c,-0xec,-0x12d)](getTrustProxy);console[_0x26d6b9(-_0x1471d4._0x3fd1bd,-_0x1471d4._0x10bf4f,_0x1471d4._0x37238a,-_0x1471d4._0x1ec643)](_0x26d6b9(-0x92,0x3d,_0x1471d4._0x4c4d7a,-0xa)+_0x3b6dc1(-_0x1471d4._0x5ab4bf,-0x1cf,-_0x1471d4._0x2737d3,-0x151)+_0x735993[_0x26d6b9(_0x1471d4._0x4ebe51,_0x1471d4._0xd9506e,0xc2,_0x1471d4._0xfd6d02)](_0x5238fd,_0x3b6dc1(-0x1a5,-_0x1471d4._0x126107,-0x1c3,-_0x1471d4._0x5cd2d4))),console['log'](_0x26d6b9(-_0x1471d4._0x3fb2d8,0x49,-_0x1471d4._0x438fec,-0x66)+'t:\x20\x20\x20\x20\x20\x20'+_0x224447),console['log'](_0x3b6dc1(-0x290,-0x270,-_0x1471d4._0x570c86,-0x21e)+'ath:\x20\x20\x20\x20'+_0x735993['JuKIe'](_0x209d65,_0x3b6dc1(-_0x1471d4._0x2563a4,-0x280,-0x13c,-0x1d4))),console[_0x3b6dc1(-0x167,-0x256,-0x274,-_0x1471d4._0x27ca66)](_0x3b6dc1(-0x233,-_0x1471d4._0x13371b,-_0x1471d4._0x547e45,-0x209)+_0x3b6dc1(-0xb3,-_0x1471d4._0x3ba646,-0x15a,-_0x1471d4._0x352aa6)+(_0x32a8bb||_0x735993['bGZxe'])),console['log'](_0x3b6dc1(-0x94,-0x152,-0x1a8,-0x122)+_0x3b6dc1(-_0x1471d4._0x316684,-_0x1471d4._0x4fc415,-0xfb,-_0x1471d4._0x170e03)+_0x735993['CKnBy'](_0x7b3ef4,_0x735993[_0x3b6dc1(-0xba,-_0x1471d4._0x163260,-_0x1471d4._0x28b064,-0x126)])),console[_0x26d6b9(-_0x1471d4._0x4222b8,-_0x1471d4._0x3b7a65,-0x12f,-_0x1471d4._0x2f79c4)]('trust_prox'+_0x3b6dc1(-_0x1471d4._0x1752a2,-0x26f,-_0x1471d4._0x8b4a89,-_0x1471d4._0x5c89fb)+(_0x735993[_0x3b6dc1(-0x19a,-0x192,-0x1ab,-0x20e)](_0x4d1c7b,null)?_0x4d1c7b:_0x735993[_0x3b6dc1(-0x12a,-0xa2,-0x120,-_0x1471d4._0x3b9b40)])),console[_0x3b6dc1(-0x1f4,-_0x1471d4._0x11e6aa,-0x235,-_0x1471d4._0xa8347)](''),console[_0x3b6dc1(-_0x1471d4._0x11b667,-0x246,-_0x1471d4._0x3adaa9,-0x1c9)]('Location:\x20'+_0x735993['jNHZy'](getConfigPath)),console['log']('');if(_0x5238fd){console[_0x26d6b9(-0x125,-0x11,-_0x1471d4._0xb78a6,-_0x1471d4._0x51e7a7)](_0x735993[_0x26d6b9(_0x1471d4._0x33df65,_0x1471d4._0x2e8735,-_0x1471d4._0x3a5312,_0x1471d4._0x55c64c)]),console[_0x3b6dc1(-0x207,-0x1cb,-_0x1471d4._0x158b3f,-_0x1471d4._0x176bca)]('');const _0x4a7914=_0x3deb2b[_0x26d6b9(-0xff,-_0x1471d4._0x290df7,-0x3,-0x6e)](_0x5238fd,_0x735993[_0x3b6dc1(-_0x1471d4._0x4165f0,-0x21f,-0x1c5,-0x169)]);try{const _0x1b4734=await _0x589cd8['readFile'](_0x4a7914,_0x735993[_0x3b6dc1(-0xd0,-_0x1471d4._0x205b36,-0x1ae,-_0x1471d4._0x2be4bf)]),_0x36aa0b=JSON['parse'](_0x1b4734);console['log'](JSON[_0x3b6dc1(-_0x1471d4._0x245b2,-0x1ba,-_0x1471d4._0x5bf893,-_0x1471d4._0x7e5ed1)](_0x36aa0b,null,-0xe05*0x2+0x2041*-0x1+0x1*0x3c4d)),console['log'](''),console[_0x3b6dc1(-0x270,-_0x1471d4._0x213696,-0x222,-_0x1471d4._0x3d49a9)](_0x3b6dc1(-_0x1471d4._0x1e1d4d,-_0x1471d4._0x5b9b8a,-_0x1471d4._0x424ff1,-0x19f)+_0x4a7914);}catch(_0x43b1a8){_0x735993['ZAabj']===_0x735993[_0x26d6b9(-_0x1471d4._0x136085,0x10,-0x14,-_0x1471d4._0x3b26d6)]?_0x735993[_0x26d6b9(-_0x1471d4._0x5a633a,-0x1,0x26,-0x1)](_0x43b1a8[_0x26d6b9(-_0x1471d4._0x855da5,-_0x1471d4._0x4ea47d,-_0x1471d4._0x24eae5,-_0x1471d4._0x1d475a)],_0x735993[_0x26d6b9(-0x9a,-0xf3,-_0x1471d4._0x5cdba9,-0x99)])?_0x735993[_0x3b6dc1(-_0x1471d4._0x4c11de,-0x23a,-_0x1471d4._0x278f8a,-_0x1471d4._0x43b91c)]('XMeiS',_0x735993[_0x26d6b9(-0x162,-0x1be,-_0x1471d4._0x13046b,-_0x1471d4._0x522d3f)])?(console[_0x26d6b9(-0x1a,-_0x1471d4._0xac5bc2,-_0x1471d4._0x5b5238,-_0x1471d4._0x1ec643)](_0x735993[_0x26d6b9(_0x1471d4._0x4385f9,_0x1471d4._0x2aacc4,-0x29,-_0x1471d4._0x3d1d18)]),console['log'](''),console[_0x26d6b9(-0x130,_0x1471d4._0x33b543,-0x20,-_0x1471d4._0x51e7a7)](_0x26d6b9(_0x1471d4._0x2caa56,_0x1471d4._0x97d40d,-0x3d,0x47)+_0x26d6b9(0x6a,-0x3e,-0x4e,_0x1471d4._0x27d327)+_0x4a7914)):_0x27c655[_0x26d6b9(-0x14b,-0xc4,-0x11a,-_0x1471d4._0x136085)](_0x26d6b9(-0x7b,-0x45,0x83,-_0x1471d4._0x41162f)+_0x3b6dc1(-0x21c,-0x21a,-0x14c,-0x195)+'t\x20found\x20at'+'\x20'+_0x21e930):console[_0x3b6dc1(-0x1e1,-0x14c,-_0x1471d4._0x15bddf,-_0x1471d4._0x3447d1)](_0x3b6dc1(-_0x1471d4._0x2f857b,-0x28e,-0x26d,-_0x1471d4._0x2f90cf)+'ing\x20setup.'+_0x3b6dc1(-0x1df,-0x24c,-_0x1471d4._0x21d4bb,-_0x1471d4._0x4a669d)+_0x43b1a8[_0x3b6dc1(-_0x1471d4._0x2042bd,-0x1d9,-0x201,-0x1df)]):(_0x502ea2[_0x3b6dc1(-_0x1471d4._0x2c1d48,-_0x1471d4._0x477dac,-0x1d9,-0x1c9)](_0x735993[_0x3b6dc1(-_0x1471d4._0x5e367e,-_0x1471d4._0x54cb06,-_0x1471d4._0x58e691,-_0x1471d4._0x4fc415)]),_0x4df47d['log'](''),_0x55c459[_0x3b6dc1(-_0x1471d4._0x15b5dc,-_0x1471d4._0x257d46,-0x25e,-0x1c9)](_0x3b6dc1(-0x1b9,-_0x1471d4._0x338345,-0x122,-0x10b)+_0x26d6b9(_0x1471d4._0xa8dcf1,-_0x1471d4._0x536788,_0x1471d4._0x5ef7c4,0x13)+_0x2919ba));}}else console[_0x3b6dc1(-0x140,-_0x1471d4._0x24bcc3,-0x1f1,-_0x1471d4._0x176bca)](_0x735993[_0x26d6b9(_0x1471d4._0x5c255a,-_0x1471d4._0x32437e,0x2e,-0x42)]),console[_0x26d6b9(0x32,_0x1471d4._0x12df58,-0x54,-_0x1471d4._0x3c90ce)](_0x735993[_0x3b6dc1(-0x12a,-0x8e,-_0x1471d4._0x420847,-0x10f)]);}
1
+ (function(_0x221950,_0x9c4a1f){const _0x16b100={_0x4a9446:0xf,_0x4665de:0xe8,_0x155c9f:0x7d,_0x440e30:0x19,_0x5a5e5c:0x552,_0x13ab82:0x4df,_0x2aaf07:0x46d,_0x1485aa:0x171,_0x8f03:0x1e2,_0x18f803:0xcc,_0x182efb:0x18f,_0x3b2121:0x175,_0x22a77c:0x19a,_0xe019d4:0xd5,_0x2ea422:0x79,_0x19edec:0x1c,_0x58ce5e:0x4eb,_0xaadce8:0x591,_0x181e8c:0x464,_0x2420e4:0x92,_0x237c03:0x11e},_0x4a7a17={_0x706858:0x249},_0x10f521={_0x257347:0x396};function _0x55ac49(_0x12bebb,_0x18141a,_0x24156a,_0x381cd7){return _0x12ec(_0x12bebb-_0x10f521._0x257347,_0x24156a);}function _0x41c3ba(_0x2e7846,_0x2a02ae,_0x2b6342,_0x5c16f8){return _0x12ec(_0x2e7846- -_0x4a7a17._0x706858,_0x2a02ae);}const _0x5ad069=_0x221950();while(!![]){try{const _0x232102=parseInt(_0x41c3ba(-0x50,-0x6d,-_0x16b100._0x4a9446,-_0x16b100._0x4665de))/(-0x1*-0x11cb+-0x10c8+-0x102*0x1)+-parseInt(_0x41c3ba(-0x5f,-_0x16b100._0x155c9f,-0xee,_0x16b100._0x440e30))/(0x1a78+-0x1955+-0x121)+-parseInt(_0x55ac49(0x536,_0x16b100._0x5a5e5c,0x561,_0x16b100._0x13ab82))/(-0x1*-0x1aed+0x283+-0x1b*0x117)*(parseInt(_0x55ac49(_0x16b100._0x2aaf07,0x46a,0x48e,0x3fa))/(-0xd4e+-0x9cd+0x171f))+parseInt(_0x41c3ba(-_0x16b100._0x1485aa,-_0x16b100._0x8f03,-_0x16b100._0x18f803,-_0x16b100._0x182efb))/(-0xe68+0xb9*0x23+-0xade)+parseInt(_0x41c3ba(-_0x16b100._0x3b2121,-_0x16b100._0x22a77c,-_0x16b100._0xe019d4,-0x122))/(-0x1*-0xbe1+0x12*0x1af+-0x2a29)+parseInt(_0x41c3ba(-_0x16b100._0x2ea422,-0x123,-_0x16b100._0x19edec,-0xdd))/(-0x966+-0x1d1b*-0x1+-0x13ae)*(parseInt(_0x55ac49(_0x16b100._0x58ce5e,_0x16b100._0xaadce8,0x46c,_0x16b100._0x181e8c))/(0xb37+-0x1b44+0x1015))+-parseInt(_0x41c3ba(-0x8f,-_0x16b100._0x2420e4,-_0x16b100._0x237c03,-0x79))/(0xaef+-0x120f+-0xd*-0x8d);if(_0x232102===_0x9c4a1f)break;else _0x5ad069['push'](_0x5ad069['shift']());}catch(_0x4235e4){_0x5ad069['push'](_0x5ad069['shift']());}}}(_0x35bb,-0xa52b+-0x21a74*-0x3+-0xad*-0x1c7));import{promises as _0x465885}from'fs';function _0x4b642b(_0x272df7,_0x6205,_0x1a0b94,_0x4a07a5){return _0x12ec(_0x272df7-0x6e,_0x4a07a5);}import _0x109abd from'path';function _0x12ec(_0x10a922,_0xcb43a0){_0x10a922=_0x10a922-(-0xc83*-0x3+0x47d+-0x2957);const _0x5b5e14=_0x35bb();let _0x12cd46=_0x5b5e14[_0x10a922];if(_0x12ec['qSHKyM']===undefined){var _0x337bc2=function(_0x1d7146){const _0x9c3a20='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1ebc0c='',_0x3bbce7='';for(let _0x10437e=-0x109+-0x2aa*-0xa+-0x199b,_0x4c4ffc,_0x49a6fe,_0x447bf1=0x2ad*-0x3+0x233a+-0x1b33;_0x49a6fe=_0x1d7146['charAt'](_0x447bf1++);~_0x49a6fe&&(_0x4c4ffc=_0x10437e%(0xb*0x92+-0x9d*-0x1+0x1*-0x6df)?_0x4c4ffc*(0x15eb*-0x1+-0x12e3+0x290e)+_0x49a6fe:_0x49a6fe,_0x10437e++%(0x9a8+-0x9d5*0x2+-0x1*-0xa06))?_0x1ebc0c+=String['fromCharCode'](-0x7*-0x2ff+-0x2*0xacc+0x12*0x17&_0x4c4ffc>>(-(0x18db+0xde9+0x386*-0xb)*_0x10437e&0x2512+0x3*0x94f+-0x40f9*0x1)):-0x17f3+0x81e+0xfd5){_0x49a6fe=_0x9c3a20['indexOf'](_0x49a6fe);}for(let _0x26098c=-0x1a11+0x1*0x3f1+-0xc*-0x1d8,_0x5f1c3a=_0x1ebc0c['length'];_0x26098c<_0x5f1c3a;_0x26098c++){_0x3bbce7+='%'+('00'+_0x1ebc0c['charCodeAt'](_0x26098c)['toString'](0xf*-0x63+-0x17a9+0x2*0xec3))['slice'](-(-0x1e*-0xd1+0x40*-0xc+-0x5*0x44c));}return decodeURIComponent(_0x3bbce7);};_0x12ec['CWqEKA']=_0x337bc2,_0x12ec['bOVWmD']={},_0x12ec['qSHKyM']=!![];}const _0x37acd5=_0x5b5e14[0x2188+-0x1bb6+-0x5d2],_0x5a98ec=_0x10a922+_0x37acd5,_0x29adb9=_0x12ec['bOVWmD'][_0x5a98ec];return!_0x29adb9?(_0x12cd46=_0x12ec['CWqEKA'](_0x12cd46),_0x12ec['bOVWmD'][_0x5a98ec]=_0x12cd46):_0x12cd46=_0x29adb9,_0x12cd46;}function _0xd1ab8d(_0x3f6699,_0x47a594,_0x28de6c,_0x517f86){return _0x12ec(_0x47a594- -0x2a2,_0x517f86);}import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x35bb(){const _0x321ac7=['zxjYB3i','AwD1CMf0Aw9Uia','t0jezMy','q0HOu3a','DerZBvC','z21bD2G','pt09ifnLCNzLCG','rgHcCfC','C3nSx2TLEv9Wyq','zsbZzxj2zxiGzG','icbtu0GGAg9ZDa','yxrO','AdOGicaGica','CL9Zzxr1Cf9Wyq','y29KzxiVy29UzG','t0nuzgG','A2jxwLy','t2jer0W','BNrZihrVigeGDG','wK9pBvu','DhvWx3bHDgGGia','yw5WEu8','zgXLicHVChrPBW','CM9ese4','tu9RzuC','q0v0CgW','mJf8mJj8nxWXoq','y29UzMLNihjLBq','zxr1Cc5QC29Uia','verwAwG','y0nuCKm','CMfNzsaGicaGia','BM1KvvG','wev4EeO','u0jpyuu','icb0yxnRx3n0BW','DgG6icaGica','CMvZB2X2zq','q29UzMLNDxjHDa','y2XHDwrL','EMPjCuS','Bwz6Bu8','r0Dpthq','uMvZzxqG','z2v0','thHpCMq','qwH4zLO','EuPXv2C','CMvKigLUih4VlG','ifnOB3CGywXSia','vevtvNy','uMvZDgfYDcb0Aa','ieDLDcbHignVBG','C3bSAxq','icbNzxqGpgTLEq','ywDLBNqGkgnSyq','yMnVBw1HBMq6ia','u3DqC1m','CfDoqwG','A0PWB2W','s3nIr2e','DwX0x2fNzw50ia','BMzqyuu','zYbZzxqGC2vYDG','wLr3tgO','s2v5ici','sfbsAwe','EMrSEui','txrdyxy','tgLfBMe','icbtzxr1CcbUyq','lxnLCNzLCIbJBW','C3nSx2nHx3bHDa','m0TpC2LzAq','Cf9WyxrOihbVAq','khnLDhvWlMPZBW','CunNr3C','Aw9Uid09pq','Cf9WyxrO','rgvpCvK','AMDkB24','zYbZzxqGzgvMyq','DgGGl3bHDgGVDa','CgfYC2u','Fdr8mJn8mtb8oq','rMLYC3qGy29UzG','zw50','BIbRzxK6ia','tg9JyxrPB246ia','uLDvzNu','Dhj1zq','s05xCLm','zsbRzxKGzMLSzq','CMvHzezPBgu','iIbUB3qGzM91BG','AwCUANnVBIK6','z2fWDMi','svroB2q','ueLcAhy','ndeZotiZnwHJyLHLqq','zxGP','y29UzMLNigDLDa','thvgDw4','pIaGicaGicaGia','qLDAy1i','icbKzwzHDwX0xW','u1nmignLCNrPzG','igTLExmGkhn0BW','zungB3y','icbUyw1LicaGia','Dwz1tLO','AgvSDvi','DgrewLe','icbZzxqGpgTLEq','zMLNDxjHDgLVBG','m3W0Fdb8mxWY','BhbhteG','zuz5wvK','Aw1owgO','A2v5CYaOC3rVCG','ihrVihrHA2uGzq','mJHZtgPpyvm','AwnHDguGzMLSzq','ywXPzcbJB2rLCG','y29UzMLNidXZzq','icbmB2nHDgLVBG','BwP6rue','lxnLDhvWigrPCG','B2nHDgLVBJOG','BNvTyMvY','yMPnDMy','icbZC2XFy2vYDa','icbuCNvZDcbWCG','uxDXCfa','pIa8DMfSDwu+ia','B3j0icHKzwzHDq','uKHMvui','q2PzvhC','y211wwW','u1nmihbYAxzHDa','BhnLkq','qMfSruS','icbJB2rLCL9Zzq','ihzHBhvL','wLHMrKS','Fdi2Fde2Fde0Fa','vw5RBM93BIbJBW','mtqYnZbesu9hz2O','AePjrha','q0nUre4','C2HVDW','DcaOmZaWmcK','zfrKELy','DvP2Ce4','icbezwzHDwX0ia','rxPrvfq','wvDpB0u','CxnXtLO','vK1JDgm','uw1uC08','vgjds2i','ALvluLy','nZq2nZaWCfD0zxj6','uufluxC','ysbSAxn0ig9Mia','rwniz3G','Dhj1C3rFChjVEa','DxaUANnVBIbUBW','icaGicaGicaGia','DwzlEfi','zxHPDa','zeDWCwe','BMfTzq','y29UzMLNDxjHDa','Cf9WyxrOoIa','v0zvDeS','C3nOx2HVC3q','B3H5icaGicaGia','Cgj5v0O','BY9JB2rLCI1Zzq','DvHuC1K','s015AMm','uMvTB3zLzca','BhvqqKS','BMzPz3vYyxrPBW','yvH3C1m','BMzPzYiGzM9Yia','AgfZ','zLLPq3K','Dw5Zzxq','icbZzxj2zxjFCa','AM9PBG','ANnVBJOG','rvnmu3q','ihrVigrLzMf1Ba','u2v0DxaGy29UzG','vKHZy1q','tLncBhu','DcbMB3vUzcbHDa','y29KzxjFC2v0Dq','ifjLBw92zsbHia','C3rYAw5NAwz5','B3H5igHLywrLCG','DgLVBIa9pt0','BhvLpG','C2v0DxaUANnVBG','A01Zuu8','DxrMltG','twfRzsbZDxjLia','DxaGCgf0AcbUBW','mZu0nKrmA2HADa','v0v1ruq','rfPgs2i','mJyWndy5nNvfrLH1rW','mZq3odeWnwjRrffnAG','Aw5NihnLDhvWlG','tgHTr0e','A2v5CW','zLbmtee','zwn0B3j5','icbZC2XFy2fFCa','Bg9N','BMfSkq','Dg1sqMy','yMjyy0S','zLvADLG','ru5pru5u','zfLhueS','BIbUB3qGzM91BG','icb0CNvZDf9WCG','C2v0DxaGCgf0Aa','id0G','DcbJB25MAwD1CG','Bw5nBeq','quT3B0C','icbJB2rLCI1Zzq','Fdi0Fdz8mtf8mG','Aw9UoG','z2vrrKm','zxiTC2vYDMvYia','Cc5QC29UktO','u2vYDMvYignVBG','rvjZv2W','zgnnEM0','zefWzLq','DvjszKe','ihrVihzPzxCGCW','zKnpDw4','AxjOtMG','A2v5pIaGicaGia','A2v5xsbBDMfSDq','ww9Syxy','sxHYCvy','rxHHBxbSzxm6','AwD1CMuGDgHLia','CMrAqLe','Ee9NBuS','rxjYB3iGCMvHza','yxzHAwXHyMXLia','zYbZzxqGy29Kzq','BeTHqLO','DhvW','DeP0B2O','DMv8C2HVDZ4GwW','B0j0BK8','Cezpwe8','mJv8ohWWFde1Fa','C3rVCMuGDgfZAW','Aw9U','icbYzw1VDMuGpa','igzVCIbLBNzPCG','D2jjEum','icbtzxj2zxiGCa','EK52Be8','icbZC2HFAg9ZDa','ywXPzcbWB3j0ia','z3vYyxrPB24','DwrLig9YignVza','v3r2s28','ugHPEhy','vKTMEeC','rvbetxy','B3j0icaGicaGia','rvndvfu','zxjFCg9YDca4ma','ifnLDcbHignVBG','r0r4sxi','B3zLidXRzxK+','zwqGAw4GC2v0Dq','DdOGicaGica','CNzLCIbJB25MAq','uxD6Dee','Eu1Qtw0','vNHyr1O','zMzLy3qU','C0f1yLu','Cgf0AcaGicaGia','rxHWzwn0zwqGBa','sMzSrgi','BLjYC3C','zuf1z1u','rxjYB3i6ieLUDG','u291yNq','CYaODhj1zs9Myq','zfDvCeW','BwvZC2fNzq','yxrOicaGicaGia','u2v0ia','rxjYB3i6ia','CcbKAxjLy3rVCG','ywDLBNqGicaGia','vNv2y0m','DKrbq3u','DhXNzxr8CMvTBW','CfbJyMy','icbZC2XFA2v5xW','v25euvK','y29Kzq','AeX0ANK','rxjYB3i6ifnLDa','BgzjBKG','rwfdvxe','rxjYB3i6ihnLDa','C2vYDMvYx3bVCG','suPeCM8','icbqyxrOihrVia','zcbPBIbJB25MAq','Egn3Cg0','DxnHz2uGAw5MBW','C3nSx2nLCNrFCa','x3bHDgGGicaGia','twziAM8','vxnHz2u6ignVza','idXRzxK+','icbZAg93icaGia','uNvUicjJB2rLCG','Bhq6idmWmdaP','q29TBwfUzhm6','Duzewu0','mJuWntuYtwfVDMHu','AhrnwNq'];_0x35bb=function(){return _0x321ac7;};return _0x35bb();}const SERVER_CONFIG_KEYS=new Set([_0xd1ab8d(-0x257,-0x1d9,-0x260,-0x1ce)+_0xd1ab8d(-0x85,-0xfd,-0x1a0,-0x175),_0x4b642b(0x1b3,0x207,0x1c3,0x1ce)+'t',_0xd1ab8d(-0xff,-0x157,-0xb9,-0xb4)+_0xd1ab8d(-0x16f,-0x140,-0x1a3,-0xb0),'ssl_key_pa'+'th',_0x4b642b(0x20d,0x24b,0x220,0x250)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set([_0x4b642b(0x120,0xcd,0x1b8,0x16c),'default_ag'+_0x4b642b(0x21b,0x1a6,0x1f6,0x259),'task_stora'+'ge',_0xd1ab8d(-0x90,-0x9f,-0x10c,-0xfc)]);export async function handleConfig(_0x1afe03){const _0x237f9b={_0xce8e21:0x73,_0x56c10d:0xd3,_0xf7e480:0x177,_0x3c22bd:0x86,_0x2c0e9c:0xd9,_0x4d2026:0xc2,_0x226960:0x26c,_0x544e42:0x296,_0x210ae4:0x270,_0x3b4901:0x205,_0xcc5cbf:0x31,_0x610bd7:0x63,_0x45c2a1:0x13d,_0x4ac7d7:0x11e,_0x2d49e2:0xe8,_0x21d0ba:0x32e,_0x1f8593:0x25e,_0x315ce0:0x374,_0x4390fb:0x88,_0x1b43ee:0x3c,_0x5884cc:0xa4,_0x1f54dd:0x41,_0x2c2e2d:0xd8,_0x27c090:0x4c,_0x47b889:0x3f,_0x1eb91f:0x29,_0x4ff77b:0xb1,_0x47e2ca:0x65,_0x228a6b:0xdf,_0xc602e6:0x5c,_0x33d3f8:0x7e,_0x427fec:0x108,_0x3bcd84:0x252,_0x3bbdc7:0x27e,_0x3b2f18:0xa0,_0x2d1494:0xdb,_0x172d4d:0x9d,_0x4c9b82:0x58,_0x58f2f8:0xe9,_0x4db228:0x271,_0xf8218e:0x280,_0x2f252e:0x2dc,_0x4fdc0e:0x21b,_0x3af7dd:0x1f9,_0x15e565:0x292,_0x438967:0x133,_0x2a6c84:0xb5,_0x1cba20:0x88,_0x469cb7:0x293,_0x2714f3:0x23e,_0x41d608:0xa0,_0x57da17:0x11e,_0x43b899:0x126,_0x2d8c47:0x1fa,_0x4bc3f7:0x2a0,_0x34baac:0x1ed,_0x23f3e4:0x255,_0x4a2f78:0x2a4,_0x5af576:0x1b},_0x550e14={_0x1febcd:0x38f,_0x290dd4:0xca},_0x79d2e5={_0x5c6cfe:0x13d,_0x3928bc:0x75},_0x51169b={'jgJon':_0x5035a7(_0x237f9b._0xce8e21,0x158,_0x237f9b._0x56c10d,_0x237f9b._0xf7e480)+_0x5035a7(-_0x237f9b._0x3c22bd,-0x12,0x17,0x29)+'d)','kkjZy':function(_0x1a998a){return _0x1a998a();},'gWkmA':_0x5035a7(0xa3,_0x237f9b._0x2c0e9c,0x118,_0x237f9b._0x4d2026),'pWNAh':'set','uBJFK':_0x42b5c3(_0x237f9b._0x226960,_0x237f9b._0x544e42,_0x237f9b._0x210ae4,_0x237f9b._0x3b4901),'NUqCO':function(_0x4ca7a2,_0x5dfecd){return _0x4ca7a2(_0x5dfecd);},'anpyO':'remove','lfInH':_0x5035a7(0x9a,-_0x237f9b._0xcc5cbf,-0x10,_0x237f9b._0x610bd7),'ITNod':function(_0x5a1591,_0x2528ae){return _0x5a1591(_0x2528ae);},'KsbGa':_0x5035a7(0xba,_0x237f9b._0x45c2a1,_0x237f9b._0x4ac7d7,_0x237f9b._0x2d49e2)};function _0x5035a7(_0x552e6c,_0x1ac73e,_0x18ef70,_0x4f480f){return _0x4b642b(_0x18ef70- -_0x79d2e5._0x5c6cfe,_0x1ac73e-0x1a2,_0x18ef70-_0x79d2e5._0x3928bc,_0x4f480f);}function _0x42b5c3(_0x3e999a,_0x518eff,_0x5a2895,_0x51232b){return _0xd1ab8d(_0x3e999a-0x17a,_0x5a2895-_0x550e14._0x1febcd,_0x5a2895-_0x550e14._0x290dd4,_0x518eff);}const _0x2c6416=_0x1afe03[-0x3*0x589+0x110d+0x6*-0x13];!_0x2c6416&&(_0x51169b['kkjZy'](showUsage),process[_0x42b5c3(_0x237f9b._0x21d0ba,_0x237f9b._0x1f8593,0x2ee,_0x237f9b._0x315ce0)](-0x56+0x1*0x201f+-0xfe4*0x2));try{if(_0x51169b['gWkmA']===_0x5035a7(_0x237f9b._0x4390fb,0xcb,_0x237f9b._0x1b43ee,_0x237f9b._0x5884cc))_0x4a6cd1['log'](_0x51169b[_0x5035a7(_0x237f9b._0x1f54dd,0x3f,_0x237f9b._0x2c2e2d,_0x237f9b._0x27c090)]),_0x43e21a[_0x5035a7(_0x237f9b._0x47b889,0x4,0x10,-_0x237f9b._0x1eb91f)](''),_0x292f09[_0x5035a7(-0x26,_0x237f9b._0x4ff77b,0x10,_0x237f9b._0x47e2ca)](_0x5035a7(_0x237f9b._0x228a6b,0x2f,_0x237f9b._0xc602e6,_0x237f9b._0x33d3f8)+_0x5035a7(0x153,0x16d,_0x237f9b._0x427fec,_0x237f9b._0x427fec)+_0x5bf5b6);else switch(_0x2c6416){case _0x51169b[_0x42b5c3(_0x237f9b._0x3bcd84,0x285,_0x237f9b._0x3bbdc7,0x2d9)]:await setConfig(_0x1afe03[0xea7+0x1*-0x1b+-0x33*0x49],_0x1afe03[0x83*0x35+0x1*-0x2fb+0x2*-0xc11]);break;case _0x51169b['uBJFK']:await _0x51169b['NUqCO'](getConfig,_0x1afe03[0xce9+0x1*0xbf+-0xda7]);break;case _0x51169b[_0x5035a7(_0x237f9b._0x3b2f18,_0x237f9b._0x2d1494,_0x237f9b._0x172d4d,-0x9)]:case _0x51169b[_0x5035a7(0xb7,0xbd,0x73,-0x1e)]:await _0x51169b[_0x5035a7(_0x237f9b._0x4c9b82,0x13a,_0x237f9b._0x58f2f8,0x11e)](removeConfig,_0x1afe03[0x1c01+-0x26ee+-0xaee*-0x1]);break;case _0x51169b[_0x42b5c3(_0x237f9b._0x4db228,0x2aa,_0x237f9b._0xf8218e,_0x237f9b._0x2f252e)]:await showConfig();break;default:console['error']('Unknown\x20su'+_0x42b5c3(_0x237f9b._0x4fdc0e,_0x237f9b._0x3af7dd,0x27c,_0x237f9b._0x15e565)+_0x2c6416),console[_0x5035a7(_0x237f9b._0x438967,_0x237f9b._0x2a6c84,_0x237f9b._0x1cba20,0x70)](_0x42b5c3(0x298,_0x237f9b._0x469cb7,_0x237f9b._0x2714f3,0x1c3)+_0x5035a7(0x139,0x47,0xcf,_0x237f9b._0x41d608)+'nfig\x22\x20for\x20'+_0x5035a7(0xc4,0x11a,0x7b,_0x237f9b._0x57da17)+'rmation'),process[_0x5035a7(0xe3,_0x237f9b._0x43b899,0x132,0xaf)](0xee6+0x4a9*-0x5+0x868);}}catch(_0x2f6477){console[_0x42b5c3(_0x237f9b._0x2d8c47,0x2be,0x244,_0x237f9b._0x4bc3f7)](_0x42b5c3(_0x237f9b._0x34baac,_0x237f9b._0x23f3e4,0x223,_0x237f9b._0x4a2f78)+_0x2f6477[_0x5035a7(0xdd,_0x237f9b._0x5af576,0x64,0x3e)]),process['exit'](-0x1370+-0x1ad8+0x29*0x121);}}function showUsage(){const _0x2ad33e={_0x4229d2:0x1bd,_0x1270ed:0x272,_0x481484:0x2b4,_0x34eac6:0x27a,_0x12740b:0x189,_0x22901d:0x150,_0x1d8cf3:0x146,_0xa49543:0x1c3,_0x594014:0x164,_0x2b1230:0x11d,_0x52f955:0x24e,_0x1f82e0:0x14a,_0x481f30:0x205,_0x2bdddb:0x37b,_0x1c02e2:0x40b,_0x584ef8:0x420,_0x31dfb8:0x3b8,_0x3ae0ce:0x217,_0x4b6be1:0x234,_0x3b188e:0x1cb,_0x479a37:0x22a,_0x2cc148:0x13e,_0x4f7c31:0xc6,_0x3b7baa:0x15d,_0x45127b:0x1d4,_0x1a2d77:0x1e8,_0x10a026:0x12f,_0x4635c5:0x1f0,_0x4318f7:0xa6,_0x19040b:0x38c,_0x2323a0:0x2c0,_0xf90397:0xfd,_0x414cd4:0x2fb,_0x12ca29:0x24d,_0x4e4a0f:0x2cc,_0x53f3b0:0x241,_0x5772e2:0x45a,_0x207f71:0x2c2,_0x75597:0x32f,_0x3e42d4:0x37a,_0x55296c:0x1dc,_0x3ba1e8:0x125,_0x4ea1f7:0x421,_0x2bf583:0x1a0,_0x302135:0x129,_0x4a4dd4:0x240,_0x53416a:0x120,_0x8d3f51:0x102,_0x1cc587:0x3a0,_0x1ad31e:0x404,_0x4f953b:0x388,_0x3fcd4a:0x3fd,_0x1e7bb3:0x437,_0x38f131:0x32a,_0x29e7a3:0x101,_0x547787:0x6e,_0x1f11cc:0x11a,_0x220e91:0xc8,_0x2291f6:0x3ff,_0x1560d4:0x390,_0x347bb7:0x2ef,_0x3647f0:0x45c,_0x1f46a9:0x4b1,_0x1e7e13:0x2c7,_0x19171e:0x308,_0x45ed13:0x305,_0xf483f5:0x401,_0xf91685:0x39b,_0x567df3:0x2c4,_0x353f91:0x140,_0x587719:0xbc,_0x25f72a:0x1e0,_0x26fac2:0x1ce,_0x4c9bed:0x405,_0x3efb8f:0x4ac,_0x59aadf:0x407,_0x39822e:0x24d,_0x25d445:0x27f,_0xc5ac4f:0x337,_0x57efed:0x3bd,_0xd6994f:0x1b8,_0x2110e0:0x160,_0x8e6bfe:0x153,_0x2746a4:0x367,_0x9753f4:0x1b2,_0x5f15cf:0x1b1,_0x84b719:0x206,_0x10aa2a:0x342,_0x1b2496:0x3ec,_0x2b061b:0x43f,_0x3f3dc1:0x2f8,_0x4a280d:0x378,_0x5444ca:0x39f,_0x374e98:0x34a,_0x5ad709:0x170,_0x4a5e0c:0x14c,_0x563dc9:0x366,_0x357d02:0x361,_0x12879e:0x3fa,_0x15958f:0x199,_0x373717:0x191,_0x2f6dd9:0x3d8,_0x241846:0x210,_0xdf9ff9:0x1c2,_0x3c0a7e:0x1a5,_0x26476a:0x114,_0x23c861:0x145,_0x3bf36e:0x3a3,_0xb48e39:0x3f6,_0x2f695a:0x2bd,_0xe70dc9:0x26b,_0x3c68dc:0x1e5,_0x4cb4e4:0x155,_0xe3cd27:0x22c,_0xce33a8:0x440,_0x35a852:0x343,_0x383521:0x237,_0x1f508c:0x21c,_0x1bcb9d:0x230,_0x4566fe:0x418,_0x2b372f:0x394,_0x3c2f49:0x451,_0x3b95e4:0x1d9,_0x46fdee:0x20b,_0x283113:0x1e6,_0x204f23:0x18d,_0x150b63:0x103,_0x45398e:0x22d,_0x4ce68e:0x1b8,_0x375b26:0x21d,_0x9e1365:0x432,_0x335b85:0x344,_0x1fca7f:0x39a,_0x4cda2a:0x37e,_0x3373e0:0x3f1,_0x3ed863:0x3ca,_0x23d9b0:0x474,_0x560926:0x383,_0x3d5783:0x458,_0x342696:0x3a6,_0x5e87e7:0x3f9,_0x5997e0:0x449,_0x24054e:0x1a5,_0x1eba03:0x1df,_0x16dfb5:0x202,_0x389301:0x178,_0x5b88d2:0x21b,_0x35a356:0x122,_0x2cccfb:0x185,_0x2aa128:0x137,_0xe38d32:0x196,_0x3dfcbf:0x1c7,_0x2e939c:0x12c,_0x454c8c:0x1b4,_0x504cda:0x23c,_0x664c5e:0x158,_0x9627d9:0x3a3,_0x1c4bb9:0x3e6,_0x130f19:0x2db,_0x2484fd:0x323,_0x624091:0x33c,_0x5867a9:0x2f5,_0x55a35a:0x1aa,_0xed9f4:0x16e,_0x58a96c:0x3a4,_0x517924:0x369,_0x9f0c56:0x2d6,_0x2237f5:0x32e,_0x1d0e59:0x2de,_0x314042:0x1a5,_0x55d7c6:0x231,_0x5eb98b:0x18c,_0x3a1305:0x403,_0x42c03d:0x186,_0x5d6ff5:0x3b5,_0x40b2ef:0x3d1,_0x3f4066:0x32b,_0x28fbf2:0x35a,_0x3c2ce3:0x429,_0x4fccc2:0x39a,_0x5847be:0x39b,_0x40d1fa:0x3b9,_0x59ae69:0x3ea,_0x446de0:0x195,_0x88d16d:0x11a,_0x2be6fd:0x379,_0x1f4559:0x350,_0x296689:0x11f,_0x4cf8c1:0x162,_0x1fc29b:0x1f9,_0xc23646:0x4d9,_0x468ef7:0x3ed,_0x5e8299:0x442,_0x30d22f:0x10f,_0x1c36c3:0x132,_0x4f95fd:0x19e,_0x1608b9:0x232,_0x48a414:0x128,_0x6b964b:0x1de,_0x1f222f:0x230,_0x546b65:0x279,_0x3ec9ee:0x12a,_0x4f357e:0x1bf,_0x3f467b:0x20e,_0x91838f:0x424,_0x3f64cb:0x34e,_0x19439b:0x39a,_0x541aed:0x306,_0x2a243f:0x38d,_0x148192:0x33f,_0xabc51a:0x1f6,_0xce407f:0x256,_0x2ad68b:0x465,_0x4f20c5:0x32e,_0x147191:0x2fc,_0x40a6f1:0x29a},_0x3e4456={_0x4f0d3d:0x20,_0xca483d:0x185},_0x84ac2d={_0x27cfb5:0x1d5,_0x3b0183:0x1ca},_0x2ea265={};_0x2ea265[_0x54a714(0x16b,0x108,_0x2ad33e._0x4229d2,0x10f)]='Usage:\x20cod'+'er-server\x20'+_0x54a714(0x221,_0x2ad33e._0x1270ed,_0x2ad33e._0x481484,_0x2ad33e._0x34eac6)+_0x54a714(_0x2ad33e._0x12740b,_0x2ad33e._0x22901d,0x14c,_0x2ad33e._0x1d8cf3)+'ve|show>\x20['+_0x54a714(0x14a,0x131,0x13f,0x14b)+'e]',_0x2ea265[_0x54a714(_0x2ad33e._0xa49543,_0x2ad33e._0x594014,_0x2ad33e._0x2b1230,_0x2ad33e._0x52f955)]=_0x54a714(0x1a1,0x1fc,0x115,0x165),_0x2ea265[_0x54a714(0x1aa,_0x2ad33e._0x1f82e0,_0x2ad33e._0x481f30,0x122)]=_0x22bc5a(0x436,_0x2ad33e._0x2bdddb,_0x2ad33e._0x1c02e2,0x473)+_0x22bc5a(0x3ec,0x461,_0x2ad33e._0x584ef8,_0x2ad33e._0x31dfb8)+'\x20Set\x20a\x20con'+_0x54a714(_0x2ad33e._0x3ae0ce,0x1ab,0x278,0x1b8)+_0x54a714(_0x2ad33e._0x4b6be1,_0x2ad33e._0x3b188e,0x282,_0x2ad33e._0x479a37),_0x2ea265[_0x54a714(_0x2ad33e._0x2cc148,_0x2ad33e._0x4f7c31,0x18c,0x1b2)]=_0x54a714(_0x2ad33e._0x3b7baa,_0x2ad33e._0x45127b,0x12f,_0x2ad33e._0x1a2d77)+_0x54a714(0x149,_0x2ad33e._0x10a026,_0x2ad33e._0x4635c5,_0x2ad33e._0x4318f7)+_0x22bc5a(0x324,_0x2ad33e._0x19040b,0x30d,_0x2ad33e._0x2323a0)+_0x54a714(_0x2ad33e._0xf90397,0x187,0x9e,0x147)+'ion\x20value',_0x2ea265['bjMvf']=_0x22bc5a(0x433,_0x2ad33e._0x414cd4,0x393,0x353)+_0x54a714(_0x2ad33e._0x12ca29,_0x2ad33e._0x4e4a0f,_0x2ad33e._0x53f3b0,0x2a7)+_0x22bc5a(0x36a,0x428,0x3cb,_0x2ad33e._0x5772e2)+'configurat'+'ion',_0x2ea265[_0x22bc5a(0x2a0,_0x2ad33e._0x207f71,_0x2ad33e._0x75597,0x35c)]=_0x22bc5a(0x2e1,_0x2ad33e._0x3e42d4,0x303,0x39b)+_0x54a714(0x16a,_0x2ad33e._0x55296c,0x208,_0x2ad33e._0x3ba1e8)+'\x20\x20Server\x20p'+_0x22bc5a(0x4aa,0x460,_0x2ad33e._0x4ea1f7,0x3fe)+_0x54a714(_0x2ad33e._0x2bf583,_0x2ad33e._0x302135,0x21b,0x1c7),_0x2ea265[_0x54a714(_0x2ad33e._0x4a4dd4,0x2d9,0x22a,0x2be)]='\x20\x20ssl_cert'+_0x54a714(0x19a,_0x2ad33e._0x53416a,_0x2ad33e._0x8d3f51,0x214)+'\x20\x20Path\x20to\x20'+_0x22bc5a(0x431,_0x2ad33e._0x1cc587,_0x2ad33e._0x1ad31e,_0x2ad33e._0x4f953b)+'icate\x20file';function _0x22bc5a(_0x4c33e5,_0xccf270,_0x365a47,_0x4bc8b5){return _0x4b642b(_0x365a47-_0x84ac2d._0x27cfb5,_0xccf270-_0x84ac2d._0x3b0183,_0x365a47-0x1c2,_0xccf270);}_0x2ea265[_0x22bc5a(0x4a2,_0x2ad33e._0x3fcd4a,_0x2ad33e._0x1e7bb3,0x406)]=_0x22bc5a(0x381,0x35d,_0x2ad33e._0x38f131,0x364)+_0x54a714(_0x2ad33e._0x29e7a3,0x174,0x66,_0x2ad33e._0x547787)+'\x20\x20Trust\x20pr'+_0x54a714(_0x2ad33e._0x1f11cc,_0x2ad33e._0x220e91,0x102,0x12f)+_0x22bc5a(_0x2ad33e._0x2291f6,_0x2ad33e._0x1560d4,0x374,_0x2ad33e._0x347bb7)+'lse)',_0x2ea265[_0x22bc5a(_0x2ad33e._0x3647f0,0x440,0x43a,_0x2ad33e._0x1f46a9)]=_0x22bc5a(0x308,_0x2ad33e._0x1e7e13,_0x2ad33e._0x19171e,0x2d9)+_0x22bc5a(_0x2ad33e._0x45ed13,_0x2ad33e._0xf483f5,_0x2ad33e._0xf91685,0x430)+_0x54a714(0x21c,0x287,0x21b,_0x2ad33e._0x567df3)+_0x22bc5a(0x3e6,0x310,0x365,0x33a)+_0x54a714(_0x2ad33e._0x353f91,_0x2ad33e._0x587719,_0x2ad33e._0x25f72a,_0x2ad33e._0x26fac2),_0x2ea265['mnMlD']=_0x22bc5a(_0x2ad33e._0x4c9bed,_0x2ad33e._0x3efb8f,_0x2ad33e._0x59aadf,0x4af)+_0x54a714(_0x2ad33e._0x39822e,0x237,0x1e7,_0x2ad33e._0x25d445)+_0x22bc5a(_0x2ad33e._0xc5ac4f,0x344,0x3e0,_0x2ad33e._0x57efed)+'me',_0x2ea265[_0x54a714(0x1de,0x1bf,0x243,0x1aa)]='Examples:',_0x2ea265[_0x54a714(_0x2ad33e._0xd6994f,0x223,_0x2ad33e._0x2110e0,_0x2ad33e._0x8e6bfe)]=_0x54a714(0x13b,0x164,0x141,0x1c8)+_0x22bc5a(0x2eb,0x3a1,_0x2ad33e._0x2746a4,0x375)+'g\x20set\x20code'+_0x54a714(_0x2ad33e._0x9753f4,0x22a,_0x2ad33e._0x5f15cf,_0x2ad33e._0x84b719)+_0x22bc5a(_0x2ad33e._0x10aa2a,0x3e8,_0x2ad33e._0x1b2496,_0x2ad33e._0x2b061b)+_0x22bc5a(0x30c,0x3a2,_0x2ad33e._0x3f3dc1,0x2f9)+_0x22bc5a(_0x2ad33e._0x4a280d,_0x2ad33e._0x5444ca,_0x2ad33e._0x374e98,0x2f3),_0x2ea265['BWZcR']=_0x54a714(0x13b,_0x2ad33e._0x5ad709,_0x2ad33e._0x4a5e0c,0x1a5)+_0x54a714(0x172,0x1ac,0x1e5,0x1f6)+'g\x20set\x20serv'+_0x22bc5a(0x326,_0x2ad33e._0x563dc9,_0x2ad33e._0x357d02,_0x2ad33e._0x12879e)+'80',_0x2ea265[_0x54a714(0x107,_0x2ad33e._0x15958f,0xc7,_0x2ad33e._0x373717)]=_0x22bc5a(_0x2ad33e._0x2f6dd9,0x2f2,0x330,0x365)+_0x54a714(0x172,_0x2ad33e._0x241846,0xde,_0x2ad33e._0xdf9ff9)+'g\x20show';const _0x3f4ee7=_0x2ea265;console[_0x54a714(_0x2ad33e._0x3c0a7e,_0x2ad33e._0x26476a,0x190,_0x2ad33e._0x23c861)](_0x3f4ee7[_0x22bc5a(_0x2ad33e._0x3bf36e,_0x2ad33e._0xb48e39,0x360,_0x2ad33e._0x2f695a)]),console['error'](''),console['error'](_0x3f4ee7[_0x54a714(0x1c3,_0x2ad33e._0xe70dc9,0x201,_0x2ad33e._0x3c68dc)]),console['error'](_0x3f4ee7[_0x54a714(0x1aa,_0x2ad33e._0x4cb4e4,_0x2ad33e._0xe3cd27,0x158)]),console[_0x22bc5a(_0x2ad33e._0xce33a8,0x429,0x39a,_0x2ad33e._0x35a852)](_0x54a714(0x1db,_0x2ad33e._0x383521,_0x2ad33e._0x1f508c,_0x2ad33e._0x1bcb9d)+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x22bc5a(0x3e5,0x3e0,0x3ce,0x36e)+_0x22bc5a(_0x2ad33e._0x4566fe,_0x2ad33e._0x2b372f,0x40c,_0x2ad33e._0x3c2f49)+_0x54a714(0x234,0x222,_0x2ad33e._0x3b95e4,_0x2ad33e._0x46fdee)),console[_0x54a714(_0x2ad33e._0x3c0a7e,_0x2ad33e._0x283113,_0x2ad33e._0x204f23,0x24f)](_0x3f4ee7['geQFC']),console[_0x54a714(_0x2ad33e._0x3c0a7e,_0x2ad33e._0x150b63,_0x2ad33e._0x45398e,0x147)](_0x3f4ee7[_0x54a714(0x227,_0x2ad33e._0x4ce68e,_0x2ad33e._0x375b26,0x20e)]),console[_0x22bc5a(0x3ab,0x405,0x39a,_0x2ad33e._0x9e1365)]('');function _0x54a714(_0x2383be,_0x205cb0,_0x977400,_0x3d325c){return _0x4b642b(_0x2383be- -_0x3e4456._0x4f0d3d,_0x205cb0-0x9d,_0x977400-_0x3e4456._0xca483d,_0x205cb0);}console[_0x22bc5a(_0x2ad33e._0x335b85,0x3da,_0x2ad33e._0x1fca7f,0x3af)]('Server\x20con'+'figuration'+'\x20keys\x20(sto'+_0x22bc5a(_0x2ad33e._0x4cda2a,_0x2ad33e._0x3373e0,_0x2ad33e._0x3ed863,_0x2ad33e._0x23d9b0)+_0x22bc5a(0x38a,_0x2ad33e._0x560926,0x3a8,0x338)+_0x22bc5a(_0x2ad33e._0x3d5783,_0x2ad33e._0x342696,_0x2ad33e._0x5e87e7,_0x2ad33e._0x5997e0)),console[_0x54a714(_0x2ad33e._0x24054e,_0x2ad33e._0x1eba03,_0x2ad33e._0x16dfb5,_0x2ad33e._0x389301)](_0x22bc5a(0x3c0,0x4c6,0x428,0x4ae)+_0x54a714(0x1b9,_0x2ad33e._0x5b88d2,0x1d2,_0x2ad33e._0x35a356)+'\x20\x20Path\x20to\x20'+'coder-setu'+_0x54a714(_0x2ad33e._0x2cccfb,_0x2ad33e._0x2aa128,0xea,0x1de)+'y'),console[_0x54a714(0x1a5,_0x2ad33e._0xe38d32,0x131,0x1ba)](_0x3f4ee7[_0x54a714(0x13a,0x13e,0xe0,_0x2ad33e._0x3dfcbf)]),console[_0x54a714(0x1a5,_0x2ad33e._0x2e939c,_0x2ad33e._0x454c8c,0x18e)](_0x3f4ee7[_0x22bc5a(0x48a,0x43a,0x435,0x41b)]),console[_0x54a714(0x1a5,_0x2ad33e._0x504cda,0x237,_0x2ad33e._0x664c5e)](_0x22bc5a(0x2f0,0x36f,0x380,_0x2ad33e._0x9627d9)+_0x22bc5a(0x2c4,0x3d1,0x36d,0x3fe)+'\x20\x20Path\x20to\x20'+'SSL\x20privat'+_0x22bc5a(0x419,0x3df,0x3f6,0x44e)),console['error']('\x20\x20ssl_ca_p'+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x22bc5a(0x40a,_0x2ad33e._0x1c4bb9,0x38a,0x42f)+'SSL\x20CA\x20bun'+_0x54a714(0x1bb,0x210,_0x2ad33e._0x1f508c,0x142)+_0x22bc5a(0x39f,_0x2ad33e._0x130f19,_0x2ad33e._0x2484fd,0x2c6)),console[_0x22bc5a(_0x2ad33e._0x624091,_0x2ad33e._0x5867a9,0x39a,0x43a)](_0x3f4ee7[_0x54a714(0x242,0x2c7,_0x2ad33e._0x55a35a,0x2ad)]),console[_0x54a714(0x1a5,_0x2ad33e._0xed9f4,0x120,0x198)](''),console[_0x54a714(0x1a5,0x1e0,0x202,0x122)](_0x3f4ee7[_0x22bc5a(0x3ba,_0x2ad33e._0x9e1365,0x43a,_0x2ad33e._0x58a96c)]),console['error'](_0x3f4ee7[_0x22bc5a(_0x2ad33e._0x517924,_0x2ad33e._0x9f0c56,_0x2ad33e._0x2237f5,_0x2ad33e._0x1d0e59)]),console[_0x54a714(_0x2ad33e._0x314042,0x21a,_0x2ad33e._0x55d7c6,_0x2ad33e._0x5eb98b)](_0x22bc5a(0x399,0x38e,_0x2ad33e._0x3a1305,0x3a0)+_0x54a714(_0x2ad33e._0x42c03d,0x154,0x182,0x1ee)+'\x20\x20Default\x20'+_0x22bc5a(0x461,_0x2ad33e._0x5d6ff5,0x3d1,_0x2ad33e._0x40b2ef)+_0x22bc5a(0x358,_0x2ad33e._0x3f4066,_0x2ad33e._0x28fbf2,0x36e)+'ex)'),console[_0x22bc5a(_0x2ad33e._0x3c2ce3,0x429,_0x2ad33e._0x4fccc2,0x3a9)]('\x20\x20task_sto'+_0x22bc5a(_0x2ad33e._0x5847be,0x435,_0x2ad33e._0x40d1fa,_0x2ad33e._0x59ae69)+_0x54a714(_0x2ad33e._0x446de0,0x1c5,_0x2ad33e._0x88d16d,0x19d)+_0x22bc5a(0x379,_0x2ad33e._0x2be6fd,_0x2ad33e._0x1f4559,0x2a7)+'\x20results'),console[_0x54a714(_0x2ad33e._0x314042,_0x2ad33e._0x2cccfb,0x24e,_0x2ad33e._0x296689)](_0x54a714(_0x2ad33e._0x4cf8c1,_0x2ad33e._0x1fc29b,0xc6,0x1af)+_0x22bc5a(_0x2ad33e._0xc23646,_0x2ad33e._0x468ef7,_0x2ad33e._0x5e8299,0x490)+_0x22bc5a(0x3f6,0x398,0x3a4,_0x2ad33e._0x38f131)+_0x54a714(0x15e,_0x2ad33e._0x30d22f,_0x2ad33e._0x1c36c3,_0x2ad33e._0x4f95fd)+'onments'),console['error'](''),console[_0x54a714(0x1a5,_0x2ad33e._0x1608b9,0x10f,_0x2ad33e._0x48a414)](_0x3f4ee7[_0x54a714(_0x2ad33e._0x6b964b,_0x2ad33e._0x1f222f,_0x2ad33e._0x546b65,0x265)]),console[_0x54a714(0x1a5,0x1bf,_0x2ad33e._0x3ec9ee,_0x2ad33e._0x4f357e)](_0x3f4ee7[_0x54a714(_0x2ad33e._0xd6994f,_0x2ad33e._0x3f467b,0x236,0x130)]),console['error'](_0x3f4ee7[_0x54a714(0x20d,0x2b4,0x207,0x1d8)]),console[_0x22bc5a(_0x2ad33e._0x91838f,_0x2ad33e._0x3f64cb,_0x2ad33e._0x19439b,_0x2ad33e._0x541aed)]('\x20\x20coder-se'+_0x22bc5a(_0x2ad33e._0x1cc587,_0x2ad33e._0x2a243f,0x367,_0x2ad33e._0x148192)+_0x54a714(_0x2ad33e._0xabc51a,_0x2ad33e._0xce407f,0x201,0x14c)+_0x22bc5a(_0x2ad33e._0x2ad68b,0x3c4,0x3d7,_0x2ad33e._0x4f20c5)+'claude'),console[_0x54a714(_0x2ad33e._0x3c0a7e,0x1ad,0x204,0x1e3)](_0x3f4ee7[_0x22bc5a(0x33b,_0x2ad33e._0x34eac6,_0x2ad33e._0x147191,_0x2ad33e._0x40a6f1)]);}async function setConfig(_0x3a8692,_0x3ac1d6){const _0x5e7548={_0x794229:0x1f5,_0x4c4735:0x4a5,_0x5bce8b:0x52b,_0x16f803:0x414,_0x1efa22:0x208,_0x226703:0x286,_0x1e3167:0x103,_0x1c906f:0xdc,_0x5b6eec:0x93,_0x46ea2b:0x10b,_0xbfaed7:0xe6,_0x3c2a0e:0x4c1,_0x1423cc:0x419,_0x5d796a:0x45a,_0x13f131:0x440,_0x36e3cd:0x45c,_0x24d3cd:0x192,_0x213dac:0x1fd,_0x544898:0x527,_0x165307:0x1e9,_0x474545:0x17f,_0x30024d:0x100,_0x4a3168:0xa0,_0x205b81:0x124,_0x1ae88f:0x25b,_0x95a56b:0x230,_0x106e6b:0x219,_0x416c4c:0x2a5,_0x4e979f:0x4c4,_0x168c4e:0x2bd,_0x49ddde:0x195,_0x10ea27:0x4ed,_0x33f0fc:0x4b7,_0x8f07aa:0x50e,_0x398dfc:0x1e2,_0x2e53de:0x15b,_0x1a3260:0x166,_0x4869ce:0x4f5,_0x17c288:0x52e,_0x301013:0x57e,_0x18e34c:0x413,_0x38ee3b:0x5fa,_0x1843ef:0x1a7,_0x5d4b86:0x1d2,_0x4392ef:0x1e8,_0x5e1aaa:0x432,_0x3becbd:0x412,_0x11ed49:0x3cf,_0x1ffb87:0x1ae,_0x469be8:0x43f,_0x228f18:0x4a3,_0x454050:0x4c3,_0x168f83:0x513,_0x1327cf:0x49d,_0x79430f:0x59,_0x1e9fe7:0x78,_0x1f6f3e:0x4c6,_0x253615:0x466,_0x323d87:0x496,_0x2cd7b1:0x46d,_0x313953:0x547,_0x11d6d8:0x50f,_0x494588:0x4b2,_0x588385:0x475,_0x34d0c5:0x4d7,_0x84f234:0x540,_0x5166a5:0x46,_0x3e9265:0x97,_0x100dce:0xd8,_0x263368:0x87,_0xf6d309:0x1ab,_0x17989a:0x103},_0x35640c={_0x11bd6d:0x344,_0x2b16bd:0x19},_0x4d67b4={_0x4838a6:0x5f9};function _0x224244(_0x3a935f,_0x143288,_0x437133,_0x21b99b){return _0xd1ab8d(_0x3a935f-0x1c2,_0x3a935f-_0x4d67b4._0x4838a6,_0x437133-0x18f,_0x21b99b);}const _0x128ecb={'tJtoj':function(_0x35be9c,_0x461c45){return _0x35be9c===_0x461c45;},'zNvlO':_0x2a2803(-0x1a8,-0x1cd,-_0x5e7548._0x794229,-0x1f4),'NGwSJ':_0x224244(0x41a,0x46b,0x4a8,0x43c),'KNWrS':_0x224244(_0x5e7548._0x4c4735,_0x5e7548._0x5bce8b,_0x5e7548._0x16f803,0x4f8)+'er-server\x20'+'config\x20set'+'\x20<key>\x20<va'+_0x2a2803(-0x204,-0x1f4,-_0x5e7548._0x1efa22,-_0x5e7548._0x226703),'HPRia':function(_0x20e8c4,_0x1e74d0){return _0x20e8c4&&_0x1e74d0;},'aXwsS':function(_0x5a17fb,_0x27682b){return _0x5a17fb===_0x27682b;},'VxXGZ':_0x2a2803(-_0x5e7548._0x1e3167,-0x177,-_0x5e7548._0x1c906f,-0x4b),'MOkeG':function(_0x8a0f40,_0xb26253,_0x25f188){return _0x8a0f40(_0xb26253,_0x25f188);},'aXCgw':_0x2a2803(-_0x5e7548._0x5b6eec,-_0x5e7548._0x46ea2b,-_0x5e7548._0xbfaed7,-0xd8)};(!_0x3a8692||_0x128ecb['tJtoj'](_0x3ac1d6,undefined))&&(_0x128ecb[_0x224244(0x45f,0x446,0x4fe,0x4f0)](_0x128ecb[_0x224244(0x46a,_0x5e7548._0x3c2a0e,0x4c6,0x490)],_0x128ecb['NGwSJ'])?_0x2d9c12[_0x224244(0x4ae,0x443,0x4c5,_0x5e7548._0x1423cc)](_0x224244(_0x5e7548._0x5d796a,0x48b,_0x5e7548._0x13f131,_0x5e7548._0x36e3cd)+_0x2a2803(-0x1de,-_0x5e7548._0x24d3cd,-_0x5e7548._0x213dac,-0x15d)+'json:\x20'+_0x5dbd1a[_0x224244(0x48a,_0x5e7548._0x544898,0x476,0x428)]):(console[_0x2a2803(-_0x5e7548._0x165307,-0x1b6,-_0x5e7548._0x474545,-0x1d6)](_0x128ecb[_0x2a2803(-_0x5e7548._0x30024d,-_0x5e7548._0x4a3168,-_0x5e7548._0x205b81,-0xc8)]),process['exit'](-0x1*-0x45+0x1a50+-0x1a94)));function _0x2a2803(_0x4d698c,_0x1490fb,_0x22e6e7,_0x20de39){return _0x4b642b(_0x22e6e7- -_0x35640c._0x11bd6d,_0x1490fb-_0x35640c._0x2b16bd,_0x22e6e7-0xcd,_0x20de39);}const _0x17178d=SERVER_CONFIG_KEYS[_0x2a2803(-_0x5e7548._0x1ae88f,-_0x5e7548._0x95a56b,-_0x5e7548._0x106e6b,-_0x5e7548._0x416c4c)](_0x3a8692),_0x117b36=SETUP_JSON_KEYS['has'](_0x3a8692);_0x128ecb[_0x2a2803(-0x19d,-0xd9,-0x13d,-0x1a9)](!_0x17178d,!_0x117b36)&&(console[_0x224244(0x4ae,_0x5e7548._0x4e979f,0x469,0x4ca)]('Unknown\x20co'+_0x2a2803(-_0x5e7548._0x168c4e,-_0x5e7548._0x49ddde,-0x21c,-0x22b)+'n\x20key:\x20'+_0x3a8692),console[_0x224244(0x4ae,_0x5e7548._0x10ea27,_0x5e7548._0x33f0fc,_0x5e7548._0x8f07aa)](_0x2a2803(-_0x5e7548._0x398dfc,-_0x5e7548._0x2e53de,-0x185,-_0x5e7548._0x1a3260)+_0x224244(_0x5e7548._0x4869ce,0x576,_0x5e7548._0x17c288,_0x5e7548._0x301013)+_0x224244(_0x5e7548._0x18e34c,0x437,0x3ba,0x420)+_0x224244(0x552,0x5e9,_0x5e7548._0x38ee3b,0x507)+_0x2a2803(-0x216,-_0x5e7548._0x1843ef,-_0x5e7548._0x5d4b86,-_0x5e7548._0x4392ef)+_0x224244(_0x5e7548._0x5e1aaa,_0x5e7548._0x3becbd,0x459,_0x5e7548._0x11ed49)),process['exit'](0x61*-0x31+-0xc*0x323+-0x2*-0x1c1b));if(_0x17178d)_0x128ecb[_0x2a2803(-0x28b,-0x1f4,-0x21b,-_0x5e7548._0x1ffb87)](_0x224244(0x491,0x41c,_0x5e7548._0x469be8,_0x5e7548._0x228f18),_0x128ecb[_0x224244(0x47e,_0x5e7548._0x454050,_0x5e7548._0x168f83,_0x5e7548._0x1327cf)])?(_0x25e3cc(),_0x5aae78[_0x2a2803(-_0x5e7548._0x79430f,-_0x5e7548._0x4a3168,-0xd5,-_0x5e7548._0x1e9fe7)](-0x6aa*0x5+0x6*0x15d+0x1925)):await _0x128ecb[_0x224244(_0x5e7548._0x1f6f3e,_0x5e7548._0x253615,_0x5e7548._0x323d87,_0x5e7548._0x2cd7b1)](setServerConfig,_0x3a8692,_0x3ac1d6);else _0x117b36&&(_0x128ecb['aXCgw']!==_0x224244(_0x5e7548._0x313953,_0x5e7548._0x11d6d8,0x4a3,_0x5e7548._0x494588)?_0x1d8c4c[_0x224244(0x4ae,0x466,_0x5e7548._0x588385,_0x5e7548._0x34d0c5)](_0x224244(0x49b,0x4af,0x4ed,_0x5e7548._0x84f234)+_0x2a2803(-_0x5e7548._0x5166a5,-_0x5e7548._0x3e9265,-_0x5e7548._0x100dce,-_0x5e7548._0x263368)+'t\x20found\x20at'+'\x20'+_0xc0f42a):await _0x128ecb[_0x2a2803(-_0x5e7548._0xf6d309,-_0x5e7548._0x17989a,-0x167,-0x1a1)](setSetupConfig,_0x3a8692,_0x3ac1d6));}async function setServerConfig(_0x100f9f,_0x2975ec){const _0x13e7db={_0x42b295:0x3dd,_0x4d209f:0x43a,_0x913740:0x456,_0xd7546:0x511,_0x3e9679:0x54a,_0x934f92:0x268,_0x5dd128:0x2b3,_0x3e143c:0x5cd,_0x4c2d94:0x4cb,_0x2c8d19:0x241,_0x21f77e:0x1e9,_0x5796b7:0x1a3,_0x2653f9:0x1bb,_0x5758f6:0x462,_0x338837:0x50c,_0x2f30c4:0x572,_0x2ab578:0x207,_0x11962f:0x284,_0x3ead8d:0x23c,_0xb2ce73:0x2cd,_0x336ce9:0x2e0,_0x2e9880:0x2d9,_0x2276eb:0x26a,_0x47d5f5:0x25c,_0x1a5343:0x3f8,_0x4bb598:0x460,_0xb61ea2:0x46c,_0x1bf592:0x561,_0x235b72:0x53b,_0x5b3961:0x583,_0x336e43:0x252,_0x5eeedc:0x173,_0x510837:0x2d9,_0x236ace:0x2f5,_0x2e9344:0x512,_0x127fec:0x2ab,_0x448179:0x30d,_0x31c3d0:0x1e4,_0x1d1b5d:0x171,_0x315ce4:0x27f,_0x188ef1:0x228,_0x3b1e8e:0x256,_0x167525:0x2d1,_0x1bdd2b:0x2a7,_0x3050f4:0x1d8,_0x577ffd:0x24d,_0x5bc08f:0x2b3,_0x37e4e8:0x62e,_0x5a4580:0x3d9,_0x462e27:0x47f,_0xc53e84:0x476,_0x42df31:0x3f6,_0x4f3522:0x1e4,_0x27b81f:0x1a7,_0x21f4c7:0x1c1,_0x1bda56:0x304,_0x3a47fa:0x260,_0x286093:0x326,_0x40f6de:0x1fb,_0x2d665a:0x1fb,_0x44c57e:0x23a,_0x10b102:0x18f,_0x15304b:0x2d1,_0x29d01d:0x2f7,_0x5dbcce:0x509,_0x7459d3:0x475,_0x5f748c:0x1ed,_0x46c1a7:0x1b0,_0x3a3db4:0x3d5,_0x3b49fc:0x468,_0x2fbfce:0x46c,_0x33b611:0x1e5,_0x17aa6b:0x2c2,_0xbd47da:0x2cf,_0x23efec:0x2a6,_0x54592a:0x373,_0x3008e3:0x335,_0x18e46b:0x2b0,_0x52c7ae:0x52d,_0x4cd0e5:0x219,_0x319b91:0x1ad,_0x26fce8:0x524,_0x40e617:0x353,_0x1a503a:0x29b,_0xff941b:0x495,_0x10a228:0x53f,_0x25086d:0x4c2,_0x309cce:0x4d3,_0x39e0c3:0x476,_0x40916f:0x2d9,_0x50e308:0x382,_0x157a7f:0x4ad,_0x4e9b2b:0x261,_0x4f927f:0x309,_0x46480d:0x307,_0x46abd4:0x2b5,_0x3c54c6:0x32c,_0x21470f:0x218,_0x5f6931:0x4cc,_0x49976d:0x42e,_0x3d0105:0x462,_0x216612:0x569,_0x4f66cb:0x4c0,_0x4a524a:0x239,_0x37aab4:0x221,_0x327e4b:0x25e,_0x2f989f:0x26c,_0x4d2fcb:0x2f4,_0x50e081:0x45a,_0x2f8ace:0x46c,_0x554850:0x283,_0x14092c:0x203,_0x26b7c2:0x481,_0x4641da:0x476,_0x475322:0x4b8,_0x1caa5c:0x491,_0x3caeae:0x469},_0x8193db={_0x305594:0x426,_0x3dae4b:0x55};function _0x3606b8(_0xb3bb96,_0x5a7d0e,_0x196a8c,_0x25f253){return _0x4b642b(_0xb3bb96- -_0x8193db._0x305594,_0x5a7d0e-_0x8193db._0x3dae4b,_0x196a8c-0x67,_0x196a8c);}const _0x317a56={'creId':_0x321db2(_0x13e7db._0x42b295,_0x13e7db._0x4d209f,_0x13e7db._0x913740,0x404)+_0x321db2(_0x13e7db._0xd7546,_0x13e7db._0x3e9679,0x532,0x58a),'QmTsO':function(_0x4a55e3,_0xb40328){return _0x4a55e3(_0xb40328);},'jGZEo':_0x3606b8(-0x273,-0x2ba,-_0x13e7db._0x934f92,-_0x13e7db._0x5dd128)+'t','eCFov':function(_0x5bb600,_0x486625){return _0x5bb600>_0x486625;},'GZVKx':'Error:\x20Inv'+'alid\x20port\x20'+_0x321db2(_0x13e7db._0x3e143c,_0x13e7db._0x4c2d94,0x565,0x4bd),'VuvcC':function(_0x16033d){return _0x16033d();},'XExxJ':function(_0x39ff4d){return _0x39ff4d();},'pbyWJ':function(_0x4406ab,_0x29226f){return _0x4406ab!==_0x29226f;},'LuFun':_0x3606b8(-_0x13e7db._0x2c8d19,-0x27e,-_0x13e7db._0x21f77e,-_0x13e7db._0x5796b7),'lpGLH':function(_0x4e2df4,_0x5c4273){return _0x4e2df4(_0x5c4273);},'ZTwLj':function(_0x5322cb,_0x276858){return _0x5322cb(_0x276858);},'Qbomt':_0x3606b8(-_0x13e7db._0x2653f9,-0x1a4,-0x253,-0x216)+'y','OCTdh':_0x321db2(0x52b,_0x13e7db._0x5758f6,_0x13e7db._0x338837,_0x13e7db._0x2f30c4),'DnYGf':function(_0x1cef46,_0x14e32c){return _0x1cef46===_0x14e32c;},'ufuNZ':_0x3606b8(-_0x13e7db._0x2ab578,-0x1ae,-_0x13e7db._0x11962f,-0x1d6),'CHhSp':function(_0x595fff,_0x3d858a){return _0x595fff===_0x3d858a;},'fPLLA':function(_0xbed6c2){return _0xbed6c2();}};function _0x321db2(_0x36b497,_0x5ab88c,_0x4bd527,_0x193581){return _0xd1ab8d(_0x36b497-0xdd,_0x4bd527-0x62f,_0x4bd527-0x29,_0x36b497);}switch(_0x100f9f){case _0x317a56['creId']:{const _0x4b3742=_0x109abd[_0x3606b8(-_0x13e7db._0x3ead8d,-_0x13e7db._0xb2ce73,-_0x13e7db._0x336ce9,-0x2de)](_0x2975ec);await _0x317a56['QmTsO'](saveCoderSetupPath,_0x4b3742),console[_0x3606b8(-_0x13e7db._0x2e9880,-_0x13e7db._0x2276eb,-_0x13e7db._0x47d5f5,-0x34a)]('Set\x20'+_0x100f9f+_0x3606b8(-0x2cf,-0x33e,-0x36f,-0x2a5)+_0x4b3742),console[_0x321db2(_0x13e7db._0x1a5343,_0x13e7db._0x4bb598,_0x13e7db._0xb61ea2,0x443)](_0x321db2(0x4f6,0x52b,_0x13e7db._0x1bf592,0x5ab)+':\x20'+getConfigPath());break;}case _0x317a56['jGZEo']:{const _0x1f79cb=parseInt(_0x2975ec,0xfb*-0x9+0x141*0x1a+-0x17bd*0x1);(_0x317a56['QmTsO'](isNaN,_0x1f79cb)||_0x1f79cb<-0x26ce+-0x79+0x1a3*0x18||_0x317a56[_0x321db2(_0x13e7db._0x235b72,_0x13e7db._0x5b3961,0x550,0x579)](_0x1f79cb,-0xb9c7*-0x1+0x64b1+-0x1e79))&&(console['error'](_0x317a56['GZVKx']),process[_0x3606b8(-0x1b7,-_0x13e7db._0x336e43,-0x1f2,-_0x13e7db._0x5eeedc)](0x465+-0x568+0x104));await saveServerPort(_0x1f79cb),console[_0x3606b8(-_0x13e7db._0x510837,-_0x13e7db._0x236ace,-0x271,-0x2f1)](_0x321db2(0x497,_0x13e7db._0x2e9344,0x4c2,0x481)+_0x100f9f+_0x3606b8(-0x2cf,-0x263,-0x2bc,-0x2ad)+_0x1f79cb),console[_0x3606b8(-0x2d9,-0x2b4,-_0x13e7db._0x127fec,-_0x13e7db._0x448179)](_0x3606b8(-_0x13e7db._0x31c3d0,-0x224,-_0x13e7db._0x1d1b5d,-0x1f1)+':\x20'+_0x317a56[_0x3606b8(-_0x13e7db._0x315ce4,-0x209,-0x1fb,-_0x13e7db._0x188ef1)](getConfigPath));break;}case'ssl_cert_p'+_0x3606b8(-_0x13e7db._0x3b1e8e,-_0x13e7db._0x167525,-0x26e,-_0x13e7db._0x1bdd2b):{const _0x5195e7=_0x109abd[_0x3606b8(-_0x13e7db._0x3ead8d,-_0x13e7db._0x3050f4,-_0x13e7db._0x577ffd,-_0x13e7db._0x5bc08f)](_0x2975ec);await _0x317a56[_0x321db2(0x5a3,_0x13e7db._0x37e4e8,0x583,0x568)](saveSslCertPath,_0x5195e7),console['log']('Set\x20'+_0x100f9f+_0x321db2(_0x13e7db._0x5a4580,_0x13e7db._0x462e27,_0x13e7db._0xc53e84,_0x13e7db._0x42df31)+_0x5195e7),console['log'](_0x3606b8(-_0x13e7db._0x4f3522,-0x21e,-_0x13e7db._0x27b81f,-0x21b)+':\x20'+_0x317a56[_0x3606b8(-0x240,-_0x13e7db._0x167525,-0x238,-_0x13e7db._0x21f4c7)](getConfigPath));break;}case _0x321db2(0x467,0x525,0x4ec,0x4c8)+'th':{if(_0x317a56[_0x3606b8(-_0x13e7db._0x1bda56,-0x3a3,-_0x13e7db._0x3a47fa,-_0x13e7db._0x286093)](_0x317a56[_0x3606b8(-_0x13e7db._0x40f6de,-_0x13e7db._0x2d665a,-_0x13e7db._0x44c57e,-_0x13e7db._0x10b102)],_0x317a56['LuFun']))_0x297fd3[_0x3606b8(-0x2d9,-_0x13e7db._0x15304b,-0x2be,-_0x13e7db._0x29d01d)](_0x48d330);else{const _0x19ea05=_0x109abd[_0x321db2(0x53f,0x481,_0x13e7db._0x5dbcce,_0x13e7db._0x7459d3)](_0x2975ec);await _0x317a56[_0x3606b8(-_0x13e7db._0x5f748c,-0x167,-_0x13e7db._0x46c1a7,-0x239)](saveSslKeyPath,_0x19ea05),console[_0x321db2(_0x13e7db._0x3a3db4,_0x13e7db._0x3b49fc,_0x13e7db._0x2fbfce,0x44f)](_0x3606b8(-0x283,-_0x13e7db._0x33b611,-0x214,-_0x13e7db._0x17aa6b)+_0x100f9f+_0x3606b8(-_0x13e7db._0xbd47da,-_0x13e7db._0x23efec,-_0x13e7db._0x54592a,-_0x13e7db._0x3008e3)+_0x19ea05),console[_0x3606b8(-0x2d9,-0x2b8,-0x341,-_0x13e7db._0x18e46b)](_0x321db2(0x4fa,0x51b,0x561,_0x13e7db._0x52c7ae)+':\x20'+getConfigPath());break;}}case _0x3606b8(-_0x13e7db._0x4cd0e5,-_0x13e7db._0x319b91,-0x193,-0x22c)+'h':{const _0xabd62e=_0x109abd['resolve'](_0x2975ec);await _0x317a56[_0x321db2(0x5bd,0x49a,_0x13e7db._0x26fce8,0x490)](saveSslCaPath,_0xabd62e),console[_0x3606b8(-_0x13e7db._0x2e9880,-0x281,-_0x13e7db._0x40e617,-_0x13e7db._0x1a503a)](_0x321db2(_0x13e7db._0xff941b,_0x13e7db._0x10a228,_0x13e7db._0x25086d,0x454)+_0x100f9f+_0x321db2(_0x13e7db._0x309cce,0x415,_0x13e7db._0x39e0c3,0x4de)+_0xabd62e),console[_0x3606b8(-_0x13e7db._0x40916f,-0x242,-_0x13e7db._0x50e308,-0x2a2)]('\x20\x20Location'+':\x20'+getConfigPath());break;}case _0x317a56['Qbomt']:{if(_0x317a56[_0x3606b8(-0x252,-0x1c4,-0x2ad,-0x1cf)]!==_0x321db2(_0x13e7db._0x157a7f,0x561,0x50c,0x5a7))_0x5b6c24[_0x3606b8(-_0x13e7db._0x4e9b2b,-_0x13e7db._0x4f927f,-0x25c,-_0x13e7db._0x46480d)](_0x3606b8(-_0x13e7db._0x46abd4,-0x2e1,-_0x13e7db._0x3c54c6,-_0x13e7db._0x21470f)+_0x321db2(_0x13e7db._0x5f6931,0x479,0x466,_0x13e7db._0x49976d)+'json:\x20'+_0x4f2109[_0x321db2(_0x13e7db._0x3d0105,_0x13e7db._0x216612,_0x13e7db._0x4f66cb,0x4e5)]);else{const _0x607144=_0x317a56['DnYGf'](_0x2975ec,_0x317a56[_0x3606b8(-0x1f3,-_0x13e7db._0x4a524a,-0x279,-_0x13e7db._0x37aab4)])||_0x317a56[_0x3606b8(-_0x13e7db._0x327e4b,-_0x13e7db._0x2f989f,-0x245,-_0x13e7db._0x4d2fcb)](_0x2975ec,'1');await saveTrustProxy(_0x607144),console[_0x321db2(_0x13e7db._0x50e081,0x46d,_0x13e7db._0x2f8ace,0x50d)](_0x3606b8(-_0x13e7db._0x554850,-0x219,-0x311,-_0x13e7db._0x14092c)+_0x100f9f+_0x321db2(0x3d7,_0x13e7db._0x26b7c2,_0x13e7db._0x4641da,0x46c)+_0x607144),console[_0x321db2(0x451,0x4c9,0x46c,_0x13e7db._0x475322)]('\x20\x20Location'+':\x20'+_0x317a56[_0x321db2(0x4d2,_0x13e7db._0x1caa5c,_0x13e7db._0x3caeae,0x4c4)](getConfigPath));break;}}}}async function setSetupConfig(_0x295bb3,_0x6edf40){const _0x22960e={_0x398894:0x385,_0xf42c6:0x38f,_0x121c56:0x328,_0x2c9785:0x3c1,_0x5d54c0:0x164,_0x262182:0x192,_0x79a05c:0x175,_0xcc116:0x1ba,_0x7e1e5e:0x278,_0x22b890:0x264,_0x32cb09:0x3b0,_0x4a2a71:0x350,_0x3d2ac7:0x3d0,_0x29a762:0x4f,_0x4cfb37:0x2a,_0x2f4dc7:0x79,_0x1ec726:0x346,_0x1ae50f:0x161,_0x51e40f:0x1b1,_0xea608a:0xd3,_0x2d7586:0x17e,_0x4bcfc8:0x2c6,_0x29307b:0x2fc,_0x1aaa2a:0x9b,_0x23bdad:0x1b,_0x29a7b0:0x50,_0x50ed9d:0x122,_0x723060:0x1a8,_0x49cd64:0x297,_0x4b7cb7:0x1a5,_0x533414:0x173,_0x4895df:0x2d7,_0xfed6de:0x285,_0x49ab6f:0x20e,_0x13a9a9:0x151,_0x2a7a9a:0xd5,_0x5f4c64:0x1d4,_0x7688c2:0x1b4,_0x1d9291:0x194,_0x121db4:0x8e,_0x264adb:0x27e,_0x772bb8:0x20d,_0x3e9964:0x2fe,_0x216589:0x324,_0x155140:0x9f,_0x44d6cb:0x144,_0x5c3744:0x4b,_0x11af4f:0x19d,_0x183cec:0xe0,_0x3bad64:0xf3,_0x3a99da:0x317,_0x3e5460:0x135,_0x5c20f3:0x38d,_0x3dca63:0x339,_0x44c411:0x31c,_0x1ebe7a:0x2cc,_0x5385e7:0x383,_0x3abc39:0x331,_0x2845ff:0x406,_0x6f167b:0x373,_0x2f7def:0x380,_0xde3440:0x3a,_0x4a9f54:0x34d,_0x2374e0:0x289,_0x16c080:0x30d,_0x506cc6:0x316,_0x2e37d6:0x1e8,_0x59063d:0x288,_0x247565:0x241,_0x17a8ca:0x2e2,_0x2d8343:0x33a,_0x5c44ec:0x289,_0x506101:0x2e8,_0x36ceb4:0xbe,_0x37365a:0xf0,_0x3aec3e:0x27,_0x4e2dbb:0xe2,_0x562f65:0x1a,_0x48b554:0xa3,_0x56c5c0:0xd0,_0x9865ca:0x74,_0x572bcb:0x121,_0x6dec5e:0x115,_0x464ff8:0xf0,_0x5f2a3a:0x317,_0x74656d:0x2ea,_0x12b74c:0x89,_0x403e20:0x142,_0x21ef11:0x106,_0x4c62cc:0x313,_0x525b87:0x3d0,_0x11419f:0x383,_0x3a6260:0x1f3,_0x36315d:0x2ed,_0x5eec9d:0x270,_0x45fc6e:0x1e3,_0x5ad661:0x2eb,_0x1163dd:0x2e5,_0x4b89a8:0x147,_0x3753fb:0xe8,_0x5da2e6:0x63,_0x20f6c8:0x17,_0x3eecbf:0x5a,_0x516fe7:0x2c0,_0xf01354:0x60,_0x26b010:0x9d,_0x13ab0a:0x119,_0x40026d:0x108,_0x28aec7:0x14d,_0x1aaee2:0x105,_0x3c1e16:0x3be,_0x549a3d:0x2ac,_0x4bf2fa:0x33,_0x2c2a81:0x4d,_0x44915:0xbf,_0x3bb16e:0x277,_0x4b06f3:0x2fa,_0x446db2:0x2a4,_0x31963c:0x27d,_0x27d674:0x2af,_0x40953b:0x1db,_0xffddce:0x46,_0x3159de:0xa3,_0x2a304f:0xe5,_0x213aee:0x3e,_0x3c2d86:0x1ed,_0x2728e8:0x287,_0x14fca2:0x2ee,_0x356368:0x4c,_0x330cf7:0x197,_0x3ed359:0x306,_0xc34c0:0x28b,_0x297d17:0x141,_0x5a56f0:0x1be,_0x5e1f8d:0xe9,_0x56a60c:0xe4,_0x4d5204:0x357,_0x2d686c:0x35c,_0x5c8ad5:0x2b2,_0x4f16bb:0x28f,_0x120c8a:0x16e,_0x2f6ed3:0x1bc,_0x6536f7:0x141,_0x429b85:0x15f,_0x46f4a5:0x114,_0xb6f1ea:0xd4,_0x4040ab:0xdc,_0x1767d0:0x58,_0x3c77d0:0x30c,_0x1bf9e0:0x352,_0x20e193:0x67,_0x44b5a1:0x41,_0x2d619e:0x31,_0x2df3b3:0x305,_0x311e3c:0x303,_0x12dd02:0x2c7,_0x4ed635:0x385,_0x223572:0x25e,_0x499b2f:0x17f,_0x4b7702:0x208,_0x3121bb:0x37d,_0x13f11c:0x2c1,_0x47ced0:0x102,_0x514ffe:0x21,_0x4749e8:0x28e,_0x3afe50:0x27c,_0x19af69:0x168,_0x4c0531:0x210,_0x7a37fc:0x1e2,_0x876404:0x1e5,_0x247d8a:0xf2,_0xaf2059:0x11a,_0xae03ce:0x1a4,_0x16d8f0:0x16e,_0x210368:0x159,_0x389ab5:0xe3,_0x448de3:0x24f,_0x3f349c:0x271,_0x110642:0x72,_0x5cc604:0x35f,_0x498edc:0x312,_0x3ffc9a:0x257,_0x1f264f:0x288,_0x57e87d:0x25d,_0x244e8e:0x33c,_0x524595:0x351,_0x381930:0x3ae,_0x4e92d9:0x17c,_0x3e4196:0xe4,_0xa86e9:0x376,_0x3e1087:0x2ef,_0x4d414e:0x2c2,_0x55aa02:0x214,_0x33ff6b:0x331,_0x2168c4:0x2fa,_0x1fb985:0x15e,_0x42c5e6:0x121,_0x156888:0x15f,_0x38e116:0x73,_0x6c86e4:0x20,_0x7bfe87:0x118,_0x18fc9a:0x326,_0x591598:0x2f5,_0x2e9d22:0x306},_0x20450e={_0x416769:0x8d,_0x39d8fe:0xa0},_0x296785={_0x5e5acc:0x106,_0x4fdc10:0x11},_0xe4a3c8={};_0xe4a3c8[_0x58717b(_0x22960e._0x398894,_0x22960e._0xf42c6,_0x22960e._0x121c56,_0x22960e._0x2c9785)]='ENOENT',_0xe4a3c8[_0x44f077(-_0x22960e._0x5d54c0,-_0x22960e._0x262182,-0xcf,-0x148)]=function(_0x9fb853,_0x334c23){return _0x9fb853===_0x334c23;},_0xe4a3c8['lKaBZ']=_0x44f077(-_0x22960e._0x79a05c,-_0x22960e._0xcc116,-0x153,-0x136)+_0x58717b(0x240,_0x22960e._0x7e1e5e,_0x22960e._0x22b890,0x2fc)+_0x58717b(_0x22960e._0x32cb09,_0x22960e._0x4a2a71,_0x22960e._0x3d2ac7,0x307)+'nts\x20to\x20a\x20v'+'alid\x20coder'+_0x44f077(-0x71,0x1,-0xea,-0x9c)+'ectory',_0xe4a3c8[_0x44f077(-_0x22960e._0x29a762,-_0x22960e._0x4cfb37,-_0x22960e._0x2f4dc7,-0x5d)]=_0x58717b(_0x22960e._0x1ec726,0x351,0x3a9,0x2df)+_0x44f077(-_0x22960e._0x1ae50f,-_0x22960e._0x51e40f,-_0x22960e._0xea608a,-_0x22960e._0x2d7586)+'d)',_0xe4a3c8[_0x58717b(_0x22960e._0x4bcfc8,0x2ed,0x37b,_0x22960e._0x29307b)]=_0x58717b(0x385,0x32f,0x3b4,0x2c9),_0xe4a3c8['LhmGA']='3|2|0|4|1',_0xe4a3c8['mPLkM']=_0x44f077(-_0x22960e._0x1aaa2a,-_0x22960e._0x23bdad,-_0x22960e._0x29a7b0,0x9)+_0x44f077(-0x147,-_0x22960e._0x50ed9d,-0x123,-_0x22960e._0x723060)+_0x58717b(0x28f,_0x22960e._0x49cd64,0x32b,0x218)+':',_0xe4a3c8[_0x44f077(-0x121,-_0x22960e._0x4b7cb7,-0x118,-_0x22960e._0x533414)]='Error:\x20Set'+'up\x20path\x20no'+'t\x20configur'+'ed',_0xe4a3c8[_0x58717b(0x2b7,0x2eb,0x251,_0x22960e._0x4895df)]=_0x58717b(_0x22960e._0xfed6de,0x27e,_0x22960e._0x49ab6f,0x2bf),_0xe4a3c8[_0x44f077(-_0x22960e._0x13a9a9,-_0x22960e._0x2a7a9a,-_0x22960e._0x5f4c64,-_0x22960e._0x7688c2)]=function(_0x556d1e,_0x1764c1){return _0x556d1e!==_0x1764c1;},_0xe4a3c8[_0x44f077(-0x117,-_0x22960e._0x1d9291,-0x1a1,-0x127)]=_0x44f077(-_0x22960e._0x121db4,-0x53,-0x10c,-0x5a),_0xe4a3c8['uFDYM']=_0x58717b(_0x22960e._0x264adb,0x280,_0x22960e._0x772bb8,_0x22960e._0x3e9964),_0xe4a3c8[_0x58717b(_0x22960e._0x216589,0x352,0x38a,0x2e8)]=function(_0x4a06a9,_0x3c1fb6){return _0x4a06a9===_0x3c1fb6;},_0xe4a3c8[_0x44f077(-0xd7,-_0x22960e._0x155140,-0xf7,-_0x22960e._0x44d6cb)]=_0x44f077(-_0x22960e._0x5c3744,0xa,0x2d,-0x42),_0xe4a3c8['PZlhR']='Ndjdg',_0xe4a3c8[_0x44f077(-0x104,-0x137,-0x85,-_0x22960e._0x11af4f)]=_0x44f077(-_0x22960e._0x183cec,-0x15c,-_0x22960e._0x2f4dc7,-_0x22960e._0x3bad64),_0xe4a3c8[_0x58717b(0x2e1,_0x22960e._0x3a99da,0x278,0x2e7)]=function(_0x5d3bb5,_0x2786a3){return _0x5d3bb5+_0x2786a3;},_0xe4a3c8[_0x44f077(-0x145,-0x1df,-_0x22960e._0x3e5460,-0x100)]=_0x58717b(_0x22960e._0x5c20f3,_0x22960e._0x3dca63,_0x22960e._0x44c411,0x3ba)+_0x58717b(_0x22960e._0x1ebe7a,0x30f,0x2e9,_0x22960e._0x5385e7)+'or\x20changes'+_0x58717b(_0x22960e._0x3abc39,0x37e,_0x22960e._0x2845ff,_0x22960e._0x6f167b)+_0x58717b(_0x22960e._0x2f7def,_0x22960e._0x4895df,0x299,0x2c1);const _0x33c4de=_0xe4a3c8;function _0x58717b(_0x7140bb,_0xe98564,_0x226cbe,_0x2b5924){return _0xd1ab8d(_0x7140bb-_0x296785._0x5e5acc,_0xe98564-0x451,_0x226cbe-_0x296785._0x4fdc10,_0x226cbe);}function _0x44f077(_0x409d9b,_0x4ae67e,_0x3dfa9a,_0x18834e){return _0xd1ab8d(_0x409d9b-_0x20450e._0x416769,_0x409d9b-0x5b,_0x3dfa9a-_0x20450e._0x39d8fe,_0x4ae67e);}const _0xcc02f9=await getCoderSetupPath();if(!_0xcc02f9){if(_0x44f077(-0xc7,-_0x22960e._0xde3440,-0x14d,-0x157)!==_0x33c4de['WnDQY'])_0x142a83[_0x58717b(_0x22960e._0x4a9f54,0x306,0x2cf,0x329)](_0x58717b(_0x22960e._0x2374e0,0x2b2,_0x22960e._0x16c080,_0x22960e._0x506cc6)+_0x58717b(_0x22960e._0x2e37d6,_0x22960e._0x59063d,0x275,0x243)+'json:\x20'+_0x3c8b8b[_0x58717b(_0x22960e._0x247565,_0x22960e._0x17a8ca,0x27f,_0x22960e._0x2d8343)]);else{const _0x322673=_0x33c4de[_0x58717b(0x226,_0x22960e._0x5c44ec,0x277,_0x22960e._0x506101)][_0x44f077(-0xbb,-_0x22960e._0x36ceb4,-0x146,-0x49)]('|');let _0x145d47=-0x1*0x263b+0x25b4+0x9*0xf;while(!![]){switch(_0x322673[_0x145d47++]){case'0':console[_0x44f077(-_0x22960e._0x37365a,-0x7a,-0x45,-0xa1)](_0x33c4de['mPLkM']);continue;case'1':process[_0x44f077(-0x46,-_0x22960e._0x3aec3e,-_0x22960e._0x4e2dbb,_0x22960e._0x562f65)](0xd5a*-0x1+0x1b9*-0x4+0x49*0x47);continue;case'2':console['error']('');continue;case'3':console[_0x44f077(-0xf0,-_0x22960e._0x48b554,-_0x22960e._0x56c5c0,-_0x22960e._0x9865ca)](_0x33c4de[_0x44f077(-_0x22960e._0x572bcb,-0x10d,-_0x22960e._0x6dec5e,-_0x22960e._0x79a05c)]);continue;case'4':console[_0x44f077(-_0x22960e._0x464ff8,-0x186,-0x166,-0x100)](_0x58717b(0x1fb,0x29c,_0x22960e._0x5f2a3a,_0x22960e._0x74656d)+_0x44f077(-0x123,-0x9d,-_0x22960e._0x12b74c,-0x15a)+_0x44f077(-_0x22960e._0x403e20,-0xd2,-0xd4,-_0x22960e._0x21ef11)+_0x58717b(0x366,_0x22960e._0x4c62cc,0x2d5,0x26d)+_0x58717b(_0x22960e._0x525b87,0x358,0x31c,_0x22960e._0x11419f)+_0x58717b(0x215,0x264,0x304,_0x22960e._0x3a6260)+'tup');continue;}break;}}}const _0x248eaf=_0x109abd[_0x58717b(_0x22960e._0x36315d,_0x22960e._0x5eec9d,0x21d,_0x22960e._0x45fc6e)](_0xcc02f9,_0x33c4de[_0x58717b(0x2e5,_0x22960e._0x5ad661,0x370,_0x22960e._0x1163dd)]);let _0x437b93;try{if(_0x33c4de[_0x44f077(-0x151,-_0x22960e._0x4b89a8,-0x111,-_0x22960e._0x3753fb)](_0x44f077(-_0x22960e._0x5da2e6,-_0x22960e._0x20f6c8,-_0x22960e._0x3eecbf,0x10),_0x33c4de['Soubt'])){const _0x38f294=await _0x465885[_0x58717b(0x33a,0x363,_0x22960e._0x516fe7,0x36f)](_0x248eaf,_0x33c4de[_0x44f077(-0xf3,-_0x22960e._0xf01354,-0x184,-0x10d)]);_0x437b93=JSON[_0x44f077(-_0x22960e._0x26b010,-_0x22960e._0x13ab0a,-0x57,-0x77)](_0x38f294);}else _0x4ce3ca[_0x44f077(-_0x22960e._0x40026d,-_0x22960e._0x28aec7,-0xdb,-_0x22960e._0x1aaee2)]===_0x33c4de[_0x58717b(0x3fd,0x38f,_0x22960e._0x3c1e16,0x350)]?_0x429316['error'](_0x58717b(0x28e,0x2f3,_0x22960e._0x549a3d,0x37d)+_0x44f077(-0x49,_0x22960e._0x4bf2fa,_0x22960e._0x2c2a81,-_0x22960e._0x44915)+_0x58717b(0x285,_0x22960e._0x3bb16e,_0x22960e._0x4b06f3,0x1dc)+'\x20'+_0x2a6106):_0x26e9cb['error'](_0x58717b(0x359,0x2b2,_0x22960e._0x446db2,_0x22960e._0x4b06f3)+_0x58717b(_0x22960e._0x31963c,0x288,0x1ff,_0x22960e._0x27d674)+_0x58717b(0x1e2,0x271,0x2e1,_0x22960e._0x40953b)+_0x408124['message']),_0x8ddf77[_0x44f077(-_0x22960e._0xffddce,-_0x22960e._0x3159de,-_0x22960e._0x2a304f,-_0x22960e._0x213aee)](-0x2*-0x15+-0x1*0x8a6+-0x35*-0x29);}catch(_0x3d4cd2){_0x33c4de['qCgGw']('uIsom',_0x33c4de['CEtpl'])?(_0x33c4de[_0x58717b(_0x22960e._0x3c2d86,0x292,0x323,_0x22960e._0x2728e8)](_0x447bf1[_0x58717b(0x358,_0x22960e._0x14fca2,_0x22960e._0x29307b,0x29d)],'ENOENT')?(_0x20426e[_0x44f077(-0xf0,-_0x22960e._0x356368,-0x137,-_0x22960e._0x330cf7)]('Error:\x20set'+'up.json\x20no'+'t\x20found\x20at'+'\x20'+_0x50d5e9),_0x89dd13[_0x58717b(0x31b,_0x22960e._0x3ed359,_0x22960e._0xc34c0,0x2bd)](_0x33c4de[_0x44f077(-_0x22960e._0x297d17,-_0x22960e._0x5a56f0,-_0x22960e._0x5e1f8d,-_0x22960e._0x56a60c)])):_0xba1f2c[_0x58717b(_0x22960e._0x4d5204,0x306,_0x22960e._0x2d686c,0x2bf)](_0x58717b(0x35d,_0x22960e._0x5c8ad5,_0x22960e._0x4f16bb,0x2bc)+_0x44f077(-_0x22960e._0x120c8a,-_0x22960e._0x2f6ed3,-0x1fe,-_0x22960e._0x6536f7)+_0x44f077(-0x185,-_0x22960e._0x429b85,-_0x22960e._0xcc116,-0x173)+_0x2de5ff[_0x44f077(-_0x22960e._0x46f4a5,-0x129,-_0x22960e._0xb6f1ea,-_0x22960e._0x4040ab)]),_0x195384[_0x44f077(-0x46,-0xbf,-_0x22960e._0x562f65,-_0x22960e._0x1767d0)](-0x2*0x1105+0x25ea+-0x1*0x3df)):(_0x33c4de[_0x58717b(_0x22960e._0x3c77d0,_0x22960e._0x1bf9e0,0x2f9,0x2dc)](_0x3d4cd2['code'],_0x33c4de[_0x44f077(-_0x22960e._0x20e193,-_0x22960e._0x44b5a1,-_0x22960e._0xde3440,-_0x22960e._0x2d619e)])?_0x33c4de['dApfT'](_0x33c4de['PZlhR'],_0x33c4de[_0x58717b(0x362,0x2f2,0x2c9,0x309)])?(console[_0x58717b(_0x22960e._0x2df3b3,0x306,0x392,_0x22960e._0x311e3c)](_0x58717b(_0x22960e._0x12dd02,0x2f3,_0x22960e._0x4ed635,_0x22960e._0x223572)+_0x44f077(-0x49,-0x62,-0xd2,-0xba)+_0x44f077(-_0x22960e._0x499b2f,-0x1e0,-_0x22960e._0x4b7702,-0x1df)+'\x20'+_0x248eaf),console[_0x58717b(_0x22960e._0x3121bb,0x306,0x2d7,0x2a5)](_0x33c4de['lKaBZ'])):_0x2d47a3[_0x58717b(0x2bb,0x2ee,0x35d,_0x22960e._0x13f11c)]===_0x33c4de[_0x44f077(-0x67,-_0x22960e._0x47ced0,-_0x22960e._0x514ffe,-0xa7)]?(_0x5e26a0[_0x58717b(0x302,_0x22960e._0x4749e8,_0x22960e._0x3afe50,0x31a)](_0x33c4de[_0x44f077(-0x4f,-0x49,-0x91,-0xcc)]),_0x3f7dfd[_0x44f077(-_0x22960e._0x19af69,-_0x22960e._0x4c0531,-_0x22960e._0x7a37fc,-0x131)](''),_0x4dd6f7[_0x44f077(-0x168,-0x1ee,-_0x22960e._0x876404,-0x127)](_0x44f077(-0x11c,-0xa7,-0x101,-0x19c)+_0x44f077(-0x70,-_0x22960e._0x247d8a,-_0x22960e._0xaf2059,-0x8d)+_0x3f3609)):_0x2f1583['log'](_0x44f077(-0x144,-_0x22960e._0x2f6ed3,-0x1cf,-_0x22960e._0xae03ce)+_0x44f077(-_0x22960e._0x16d8f0,-0x1bc,-_0x22960e._0x210368,-_0x22960e._0x389ab5)+_0x58717b(_0x22960e._0x448de3,_0x22960e._0x3f349c,0x233,0x23e)+_0x3a94fc[_0x44f077(-_0x22960e._0x46f4a5,-0xa5,-0xe7,-_0x22960e._0x110642)]):console[_0x58717b(_0x22960e._0x5cc604,0x306,0x2ac,_0x22960e._0x498edc)]('Error\x20read'+_0x58717b(_0x22960e._0x3ffc9a,_0x22960e._0x1f264f,0x26a,0x2a3)+_0x58717b(0x28b,0x271,0x291,_0x22960e._0x57e87d)+_0x3d4cd2[_0x58717b(_0x22960e._0x244e8e,_0x22960e._0x17a8ca,0x278,0x345)]),process[_0x58717b(0x42f,0x3b0,_0x22960e._0x524595,_0x22960e._0x381930)](-0x11*0x1+-0x5d*0x4b+-0x103*-0x1b));}_0x437b93[_0x295bb3]=_0x6edf40,await _0x465885['writeFile'](_0x248eaf,_0x33c4de['ObDGL'](JSON[_0x44f077(-_0x22960e._0x4e92d9,-0x121,-_0x22960e._0x3e4196,-0x1e1)](_0x437b93,null,0x17ef+-0x1*0x1d01+0x514),'\x0a'),_0x33c4de[_0x58717b(_0x22960e._0xa86e9,0x303,_0x22960e._0x3e1087,_0x22960e._0x4d414e)]),console[_0x58717b(0x25c,_0x22960e._0x4749e8,_0x22960e._0x55aa02,_0x22960e._0x33ff6b)](_0x58717b(0x2a2,0x2e4,_0x22960e._0x2168c4,0x2a1)+_0x295bb3+_0x44f077(-_0x22960e._0x1fb985,-0x18d,-0x103,-_0x22960e._0x42c5e6)+_0x6edf40),console[_0x44f077(-0x168,-_0x22960e._0x156888,-0x1f6,-0x128)](_0x44f077(-_0x22960e._0x38e116,-0x59,-_0x22960e._0x6c86e4,-_0x22960e._0x7bfe87)+':\x20'+_0x248eaf),console['log'](''),console[_0x58717b(_0x22960e._0x18fc9a,0x28e,_0x22960e._0x549a3d,0x30a)](_0x33c4de[_0x58717b(0x320,0x2b1,_0x22960e._0x591598,_0x22960e._0x2e9d22)]);}async function getConfig(_0x5e33a){const _0x4924d8={_0x29e68b:0x172,_0x59c3e6:0xf8,_0x10cf75:0x20f,_0x3bb51f:0x197,_0x5a258f:0x104,_0x4998a8:0x151,_0x1f3cb6:0x162,_0x335a78:0x16c,_0x5db400:0x111,_0x20a66c:0xbc,_0x490102:0x19f,_0x4ede8d:0x16e,_0x15bd71:0x20f,_0x481cbb:0xb,_0x19fbc5:0x170,_0x48d1ac:0x1a4,_0x5ee055:0x156,_0x389c6d:0xf7,_0x4dd805:0x1a1,_0x3a1292:0x14a,_0xa4caa:0x1b3,_0x1cd38f:0x193,_0x26f0d8:0x14d,_0x59b526:0xca,_0x5e0f3a:0x63,_0x133033:0x81,_0x2fec2c:0x10b,_0x3e02bb:0x49,_0x3b7dc7:0x56,_0x4dbbba:0x6e,_0x1ca731:0x10a,_0x112789:0xf4,_0x1cbc8e:0x14f,_0xe1b127:0x17e,_0x332785:0x2a8,_0x4ced5d:0x1fe,_0x4491dc:0x4b,_0x1b0a2f:0x219,_0x2b5260:0x1ce,_0x35c121:0x1d7,_0x1a2a18:0x1e5,_0x1d90f5:0xe9,_0x3d5358:0x128,_0x443aea:0x135,_0x155db2:0x188,_0x19396b:0xfd,_0x4fb6f5:0x1b0,_0x241344:0x12e,_0x2ed679:0x129,_0x11aa74:0x1f1,_0x438046:0x15c,_0x543b70:0xb4,_0x2b38ba:0x118,_0x41d524:0x15e,_0x334e48:0x106,_0xf97ad9:0x174,_0x1f745e:0xed,_0x280275:0x16a,_0x3cdd8e:0x161,_0x276ca2:0x19b,_0x1196d9:0x2aa,_0x5d5740:0x21d,_0x38830a:0xfb,_0x61ddfa:0x73,_0x4b4c5c:0x113,_0x114e1b:0xc3,_0x4d588f:0x190,_0x54ba4d:0x15d,_0x110689:0x9f,_0x3d109d:0x106,_0x58801d:0x78,_0x37cc57:0x7f,_0x503c94:0xce,_0x2c8b00:0x298,_0x51dc60:0x276,_0x125232:0xea,_0x5ac9ec:0xa5,_0x27c168:0x1c9,_0x417b8d:0x104,_0x2eab47:0x93,_0x540420:0x106,_0x1b49a5:0xf4,_0x385002:0x127,_0x3581cc:0x13b,_0x1de285:0x154,_0x24beca:0xe3,_0x58a99c:0xc9,_0x482d36:0x67,_0x20e833:0x100,_0x91a9b3:0x1b9,_0x2ce6b2:0x152,_0x4a713d:0xdd,_0x2091fe:0x18e,_0x1d5cf7:0x70,_0x2a2de0:0x11f,_0x3eeb9a:0xb3,_0x104343:0x11e,_0x50c9b2:0x17c,_0x59c786:0x13e,_0x4f1854:0x10e,_0x25377f:0x152,_0x4449c4:0xe4,_0xeafc0d:0x107,_0x143449:0x1a3,_0x3457f4:0x27f,_0x1b7522:0x2ad,_0x159ede:0x98,_0x3dddac:0xaf,_0x2752ae:0x153,_0x3d4464:0x17f,_0x10211f:0xee,_0x16eb15:0x220,_0x4d96ce:0x80,_0xdc4ec8:0x102,_0x2025b7:0xf1,_0x44c298:0x1c2,_0x2efad1:0x146,_0x443f69:0x119,_0x71ce51:0x22d,_0x4c1ee7:0x260,_0x4b300c:0x222,_0x46f4e0:0x1a4,_0x364f7f:0x18f,_0x513f8e:0x246,_0x5a8ea3:0x26f,_0x55e248:0x140,_0x5c2d6f:0xd3,_0x381d53:0x146,_0x2c45f2:0xee,_0x5c110c:0x108,_0x2af385:0x179,_0x1190c2:0x79,_0x786195:0x167,_0x2d22bd:0x8f,_0x1f0a61:0xf4,_0x341237:0x191,_0x3e3a76:0x19a,_0x12feb3:0x1ba,_0x165e04:0x139,_0x1b8604:0x22a,_0x5553d5:0xaa,_0x311e38:0x82,_0x3fe786:0x35,_0x178bb6:0x115,_0x392a9a:0x159,_0x5af578:0x96,_0x16f105:0x100,_0x2d21e3:0x68,_0x4aa95e:0x79,_0x53ed2b:0x1d9,_0x4bf81c:0x172,_0x21bb1b:0x1f3,_0x4538ad:0x15e,_0x8b87a6:0x15a,_0xa0a062:0xe8,_0x5c4127:0x13b,_0x345516:0x141,_0x1bb855:0x1fb,_0x1f50bf:0x1fc,_0x43ea9f:0x1e3,_0x1a0395:0x18b,_0x4d8b41:0x1ca,_0x5641ed:0x158,_0x4065e1:0x13d,_0x2c998b:0x10b,_0x26f367:0x14b,_0xf55a2b:0x1ae,_0x5ad34f:0x197,_0x572810:0xfc,_0x15d857:0x1be,_0x5644e1:0xac,_0x181fcc:0xa5,_0x550c8a:0xd4,_0x40964b:0x155,_0x5cc2c7:0x183,_0x308328:0xb7,_0x4eee11:0x108,_0x264a1d:0x16d,_0x1775c3:0x196,_0x474522:0x1ae,_0x5c65db:0x15e,_0x4c5ae3:0x28b,_0x3617c4:0x282,_0x260e64:0x1e2,_0x33faff:0x1ba,_0x28d702:0x149,_0x10b4a2:0xd2,_0x2f8f32:0xe1,_0x5b9de0:0x64,_0x276303:0x17a,_0x927f9a:0x1bc,_0x1ac332:0x191,_0x4000d8:0x19d,_0x46f682:0x171,_0x4ba773:0x23d,_0x339491:0x28c,_0x1753d0:0x26c,_0x3a4ec0:0x22b,_0x26e9de:0x13e,_0x23ef29:0xd1,_0x24538a:0x191,_0x56822d:0xe9,_0x141df9:0xc4,_0xde5dd2:0x225,_0x3f2fc8:0x20f,_0x1dfce1:0x191,_0x39e75b:0x181,_0x120500:0x186,_0x3f4e3a:0x12b,_0x48ee34:0x1a7,_0x34a9ff:0x101,_0x2dec4c:0x1bd,_0x300095:0x9a,_0x474604:0x108,_0x483879:0x7f,_0x17c1aa:0x62,_0x1e79fa:0xd8,_0x3e017e:0x175,_0x3b1a0d:0xfc,_0x3d85f6:0x124,_0x4729d4:0x25c,_0x109216:0x187,_0x2d5cd6:0x1f1,_0x3d3ff9:0x15d,_0x124b67:0x10f,_0x26ff85:0xe2,_0x340c6c:0x23c,_0x7648e8:0x1f7,_0x5d86b4:0x147,_0x10dced:0x1ae,_0x4a9463:0x191,_0x326a58:0xde,_0x1bab42:0x180,_0xecb9db:0x134,_0x49fa1b:0x1c7,_0x48eb1e:0x103,_0x1c8178:0x163,_0x39e2b4:0x30,_0x2dea15:0x2ab,_0x4ec4bd:0x122,_0x28b0dc:0x135,_0x5ecbb1:0x1a2,_0x40653d:0xc1,_0x468c1b:0xdf,_0x5087b2:0x192,_0x2768ee:0x24d,_0x1cad6e:0x1f9,_0x1512b5:0x229,_0x48b346:0x2b7,_0x309a9c:0x21f,_0x4a3040:0x199,_0x411561:0x14d,_0x391657:0xa0,_0x102ff7:0x10d,_0x3187c1:0xad,_0x470945:0x1b6,_0xe0bd4e:0x110,_0x3f2555:0x131,_0x34729e:0x143,_0x1bfe4c:0x128,_0x435526:0x137,_0x59a3fa:0x108,_0x3ecc9:0xd2,_0x392346:0x100,_0x423180:0x1d3,_0x44faba:0x130,_0x2726e0:0x9b,_0xd7fb74:0xd9,_0x5487ef:0x5f,_0x5d363c:0x87,_0x5f3f8d:0x298,_0x260f82:0x2ce,_0x4cebcc:0x24f,_0x5a941d:0x23b,_0x19ed35:0x226,_0x523247:0x199,_0x124d9d:0x234,_0x16bc63:0x185,_0x19ec37:0x94,_0x3ef7ec:0x5e,_0xcdd29c:0x138,_0x4b0d1d:0x14b,_0x2e1de4:0xf0,_0x1e22de:0xcd,_0x547de1:0x4a,_0x52d6d3:0xcb,_0x181cfc:0x153,_0x40b833:0x2e2,_0x41f751:0xab,_0x35e094:0x11d,_0x22494c:0xe0,_0x199a8e:0x78,_0x121d95:0x191,_0x4ab181:0x11b,_0x554b17:0xa,_0x21b003:0xb9,_0x2dcda6:0x1bc,_0x3838dc:0x1b8,_0x5d382c:0x191,_0x168137:0x148,_0x23355c:0x1ff,_0x50ec46:0x269,_0x598b62:0x89,_0x1fa6f0:0x182,_0x1654df:0x18c,_0x3224b8:0x12e,_0x44e70a:0x231,_0x30fa23:0x143,_0x3a844f:0x259,_0x5e1b7a:0x198,_0x5a6a5a:0x78,_0x3ecfff:0x5b,_0x4f4e65:0xb4,_0x2c38de:0xbf,_0x237d3b:0xfb,_0x10b773:0x179,_0x51400b:0xeb,_0x4a3e65:0x11e,_0x2c5f99:0x9b,_0x5b7ff2:0x11b,_0x260337:0x11a,_0x5a53d9:0xb4,_0x4b7ea4:0xbc,_0x21a9ff:0x165,_0xfa4cd0:0x1ad,_0xd20c1d:0x202,_0xa766e2:0xf9,_0x19b8c4:0x167,_0xd6f6cb:0x1e2,_0x2350cb:0xc5,_0x491c3d:0x16d,_0xe17974:0x145,_0x5ddb9a:0x92,_0x506a24:0x14c,_0x537fe9:0xe5,_0x40f57a:0x102,_0x2d0028:0xc7,_0x21f1fb:0x117,_0x3c171b:0x15b,_0x220f7e:0xbe,_0xe06679:0x6d,_0x1f1e10:0xdc},_0x1a7cf5={_0x3cebfc:0x1b7,_0x1d69d3:0x122};function _0x524d17(_0x994719,_0x2c3ed7,_0x3f1abb,_0x319a5d){return _0xd1ab8d(_0x994719-0x134,_0x2c3ed7-0x43,_0x3f1abb-0x1c6,_0x3f1abb);}const _0xc83425={'DeOqY':_0x524d17(-_0x4924d8._0x29e68b,-0x10f,-_0x4924d8._0x59c3e6,-0xb5)+_0xe0685a(0x287,_0x4924d8._0x10cf75,_0x4924d8._0x3bb51f,0x239)+'\x20Show\x20all\x20'+'configurat'+_0x524d17(-_0x4924d8._0x5a258f,-_0x4924d8._0x4998a8,-0xb1,-_0x4924d8._0x1f3cb6),'dYGPK':_0x524d17(-_0x4924d8._0x335a78,-_0x4924d8._0x5db400,-_0x4924d8._0x20a66c,-0x12b)+_0x524d17(-_0x4924d8._0x490102,-_0x4924d8._0x4ede8d,-0x10f,-_0x4924d8._0x15bd71)+_0x524d17(-0xb,-0x8c,-_0x4924d8._0x481cbb,-0x106)+_0x524d17(-_0x4924d8._0x19fbc5,-0x124,-_0x4924d8._0x48d1ac,-0x18d)+_0x524d17(-0xb1,-_0x4924d8._0x5ee055,-0x17e,-0x1b7)+'key]\x20[valu'+'e]','KMyjc':_0xe0685a(_0x4924d8._0x389c6d,0x135,_0x4924d8._0x4dd805,0xfa)+_0x524d17(-_0x4924d8._0x3a1292,-0x143,-0x11c,-_0x4924d8._0xa4caa)+_0x524d17(-_0x4924d8._0x1cd38f,-_0x4924d8._0x26f0d8,-_0x4924d8._0x59b526,-0xb6)+_0x524d17(-_0x4924d8._0x5e0f3a,-_0x4924d8._0x133033,-0x123,-_0x4924d8._0x2fec2c)+_0x524d17(-0x1a8,-0x10d,-0x129,-0x118),'WFUtK':_0x524d17(-0x1ca,-0x14b,-0x1e2,-0x1f3)+_0x524d17(-_0x4924d8._0x3e02bb,-0x60,-_0x4924d8._0x3b7dc7,-_0x4924d8._0x4dbbba)+_0xe0685a(0x12e,_0x4924d8._0x1ca731,_0x4924d8._0x112789,0x19b)+_0x524d17(-0xc2,-_0x4924d8._0x1cbc8e,-_0x4924d8._0xe1b127,-0x167)+'onments','Yovpv':_0xe0685a(0x26a,_0x4924d8._0x332785,0x1f8,_0x4924d8._0x4ced5d)+_0x524d17(-0xeb,-0x60,-0x78,-_0x4924d8._0x4491dc)+_0xe0685a(_0x4924d8._0x1b0a2f,0x214,_0x4924d8._0x2b5260,_0x4924d8._0x35c121)+'me','bbXcK':_0x524d17(-0x19f,-0x150,-0x109,-_0x4924d8._0x1a2a18)+_0xe0685a(0xb1,_0x4924d8._0x1d90f5,_0x4924d8._0x3d5358,_0x4924d8._0x443aea)+_0xe0685a(_0x4924d8._0x155db2,_0x4924d8._0x19396b,0xfb,0x104)+_0x524d17(-0x243,-_0x4924d8._0x4fb6f5,-_0x4924d8._0x241344,-0x236)+'ion\x20value','fYiCy':_0x524d17(-_0x4924d8._0x2ed679,-0x172,-_0x4924d8._0x11aa74,-_0x4924d8._0x438046)+_0xe0685a(_0x4924d8._0x543b70,0x1c9,_0x4924d8._0x2b38ba,_0x4924d8._0x41d524)+'g\x20show','ZmERA':'\x20\x20trust_pr'+_0xe0685a(0x110,_0x4924d8._0x334e48,_0x4924d8._0xf97ad9,_0x4924d8._0x1f745e)+_0xe0685a(_0x4924d8._0x280275,0x284,0x27b,0x215)+_0xe0685a(_0x4924d8._0x3cdd8e,0xf9,_0x4924d8._0x241344,_0x4924d8._0x334e48)+_0x524d17(-0x161,-0x12e,-0x151,-_0x4924d8._0x276ca2)+_0xe0685a(0x1ff,_0x4924d8._0x1196d9,0x270,_0x4924d8._0x5d5740),'LxOrd':_0x524d17(-_0x4924d8._0x133033,-0x85,-_0x4924d8._0x38830a,0x1f)+_0x524d17(-_0x4924d8._0x61ddfa,-_0x4924d8._0x4b4c5c,-_0x4924d8._0x114e1b,-_0x4924d8._0x4d588f)+_0x524d17(-_0x4924d8._0x54ba4d,-0x118,-0x195,-_0x4924d8._0x110689)+_0x524d17(-_0x4924d8._0x3d109d,-0x9e,-_0x4924d8._0x58801d,-_0x4924d8._0x3e02bb)+_0x524d17(-0x2d,-0x8e,-_0x4924d8._0x37cc57,-0x108),'dWUpL':_0x524d17(-_0x4924d8._0x155db2,-_0x4924d8._0x335a78,-0x1d1,-_0x4924d8._0x503c94)+_0xe0685a(_0x4924d8._0x2c8b00,_0x4924d8._0x51dc60,0x27c,0x203)+_0x524d17(-0xa6,-0x9d,-_0x4924d8._0x125232,-_0x4924d8._0x5ac9ec)+_0xe0685a(0x25e,0x229,_0x4924d8._0x27c168,0x1c1)+_0x524d17(-0xfc,-0xfa,-_0x4924d8._0x1d90f5,-0xa3)+'ig.json):','TDVih':'\x20\x20coder_se'+_0x524d17(-0xa8,-_0x4924d8._0x112789,-_0x4924d8._0x417b8d,-_0x4924d8._0x2eab47)+'\x20\x20Path\x20to\x20'+'coder-setu'+_0x524d17(-0xdb,-_0x4924d8._0x3d5358,-0x14e,-_0x4924d8._0x540420)+'y','GDxIr':_0xe0685a(0x174,0xe9,_0x4924d8._0x1b49a5,_0x4924d8._0x385002)+_0x524d17(-0xa8,-_0x4924d8._0x3581cc,-0xae,-_0x4924d8._0x1de285)+_0x524d17(-_0x4924d8._0x24beca,-_0x4924d8._0x58a99c,-0x25,-0x133)+'er_port\x2080'+'80','hJIDp':_0x524d17(-0x146,-0xe5,-_0x4924d8._0x482d36,-_0x4924d8._0x20e833)+'rage\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0x524d17(-_0x4924d8._0x91a9b3,-_0x4924d8._0x2ce6b2,-0x14c,-0xc0)+'\x20results','Yolav':_0x524d17(-_0x4924d8._0x4a713d,-0x11e,-_0x4924d8._0x2091fe,-0x144)+_0xe0685a(_0x4924d8._0x1d5cf7,_0x4924d8._0x2a2de0,_0x4924d8._0x3eeb9a,0x10d)+_0xe0685a(_0x4924d8._0x104343,0x18f,_0x4924d8._0x50c9b2,0x124)+'ed','wTLxa':function(_0x4460a2,_0x2281d0){return _0x4460a2&&_0x2281d0;},'HCPjv':_0x524d17(-_0x4924d8._0x59c786,-_0x4924d8._0x4f1854,-0x11b,-0xe7)+_0x524d17(-_0x4924d8._0x25377f,-0xc1,-0x104,-_0x4924d8._0x4449c4)+_0x524d17(-_0x4924d8._0xeafc0d,-_0x4924d8._0x143449,-0x232,-0x1b4)+_0xe0685a(_0x4924d8._0x3457f4,_0x4924d8._0x1b7522,0x1b0,0x235)+_0xe0685a(_0x4924d8._0x159ede,0x13e,0x11c,_0x4924d8._0x59c786)+'keys','uRRfA':function(_0x580e5e,_0x317688){return _0x580e5e!==_0x317688;},'fCOun':_0xe0685a(_0x4924d8._0x3dddac,0x139,0xfe,_0x4924d8._0x2752ae),'imNXj':'coder_setu'+'p_path','uXTsY':function(_0x203f90){return _0x203f90();},'GbJZk':_0xe0685a(0x1d4,_0x4924d8._0x4998a8,0x216,_0x4924d8._0x3d4464)+'t','UwDyX':_0xe0685a(0xde,0xec,_0x4924d8._0x10211f,0x185)+_0xe0685a(_0x4924d8._0x16eb15,0x1a8,0xfc,0x19c),'IxrqV':'ssl_key_pa'+'th','AhxfZ':function(_0x3b2a41){return _0x3b2a41();},'kJpol':_0x524d17(-0x59,-0x62,0x47,0x3)+'y','ufKxR':'DKqyT','ERsWl':_0xe0685a(_0x4924d8._0x4d96ce,0x117,0xff,0x109),'PWiRk':_0x524d17(-0x167,-0x18e,-_0x4924d8._0xdc4ec8,-0x172),'CCnDN':function(_0x32c712,_0x5c1eb2){return _0x32c712===_0x5c1eb2;},'EPjIo':'JePDl','sAubU':function(_0x494e0a,_0x17af1d){return _0x494e0a===_0x17af1d;}};if(!_0x5e33a){if('vimHU'==='TeoST'){const _0x2702dc=('1|20|18|3|'+_0xe0685a(_0x4924d8._0x2025b7,_0x4924d8._0x44c298,0xc7,_0x4924d8._0x2efad1)+_0xe0685a(_0x4924d8._0x443f69,0x1bb,0x160,0x1ab)+_0xe0685a(_0x4924d8._0x71ce51,0x295,_0x4924d8._0x4c1ee7,_0x4924d8._0x4b300c)+'13|17|7|12'+_0xe0685a(0xf2,_0x4924d8._0x46f4e0,_0x4924d8._0x364f7f,0x128)+_0xe0685a(_0x4924d8._0x513f8e,_0x4924d8._0x5a8ea3,_0x4924d8._0x55e248,_0x4924d8._0x1a2a18))[_0x524d17(-0x4f,-_0x4924d8._0x5c2d6f,-_0x4924d8._0x381d53,-_0x4924d8._0x2c45f2)]('|');let _0x2934bb=-0x1*0x2597+0xd19*-0x1+0x32b0;while(!![]){switch(_0x2702dc[_0x2934bb++]){case'0':_0x5cef53[_0x524d17(-0x170,-_0x4924d8._0x5c110c,-0xbe,-0x10e)](_0xc83425[_0xe0685a(0x217,0x13e,0x214,0x1e0)]);continue;case'1':_0x4e0647[_0xe0685a(0xf6,_0x4924d8._0x2af385,0x1cb,0x191)](_0xc83425[_0xe0685a(_0x4924d8._0x1190c2,_0x4924d8._0x786195,_0x4924d8._0x2d22bd,0x11f)]);continue;case'2':_0x39c8dd[_0xe0685a(_0x4924d8._0x2b38ba,0x202,_0x4924d8._0x1f0a61,_0x4924d8._0x341237)](_0xe0685a(_0x4924d8._0x3e3a76,_0x4924d8._0x12feb3,0x12c,_0x4924d8._0x165e04));continue;case'3':_0x1906d3[_0xe0685a(_0x4924d8._0x2b5260,_0x4924d8._0x1b8604,_0x4924d8._0x19396b,_0x4924d8._0x341237)](_0xe0685a(0x1af,0x23d,0x252,0x202)+_0x524d17(-_0x4924d8._0x5553d5,-_0x4924d8._0x311e38,-_0x4924d8._0x3fe786,-0xa0)+_0xe0685a(0x1dd,0x126,_0x4924d8._0x178bb6,_0x4924d8._0x392a9a)+_0x524d17(-0xcd,-_0x4924d8._0x5af578,-_0x4924d8._0x16f105,-0xc7)+_0x524d17(-_0x4924d8._0x2d21e3,-_0x4924d8._0x4aa95e,-0x105,-0xa2));continue;case'4':_0x3d672f['error'](_0x524d17(-_0x4924d8._0x53ed2b,-0x172,-_0x4924d8._0x443f69,-_0x4924d8._0x4bf81c)+_0xe0685a(_0x4924d8._0x21bb1b,0x114,0x19e,_0x4924d8._0x4538ad)+_0x524d17(-0x15d,-_0x4924d8._0x8b87a6,-_0x4924d8._0xa0a062,-_0x4924d8._0x5c4127)+_0xe0685a(_0x4924d8._0x345516,0x1c4,_0x4924d8._0x1bb855,0x19e)+_0xe0685a(_0x4924d8._0x1f50bf,_0x4924d8._0x43ea9f,_0x4924d8._0x1a0395,0x1e3)+'o/coder-se'+_0x524d17(-_0x4924d8._0x4d8b41,-_0x4924d8._0x5641ed,-0x139,-_0x4924d8._0x4065e1));continue;case'5':_0x4015ff['error'](_0xc83425[_0x524d17(-0x17a,-0x1a8,-_0x4924d8._0x2c998b,-0x23e)]);continue;case'6':_0x19a51f[_0x524d17(-_0x4924d8._0xdc4ec8,-0x108,-_0x4924d8._0x26f367,-0x8e)](_0xc83425[_0x524d17(-0x161,-_0x4924d8._0xf55a2b,-_0x4924d8._0x5ad34f,-0x1df)]);continue;case'7':_0x2ec5e6[_0xe0685a(0x221,_0x4924d8._0x572810,_0x4924d8._0x15d857,_0x4924d8._0x341237)](_0xc83425['Yovpv']);continue;case'8':_0x567a18[_0x524d17(-0x121,-0x108,-_0x4924d8._0x5644e1,-0xbf)](_0xc83425[_0xe0685a(_0x4924d8._0x181fcc,0xfc,0x139,0x11c)]);continue;case'9':_0x12cf03[_0x524d17(-0xa3,-0x108,-_0x4924d8._0x550c8a,-0x119)](_0xc83425[_0x524d17(-0x182,-_0x4924d8._0x4dd805,-_0x4924d8._0x40964b,-_0x4924d8._0x5cc2c7)]);continue;case'10':_0x289c16[_0x524d17(-_0x4924d8._0x308328,-_0x4924d8._0x4eee11,-0x116,-0x1a9)](_0x524d17(-0x173,-_0x4924d8._0x4bf81c,-0xe5,-_0x4924d8._0x264a1d)+_0xe0685a(_0x4924d8._0x1775c3,_0x4924d8._0x474522,0x125,_0x4924d8._0x5c65db)+_0xe0685a(_0x4924d8._0x4c5ae3,_0x4924d8._0x3617c4,0x1ce,_0x4924d8._0x260e64)+_0xe0685a(0x179,_0x4924d8._0x33faff,_0x4924d8._0x28d702,_0x4924d8._0x2b5260)+_0x524d17(-_0x4924d8._0x10b4a2,-_0x4924d8._0x2f8f32,-_0x4924d8._0x2b38ba,-_0x4924d8._0x5b9de0));continue;case'11':_0x30f411['error']('');continue;case'12':_0xfe042c[_0xe0685a(_0x4924d8._0x276303,0x1b7,_0x4924d8._0x927f9a,_0x4924d8._0x1ac332)](_0xe0685a(_0x4924d8._0x4000d8,_0x4924d8._0x46f682,_0x4924d8._0x4ba773,0x1fa)+'agent\x20\x20\x20\x20\x20'+_0xe0685a(_0x4924d8._0x339491,_0x4924d8._0x1753d0,0x2b6,_0x4924d8._0x3a4ec0)+_0x524d17(-_0x4924d8._0x26e9de,-_0x4924d8._0x23ef29,-_0x4924d8._0x2af385,-0x107)+'ude\x20or\x20cod'+_0xe0685a(0x286,0x254,0x280,0x1f5));continue;case'13':_0x16db14[_0xe0685a(0x157,0x180,0xfe,_0x4924d8._0x24538a)]('');continue;case'14':_0x399906[_0x524d17(-_0x4924d8._0x56822d,-0x108,-_0x4924d8._0x141df9,-0x7b)](_0xc83425['ZmERA']);continue;case'15':_0x51c5d1[_0xe0685a(_0x4924d8._0xde5dd2,_0x4924d8._0x3f2fc8,0xfe,_0x4924d8._0x1dfce1)]('');continue;case'16':_0x127564[_0x524d17(-0xd0,-0x108,-0x179,-0x153)](_0x524d17(-0x126,-_0x4924d8._0x39e75b,-_0x4924d8._0x120500,-0x15c)+_0x524d17(-0x13c,-_0x4924d8._0x3f4e3a,-_0x4924d8._0x48ee34,-_0x4924d8._0x34a9ff)+'\x20\x20Path\x20to\x20'+'SSL\x20CA\x20bun'+_0xe0685a(0x1ca,_0x4924d8._0x104343,_0x4924d8._0x2dec4c,0x1a7)+_0xe0685a(0x178,0x17d,0xfc,0x11a));continue;case'17':_0x2b8e74[_0x524d17(-_0x4924d8._0x300095,-_0x4924d8._0x474604,-0xe9,-0xea)](_0xe0685a(_0x4924d8._0x483879,0x1a3,0x149,0xff)+_0x524d17(-0x132,-_0x4924d8._0xeafc0d,-_0x4924d8._0x17c1aa,-_0x4924d8._0x1e79fa)+'keys\x20(stor'+_0xe0685a(0x191,0x152,0x1b4,_0x4924d8._0x438046)+_0x524d17(-0xf5,-0x16d,-_0x4924d8._0x3e017e,-_0x4924d8._0x41d524));continue;case'18':_0x7a1b5a[_0x524d17(-_0x4924d8._0x3b1a0d,-_0x4924d8._0x4eee11,-0x119,-0x14f)](_0x524d17(-_0x4924d8._0x4b4c5c,-0x10c,-0x13c,-_0x4924d8._0x3d85f6));continue;case'19':_0x3546d2[_0x524d17(-_0x4924d8._0x3d4464,-0x108,-0xa2,-0x193)](_0xc83425[_0xe0685a(0x19c,0x1f4,_0x4924d8._0x4729d4,0x1be)]);continue;case'20':_0x40aa81[_0xe0685a(_0x4924d8._0xa4caa,_0x4924d8._0x241344,_0x4924d8._0x3581cc,_0x4924d8._0x341237)]('');continue;case'21':_0xb233bd['error'](_0xc83425[_0xe0685a(_0x4924d8._0x109216,_0x4924d8._0x2d5cd6,0xfe,0x16c)]);continue;case'22':_0x4332a3[_0x524d17(-_0x4924d8._0x3d3ff9,-0x108,-_0x4924d8._0x124b67,-_0x4924d8._0x26ff85)](_0xc83425[_0xe0685a(_0x4924d8._0x340c6c,_0x4924d8._0x7648e8,_0x4924d8._0x5d86b4,_0x4924d8._0x10dced)]);continue;case'23':_0x235810[_0xe0685a(_0x4924d8._0xde5dd2,0x172,0x15d,_0x4924d8._0x4a9463)](_0xc83425[_0xe0685a(_0x4924d8._0x326a58,0x10e,0x18f,0x15a)]);continue;case'24':_0x347f7a['error'](_0xc83425[_0xe0685a(_0x4924d8._0x1bab42,0x1c3,0x283,0x225)]);continue;case'25':_0x390850[_0xe0685a(_0x4924d8._0xecb9db,0x22a,0x188,0x191)](_0xe0685a(_0x4924d8._0x3cdd8e,0x20d,0x20a,_0x4924d8._0x49fa1b)+_0x524d17(-_0x4924d8._0x48eb1e,-0xa1,-0x5f,0x8)+_0x524d17(-_0x4924d8._0x1cbc8e,-_0x4924d8._0x550c8a,-_0x4924d8._0x1c8178,-_0x4924d8._0x39e2b4)+'figuration'+_0xe0685a(_0x4924d8._0x2dea15,0x286,0x1f9,0x220));continue;case'26':_0x13674a['error'](_0x524d17(-0x187,-_0x4924d8._0x4ec4bd,-0x1bf,-_0x4924d8._0x2af385)+_0x524d17(-0x181,-_0x4924d8._0x28b0dc,-0xe3,-0x10c)+'\x20\x20Path\x20to\x20'+_0x524d17(-0x107,-0x7d,-0x76,-0x116)+'e\x20key\x20file');continue;}break;}}else console[_0xe0685a(_0x4924d8._0x4000d8,0x215,0x156,_0x4924d8._0x1dfce1)]('Usage:\x20cod'+_0x524d17(-_0x4924d8._0x5ecbb1,-0x16e,-0x15c,-0x12f)+_0xe0685a(0x25c,0x287,0x228,0x1f6)+'\x20<key>'),process['exit'](-0x261+-0x1296+0x2*0xa7c);}const _0x2dd2b5=SERVER_CONFIG_KEYS[_0xe0685a(_0x4924d8._0x40653d,_0x4924d8._0x468c1b,_0x4924d8._0x5087b2,0xf7)](_0x5e33a),_0x14b478=SETUP_JSON_KEYS[_0x524d17(-_0x4924d8._0x2768ee,-_0x4924d8._0x5ecbb1,-_0x4924d8._0x1cad6e,-_0x4924d8._0x1512b5)](_0x5e33a);_0xc83425['wTLxa'](!_0x2dd2b5,!_0x14b478)&&(console['error'](_0xe0685a(_0x4924d8._0x48b346,0x282,_0x4924d8._0x4dd805,0x223)+_0x524d17(-_0x4924d8._0x309a9c,-0x1a5,-_0x4924d8._0x4a3040,-0x243)+_0x524d17(-0x37,-0xb1,-_0x4924d8._0x411561,-_0x4924d8._0x391657)+_0x5e33a),console[_0xe0685a(0x201,_0x4924d8._0x102ff7,0x236,_0x4924d8._0x1dfce1)](_0xc83425['HCPjv']),process['exit'](-0x1224+0x3b6+0xe6f*0x1));let _0x28446;function _0xe0685a(_0x50152d,_0xe5ee2f,_0x94af5,_0x2553c8){return _0x4b642b(_0x2553c8- -0x34,_0xe5ee2f-_0x1a7cf5._0x3cebfc,_0x94af5-_0x1a7cf5._0x1d69d3,_0x94af5);}if(_0x2dd2b5){if(_0xc83425[_0xe0685a(_0x4924d8._0x3187c1,_0x4924d8._0x470945,_0x4924d8._0xe0bd4e,_0x4924d8._0x3f2555)](_0xc83425[_0xe0685a(_0x4924d8._0x34729e,_0x4924d8._0x1bfe4c,_0x4924d8._0x435526,0x133)],_0xc83425[_0x524d17(-0x16d,-0x166,-0x15f,-0x183)]))_0xdde479[_0x524d17(-0x154,-_0x4924d8._0x59a3fa,-_0x4924d8._0x3ecc9,-_0x4924d8._0x392346)](_0x524d17(-_0x4924d8._0x423180,-_0x4924d8._0x44faba,-0xe3,-_0x4924d8._0x2726e0)+_0xe0685a(_0x4924d8._0xd7fb74,0x1a6,0x1cb,0x14f)+_0x524d17(-_0x4924d8._0x5487ef,-_0x4924d8._0x5d363c,-0x50,-0x2e)),_0x1f5c5a[_0xe0685a(_0x4924d8._0x5f3f8d,_0x4924d8._0x260f82,_0x4924d8._0x4cebcc,_0x4924d8._0x5a941d)](0x21a7*0x1+-0x224b+0xa5);else switch(_0x5e33a){case _0xc83425[_0xe0685a(_0x4924d8._0x19ed35,_0x4924d8._0x523247,0x2ab,0x207)]:_0x28446=await _0xc83425[_0x524d17(-_0x4924d8._0x124d9d,-0x1a9,-_0x4924d8._0x16bc63,-0x1de)](getCoderSetupPath);break;case _0xc83425['GbJZk']:_0x28446=await _0xc83425[_0xe0685a(0x17e,_0x4924d8._0x19ec37,_0x4924d8._0x3ef7ec,0xf0)](getServerPort);break;case _0xc83425['UwDyX']:_0x28446=await getSslCertPath();break;case _0xc83425[_0xe0685a(0xe4,0xfc,0x183,_0x4924d8._0xcdd29c)]:_0x28446=await _0xc83425[_0xe0685a(_0x4924d8._0x4b0d1d,0x13a,0x157,0x1bf)](getSslKeyPath);break;case _0x524d17(-0x147,-0xc0,-0xcf,-_0x4924d8._0x10b4a2)+'h':_0x28446=await _0xc83425[_0xe0685a(0x110,_0x4924d8._0x4ec4bd,0xd9,_0x4924d8._0x2e1de4)](getSslCaPath);break;case _0xc83425[_0x524d17(-0x3d,-_0x4924d8._0x1e22de,-_0x4924d8._0x547de1,-_0x4924d8._0x52d6d3)]:_0x28446=await _0xc83425[_0xe0685a(0x16e,_0x4924d8._0x178bb6,_0x4924d8._0x181cfc,0xf0)](getTrustProxy);break;}}else{if(_0x14b478){const _0x5d4f23=await getCoderSetupPath();!_0x5d4f23&&(_0xc83425['uRRfA'](_0xc83425[_0xe0685a(0x1a4,_0x4924d8._0x40b833,0x1b4,0x23a)],_0xe0685a(_0x4924d8._0x41f751,_0x4924d8._0x35e094,_0x4924d8._0x1cd38f,0x13b))?(console[_0x524d17(-0x1a3,-_0x4924d8._0x59a3fa,-_0x4924d8._0x22494c,-_0x4924d8._0x199a8e)](_0xc83425['Yolav']),process['exit'](-0x1ec+-0x2631+0x281e)):(_0x2868c1[_0xe0685a(_0x4924d8._0x1f50bf,0x1cf,0x229,_0x4924d8._0x121d95)](_0x524d17(-0x121,-_0x4924d8._0x4ab181,-0xea,-0xc5)+_0x524d17(_0x4924d8._0x554b17,-0x61,-_0x4924d8._0x21b003,-0x13)+_0x524d17(-_0x4924d8._0x2dcda6,-_0x4924d8._0x5ad34f,-_0x4924d8._0x8b87a6,-0x170)+'\x20'+_0x3ff08f),_0x15ed07[_0xe0685a(0xf5,0x1a3,_0x4924d8._0x3838dc,_0x4924d8._0x5d382c)]('Make\x20sure\x20'+_0xe0685a(_0x4924d8._0x4f1854,_0x4924d8._0x1d5cf7,0x10d,_0x4924d8._0x48eb1e)+'p_path\x20poi'+_0xe0685a(_0x4924d8._0x168137,_0x4924d8._0x23355c,0x125,0x1a3)+_0xe0685a(_0x4924d8._0x50ec46,0x205,0x1d8,0x20c)+_0x524d17(-0xaf,-_0x4924d8._0x598b62,-_0x4924d8._0x58801d,-0x5a)+_0x524d17(-0x1b9,-_0x4924d8._0x1fa6f0,-0x177,-_0x4924d8._0x5db400))));const _0x2a7487=_0x109abd[_0x524d17(-0x10e,-0x19e,-_0x4924d8._0xeafc0d,-_0x4924d8._0x1654df)](_0x5d4f23,_0xc83425[_0xe0685a(0x98,0xe1,0x195,_0x4924d8._0x3224b8)]);try{const _0x8e2cb6=await _0x465885[_0xe0685a(_0x4924d8._0x44e70a,0x215,_0x4924d8._0x30fa23,0x1ee)](_0x2a7487,_0xc83425['PWiRk']),_0x54edc7=JSON[_0xe0685a(_0x4924d8._0x3a844f,_0x4924d8._0x1775c3,0x288,0x1e4)](_0x8e2cb6);_0x28446=_0x54edc7[_0x5e33a];}catch(_0x58808a){_0xc83425[_0xe0685a(_0x4924d8._0x5e1b7a,0x217,0x277,_0x4924d8._0x19ed35)](_0xc83425['EPjIo'],_0xe0685a(0x164,0x138,0xf9,0x110))?(_0x3af56b[_0x524d17(-_0x4924d8._0x5a6a5a,-0x108,-0x159,-0x86)](_0xc83425[_0x524d17(-0x1a0,-0x162,-0x1df,-0x1f2)]),_0x37db90[_0x524d17(-_0x4924d8._0x3ecfff,-0x5e,-_0x4924d8._0x4f4e65,-_0x4924d8._0x2d21e3)](0x71*0x4c+-0x2*0x11e5+-0x1*-0x23f)):(_0xc83425[_0xe0685a(0xce,_0x4924d8._0x2c38de,0x102,0x163)](_0x58808a[_0xe0685a(0xe3,_0x4924d8._0x237d3b,_0x4924d8._0x55e248,_0x4924d8._0x10b773)],_0xe0685a(0x93,_0x4924d8._0x51400b,0x182,_0x4924d8._0x4a3e65))?console[_0x524d17(-_0x4924d8._0x2c5f99,-0x108,-0x17d,-0xdb)](_0x524d17(-0x7e,-_0x4924d8._0x5b7ff2,-_0x4924d8._0x260337,-0xb1)+_0x524d17(-_0x4924d8._0x5a53d9,-0x61,-_0x4924d8._0x4b7ea4,-0xa8)+'t\x20found\x20at'+'\x20'+_0x2a7487):console[_0x524d17(-0xed,-0x108,-_0x4924d8._0x21a9ff,-0xc0)](_0x524d17(-_0x4924d8._0xfa4cd0,-_0x4924d8._0x438046,-_0x4924d8._0xd20c1d,-_0x4924d8._0x21bb1b)+_0xe0685a(_0x4924d8._0xa766e2,_0x4924d8._0x4ede8d,_0x4924d8._0x19b8c4,_0x4924d8._0x4b4c5c)+'json:\x20'+_0x58808a[_0xe0685a(0x1a9,_0x4924d8._0xd6f6cb,_0x4924d8._0x2350cb,_0x4924d8._0x491c3d)]),process['exit'](0x860*-0x1+-0x20ae+0x290f));}}}_0x28446!==undefined?console[_0xe0685a(_0x4924d8._0xe17974,0xd1,_0x4924d8._0x5ddb9a,0x119)](_0x28446):(console[_0x524d17(-_0x4924d8._0x506a24,-0x108,-_0x4924d8._0x537fe9,-_0x4924d8._0x40f57a)](_0x524d17(-0x42,-_0x4924d8._0x2d0028,-0x7d,-0x12d)+_0x5e33a+(_0x524d17(-0x3,-0xaa,-0xa9,-0x4e)+_0x524d17(-0xf9,-_0x4924d8._0x21f1fb,-_0x4924d8._0x4000d8,-_0x4924d8._0x40964b)+_0xe0685a(0x1a4,0x136,_0x4924d8._0x3c171b,0x150))),process[_0x524d17(-_0x4924d8._0x220f7e,-0x5e,-_0x4924d8._0xe06679,-_0x4924d8._0x1f1e10)](0x1a84+-0x83*-0x25+0x1*-0x2d72));}async function removeConfig(_0x3f7d58){const _0x5519a6={_0x2c3ed1:0xbd,_0x12cdca:0x10f,_0xf4418b:0xfc,_0x47ff5a:0x212,_0x34d311:0xff,_0x4085fe:0x59,_0x2de366:0x17c,_0x5ad20a:0x1d5,_0x2f9782:0x179,_0x1f9dd3:0x12f,_0x4732d0:0x52,_0x595706:0x29,_0x10aed0:0x7d,_0x18ab17:0xbd,_0x457db3:0xfe,_0x529390:0x1fc,_0x27f7a9:0xc1,_0x5cb93e:0x39,_0xeaf887:0xb4,_0x2cc956:0x1f,_0x596672:0xa1,_0x57082c:0x44,_0x5e931b:0x91,_0x53907f:0xb1,_0x3e5c77:0x64,_0x553c03:0xa0,_0x185575:0x147,_0x4166ab:0x4d,_0x10df56:0x3b,_0x1ffaae:0x17f,_0x3f1ff1:0x21d,_0x5876d0:0xe2,_0x3047c6:0xc6,_0x13f7b8:0xcf,_0x578280:0x167,_0x2f85ff:0x56,_0x18bd27:0xf0,_0x2da02b:0x79,_0x150ea1:0xba,_0x1cc591:0xcc,_0x39163f:0x57,_0x31a938:0xbb,_0x43bf1c:0xc1,_0x4431b5:0x7b,_0x2fcd37:0xa4,_0x35740e:0x67,_0x35bf62:0x64,_0x4d26f3:0x31,_0x26cd35:0x1d,_0x37c0ae:0x35,_0x373d2a:0xd1,_0x39c15f:0x28,_0x56dbd0:0x9c,_0x4e9a75:0x27,_0x234420:0x3f,_0x55a990:0x63,_0x22301a:0x140,_0x3aca32:0x4f,_0x2f8309:0x5b,_0xd56542:0xd0,_0xc605b8:0xb2,_0x47cb2e:0x103,_0x438534:0x77,_0x137b4f:0x110,_0x135fe0:0x47,_0xcf567c:0x55,_0x4e085e:0x33,_0x2ff25b:0xc2,_0x2e6538:0xf9,_0x54420e:0xbd,_0x4084b9:0x83,_0x5a8c96:0x39,_0x1ed3cc:0x3,_0x2c6dd0:0x61,_0x51e551:0x49,_0xd6f337:0xbd,_0x3b15bf:0x11e,_0x307797:0x84,_0x4f19ec:0xd5,_0x1231b7:0x9f,_0x3dd029:0x9,_0x530269:0x107,_0x36f43f:0x18,_0x246524:0x171,_0x15f9f1:0xe8,_0x4ac7a3:0x4,_0xeed549:0xba,_0x42d496:0xb0,_0x554775:0xd2,_0xb743ef:0xe3,_0x5520d8:0x62,_0x2f1172:0x54,_0x432c23:0x171,_0xe4ec5f:0x112,_0x51a45c:0x7d,_0x31823e:0x1c4,_0x26ec5b:0x156,_0x430fa4:0x158,_0x1b5ce8:0x1e2,_0x1106ab:0x198,_0x3a8745:0x22,_0x4d74e2:0xe9,_0x3a4dc5:0x45,_0x2d8333:0x164,_0x38ae6f:0xc6,_0x90cbbf:0x57,_0x27a804:0x28,_0x1e5af9:0x72,_0x169482:0x18a,_0x18e097:0x142,_0x3f9808:0x202,_0x4581b6:0x18a,_0x40cf72:0x27,_0x53a756:0x5b,_0xad1b7c:0x1ae,_0xe24d5f:0x11a,_0x42e282:0x155,_0x362f22:0x17b,_0x2f40a2:0x1b6,_0x348b8b:0x1f9,_0x361f5e:0x11,_0x50d7fe:0x104,_0x15f408:0xaf,_0x22ff80:0x172,_0x5dfb77:0xe7,_0x3a9108:0x123,_0x4b61f2:0xc7,_0x4c0dc1:0x94,_0x3df460:0x6b,_0x57d3bd:0x35,_0x1dcdb3:0xd8,_0x10135f:0x99,_0x25b8c8:0xf9,_0x25a947:0x3a,_0x1c54e1:0x35,_0xbb2410:0x118,_0x569903:0xf9,_0x27e081:0x2d,_0x3a4ab6:0x90,_0x57f669:0x6d,_0x17371b:0x91,_0x1ff1a5:0xb2,_0x47eee8:0x1b,_0x28fd6c:0x7d,_0x274574:0x8f,_0x2214db:0xb,_0x281063:0x7a,_0x302046:0x8a,_0x3e4e32:0x1d1,_0x4d01c6:0x175,_0x548183:0x174,_0x1e1f30:0x124,_0x4c1e63:0x10f,_0x48f996:0xc,_0x18702d:0x79,_0x1ece2f:0xd3,_0x889ad:0xe0,_0x228ade:0x1a4,_0x15d592:0xac,_0x1a088e:0x10,_0x4d8aad:0x42,_0x17b740:0x4f,_0x1f001b:0x4b,_0x45442b:0xcf,_0xdbe582:0x27,_0xc3f878:0x4d,_0x369d40:0x49,_0x16c5f1:0x1d,_0x58be6c:0xb8,_0x2e7570:0xa7,_0x13b92d:0x133,_0x50880a:0x36,_0xa78f56:0x10d,_0x50865f:0x13a,_0x2c40f8:0x68,_0x3af1b9:0x1e3,_0x246308:0xf2,_0x40ad4d:0xcb,_0x123ddb:0x46,_0x5b6448:0x2c,_0x4ba8ea:0x56,_0x24073c:0x7c,_0x37d976:0x1df,_0x416e07:0x5a,_0x363dd9:0x74},_0x23a429={_0x2a7e1d:0x188,_0x2db205:0x105},_0x506624={_0x4f1a3f:0x1ec,_0x399fc3:0x10a};function _0x21d92e(_0x33c556,_0x21cfd2,_0x3cff13,_0x5df811){return _0x4b642b(_0x33c556- -_0x506624._0x4f1a3f,_0x21cfd2-_0x506624._0x399fc3,_0x3cff13-0x18b,_0x5df811);}const _0x41ca63={'WEuED':_0x2b07fe(-_0x5519a6._0x2c3ed1,-_0x5519a6._0x12cdca,-_0x5519a6._0xf4418b,-0xa7)+_0x2b07fe(-0x175,-0x17d,-_0x5519a6._0x47ff5a,-_0x5519a6._0x34d311)+'t\x20configur'+'ed','WtvKo':_0x21d92e(-0x30,0x1f,_0x5519a6._0x4085fe,-0x6e)+_0x2b07fe(-_0x5519a6._0x2de366,-0x15f,-0x1a0,-_0x5519a6._0x5ad20a)+'config\x20rem'+_0x2b07fe(-_0x5519a6._0x2f9782,-_0x5519a6._0x1f9dd3,-0x137,-0xc1),'MfHjo':function(_0x2fa54a,_0x115f14){return _0x2fa54a===_0x115f14;},'htMZt':_0x21d92e(-_0x5519a6._0x4732d0,-_0x5519a6._0x595706,-_0x5519a6._0x10aed0,-_0x5519a6._0x18ab17),'RHfUB':_0x2b07fe(-0x1b5,-0x187,-_0x5519a6._0x457db3,-_0x5519a6._0x529390)+_0x2b07fe(-_0x5519a6._0x27f7a9,-0xab,-0xb6,-0x117),'eFyYY':function(_0x4e0add,_0x583b3d){return _0x4e0add(_0x583b3d);},'pxuNW':_0x21d92e(-_0x5519a6._0x5cb93e,-_0x5519a6._0xeaf887,-_0x5519a6._0x2cc956,-0x57)+'t','WcUgL':_0x21d92e(-0x1f,0x6e,-_0x5519a6._0x596672,-_0x5519a6._0x57082c)+'th','roDHN':function(_0x1ed3c1,_0x3baf4a){return _0x1ed3c1(_0x3baf4a);},'irhNh':_0x2b07fe(-_0x5519a6._0x5e931b,-_0x5519a6._0x53907f,-0x147,-_0x5519a6._0x3e5c77)+'h','hLtjy':_0x2b07fe(-0xdc,-0x53,-0xdc,-0xa1)+'y','SupiL':function(_0x5cc7a7,_0x1b5c1b){return _0x5cc7a7(_0x1b5c1b);},'eAugU':function(_0x1fd588){return _0x1fd588();},'mjzEA':function(_0x177bed){return _0x177bed();},'OBDff':function(_0x16dec9,_0x7691db){return _0x16dec9===_0x7691db;},'NSBlu':_0x2b07fe(-0x1c,-_0x5519a6._0x553c03,-_0x5519a6._0x185575,-_0x5519a6._0x4166ab),'nRrsw':_0x21d92e(-0x64,-0xa7,-0xe4,-_0x5519a6._0x10df56),'DhBpW':_0x2b07fe(-0x1ed,-_0x5519a6._0x1ffaae,-_0x5519a6._0x3f1ff1,-_0x5519a6._0x5876d0),'sfxIY':function(_0x4934db,_0x54e462){return _0x4934db+_0x54e462;},'oBtnO':_0x2b07fe(-0x91,-_0x5519a6._0x3047c6,-_0x5519a6._0x13f7b8,-0xaf)+_0x2b07fe(-0x194,-0xf0,-0xc8,-_0x5519a6._0x578280)+'or\x20changes'+'\x20to\x20take\x20e'+_0x21d92e(-_0x5519a6._0x2f85ff,-_0x5519a6._0x18bd27,-0x7f,-_0x5519a6._0x2da02b)};!_0x3f7d58&&(console[_0x21d92e(-0x27,-_0x5519a6._0x150ea1,-_0x5519a6._0x1cc591,_0x5519a6._0x39163f)](_0x41ca63[_0x21d92e(-0x66,0x35,-0x2f,-_0x5519a6._0x31a938)]),process['exit'](0x1*0xef7+0x2*-0x101f+0x1148));function _0x2b07fe(_0x437b4c,_0x1b4d7c,_0x4ba339,_0x52ebdd){return _0x4b642b(_0x1b4d7c- -0x2be,_0x1b4d7c-_0x23a429._0x2a7e1d,_0x4ba339-_0x23a429._0x2db205,_0x4ba339);}const _0x1d9592=SERVER_CONFIG_KEYS[_0x21d92e(-_0x5519a6._0x43bf1c,-_0x5519a6._0x4431b5,-0x12c,-_0x5519a6._0x2fcd37)](_0x3f7d58),_0x2f5bb3=SETUP_JSON_KEYS[_0x21d92e(-0xc1,-_0x5519a6._0x35740e,-_0x5519a6._0x35bf62,-0xbc)](_0x3f7d58);!_0x1d9592&&!_0x2f5bb3&&(_0x41ca63[_0x21d92e(-_0x5519a6._0x4d26f3,_0x5519a6._0x26cd35,_0x5519a6._0x37c0ae,-_0x5519a6._0x373d2a)](_0x41ca63[_0x21d92e(-_0x5519a6._0x39c15f,-0x69,-0x42,-_0x5519a6._0x56dbd0)],_0x41ca63[_0x21d92e(-0x28,0xc,-0xcb,-0xa8)])?(console[_0x21d92e(-_0x5519a6._0x4e9a75,-0x8c,_0x5519a6._0x234420,_0x5519a6._0x55a990)]('Unknown\x20co'+_0x21d92e(-0xc4,-_0x5519a6._0x22301a,-0x7a,-_0x5519a6._0x3aca32)+_0x21d92e(0x30,0x20,-_0x5519a6._0x2f8309,_0x5519a6._0xd56542)+_0x3f7d58),console['error']('Run\x20\x22coder'+_0x2b07fe(-0x6f,-_0x5519a6._0xc605b8,-_0x5519a6._0x47cb2e,-_0x5519a6._0x438534)+_0x2b07fe(-_0x5519a6._0x137b4f,-0x194,-0x18f,-0x1c7)+_0x2b07fe(_0x5519a6._0x135fe0,-_0x5519a6._0xcf567c,-_0x5519a6._0x4e085e,-_0x5519a6._0x2ff25b)+'available\x20'+'keys'),process['exit'](-0x3a4+0x1*-0xeb+0x490)):(_0x21e66e[_0x2b07fe(-0xba,-_0x5519a6._0x2e6538,-_0x5519a6._0x54420e,-0x89)](_0x41ca63['WEuED']),_0x14c1ed[_0x21d92e(_0x5519a6._0x4084b9,0x1c,_0x5519a6._0x5a8c96,-_0x5519a6._0x1ed3cc)](-0x23da+0x1*0x1e31+0x5aa)));if(_0x1d9592){switch(_0x3f7d58){case _0x41ca63[_0x21d92e(_0x5519a6._0x2c6dd0,0x102,_0x5519a6._0x51e551,_0x5519a6._0xd6f337)]:await _0x41ca63[_0x2b07fe(-_0x5519a6._0x3b15bf,-_0x5519a6._0x307797,-0x123,-_0x5519a6._0x4f19ec)](saveCoderSetupPath,null),console[_0x21d92e(-_0x5519a6._0x1231b7,-_0x5519a6._0x3dd029,-_0x5519a6._0x530269,-_0x5519a6._0x36f43f)]('Removed\x20'+_0x3f7d58);break;case _0x41ca63['pxuNW']:await saveServerPort(-0x1ad3+-0x148f+0x3b1a),console[_0x2b07fe(-0x179,-_0x5519a6._0x246524,-_0x5519a6._0x15f9f1,-0x20a)](_0x21d92e(_0x5519a6._0x4ac7a3,-0x63,0x9f,_0x5519a6._0x2fcd37)+_0x3f7d58+(_0x21d92e(-_0x5519a6._0xeed549,-_0x5519a6._0x42d496,-_0x5519a6._0x554775,-0x72)+_0x2b07fe(-_0x5519a6._0xb743ef,-_0x5519a6._0x5520d8,-_0x5519a6._0x2f1172,-0xbd)));break;case _0x21d92e(-0x33,_0x5519a6._0x4166ab,-0x8d,-0xb8)+'ath':await saveSslCertPath(null),console[_0x2b07fe(-0x212,-_0x5519a6._0x432c23,-_0x5519a6._0xe4ec5f,-0x1aa)]('Removed\x20'+_0x3f7d58);break;case _0x41ca63['WcUgL']:await _0x41ca63[_0x21d92e(-0x10,0x10,-0x6e,_0x5519a6._0x51a45c)](saveSslKeyPath,null),console[_0x21d92e(-0x9f,-0x5b,-0x13c,-_0x5519a6._0x5520d8)](_0x2b07fe(-0xfa,-0x198,-0xf4,-0x11b)+_0x3f7d58);break;case _0x41ca63[_0x2b07fe(-_0x5519a6._0x31823e,-_0x5519a6._0x26ec5b,-_0x5519a6._0x430fa4,-0xef)]:await saveSslCaPath(null),console[_0x2b07fe(-_0x5519a6._0x1b5ce8,-0x171,-0xe3,-0x118)](_0x2b07fe(-0x15b,-_0x5519a6._0x1106ab,-0x102,-0x1cf)+_0x3f7d58);break;case _0x41ca63[_0x21d92e(-0x3e,_0x5519a6._0x3a8745,-0xe,-0xdd)]:await _0x41ca63['SupiL'](saveTrustProxy,null),console['log'](_0x21d92e(-0xc6,-_0x5519a6._0x4d74e2,-0x144,-_0x5519a6._0x3a4dc5)+_0x3f7d58);break;}console[_0x21d92e(-0x9f,-0xb,-0x113,-0x8d)]('\x20\x20Location'+':\x20'+_0x41ca63[_0x2b07fe(-_0x5519a6._0x2d8333,-0x122,-0x10c,-_0x5519a6._0x38ae6f)](getConfigPath));}else{if(_0x2f5bb3){const _0x26cbda=await _0x41ca63[_0x21d92e(_0x5519a6._0x90cbbf,-_0x5519a6._0x27a804,0x31,_0x5519a6._0x1e5af9)](getCoderSetupPath);!_0x26cbda&&(_0x2b07fe(-0x10a,-_0x5519a6._0x169482,-_0x5519a6._0x18e097,-0x21d)!==_0x2b07fe(-_0x5519a6._0x3f9808,-_0x5519a6._0x4581b6,-0x19d,-_0x5519a6._0xe4ec5f)?(_0x235e88[_0x21d92e(-_0x5519a6._0x40cf72,-_0x5519a6._0x3dd029,-_0x5519a6._0x36f43f,-_0x5519a6._0x53a756)](_0x2b07fe(-_0x5519a6._0xad1b7c,-_0x5519a6._0xe24d5f,-_0x5519a6._0x42e282,-0x195)+_0x375821['message']),_0x306f6f['exit'](-0x224f+0x7b9+0x8dd*0x3)):(console['error'](_0x41ca63[_0x2b07fe(-0xf8,-_0x5519a6._0x362f22,-_0x5519a6._0x2f40a2,-_0x5519a6._0x348b8b)]),process[_0x2b07fe(0x11,-_0x5519a6._0x3aca32,-0xb2,_0x5519a6._0x361f5e)](0xa6*-0x1+-0x174a+-0x1b*-0xe3)));const _0x18f7be=_0x109abd[_0x2b07fe(-0x1da,-0x18f,-0x21d,-_0x5519a6._0x50d7fe)](_0x26cbda,_0x21d92e(-_0x5519a6._0x15f408,-0x14,-0xed,-0x150));let _0x3656cd;try{if(_0x41ca63[_0x2b07fe(-0xf2,-0xf7,-0xf8,-_0x5519a6._0x22ff80)](_0x41ca63[_0x21d92e(-0xb7,-0x14,-0x53,-_0x5519a6._0x5dfb77)],_0x41ca63[_0x2b07fe(-0x16d,-_0x5519a6._0x3a9108,-_0x5519a6._0x4b61f2,-_0x5519a6._0x4c0dc1)]))_0x1a0a39['error'](_0x21d92e(_0x5519a6._0x3df460,-_0x5519a6._0x57d3bd,0x90,_0x5519a6._0x1dcdb3)+_0x21d92e(-0xc4,-_0x5519a6._0x10135f,-_0x5519a6._0x25b8c8,-0x16c)+_0x2b07fe(-_0x5519a6._0x25a947,-0xa2,-_0x5519a6._0x1c54e1,-_0x5519a6._0xbb2410)+_0x1724da),_0x14e389[_0x2b07fe(-0x10c,-_0x5519a6._0x569903,-_0x5519a6._0xeed549,-0x110)](_0x21d92e(-_0x5519a6._0x27e081,-_0x5519a6._0x3a4ab6,-_0x5519a6._0x57f669,-_0x5519a6._0x17371b)+_0x2b07fe(-0x24,-_0x5519a6._0x1ff1a5,-_0x5519a6._0x47eee8,-0x107)+'nfig\x22\x20for\x20'+_0x21d92e(_0x5519a6._0x28fd6c,_0x5519a6._0x274574,_0x5519a6._0x2214db,0x19)+_0x21d92e(-_0x5519a6._0x281063,-0x7a,-0x75,-_0x5519a6._0x302046)+_0x2b07fe(-_0x5519a6._0x3e4e32,-_0x5519a6._0x4d01c6,-0x17b,-_0x5519a6._0x548183)),_0x4ea270[_0x2b07fe(0x10,-0x4f,-0x3e,0xa)](-0x24b3+-0xe0b+0x32bf);else{const _0x4d9875=await _0x465885['readFile'](_0x18f7be,_0x41ca63[_0x21d92e(-0x20,0x7,-_0x5519a6._0x553c03,-0x8b)]);_0x3656cd=JSON['parse'](_0x4d9875);}}catch(_0x35423d){_0x35423d[_0x2b07fe(-_0x5519a6._0x1e1f30,-0x111,-_0x5519a6._0x4c1e63,-_0x5519a6._0x22301a)]===_0x21d92e(-0x9a,-0x1b,_0x5519a6._0x48f996,-0xbf)?console[_0x2b07fe(-_0x5519a6._0x18702d,-_0x5519a6._0x2e6538,-0x64,-0xe0)](_0x2b07fe(-_0x5519a6._0x1ece2f,-0x10c,-_0x5519a6._0x889ad,-_0x5519a6._0x228ade)+_0x2b07fe(-0x59,-0x52,-_0x5519a6._0x15d592,-_0x5519a6._0x1a088e)+_0x21d92e(-0xb6,-0xcc,-_0x5519a6._0x4d8aad,-_0x5519a6._0x17b740)+'\x20'+_0x18f7be):console[_0x21d92e(-0x27,-_0x5519a6._0x274574,-0x3f,-0x25)]('Error\x20read'+'ing\x20setup.'+'json:\x20'+_0x35423d[_0x21d92e(-_0x5519a6._0x1f001b,-0x68,-_0x5519a6._0x45442b,-0xe4)]),process['exit'](0x1*0x25d+0x1d6b+-0x1fc7);}_0x41ca63['OBDff'](_0x3656cd[_0x3f7d58],undefined)&&(console[_0x21d92e(-_0x5519a6._0xdbe582,0x47,-_0x5519a6._0xc3f878,-_0x5519a6._0x369d40)](_0x2b07fe(-_0x5519a6._0x16c5f1,-_0x5519a6._0x58be6c,-_0x5519a6._0x2e7570,-0x123)+_0x3f7d58+(_0x2b07fe(-_0x5519a6._0x13b92d,-0x9b,-0x13c,-0x3c)+_0x21d92e(-_0x5519a6._0x50880a,-0x69,_0x5519a6._0x2f1172,-0x93)+_0x2b07fe(-_0x5519a6._0xa78f56,-_0x5519a6._0x50865f,-0x190,-0x18b))),process[_0x2b07fe(-_0x5519a6._0x2c40f8,-_0x5519a6._0x3aca32,-_0x5519a6._0x3e5c77,0x5c)](0x885+0x192e+-0xe3*0x26)),delete _0x3656cd[_0x3f7d58],await _0x465885['writeFile'](_0x18f7be,_0x41ca63['sfxIY'](JSON[_0x2b07fe(-0x179,-0x185,-_0x5519a6._0x3af1b9,-0x118)](_0x3656cd,null,0x1f6e+-0xeb+-0x39*0x89),'\x0a'),_0x41ca63[_0x2b07fe(-0x59,-_0x5519a6._0x246308,-_0x5519a6._0x40ad4d,-0xfd)]),console[_0x21d92e(-_0x5519a6._0x1231b7,-0xab,-_0x5519a6._0x35740e,-0x67)](_0x21d92e(-0xc6,-_0x5519a6._0x123ddb,-_0x5519a6._0x5b6448,-0x114)+_0x3f7d58),console[_0x21d92e(-_0x5519a6._0x1231b7,0x1,-_0x5519a6._0x4d8aad,-_0x5519a6._0x4ba8ea)](_0x2b07fe(-0xab,-_0x5519a6._0x24073c,0x10,-0x69)+':\x20'+_0x18f7be),console[_0x2b07fe(-0x162,-0x171,-_0x5519a6._0x37d976,-0x12d)](''),console[_0x21d92e(-0x9f,-_0x5519a6._0x246308,-0xfb,-_0x5519a6._0x416e07)](_0x41ca63[_0x21d92e(-_0x5519a6._0x363dd9,-_0x5519a6._0x150ea1,-0x9e,-_0x5519a6._0x363dd9)]);}}}async function showConfig(){const _0x104dd7={_0x2101ba:0x41,_0x51fa50:0x12,_0x3a71f7:0x68,_0x4b7b11:0x8f,_0x2232d6:0x5,_0x141bad:0x3c,_0xadb9c7:0x63,_0x5c10e3:0x47,_0x89b040:0xc4,_0x329e4d:0x6c,_0x3bbede:0x2f9,_0x204c89:0x364,_0x1f8b79:0x316,_0x3e0465:0x9a,_0x347ff9:0xa8,_0x2546eb:0xb,_0x3f448a:0x32,_0x497f45:0x11a,_0x1a6ec1:0x37,_0x40f2eb:0x381,_0x161a36:0x306,_0x253526:0x313,_0x408dc5:0x2bc,_0x2e9990:0x403,_0x3013ca:0x81,_0x79c5bb:0x2f9,_0xe356b2:0x3d1,_0x4cb9a4:0x60,_0x5e0488:0x8a,_0x273d64:0x62,_0x21a824:0xb5,_0x4762af:0x96,_0x9f9609:0x6b,_0x26e361:0x27,_0x6d31f2:0xf8,_0x2f74e:0x83,_0x5b7896:0x3e,_0x5a3fa7:0x6d,_0x7760fb:0x76,_0xf96843:0x354,_0x324afb:0x326,_0x2a905c:0x2e8,_0x3022b9:0x30,_0xd31529:0xbe,_0x3e3601:0x1c,_0x4e9eef:0x322,_0x405c02:0x7b,_0x1e4c47:0x58,_0x353d7a:0xaa,_0x15d635:0x360,_0x6b5482:0x2b6,_0x4c2ab8:0x31f,_0x551c65:0x2d6,_0x3a946b:0xac,_0x586b84:0x62,_0x681567:0x74,_0x1da22c:0xe0,_0x685819:0x42,_0x483a8d:0x3e3,_0x4907f2:0x48e,_0x2959dd:0x393,_0x662157:0x379,_0xff9f74:0x2f0,_0x342382:0x352,_0x1c9a2f:0xdf,_0x538d1c:0x3d,_0x356dd5:0xbc,_0x53bf02:0x22,_0x4c4aed:0x7c,_0x4f1ce1:0x43,_0x4ee02d:0x68,_0x230d33:0x7a,_0x134269:0xa,_0x372cd8:0x4f,_0x42f73b:0x38b,_0x197ee4:0x3c5,_0x17d340:0x15,_0x1e6d3e:0x1d,_0x57585b:0x43,_0x5d9be2:0xe8,_0x773e48:0xb2,_0xbe0f76:0x7a,_0x39a710:0x2fb,_0x562dd2:0x66,_0x26f3e0:0x28,_0x22da73:0x4b1,_0x3ae1d9:0x421,_0x454a86:0x3a2,_0x41de4f:0x61,_0x334b6e:0x7f,_0x61feca:0xa,_0x25ee4:0x9,_0x3b5bd7:0x4d,_0x1a26bb:0x38a,_0x522c9c:0x98,_0x2677eb:0x14a,_0x532a7:0xa4,_0x4bd8a3:0xea,_0x457b51:0x8a,_0x33ad6a:0xfd,_0xc7f0a3:0xd6,_0x5e382c:0x31f,_0x1f8636:0x2b2,_0x4437eb:0x27e,_0x1ac8cf:0x42c,_0x3cbe56:0x470,_0x2a14f2:0x33a,_0x441628:0x3e4,_0x4b6efa:0x2c9,_0x56040b:0xa6,_0xd562b8:0x24,_0x12ffab:0x337,_0x1e4ced:0x3f7,_0x2938e5:0x3da,_0x2a893a:0x5e,_0x784178:0x100,_0x3a62c2:0x40d,_0x43dcf1:0x32f,_0x1a93d6:0x397,_0x492744:0x343,_0x35074a:0x3ba,_0x90c4b3:0x132,_0x812578:0x97,_0x358ee9:0x378,_0xcd7fff:0x392,_0x2fba51:0x31f,_0x48ea7b:0x308,_0x157e8b:0x2c7,_0x5a8f01:0x31f,_0x239896:0x37f,_0xee3706:0x453,_0x560878:0x41e,_0x5244ce:0x2,_0x143e9f:0x401,_0x11d7de:0x2,_0x425fc5:0x59,_0x2a018b:0x304,_0x27cdf9:0x8e,_0x205f4a:0x9c,_0x2dddd:0x2,_0x36c111:0x428,_0x169f01:0x441,_0x481c95:0x36a,_0x3e6d9b:0x39,_0x143dad:0x2f1,_0x5bfc8c:0x2a4,_0xb4cc8:0x324,_0xafc7d5:0x356,_0xc488d7:0x71,_0x55646e:0x283,_0x5a886b:0x30c,_0x49621b:0x46,_0x226a94:0x70,_0x8dbae9:0x100,_0x3a9872:0x1a,_0x1c84ef:0x349,_0x1c7b46:0x357,_0x40a639:0x2ca,_0x410611:0x36b,_0x4745e2:0x3d2,_0x4a4e9e:0x7e,_0x2b7f65:0xda,_0x1e0a41:0x396,_0x5987f5:0x330,_0x37699e:0x48,_0x1e5586:0xd1,_0x39376e:0x3b5,_0x4231aa:0x343,_0x51db06:0x75,_0x4c371d:0x2aa,_0x1b0532:0x389,_0x2052c6:0x302,_0x5088ad:0x41c,_0x511adb:0x373,_0x564f98:0x5a,_0x1789fc:0x2e,_0x577dd6:0x369,_0xc282db:0xc9,_0x3fa2bc:0x3e,_0x5c0f32:0x2c,_0x39ebef:0x69,_0x51aa83:0x3f5,_0x2f62bb:0x43c,_0x4c68a4:0x4,_0x102a02:0xd0,_0x34e172:0x3ca,_0x2ec25a:0x2be,_0x56f772:0x31f,_0x20ceea:0x37b,_0x3db452:0x435,_0x5f00e2:0x3a6,_0x27111f:0x435},_0x41fa83={_0x2bb79b:0x4f},_0xbb1c15={_0x4e7a18:0x101},_0x4859fb={'QwztA':'Usage:\x20cod'+_0x40fa30(-_0x104dd7._0x2101ba,-_0x104dd7._0x51fa50,-_0x104dd7._0x3a71f7,-_0x104dd7._0x4b7b11)+_0x40fa30(-_0x104dd7._0x2232d6,-_0x104dd7._0x141bad,_0x104dd7._0xadb9c7,0xe1)+_0x19f8cb(0x301,0x38c,0x38f,0x2f1),'sfYHs':_0x40fa30(_0x104dd7._0x5c10e3,0xd9,0x71,_0x104dd7._0x89b040),'VMctc':_0x40fa30(0xc,-0x16,-_0x104dd7._0x329e4d,0x3)+_0x19f8cb(0x3bc,_0x104dd7._0x3bbede,_0x104dd7._0x204c89,_0x104dd7._0x1f8b79)+'g\x20set\x20code'+_0x40fa30(_0x104dd7._0x3e0465,_0x104dd7._0x347ff9,_0x104dd7._0x2546eb,-_0x104dd7._0x3f448a)+'th\x20/path/t'+_0x40fa30(-_0x104dd7._0x497f45,-0x139,-0xa4,-0x135)+_0x40fa30(-0x46,_0x104dd7._0x1a6ec1,-0x52,-0xb2),'yJqWg':_0x19f8cb(0x391,0x339,_0x104dd7._0x40f2eb,0x379)+_0x19f8cb(_0x104dd7._0x161a36,0x28f,_0x104dd7._0x253526,_0x104dd7._0x408dc5)+'t\x20configur'+'ed','wbIyC':_0x19f8cb(_0x104dd7._0x2e9990,0x312,0x38e,0x3e0)+'er-server\x20'+_0x40fa30(-0x3e,_0x104dd7._0x3013ca,0x19,0x48)+'ove\x20<key>','dGpqa':_0x19f8cb(_0x104dd7._0x79c5bb,0x30d,0x39d,_0x104dd7._0xe356b2)+'\x20Configura'+_0x19f8cb(0x2ec,0x27d,0x30d,0x271),'kMsQO':function(_0x54a3f5){return _0x54a3f5();},'IJDro':function(_0x69bc32){return _0x69bc32();},'YWOoE':function(_0x5b8197){return _0x5b8197();},'tdDZQ':function(_0x23b3a5,_0x2ff85c){return _0x23b3a5||_0x2ff85c;},'LiEna':'(not\x20set)','cmuYl':function(_0x196d60,_0x3093a9){return _0x196d60||_0x3093a9;},'GGOLt':function(_0x310812,_0x226218){return _0x310812||_0x226218;},'EPDMv':function(_0x1fd036,_0x28b983){return _0x1fd036!==_0x28b983;},'spEpV':_0x40fa30(-_0x104dd7._0x4cb9a4,-0xad,-_0x104dd7._0x5e0488,-_0x104dd7._0x273d64),'gapvb':'xyJmd','MtCav':_0x40fa30(_0x104dd7._0x3e0465,_0x104dd7._0x21a824,_0x104dd7._0x4762af,_0x104dd7._0x9f9609),'tDsmW':_0x40fa30(_0x104dd7._0x26e361,_0x104dd7._0x6d31f2,_0x104dd7._0x2f74e,0x5e),'zdlyB':function(_0x4e7338,_0x33afa9){return _0x4e7338===_0x33afa9;},'SBOaE':_0x40fa30(0xcb,_0x104dd7._0x5b7896,_0x104dd7._0x5a3fa7,_0x104dd7._0x7760fb),'dcMzm':'(setup.jso'+_0x19f8cb(0x301,_0x104dd7._0xf96843,_0x104dd7._0x324afb,_0x104dd7._0x2a905c)+'d)','xcwpm':_0x40fa30(0x75,-0x24,_0x104dd7._0x3022b9,0xa9),'nfPaE':'gbEbo','LUZKw':'Configure\x20'+_0x40fa30(-_0x104dd7._0xd31529,-0xde,-0x71,_0x104dd7._0x3e3601)+_0x19f8cb(0x303,0x2c5,0x338,_0x104dd7._0x4e9eef)+_0x40fa30(-0x86,-_0x104dd7._0x405c02,0x1a,-_0x104dd7._0x1e4c47)+_0x40fa30(-0x44,-0xd6,-_0x104dd7._0x353d7a,-0xf9)+_0x40fa30(-0xd6,-0xd4,-0x6a,-0xc2)};console[_0x19f8cb(_0x104dd7._0x15d635,_0x104dd7._0x6b5482,_0x104dd7._0x4c2ab8,_0x104dd7._0x551c65)](_0x4859fb[_0x40fa30(_0x104dd7._0x3a946b,0xf3,0xa9,0xd5)]),console[_0x40fa30(-_0x104dd7._0x586b84,-_0x104dd7._0x681567,-0x7a,-_0x104dd7._0x1da22c)]('');const _0x1e62be=await _0x4859fb['kMsQO'](getCoderSetupPath),_0x1f9dbe=await _0x4859fb[_0x40fa30(-0x8d,-0x6f,-0x13,_0x104dd7._0x685819)](getServerPort),_0x1afd61=await getSslCertPath(),_0x5b007c=await _0x4859fb[_0x19f8cb(_0x104dd7._0x483a8d,_0x104dd7._0x4907f2,0x433,0x4bf)](getSslKeyPath),_0x2b964b=await _0x4859fb[_0x19f8cb(_0x104dd7._0x2959dd,0x2fc,0x310,0x330)](getSslCaPath),_0x1a2683=await _0x4859fb['YWOoE'](getTrustProxy);console['log']('coder_setu'+_0x19f8cb(0x310,_0x104dd7._0x662157,_0x104dd7._0xff9f74,_0x104dd7._0x342382)+_0x4859fb[_0x40fa30(_0x104dd7._0x1c9a2f,_0x104dd7._0x538d1c,0x6e,_0x104dd7._0x356dd5)](_0x1e62be,_0x4859fb[_0x40fa30(_0x104dd7._0x53bf02,_0x104dd7._0x4c4aed,_0x104dd7._0x4f1ce1,0x7e)]));function _0x19f8cb(_0x328221,_0x12cfdb,_0x57afa4,_0x426d45){return _0xd1ab8d(_0x328221-0x11e,_0x57afa4-0x4e2,_0x57afa4-_0xbb1c15._0x4e7a18,_0x12cfdb);}console[_0x40fa30(-_0x104dd7._0x4ee02d,-_0x104dd7._0x5e0488,-_0x104dd7._0x230d33,-_0x104dd7._0x134269)](_0x40fa30(-0x39,-_0x104dd7._0x372cd8,-0x14,_0x104dd7._0x372cd8)+_0x40fa30(0x43,0x50,-0x36,-0x5c)+_0x1f9dbe),console['log'](_0x19f8cb(0x313,0x35f,_0x104dd7._0x42f73b,_0x104dd7._0x197ee4)+'ath:\x20\x20\x20\x20'+_0x4859fb['tdDZQ'](_0x1afd61,_0x4859fb[_0x40fa30(_0x104dd7._0x17d340,_0x104dd7._0x1e6d3e,_0x104dd7._0x57585b,_0x104dd7._0x5d9be2)])),console[_0x40fa30(-_0x104dd7._0x773e48,_0x104dd7._0x134269,-_0x104dd7._0xbe0f76,-0xe1)](_0x19f8cb(_0x104dd7._0x39a710,0x40a,0x39f,0x43c)+_0x40fa30(-_0x104dd7._0x562dd2,_0x104dd7._0x26f3e0,_0x104dd7._0x53bf02,-0x22)+_0x4859fb[_0x19f8cb(0x47f,_0x104dd7._0x22da73,_0x104dd7._0x3ae1d9,0x417)](_0x5b007c,_0x4859fb[_0x19f8cb(0x346,0x42c,0x3dc,0x3a3)])),console[_0x19f8cb(_0x104dd7._0x454a86,0x3bd,0x31f,0x31d)](_0x19f8cb(0x430,0x340,0x3df,0x3b6)+_0x40fa30(-_0x104dd7._0x41de4f,_0x104dd7._0x334b6e,_0x104dd7._0x61feca,0xa7)+_0x4859fb[_0x40fa30(_0x104dd7._0x25ee4,-_0x104dd7._0x3b5bd7,0x28,-0x4f)](_0x2b964b,_0x4859fb['LiEna'])),console[_0x19f8cb(0x2b5,0x335,0x31f,_0x104dd7._0x1a26bb)](_0x40fa30(_0x104dd7._0x522c9c,_0x104dd7._0x2677eb,_0x104dd7._0x532a7,_0x104dd7._0x4bd8a3)+'y:\x20\x20\x20\x20\x20\x20'+(_0x4859fb['EPDMv'](_0x1a2683,null)?_0x1a2683:_0x4859fb[_0x40fa30(0x88,_0x104dd7._0x457b51,_0x104dd7._0x57585b,0xf)]));function _0x40fa30(_0x37bcaa,_0x49818f,_0x392257,_0x4043d1){return _0xd1ab8d(_0x37bcaa-_0x41fa83._0x2bb79b,_0x392257-0x149,_0x392257-0x3d,_0x4043d1);}console['log'](''),console['log'](_0x40fa30(0xa2,_0x104dd7._0x33ad6a,0x56,_0x104dd7._0xc7f0a3)+_0x4859fb['kMsQO'](getConfigPath)),console[_0x19f8cb(0x3a2,_0x104dd7._0x551c65,_0x104dd7._0x5e382c,0x296)]('');if(_0x1e62be){console[_0x19f8cb(_0x104dd7._0x1f8636,_0x104dd7._0x4437eb,0x31f,0x399)]('===\x20Setup\x20'+_0x19f8cb(0x3b5,0x3f0,0x3bd,_0x104dd7._0x1ac8cf)+_0x19f8cb(_0x104dd7._0x3cbe56,_0x104dd7._0x2a14f2,_0x104dd7._0x441628,0x483)),console[_0x19f8cb(0x2a8,0x37a,_0x104dd7._0x4c2ab8,_0x104dd7._0x4b6efa)]('');const _0x55f8d7=_0x109abd[_0x40fa30(-_0x104dd7._0x56040b,-_0x104dd7._0xd562b8,-0x98,-0xa9)](_0x1e62be,_0x4859fb['spEpV']);try{if(_0x4859fb[_0x19f8cb(0x3b1,_0x104dd7._0x12ffab,0x35b,_0x104dd7._0x324afb)](_0x4859fb[_0x19f8cb(0x3d2,0x391,_0x104dd7._0x1e4ced,_0x104dd7._0x2938e5)],_0x4859fb[_0x40fa30(_0x104dd7._0x329e4d,-0x16,_0x104dd7._0x2a893a,_0x104dd7._0x784178)]))_0x3561e2[_0x19f8cb(_0x104dd7._0x3a62c2,_0x104dd7._0x43dcf1,_0x104dd7._0x1a93d6,0x40c)](_0x4859fb[_0x19f8cb(_0x104dd7._0x492744,0x2c2,0x365,_0x104dd7._0x35074a)]),_0x536224['exit'](0x834*0x4+0x2*0x13+-0x20f5);else{const _0x4d0d49=await _0x465885['readFile'](_0x55f8d7,_0x40fa30(0x7,-0x3d,-0x88,-_0x104dd7._0x90c4b3)),_0x53bd88=JSON[_0x40fa30(_0x104dd7._0x812578,0x5c,0x51,0x81)](_0x4d0d49);console[_0x19f8cb(_0x104dd7._0x358ee9,_0x104dd7._0xcd7fff,_0x104dd7._0x2fba51,0x39a)](JSON[_0x19f8cb(_0x104dd7._0x48ea7b,0x29a,0x30b,_0x104dd7._0x157e8b)](_0x53bd88,null,-0x20e8+0x2*-0x30a+-0x137f*-0x2)),console[_0x19f8cb(0x317,0x285,_0x104dd7._0x5a8f01,_0x104dd7._0x239896)](''),console['log'](_0x19f8cb(_0x104dd7._0xee3706,0x3ad,0x3ef,0x367)+_0x55f8d7);}}catch(_0x3a7ee3){if(_0x4859fb[_0x19f8cb(0x374,0x433,0x3db,_0x104dd7._0x560878)]===_0x4859fb[_0x40fa30(-0x40,-0x1f,_0x104dd7._0x5244ce,-0x4e)]){const _0x3c35cb=_0x4859fb['sfYHs']['split']('|');let _0x2eec15=-0x43*-0x2b+-0x502+-0x215*0x3;while(!![]){switch(_0x3c35cb[_0x2eec15++]){case'0':_0x37acd5[_0x19f8cb(0x328,_0x104dd7._0x143e9f,0x397,_0x104dd7._0x1f8b79)]('First\x20conf'+_0x40fa30(_0x104dd7._0x11d7de,-0x6f,-_0x104dd7._0x425fc5,0x4b)+'setup\x20path'+':');continue;case'1':_0x5a98ec[_0x19f8cb(0x3da,_0x104dd7._0x2a018b,0x397,0x332)](_0x4859fb[_0x40fa30(_0x104dd7._0x27cdf9,0xbe,_0x104dd7._0x205f4a,-_0x104dd7._0x2dddd)]);continue;case'2':_0x29adb9[_0x19f8cb(_0x104dd7._0x36c111,0x40b,_0x104dd7._0x169f01,0x489)](0x3*0x955+-0x8b0+-0x134e);continue;case'3':_0x12cd46[_0x19f8cb(_0x104dd7._0x481c95,0x33f,0x397,0x379)](_0x4859fb[_0x40fa30(-0x23,-_0x104dd7._0x3e6d9b,0x2d,0x92)]);continue;case'4':_0x337bc2['error']('');continue;}break;}}else _0x3a7ee3['code']===_0x19f8cb(_0x104dd7._0x143dad,_0x104dd7._0x5bfc8c,_0x104dd7._0xb4cc8,_0x104dd7._0xafc7d5)?_0x4859fb['zdlyB'](_0x4859fb['SBOaE'],_0x4859fb[_0x40fa30(-0x2e,-_0x104dd7._0xc488d7,0x20,0xb5)])?(console[_0x19f8cb(_0x104dd7._0x55646e,_0x104dd7._0x5a886b,0x31f,0x2ad)](_0x4859fb[_0x40fa30(-_0x104dd7._0x49621b,-_0x104dd7._0x226a94,-0x64,-_0x104dd7._0x8dbae9)]),console[_0x40fa30(-0xf4,-0xc4,-_0x104dd7._0xbe0f76,_0x104dd7._0x3a9872)](''),console[_0x19f8cb(0x300,_0x104dd7._0x1c84ef,0x31f,_0x104dd7._0x1c7b46)](_0x19f8cb(_0x104dd7._0x40a639,0x2d6,_0x104dd7._0x410611,_0x104dd7._0x4745e2)+_0x40fa30(0xad,0xd1,_0x104dd7._0x4a4e9e,_0x104dd7._0x2b7f65)+_0x55f8d7)):(_0x22964c[_0x19f8cb(0x3df,_0x104dd7._0x1e0a41,0x397,_0x104dd7._0x5987f5)](_0x4859fb[_0x40fa30(0x0,-0x2d,-_0x104dd7._0x37699e,-_0x104dd7._0x1e5586)]),_0x3cf439['exit'](-0xcee+-0x112*0x7+0x1*0x146d)):console['log'](_0x19f8cb(0x2a8,_0x104dd7._0x39376e,_0x104dd7._0x4231aa,0x3e2)+_0x40fa30(-0x8f,-_0x104dd7._0x51db06,-0x80,-0x1b)+_0x19f8cb(_0x104dd7._0x4c371d,_0x104dd7._0x1b0532,_0x104dd7._0x2052c6,0x281)+_0x3a7ee3[_0x19f8cb(0x384,_0x104dd7._0x5088ad,_0x104dd7._0x511adb,0x2f4)]);}}else _0x4859fb[_0x40fa30(_0x104dd7._0x564f98,0x6a,0x41,-_0x104dd7._0x1789fc)](_0x4859fb[_0x19f8cb(_0x104dd7._0x577dd6,0x361,0x389,0x364)],_0x4859fb[_0x40fa30(-0x6c,_0x104dd7._0xc282db,0x3c,_0x104dd7._0x3fa2bc)])?(_0x2f9292[_0x40fa30(_0x104dd7._0x5c0f32,-0x32,-0x2,-_0x104dd7._0x39ebef)]('Key\x20\x22'+_0x442af9+(_0x19f8cb(0x474,0x37a,_0x104dd7._0x51aa83,_0x104dd7._0x2f62bb)+'d\x20in\x20confi'+'guration')),_0x17611b[_0x40fa30(_0x104dd7._0x4c68a4,_0x104dd7._0x102a02,_0x104dd7._0x347ff9,0x1c)](-0x467+0x1*-0x19a0+0x1e08)):(console[_0x19f8cb(_0x104dd7._0x34e172,_0x104dd7._0x2ec25a,_0x104dd7._0x56f772,_0x104dd7._0x20ceea)](_0x4859fb['LUZKw']),console['log'](_0x4859fb[_0x19f8cb(_0x104dd7._0x3db452,_0x104dd7._0x5f00e2,_0x104dd7._0x27111f,0x42b)]));}