@profoundlogic/coderflow-server 0.8.5 → 0.8.7

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 (185) hide show
  1. package/dist/base-image/Dockerfile +3 -2
  2. package/dist/base-image/agent-wrapper.sh +7 -2
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config.js +1 -1
  5. package/dist/lib/agent-keepalive.js +1 -1
  6. package/dist/lib/agent-models.js +1 -1
  7. package/dist/lib/api-keys.js +1 -1
  8. package/dist/lib/apiKeys.js +1 -1
  9. package/dist/lib/app-server-ports.js +1 -1
  10. package/dist/lib/auto-judge.js +1 -1
  11. package/dist/lib/automation-service.js +1 -1
  12. package/dist/lib/basic-auth.js +1 -1
  13. package/dist/lib/bindings.js +1 -1
  14. package/dist/lib/build-history.js +1 -1
  15. package/dist/lib/build-output-service.js +1 -1
  16. package/dist/lib/build-scheduler.js +1 -1
  17. package/dist/lib/build-service.js +1 -1
  18. package/dist/lib/ca-certificates.js +1 -1
  19. package/dist/lib/claude-oauth-refresh.js +1 -1
  20. package/dist/lib/cli/build.js +1 -1
  21. package/dist/lib/cli/cleanup-users.js +1 -1
  22. package/dist/lib/cli/config-command.js +1 -1
  23. package/dist/lib/cli/config.js +1 -1
  24. package/dist/lib/cli/create-user.js +1 -1
  25. package/dist/lib/cli/grant-admin.js +1 -1
  26. package/dist/lib/cli/init.js +1 -1
  27. package/dist/lib/cli/jira.js +1 -1
  28. package/dist/lib/cli/license.js +1 -1
  29. package/dist/lib/cli/list-roles.js +1 -1
  30. package/dist/lib/cli/list-users.js +1 -1
  31. package/dist/lib/cli/server-manager.js +1 -1
  32. package/dist/lib/cli/set-password.js +1 -1
  33. package/dist/lib/compression-filter.js +1 -1
  34. package/dist/lib/config-migration.js +1 -1
  35. package/dist/lib/container-credential-sync.js +1 -1
  36. package/dist/lib/container-tokens.js +1 -1
  37. package/dist/lib/data-dir.js +1 -1
  38. package/dist/lib/deployment-history.js +1 -1
  39. package/dist/lib/deployment-service.js +1 -1
  40. package/dist/lib/docker-utils.js +1 -1
  41. package/dist/lib/email.js +1 -1
  42. package/dist/lib/emailTemplates.js +1 -1
  43. package/dist/lib/entitlement.js +1 -1
  44. package/dist/lib/external-connections.js +1 -1
  45. package/dist/lib/fetch-utils.js +1 -1
  46. package/dist/lib/git-commit-details-route.js +1 -1
  47. package/dist/lib/git-history-diff-guardrails.js +1 -1
  48. package/dist/lib/git-provider-service.js +1 -1
  49. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  50. package/dist/lib/git-provider-setup/index.js +1 -1
  51. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  52. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  53. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  54. package/dist/lib/git-providers/github-app-provider.js +1 -1
  55. package/dist/lib/git-providers/index.js +1 -1
  56. package/dist/lib/git-providers/provider-factory.js +1 -1
  57. package/dist/lib/git-providers/provider-interface.js +1 -1
  58. package/dist/lib/github-urls.js +1 -1
  59. package/dist/lib/group-objective-linking.js +1 -1
  60. package/dist/lib/ibmi-sync.js +1 -1
  61. package/dist/lib/jira-client.js +1 -1
  62. package/dist/lib/judge-blinding.js +1 -1
  63. package/dist/lib/logger.js +1 -1
  64. package/dist/lib/memory-utils.js +1 -1
  65. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  66. package/dist/lib/model-fetcher.js +1 -1
  67. package/dist/lib/notifications.js +1 -1
  68. package/dist/lib/objective-context.js +1 -1
  69. package/dist/lib/oidc-auth.js +1 -1
  70. package/dist/lib/oidc-device-flow.js +1 -1
  71. package/dist/lib/passwordTokens.js +1 -1
  72. package/dist/lib/permission-resolver.js +1 -1
  73. package/dist/lib/pin-cascade.js +1 -1
  74. package/dist/lib/provider-accounts.js +1 -1
  75. package/dist/lib/provider-oauth.js +1 -1
  76. package/dist/lib/provider-profile.js +1 -1
  77. package/dist/lib/provider-token-refresh.js +1 -1
  78. package/dist/lib/rbac-user-state.js +1 -1
  79. package/dist/lib/request-url.js +1 -1
  80. package/dist/lib/rewind.js +1 -1
  81. package/dist/lib/role-definitions.js +1 -1
  82. package/dist/lib/roles.js +1 -1
  83. package/dist/lib/secrets.js +1 -1
  84. package/dist/lib/setup-repo-git-auth.js +1 -1
  85. package/dist/lib/slack-service.js +1 -0
  86. package/dist/lib/state-capture.js +1 -1
  87. package/dist/lib/static-files.js +1 -1
  88. package/dist/lib/task-aliases.js +1 -1
  89. package/dist/lib/task-container-init.js +1 -1
  90. package/dist/lib/task-context-usage.js +1 -1
  91. package/dist/lib/task-name-format.js +1 -1
  92. package/dist/lib/task-name-generator.js +1 -1
  93. package/dist/lib/task-source-metadata.js +1 -1
  94. package/dist/lib/teams.js +1 -1
  95. package/dist/lib/user-git-oauth.js +1 -1
  96. package/dist/lib/user-git-tokens.js +1 -1
  97. package/dist/lib/users.js +1 -1
  98. package/dist/middleware/requireAuth.js +1 -1
  99. package/dist/middleware/requireInit.js +1 -1
  100. package/dist/middleware/requirePermission.js +1 -1
  101. package/dist/package.json +1 -1
  102. package/dist/playwright.config.js +1 -1
  103. package/dist/playwright.task-terminal.config.js +1 -1
  104. package/dist/routes/apiKeys.js +1 -1
  105. package/dist/routes/auth-oidc.js +1 -1
  106. package/dist/routes/auth.js +1 -1
  107. package/dist/routes/automations.js +1 -1
  108. package/dist/routes/bindings.js +1 -1
  109. package/dist/routes/build.js +1 -1
  110. package/dist/routes/containers.js +1 -1
  111. package/dist/routes/deploy-task.js +1 -1
  112. package/dist/routes/environment-management.js +1 -1
  113. package/dist/routes/environments.js +1 -1
  114. package/dist/routes/external-skills.js +1 -1
  115. package/dist/routes/git-credentials.js +1 -1
  116. package/dist/routes/git-oauth.js +1 -1
  117. package/dist/routes/git-provider-setup.js +1 -1
  118. package/dist/routes/health.js +1 -1
  119. package/dist/routes/jira.js +1 -1
  120. package/dist/routes/logs.js +1 -1
  121. package/dist/routes/objective-management.js +1 -1
  122. package/dist/routes/password.js +1 -1
  123. package/dist/routes/prompt.js +1 -1
  124. package/dist/routes/provider-auth.js +1 -1
  125. package/dist/routes/qa.js +1 -1
  126. package/dist/routes/roles.js +1 -1
  127. package/dist/routes/settings.js +1 -1
  128. package/dist/routes/skill-management.js +1 -1
  129. package/dist/routes/skills.js +1 -1
  130. package/dist/routes/slack.js +1 -0
  131. package/dist/routes/stats.js +1 -1
  132. package/dist/routes/tasks.js +1 -1
  133. package/dist/routes/teams.js +1 -1
  134. package/dist/routes/templates.js +1 -1
  135. package/dist/routes/test-task.js +1 -1
  136. package/dist/routes/test.js +1 -1
  137. package/dist/routes/users.js +1 -1
  138. package/dist/routes/visualizations.js +1 -1
  139. package/dist/scripts/create-user.js +1 -1
  140. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  141. package/dist/start.js +1 -1
  142. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  143. package/dist/web-ui/public/activity-feed.js +1 -1
  144. package/dist/web-ui/public/activity-formatters.js +1 -1
  145. package/dist/web-ui/public/admin.css +60 -0
  146. package/dist/web-ui/public/admin.html +6 -0
  147. package/dist/web-ui/public/admin.js +1 -1
  148. package/dist/web-ui/public/agent-event-parser.js +1 -1
  149. package/dist/web-ui/public/app.js +1 -1
  150. package/dist/web-ui/public/approve-dialog.js +1 -1
  151. package/dist/web-ui/public/automation-links.js +1 -1
  152. package/dist/web-ui/public/automation-schedule.js +1 -1
  153. package/dist/web-ui/public/comments-widget.js +1 -1
  154. package/dist/web-ui/public/diff-utils.js +1 -1
  155. package/dist/web-ui/public/environments.js +1 -1
  156. package/dist/web-ui/public/feedback-widget.js +1 -1
  157. package/dist/web-ui/public/file-selection-tree.js +1 -1
  158. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  159. package/dist/web-ui/public/git-history.js +1 -1
  160. package/dist/web-ui/public/git-status.js +1 -1
  161. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  162. package/dist/web-ui/public/index.js +1 -1
  163. package/dist/web-ui/public/login.js +1 -1
  164. package/dist/web-ui/public/markdown-editor.js +1 -1
  165. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  166. package/dist/web-ui/public/modal-maximize.js +1 -1
  167. package/dist/web-ui/public/notifications.js +1 -1
  168. package/dist/web-ui/public/permissions.js +1 -1
  169. package/dist/web-ui/public/pr-dialog.js +1 -1
  170. package/dist/web-ui/public/roles.js +1 -1
  171. package/dist/web-ui/public/settings.html +146 -0
  172. package/dist/web-ui/public/settings.js +1 -1
  173. package/dist/web-ui/public/setup-password.js +1 -1
  174. package/dist/web-ui/public/skills.js +1 -1
  175. package/dist/web-ui/public/sse-client.js +1 -1
  176. package/dist/web-ui/public/sse-client.transport-warning.js +1 -0
  177. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  178. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  179. package/dist/web-ui/public/task.js +1 -1
  180. package/dist/web-ui/public/teams.js +1 -1
  181. package/dist/web-ui/public/terminal.js +1 -1
  182. package/dist/web-ui/public/theme.js +1 -1
  183. package/dist/web-ui/public/users.js +1 -1
  184. package/dist/web-ui/public/variant-grouping.js +1 -1
  185. package/package.json +1 -1
@@ -1 +1 @@
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)]));}
1
+ (function(_0x3422cb,_0x2902c5){const _0x5037c7={_0x46ebe6:0x252,_0x35e1df:0x4d0,_0x4daba6:0x55a,_0x280a46:0x52b,_0x4e0343:0x51a,_0x32a3f8:0x5c5,_0x4c6099:0x559,_0x1071db:0x253,_0x5cdddb:0x245,_0x1e78c1:0x19a,_0x1fff03:0xd8,_0x2ca80c:0xec,_0x390885:0x435,_0x231fee:0x4a6},_0x227eb8={_0x25e0f9:0x36c},_0x440fb3=_0x3422cb();function _0x4c9fa6(_0x2a2eb6,_0x23fd44,_0x338cf1,_0x42d612){return _0x3854(_0x42d612-_0x227eb8._0x25e0f9,_0x338cf1);}function _0x13a712(_0x249e9a,_0x5f501a,_0xf1d2c5,_0x21f9f1){return _0x3854(_0x5f501a- -0x36c,_0x249e9a);}while(!![]){try{const _0x268521=parseInt(_0x13a712(-0x1a7,-0x21d,-0x1b0,-_0x5037c7._0x46ebe6))/(-0xc*0xd8+-0x241e*0x1+0x2e3f)*(-parseInt(_0x4c9fa6(0x58e,_0x5037c7._0x35e1df,0x55f,0x4d7))/(-0x1fd8+-0x4*0x17f+-0xa7*-0x3a))+parseInt(_0x4c9fa6(0x5c2,_0x5037c7._0x4daba6,0x528,0x5c1))/(-0x417*-0x4+-0xc44*-0x3+0xf*-0x38b)+parseInt(_0x4c9fa6(_0x5037c7._0x280a46,0x513,_0x5037c7._0x4e0343,0x520))/(-0x1746*-0x1+-0x20*-0x101+-0x3762)+parseInt(_0x4c9fa6(0x55e,0x56a,_0x5037c7._0x32a3f8,_0x5037c7._0x4c6099))/(0x1f5*0xd+-0x9*-0x3d9+-0x3c0d*0x1)*(parseInt(_0x13a712(-0x19b,-0x1f0,-0x16a,-_0x5037c7._0x1071db))/(-0x17b5+-0x14e*-0x2+0x151f))+-parseInt(_0x13a712(-_0x5037c7._0x5cdddb,-_0x5037c7._0x1e78c1,-0x1f9,-0x1a4))/(0xadd+-0x125*-0x1b+-0x29bd)+-parseInt(_0x13a712(-_0x5037c7._0x1fff03,-0x13e,-0x1cd,-_0x5037c7._0x2ca80c))/(-0x2*-0x1f7+-0x1621+0x123b)+parseInt(_0x4c9fa6(0x415,_0x5037c7._0x390885,0x406,_0x5037c7._0x231fee))/(-0x1*0xc2d+0x1*0x16ed+0xd*-0xd3);if(_0x268521===_0x2902c5)break;else _0x440fb3['push'](_0x440fb3['shift']());}catch(_0x4999b1){_0x440fb3['push'](_0x440fb3['shift']());}}}(_0x1044,-0x3e2*0x2ae+0x10e28c+-0x35*-0x1d53));import{promises as _0x1c9d2c}from'fs';function _0x3854(_0x369fc1,_0x230598){_0x369fc1=_0x369fc1-(0x1bca+0x1*0x13db+-0x2ea5);const _0x359e5a=_0x1044();let _0x3b27e9=_0x359e5a[_0x369fc1];if(_0x3854['EKSmHt']===undefined){var _0x3b2763=function(_0x336efa){const _0x8fd5e0='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3e28e2='',_0x39bbc1='';for(let _0xb2f4a1=-0x1ff7+0xe77+0x1180,_0x16b455,_0x1ea95a,_0x29a123=0x5c2*-0x3+-0x6a*-0x39+-0x654;_0x1ea95a=_0x336efa['charAt'](_0x29a123++);~_0x1ea95a&&(_0x16b455=_0xb2f4a1%(0x5*-0x3a9+0x134+0x1*0x111d)?_0x16b455*(0x60a+-0x4*0x51a+0x74f*0x2)+_0x1ea95a:_0x1ea95a,_0xb2f4a1++%(-0x3dc+0x10d*0x1+0x2d3))?_0x3e28e2+=String['fromCharCode'](0x1a57+-0xcdf*-0x1+-0x2637&_0x16b455>>(-(-0x1*-0xf56+-0xa8f+0x1*-0x4c5)*_0xb2f4a1&-0x12ca+0x24a*-0x11+-0x39ba*-0x1)):-0x37c*-0x4+-0x43*-0xd+-0x1157*0x1){_0x1ea95a=_0x8fd5e0['indexOf'](_0x1ea95a);}for(let _0x433e7a=0x21*0x9d+-0xa88+-0x9b5,_0x53b4df=_0x3e28e2['length'];_0x433e7a<_0x53b4df;_0x433e7a++){_0x39bbc1+='%'+('00'+_0x3e28e2['charCodeAt'](_0x433e7a)['toString'](0x7*0x18+-0x737*0x1+0x69f))['slice'](-(-0x7bd+0x28*-0x70+-0x193f*-0x1));}return decodeURIComponent(_0x39bbc1);};_0x3854['roPSJm']=_0x3b2763,_0x3854['lkFHac']={},_0x3854['EKSmHt']=!![];}const _0x225ddf=_0x359e5a[0x3a*0x9+-0x2466+0x225c],_0xb3eeae=_0x369fc1+_0x225ddf,_0x35e245=_0x3854['lkFHac'][_0xb3eeae];return!_0x35e245?(_0x3b27e9=_0x3854['roPSJm'](_0x3b27e9),_0x3854['lkFHac'][_0xb3eeae]=_0x3b27e9):_0x3b27e9=_0x35e245,_0x3b27e9;}function _0x1044(){const _0x21c1f4=['AgDlqui','sMzUwuy','id0G','rujgvLO','u2Lvrwe','A2v5xsbBDMfSDq','rLLQq00','C2v0DxaGCgf0Aa','DhvWx3bHDgGGia','AdOGicaGica','icbuCNvZDcbWCG','B3j0icaGicaGia','qvjnzvO','y29KzxiVy29UzG','zuDetLi','whL2D3O','AuXOyLi','DcbJB25MAwD1CG','y29UzMLNidXZzq','uxv0tu4','tgf1yuC','z2vju0i','qLHYtNe','DK1wy08','EvnKy0S','yxrO','uhvZq3q','v2jjC0e','B3H5igHLywrLCG','zYbZzxqGzgvMyq','AKPPqMK','zwn0B3j5','ysbSAxn0ig9Mia','wu5Msw8','BMPKDvm','Bhq6idmWmdaP','ENH4v1m','zur3Afy','EfLWtem','icbtzxj2zxiGCa','rMLzuNq','idXRzxK+','ifjLBw92zsbHia','zNzXAMm','CMvTB3zL','whnYB1a','khnLDhvWlMPZBW','Axj6wxK','wu1mqvC','mZeWnJu4ofLiDufssG','uNvUicjJB2rLCG','rMLYC3qGy29UzG','whPHuxm','iIbUB3qGzM91BG','CuHIBfa','ue1Arfm','A2DMB2u','CMvHzezPBgu','rxjYB3i6ieLUDG','mhWZFdj8nhWX','CMfNzsaGicaGia','BM5Tt0O','DMv8C2HVDZ4GwW','u0fKv0m','wNztCfe','AhrQqMG','DgGGl3bHDgGVDa','DdOGicaGica','lxnLCNzLCIbJBW','u1L2s3K','tgPfuhm','rgrHrue','yw5Vs20','zw50','CYaODhj1zs9Myq','rxHWzwn0zwqGBa','ieDLDcbHignVBG','ohWXnhWYm3WYmG','rxjYB3i6ihnLDa','nZi5oda2n3HZy1zhuq','te9rs2e','y2XHDwrL','z3zAvKe','DxaGCgf0AcbUBW','u2v0ia','q29TBwfUzhm6','ChLxzLq','zYbZzxqGC2vYDG','DvrPyNO','vxP5zvm','u1nmienbigj1BG','txrIvMi','zsbZzxj2zxiGzG','icbJB2rLCI1Zzq','BMfTzq','C0j0z0u','Cf9WyxrO','BMzPz3vYyxrPBW','y29UzMLNihnLDa','uw5mCMG','vwfLsfy','B2XIAhi','zYbZAg93','icb0yxnRx3n0BW','ihrVigrLzMf1Ba','tejxqKy','mtq3nJqXnvDMsgjdEa','A2v5CYaOC3rVCG','ifnOB3CGywXSia','DLfKAva','CxnxC2W','y29KzxiTC2v0Dq','ienVBMzPz3vYyq','rxHHBxbSzxm6','tNjxEwu','CNvyrwW','yMDuqMy','icbtzxr1CcbUyq','zwqGAw4GC2v0Dq','zxGP','idXRzxK+idX2yq','D2PjqM8','wLPcy0m','Aw5NihnLDhvWlG','zvH6Efm','ueXzyLC','EtOGicaGica','zK51rfa','rLnmwwG','mhWZFdr8mxWY','DcbMB3vUzcbHDa','kg5VDcbZzxqP','uePiAfq','zgvMyxvSDf9HzW','AwnHDguGzMLSzq','BhnLkq','yxrOoIaGica','zMLNDxjHDgLVBG','DxnHz2uGAw5MBW','seP2tKC','EKfuq3y','qMLTsMS','igTLExmGkhn0BW','u1nmignLCNrPzG','sMf6te4','ChDVDgm','A0fqrvm','s2zWtg8','u2vYDMvYignVBG','igzVCIbLBNzPCG','icbmB2nHDgLVBG','ihzHBhvL','BNrZihrVigeGDG','icbZC2HFAg9ZDa','C2DODuK','uw14wwG','wgPtBvq','AwD1CMf0Aw9Uia','EeXKrgO','DLPQz3q','swX3ywW','Duf5rMO','wMjfyxm','tNrcD3e','AM9PBG','z3vYyxrPB24','y29UzMLNihjLBq','wNjnt0S','Dhj1zq','ihrVihzPzxCGCW','FdeZFdeXFde4Fa','otKYmJeYohbftfD0rW','icbezwzHDwX0ia','icbYzw1VDMuGpa','r0zvAMG','mJb8mJf8nhWXnG','uMvZDgfYDcb0Aa','AeXzvuK','Bg9N','AeDkwwq','CcbKAxjLy3rVCG','uMvTB3zLzca','vgLVsMG','C3nSx2nHx3bHDa','z2v0','CgfYC2u','u1nmihbYAxzHDa','y29Kzq','twfRzsbZDxjLia','CNzLCIbJB25MAq','C3rVCMuGDgfZAW','z2XiBhO','icbtu0GGAg9ZDa','A2v5pIaGicaGia','u3rdsg4','s2v5ici','DgTjB1O','B3H5icaGicaGia','Aw9UoG','ihrVihrHA2uGzq','sxrKCMu','zMrqvhK','icbqyxrOihrVia','rxjYB3i6ifnLDa','EhnPwMq','C3nOx2HVC3q','A3Hmy2S','ren3rLe','B3rLEKO','shj4De0','mta4mdq1m1PsC2TYCG','CKf0ueq','icaGicaGicaGia','Cgf0AcaGicaGia','BMzPzYiGzM9Yia','pIaGicaGicaGia','uMHgALu','yxrOicaGicaGia','Dw5Zzxq','zMzLy3qU','pt09ifnLDhvWia','CM1HDgLVBG','zcbPBIbJB25MAq','B3iGy2HHBMDLCW','C01TA2G','ihjLC3vSDhm','uMvZzxqG','CNPou0W','ANnVBJOG','quz3tgq','z0zSt0i','zxiTC2vYDMvYia','BMfSkq','zMn5q2m','DgLbChK','swLVyvm','tfDSr0i','zYbZzxqGy29Kzq','B2PIte8','icbUyw1LicaGia','A2njD3C','q01Mu2C','u2TJrwe','icbZC2XFA2v5xW','we9su0C','zxjFCg9YDca4ma','zfveqxi','C3nSx2nLCNrFCa','Cf9WyxrOihbVAq','Cg1Uuva','D3jPDgvgAwXL','pIa8DMfSDwu+ia','whbOEuG','C2v0DxaUANnVBG','C3bSAxq','rLvSu3O','EKPTAvm','C3rYAw5NAwz5','ugflEMe','yvPJtwG','DhXNzxr8CMvTBW','BNPgqvG','v3Dwuei','twHvt04','rerrr2K','Cc5QC29UktO','t2vQu1K','BhvLpG','DgLVBIa9pt0','lxnLDhvWigrPCG','ywXPzcbJB2rLCG','B25Tzw50CW','B3j0icHKzwzHDq','ywXPzcbWB3j0ia','icbNzxqGpgTLEq','t25pBKq','zxjYB3i','y29UzMLNigDLDa','AwrHsM0','uw9gBw8','ruPrtu4','yK5ruuu','tg9JyxrPB246ia','ifnLDcbHignVBG','BIbRzxK6ia','z1ruswy','y29UzMLNDxjHDa','DcaOmZaWmcK','BwvZC2fNzq','BuXXv2u','CL9Zzxr1Cf9Wyq','q1vivhC','BLbcEKy','tgXJAei','y29KzxjFC2v0Dq','ywDLBNqGicaGia','icbZzxqGpgTLEq','mJaZmdqWmtHIsKfIq1G','icbJB2rLCL9Zzq','t1HOque','icbZzxj2zxjFCa','AK9TCKe','AwvMDMy','DwX0x2fNzw50ia','r1rrBfi','wvvNCwe','q29UzMLNDxjHDa','zxHPDa','pt09ifnLCNzLCG','qwnLs0u','icbKzwzHDwX0xW','CMvZB2X2zq','sKDcEgW','ufDgwKy','Aw9Uid09pq','ugvIBMW','y3LerKu','Dhj1C3rFChjVEa','mvzsEerNrq','DhvW','ru5pru5u','AwD1CMuGDgHLia','Aw9U','vw5RBM93BIbJBW','ExrPDhC','A2v5CW','vxnHz2u6ignVza','BY9JB2rLCI1Zzq','Cw52qNC','EfDdyue','icbZAg93icaGia','EwruDKW','zgXLicHVChrPBW','zsbRzxKGzMLSzq','wLLSBNe','rxjYB3iGCMvHza','Ee1zrNi','wuzKCve','BhH1vfi','uNfZrwC','zLvZCgi','B0T0su4','AwCUANnVBIK6','DxaUANnVBIbUBW','C2v0','AxzMt0S','mte2ntm1ne9ZBhPHDW','A3vjELO','r01tD3O','yM1KCxq','AgfZ','D0DdqMm','C3nSx2TLEv9Wyq','qNzvCgW','C2vYDMvYx3bVCG','B2nHDgLVBJOG','DxrMltG','rujyrxy','BIbUB3qGzM91BG','v0HOy0K','q29UzMLNDxjLia','yxzHAwXHyMXLia','mhWYnhWYFdi2Fa','nMrTu2HiwG','icbZC2XFy2vYDa','ywDLBNqGkgnSyq','u2v0DxaGy29UzG','vxfvqNK','zM5HzLa','EhziAgi'];_0x1044=function(){return _0x21c1f4;};return _0x1044();}import _0x51ef8a from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set([_0x2becf(0x226,0x1de,0x25d,0x18b)+_0x2becf(0x2d2,0x285,0x243,0x37f),_0x2becf(0x262,0x288,0x274,0x2fd)+'t','ssl_cert_p'+_0x2becf(0x28b,0x1f4,0x266,0x2e5),'ssl_key_pa'+'th',_0x390ccc(0x3f,0x30,0x8b,0xa5)+'h',_0x2becf(0x23d,0x1f0,0x2e6,0x198)+'y']),SETUP_JSON_KEYS=new Set([_0x390ccc(0x154,0xef,0x33,0xbb),_0x2becf(0x2f7,0x2d3,0x2a7,0x2f0)+_0x2becf(0x2bb,0x2eb,0x289,0x2d3),'task_stora'+'ge',_0x390ccc(-0x52,0x102,0xa,0x4c)]);function _0x2becf(_0x58521e,_0x5745b7,_0x54968c,_0x2a7513){const _0x2964c0={_0x275f46:0xef};return _0x3854(_0x58521e-_0x2964c0._0x275f46,_0x5745b7);}export async function handleConfig(_0x1fe03b){const _0x4886cb={_0x6d2af3:0x25a,_0x4205fa:0x2ad,_0x10792b:0x26d,_0x1d5dda:0x3bf,_0x3ee23c:0x4c8,_0x15cb34:0x420,_0x9e756a:0x47a,_0x3a535a:0x44b,_0x2f3163:0x4a2,_0x236215:0x278,_0x4ddd33:0x1b5,_0x52d9aa:0x1d9,_0x1a1ab5:0x202,_0xee5652:0x129,_0x367702:0x3a2,_0x1c2e32:0x3eb,_0x39cdbb:0x379,_0x16139b:0x1a1,_0x15b850:0x284,_0x3a9d36:0x1f6,_0x870ce:0x27c,_0x261df0:0x2b6,_0x56e3b6:0x1a4,_0x4b0c64:0x184,_0x143c53:0x4ea,_0xa1b275:0x492,_0x5e7bd5:0x22e,_0x136487:0x2a2,_0x228fee:0x297,_0xcbb044:0x244,_0x475c3d:0x2e8,_0x2d7b99:0x286,_0x42e94e:0x2b1,_0x2092c7:0x235,_0x581ddb:0x269,_0x58316b:0x298,_0x52de77:0x339,_0x14a7c7:0x46a,_0x2715b3:0x48e,_0x59e7c1:0x1a3,_0x38f243:0x547,_0x6894ae:0x425,_0x59d154:0x2f3,_0x12c6a9:0x2d6,_0x5abd8d:0x3f2,_0x40e4f0:0x3e9,_0x590dfa:0x34d,_0x40dfeb:0x429,_0x820c2c:0x3c4,_0x53fb2d:0x281,_0x59fd1a:0x228,_0x334bbf:0x2fd,_0x17b3f5:0x37b,_0x1c5c12:0x36a,_0x44eaae:0x31a,_0x907bfd:0x292,_0x198808:0x412,_0xe25305:0x508,_0x255368:0x45a,_0x406ed5:0x324,_0x28dfd7:0x2b1,_0x16d998:0x364,_0x21c1a0:0x406,_0x3efba3:0x337,_0x309b54:0x2db,_0x24cb28:0x338,_0x3cb363:0x389,_0xcb530f:0x395,_0x20f497:0x4c1,_0x541913:0x3d7,_0x3e255a:0x433},_0x299414={_0x21d772:0x1e3,_0x534796:0x3ca},_0x358b0a={_0x2a9cc4:0x59},_0x279753={'ZbEas':function(_0x154a88,_0x4c3eda){return _0x154a88===_0x4c3eda;},'NlOcH':'ENOENT','ZZBcC':_0x29304a(-0x2f0,-0x20f,-_0x4886cb._0x6d2af3,-0x245),'XsroP':_0x29304a(-0x31a,-_0x4886cb._0x4205fa,-0x325,-_0x4886cb._0x10792b),'Csigg':function(_0x2ecd58,_0x1d7bae,_0x142a87){return _0x2ecd58(_0x1d7bae,_0x142a87);},'cIFZz':_0x16e09f(_0x4886cb._0x1d5dda,0x41a,_0x4886cb._0x3ee23c,0x470),'CUHTw':function(_0x328e44,_0xc6e773){return _0x328e44(_0xc6e773);},'DCwFQ':_0x16e09f(0x496,_0x4886cb._0x15cb34,0x48f,0x3e4),'Xyvwz':'show','iefvf':function(_0x11f752){return _0x11f752();},'ARMeZ':function(_0x3cd2a6,_0x2485a8){return _0x3cd2a6===_0x2485a8;},'bmdqt':_0x16e09f(_0x4886cb._0x9e756a,0x53a,_0x4886cb._0x3a535a,_0x4886cb._0x2f3163)};function _0x29304a(_0x34dd8d,_0x29ab76,_0xa5ac7c,_0x1805ad){return _0x2becf(_0x1805ad- -0x4c5,_0xa5ac7c,_0xa5ac7c-0x56,_0x1805ad-_0x358b0a._0x2a9cc4);}const _0x2034d2=_0x1fe03b[-0x59*-0x29+0x1*-0x84b+-0x2fb*0x2];function _0x16e09f(_0x161e8d,_0x14dd94,_0xa34564,_0x238e9a){return _0x390ccc(_0x161e8d-0xd8,_0x14dd94-_0x299414._0x21d772,_0xa34564,_0x238e9a-_0x299414._0x534796);}!_0x2034d2&&(_0x279753[_0x16e09f(0x4c7,0x3ce,0x3d2,0x45a)](_0x279753[_0x29304a(-_0x4886cb._0x236215,-0x23c,-_0x4886cb._0x4ddd33,-_0x4886cb._0x52d9aa)],_0x279753[_0x29304a(-_0x4886cb._0x1a1ab5,-0x1cc,-_0x4886cb._0xee5652,-_0x4886cb._0x52d9aa)])?(showUsage(),process[_0x16e09f(0x2e4,_0x4886cb._0x367702,_0x4886cb._0x1c2e32,_0x4886cb._0x39cdbb)](0x2fa*-0xb+-0x1b55*-0x1+0x56a)):_0x29d86f[_0x29304a(-0x180,-0x14c,-0x24f,-_0x4886cb._0x16139b)](_0x129652));try{switch(_0x2034d2){case _0x279753[_0x29304a(-_0x4886cb._0x15b850,-_0x4886cb._0x3a9d36,-_0x4886cb._0x870ce,-0x226)]:await _0x279753['Csigg'](setConfig,_0x1fe03b[-0x2*-0xe2f+-0x20db+0x47e],_0x1fe03b[-0x3*0xc75+0x4*0x396+0x1709*0x1]);break;case _0x279753['cIFZz']:await _0x279753[_0x16e09f(_0x4886cb._0x261df0,0x317,0x318,0x369)](getConfig,_0x1fe03b[-0x1*-0x1007+0x237c+0x19c1*-0x2]);break;case _0x279753[_0x29304a(-0xf7,-0x110,-_0x4886cb._0x56e3b6,-_0x4886cb._0x4b0c64)]:case _0x16e09f(0x4db,_0x4886cb._0x143c53,0x40f,_0x4886cb._0xa1b275):await _0x279753[_0x29304a(-_0x4886cb._0x5e7bd5,-0x318,-0x2d8,-_0x4886cb._0x136487)](removeConfig,_0x1fe03b[0x2033+0x2361+-0x4393]);break;case _0x279753[_0x29304a(-_0x4886cb._0x228fee,-0x1d6,-0x2e9,-_0x4886cb._0xcbb044)]:await _0x279753[_0x29304a(-0x31c,-0x222,-_0x4886cb._0x475c3d,-0x297)](showConfig);break;default:console[_0x29304a(-0x35b,-0x32c,-_0x4886cb._0x2d7b99,-_0x4886cb._0x42e94e)]('Unknown\x20su'+'bcommand:\x20'+_0x2034d2),console[_0x29304a(-_0x4886cb._0x2092c7,-_0x4886cb._0x581ddb,-_0x4886cb._0x58316b,-_0x4886cb._0x42e94e)](_0x16e09f(0x445,_0x4886cb._0x52de77,0x3e2,0x3ea)+_0x16e09f(0x49a,0x3e6,0x3af,0x3fc)+_0x16e09f(0x4a9,_0x4886cb._0x14a7c7,0x4c1,_0x4886cb._0x2715b3)+_0x29304a(-0x166,-0x192,-_0x4886cb._0x59e7c1,-0x1c9)+_0x16e09f(_0x4886cb._0x38f243,_0x4886cb._0x6894ae,0x449,0x495)),process[_0x16e09f(_0x4886cb._0x59d154,_0x4886cb._0x12c6a9,_0x4886cb._0x5abd8d,0x379)](0xb*-0x13d+-0x1*-0x2318+-0x1578);}}catch(_0x1f38c8){_0x279753[_0x16e09f(_0x4886cb._0x40e4f0,_0x4886cb._0x590dfa,_0x4886cb._0x40dfeb,_0x4886cb._0x820c2c)](_0x279753[_0x29304a(-_0x4886cb._0x53fb2d,-_0x4886cb._0x59fd1a,-_0x4886cb._0x334bbf,-0x268)],_0x279753[_0x16e09f(0x36a,0x30d,_0x4886cb._0x17b3f5,0x3a3)])?(console['error']('Error:\x20'+_0x1f38c8[_0x16e09f(0x3ff,_0x4886cb._0x1c5c12,0x403,0x366)]),process[_0x29304a(-0x33d,-0x26a,-_0x4886cb._0x44eaae,-_0x4886cb._0x907bfd)](0x2513*0x1+-0x61*-0xd+-0x29ff)):(_0x279753[_0x16e09f(0x4bf,_0x4886cb._0x198808,_0x4886cb._0xe25305,_0x4886cb._0x255368)](_0x551010['code'],_0x279753['NlOcH'])?_0x4a2984[_0x29304a(-_0x4886cb._0x406ed5,-0x29a,-0x31e,-_0x4886cb._0x28dfd7)](_0x16e09f(0x436,_0x4886cb._0x15cb34,_0x4886cb._0x16d998,_0x4886cb._0x21c1a0)+_0x16e09f(0x30d,0x3ec,0x362,0x39d)+'t\x20found\x20at'+'\x20'+_0x3009ab):_0x578b47[_0x29304a(-_0x4886cb._0x3efba3,-_0x4886cb._0x309b54,-0x313,-0x2b1)](_0x16e09f(0x42f,_0x4886cb._0x24cb28,_0x4886cb._0x3cb363,_0x4886cb._0xcb530f)+_0x16e09f(_0x4886cb._0x20f497,0x4cd,_0x4886cb._0x541913,_0x4886cb._0x3e255a)+'json:\x20'+_0x300073['message']),_0x275bbc['exit'](-0x205b+-0x2273+-0x3*-0x1645));}}function showUsage(){const _0x4a0a32={_0x54ccc6:0x43,_0x1325e2:0x282,_0xb68d89:0x1c9,_0x1e7111:0x112,_0x2d6f2a:0x15a,_0x1fb3ea:0xbc,_0x5dc872:0xd8,_0x4f26c5:0x64,_0x2f6157:0x84,_0x10f8ef:0x3,_0x4ba706:0xa4,_0x52bbd2:0x22,_0x4676f5:0x7d,_0x30fa8c:0x28f,_0x41d4cb:0x128,_0x51e6b3:0x1e1,_0x51fe06:0x231,_0x5ba7a5:0x23e,_0x3f8d41:0x41,_0x5c8586:0x15,_0x3d4fa2:0x1eb,_0x1810c6:0x9e,_0x5d4844:0xa3,_0x5cbe55:0xfd,_0x1667a7:0x86,_0x33b295:0x279,_0x4b4b8e:0x83,_0x3cb572:0x78,_0x3ffc6e:0xc4,_0x5ef3d2:0x88,_0x46f331:0xb,_0x5cbbf2:0x1a0,_0x440845:0x1da,_0x28377b:0x237,_0x4d1ec4:0x3c,_0x4de729:0x11,_0x393340:0x7a,_0x4e8f2f:0x48,_0x2f0b44:0x73,_0x3c9f38:0x118,_0x35c137:0x172,_0x1713c6:0x229,_0x240cb1:0x102,_0x4a2768:0xbe,_0x34a467:0x4e,_0x238631:0x1b,_0x185923:0x288,_0x443da6:0x247,_0x6c3d79:0x1b2,_0x1278b8:0x14b,_0x47de7d:0x1c7,_0x4672e0:0x38,_0x1448a1:0x5d,_0x82ae68:0x1a3,_0xf242f3:0x251,_0x4c64ff:0x271,_0x5bb123:0x15d,_0x53ad9d:0x163,_0x3eb337:0x75,_0x583871:0x1fa,_0x1e7ad5:0x281,_0x3bb067:0x275,_0x260609:0x93,_0x1d4734:0x14,_0x5137fa:0x1d3,_0x16a17e:0x1e0,_0x51f2a6:0x155,_0xc42d5e:0x77,_0x4921d8:0xa,_0x776af0:0x8d,_0x426568:0x87,_0x3d8df3:0x1a9,_0x2c53ef:0x173,_0x174091:0x14a,_0x3ac813:0x155,_0x2265f3:0x165,_0x42506f:0x244,_0x135b8f:0x23c,_0x22aca6:0x17f,_0x1f28b8:0xcb,_0x573de4:0x133,_0x3edc31:0x130,_0x22c862:0x9a,_0x58b7f2:0xbb,_0x203a67:0x3a,_0x108165:0x67,_0x45cf5b:0x4b,_0x7abc56:0xe9,_0x1a7ddf:0x18d,_0x7dfbcd:0x258,_0x24184e:0x24d,_0x21e087:0x1bc,_0x2d5957:0x163,_0x25984d:0x1d5,_0x3bf8e4:0x243,_0x466707:0x26a,_0x545047:0x22f,_0x136a47:0x1de,_0x522905:0x3e,_0x99f0e4:0x5f,_0x3996c8:0x203,_0x3dfae5:0x1f0,_0x4bcacb:0x26a,_0x4d0ae1:0x269,_0x69f819:0x149,_0x385bd2:0x150,_0xaf5486:0x8a,_0x45a4e5:0x3d,_0x236fce:0xea,_0x2d9c4e:0x105,_0x502e1e:0x95,_0x47289c:0x68,_0x5dddce:0x2bd,_0x2c50c3:0x2bc,_0x5a9b83:0x1de,_0x5bc2ce:0x22e,_0xda75e3:0x254,_0x3fb9c2:0xd,_0x1cd9e4:0x6,_0x22451b:0x1fd,_0x11dc08:0x287,_0x23db4a:0x1ec,_0x2dc731:0x15f,_0x316620:0x1f2,_0x1637b2:0x231,_0x359932:0x18a,_0x311653:0x126,_0x47ead8:0x7,_0x21a602:0x72,_0x3e4c26:0x142,_0x326dc8:0x192,_0x6acfbd:0x238,_0x141b55:0x225,_0x379ce3:0x25c,_0x124981:0x1c8,_0x93ba0c:0xb8,_0x4ed750:0x40,_0x4c2382:0xb2,_0xcd6a1c:0xbc,_0x3cf347:0x53,_0x396731:0x52,_0x3dd259:0x26,_0x15ce33:0x42,_0x4a3218:0x278,_0x4c238f:0x20d,_0x1b317b:0x162,_0x2260b4:0x1c4,_0x599af1:0x156,_0x1e2e8c:0x2a4,_0x46cb19:0x202,_0x3657ac:0x27d,_0x4a1289:0x285,_0x2016e8:0x104,_0x2294f9:0x10,_0x569936:0x3,_0x43f7e6:0x9,_0x29c945:0xdb,_0x13873c:0x6d,_0x4e4e40:0x139,_0x3b80ee:0x26d,_0x4c2de8:0x20b,_0x59d8ce:0x244,_0x2baf68:0x103,_0x45ddb1:0x59,_0x25d574:0xd2,_0x1b6770:0x27d,_0x323bff:0x46,_0x4319bd:0x6d,_0x355430:0x2e,_0x3cd607:0x1a,_0x332c32:0x35,_0x15cc99:0x102,_0x5c580b:0x61,_0x1b60ec:0xa7,_0x43afe2:0x2,_0x559fc1:0x80,_0x2fcba9:0x2b,_0x5e9cf1:0x124,_0x419581:0x21,_0x204a6f:0x22,_0x3f9b69:0x160,_0x37c764:0x1ac,_0x25abc1:0x114,_0x1d0fcf:0x8f,_0x5a3a25:0x1c,_0x572d38:0xa5,_0x6e7685:0x9f,_0x31c3d5:0x8b,_0x3272e7:0x2f,_0x519fa1:0xc0,_0x28951e:0x12,_0x3ced07:0xe8,_0x548327:0xfb,_0x3c155f:0x7b,_0x2de67d:0x4f,_0x285818:0x3d,_0x576c46:0x314,_0x4c7a8d:0x2b7,_0x2a016f:0x3f,_0x2542fe:0x31,_0x266df:0x52,_0x4df166:0x106,_0x24a342:0x78,_0x3cdc92:0x12a,_0x3aed84:0xe1,_0x3919e8:0x92,_0x4ad3c4:0x1e9,_0x5be54c:0xc,_0x273dca:0x66,_0x52f122:0x47,_0xc75a35:0x270,_0x25edc2:0x29,_0x38b034:0x88,_0x4080ef:0xae,_0x281e3e:0x322,_0x291207:0x26f,_0x23270a:0x277,_0x3efeab:0xdc,_0x3c763e:0x63,_0x547dbd:0x1cf,_0x4bbd9b:0x30,_0x2b04e1:0x18,_0x34ae6c:0xf3,_0x1f6e2b:0x6d,_0x58c459:0x20b,_0xed7e64:0x267,_0x3b9ef7:0x248,_0x4ded0a:0x278,_0x5319ca:0x25b},_0x1ca84d={_0x57d312:0x281,_0x52ae1b:0x1f1},_0xd20177={_0xc8c72a:0xbb,_0x2b7dc5:0xcd},_0x4032b3={};_0x4032b3[_0x1e21de(-0xf,-_0x4a0a32._0x54ccc6,-0xd9,-0x60)]=_0x30a217(-_0x4a0a32._0x1325e2,-_0x4a0a32._0xb68d89,-0x24b,-0x2a9)+_0x1e21de(_0x4a0a32._0x1e7111,_0x4a0a32._0x2d6f2a,_0x4a0a32._0x1fb3ea,_0x4a0a32._0x5dc872)+_0x1e21de(-_0x4a0a32._0x4f26c5,0x21,_0x4a0a32._0x2f6157,_0x4a0a32._0x10f8ef)+_0x1e21de(-_0x4a0a32._0x4ba706,-0x67,_0x4a0a32._0x52bbd2,-_0x4a0a32._0x4676f5)+_0x30a217(-_0x4a0a32._0x30fa8c,-_0x4a0a32._0x41d4cb,-_0x4a0a32._0x51e6b3,-_0x4a0a32._0x51fe06)+_0x30a217(-0x2cc,-0x242,-0x21a,-_0x4a0a32._0x5ba7a5)+'e]',_0x4032b3[_0x1e21de(_0x4a0a32._0x3f8d41,-0x6e,_0x4a0a32._0x5c8586,-0x9)]='Commands:',_0x4032b3[_0x30a217(-0x1c8,-_0x4a0a32._0x3d4fa2,-0x139,-0xac)]=_0x1e21de(0xd,-_0x4a0a32._0x1810c6,-0x9b,-0x59)+_0x1e21de(-_0x4a0a32._0x5d4844,-0xf1,-_0x4a0a32._0x5cbe55,-_0x4a0a32._0x1667a7)+_0x30a217(-0x1cc,-0x31f,-0x276,-_0x4a0a32._0x33b295)+'figuration'+'\x20value',_0x4032b3[_0x1e21de(-_0x4a0a32._0x4b4b8e,0x9b,-_0x4a0a32._0x3cb572,-0xe)]=_0x1e21de(-_0x4a0a32._0x3ffc6e,-_0x4a0a32._0x5ef3d2,_0x4a0a32._0x46f331,-0x6f)+_0x30a217(-0x179,-_0x4a0a32._0x5cbbf2,-0x148,-0x1d3)+_0x30a217(-0x272,-_0x4a0a32._0x440845,-0x1d3,-_0x4a0a32._0x28377b)+_0x1e21de(-_0x4a0a32._0x4d1ec4,-_0x4a0a32._0x4de729,0x52,_0x4a0a32._0x393340)+_0x1e21de(_0x4a0a32._0x4e8f2f,-0x26,_0x4a0a32._0x2f0b44,0x88),_0x4032b3['GFUjh']=_0x30a217(-_0x4a0a32._0x3c9f38,-0x1a6,-_0x4a0a32._0x35c137,-_0x4a0a32._0x1713c6)+_0x30a217(-_0x4a0a32._0x240cb1,-_0x4a0a32._0x4a2768,-0x15e,-0x109)+_0x1e21de(-0x35,_0x4a0a32._0x34a467,0x64,_0x4a0a32._0x238631)+_0x30a217(-0x294,-_0x4a0a32._0x185923,-0x273,-0x1e5)+'ion\x20value',_0x4032b3['HWepb']=_0x30a217(-0x1b0,-0x221,-_0x4a0a32._0x443da6,-0x28f)+_0x30a217(-0xc4,-_0x4a0a32._0x6c3d79,-_0x4a0a32._0x1278b8,-_0x4a0a32._0x47de7d)+_0x1e21de(0xba,0x5c,-_0x4a0a32._0x4672e0,_0x4a0a32._0x1448a1)+'configurat'+'ion',_0x4032b3[_0x30a217(-0x223,-0x23e,-_0x4a0a32._0x82ae68,-_0x4a0a32._0xf242f3)]='\x20\x20server_p'+_0x30a217(-_0x4a0a32._0x4c64ff,-_0x4a0a32._0x5bb123,-0x214,-_0x4a0a32._0x53ad9d)+_0x1e21de(-0x61,_0x4a0a32._0x3eb337,-0x84,0x18)+_0x30a217(-_0x4a0a32._0x583871,-0x316,-_0x4a0a32._0x1e7ad5,-_0x4a0a32._0x3bb067)+_0x1e21de(-0x76,-_0x4a0a32._0x260609,0x2c,_0x4a0a32._0x1d4734),_0x4032b3['YNfIo']=_0x30a217(-0x27a,-0x1f6,-0x225,-0x272)+'_path\x20\x20\x20\x20\x20'+_0x30a217(-_0x4a0a32._0x5137fa,-_0x4a0a32._0x16a17e,-_0x4a0a32._0x51f2a6,-0x112)+'SSL\x20certif'+_0x1e21de(0x23,_0x4a0a32._0x4a2768,0x1a,_0x4a0a32._0xc42d5e),_0x4032b3[_0x1e21de(-0xe5,-0x111,_0x4a0a32._0x4921d8,-0x7b)]=_0x1e21de(-_0x4a0a32._0x776af0,-_0x4a0a32._0x426568,-0x2a,-0x8e)+_0x30a217(-_0x4a0a32._0x3d8df3,-_0x4a0a32._0x2c53ef,-_0x4a0a32._0x174091,-0x1b7)+'\x20\x20Path\x20to\x20'+_0x30a217(-_0x4a0a32._0x3ac813,-0x192,-_0x4a0a32._0x2265f3,-_0x4a0a32._0x3c9f38)+_0x30a217(-0x1c5,-0x25d,-_0x4a0a32._0x42506f,-_0x4a0a32._0x135b8f),_0x4032b3['WlXgs']='\x20\x20ssl_ca_p'+_0x1e21de(_0x4a0a32._0x22aca6,_0x4a0a32._0x1f28b8,0x112,0xca)+_0x1e21de(_0x4a0a32._0x573de4,_0x4a0a32._0x3edc31,_0x4a0a32._0x22c862,_0x4a0a32._0x58b7f2)+_0x1e21de(-_0x4a0a32._0x203a67,_0x4a0a32._0x108165,-0xc,_0x4a0a32._0x45cf5b)+_0x30a217(-0x25e,-0x1e4,-0x245,-0x2f3)+_0x30a217(-0xce,-0xe6,-0x137,-_0x4a0a32._0x7abc56),_0x4032b3[_0x30a217(-_0x4a0a32._0x1a7ddf,-0x19d,-0x22a,-0x28f)]='\x20\x20trust_pr'+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x30a217(-_0x4a0a32._0x7dfbcd,-0x26d,-0x215,-0x215)+_0x30a217(-_0x4a0a32._0x24184e,-_0x4a0a32._0x21e087,-0x203,-_0x4a0a32._0x2d5957)+_0x30a217(-0x1e8,-0x1a0,-_0x4a0a32._0x25984d,-_0x4a0a32._0x3bf8e4)+'lse)',_0x4032b3[_0x30a217(-_0x4a0a32._0x466707,-_0x4a0a32._0x545047,-_0x4a0a32._0x136a47,-0x266)]=_0x1e21de(-_0x4a0a32._0x522905,-0xbc,_0x4a0a32._0x99f0e4,-0x4b)+_0x30a217(-_0x4a0a32._0x3996c8,-_0x4a0a32._0x3dfae5,-_0x4a0a32._0x4bcacb,-_0x4a0a32._0x4d0ae1)+_0x30a217(-_0x4a0a32._0x69f819,-_0x4a0a32._0x385bd2,-0x173,-0x1d9)+_0x1e21de(_0x4a0a32._0xaf5486,_0x4a0a32._0x45a4e5,0x7a,-0x14)+'ude\x20or\x20cod'+_0x1e21de(_0x4a0a32._0x236fce,_0x4a0a32._0x2d9c4e,_0x4a0a32._0x502e1e,_0x4a0a32._0x47289c),_0x4032b3[_0x30a217(-_0x4a0a32._0x5dddce,-_0x4a0a32._0x2c50c3,-0x274,-_0x4a0a32._0x5a9b83)]=_0x30a217(-_0x4a0a32._0x5bc2ce,-_0x4a0a32._0xda75e3,-0x1b8,-0x14e)+_0x1e21de(0x9a,-_0x4a0a32._0x3fb9c2,0xf,0x2d)+_0x30a217(-0x101,-0xaf,-0x155,-0x9d)+_0x1e21de(0x126,_0x4a0a32._0x1cd9e4,0x139,0xaf)+_0x1e21de(0x1b,_0x4a0a32._0xc42d5e,0x171,0xd2),_0x4032b3[_0x30a217(-0x1f4,-_0x4a0a32._0x22451b,-_0x4a0a32._0x11dc08,-0x1e6)]='\x20\x20ssh_host'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x30a217(-0x17a,-_0x4a0a32._0x23db4a,-_0x4a0a32._0x2dc731,-_0x4a0a32._0x316620)+_0x30a217(-_0x4a0a32._0x1637b2,-0x229,-_0x4a0a32._0x359932,-_0x4a0a32._0x311653)+_0x1e21de(-0xe5,-_0x4a0a32._0x47ead8,-0xd2,-_0x4a0a32._0x21a602),_0x4032b3['qPsBO']=_0x30a217(-_0x4a0a32._0x3e4c26,-0x12a,-0x1ae,-0x1ff),_0x4032b3[_0x30a217(-0x250,-0x2cb,-0x238,-0x27d)]=_0x30a217(-_0x4a0a32._0x326dc8,-_0x4a0a32._0x6acfbd,-0x1c2,-_0x4a0a32._0x141b55)+_0x30a217(-_0x4a0a32._0x1e7111,-0x1b7,-0x162,-0xc7)+_0x30a217(-_0x4a0a32._0x379ce3,-0x173,-_0x4a0a32._0x124981,-0x26b)+'er_port\x2080'+'80',_0x4032b3[_0x1e21de(0xb3,_0x4a0a32._0x93ba0c,_0x4a0a32._0x4ed750,0x5)]=_0x1e21de(_0x4a0a32._0x4b4b8e,_0x4a0a32._0x4c2382,0x3,0x4e)+'rver\x20confi'+'g\x20set\x20defa'+_0x1e21de(-_0x4a0a32._0xcd6a1c,_0x4a0a32._0x3cf347,0x21,-_0x4a0a32._0x396731)+_0x1e21de(_0x4a0a32._0x3dd259,_0x4a0a32._0x1fb3ea,_0x4a0a32._0x3fb9c2,_0x4a0a32._0x15ce33),_0x4032b3[_0x30a217(-0x1e8,-0x209,-_0x4a0a32._0x4a3218,-_0x4a0a32._0x4c238f)]='\x20\x20coder-se'+_0x30a217(-0x219,-0x10a,-_0x4a0a32._0x1b317b,-_0x4a0a32._0x2260b4)+_0x30a217(-_0x4a0a32._0x599af1,-0x1b1,-0x1b9,-0x23f);const _0x250151=_0x4032b3;console[_0x30a217(-_0x4a0a32._0x1e2e8c,-_0x4a0a32._0x46cb19,-_0x4a0a32._0x3657ac,-_0x4a0a32._0x4a1289)](_0x250151[_0x30a217(-0x2cd,-0x2f0,-0x270,-0x207)]),console['error'](''),console[_0x1e21de(-_0x4a0a32._0x2016e8,_0x4a0a32._0x2294f9,_0x4a0a32._0x569936,-0x6d)](_0x250151[_0x1e21de(0x2,0x6c,0x8c,-_0x4a0a32._0x43f7e6)]);function _0x30a217(_0x4cc663,_0x45c588,_0x26ba08,_0x396236){return _0x390ccc(_0x4cc663-_0xd20177._0xc8c72a,_0x45c588-_0xd20177._0x2b7dc5,_0x396236,_0x26ba08- -0x20d);}console[_0x1e21de(-0x43,-_0x4a0a32._0x29c945,-0x97,-_0x4a0a32._0x13873c)](_0x250151[_0x30a217(-0x15c,-0x16d,-_0x4a0a32._0x4e4e40,-0xe8)]),console['error'](_0x250151[_0x30a217(-_0x4a0a32._0x3b80ee,-_0x4a0a32._0x25984d,-0x21e,-0x1f5)]),console[_0x30a217(-0x2ae,-_0x4a0a32._0x4c2de8,-0x27d,-_0x4a0a32._0x59d8ce)](_0x250151[_0x1e21de(_0x4a0a32._0x2baf68,-0x15,-_0x4a0a32._0x3fb9c2,0x9f)]),console[_0x1e21de(-_0x4a0a32._0x45ddb1,-_0x4a0a32._0x25d574,-0x114,-0x6d)](_0x250151['HWepb']),console[_0x30a217(-0x2dc,-0x24b,-_0x4a0a32._0x1b6770,-0x2ab)](''),console[_0x1e21de(-0x9c,-_0x4a0a32._0x323bff,0x23,-_0x4a0a32._0x4319bd)](_0x1e21de(-_0x4a0a32._0x355430,-_0x4a0a32._0x3cd607,0x3c,0x85)+_0x1e21de(-0x9,_0x4a0a32._0x332c32,_0x4a0a32._0x15cc99,0x7a)+'\x20keys\x20(sto'+'red\x20in\x20~/.'+_0x1e21de(_0x4a0a32._0x2f6157,_0x4a0a32._0x5c580b,_0x4a0a32._0x1b60ec,-_0x4a0a32._0x43afe2)+_0x1e21de(0x3d,-0x5a,-_0x4a0a32._0x559fc1,-_0x4a0a32._0x2fcba9)),console[_0x1e21de(-_0x4a0a32._0x5e9cf1,_0x4a0a32._0x419581,_0x4a0a32._0x204a6f,-0x6d)]('\x20\x20coder_se'+_0x30a217(-_0x4a0a32._0x3f9b69,-0x23a,-0x217,-_0x4a0a32._0x37c764)+_0x30a217(-0x12a,-0x13c,-0x155,-0x183)+_0x30a217(-0x1b2,-_0x4a0a32._0x28377b,-0x1b0,-_0x4a0a32._0x25abc1)+_0x1e21de(_0x4a0a32._0x1d0fcf,0x64,_0x4a0a32._0x5a3a25,_0x4a0a32._0x572d38)+'y'),console['error'](_0x250151['eXzxS']),console[_0x1e21de(-0x2a,-_0x4a0a32._0x6e7685,-_0x4a0a32._0x31c3d5,-_0x4a0a32._0x13873c)](_0x250151[_0x1e21de(-_0x4a0a32._0x3272e7,0xb4,_0x4a0a32._0x519fa1,_0x4a0a32._0x28951e)]),console['error'](_0x250151[_0x1e21de(-_0x4a0a32._0x3ced07,-0x12d,-_0x4a0a32._0x548327,-_0x4a0a32._0x3c155f)]),console['error'](_0x250151['WlXgs']),console[_0x1e21de(-_0x4a0a32._0x2de67d,-0x4,-_0x4a0a32._0x285818,-0x6d)](_0x250151['WHhcI']),console[_0x30a217(-0x2d7,-0x2fd,-_0x4a0a32._0x3657ac,-0x248)](''),console[_0x30a217(-0x27e,-_0x4a0a32._0x576c46,-0x27d,-_0x4a0a32._0x4c7a8d)](_0x1e21de(_0x4a0a32._0x2a016f,0x96,-_0x4a0a32._0x2542fe,-0x13)+'iguration\x20'+_0x1e21de(-_0x4a0a32._0x5c8586,_0x4a0a32._0x266df,-0xb,0x5c)+'ed\x20in\x20setu'+_0x1e21de(-_0x4a0a32._0x4df166,0x35,0xf,-_0x4a0a32._0x24a342)),console[_0x1e21de(-0xa1,0x1c,-_0x4a0a32._0x6e7685,-0x6d)](_0x1e21de(-_0x4a0a32._0x3cdc92,-_0x4a0a32._0x3aed84,-0x2b,-_0x4a0a32._0x3919e8)+_0x30a217(-0x1a7,-_0x4a0a32._0x4ad3c4,-0x14b,-_0x4a0a32._0x6c3d79)+_0x1e21de(0x7f,_0x4a0a32._0x5be54c,0x9b,_0x4a0a32._0x273dca)+'me'),console['error'](_0x250151[_0x1e21de(0x57,_0x4a0a32._0x21a602,-0x7b,0x32)]);function _0x1e21de(_0x261669,_0x3a100f,_0xe7d48c,_0x42318f){return _0x2becf(_0x42318f- -_0x1ca84d._0x57d312,_0x3a100f,_0xe7d48c-0xf1,_0x42318f-_0x1ca84d._0x52ae1b);}console[_0x1e21de(-0x8d,-0xf0,_0x4a0a32._0x52f122,-_0x4a0a32._0x13873c)](_0x250151['gTTIf']),console['error'](_0x250151['OejSY']),console[_0x30a217(-_0x4a0a32._0xc75a35,-0x2f8,-_0x4a0a32._0x1b6770,-0x2ae)](''),console['error'](_0x250151['qPsBO']),console[_0x1e21de(-0x6c,-0x112,-_0x4a0a32._0x25edc2,-_0x4a0a32._0x4319bd)](_0x1e21de(_0x4a0a32._0x203a67,0xbd,_0x4a0a32._0x15ce33,0x4e)+_0x1e21de(_0x4a0a32._0x38b034,0x5c,0x4e,_0x4a0a32._0x4080ef)+'g\x20set\x20code'+_0x30a217(-0x23e,-_0x4a0a32._0x281e3e,-_0x4a0a32._0x291207,-0x261)+_0x30a217(-0x17a,-_0x4a0a32._0x23270a,-0x1dd,-0x249)+_0x1e21de(-0x72,-0x28,-0xe,-0x3a)+_0x1e21de(-0xef,-_0x4a0a32._0x3efeab,-_0x4a0a32._0x3c763e,-0x42)),console[_0x30a217(-0x288,-0x307,-_0x4a0a32._0x1b6770,-_0x4a0a32._0x547dbd)](_0x250151[_0x1e21de(-0x37,_0x4a0a32._0x4bbd9b,-_0x4a0a32._0x2b04e1,-0x28)]),console[_0x1e21de(-0x126,-_0x4a0a32._0x34ae6c,-0x61,-_0x4a0a32._0x1f6e2b)](_0x250151[_0x30a217(-0x2ae,-0x1c7,-_0x4a0a32._0x58c459,-0x212)]),console[_0x30a217(-_0x4a0a32._0xed7e64,-0x219,-0x27d,-0x2ee)](_0x250151[_0x30a217(-_0x4a0a32._0x3b9ef7,-0x2fe,-_0x4a0a32._0x4ded0a,-_0x4a0a32._0x5319ca)]);}async function setConfig(_0x2ac415,_0x3748b1){const _0x467aff={_0x395649:0x36b,_0x1f33a7:0x3a2,_0x30bea4:0x27e,_0x3259a3:0x2b1,_0x4bca20:0x2f9,_0x426eec:0x17e,_0x2fc1b4:0x1ff,_0x20bc6f:0x21a,_0x11d951:0x230,_0x13a920:0x22d,_0x3bd742:0x23c,_0x425f2a:0x1f6,_0x281327:0x1fc,_0x55d912:0x2ac,_0x42630b:0x1f7,_0x4c0145:0x352,_0x29ad3f:0x3d7,_0x5309a5:0x44e,_0xab0c70:0x3a1,_0x1122d4:0x2b1,_0x2ffce5:0x2f7,_0x1b4e85:0x33e,_0x1be5e4:0x29b,_0x1854ca:0x2d1,_0x35339a:0x2a4,_0x6ff5a6:0x306,_0x1dd1fb:0x256,_0x4b1aaa:0x1ac,_0x282c0e:0x35c,_0x5263d0:0x1e1,_0x1e5a4d:0x264,_0x46aaff:0x256,_0x34d262:0x143,_0x47dfe2:0x1be,_0x300b98:0x3fc,_0x29d85b:0x3e5,_0x592937:0x382,_0x49088d:0x26c,_0x52db04:0x25a,_0xfe624d:0x239,_0x28a0a0:0x221,_0x2a3fe6:0x273,_0x596c9a:0x334,_0xdc9c72:0x334,_0x22a949:0x333,_0x18cd1e:0x15a,_0x149c4d:0x1fd,_0x566e01:0x17d,_0x26dada:0x1f4,_0x1cc973:0x263,_0x1fd5ab:0x31b,_0x2a5d7f:0x2f7,_0x14d954:0x1bc,_0x3c601e:0x1b5,_0x509037:0x2f0,_0x3aa93a:0x27b,_0x40f014:0x250,_0x4dc9bd:0x1c5,_0x565de5:0x29e,_0x2469db:0x20f,_0x376280:0x2dd,_0x4d0b5d:0x30c,_0x4f6593:0x2a5,_0x2d1d53:0x2ca,_0x17cfe5:0x2d7,_0x59a60b:0x248,_0x117477:0x159,_0x2c579a:0x1ed,_0x58b9d6:0x291,_0x20a778:0x204,_0x5bc677:0x1dc,_0x51653c:0x27b,_0x2ca71f:0x155,_0x475e41:0x2b7,_0x161eb0:0x31b,_0x434b63:0x2b6,_0x33926c:0x1fb,_0x31dd5c:0x1b3,_0x4872e6:0x248,_0x4fa3a8:0x289,_0x5c99a7:0x25e,_0x38c45e:0x18f,_0x3f4759:0x190,_0x1ef298:0x20c,_0x65858d:0x374,_0x409207:0x31e,_0x521b12:0x312,_0x44f79c:0x3a3,_0x31f8ab:0x2de,_0x563293:0x3cc,_0x4c7e86:0x33c,_0x236f86:0x1a4,_0x38c67d:0x137,_0x3c1c68:0x270,_0x37d9a9:0x33f,_0x13d3bd:0x297,_0x235a05:0x43a,_0x385f6a:0x39e,_0xc34a5d:0x2d0,_0x25dbc2:0x275,_0x342160:0x318,_0x39d10f:0x30e,_0x2ca86e:0x2cc},_0x2b1dd2={_0x21dc7c:0x4f},_0x36766c={_0x241d07:0x48,_0x3802a2:0x127},_0x2cbad={'ldVXS':'Run\x20\x22coder'+_0x4ed81e(_0x467aff._0x395649,_0x467aff._0x1f33a7,_0x467aff._0x30bea4,0x2fe)+_0x3ef411(0x387,0x24b,_0x467aff._0x3259a3,_0x467aff._0x4bca20)+'a\x20list\x20of\x20'+_0x3ef411(0x19a,_0x467aff._0x426eec,_0x467aff._0x2fc1b4,_0x467aff._0x20bc6f)+_0x3ef411(_0x467aff._0x11d951,_0x467aff._0x13a920,_0x467aff._0x3bd742,_0x467aff._0x425f2a),'RqsEg':_0x3ef411(_0x467aff._0x281327,_0x467aff._0x55d912,0x1e6,_0x467aff._0x42630b)+_0x4ed81e(_0x467aff._0x4c0145,_0x467aff._0x29ad3f,_0x467aff._0x5309a5,_0x467aff._0xab0c70)+_0x4ed81e(_0x467aff._0x1122d4,0x2df,0x36a,0x31c)+_0x3ef411(0x28e,_0x467aff._0x2ffce5,_0x467aff._0x1b4e85,_0x467aff._0x1be5e4)+_0x3ef411(0x1b8,0x18d,0x1f1,0x1bc),'fcyCc':function(_0x558cd7,_0x37577b){return _0x558cd7===_0x37577b;},'IpqvJ':_0x3ef411(0x358,0x37a,_0x467aff._0x1854ca,0x2df)+_0x4ed81e(_0x467aff._0x35339a,_0x467aff._0x6ff5a6,0x2ec,0x26e)+_0x4ed81e(0x214,_0x467aff._0x1dd1fb,_0x467aff._0x4b1aaa,0x240)+_0x4ed81e(0x3bc,_0x467aff._0x282c0e,0x3f0,0x352)+_0x4ed81e(_0x467aff._0x5263d0,_0x467aff._0x1e5a4d,0x26b,_0x467aff._0x46aaff)+_0x3ef411(_0x467aff._0x34d262,0x214,0x1fa,_0x467aff._0x47dfe2)+'ectory','uOoKh':function(_0x3873f5,_0x411924){return _0x3873f5===_0x411924;},'wjIBo':_0x4ed81e(_0x467aff._0x300b98,0x384,_0x467aff._0x29d85b,_0x467aff._0x592937),'zeLkE':'PtZPz','irzYy':function(_0x37054e,_0x15ca0e){return _0x37054e&&_0x15ca0e;},'ncxSl':function(_0x21d8ae,_0x44b295){return _0x21d8ae===_0x44b295;},'zJmiS':_0x3ef411(_0x467aff._0x49088d,0x236,_0x467aff._0x52db04,0x226),'kuIzZ':_0x4ed81e(_0x467aff._0xfe624d,0x21f,0x2fb,0x2d0),'UaeHV':_0x4ed81e(_0x467aff._0x28a0a0,0x1f2,_0x467aff._0x2a3fe6,_0x467aff._0x2a3fe6),'PaKza':function(_0x12cfd4,_0x1460dc,_0x544bc7){return _0x12cfd4(_0x1460dc,_0x544bc7);}};function _0x4ed81e(_0x47c0f2,_0x3223ef,_0x4f8adf,_0x4dc355){return _0x2becf(_0x4dc355-_0x36766c._0x241d07,_0x47c0f2,_0x4f8adf-0x3b,_0x4dc355-_0x36766c._0x3802a2);}(!_0x2ac415||_0x2cbad['uOoKh'](_0x3748b1,undefined))&&(_0x2cbad['fcyCc'](_0x2cbad[_0x4ed81e(0x35e,_0x467aff._0x596c9a,_0x467aff._0xdc9c72,_0x467aff._0x22a949)],_0x2cbad['zeLkE'])?(_0xf5fb14['error'](_0x3ef411(_0x467aff._0x18cd1e,_0x467aff._0x149c4d,_0x467aff._0x566e01,_0x467aff._0x26dada)+_0x4ed81e(0x2af,_0x467aff._0x1cc973,0x3c9,_0x467aff._0x1fd5ab)+_0x4ed81e(0x287,0x241,_0x467aff._0x2a5d7f,0x264)+_0x28056c),_0xff849b[_0x3ef411(0x127,_0x467aff._0x14d954,_0x467aff._0x3c601e,0x1c5)](_0x2cbad['ldVXS']),_0x2ed7fa[_0x4ed81e(_0x467aff._0x509037,0x28a,0x32c,_0x467aff._0x3aa93a)](0x20d9+-0x25b+-0x1e7d)):(console[_0x3ef411(0x18c,0x227,_0x467aff._0x40f014,_0x467aff._0x4dc9bd)](_0x2cbad['RqsEg']),process[_0x4ed81e(0x27f,_0x467aff._0x565de5,0x2fa,0x27b)](0x7*-0x57+0x1*0x3b3+-0x151)));const _0x43df70=SERVER_CONFIG_KEYS['has'](_0x2ac415),_0x333ae0=SETUP_JSON_KEYS[_0x3ef411(0x1ae,0x188,0x18c,_0x467aff._0x2469db)](_0x2ac415);function _0x3ef411(_0x43b30e,_0x57ab7c,_0x184202,_0x2292a8){return _0x2becf(_0x2292a8- -_0x2b1dd2._0x21dc7c,_0x57ab7c,_0x184202-0x25,_0x2292a8-0x193);}_0x2cbad[_0x4ed81e(0x2b7,_0x467aff._0x376280,0x2d7,0x2e9)](!_0x43df70,!_0x333ae0)&&(_0x2cbad['ncxSl'](_0x3ef411(0x2c2,_0x467aff._0x4d0b5d,_0x467aff._0x4f6593,_0x467aff._0x2d1d53),_0x2cbad[_0x4ed81e(_0x467aff._0x509037,_0x467aff._0x17cfe5,0x1a6,_0x467aff._0x59a60b)])?(_0x5ec8fe['error'](_0x2cbad[_0x3ef411(_0x467aff._0x117477,_0x467aff._0x2c579a,_0x467aff._0x58b9d6,_0x467aff._0x20a778)]),_0xb8fe77[_0x4ed81e(0x211,_0x467aff._0x20a778,_0x467aff._0x5bc677,_0x467aff._0x51653c)](0x147f+0x25*-0xed+0xdc3)):(console['error'](_0x3ef411(_0x467aff._0x11d951,_0x467aff._0x2ca71f,_0x467aff._0x4b1aaa,_0x467aff._0x26dada)+_0x4ed81e(0x3a5,_0x467aff._0x475e41,0x305,_0x467aff._0x161eb0)+_0x4ed81e(_0x467aff._0x434b63,_0x467aff._0x33926c,_0x467aff._0x31dd5c,_0x467aff._0x1e5a4d)+_0x2ac415),console['error'](_0x2cbad['ldVXS']),process[_0x4ed81e(_0x467aff._0x4872e6,_0x467aff._0x4fa3a8,_0x467aff._0x5c99a7,_0x467aff._0x51653c)](0x1*-0x1bd9+-0x2621+-0x379*-0x13)));if(_0x43df70)await setServerConfig(_0x2ac415,_0x3748b1);else _0x333ae0&&(_0x2cbad['ncxSl'](_0x2cbad[_0x3ef411(_0x467aff._0x38c45e,0x23c,_0x467aff._0x3f4759,_0x467aff._0x1ef298)],_0x2cbad[_0x4ed81e(0x33f,0x3af,_0x467aff._0x65858d,_0x467aff._0x409207)])?(_0x2cbad[_0x4ed81e(0x43b,_0x467aff._0x521b12,0x2fc,_0x467aff._0x44f79c)](_0x29a123[_0x3ef411(_0x467aff._0x11d951,0x312,0x319,_0x467aff._0x31f8ab)],_0x4ed81e(0x275,0x1f2,0x293,0x288))?(_0x482281['error']('Error:\x20set'+'up.json\x20no'+_0x4ed81e(0x305,0x34e,_0x467aff._0x563293,_0x467aff._0x4c7e86)+'\x20'+_0x231d35),_0xdc7dd7[_0x4ed81e(0x2ed,0x310,0x257,0x25c)](_0x2cbad['IpqvJ'])):_0x2e9d25[_0x3ef411(_0x467aff._0x236f86,_0x467aff._0x38c67d,0x1cf,0x1c5)](_0x4ed81e(_0x467aff._0x3c1c68,_0x467aff._0x37d9a9,0x24f,_0x467aff._0x13d3bd)+'ing\x20setup.'+_0x4ed81e(0x33c,_0x467aff._0x235a05,0x3d5,_0x467aff._0x385f6a)+_0x1c7c00[_0x4ed81e(_0x467aff._0xc34a5d,0x22c,_0x467aff._0x25dbc2,0x268)]),_0x3f439f[_0x4ed81e(_0x467aff._0x342160,0x1f0,_0x467aff._0x39d10f,0x27b)](-0x292+0x61f*-0x4+0x905*0x3)):await _0x2cbad[_0x4ed81e(_0x467aff._0x1be5e4,0x2bd,_0x467aff._0x2ca86e,0x24a)](setSetupConfig,_0x2ac415,_0x3748b1));}async function setServerConfig(_0x2ea3a4,_0x74c421){const _0x2cfb33={_0x2f85ed:0x4a1,_0x263fa0:0x549,_0xc6d319:0x58c,_0x48995a:0x42a,_0x57d3cb:0x452,_0x2f4519:0x3c0,_0x2e59b1:0x45a,_0x502b3a:0x3fd,_0x2de420:0x436,_0x1671a7:0x3f6,_0x4f04c7:0x4dd,_0x3abc6d:0x427,_0x30bc20:0x4d3,_0x19917e:0x48b,_0xc50f88:0x4c4,_0x23b6ef:0x3af,_0x4d0aa0:0x4ed,_0x484ebe:0x3dc,_0x18d4f8:0x574,_0x220f6c:0x51a,_0x38fb72:0x3f2,_0x159df5:0x480,_0x310a22:0x3fc,_0x2b94d3:0x4c0,_0x47e4f6:0x519,_0x4509d4:0x521,_0x4fb822:0x53d,_0x4c2eaf:0x4e0,_0x430b8f:0x530,_0x305aa5:0x415,_0x2f2f4e:0x438,_0x563bcb:0x4ef,_0x3f8e79:0x577,_0x412894:0x535,_0x5da34c:0x4c7,_0x32ed54:0x4c6,_0x1de793:0x525,_0x288c79:0x3e1,_0x54b65c:0x3e9,_0x4a0666:0x537,_0x1e61bd:0x481,_0x470bb1:0x3fe,_0xb1320d:0x431,_0x3fb4b7:0x45b,_0x5f5ec7:0x432,_0x4f869b:0x4c8,_0x567385:0x4d2,_0x533034:0x419,_0x71ce39:0x603,_0x46d8ec:0x557,_0x224efb:0x5bf,_0x29c38a:0x5ea,_0x6b8364:0x531,_0x1cd975:0x42c,_0x2ad63:0x5dd,_0x2adef3:0x553,_0x1ab644:0x505,_0x5847cb:0x4b7,_0x52a2a5:0x461,_0x247df8:0x465,_0xda57e3:0x3ac,_0x53eb33:0x557,_0x15b973:0x46d,_0x276aa4:0x4fd,_0x33adfb:0x3e5,_0x41d340:0x3c5,_0x45aa9a:0x51e,_0x5311ef:0x482,_0x2527fa:0x53e,_0x2b71b2:0x489,_0x18bdde:0x4f3,_0x46f227:0x4d1,_0x5eeb5e:0x405,_0x1ee4f2:0x473,_0x1dde6c:0x356,_0x3d33cf:0x480,_0xff2a15:0x47d,_0x5d0242:0x429,_0x400818:0x3cf,_0x52a42a:0x4b0,_0x42b2d7:0x357,_0x15ef3d:0x3e7,_0x277d85:0x514,_0x3f1a29:0x4f4,_0x57e0c4:0x417,_0x4423e7:0x4d5,_0x308af3:0x5c0,_0x61a0c0:0x57f,_0x807b67:0x534,_0xf7c4fa:0x550,_0x3e5e40:0x420,_0x57d18d:0x517,_0x31b1de:0x52d,_0x37f39a:0x526,_0x33074e:0x51d,_0x48b833:0x5a2,_0x188dde:0x444,_0x2d1c2c:0x3cd,_0x3555b6:0x3f4,_0x31a5e7:0x385,_0x3dd063:0x428,_0x470fbe:0x489,_0x2b034b:0x450,_0xb38393:0x5ba,_0x2b9670:0x4d5,_0x2518db:0x50a,_0x1845e0:0x56a,_0xa9ef90:0x41d,_0x1dccd9:0x475,_0x45421d:0x4c5,_0x46a3ec:0x4ca,_0x3ecf8a:0x515,_0x352c19:0x529,_0x18fba1:0x4c1,_0x5e95b4:0x4e2,_0x4f7999:0x58d,_0x377f0a:0x569,_0x14672d:0x4b1,_0x1e3aaf:0x44a,_0x570947:0x407,_0x5cde9d:0x3f5,_0x578a4f:0x398,_0x7734c7:0x4ea,_0x5d505e:0x472,_0x4e5cc2:0x554,_0x3cd7ee:0x475,_0x2b592a:0x4f9,_0x1a84e1:0x513,_0x5b8457:0x3d6,_0x49599c:0x3e1,_0x539dc:0x43f,_0x515719:0x488,_0x1f5936:0x511,_0x41c3db:0x511,_0x44590e:0x42e,_0x1e692f:0x4c9,_0x2591b9:0x423,_0x5cc76f:0x4bd,_0x530511:0x57c,_0xdb726e:0x486,_0x293dcd:0x577,_0x3c254a:0x5e7,_0x4846fb:0x48d,_0x412a7f:0x4c7,_0x172787:0x483,_0x53a7be:0x4cf,_0x46e4ee:0x525,_0x335069:0x48d,_0xbedd50:0x36a,_0x12a1a8:0x408,_0x32e3fd:0x43f,_0x223afc:0x449,_0x3855ad:0x37d},_0x176170={_0x45b797:0xcb};function _0x3dce14(_0x4f34d2,_0x50ed50,_0x332ad5,_0x1e0694){return _0x390ccc(_0x4f34d2-0x1ad,_0x50ed50-_0x176170._0x45b797,_0x332ad5,_0x50ed50-0x475);}function _0x4f7d52(_0x18852d,_0xe8a9d6,_0x162810,_0x4bd9c7){return _0x390ccc(_0x18852d-0x176,_0xe8a9d6-0x125,_0x162810,_0xe8a9d6-0x485);}const _0x248e4b={'uAyFj':'Run\x20\x22coder'+'-server\x20co'+_0x4f7d52(_0x2cfb33._0x2f85ed,_0x2cfb33._0x263fa0,_0x2cfb33._0xc6d319,0x55f)+_0x3dce14(_0x2cfb33._0x48995a,0x483,0x3e4,_0x2cfb33._0x57d3cb)+_0x3dce14(_0x2cfb33._0x2f4519,_0x2cfb33._0x2e59b1,0x456,0x435)+_0x3dce14(_0x2cfb33._0x502b3a,_0x2cfb33._0x2de420,_0x2cfb33._0x1671a7,_0x2cfb33._0x4f04c7),'vQdiP':_0x4f7d52(0x382,_0x2cfb33._0x3abc6d,0x48d,0x4b4)+_0x4f7d52(0x448,_0x2cfb33._0x30bc20,0x53c,0x4b1),'IEMdU':function(_0x27da7f,_0x4ea4ce){return _0x27da7f(_0x4ea4ce);},'kcIww':function(_0x1fa67f){return _0x1fa67f();},'lxuTR':_0x4f7d52(0x44b,0x463,_0x2cfb33._0x19917e,_0x2cfb33._0xc50f88)+'t','jJiBi':function(_0x4cdf3c,_0x4bad53){return _0x4cdf3c===_0x4bad53;},'eDwhV':'sxXlP','olbhr':_0x4f7d52(0x5b3,0x50e,0x586,0x4c3),'kxLck':function(_0x5297e7,_0xeabf1,_0x17b4c2){return _0x5297e7(_0xeabf1,_0x17b4c2);},'StCHn':function(_0x4d28b7,_0x2edeab){return _0x4d28b7<_0x2edeab;},'sMmkh':_0x3dce14(0x553,0x49d,0x4c8,0x43c)+_0x4f7d52(0x470,0x412,0x3e9,0x39d)+'number','YFdqQ':function(_0x21049b){return _0x21049b();},'HJvNG':'ssl_cert_p'+_0x3dce14(0x432,0x47c,0x49c,0x4b1),'xYpLC':function(_0x110a8d,_0x5132d5){return _0x110a8d!==_0x5132d5;},'JazLN':'OnhgD','dTFst':function(_0x2de361,_0x137c3a){return _0x2de361(_0x137c3a);},'fUspb':_0x4f7d52(_0x2cfb33._0x23b6ef,0x461,_0x2cfb33._0x4d0aa0,_0x2cfb33._0x484ebe)+'th','LMKon':function(_0x4718de,_0x1e7b0f){return _0x4718de(_0x1e7b0f);},'xWCaA':function(_0x33b731){return _0x33b731();},'Kqxlk':_0x3dce14(_0x2cfb33._0x18d4f8,_0x2cfb33._0x220f6c,0x5c4,0x506)+'h','sBtgE':function(_0x30023e,_0x207d04){return _0x30023e(_0x207d04);},'wWPWm':_0x4f7d52(_0x2cfb33._0x38fb72,0x43e,_0x2cfb33._0x159df5,_0x2cfb33._0x310a22)+'y','DdaEA':_0x3dce14(_0x2cfb33._0x2b94d3,_0x2cfb33._0x47e4f6,0x4a1,0x589),'xLdDj':_0x3dce14(_0x2cfb33._0x4509d4,0x4a0,0x419,0x475),'pyWfT':function(_0x58cc96,_0x2c8d83){return _0x58cc96===_0x2c8d83;},'ruXEl':function(_0x256024,_0x42e844){return _0x256024===_0x42e844;},'rzNSL':function(_0xce6b37,_0x181b68){return _0xce6b37(_0x181b68);},'QoFmo':function(_0x41a07f){return _0x41a07f();}};switch(_0x2ea3a4){case _0x248e4b[_0x4f7d52(_0x2cfb33._0x4fb822,_0x2cfb33._0x4c2eaf,_0x2cfb33._0x430b8f,0x481)]:{const _0x566a8a=_0x51ef8a[_0x4f7d52(_0x2cfb33._0x305aa5,_0x2cfb33._0x2f2f4e,0x440,_0x2cfb33._0x563bcb)](_0x74c421);await _0x248e4b['IEMdU'](saveCoderSetupPath,_0x566a8a),console[_0x3dce14(_0x2cfb33._0x3f8e79,0x515,_0x2cfb33._0x412894,0x4bc)](_0x4f7d52(0x4e2,_0x2cfb33._0x5da34c,0x4dd,0x51b)+_0x2ea3a4+_0x4f7d52(_0x2cfb33._0x32ed54,0x475,0x50c,0x40c)+_0x566a8a),console[_0x4f7d52(0x58f,_0x2cfb33._0x1de793,0x528,0x4dc)]('\x20\x20Location'+':\x20'+_0x248e4b[_0x3dce14(0x487,_0x2cfb33._0x288c79,0x42c,0x462)](getConfigPath));break;}case _0x248e4b[_0x4f7d52(0x3b1,0x453,_0x2cfb33._0x54b65c,0x405)]:{if(_0x248e4b[_0x3dce14(_0x2cfb33._0x4a0666,_0x2cfb33._0x1e61bd,0x3ed,0x46a)](_0x248e4b[_0x4f7d52(_0x2cfb33._0x470bb1,0x498,_0x2cfb33._0xb1320d,_0x2cfb33._0x3fb4b7)],_0x248e4b[_0x3dce14(_0x2cfb33._0x5f5ec7,_0x2cfb33._0x4f869b,0x4d0,_0x2cfb33._0x567385)]))_0x4f3a71['error'](_0x4f7d52(_0x2cfb33._0x533034,0x450,0x4e1,0x3f8)+'ing\x20setup.'+_0x4f7d52(_0x2cfb33._0x71ce39,_0x2cfb33._0x46d8ec,0x5dd,_0x2cfb33._0x224efb)+_0x29aa09['message']);else{const _0x275829=_0x248e4b[_0x3dce14(_0x2cfb33._0x29c38a,_0x2cfb33._0x6b8364,0x5bb,_0x2cfb33._0x1de793)](parseInt,_0x74c421,0x3*0x3fb+-0x10*0x4c+0x727*-0x1);(isNaN(_0x275829)||_0x248e4b[_0x4f7d52(0x517,_0x2cfb33._0x412894,0x491,0x554)](_0x275829,-0x5*-0x5fe+-0x1*-0x22bd+-0x40b2)||_0x275829>0x12026+-0x3*0x9e47+-0x1*-0x1baae)&&(console[_0x4f7d52(_0x2cfb33._0x1cd975,_0x2cfb33._0x305aa5,0x35d,0x3b8)](_0x248e4b[_0x4f7d52(_0x2cfb33._0x2ad63,_0x2cfb33._0x2adef3,_0x2cfb33._0x1ab644,0x587)]),process['exit'](0x61*0x3e+-0xb01+-0x2f*0x44));await saveServerPort(_0x275829),console['log'](_0x3dce14(0x56a,_0x2cfb33._0x5847cb,_0x2cfb33._0x52a2a5,0x444)+_0x2ea3a4+_0x3dce14(0x3b5,_0x2cfb33._0x247df8,_0x2cfb33._0xda57e3,0x460)+_0x275829),console[_0x3dce14(_0x2cfb33._0x53eb33,0x515,0x58d,_0x2cfb33._0x15b973)](_0x4f7d52(0x4e3,0x509,0x459,_0x2cfb33._0x276aa4)+':\x20'+_0x248e4b[_0x4f7d52(_0x2cfb33._0x33adfb,0x452,_0x2cfb33._0x41d340,0x44a)](getConfigPath));break;}}case _0x248e4b[_0x3dce14(_0x2cfb33._0x45aa9a,0x4ee,0x478,_0x2cfb33._0x5311ef)]:{if(_0x248e4b[_0x3dce14(0x498,0x489,0x4e2,_0x2cfb33._0x2527fa)](_0x248e4b[_0x3dce14(_0x2cfb33._0x2b71b2,_0x2cfb33._0x18bdde,0x443,0x552)],_0x248e4b[_0x4f7d52(0x453,0x503,_0x2cfb33._0x46f227,0x5bc)]))_0x3ffc9e[_0x3dce14(0x3ce,_0x2cfb33._0x5eeb5e,_0x2cfb33._0x1ee4f2,_0x2cfb33._0x1dde6c)](_0x4f7d52(0x4ef,0x444,_0x2cfb33._0x288c79,0x426)+_0x4f7d52(0x4cf,0x4d4,_0x2cfb33._0x3d33cf,_0x2cfb33._0xff2a15)+_0x4f7d52(_0x2cfb33._0x5d0242,0x41d,_0x2cfb33._0x400818,0x426)+_0x48fe35),_0x33fef3[_0x3dce14(_0x2cfb33._0x52a42a,_0x2cfb33._0x5eeb5e,_0x2cfb33._0x42b2d7,_0x2cfb33._0x15ef3d)](_0x248e4b[_0x4f7d52(0x4fa,_0x2cfb33._0x277d85,_0x2cfb33._0x3f1a29,0x54a)]),_0x276c7d[_0x3dce14(_0x2cfb33._0x57e0c4,0x424,0x3f3,_0x2cfb33._0x4423e7)](0x202d*-0x1+0x557*0x7+-0x533);else{const _0x58d02d=_0x51ef8a['resolve'](_0x74c421);await _0x248e4b['dTFst'](saveSslCertPath,_0x58d02d),console[_0x4f7d52(_0x2cfb33._0x308af3,0x525,_0x2cfb33._0x61a0c0,0x4e9)](_0x4f7d52(_0x2cfb33._0x807b67,0x4c7,_0x2cfb33._0xf7c4fa,0x464)+_0x2ea3a4+_0x4f7d52(_0x2cfb33._0x3e5e40,0x475,_0x2cfb33._0x57d18d,0x49b)+_0x58d02d),console[_0x3dce14(_0x2cfb33._0x31b1de,0x515,_0x2cfb33._0x37f39a,0x57a)](_0x3dce14(0x509,0x4f9,_0x2cfb33._0x33074e,_0x2cfb33._0x48b833)+':\x20'+_0x248e4b[_0x3dce14(0x41d,0x3e1,0x423,_0x2cfb33._0x188dde)](getConfigPath));break;}}case _0x248e4b[_0x3dce14(0x4b5,0x445,_0x2cfb33._0x2d1c2c,_0x2cfb33._0x3555b6)]:{const _0x84eff0=_0x51ef8a[_0x3dce14(_0x2cfb33._0x31a5e7,_0x2cfb33._0x3dd063,_0x2cfb33._0x470fbe,_0x2cfb33._0x2b034b)](_0x74c421);await _0x248e4b['LMKon'](saveSslKeyPath,_0x84eff0),console[_0x3dce14(_0x2cfb33._0xb38393,0x515,_0x2cfb33._0x31b1de,_0x2cfb33._0x2b9670)](_0x3dce14(_0x2cfb33._0x2518db,0x4b7,0x53f,_0x2cfb33._0x1845e0)+_0x2ea3a4+_0x4f7d52(_0x2cfb33._0xa9ef90,_0x2cfb33._0x1dccd9,_0x2cfb33._0x5847cb,_0x2cfb33._0x45421d)+_0x84eff0),console[_0x3dce14(_0x2cfb33._0x46a3ec,_0x2cfb33._0x3ecf8a,_0x2cfb33._0x352c19,_0x2cfb33._0x18fba1)](_0x4f7d52(_0x2cfb33._0x5e95b4,0x509,_0x2cfb33._0x4f7999,_0x2cfb33._0x377f0a)+':\x20'+_0x248e4b[_0x4f7d52(_0x2cfb33._0x14672d,_0x2cfb33._0x1e3aaf,_0x2cfb33._0x570947,_0x2cfb33._0x5cde9d)](getConfigPath));break;}case _0x248e4b['Kqxlk']:{const _0x18318f=_0x51ef8a[_0x4f7d52(_0x2cfb33._0x578a4f,0x438,0x40e,_0x2cfb33._0x7734c7)](_0x74c421);await _0x248e4b[_0x4f7d52(0x4dd,_0x2cfb33._0x567385,_0x2cfb33._0x247df8,0x506)](saveSslCaPath,_0x18318f),console[_0x3dce14(_0x2cfb33._0x5d505e,_0x2cfb33._0x3ecf8a,0x5ca,_0x2cfb33._0x4e5cc2)]('Set\x20'+_0x2ea3a4+_0x4f7d52(0x432,_0x2cfb33._0x3cd7ee,0x4e0,_0x2cfb33._0x1dccd9)+_0x18318f),console['log'](_0x3dce14(0x4a7,_0x2cfb33._0x2b592a,_0x2cfb33._0x1a84e1,0x4df)+':\x20'+_0x248e4b[_0x3dce14(_0x2cfb33._0x5b8457,_0x2cfb33._0x49599c,_0x2cfb33._0x539dc,0x3f3)](getConfigPath));break;}case _0x248e4b['wWPWm']:{if(_0x248e4b[_0x4f7d52(0x561,0x4ba,0x41b,0x565)]!==_0x248e4b[_0x4f7d52(_0x2cfb33._0x515719,_0x2cfb33._0x1f5936,0x4af,_0x2cfb33._0x41c3db)]){const _0x3df836=_0x248e4b[_0x4f7d52(_0x2cfb33._0x44590e,_0x2cfb33._0x1e692f,_0x2cfb33._0x2591b9,0x541)](_0x74c421,_0x3dce14(0x50a,0x50b,_0x2cfb33._0x5cc76f,_0x2cfb33._0x530511))||_0x248e4b[_0x4f7d52(_0x2cfb33._0xdb726e,0x4e6,_0x2cfb33._0x293dcd,0x514)](_0x74c421,'1');await _0x248e4b[_0x3dce14(_0x2cfb33._0x3c254a,0x546,_0x2cfb33._0x4846fb,0x53b)](saveTrustProxy,_0x3df836),console['log'](_0x4f7d52(0x504,_0x2cfb33._0x412a7f,_0x2cfb33._0x172787,_0x2cfb33._0x19917e)+_0x2ea3a4+'\x20=\x20'+_0x3df836),console[_0x4f7d52(_0x2cfb33._0x53a7be,_0x2cfb33._0x46e4ee,0x4e9,_0x2cfb33._0x335069)]('\x20\x20Location'+':\x20'+_0x248e4b[_0x3dce14(_0x2cfb33._0xbedd50,_0x2cfb33._0x12a1a8,_0x2cfb33._0x32e3fd,0x3d1)](getConfigPath));break;}else _0x22b41f['error']('Error\x20read'+_0x3dce14(0x4c7,0x4de,0x563,_0x2cfb33._0x223afc)+'json:\x20'+_0x25709a[_0x4f7d52(_0x2cfb33._0x19917e,0x421,_0x2cfb33._0x3855ad,0x46e)]);}}}async function setSetupConfig(_0x57b24d,_0x59acd7){const _0x48c81f={_0x508fda:0x277,_0xd48254:0x239,_0xb9c441:0x11b,_0x295a95:0x176,_0x412b12:0x4fe,_0x4df88b:0x5b6,_0x275a50:0x4d2,_0x5034bd:0x1e2,_0x103138:0x230,_0x48a5d6:0x508,_0x5c7817:0x48b,_0x39611b:0x48c,_0x5de23c:0x104,_0x47ec42:0x154,_0x5e54a4:0x4ff,_0x30e6b9:0x4ed,_0x3ce07f:0x1b3,_0x28e048:0x26c,_0x2179e3:0x478,_0x4083ae:0x40e,_0x13c0ca:0x380,_0x36e982:0x4d8,_0x46c13b:0x211,_0x4003e8:0x300,_0x3ce20c:0x507,_0x436d77:0x4d5,_0x48b5c4:0x5cd,_0x25addb:0x188,_0x4917b7:0x1c5,_0x1fbbc0:0x166,_0x1febe4:0x17b,_0x32daaa:0x2f8,_0x49d094:0x213,_0x28eff5:0x56e,_0x139138:0x525,_0x42951e:0x5b4,_0x2701db:0x550,_0x1e47c4:0x4b4,_0x38ca0f:0x28d,_0x540c2b:0x20d,_0x4ff121:0x2ae,_0x120b7f:0x4d1,_0x3f18f3:0x54e,_0x34bfca:0x29f,_0x2a7a84:0x36e,_0x534952:0x2dc,_0x2f284c:0x2bf,_0x417759:0x280,_0x25197a:0x275,_0x34bb1c:0x292,_0x10718b:0x24c,_0x1ddfcd:0x29f,_0x2d4ec1:0x4de,_0x2e627c:0x475,_0x3e0ce5:0x2c1,_0x44a70d:0x2ca,_0x560bb0:0x1ee,_0x58105c:0x53c,_0x3fea4d:0x557,_0xd720b7:0x4e4,_0x1ed6c2:0x241,_0x5d5a24:0x130,_0x1bec05:0x14c,_0x284b40:0x471,_0x34a12b:0x448,_0x407afd:0x598,_0xb3a516:0x5bd,_0x550991:0x217,_0xb674e6:0x4af,_0x2477ca:0x416,_0x2ec60e:0x4f2,_0x19c75e:0x459,_0x4d14e4:0x4a1,_0x28461e:0x42d,_0xb98150:0x431,_0x43a06a:0x41b,_0x500c66:0x1a9,_0x4f2456:0x26e,_0x1f7094:0x341,_0x2a931a:0x2c9,_0x15c1bb:0x2b0,_0x1763bb:0x2a6,_0x2ac564:0x492,_0x3b6380:0x4ca,_0x2813b3:0x470,_0x2b0c52:0x4fb,_0x5a1cfb:0x488,_0x2b4e3b:0x447,_0x1ebf16:0x467,_0x14794f:0x156,_0x27e660:0x1c6,_0x2dbc5a:0x478,_0x2ef9d2:0x3db,_0x3fa6dc:0x4ea,_0x241099:0x44d,_0x3a502c:0x3b3,_0x3b4580:0x448,_0x7c894c:0x58f,_0x5e3283:0x612,_0x4b7102:0x54d,_0x8508fa:0x3f3,_0x56996a:0x3f6,_0x1ddd1f:0x46a,_0x432707:0x43a,_0x33ba5e:0x49d,_0x97121d:0x51b,_0x57b5fd:0x193,_0x142e5b:0x18f,_0x550012:0x230,_0x53640d:0x1ed,_0x290565:0x11e,_0x45bcb4:0x251,_0x431769:0x4b8,_0x5672a1:0x55d,_0x4befd9:0x1e9,_0x21e375:0x2ea},_0x350d7f={_0x2ca695:0x177,_0x3225d0:0x94},_0x59e9af={_0xd885ac:0x129,_0x4e27d1:0x22f},_0x4440c8={'ojbLO':function(_0x59a1e8){return _0x59a1e8();},'JYAFl':function(_0x17f081,_0x26e75e){return _0x17f081!==_0x26e75e;},'nzFAX':_0x406869(-0x32a,-0x2f2,-0x2df,-_0x48c81f._0x508fda),'njduS':_0x406869(-_0x48c81f._0xd48254,-0x1c4,-0x19e,-0x1c0),'KLmUy':_0x406869(-0x17a,-_0x48c81f._0xb9c441,-0xd9,-_0x48c81f._0x295a95)+_0x43ee54(0x4bb,_0x48c81f._0x412b12,_0x48c81f._0x4df88b,_0x48c81f._0x275a50)+_0x406869(-0x25c,-0x1a4,-_0x48c81f._0x5034bd,-_0x48c81f._0x103138)+'ed','XORSG':_0x43ee54(0x5bc,_0x48c81f._0x48a5d6,_0x48c81f._0x5c7817,_0x48c81f._0x39611b)+'rver\x20confi'+_0x406869(-0x13e,-_0x48c81f._0x5de23c,-0xa4,-_0x48c81f._0x47ec42)+'r_setup_pa'+_0x43ee54(_0x48c81f._0x5e54a4,_0x48c81f._0x30e6b9,0x462,0x4ea)+_0x406869(-0x24b,-_0x48c81f._0x3ce07f,-0x255,-_0x48c81f._0x28e048)+_0x43ee54(0x4d6,_0x48c81f._0x2179e3,_0x48c81f._0x4083ae,0x4e3),'pwotc':_0x43ee54(_0x48c81f._0x13c0ca,0x436,0x409,_0x48c81f._0x36e982),'FUlSz':'utf-8','XqsAj':function(_0x93b845,_0xdb60bd){return _0x93b845===_0xdb60bd;},'jOmrA':_0x406869(-_0x48c81f._0x46c13b,-_0x48c81f._0x4003e8,-0x1d8,-0x268),'PJHhT':'ENOENT','qdHCj':function(_0x26c3f0,_0x28065f){return _0x26c3f0+_0x28065f;},'PWFZF':'Restart\x20th'+_0x43ee54(0x51c,_0x48c81f._0x3ce20c,0x50f,_0x48c81f._0x436d77)+_0x43ee54(0x4df,0x58a,_0x48c81f._0x48b5c4,0x60f)+_0x406869(-0x15f,-0xf1,-_0x48c81f._0x25addb,-0x17a)+_0x406869(-0x18f,-0x173,-_0x48c81f._0x4917b7,-_0x48c81f._0x1fbbc0)},_0x2fefd8=await _0x4440c8[_0x406869(-_0x48c81f._0x1febe4,-0x1bf,-0x1d2,-0x153)](getCoderSetupPath);if(!_0x2fefd8){if(_0x4440c8['JYAFl'](_0x4440c8['nzFAX'],_0x4440c8[_0x43ee54(0x4e5,0x43e,0x409,0x385)]))_0x22a4ae[_0x406869(-0x2fc,-_0x48c81f._0x32daaa,-_0x48c81f._0x49d094,-0x29f)](_0x43ee54(0x60c,_0x48c81f._0x28eff5,_0x48c81f._0x139138,0x60f)+_0xa92d77+('\x22\x20not\x20foun'+_0x43ee54(0x634,0x589,0x5d5,0x60a)+_0x43ee54(_0x48c81f._0x42951e,_0x48c81f._0x2701db,0x519,_0x48c81f._0x1e47c4))),_0x1bc240[_0x406869(-_0x48c81f._0x38ca0f,-_0x48c81f._0x540c2b,-_0x48c81f._0x4ff121,-0x280)](0x429*0x4+-0x251f+-0x6d4*-0x3);else{const _0x18eace=_0x4440c8[_0x43ee54(_0x48c81f._0x120b7f,0x4cd,_0x48c81f._0x3f18f3,0x50c)][_0x406869(-0x267,-0x241,-0x280,-0x2b5)]('|');let _0x2cbdae=0x51a+-0x970+-0xf*-0x4a;while(!![]){switch(_0x18eace[_0x2cbdae++]){case'0':console[_0x406869(-0x34e,-0x31a,-0x291,-_0x48c81f._0x34bfca)](_0x4440c8['KLmUy']);continue;case'1':console['error'](_0x4440c8[_0x406869(-_0x48c81f._0x2a7a84,-_0x48c81f._0x534952,-0x2e6,-_0x48c81f._0x2f284c)]);continue;case'2':process[_0x406869(-0x1d6,-0x1e6,-0x30b,-_0x48c81f._0x417759)](-0xf1*0x23+-0x91+0x2185);continue;case'3':console[_0x406869(-_0x48c81f._0x25197a,-0x253,-_0x48c81f._0x34bb1c,-_0x48c81f._0x34bfca)]('');continue;case'4':console[_0x406869(-0x236,-0x34f,-_0x48c81f._0x10718b,-_0x48c81f._0x1ddfcd)](_0x43ee54(0x449,_0x48c81f._0x2d4ec1,0x590,_0x48c81f._0x2e627c)+_0x406869(-_0x48c81f._0x3e0ce5,-_0x48c81f._0x44a70d,-_0x48c81f._0x560bb0,-0x272)+'setup\x20path'+':');continue;}break;}}}function _0x406869(_0x4bc31e,_0x2b0785,_0x19b2cd,_0x2045a3){return _0x390ccc(_0x4bc31e-_0x59e9af._0xd885ac,_0x2b0785-0x19b,_0x19b2cd,_0x2045a3- -_0x59e9af._0x4e27d1);}function _0x43ee54(_0x2a63f9,_0x4a35d8,_0x523e25,_0x205341){return _0x390ccc(_0x2a63f9-_0x350d7f._0x2ca695,_0x4a35d8-_0x350d7f._0x3225d0,_0x205341,_0x4a35d8-0x4bd);}const _0x5294b0=_0x51ef8a['join'](_0x2fefd8,_0x4440c8[_0x43ee54(0x49c,_0x48c81f._0x58105c,0x555,0x56f)]);let _0x429ec7;try{const _0x360abb=await _0x1c9d2c[_0x43ee54(_0x48c81f._0x3fea4d,_0x48c81f._0xd720b7,0x522,0x4de)](_0x5294b0,_0x4440c8[_0x406869(-0x207,-0x32f,-_0x48c81f._0x1ed6c2,-0x2b4)]);_0x429ec7=JSON[_0x406869(-_0x48c81f._0x5d5a24,-0x179,-_0x48c81f._0x1bec05,-_0x48c81f._0x25addb)](_0x360abb);}catch(_0x1d682d){_0x4440c8['XqsAj'](_0x4440c8[_0x43ee54(_0x48c81f._0x284b40,0x466,_0x48c81f._0x34a12b,0x4c5)],_0x4440c8['jOmrA'])?(_0x4440c8['XqsAj'](_0x1d682d[_0x43ee54(_0x48c81f._0x407afd,0x566,0x564,0x565)],_0x4440c8[_0x43ee54(0x5bc,0x52f,0x51f,_0x48c81f._0xb3a516)])?(console[_0x406869(-_0x48c81f._0x417759,-_0x48c81f._0x550991,-0x267,-_0x48c81f._0x34bfca)](_0x43ee54(0x590,0x4f9,0x55f,_0x48c81f._0xb674e6)+'up.json\x20no'+'t\x20found\x20at'+'\x20'+_0x5294b0),console[_0x43ee54(_0x48c81f._0x2477ca,0x44d,_0x48c81f._0x2ec60e,_0x48c81f._0x19c75e)]('Make\x20sure\x20'+_0x43ee54(0x50d,0x45f,_0x48c81f._0x4d14e4,0x415)+_0x43ee54(_0x48c81f._0x28461e,_0x48c81f._0xb98150,_0x48c81f._0x43a06a,0x397)+_0x406869(-0x1ac,-0x147,-0x224,-_0x48c81f._0x500c66)+_0x406869(-_0x48c81f._0x4f2456,-0x20c,-_0x48c81f._0x1f7094,-0x2a5)+_0x406869(-_0x48c81f._0x2a931a,-_0x48c81f._0x15c1bb,-0x275,-_0x48c81f._0x1763bb)+_0x43ee54(_0x48c81f._0x2ac564,_0x48c81f._0x3b6380,0x505,_0x48c81f._0x2813b3))):console[_0x43ee54(0x3bf,0x44d,0x4ac,0x3fa)](_0x43ee54(_0x48c81f._0x2b0c52,_0x48c81f._0x5a1cfb,_0x48c81f._0x2b4e3b,_0x48c81f._0x1ebf16)+_0x406869(-0x1f9,-_0x48c81f._0x14794f,-0x1dd,-_0x48c81f._0x27e660)+'json:\x20'+_0x1d682d[_0x43ee54(0x4ef,_0x48c81f._0x19c75e,_0x48c81f._0x2dbc5a,_0x48c81f._0x2ef9d2)]),process['exit'](-0xa6*0x28+0xb*-0x3b+0x1c7a)):_0x3fb4fb[_0x43ee54(_0x48c81f._0x3fa6dc,_0x48c81f._0x241099,0x3ff,_0x48c81f._0x3a502c)](_0x43ee54(0x53d,0x488,_0x48c81f._0x3b4580,0x40c)+_0x43ee54(0x507,0x526,_0x48c81f._0x3b6380,0x4dd)+_0x43ee54(_0x48c81f._0x3f18f3,_0x48c81f._0x7c894c,_0x48c81f._0x5e3283,_0x48c81f._0x4b7102)+_0x2221a1[_0x43ee54(_0x48c81f._0x8508fa,_0x48c81f._0x19c75e,0x42f,0x4d9)]);}_0x429ec7[_0x57b24d]=_0x59acd7,await _0x1c9d2c[_0x43ee54(_0x48c81f._0x56996a,0x433,_0x48c81f._0x1ddd1f,0x486)](_0x5294b0,_0x4440c8['qdHCj'](JSON[_0x43ee54(0x457,_0x48c81f._0x432707,0x468,0x436)](_0x429ec7,null,-0x7b*-0x24+-0x2046*0x1+-0x1c*-0x89),'\x0a'),_0x43ee54(0x51b,_0x48c81f._0x33ba5e,0x4ac,_0x48c81f._0x97121d)),console[_0x406869(-0x19d,-0xed,-_0x48c81f._0x57b5fd,-_0x48c81f._0x142e5b)](_0x406869(-_0x48c81f._0x550012,-0x22a,-0x270,-_0x48c81f._0x53640d)+_0x57b24d+_0x43ee54(0x44e,0x4ad,0x409,0x44a)+_0x59acd7),console[_0x406869(-0x153,-0x11e,-_0x48c81f._0x290565,-0x18f)](_0x406869(-_0x48c81f._0x45bcb4,-0x133,-0x215,-0x1ab)+':\x20'+_0x5294b0),console[_0x43ee54(_0x48c81f._0x431769,_0x48c81f._0x5672a1,0x56c,0x5d1)](''),console['log'](_0x4440c8[_0x406869(-0x2d5,-_0x48c81f._0x4befd9,-_0x48c81f._0x21e375,-0x27a)]);}async function getConfig(_0xa2665b){const _0x1dcd72={_0xe4d04a:0x25b,_0x4309fc:0x2f5,_0x482b47:0x1c8,_0x5e20b0:0x20c,_0x1e61e4:0x19d,_0x8edaf2:0x131,_0x3233bd:0x249,_0x16833c:0x25a,_0x1d33b3:0x9a,_0x129eac:0x1fd,_0x2db117:0x24b,_0x4bd960:0x310,_0x403871:0x343,_0x11841e:0x393,_0x321514:0x1dd,_0x5d69d7:0x155,_0x46f361:0x175,_0x17a288:0x274,_0x75b0b0:0x1fc,_0x720841:0x144,_0x2b0e4b:0x1a,_0x1246a6:0x12e,_0x4ccb37:0x17e,_0x1401d3:0xe9,_0x563c9e:0xee,_0x4ea494:0x86,_0xf1a91c:0x10c,_0x1cc0d8:0x27c,_0x406e6a:0x2a9,_0x59a9fa:0x2f2,_0x21aade:0x329,_0x37fa9f:0x15c,_0x1d90cf:0x207,_0x1b49ec:0x29d,_0x1e70da:0x15e,_0x13cde5:0x287,_0x4f9e50:0x69,_0x443d:0x12,_0x44c9fa:0x4d,_0x1bfab0:0x267,_0x2bd9e1:0x1cc,_0x398dcd:0x198,_0x567a4a:0x11a,_0x362bf1:0xf0,_0x52bbc3:0xf2,_0x1b6b08:0xac,_0x4103bd:0xc7,_0x476bd5:0x1ea,_0x1811cc:0x1f2,_0xa4d4ca:0x28c,_0x4e69d1:0x215,_0x329d7e:0x28f,_0x14cf56:0x18d,_0x3039a0:0x69,_0x318b66:0x1fa,_0x596b41:0x1a4,_0xede2b2:0x2b1,_0x13e427:0x71,_0x2caff2:0x2,_0x112f92:0x79,_0xa191b2:0x39,_0x2e0354:0x220,_0x440812:0x48,_0x8913f9:0x129,_0x472b59:0x23f,_0x17fe26:0x115,_0x462fd6:0x2a4,_0x2b2da8:0x254,_0x508e65:0x2b7,_0x1b1b90:0xdb,_0x48813f:0xa3,_0x5750f4:0xbf,_0x2ca146:0x7a,_0x1dba2c:0x107,_0x360fa5:0x2ff,_0x4b8603:0x270,_0x318c09:0x187,_0x164a75:0x1f3,_0x41e218:0x199,_0x46c6ce:0xb5,_0x4edb59:0x83,_0x465286:0xe2,_0x19d746:0x138,_0x5bd97a:0xf7,_0x3bc9cb:0x48,_0x40b157:0x304,_0x5ecf35:0x368,_0x4ca21a:0x32c,_0x147883:0xec,_0x1c68fd:0xf1,_0x4c57ed:0x2ea,_0x545ffb:0x221,_0x21ff48:0x183,_0x24f20c:0x1cf,_0x1c6cb4:0x1d1,_0x568178:0x14f,_0x16d02e:0x201,_0x36cf6f:0x333,_0x5bd2c1:0x2cd,_0x593229:0x327,_0x15da50:0x2c5,_0xd06263:0x2b5,_0x31efc3:0x354,_0x595443:0x118,_0x192792:0x194,_0x1c5ebb:0x1b0,_0x3643bb:0x2b6,_0x3540e9:0xd1,_0x51382d:0x1c8,_0x100fa3:0x28a,_0x1d5388:0x27e,_0x5d5a80:0x260,_0x553c94:0x255,_0x54de70:0x1d3,_0x7c297b:0x18b,_0x2b59d3:0x1b3,_0x48ecfa:0x88,_0x20a11b:0x2e4,_0x22787d:0x382,_0x1d6e04:0x30f,_0x100917:0x22d,_0x144073:0x2,_0x353226:0x108,_0x916cb4:0xf1,_0x1b307f:0x149,_0x416488:0x142,_0x3791f6:0xfe,_0x407017:0x3ad,_0x5ea53d:0x1d7,_0x47c993:0x237,_0x56345e:0x265,_0x3c2f28:0x252,_0x21d704:0xdd,_0x35a3ae:0x21f,_0x119b28:0x22c,_0x2b7e94:0x279,_0x256c7d:0x99,_0x1f22b5:0x10,_0x44939c:0x142,_0x27779f:0x1b0,_0x24fb70:0x1d8,_0x542179:0x239,_0x1315bd:0x190,_0xa3e8c3:0xa5,_0x49570f:0x15a,_0x4df383:0x69,_0x2a70ad:0x80,_0x5a20aa:0xd7,_0x26a3d7:0x30,_0x4bf7f8:0x25,_0x29f70a:0x33,_0x1c4663:0x1cb,_0x2812ef:0x24a,_0x196bcc:0x2ec,_0x4e5a85:0x286,_0x19730d:0x2be,_0x253106:0x2ce,_0x21d32f:0x81},_0x477330={_0x334f0d:0x23b},_0x3f625b={_0x4e19f9:0x1ab};function _0x16e612(_0x57acb5,_0x6c416f,_0x2da57a,_0x44fe9d){return _0x2becf(_0x57acb5- -_0x3f625b._0x4e19f9,_0x6c416f,_0x2da57a-0x125,_0x44fe9d-0x144);}function _0x458749(_0x7ea8f0,_0x54e835,_0x5627f9,_0x123c40){return _0x390ccc(_0x7ea8f0-0x98,_0x54e835-0x1d9,_0x5627f9,_0x7ea8f0-_0x477330._0x334f0d);}const _0x41ffe4={'SiUEa':_0x458749(_0x1dcd72._0xe4d04a,_0x1dcd72._0x4309fc,_0x1dcd72._0x482b47,_0x1dcd72._0x5e20b0)+'-server\x20co'+_0x16e612(_0x1dcd72._0x1e61e4,0x169,0x225,_0x1dcd72._0x8edaf2)+_0x458749(_0x1dcd72._0x3233bd,0x20f,0x1ce,_0x1dcd72._0x16833c)+'available\x20'+_0x16e612(_0x1dcd72._0x1d33b3,-0xb,0x151,-0x2),'iLhbR':_0x458749(_0x1dcd72._0x129eac,_0x1dcd72._0x2db117,0x25e,0x1ae)+_0x458749(_0x1dcd72._0x4bd960,0x344,_0x1dcd72._0x403871,_0x1dcd72._0x11841e)+'config\x20get'+'\x20<key>','NFcRu':function(_0xbef9ed,_0x1ab467){return _0xbef9ed&&_0x1ab467;},'PMZDS':function(_0x53ec4b,_0x1bc2f6){return _0x53ec4b===_0x1bc2f6;},'PusCt':'ACjOu','ZYlnq':_0x458749(_0x1dcd72._0x321514,_0x1dcd72._0x5d69d7,_0x1dcd72._0x46f361,_0x1dcd72._0x17a288)+_0x458749(0x289,0x28c,0x238,_0x1dcd72._0x75b0b0),'FaleY':function(_0x1bc22e){return _0x1bc22e();},'LlchB':_0x16e612(0xb7,_0x1dcd72._0x720841,_0x1dcd72._0x2b0e4b,_0x1dcd72._0x1246a6)+'t','otezJ':function(_0x6d8a25){return _0x6d8a25();},'RhFjU':function(_0x36d183){return _0x36d183();},'yvfnQ':_0x16e612(_0x1dcd72._0x4ccb37,_0x1dcd72._0x1401d3,0x1ec,_0x1dcd72._0x563c9e)+'h','YMLAW':function(_0x17d1e8){return _0x17d1e8();},'qsWsl':'trust_prox'+'y','aZcMh':function(_0x127927,_0x1b0448){return _0x127927===_0x1b0448;},'fNuDP':_0x16e612(_0x1dcd72._0x4ea494,0x53,_0x1dcd72._0xf1a91c,0x48),'EJQMN':function(_0x45d2b2){return _0x45d2b2();},'bgTBf':'Error:\x20Set'+_0x458749(_0x1dcd72._0x1cc0d8,_0x1dcd72._0x406e6a,0x210,0x30c)+'t\x20configur'+'ed','XjSmT':'setup.json','pNjbT':function(_0x2aebe2,_0xca5297){return _0x2aebe2===_0xca5297;},'GMSwz':_0x458749(_0x1dcd72._0x59a9fa,0x2f3,0x32c,_0x1dcd72._0x21aade),'SAdWC':_0x16e612(0xb9,_0x1dcd72._0x37fa9f,0x30,0x5a),'yhfCN':function(_0x5d95bb,_0x125033){return _0x5d95bb===_0x125033;},'ytitw':function(_0x2e4931,_0x1ce863){return _0x2e4931!==_0x1ce863;},'geISB':function(_0x50f5f2,_0x447bcf){return _0x50f5f2!==_0x447bcf;},'NMtmM':_0x458749(_0x1dcd72._0x1d90cf,_0x1dcd72._0x1b49ec,_0x1dcd72._0x1e70da,_0x1dcd72._0x13cde5)};!_0xa2665b&&(console[_0x16e612(_0x1dcd72._0x4f9e50,0xd9,_0x1dcd72._0x443d,0x85)](_0x16e612(0x9b,_0x1dcd72._0x44c9fa,-0x3,0x7c)+_0x16e612(0x1ae,0x19f,0x25e,_0x1dcd72._0x1bfab0)+_0x458749(_0x1dcd72._0x2bd9e1,0x1b0,_0x1dcd72._0x398dcd,_0x1dcd72._0x567a4a)+_0x16e612(_0x1dcd72._0x362bf1,_0x1dcd72._0x52bbc3,_0x1dcd72._0x1b6b08,_0x1dcd72._0x4103bd)),process[_0x458749(_0x1dcd72._0x476bd5,_0x1dcd72._0x1811cc,0x1c8,_0x1dcd72._0xa4d4ca)](0xd*0x16f+0x2*-0xa16+0x18a*0x1));const _0x17ea78=SERVER_CONFIG_KEYS[_0x458749(_0x1dcd72._0x4e69d1,_0x1dcd72._0x329d7e,_0x1dcd72._0x13cde5,_0x1dcd72._0x14cf56)](_0xa2665b),_0x277adb=SETUP_JSON_KEYS['has'](_0xa2665b);_0x41ffe4['NFcRu'](!_0x17ea78,!_0x277adb)&&(console[_0x16e612(_0x1dcd72._0x3039a0,-0xc,0xb5,0xc1)](_0x458749(_0x1dcd72._0x318b66,_0x1dcd72._0x596b41,_0x1dcd72._0xede2b2,0x224)+'nfiguratio'+_0x16e612(_0x1dcd72._0x13e427,_0x1dcd72._0x2caff2,_0x1dcd72._0x567a4a,_0x1dcd72._0x112f92)+_0xa2665b),console[_0x16e612(_0x1dcd72._0x3039a0,-_0x1dcd72._0xa191b2,0x25,0x83)](_0x41ffe4[_0x458749(0x22d,0x1ef,0x2a6,_0x1dcd72._0x2e0354)]),process[_0x458749(_0x1dcd72._0x476bd5,0x167,0x279,0x252)](0xc*0x45+-0x9e2*-0x2+0x1*-0x16ff));let _0x3c8485;if(_0x17ea78){if(_0x41ffe4[_0x16e612(0xfe,_0x1dcd72._0x440812,_0x1dcd72._0x8913f9,0x13d)](_0x458749(0x292,_0x1dcd72._0x472b59,0x291,_0x1dcd72._0x16833c),_0x41ffe4[_0x16e612(0xe1,_0x1dcd72._0x17fe26,0x104,_0x1dcd72._0x4ccb37)]))_0x20888a['log']('Error\x20read'+_0x458749(_0x1dcd72._0x462fd6,0x254,_0x1dcd72._0x2b2da8,_0x1dcd72._0x508e65)+_0x458749(0x30d,0x367,0x3c5,0x34a)+_0x568ba9[_0x16e612(0x75,_0x1dcd72._0x1b1b90,-0x1c,0xb9)]);else switch(_0xa2665b){case _0x41ffe4[_0x16e612(_0x1dcd72._0x48813f,0x156,0x1b,_0x1dcd72._0x5750f4)]:_0x3c8485=await _0x41ffe4['FaleY'](getCoderSetupPath);break;case _0x41ffe4[_0x16e612(_0x1dcd72._0x2ca146,_0x1dcd72._0x1dba2c,-0xe,-0x1e)]:_0x3c8485=await _0x41ffe4[_0x458749(0x2f9,_0x1dcd72._0x360fa5,_0x1dcd72._0x4b8603,0x290)](getServerPort);break;case _0x458749(0x1ae,0x222,0x145,_0x1dcd72._0x318c09)+_0x458749(0x242,0x200,_0x1dcd72._0x164a75,_0x1dcd72._0x41e218):_0x3c8485=await _0x41ffe4['otezJ'](getSslCertPath);break;case _0x16e612(_0x1dcd72._0x46c6ce,_0x1dcd72._0x4edb59,_0x1dcd72._0x465286,_0x1dcd72._0x19d746)+'th':_0x3c8485=await _0x41ffe4['RhFjU'](getSslKeyPath);break;case _0x41ffe4['yvfnQ']:_0x3c8485=await _0x41ffe4[_0x16e612(_0x1dcd72._0x5bd97a,0x10f,0x199,_0x1dcd72._0x3bc9cb)](getSslCaPath);break;case _0x41ffe4[_0x458749(0x297,0x297,_0x1dcd72._0x40b157,0x269)]:_0x3c8485=await _0x41ffe4[_0x458749(0x301,_0x1dcd72._0x5ecf35,0x36b,_0x1dcd72._0x4ca21a)](getTrustProxy);break;}}else{if(_0x277adb){if(_0x41ffe4[_0x16e612(0x58,_0x1dcd72._0x147883,0x8a,_0x1dcd72._0x1c68fd)](_0x41ffe4[_0x458749(0x2a8,0x30f,_0x1dcd72._0x4c57ed,_0x1dcd72._0x545ffb)],_0x41ffe4[_0x16e612(0x146,_0x1dcd72._0x21ff48,0x17d,0x1d2)])){const _0x3b0580=await _0x41ffe4[_0x458749(_0x1dcd72._0x24f20c,_0x1dcd72._0x1c6cb4,_0x1dcd72._0x568178,0x287)](getCoderSetupPath);!_0x3b0580&&(console[_0x16e612(0x69,0xc6,0x62,-0x47)](_0x41ffe4[_0x458749(_0x1dcd72._0x1b49ec,_0x1dcd72._0x16d02e,0x312,_0x1dcd72._0x36cf6f)]),process['exit'](-0x7ae+0xe37+-0x688));const _0x4f0abc=_0x51ef8a[_0x458749(_0x1dcd72._0x5bd2c1,0x31c,_0x1dcd72._0x593229,0x32d)](_0x3b0580,_0x41ffe4[_0x458749(_0x1dcd72._0x15da50,0x29a,_0x1dcd72._0xd06263,_0x1dcd72._0x31efc3)]);try{if(_0x41ffe4['pNjbT'](_0x41ffe4['GMSwz'],_0x41ffe4[_0x16e612(0xb1,0x3d,_0x1dcd72._0x595443,0x130)])){const _0x7eb330=await _0x1c9d2c[_0x16e612(0x100,_0x1dcd72._0x192792,_0x1dcd72._0x1c5ebb,0x145)](_0x4f0abc,_0x41ffe4[_0x458749(0x268,0x1e4,0x304,_0x1dcd72._0x3643bb)]),_0x6fd1d7=JSON[_0x16e612(0x180,_0x1dcd72._0x3540e9,_0x1dcd72._0x51382d,0x195)](_0x7eb330);_0x3c8485=_0x6fd1d7[_0xa2665b];}else _0x41ff99['error']('Unknown\x20co'+_0x458749(_0x1dcd72._0x100fa3,_0x1dcd72._0x1d5388,_0x1dcd72._0x5d5a80,_0x1dcd72._0x553c94)+_0x458749(_0x1dcd72._0x54de70,_0x1dcd72._0x7c297b,0x1d2,0x285)+_0x447a08),_0x3e8b0c[_0x458749(0x1cb,0x23c,_0x1dcd72._0x2b59d3,0x134)](_0x41ffe4['SiUEa']),_0x52ea0[_0x16e612(_0x1dcd72._0x48ecfa,0x69,0xb9,-0xc)](0xc2d*0x1+-0x2*0x130d+0xcf7*0x2);}catch(_0x428f76){_0x41ffe4['yhfCN'](_0x428f76[_0x458749(_0x1dcd72._0x20a11b,_0x1dcd72._0x22787d,_0x1dcd72._0x1d6e04,_0x1dcd72._0x100917)],'ENOENT')?console[_0x16e612(_0x1dcd72._0x4f9e50,-_0x1dcd72._0x443d,0x8e,-_0x1dcd72._0x144073)](_0x16e612(0x115,0x1ba,0x8b,_0x1dcd72._0x353226)+_0x16e612(0xac,0x2,0x16,_0x1dcd72._0x916cb4)+_0x16e612(0x149,0x1ea,0x13d,_0x1dcd72._0x1b307f)+'\x20'+_0x4f0abc):console['error']('Error\x20read'+_0x16e612(_0x1dcd72._0x416488,0x164,_0x1dcd72._0x3791f6,0x1de)+_0x458749(0x30d,_0x1dcd72._0x407017,_0x1dcd72._0x553c94,0x39f)+_0x428f76[_0x458749(_0x1dcd72._0x5ea53d,0x258,_0x1dcd72._0x47c993,_0x1dcd72._0x56345e)]),process[_0x458749(0x1ea,0x233,0x17c,_0x1dcd72._0x3c2f28)](0x1804+-0x2422*0x1+0x6b*0x1d);}}else _0x251112[_0x16e612(0x69,0xc0,0xef,_0x1dcd72._0x21d704)](_0x458749(0x277,0x270,_0x1dcd72._0x35a3ae,0x31f)+'up.json\x20no'+_0x458749(0x2ab,_0x1dcd72._0x119b28,_0x1dcd72._0x472b59,_0x1dcd72._0x2b7e94)+'\x20'+_0x453d1b);}}_0x41ffe4[_0x16e612(_0x1dcd72._0x256c7d,-_0x1dcd72._0x1f22b5,0x14c,_0x1dcd72._0x44939c)](_0x3c8485,undefined)?console[_0x16e612(0x179,_0x1dcd72._0x27779f,_0x1dcd72._0x24fb70,0x149)](_0x3c8485):_0x41ffe4[_0x458749(0x23e,0x18b,_0x1dcd72._0x542179,_0x1dcd72._0x1315bd)](_0x41ffe4['NMtmM'],_0x16e612(_0x1dcd72._0xa3e8c3,0x75,0xaa,_0x1dcd72._0x49570f))?(_0x2d56b2[_0x16e612(_0x1dcd72._0x4df383,0x78,-0x16,_0x1dcd72._0x2a70ad)](_0x41ffe4[_0x16e612(_0x1dcd72._0x5a20aa,_0x1dcd72._0x26a3d7,0x8f,0x92)]),_0x17766d[_0x16e612(0x88,-_0x1dcd72._0x4bf7f8,_0x1dcd72._0x29f70a,0x82)](0x2350+0x12e8+0x1*-0x3637)):(console[_0x458749(_0x1dcd72._0x1c4663,_0x1dcd72._0x2812ef,0x168,0x230)](_0x458749(_0x1dcd72._0x196bcc,_0x1dcd72._0x4e5a85,0x340,0x253)+_0xa2665b+('\x22\x20not\x20foun'+_0x458749(0x307,_0x1dcd72._0x19730d,0x2b2,0x3c0)+_0x458749(_0x1dcd72._0x253106,0x341,0x2ca,0x2db))),process[_0x16e612(_0x1dcd72._0x48ecfa,_0x1dcd72._0x3039a0,_0x1dcd72._0x21d32f,0xf4)](0x109d+0x894+-0x1930));}async function removeConfig(_0x4f8e6c){const _0x34b081={_0x39aaa7:0xe9,_0x928de0:0x1f9,_0x584b8b:0x1ef,_0xf35d29:0x232,_0x3fc0c7:0x2c9,_0x1c6222:0x2d9,_0xb72c22:0x22d,_0x471308:0x1c5,_0x4837e7:0x262,_0xaa0ce6:0x1e1,_0x2a8e23:0x228,_0x410b85:0x1e8,_0x33699f:0x1bd,_0x1ca182:0x117,_0x1ee04b:0xc6,_0x186be5:0x210,_0x58b24f:0x19f,_0x180521:0x110,_0x19ca50:0x1f2,_0x49030e:0x201,_0x4696de:0x15b,_0x4714ca:0x2cf,_0x292493:0x24b,_0x22180c:0x2c7,_0x43fea8:0xa8,_0x44fa29:0x197,_0x40efe7:0x1d1,_0x17d0c5:0x1b9,_0x337465:0x230,_0x27de41:0x231,_0x2f5b74:0x2a4,_0x53443e:0x2d3,_0x8ec2ee:0x275,_0x245f0b:0x206,_0x5c9674:0x17f,_0x46f53d:0x267,_0x4d72e4:0x1f5,_0x43e6c8:0x141,_0x4c4e18:0xc4,_0xce4ba6:0x1b2,_0x5451d6:0x261,_0x4c7f25:0x21d,_0x43bc56:0x192,_0x327ee1:0x21b,_0x237f55:0x16f,_0xac2706:0x215,_0x341d3d:0x22b,_0x4028b9:0x1db,_0x5ca256:0x257,_0x4a8d4f:0x1c4,_0x1c0aee:0x1f2,_0x5e4417:0xdd,_0x1c2c4c:0x2a8,_0x14c7dd:0x281,_0x34799e:0x237,_0x2b0bef:0x1b2,_0x38f7f1:0x212,_0x3b7ba2:0x23f,_0x89e7a1:0x1ff,_0x49f7ff:0x2cc,_0x4302f4:0x1f8,_0x2dade4:0x279,_0x2d3f8e:0x21f,_0x4c80ef:0x1d7,_0xbab428:0x229,_0x42ee63:0x2d9,_0x5928b1:0x16b,_0x7c0151:0x12b,_0x519f2d:0x1ba,_0x4f339a:0x1ef,_0xd4a89c:0x1b4,_0x5bdf40:0x80,_0x1220f0:0x1c0,_0x1d03a0:0x139,_0x54192d:0x1f3,_0x24c1a2:0x1fd,_0x184e48:0x254,_0x484739:0x2ad,_0x155514:0x188,_0xb7f8d3:0x20b,_0x58bde6:0x17e,_0xbacda7:0x23f,_0x56165c:0xc2,_0x3f5c34:0x1cb,_0x32794e:0x13a,_0x2ed0af:0x35b,_0x58136b:0x2a2,_0x393c18:0x29c,_0x2e762e:0x2c4,_0x324eff:0x205,_0x514f23:0x25c,_0x382264:0x236,_0x495e15:0x18e,_0x226f21:0xf7,_0x45a5ed:0x26d,_0x1a50f4:0x1eb,_0x3dc705:0x21d,_0x5c78a7:0x142,_0x5ebaa9:0x1b6,_0x1430af:0x1c8,_0xd59a93:0x196,_0xf74b76:0x25b,_0x1d7621:0x213,_0x54d64a:0x240,_0x381392:0x1a5,_0xe02bd6:0x19c,_0x325fe4:0x130,_0x3667be:0x1ed,_0x432411:0x1b5,_0x21279c:0x15b,_0x4c4c70:0x210,_0x558395:0x2c1,_0x22af24:0x1c5,_0x454253:0x13f,_0x77e955:0x19e,_0x2de801:0x1bc,_0x52f311:0x196,_0xa97f56:0x195,_0x19ceb3:0xf9,_0x4bf65c:0x151,_0x322119:0x209,_0x5e9bae:0x201,_0x4b8cb8:0x288,_0xce5b0e:0x2c0,_0x38af1f:0x2a5,_0x2ac812:0x23f,_0x7fa625:0x26a,_0x2ef826:0x21b,_0x1657c0:0x241,_0x675d4c:0x252,_0x41643d:0x148,_0x5f4dea:0x1ab,_0x418b26:0xee,_0x4b6edb:0x168,_0x2ff9a1:0x176,_0x5378c8:0x20c,_0x191fdc:0x20c,_0x3b96dd:0x135,_0x4e4867:0x15e,_0x3a6d1a:0x1ac,_0x58f059:0x13e,_0xad9c08:0x293,_0x5b512c:0x22d,_0x542405:0x1a7,_0x37f11c:0x1cd,_0xcd619:0x1e3,_0x51b116:0x20e,_0x44e093:0x225,_0x5291e9:0x237,_0x8f88bc:0x2c7,_0x1929ca:0x284,_0x450a1d:0x2a0,_0x42deff:0x18d,_0x169cb0:0x23a,_0x1a7e51:0xa1,_0x1a5b4f:0x15a,_0x4bc03a:0x1d9,_0x2b3062:0x1d2,_0x1c97b0:0x1a2,_0x580a20:0x2c7,_0x3eaa9a:0x1d5,_0x1cc87b:0x9e,_0x56cdfb:0x10c,_0x2745f3:0x29c,_0x2b295f:0x293,_0x34bf97:0x233,_0x63cd8c:0xde,_0x2df742:0x175,_0x571fcc:0xd5,_0x26fd7d:0x9f,_0x593da1:0x146,_0x3d5adf:0xe6,_0x5b1f19:0x15e,_0x417de4:0xb5,_0x35f5c3:0x138,_0x421e85:0x20d,_0x5db2e7:0x1d7,_0xa8550d:0x251,_0x394195:0x14b,_0x45a9a4:0x242,_0x64a80d:0x28f,_0x199531:0x256,_0x4d60ae:0x1f7,_0x34e893:0x8d,_0xdce376:0x151,_0x3ad435:0x1f9,_0x1faf1f:0x27f,_0x350d3e:0x199,_0x4f257a:0x2c6,_0x3e509e:0x22e,_0x3e7063:0x21c,_0x3703a3:0x147,_0x4ecf20:0x1e5,_0x509e55:0xb7,_0x35d24c:0x214,_0x246076:0x301,_0x57671d:0x132,_0x34c00d:0x14d,_0x1f2faa:0x143,_0x3bd31c:0x226,_0x5eb015:0x2bc,_0x33c358:0x225,_0x1b0424:0x1dd,_0x1984f6:0x285,_0x547b05:0x168,_0x1dbdfd:0xbb,_0x3993f5:0x2d1,_0x2b5856:0x228,_0x4ba498:0x2c8,_0x1147ab:0x149,_0x1c8224:0x21e,_0x19a8fa:0x115,_0x5c863d:0x16f,_0x5a659e:0x165,_0x419daf:0x336,_0x2b17a3:0x2e5,_0x5eb368:0x29e,_0x177b92:0x1b5,_0x25fbe2:0x170,_0x3b9cfc:0x124,_0x1c1e38:0x25d,_0x25396a:0x1e0,_0x3b18c5:0x191,_0x101591:0x113,_0x47d23d:0x173,_0x48ce1d:0x2a1,_0xe7f5d7:0x247,_0x7c6bf2:0x2d2,_0x371b3f:0x205,_0x208c9e:0x282,_0x485e9c:0x2bd,_0x308b43:0x20a,_0x2ad6f1:0x1cb,_0x367ce8:0x22a,_0x32d86a:0x22d,_0x35828d:0x262,_0x2f076f:0x116,_0x57ab1a:0x7b,_0x4c9318:0x94,_0x45674e:0x1a9,_0x31ba5b:0x22b,_0x3d6ae5:0xa4,_0x2ea7e3:0x219,_0x525cc3:0x22b,_0x449e2e:0x25a,_0x2ebd67:0x21d,_0x449ae9:0x24f,_0x1bd223:0x207,_0x221b78:0x1d0,_0x35dfdf:0x2a9,_0x3874f3:0x283,_0x33242a:0x273,_0x27fd64:0xb5,_0x38aa16:0x123,_0x450f11:0x14f,_0x18b472:0x1dd,_0x38471b:0x22c,_0x4f6744:0x166,_0x474a55:0x1f5,_0x92fb1d:0xce,_0x37b010:0x22d,_0x1af312:0x187,_0x4f017e:0x1da,_0x35c5fa:0x283,_0x4d1a82:0x294,_0x217b9f:0x244,_0x9867ce:0x1bb,_0x1401d2:0x1cf,_0x4d5031:0x1f6,_0x44561b:0x218,_0x3106ff:0x1c2,_0x4bcf4f:0x156,_0x3f8bc4:0x91,_0x5994ff:0x2fc,_0x219062:0x264,_0x21ed8f:0x198,_0x5ce638:0x177,_0x3ae1b7:0x16a,_0x2ca579:0x1ac,_0x1db315:0x312,_0x110a5a:0x240,_0x39dd1b:0x1b8,_0x5cd07a:0x22f,_0x11bac8:0x14b,_0x254fd7:0x287,_0x2ceddc:0x283,_0x2852bc:0x328,_0x327bab:0x15c,_0x9bbe38:0x1bf,_0x27068a:0x155,_0x2f0cac:0x216,_0x44700c:0x1cf,_0x9861d8:0x263,_0x4c19c4:0x272,_0x1fa308:0x294,_0x3886df:0x245,_0x2f23cf:0x109,_0x231a61:0x9c,_0xdd703f:0xa3,_0x1c4986:0x116,_0x419c61:0x76,_0x3c59bd:0x80,_0x19f76f:0x1a4,_0x1ec6e1:0x140,_0x45b061:0xbe,_0x56946b:0x193,_0x26cec8:0x18d,_0x4c50f7:0x12e,_0xfcf526:0xd8,_0x2cabd8:0xef,_0x1db65d:0x211,_0x520e09:0x1e0,_0x5b2065:0x1fe,_0x3607de:0x116,_0x5b0224:0x231,_0x4b6997:0x154,_0x2b12a2:0x197,_0xc2a576:0x296,_0x2bbe26:0x232,_0x2cf538:0x17b,_0x19fb5b:0x248,_0x4afa12:0x2a2,_0x442887:0x19a,_0x11e4c4:0x1b0,_0x19f393:0x190,_0x21cb5e:0x185,_0x1821da:0x70,_0x500c1c:0x313,_0x1ba50b:0x2ce,_0x1f72bf:0x20b,_0x17111d:0x1aa,_0x5b7096:0x1ef,_0x45e519:0x227,_0x31cb6a:0x18c,_0x8092db:0x126,_0x4aada6:0x1ad,_0x42f643:0x2b2,_0x5db023:0x258,_0x433d46:0x29b,_0x358ff0:0x2ee,_0x5a5d91:0x15b,_0x3eec71:0x1e2,_0x34432b:0x1f1,_0x4f7181:0x1b1,_0x1af9af:0x110,_0x1c4096:0x1ef,_0x1db889:0x1b9,_0x88837e:0x212,_0x29cf18:0x279,_0xa9a9d3:0x296,_0x148a5e:0x11b,_0x48b966:0xf7,_0x420d0a:0x167,_0x530d4f:0xce,_0x3ac87d:0x27c,_0x5e12d3:0xdb,_0x2189c1:0xe8,_0x5a1a45:0x1a6,_0x2011f6:0x24a,_0x33e486:0x238,_0x4d077c:0x182,_0x3b5d70:0x19c,_0x3ed7e4:0x1e9,_0x475646:0x11e,_0x140369:0x1b3,_0xedcbbf:0x23a,_0x1ed920:0x2b3,_0x21f6f2:0xb2,_0x48ab7c:0x200,_0x19922a:0x296,_0x5d6114:0x14e,_0x3f81de:0x106,_0x866877:0xfc,_0x5c98cf:0xdd,_0x10c67c:0x204,_0x1182a1:0x258,_0x4ec515:0x2a3,_0x145350:0x2b6,_0x1c0218:0x1c4,_0x241a07:0x1e1,_0x2723c3:0x182,_0x1f880e:0x2a8,_0xea4840:0x274,_0x5f0c33:0x186,_0x105f84:0x180,_0xa92254:0x151,_0x1a7064:0x245,_0x189dfa:0x1e2,_0x2115e0:0x1dd,_0x512c7e:0x2ed,_0x3cfc21:0x4c,_0x48cc62:0x255,_0x46a2fe:0x289,_0x41da47:0x280,_0x564075:0x169,_0x4bb0a6:0x18f,_0x1eb6a3:0x27e,_0x269188:0x172,_0x3d7edd:0x18f},_0x443c24={_0x1974ca:0x213},_0x36e806={_0x39655b:0x13d,_0x472b8e:0x74,_0x384499:0x186},_0x56023d={'rAtPD':function(_0x1a7e0a){return _0x1a7e0a();},'xsiZd':_0x2d8c08(-_0x34b081._0x39aaa7,-0x15c,-0x176,-_0x34b081._0x928de0)+_0x2d8c08(-0x19f,-_0x34b081._0x584b8b,-0x17b,-_0x34b081._0xf35d29)+'15|6|17|5|'+'0|19|3|25|'+'1|12|7|9|1'+_0x2d8c08(-_0x34b081._0x3fc0c7,-_0x34b081._0x1c6222,-_0x34b081._0xb72c22,-_0x34b081._0x471308)+_0x2d8c08(-_0x34b081._0x4837e7,-_0x34b081._0xaa0ce6,-0x1d8,-_0x34b081._0x2a8e23),'MtbVb':_0x43779d(0x16e,_0x34b081._0x410b85,_0x34b081._0x33699f,_0x34b081._0x1ca182)+'_path\x20\x20\x20\x20\x20'+_0x2d8c08(-0x1a4,-0x159,-0x15b,-_0x34b081._0x1ee04b)+_0x43779d(0x203,0x297,0x208,0x1e5)+_0x2d8c08(-_0x34b081._0x186be5,-0x1c7,-_0x34b081._0x58b24f,-_0x34b081._0x180521),'MhUON':'\x20\x20ssl_ca_p'+_0x2d8c08(-0x127,-_0x34b081._0x19ca50,-0x14c,-0xc1)+_0x2d8c08(-0xd9,-_0x34b081._0x49030e,-_0x34b081._0x4696de,-0xf8)+'SSL\x20CA\x20bun'+_0x2d8c08(-_0x34b081._0x4714ca,-0x1aa,-_0x34b081._0x292493,-_0x34b081._0x22180c)+_0x2d8c08(-_0x34b081._0x43fea8,-0xa7,-0x13d,-0x1ed),'AFwLd':_0x2d8c08(-_0x34b081._0x44fa29,-0x144,-0x1d0,-0x164),'uTibz':_0x43779d(_0x34b081._0x40efe7,_0x34b081._0x17d0c5,_0x34b081._0x337465,0x1d7)+_0x43779d(_0x34b081._0x27de41,0x215,0x289,0x2b7)+'g\x20set\x20code'+_0x2d8c08(-_0x34b081._0x2f5b74,-_0x34b081._0x53443e,-_0x34b081._0x8ec2ee,-_0x34b081._0x245f0b)+_0x43779d(0x1b6,0x101,_0x34b081._0x5c9674,_0x34b081._0x46f53d)+_0x2d8c08(-0x2be,-_0x34b081._0x4d72e4,-0x250,-0x27f)+_0x43779d(_0x34b081._0x43e6c8,0x1b9,_0x34b081._0x4c4e18,0x141),'ZvSpQ':_0x2d8c08(-_0x34b081._0xce4ba6,-0x23f,-_0x34b081._0x5451d6,-0x237)+'agent\x20\x20\x20\x20\x20'+_0x2d8c08(-_0x34b081._0x4c7f25,-_0x34b081._0x43bc56,-0x179,-_0x34b081._0x327ee1)+_0x43779d(_0x34b081._0x237f55,0x104,0x1d5,_0x34b081._0xac2706)+'ude\x20or\x20cod'+_0x43779d(0x1eb,_0x34b081._0x341d3d,0x1fa,0x268),'pOseR':_0x43779d(_0x34b081._0x4028b9,_0x34b081._0x5ca256,0x1e6,_0x34b081._0x4a8d4f)+'rage\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+'store\x20task'+_0x2d8c08(-_0x34b081._0x1c0aee,-0x19a,-0x144,-_0x34b081._0x5e4417),'qHblP':_0x43779d(0x221,_0x34b081._0x1c2c4c,_0x34b081._0x14c7dd,_0x34b081._0x34799e)+_0x2d8c08(-_0x34b081._0x2b0bef,-0x13a,-0x164,-_0x34b081._0x38f7f1)+_0x2d8c08(-0x164,-_0x34b081._0x3b7ba2,-0x1fb,-_0x34b081._0x89e7a1)+_0x2d8c08(-_0x34b081._0x49f7ff,-_0x34b081._0x4302f4,-_0x34b081._0x2dade4,-0x1e6)+'ion\x20value','xyOdu':_0x2d8c08(-_0x34b081._0x2d3f8e,-_0x34b081._0x4c80ef,-_0x34b081._0xbab428,-_0x34b081._0x42ee63)+_0x2d8c08(-_0x34b081._0x5928b1,-0x215,-0x188,-0x1e0)+_0x2d8c08(-0x18e,-_0x34b081._0x7c0151,-_0x34b081._0x519f2d,-0x268)+_0x43779d(0x1ea,0x151,_0x34b081._0x4f339a,_0x34b081._0xd4a89c)+'p.json):','hGJYd':_0x43779d(0x114,_0x34b081._0x5bdf40,0x8a,0x182)+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x43779d(_0x34b081._0x1220f0,0x110,_0x34b081._0x1d03a0,_0x34b081._0x54192d)+_0x43779d(_0x34b081._0x24c1a2,_0x34b081._0x184e48,_0x34b081._0x484739,_0x34b081._0x155514)+_0x43779d(_0x34b081._0xb7f8d3,0x1d8,_0x34b081._0x58bde6,_0x34b081._0xbacda7),'nPBzF':_0x43779d(_0x34b081._0x40efe7,0x167,0x155,0x250)+_0x2d8c08(-0x1da,-_0x34b081._0x56165c,-0x168,-0x1c4)+_0x43779d(_0x34b081._0x3f5c34,0x221,0x145,_0x34b081._0x32794e)+_0x2d8c08(-_0x34b081._0x2ed0af,-0x2b4,-_0x34b081._0x58136b,-0x2a0)+'80','XphyH':_0x2d8c08(-_0x34b081._0x4302f4,-0x28f,-0x26f,-0x1b6)+_0x2d8c08(-0x34e,-0x1eb,-_0x34b081._0x393c18,-_0x34b081._0x484739)+_0x2d8c08(-0x24d,-0x28d,-0x27c,-_0x34b081._0x2e762e)+_0x43779d(0x1fd,_0x34b081._0x324eff,_0x34b081._0x514f23,0x274)+_0x2d8c08(-_0x34b081._0x382264,-0x1cd,-_0x34b081._0x495e15,-_0x34b081._0x226f21),'XzaQs':_0x2d8c08(-0x314,-0x2a4,-_0x34b081._0x45a5ed,-0x238)+_0x2d8c08(-_0x34b081._0x1a50f4,-0x1f9,-_0x34b081._0x3dc705,-0x20b)+'\x20\x20Path\x20to\x20'+_0x2d8c08(-_0x34b081._0x5c78a7,-0x204,-_0x34b081._0x5ebaa9,-_0x34b081._0x1430af)+_0x43779d(_0x34b081._0x2a8e23,0x285,_0x34b081._0xd59a93,0x208)+'y','FiYRt':'Usage:\x20cod'+_0x43779d(_0x34b081._0xf74b76,0x2df,0x1c2,0x231)+_0x2d8c08(-0x237,-0x25e,-_0x34b081._0x1d7621,-0x248)+'t|get|remo'+'ve|show>\x20['+'key]\x20[valu'+'e]','NrWye':_0x2d8c08(-0x11f,-_0x34b081._0x54d64a,-_0x34b081._0x1430af,-_0x34b081._0x381392)+_0x2d8c08(-0xeb,-_0x34b081._0xe02bd6,-0x168,-_0x34b081._0x325fe4)+_0x43779d(0x1da,0x1b7,0x171,0x25a),'ghksp':_0x2d8c08(-0x249,-_0x34b081._0x3667be,-0x1c8,-_0x34b081._0x432411)+'rver\x20confi'+_0x2d8c08(-0x270,-_0x34b081._0x21279c,-0x208,-_0x34b081._0x4c4c70)+_0x2d8c08(-0x1da,-_0x34b081._0xf74b76,-0x268,-_0x34b081._0x558395)+_0x43779d(_0x34b081._0x22af24,_0x34b081._0x454253,_0x34b081._0x77e955,_0x34b081._0x2de801),'zATCv':_0x2d8c08(-_0x34b081._0x52f311,-0xe5,-0x18c,-_0x34b081._0xa97f56)+_0x2d8c08(-_0x34b081._0x19ceb3,-0x13b,-_0x34b081._0x4bf65c,-0x1ce)+'\x20\x20SSH\x20host'+_0x43779d(_0x34b081._0x322119,_0x34b081._0x5e9bae,0x25f,0x201)+_0x2d8c08(-0x32a,-0x245,-_0x34b081._0x4b8cb8,-_0x34b081._0xce5b0e),'SYvKy':'\x20\x20trust_pr'+_0x43779d(0x239,0x2c2,_0x34b081._0x38af1f,_0x34b081._0x2ac812)+_0x2d8c08(-_0x34b081._0x7fa625,-0x1e2,-_0x34b081._0x2ef826,-_0x34b081._0x1657c0)+'oxy\x20header'+'s\x20(true/fa'+_0x43779d(0x1fb,0x1ec,_0x34b081._0x675d4c,_0x34b081._0x41643d),'fvBcB':_0x43779d(0x1e5,_0x34b081._0x5f4dea,0x206,0x238),'QutMN':_0x43779d(0x1a2,_0x34b081._0x418b26,_0x34b081._0x5ebaa9,0x145)+_0x43779d(_0x34b081._0x4b6edb,_0x34b081._0x2ff9a1,_0x34b081._0x5378c8,_0x34b081._0x191fdc)+'d)','Ufmfn':_0x43779d(0x148,_0x34b081._0x3b96dd,0x112,_0x34b081._0x4e4867)+_0x2d8c08(-0x1e4,-_0x34b081._0x3a6d1a,-_0x34b081._0x58f059,-0x9e)+_0x43779d(0x21a,_0x34b081._0xad9c08,_0x34b081._0x5b512c,_0x34b081._0x542405)+'ove\x20<key>','EQafl':_0x43779d(_0x34b081._0x37f11c,0x16b,0x27f,0x16d),'DDQGi':'DqLvu','Ilwal':function(_0x1a6c23,_0x44ca59){return _0x1a6c23!==_0x44ca59;},'twUiG':_0x2d8c08(-_0x34b081._0xcd619,-_0x34b081._0x3f5c34,-_0x34b081._0x51b116,-_0x34b081._0x928de0),'tOwtj':_0x43779d(_0x34b081._0x44e093,_0x34b081._0x5291e9,0x28a,0x19f),'GTQlR':function(_0x222d84,_0x27c8d4){return _0x222d84(_0x27c8d4);},'UqUBy':_0x2d8c08(-_0x34b081._0x8f88bc,-_0x34b081._0x1929ca,-_0x34b081._0x450a1d,-0x22f)+_0x43779d(_0x34b081._0x42deff,0xe1,0x162,0x1b9),'LOQKa':function(_0x5a6901,_0x5107f9){return _0x5a6901(_0x5107f9);},'OnOnD':_0x2d8c08(-_0x34b081._0x169cb0,-_0x34b081._0x4302f4,-0x237,-0x2dd)+'th','SkcEa':function(_0x340901,_0x1feba4){return _0x340901(_0x1feba4);},'anoKm':'ssl_ca_pat'+'h','AceKE':function(_0x12f3bc){return _0x12f3bc();},'kgfoe':function(_0x28c694,_0x447f20){return _0x28c694===_0x447f20;},'aXwpF':'qnvBw','FSLYh':function(_0x420221){return _0x420221();},'yIWDv':_0x2d8c08(-0x126,-_0x34b081._0x1a7e51,-_0x34b081._0x1a5b4f,-_0x34b081._0x4bc03a)+_0x2d8c08(-0x1c9,-0x1ba,-_0x34b081._0x2b3062,-0x18d)+_0x2d8c08(-_0x34b081._0x1c97b0,-_0x34b081._0x580a20,-0x214,-_0x34b081._0x3eaa9a)+'ed','vZjgt':_0x43779d(0xff,0x7c,_0x34b081._0x1cc87b,0x17a),'rVTZV':_0x2d8c08(-0x23b,-_0x34b081._0x56cdfb,-0x192,-0x1d2),'zxxWS':function(_0x263343,_0x545c94){return _0x263343===_0x545c94;},'idaJm':_0x2d8c08(-0x1d3,-0x219,-0x232,-_0x34b081._0x2745f3),'suzFy':'JKKeL','hgKAB':function(_0x198006,_0x3e296f){return _0x198006===_0x3e296f;},'HrxtM':function(_0x2677a2,_0x4ce3bf){return _0x2677a2+_0x4ce3bf;},'CfGEB':_0x2d8c08(-_0x34b081._0x2b295f,-0x1dc,-_0x34b081._0x34bf97,-0x19c),'MiKCw':_0x2d8c08(-0x1bf,-_0x34b081._0x63cd8c,-_0x34b081._0x2df742,-_0x34b081._0x571fcc)+'e\x20server\x20f'+_0x2d8c08(-0x152,-_0x34b081._0x26fd7d,-_0x34b081._0x593da1,-0xd8)+_0x2d8c08(-0xce,-_0x34b081._0x3d5adf,-_0x34b081._0x5b1f19,-_0x34b081._0x417de4)+_0x2d8c08(-_0x34b081._0x35f5c3,-_0x34b081._0x1a5b4f,-0x14a,-0x10d)};!_0x4f8e6c&&(console[_0x43779d(0x116,0x133,0x162,0x8f)](_0x56023d['Ufmfn']),process[_0x2d8c08(-_0x34b081._0x421e85,-_0x34b081._0x5db2e7,-0x264,-_0x34b081._0xa8550d)](0x37b+0xbb2+-0x3cb*0x4));function _0x43779d(_0xffcdd4,_0x385ab0,_0x1e5b81,_0x22029b){return _0x390ccc(_0xffcdd4-_0x36e806._0x39655b,_0x385ab0-_0x36e806._0x472b8e,_0x22029b,_0xffcdd4-_0x36e806._0x384499);}function _0x2d8c08(_0x5c02cc,_0x27150a,_0x488bc8,_0x953ab7){return _0x390ccc(_0x5c02cc-0xe8,_0x27150a-0x62,_0x5c02cc,_0x488bc8- -_0x443c24._0x1974ca);}const _0x930da5=SERVER_CONFIG_KEYS[_0x43779d(0x160,0xda,0x200,_0x34b081._0x394195)](_0x4f8e6c),_0x21ebda=SETUP_JSON_KEYS['has'](_0x4f8e6c);!_0x930da5&&!_0x21ebda&&(_0x56023d['EQafl']===_0x56023d[_0x2d8c08(-0x265,-_0x34b081._0x45a9a4,-_0x34b081._0x64a80d,-_0x34b081._0x199531)]?(_0x56023d[_0x2d8c08(-0xc7,-_0x34b081._0x4d60ae,-0x152,-0x1d1)](_0x4c7ede),_0x4338f3[_0x43779d(_0x34b081._0x3b96dd,_0x34b081._0x34e893,0x91,_0x34b081._0xdce376)](0x482*-0x5+-0x2051+0x4*0xdb7)):(console['error']('Unknown\x20co'+'nfiguratio'+'n\x20key:\x20'+_0x4f8e6c),console['error'](_0x2d8c08(-0x1df,-_0x34b081._0x3ad435,-0x1f3,-0x1fb)+_0x2d8c08(-_0x34b081._0x324eff,-0x17c,-0x1e1,-0x1ae)+_0x43779d(0x24a,0x19e,_0x34b081._0x1faf1f,_0x34b081._0x4a8d4f)+_0x2d8c08(-0x1f2,-0x1eb,-_0x34b081._0x324eff,-_0x34b081._0x350d3e)+_0x2d8c08(-_0x34b081._0x4f257a,-0x2bb,-_0x34b081._0x3e509e,-_0x34b081._0x3e7063)+_0x43779d(_0x34b081._0x3703a3,0x1fc,0x19e,_0x34b081._0x44fa29)),process[_0x43779d(_0x34b081._0x3b96dd,0xe4,_0x34b081._0x4ecf20,_0x34b081._0x509e55)](-0x16*0x199+0x21*-0x17+-0x130f*-0x2)));if(_0x930da5){if(_0x56023d[_0x43779d(_0x34b081._0x35d24c,0x1a6,0x21e,0x278)](_0x56023d['twUiG'],_0x56023d['tOwtj'])){switch(_0x4f8e6c){case _0x2d8c08(-0x2c9,-0x28f,-0x271,-_0x34b081._0x246076)+_0x2d8c08(-0x23e,-_0x34b081._0x169cb0,-0x1c5,-0x10f):await _0x56023d[_0x43779d(_0x34b081._0x57671d,0xf6,0xdf,_0x34b081._0xe02bd6)](saveCoderSetupPath,null),console['log'](_0x2d8c08(-0x132,-0x1a3,-0x170,-_0x34b081._0x34c00d)+_0x4f8e6c);break;case _0x43779d(0x164,0x1c7,_0x34b081._0x1f2faa,0x18a)+'t':await saveServerPort(0x1*0x1e63+0x6d1*-0x3+0x39*0x8),console[_0x43779d(_0x34b081._0x3bd31c,0x252,_0x34b081._0x5eb015,0x18c)](_0x43779d(_0x34b081._0x199531,0x25e,0x2ef,_0x34b081._0x33c358)+_0x4f8e6c+(_0x43779d(0x1dc,_0x34b081._0x1b0424,_0x34b081._0x1984f6,0x19d)+_0x43779d(0x121,_0x34b081._0x547b05,0x16e,_0x34b081._0x1dbdfd)));break;case _0x56023d[_0x2d8c08(-0x220,-_0x34b081._0x3993f5,-_0x34b081._0x2b5856,-0x1b2)]:await _0x56023d['LOQKa'](saveSslCertPath,null),console[_0x43779d(0x226,0x18c,_0x34b081._0x4ba498,0x2bd)](_0x2d8c08(-0x123,-_0x34b081._0x1147ab,-0x170,-_0x34b081._0x1c8224)+_0x4f8e6c);break;case _0x56023d[_0x43779d(_0x34b081._0x19a8fa,_0x34b081._0x5c863d,0x131,_0x34b081._0x5a659e)]:await _0x56023d[_0x2d8c08(-_0x34b081._0x419daf,-_0x34b081._0x2b17a3,-0x2a5,-_0x34b081._0x558395)](saveSslKeyPath,null),console[_0x43779d(0x226,0x246,_0x34b081._0x5eb368,_0x34b081._0x177b92)](_0x2d8c08(-0x12c,-0xfb,-_0x34b081._0x25fbe2,-0xe2)+_0x4f8e6c);break;case _0x56023d[_0x2d8c08(-0x175,-_0x34b081._0x3b9cfc,-0x1dd,-_0x34b081._0x1c1e38)]:await _0x56023d[_0x2d8c08(-_0x34b081._0x25396a,-_0x34b081._0x3b18c5,-_0x34b081._0x3eaa9a,-0x20e)](saveSslCaPath,null),console[_0x2d8c08(-_0x34b081._0x542405,-_0x34b081._0x101591,-_0x34b081._0x47d23d,-0x1cf)](_0x43779d(0x229,0x295,_0x34b081._0x48ce1d,_0x34b081._0x5db2e7)+_0x4f8e6c);break;case _0x2d8c08(-_0x34b081._0xe7f5d7,-0x2c9,-0x25a,-0x1f0)+'y':await saveTrustProxy(null),console[_0x43779d(0x226,_0x34b081._0x7c6bf2,0x2ca,_0x34b081._0x371b3f)](_0x43779d(0x229,_0x34b081._0x4302f4,0x1ba,_0x34b081._0x5c9674)+_0x4f8e6c);break;}console[_0x43779d(_0x34b081._0x3bd31c,_0x34b081._0x208c9e,_0x34b081._0x485e9c,_0x34b081._0x4c7f25)](_0x43779d(_0x34b081._0x308b43,_0x34b081._0x2ad6f1,_0x34b081._0x2b3062,0x22c)+':\x20'+_0x56023d[_0x2d8c08(-_0x34b081._0x367ce8,-_0x34b081._0x32d86a,-_0x34b081._0x35828d,-0x23e)](getConfigPath));}else _0x5cbda6[_0x43779d(_0x34b081._0x2f076f,_0x34b081._0x57ab1a,_0x34b081._0x4c9318,0x111)](_0x2d8c08(-0x139,-0xf0,-0x162,-0x159)+_0x21c238+(_0x43779d(_0x34b081._0x45674e,_0x34b081._0x337465,_0x34b081._0x31ba5b,0x161)+_0x2d8c08(-_0x34b081._0x3d6ae5,-0x129,-_0x34b081._0x3703a3,-0x192)+_0x43779d(_0x34b081._0x2ea7e3,_0x34b081._0x525cc3,0x161,_0x34b081._0x449e2e))),_0x2358dc[_0x2d8c08(-_0x34b081._0x2ebd67,-0x1da,-0x264,-0x1c2)](-0x14*-0x1ef+0x579*-0x1+-0x2132);}else{if(_0x21ebda){if(_0x56023d['kgfoe'](_0x2d8c08(-0x1eb,-0x2bc,-_0x34b081._0x449ae9,-0x21a),_0x56023d['aXwpF'])){const _0x34d71e=await _0x56023d[_0x43779d(0x1f4,_0x34b081._0x1bd223,_0x34b081._0x221b78,0x161)](getCoderSetupPath);!_0x34d71e&&(console[_0x2d8c08(-0x20d,-_0x34b081._0x35dfdf,-_0x34b081._0x3874f3,-_0x34b081._0x33242a)](_0x56023d['yIWDv']),process[_0x43779d(0x135,0xa2,_0x34b081._0x27fd64,_0x34b081._0x38aa16)](-0xf*0x123+0x176f+-0x47*0x17));const _0x1e81d6=_0x51ef8a[_0x43779d(0x218,0x1c5,0x2a5,0x261)](_0x34d71e,_0x56023d[_0x2d8c08(-_0x34b081._0x450f11,-_0x34b081._0x18b472,-0x186,-0x1ad)]);let _0x53d910;try{if(_0x2d8c08(-_0x34b081._0x38471b,-0x1fd,-0x236,-0x180)!==_0x56023d['rVTZV']){const _0x427fc7=await _0x1c9d2c['readFile'](_0x1e81d6,_0x43779d(_0x34b081._0x4f6744,_0x34b081._0x474a55,0x157,_0x34b081._0x92fb1d));_0x53d910=JSON[_0x43779d(_0x34b081._0x37b010,_0x34b081._0x1af312,_0x34b081._0x4f017e,0x1aa)](_0x427fc7);}else _0x56249d[_0x2d8c08(-0x337,-0x21e,-_0x34b081._0x35c5fa,-_0x34b081._0x4d1a82)](_0x2d8c08(-_0x34b081._0x217b9f,-_0x34b081._0x9867ce,-_0x34b081._0x4c80ef,-0x1e2)+_0x43779d(0x159,0xb8,_0x34b081._0x1401d2,0x147)+_0x43779d(_0x34b081._0x4d5031,_0x34b081._0x44561b,_0x34b081._0x3106ff,0x17c)+'\x20'+_0x22720a);}catch(_0x4850f6){if(_0x2d8c08(-0x150,-0x191,-0x182,-0x1c2)===_0x43779d(0x1d7,0x1e9,0x1b6,_0x34b081._0x432411))_0x3a9f63[_0x43779d(0x116,_0x34b081._0x4bcf4f,0x101,_0x34b081._0x3f8bc4)](_0x2d8c08(-0x218,-0x147,-0x1eb,-0x243)+'alid\x20port\x20'+'number'),_0x4da6ac[_0x2d8c08(-_0x34b081._0x5994ff,-0x29e,-_0x34b081._0x219062,-0x230)](-0x8b1+0x16b6+0xc*-0x12b);else{if(_0x56023d[_0x43779d(_0x34b081._0x21ed8f,_0x34b081._0x5ce638,0x232,0x182)](_0x4850f6[_0x2d8c08(-_0x34b081._0x35f5c3,-0x1fa,-_0x34b081._0x3ae1b7,-0x160)],'ENOENT')){if(_0x56023d[_0x43779d(_0x34b081._0x2ca579,0x1de,0x263,_0x34b081._0x77e955)](_0x56023d[_0x2d8c08(-0x26d,-0x2ca,-0x281,-_0x34b081._0x1db315)],_0x56023d['suzFy'])){const _0x3e7d40=_0x56023d[_0x43779d(_0x34b081._0x110a5a,_0x34b081._0x39dd1b,_0x34b081._0x5cd07a,0x2b0)][_0x43779d(0x100,_0x34b081._0x11bac8,0xcb,0x161)]('|');let _0x3234c4=0x23a4+-0x1*0x218f+0x1*-0x215;while(!![]){switch(_0x3e7d40[_0x3234c4++]){case'0':_0x40b36e[_0x2d8c08(-_0x34b081._0x254fd7,-0x243,-_0x34b081._0x2ceddc,-_0x34b081._0x2852bc)](_0x56023d[_0x43779d(0x1cf,0x23f,_0x34b081._0x14c7dd,_0x34b081._0x327bab)]);continue;case'1':_0x312db9[_0x43779d(0x116,_0x34b081._0x9bbe38,0xd4,_0x34b081._0x27068a)]('');continue;case'2':_0x4bb60b[_0x2d8c08(-_0x34b081._0x2f0cac,-_0x34b081._0x44700c,-_0x34b081._0x35c5fa,-_0x34b081._0x9861d8)]('');continue;case'3':_0x300a7f[_0x2d8c08(-_0x34b081._0x4c19c4,-_0x34b081._0x1fa308,-_0x34b081._0x35c5fa,-_0x34b081._0x3886df)](_0x56023d[_0x43779d(_0x34b081._0x2f23cf,_0x34b081._0x231a61,_0x34b081._0xdd703f,_0x34b081._0x5a659e)]);continue;case'4':_0x49dbd7[_0x43779d(_0x34b081._0x1c4986,0x113,_0x34b081._0x419c61,_0x34b081._0x3c59bd)](_0x56023d[_0x2d8c08(-_0x34b081._0x1af312,-_0x34b081._0x19f76f,-_0x34b081._0x1ec6e1,-_0x34b081._0x45b061)]);continue;case'5':_0x17498c[_0x43779d(_0x34b081._0x1c4986,_0x34b081._0x56946b,_0x34b081._0x26cec8,0x142)](_0x43779d(_0x34b081._0x4c50f7,_0x34b081._0xfcf526,_0x34b081._0x2cabd8,_0x34b081._0x27fd64)+_0x43779d(0x17f,0x1c7,0x1fc,0x1ca)+_0x2d8c08(-_0x34b081._0x1db65d,-_0x34b081._0x520e09,-_0x34b081._0x5b2065,-_0x34b081._0x350d3e)+'ort\x20(defau'+_0x2d8c08(-0x1eb,-_0x34b081._0xe7f5d7,-0x202,-0x1e8));continue;case'6':_0x533e28[_0x43779d(_0x34b081._0x3607de,0xe2,0xef,0x65)]('Server\x20con'+_0x2d8c08(-_0x34b081._0x5b0224,-0x1fc,-_0x34b081._0xe02bd6,-0xfb)+_0x2d8c08(-_0x34b081._0x4b6997,-_0x34b081._0x3dc705,-_0x34b081._0x2b12a2,-0x1aa)+'red\x20in\x20~/.'+_0x2d8c08(-_0x34b081._0xc2a576,-_0x34b081._0x2bbe26,-0x218,-_0x34b081._0x2cf538)+_0x2d8c08(-0x240,-_0x34b081._0x49f7ff,-0x241,-0x1d1));continue;case'7':_0x4ea116['error']('\x20\x20name\x20\x20\x20\x20'+_0x43779d(_0x34b081._0x19fb5b,_0x34b081._0x4afa12,_0x34b081._0x442887,_0x34b081._0x217b9f)+_0x2d8c08(-0x1b0,-_0x34b081._0x2ea7e3,-_0x34b081._0x11e4c4,-0x189)+'me');continue;case'8':_0x267591[_0x2d8c08(-0x311,-0x219,-0x283,-0x27f)](_0x56023d[_0x43779d(0x1cc,_0x34b081._0x19f393,_0x34b081._0x21cb5e,0x183)]);continue;case'9':_0xb79962[_0x43779d(0x116,0x16e,_0x34b081._0x226f21,_0x34b081._0x1821da)](_0x56023d[_0x2d8c08(-0x24b,-0x248,-0x1e5,-_0x34b081._0x2b3062)]);continue;case'10':_0x486458[_0x2d8c08(-_0x34b081._0x500c1c,-_0x34b081._0x1ba50b,-0x283,-_0x34b081._0x1f72bf)](_0x56023d['pOseR']);continue;case'11':_0x30e73['error'](_0x56023d[_0x43779d(_0x34b081._0x17111d,_0x34b081._0x5b7096,0x112,0x151)]);continue;case'12':_0xe2aac1['error'](_0x56023d['xyOdu']);continue;case'13':_0x18c168[_0x43779d(0x116,0xb4,0x182,0x68)](_0x56023d[_0x43779d(_0x34b081._0x45e519,0x2ac,_0x34b081._0x4c7f25,0x171)]);continue;case'14':_0x2b2d04[_0x43779d(0x116,_0x34b081._0x180521,_0x34b081._0x31cb6a,0xd4)](_0x56023d[_0x43779d(_0x34b081._0x8092db,0x19f,_0x34b081._0x4aada6,0x182)]);continue;case'15':_0x434f8b['error']('');continue;case'16':_0x309fcc[_0x2d8c08(-0x254,-_0x34b081._0x42f643,-_0x34b081._0x3874f3,-0x28b)](_0x56023d[_0x2d8c08(-_0x34b081._0x5db023,-0x337,-_0x34b081._0x433d46,-_0x34b081._0x358ff0)]);continue;case'17':_0x3c749b[_0x43779d(0x116,0xee,_0x34b081._0x58bde6,_0x34b081._0x5a5d91)](_0x56023d[_0x2d8c08(-_0x34b081._0x3eec71,-0x17b,-_0x34b081._0x34432b,-_0x34b081._0x4f7181)]);continue;case'18':_0x13b1b2[_0x43779d(_0x34b081._0x2f076f,0x134,_0x34b081._0x1af9af,0x6e)](_0x43779d(0x14c,_0x34b081._0x101591,0x1dc,0x94)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2d8c08(-0x229,-_0x34b081._0x1c4096,-_0x34b081._0x1db889,-0x1fb)+_0x2d8c08(-0x1d8,-_0x34b081._0x88837e,-_0x34b081._0x29cf18,-_0x34b081._0xa9a9d3)+_0x43779d(0x144,_0x34b081._0x148a5e,0x146,0x145));continue;case'19':_0x33d7ba[_0x43779d(0x116,_0x34b081._0x48b966,_0x34b081._0x420d0a,_0x34b081._0x530d4f)](_0x2d8c08(-0x24d,-_0x34b081._0x3ac87d,-_0x34b081._0x2f5b74,-0x241)+_0x2d8c08(-_0x34b081._0x1ee04b,-_0x34b081._0x5e12d3,-0x150,-_0x34b081._0x8092db)+'\x20\x20Path\x20to\x20'+_0x2d8c08(-0xd6,-_0x34b081._0x2189c1,-_0x34b081._0x5928b1,-0x14d)+_0x2d8c08(-_0x34b081._0x5a1a45,-0x2ef,-_0x34b081._0x2011f6,-_0x34b081._0x33e486));continue;case'20':_0x2a2658[_0x43779d(0x116,0x1a4,_0x34b081._0x4d077c,_0x34b081._0x4d077c)](_0x56023d[_0x43779d(_0x34b081._0x3b5d70,_0x34b081._0x3ed7e4,_0x34b081._0x475646,0x17c)]);continue;case'21':_0x2707c6['error']('');continue;case'22':_0x26e27e['error'](_0x56023d[_0x2d8c08(-_0x34b081._0x4a8d4f,-0x26b,-_0x34b081._0x140369,-_0x34b081._0xedcbbf)]);continue;case'23':_0x307da8[_0x2d8c08(-_0x34b081._0x1ed920,-0x1e0,-0x283,-0x332)](_0x56023d['ghksp']);continue;case'24':_0x22d5ca[_0x43779d(_0x34b081._0x1c4986,0x146,0x1bb,_0x34b081._0x21f6f2)](_0x56023d[_0x43779d(_0x34b081._0x48ab7c,0x2aa,_0x34b081._0x19922a,_0x34b081._0x5d6114)]);continue;case'25':_0xe11267['error'](_0x56023d[_0x43779d(0x1b9,_0x34b081._0x2de801,0x270,_0x34b081._0x3f81de)]);continue;case'26':_0x45e623[_0x43779d(_0x34b081._0x3607de,_0x34b081._0x866877,_0x34b081._0x5c98cf,_0x34b081._0x1dbdfd)](_0x56023d['fvBcB']);continue;}break;}}else console[_0x43779d(_0x34b081._0x3607de,_0x34b081._0x5a1a45,0xa6,0xe7)](_0x43779d(0x1c2,0x250,0x175,0x1de)+'up.json\x20no'+_0x2d8c08(-_0x34b081._0x4f7181,-0x12d,-0x1a3,-0x1cc)+'\x20'+_0x1e81d6);}else console[_0x43779d(0x116,0xbe,_0x34b081._0x442887,0x19c)]('Error\x20read'+_0x43779d(0x1ef,_0x34b081._0x89e7a1,0x1da,_0x34b081._0x10c67c)+_0x43779d(_0x34b081._0x1182a1,_0x34b081._0x4ec515,_0x34b081._0x145350,_0x34b081._0x1c0218)+_0x4850f6['message']);process[_0x43779d(0x135,_0x34b081._0x3eec71,0x150,_0x34b081._0x3a6d1a)](-0x2203*0x1+0x1fc6*-0x1+0x41ca);}}_0x56023d[_0x2d8c08(-0x231,-0x1a0,-_0x34b081._0x44e093,-0x1cf)](_0x53d910[_0x4f8e6c],undefined)&&(console['error'](_0x43779d(_0x34b081._0x5291e9,0x2b0,_0x34b081._0x241a07,_0x34b081._0x2723c3)+_0x4f8e6c+(_0x43779d(0x1a9,0x23d,_0x34b081._0x1af9af,0x1a8)+_0x43779d(_0x34b081._0x675d4c,0x23d,_0x34b081._0x1f880e,_0x34b081._0xea4840)+_0x2d8c08(-0xd4,-_0x34b081._0x5f0c33,-_0x34b081._0x105f84,-_0x34b081._0x8092db))),process[_0x43779d(0x135,_0x34b081._0xa92254,0x12e,0x1c6)](-0x1a65*-0x1+0x1f8c+-0x39f0*0x1)),delete _0x53d910[_0x4f8e6c],await _0x1c9d2c['writeFile'](_0x1e81d6,_0x56023d[_0x43779d(_0x34b081._0x1a7064,_0x34b081._0x189dfa,_0x34b081._0x2115e0,_0x34b081._0x512c7e)](JSON[_0x43779d(0x103,0x78,_0x34b081._0x3cfc21,0xd7)](_0x53d910,null,0xbdd*-0x1+-0x2710+0x1*0x32ef),'\x0a'),_0x56023d['CfGEB']),console[_0x43779d(0x226,0x19f,0x2dd,_0x34b081._0x5db023)](_0x2d8c08(-0x1ed,-0x197,-0x170,-0x219)+_0x4f8e6c),console[_0x43779d(0x226,0x2c9,_0x34b081._0x2a8e23,0x16e)](_0x43779d(_0x34b081._0x308b43,_0x34b081._0x48cc62,_0x34b081._0x46a2fe,_0x34b081._0x41da47)+':\x20'+_0x1e81d6),console['log'](''),console[_0x2d8c08(-_0x34b081._0x564075,-0xf2,-_0x34b081._0x47d23d,-0x139)](_0x56023d['MiKCw']);}else _0x4ca0d1[_0x43779d(0x226,0x2d2,_0x34b081._0x4bb0a6,_0x34b081._0x1eb6a3)](_0x56023d[_0x43779d(_0x34b081._0x1af312,0x124,_0x34b081._0x269188,_0x34b081._0x3d7edd)]),_0x99e8e7['log'](''),_0x59f842['log'](_0x43779d(0x1bf,0x25c,_0x34b081._0x45e519,0x1ad)+'ocation:\x20'+_0x115b10);}}}function _0x390ccc(_0x115563,_0x51e85a,_0x3002b6,_0xdc8a2d){return _0x3854(_0xdc8a2d- -0x195,_0x3002b6);}async function showConfig(){const _0x5672eb={_0x1054f9:0x27b,_0x42c19f:0x31c,_0x57ac39:0x214,_0x1c0c25:0x2b8,_0x46ec5a:0x1b,_0x1407b2:0xa,_0x5929c7:0x18,_0x200fe6:0x121,_0x4401f9:0x35f,_0x53f01b:0x2fc,_0x3e2323:0x2fb,_0x26d871:0x284,_0x3da10e:0x25b,_0x277702:0x242,_0x375d3e:0x2e8,_0x3d2a0a:0x29,_0x891aa4:0x111,_0x3fc7ab:0x16,_0x5d8983:0xfc,_0x172aaa:0x3c,_0x167be3:0x37,_0x3198ee:0x19,_0xe677eb:0x222,_0x512138:0x1b7,_0x4bb39b:0x28e,_0x3d8886:0x1e3,_0x2ca265:0x28e,_0x11dccf:0x1e1,_0x345f93:0x186,_0x2330e2:0x4c,_0x5b7fbe:0x24,_0x119b65:0x8c,_0x2be6c1:0x206,_0x3bdb2d:0x47,_0x1bfb0f:0x17,_0x196bd9:0x123,_0x516243:0x5a,_0x430e61:0x21e,_0x44cdf6:0x18d,_0x44591a:0x30d,_0x1b9554:0x280,_0x269105:0x1e,_0x17a6cc:0x81,_0x490d46:0x7e,_0x1788a1:0x1f9,_0x12aa03:0x1c9,_0x59f662:0x31c,_0x2413a4:0x2b1,_0x12fa5d:0x28a,_0x2b1559:0xdd,_0x123fd1:0x36,_0x5df52a:0x40,_0x4ab851:0x1ac,_0x4c5be6:0x7c,_0x563f14:0x12d,_0x427590:0x78,_0x43bfe1:0x6d,_0x55ab31:0xa,_0x2409eb:0x68,_0x36cd30:0x78,_0x14b6ad:0x84,_0x27b07c:0x1,_0x2b0fc5:0x5f,_0x5c8ca5:0x253,_0x441fe1:0x33e,_0x4beb49:0x339,_0x5ccb47:0x25,_0x35bf46:0x71,_0x1c18cf:0x33d,_0x55f5ed:0x2a0,_0x468a46:0x69,_0x472ae3:0xcd,_0x26fd8b:0x1e,_0x4e0312:0x71,_0x4a9a59:0x73,_0x170c76:0x62,_0x1b8362:0x2ee,_0x2fe056:0xcd,_0x7e0e02:0x17b,_0x80e051:0x361,_0xe79b8f:0x2f3,_0x46939e:0x1f5,_0x4ce7dc:0x75,_0x4f0af4:0xea,_0x4e43fc:0x313,_0x19cf6d:0x2eb,_0x36cc5e:0x3a,_0xc3077c:0x274,_0x907867:0x1ec,_0xdf55f4:0x38d,_0x571c55:0x2ec,_0x1af517:0x103,_0x1fb7f4:0x1b6,_0x23f8df:0x3,_0x394f2c:0x2a4,_0x3ff2fa:0x9d,_0x4647ed:0x15b,_0xf482de:0x378,_0x5cd0df:0x2e3,_0x936a82:0x393,_0x50db10:0x24f,_0x1943e9:0x23a,_0x51658d:0x1f7,_0x3626b3:0x22f,_0x4831db:0x180,_0x4b4b90:0x221,_0x527339:0x2f0,_0x7a8ca0:0xc3,_0x1e016f:0x1b3,_0x25fc11:0x88,_0x550536:0x75,_0x403a8b:0xc8,_0x521a23:0x3ae,_0x48092a:0x2a7,_0x503a27:0x2db,_0x3ac3dd:0x8a,_0x5788c4:0x249,_0x465529:0x1f4,_0x54cece:0x2e3,_0x56df2f:0x280,_0x13da6e:0x90,_0x415669:0x1dc,_0x554354:0x20a,_0x240e6e:0x1e5,_0x175f07:0x216,_0x241b1b:0x32,_0x539c86:0xec,_0x2b6335:0xcc,_0x5c760f:0x4d,_0x198a5e:0x23,_0x1623cc:0x14,_0x327f60:0xbb,_0x34cb1d:0x3b,_0x29847b:0x323,_0x5629eb:0x34c,_0x50eceb:0x30a,_0x38119:0x2d5,_0x363982:0x236,_0x5dda52:0x1b5,_0x1c49a0:0x135,_0x634bdd:0x1f2,_0x3deca1:0x225,_0x2d1f10:0x1b5,_0x282294:0x27d,_0x76518f:0x24e,_0x2f8207:0x144,_0x31267c:0xfc,_0x27f1f5:0x7d,_0x3bd498:0x27,_0x496bc9:0x316,_0x318dee:0x311,_0x5d42de:0x6c,_0x357203:0xb7,_0x2db19d:0xbe,_0x519ee1:0x136,_0x1b3e0b:0x142,_0x2ccd36:0x26e,_0x1173f4:0x36d,_0x5c58cc:0x1ff,_0x3ea349:0x261,_0x11fdfe:0x74,_0x6a1065:0xbf,_0x2ff4d2:0xb9,_0x19dc09:0x102,_0x566982:0xf5,_0x5c64d9:0x13e,_0xa6bd65:0x226,_0x594fce:0x27c,_0xe62197:0x24f,_0x34f613:0x30c,_0x29ac5d:0x1e9,_0x3337ad:0x222,_0x1f0249:0x141,_0x12afff:0x105,_0x221400:0xbb,_0x4b9166:0xaf,_0x777ee3:0x5c,_0x302a9c:0x19f,_0x1ed464:0x107,_0x7641a6:0xfc,_0x2fcf05:0x37,_0x30006b:0x2f4,_0xad4ad6:0x2e3,_0x49ec24:0x2e4,_0x455ade:0xa6,_0x66bb29:0x139,_0x452abb:0x308,_0x45e99d:0x24a,_0x151a56:0x2d6,_0xf269d1:0xbb,_0x2efb49:0x10a,_0x48c8d5:0xc5,_0x2671fc:0x315,_0xaa2dc:0x3b1,_0x3d4e0f:0xa4,_0x5ec46c:0x1e,_0x2799ac:0x9f,_0x27ffec:0x8,_0x5195ea:0x18e,_0x14c169:0x162,_0x5ec45a:0x244,_0x3b1f0a:0x163,_0x322a85:0x1cf,_0x5d5c91:0x12e,_0x1ec492:0x57,_0x5d4ef8:0x4b,_0x3a233a:0x255,_0x536141:0x9c,_0x4d6ed0:0x2ae,_0x301877:0xfa,_0x13ba10:0x10b,_0x10bd8f:0xe3,_0x233de1:0xc7,_0x32fe21:0x1bd,_0x55e54a:0x203,_0x44cfdd:0x1bb,_0x4e675b:0x7f,_0x40519b:0x13c,_0x17d75f:0x93,_0x32bc76:0x15a,_0x5648ac:0x24c,_0xae2959:0x1e7,_0x58d115:0x1d3,_0x2c8379:0x11a,_0x3b02c1:0x1bf,_0x263326:0x2c,_0x4e4c85:0x21a,_0x5bc52c:0x28c,_0x4fc5b2:0xca},_0x535358={_0x18090f:0xba},_0x2f3080={_0x30f374:0x1a8},_0x1d7970={'Pebnl':_0x2a332b(_0x5672eb._0x1054f9,0x2ed,0x2a0,_0x5672eb._0x42c19f)+_0x2a332b(0x1fa,0x1e5,0x1b3,0x205)+'p_path\x20poi'+_0x17ced8(0x72,0x10e,0x16b,0xe2)+'alid\x20coder'+'-setup\x20dir'+_0x2a332b(0x1e6,0x250,_0x5672eb._0x57ac39,_0x5672eb._0x1c0c25),'LZTiy':function(_0x18a085,_0x5e77e8){return _0x18a085===_0x5e77e8;},'JGBxl':_0x17ced8(-_0x5672eb._0x46ec5a,-_0x5672eb._0x1407b2,-0x6f,_0x5672eb._0x5929c7),'CMfSg':_0x17ced8(0x25,0xc7,_0x5672eb._0x200fe6,0x78)+'n\x20not\x20foun'+'d)','sghuI':_0x2a332b(_0x5672eb._0x4401f9,_0x5672eb._0x53f01b,_0x5672eb._0x3e2323,0x248)+_0x2a332b(0x33d,_0x5672eb._0x26d871,_0x5672eb._0x3da10e,0x2df)+_0x2a332b(0x2d7,_0x5672eb._0x277702,0x227,_0x5672eb._0x375d3e)+'ed','PLYbW':_0x17ced8(0x109,_0x5672eb._0x3d2a0a,_0x5672eb._0x891aa4,0x85),'WbIsA':_0x17ced8(_0x5672eb._0x3fc7ab,_0x5672eb._0x5d8983,-_0x5672eb._0x172aaa,0x7d)+_0x17ced8(_0x5672eb._0x167be3,0xc0,0x53,_0x5672eb._0x3198ee)+_0x2a332b(0x1aa,0x238,_0x5672eb._0xe677eb,_0x5672eb._0x512138)+':','oKtIN':_0x2a332b(0x2bd,_0x5672eb._0x4bb39b,_0x5672eb._0x3d8886,0x29f)+'rver\x20confi'+'g\x20set\x20code'+_0x2a332b(_0x5672eb._0x2ca265,_0x5672eb._0x11dccf,_0x5672eb._0x345f93,0x1c5)+_0x17ced8(_0x5672eb._0x2330e2,_0x5672eb._0x5b7fbe,0x117,_0x5672eb._0x119b65)+_0x2a332b(0x16f,_0x5672eb._0x2be6c1,0x243,0x1e1)+_0x17ced8(_0x5672eb._0x3bdb2d,0xb0,_0x5672eb._0x5b7fbe,_0x5672eb._0x1bfb0f),'ySdcK':function(_0x2a2197){return _0x2a2197();},'BimJk':function(_0x4298d0){return _0x4298d0();},'jQTLX':function(_0xc93c51,_0x3be6ac){return _0xc93c51||_0x3be6ac;},'kAPES':_0x17ced8(0x10a,_0x5672eb._0x196bd9,_0x5672eb._0x516243,0xcd),'fvqjc':function(_0x1dbb1a,_0x4774ff){return _0x1dbb1a||_0x4774ff;},'fnafP':function(_0x1bdff5,_0x1c012c){return _0x1bdff5||_0x1c012c;},'LWlGB':function(_0x591cef,_0x18fa5d){return _0x591cef!==_0x18fa5d;},'eJtuK':function(_0x18607b,_0x697b8c){return _0x18607b===_0x697b8c;},'eJIPa':_0x2a332b(0x290,_0x5672eb._0x430e61,0x228,_0x5672eb._0x44cdf6),'pmnQP':_0x2a332b(0x2e0,_0x5672eb._0x44591a,_0x5672eb._0x1b9554,0x27f)+_0x17ced8(_0x5672eb._0x269105,-_0x5672eb._0x17a6cc,_0x5672eb._0x490d46,_0x5672eb._0x1407b2)+_0x2a332b(0x22b,_0x5672eb._0x1788a1,_0x5672eb._0x12aa03,0x2a5),'dUDAr':'setup.json','ncNYZ':_0x2a332b(0x3b4,_0x5672eb._0x59f662,_0x5672eb._0x2413a4,_0x5672eb._0x12fa5d),'tkIoZ':_0x17ced8(0x69,0x3b,_0x5672eb._0x2b1559,0x49),'qudHi':'cnLzK','gvZVA':'glHlz','xnQRN':_0x17ced8(_0x5672eb._0x123fd1,0x3d,-0x4d,_0x5672eb._0x5df52a)+_0x2a332b(0x182,0x238,_0x5672eb._0x4ab851,0x2cc)+_0x17ced8(0x19a,_0x5672eb._0x4c5be6,_0x5672eb._0x563f14,0xf3)+'etup.json\x20'+_0x17ced8(-0x5a,_0x5672eb._0x427590,-_0x5672eb._0x43bfe1,-_0x5672eb._0x55ab31)+_0x17ced8(0x58,_0x5672eb._0x2409eb,0xda,0x110)};console[_0x17ced8(0x191,_0x5672eb._0x36cd30,0xe4,0xfc)](_0x17ced8(-_0x5672eb._0x14b6ad,_0x5672eb._0x27b07c,_0x5672eb._0x2b0fc5,0xc)+_0x2a332b(_0x5672eb._0x5c8ca5,0x2a1,_0x5672eb._0x441fe1,_0x5672eb._0x4beb49)+_0x17ced8(-0x6d,_0x5672eb._0x5ccb47,_0x5672eb._0x35bf46,-0x1c)),console[_0x2a332b(_0x5672eb._0x1c18cf,0x2e3,0x2f8,_0x5672eb._0x55f5ed)]('');const _0x1ad38e=await _0x1d7970[_0x17ced8(0xf4,0xd7,_0x5672eb._0x468a46,0x62)](getCoderSetupPath),_0x464bfb=await _0x1d7970[_0x17ced8(_0x5672eb._0x472ae3,0xc6,-_0x5672eb._0x26fd8b,0x62)](getServerPort),_0x57bba4=await _0x1d7970[_0x17ced8(_0x5672eb._0x4e0312,_0x5672eb._0x4a9a59,0x5c,_0x5672eb._0x170c76)](getSslCertPath),_0x351db6=await _0x1d7970[_0x2a332b(_0x5672eb._0x1b8362,0x249,0x1f0,0x247)](getSslKeyPath);function _0x2a332b(_0x123d42,_0x164695,_0x47f1c6,_0x47c366){return _0x2becf(_0x164695- -0x41,_0x47f1c6,_0x47f1c6-0x44,_0x47c366-_0x2f3080._0x30f374);}const _0x33eaf7=await _0x1d7970[_0x17ced8(_0x5672eb._0x2fe056,-0x57,0x11,0x62)](getSslCaPath),_0x4a7dba=await _0x1d7970[_0x17ced8(_0x5672eb._0x7e0e02,0x111,0x6c,0xd7)](getTrustProxy);console[_0x2a332b(0x356,0x2e3,_0x5672eb._0x80e051,_0x5672eb._0xe79b8f)](_0x2a332b(0x235,0x1e5,0x1a9,_0x5672eb._0x46939e)+'p_path:\x20'+_0x1d7970['jQTLX'](_0x1ad38e,_0x1d7970[_0x17ced8(_0x5672eb._0x4ce7dc,0xe9,_0x5672eb._0x4f0af4,0xdc)])),console[_0x2a332b(_0x5672eb._0x4e43fc,0x2e3,_0x5672eb._0x19cf6d,0x29a)](_0x17ced8(0x25,0x5,-0x3e,_0x5672eb._0x36cc5e)+_0x2a332b(0x209,_0x5672eb._0xc3077c,_0x5672eb._0x907867,0x324)+_0x464bfb),console[_0x2a332b(_0x5672eb._0xdf55f4,0x2e3,_0x5672eb._0x571c55,0x344)](_0x2a332b(_0x5672eb._0x1af517,_0x5672eb._0x1fb7f4,0x1c9,0x115)+_0x2a332b(0x29b,0x2b9,0x35b,0x36b)+(_0x57bba4||_0x1d7970['kAPES']));function _0x17ced8(_0x408cc9,_0x293052,_0x4279ef,_0x410b8d){return _0x390ccc(_0x408cc9-_0x535358._0x18090f,_0x293052-0x36,_0x293052,_0x410b8d-0x5c);}console[_0x2a332b(0x302,0x2e3,0x38d,0x2af)](_0x17ced8(0xc7,-_0x5672eb._0x23f8df,-0x28,0x38)+'th:\x20\x20\x20\x20\x20'+_0x1d7970[_0x2a332b(0x1a3,0x25c,_0x5672eb._0x394f2c,0x26f)](_0x351db6,_0x1d7970[_0x17ced8(0x3e,_0x5672eb._0x3ff2fa,_0x5672eb._0x4647ed,0xdc)])),console[_0x2a332b(_0x5672eb._0xf482de,_0x5672eb._0x5cd0df,_0x5672eb._0x936a82,_0x5672eb._0x50db10)](_0x2a332b(0x237,0x2e8,0x38c,0x36b)+_0x2a332b(0x1a1,_0x5672eb._0x1943e9,_0x5672eb._0x51658d,0x239)+_0x1d7970[_0x2a332b(0x2de,_0x5672eb._0x3626b3,0x297,_0x5672eb._0x4831db)](_0x33eaf7,_0x2a332b(_0x5672eb._0x4b4b90,0x2b4,_0x5672eb._0x527339,0x2e9))),console[_0x17ced8(_0x5672eb._0x7a8ca0,0x87,_0x5672eb._0x1e016f,0xfc)]('trust_prox'+_0x17ced8(_0x5672eb._0x25fc11,_0x5672eb._0x550536,0x46,_0x5672eb._0x403a8b)+(_0x1d7970[_0x2a332b(_0x5672eb._0x521a23,0x31d,_0x5672eb._0x48092a,0x327)](_0x4a7dba,null)?_0x4a7dba:_0x1d7970[_0x2a332b(0x24b,0x2c3,_0x5672eb._0x503a27,_0x5672eb._0x4b4b90)])),console[_0x2a332b(0x2ae,0x2e3,0x2cb,0x334)](''),console['log'](_0x17ced8(-0x84,-_0x5672eb._0x3ac3dd,0x1f,-0xe)+_0x1d7970[_0x2a332b(0x2b3,_0x5672eb._0x5788c4,0x2cf,_0x5672eb._0x465529)](getConfigPath)),console[_0x2a332b(0x240,_0x5672eb._0x54cece,_0x5672eb._0x56df2f,0x37a)]('');if(_0x1ad38e){if(_0x1d7970['eJtuK'](_0x1d7970['eJIPa'],_0x17ced8(0x139,0x5c,0x9d,_0x5672eb._0x13da6e)))_0x1bc974[_0x2a332b(_0x5672eb._0x415669,0x1d3,0x23a,_0x5672eb._0x554354)]('Error:\x20set'+_0x2a332b(_0x5672eb._0x240e6e,_0x5672eb._0x175f07,0x29e,0x166)+_0x17ced8(0x115,_0x5672eb._0x241b1b,_0x5672eb._0x539c86,_0x5672eb._0x2b6335)+'\x20'+_0x51a202),_0x20e5f9[_0x17ced8(-_0x5672eb._0x5c760f,-0x9d,-_0x5672eb._0x198a5e,-_0x5672eb._0x1623cc)](_0x1d7970[_0x17ced8(0xd,_0x5672eb._0x327f60,-_0x5672eb._0x34cb1d,0x13)]);else{console[_0x2a332b(_0x5672eb._0x29847b,_0x5672eb._0x54cece,_0x5672eb._0x5629eb,0x2cf)](_0x1d7970[_0x2a332b(0x20d,0x1b8,0x230,0x1b7)]),console[_0x2a332b(0x2a4,_0x5672eb._0x54cece,0x2bd,0x2c8)]('');const _0x44145f=_0x51ef8a[_0x2a332b(_0x5672eb._0x50eceb,_0x5672eb._0x38119,0x352,_0x5672eb._0x363982)](_0x1ad38e,_0x1d7970[_0x2a332b(0x268,_0x5672eb._0x5dda52,_0x5672eb._0x1c49a0,_0x5672eb._0x634bdd)]);try{const _0x149577=await _0x1c9d2c[_0x2a332b(_0x5672eb._0x3deca1,0x26a,_0x5672eb._0x2d1f10,_0x5672eb._0x282294)](_0x44145f,_0x2a332b(_0x5672eb._0x76518f,0x223,0x24d,0x254)),_0x2eafb2=JSON['parse'](_0x149577);console[_0x17ced8(_0x5672eb._0x2f8207,0xb4,0xec,_0x5672eb._0x31267c)](JSON[_0x17ced8(-0x15,-_0x5672eb._0x27f1f5,0x78,-_0x5672eb._0x3bd498)](_0x2eafb2,null,-0x20ed+0x14e6+0xc09)),console[_0x2a332b(_0x5672eb._0x496bc9,0x2e3,0x2ff,_0x5672eb._0x318dee)](''),console[_0x17ced8(0x1ad,0x135,_0x5672eb._0x5d42de,0xfc)]('Location:\x20'+_0x44145f);}catch(_0x266adc){_0x1d7970[_0x17ced8(_0x5672eb._0x357203,0x1ab,_0x5672eb._0x2db19d,_0x5672eb._0x519ee1)](_0x1d7970['ncNYZ'],_0x1d7970[_0x17ced8(0x7a,0x5e,_0x5672eb._0x1b3e0b,0x10e)])?_0x1d7970['eJtuK'](_0x266adc[_0x2a332b(_0x5672eb._0x2ccd36,0x2ec,0x233,_0x5672eb._0x1173f4)],_0x1d7970[_0x2a332b(_0x5672eb._0x48092a,0x1f7,_0x5672eb._0x5c58cc,_0x5672eb._0x3ea349)])?(console[_0x17ced8(_0x5672eb._0x11fdfe,_0x5672eb._0x6a1065,0xb9,0xfc)](_0x1d7970[_0x17ced8(-0x53,-_0x5672eb._0x3d2a0a,0x58,-_0x5672eb._0x167be3)]),console[_0x17ced8(0x190,_0x5672eb._0x2ff4d2,0x1aa,0xfc)](''),console[_0x17ced8(_0x5672eb._0x19dc09,_0x5672eb._0x566982,_0x5672eb._0x5c64d9,0xfc)](_0x2a332b(_0x5672eb._0xa6bd65,_0x5672eb._0x594fce,_0x5672eb._0xe62197,_0x5672eb._0x34f613)+_0x2a332b(_0x5672eb._0x29ac5d,_0x5672eb._0x3337ad,0x21c,0x2d3)+_0x44145f)):_0x1d7970['qudHi']!=='cnLzK'?_0x1d7970['LZTiy'](_0x276060[_0x17ced8(0xea,_0x5672eb._0x1f0249,0xaf,_0x5672eb._0x12afff)],_0x1d7970[_0x17ced8(_0x5672eb._0x221400,-0x10,_0x5672eb._0x4b9166,0x10)])?(_0x546e2d[_0x17ced8(_0x5672eb._0x777ee3,_0x5672eb._0x302a9c,_0x5672eb._0x1ed464,_0x5672eb._0x7641a6)](_0x1d7970[_0x17ced8(-0x51,0x5,-_0x5672eb._0x34cb1d,-_0x5672eb._0x2fcf05)]),_0x57a0e9[_0x2a332b(_0x5672eb._0x30006b,_0x5672eb._0xad4ad6,_0x5672eb._0x49ec24,0x2b8)](''),_0x3f4cec[_0x17ced8(_0x5672eb._0x455ade,_0x5672eb._0x66bb29,0x64,_0x5672eb._0x7641a6)](_0x2a332b(0x1d0,_0x5672eb._0x594fce,_0x5672eb._0x452abb,0x253)+_0x2a332b(0x229,0x222,_0x5672eb._0x45e99d,0x1dd)+_0x321c84)):_0x36ac79[_0x2a332b(0x2c3,_0x5672eb._0x5cd0df,_0x5672eb._0x151a56,0x2e8)]('Error\x20read'+_0x17ced8(0x100,_0x5672eb._0xf269d1,_0x5672eb._0x2efb49,_0x5672eb._0x48c8d5)+_0x2a332b(0x309,_0x5672eb._0x2671fc,_0x5672eb._0xaa2dc,0x2d1)+_0x22429f[_0x17ced8(_0x5672eb._0x3d4e0f,_0x5672eb._0x5ec46c,_0x5672eb._0x2799ac,-_0x5672eb._0x27ffec)]):console[_0x17ced8(0x139,_0x5672eb._0x5195ea,_0x5672eb._0x14c169,0xfc)]('Error\x20read'+_0x2a332b(0x2c7,0x2ac,0x2a5,_0x5672eb._0x5ec45a)+_0x17ced8(_0x5672eb._0x3b1f0a,0x1a2,_0x5672eb._0x322a85,_0x5672eb._0x5d5c91)+_0x266adc[_0x17ced8(-_0x5672eb._0x1ec492,-0x51,-_0x5672eb._0x5d4ef8,-_0x5672eb._0x27ffec)]):(_0x40c198['error'](_0x1d7970[_0x2a332b(0x2c8,0x2cb,0x32d,0x288)]),_0x36743e[_0x2a332b(_0x5672eb._0x3a233a,0x1f2,0x1eb,0x277)](0x11*0x29+0x18f4+0x1c*-0xfd));}}}else{if(_0x1d7970[_0x17ced8(0x10,0xc4,0xb6,_0x5672eb._0x536141)]!==_0x2a332b(_0x5672eb._0x4d6ed0,0x2f0,0x30c,0x294)){const _0x80b574=_0x1d7970[_0x17ced8(_0x5672eb._0x301877,_0x5672eb._0x13ba10,_0x5672eb._0x10bd8f,_0x5672eb._0x233de1)][_0x2a332b(0x21d,_0x5672eb._0x32fe21,0x237,_0x5672eb._0x55e54a)]('|');let _0x2225f4=-0x1*-0x1a2f+0x1*-0x9c7+-0x1068;while(!![]){switch(_0x80b574[_0x2225f4++]){case'0':_0x3b27e9[_0x2a332b(0x209,0x1d3,0x274,_0x5672eb._0x44cfdd)](_0x1d7970[_0x17ced8(_0x5672eb._0x4e675b,_0x5672eb._0x40519b,0x136,0xe4)]);continue;case'1':_0x35e245[_0x17ced8(-_0x5672eb._0x17d75f,-0x47,0x15,0xb)](-0x391+0x2*0xb74+-0x4b*0x42);continue;case'2':_0x225ddf[_0x2a332b(_0x5672eb._0x32bc76,0x1d3,0x263,0x1ac)](_0x1d7970[_0x2a332b(0x2e1,_0x5672eb._0x5648ac,_0x5672eb._0xae2959,0x195)]);continue;case'3':_0x3b2763[_0x2a332b(0x232,_0x5672eb._0x58d115,_0x5672eb._0x2c8379,_0x5672eb._0x3b02c1)]('');continue;case'4':_0xb3eeae[_0x17ced8(0x69,_0x5672eb._0x46ec5a,-_0x5672eb._0x263326,-0x14)](_0x1d7970[_0x2a332b(_0x5672eb._0x4e4c85,0x214,0x1cf,_0x5672eb._0x5bc52c)]);continue;}break;}}else console['log'](_0x1d7970['xnQRN']),console[_0x17ced8(0x1aa,0x169,_0x5672eb._0x4fc5b2,_0x5672eb._0x31267c)](_0x1d7970['oKtIN']);}}