@profoundlogic/coderflow-server 0.7.4 → 0.7.6

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 (179) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/cleanup-users.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/grant-admin.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/list-roles.js +1 -1
  28. package/dist/lib/cli/list-users.js +1 -1
  29. package/dist/lib/cli/server-manager.js +1 -1
  30. package/dist/lib/cli/set-password.js +1 -1
  31. package/dist/lib/config-migration.js +1 -1
  32. package/dist/lib/container-credential-sync.js +1 -1
  33. package/dist/lib/container-tokens.js +1 -1
  34. package/dist/lib/data-dir.js +1 -1
  35. package/dist/lib/deployment-history.js +1 -1
  36. package/dist/lib/deployment-service.js +1 -1
  37. package/dist/lib/docker-utils.js +1 -1
  38. package/dist/lib/email.js +1 -1
  39. package/dist/lib/emailTemplates.js +1 -1
  40. package/dist/lib/entitlement.js +1 -1
  41. package/dist/lib/external-connections.js +1 -1
  42. package/dist/lib/fetch-utils.js +1 -1
  43. package/dist/lib/git-commit-details-route.js +1 -1
  44. package/dist/lib/git-history-diff-guardrails.js +1 -1
  45. package/dist/lib/git-provider-service.js +1 -1
  46. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  47. package/dist/lib/git-provider-setup/index.js +1 -1
  48. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  49. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  50. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  51. package/dist/lib/git-providers/github-app-provider.js +1 -1
  52. package/dist/lib/git-providers/index.js +1 -1
  53. package/dist/lib/git-providers/provider-factory.js +1 -1
  54. package/dist/lib/git-providers/provider-interface.js +1 -1
  55. package/dist/lib/github-urls.js +1 -1
  56. package/dist/lib/group-objective-linking.js +1 -1
  57. package/dist/lib/ibmi-sync.js +1 -1
  58. package/dist/lib/jira-client.js +1 -1
  59. package/dist/lib/judge-blinding.js +1 -1
  60. package/dist/lib/logger.js +1 -1
  61. package/dist/lib/memory-utils.js +1 -1
  62. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  63. package/dist/lib/model-fetcher.js +1 -1
  64. package/dist/lib/notifications.js +1 -1
  65. package/dist/lib/objective-context.js +1 -1
  66. package/dist/lib/oidc-auth.js +1 -1
  67. package/dist/lib/oidc-device-flow.js +1 -1
  68. package/dist/lib/passwordTokens.js +1 -1
  69. package/dist/lib/permission-resolver.js +1 -1
  70. package/dist/lib/pin-cascade.js +1 -1
  71. package/dist/lib/provider-accounts.js +1 -1
  72. package/dist/lib/provider-oauth.js +1 -1
  73. package/dist/lib/provider-profile.js +1 -1
  74. package/dist/lib/provider-token-refresh.js +1 -1
  75. package/dist/lib/rbac-user-state.js +1 -1
  76. package/dist/lib/request-url.js +1 -1
  77. package/dist/lib/rewind.js +1 -1
  78. package/dist/lib/role-definitions.js +1 -1
  79. package/dist/lib/roles.js +1 -1
  80. package/dist/lib/secrets.js +1 -1
  81. package/dist/lib/setup-repo-git-auth.js +1 -1
  82. package/dist/lib/state-capture.js +1 -1
  83. package/dist/lib/static-files.js +1 -1
  84. package/dist/lib/task-aliases.js +1 -1
  85. package/dist/lib/task-name-format.js +1 -1
  86. package/dist/lib/task-name-generator.js +1 -1
  87. package/dist/lib/task-source-metadata.js +1 -1
  88. package/dist/lib/teams.js +1 -1
  89. package/dist/lib/user-git-oauth.js +1 -1
  90. package/dist/lib/user-git-tokens.js +1 -1
  91. package/dist/lib/users.js +1 -1
  92. package/dist/middleware/requireAuth.js +1 -1
  93. package/dist/middleware/requireInit.js +1 -1
  94. package/dist/middleware/requirePermission.js +1 -1
  95. package/dist/package.json +1 -1
  96. package/dist/playwright.config.js +1 -1
  97. package/dist/playwright.task-terminal.config.js +1 -1
  98. package/dist/routes/apiKeys.js +1 -1
  99. package/dist/routes/auth-oidc.js +1 -1
  100. package/dist/routes/auth.js +1 -1
  101. package/dist/routes/automations.js +1 -1
  102. package/dist/routes/bindings.js +1 -1
  103. package/dist/routes/build.js +1 -1
  104. package/dist/routes/containers.js +1 -1
  105. package/dist/routes/deploy-task.js +1 -1
  106. package/dist/routes/environment-management.js +1 -1
  107. package/dist/routes/environments.js +1 -1
  108. package/dist/routes/external-skills.js +1 -1
  109. package/dist/routes/git-credentials.js +1 -1
  110. package/dist/routes/git-oauth.js +1 -1
  111. package/dist/routes/git-provider-setup.js +1 -1
  112. package/dist/routes/health.js +1 -1
  113. package/dist/routes/jira.js +1 -1
  114. package/dist/routes/objective-management.js +1 -1
  115. package/dist/routes/password.js +1 -1
  116. package/dist/routes/prompt.js +1 -1
  117. package/dist/routes/provider-auth.js +1 -1
  118. package/dist/routes/qa.js +1 -1
  119. package/dist/routes/roles.js +1 -1
  120. package/dist/routes/settings.js +1 -1
  121. package/dist/routes/skill-management.js +1 -1
  122. package/dist/routes/skills.js +1 -1
  123. package/dist/routes/tasks.js +1 -1
  124. package/dist/routes/teams.js +1 -1
  125. package/dist/routes/templates.js +1 -1
  126. package/dist/routes/test-task.js +1 -1
  127. package/dist/routes/test.js +1 -1
  128. package/dist/routes/users.js +1 -1
  129. package/dist/routes/visualizations.js +1 -1
  130. package/dist/scripts/create-user.js +1 -1
  131. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  132. package/dist/shipped-skills/environment-templates/SKILL.md +152 -17
  133. package/dist/start.js +1 -1
  134. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  135. package/dist/web-ui/public/activity-feed.js +1 -1
  136. package/dist/web-ui/public/activity-formatters.js +1 -1
  137. package/dist/web-ui/public/agent-event-parser.js +1 -1
  138. package/dist/web-ui/public/app.js +1 -1
  139. package/dist/web-ui/public/approve-dialog.js +1 -1
  140. package/dist/web-ui/public/automation-links.js +1 -1
  141. package/dist/web-ui/public/automation-schedule.js +1 -1
  142. package/dist/web-ui/public/comments-widget.js +1 -1
  143. package/dist/web-ui/public/diff-utils.js +1 -1
  144. package/dist/web-ui/public/docs/admin/ai-providers.md +5 -5
  145. package/dist/web-ui/public/environments.js +1 -1
  146. package/dist/web-ui/public/feedback-widget.css +21 -5
  147. package/dist/web-ui/public/feedback-widget.js +1 -1
  148. package/dist/web-ui/public/file-selection-tree.js +1 -1
  149. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  150. package/dist/web-ui/public/git-history.js +1 -1
  151. package/dist/web-ui/public/git-status.js +1 -1
  152. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  153. package/dist/web-ui/public/index.html +20 -0
  154. package/dist/web-ui/public/index.js +1 -1
  155. package/dist/web-ui/public/login.js +1 -1
  156. package/dist/web-ui/public/markdown-editor.js +1 -1
  157. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  158. package/dist/web-ui/public/modal-maximize.js +1 -1
  159. package/dist/web-ui/public/notifications.js +1 -1
  160. package/dist/web-ui/public/permissions.js +1 -1
  161. package/dist/web-ui/public/pr-dialog.js +1 -1
  162. package/dist/web-ui/public/roles.js +1 -1
  163. package/dist/web-ui/public/server-health.js +1 -1
  164. package/dist/web-ui/public/settings.html +1 -1
  165. package/dist/web-ui/public/settings.js +1 -1
  166. package/dist/web-ui/public/setup-password.js +1 -1
  167. package/dist/web-ui/public/skills.js +1 -1
  168. package/dist/web-ui/public/sse-client.js +1 -1
  169. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  170. package/dist/web-ui/public/styles.css +25 -0
  171. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  172. package/dist/web-ui/public/task.html +15 -1
  173. package/dist/web-ui/public/task.js +1 -1
  174. package/dist/web-ui/public/teams.js +1 -1
  175. package/dist/web-ui/public/terminal.js +1 -1
  176. package/dist/web-ui/public/theme.js +1 -1
  177. package/dist/web-ui/public/users.js +1 -1
  178. package/dist/web-ui/public/variant-grouping.js +1 -1
  179. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x3bbe8d,_0x7b832f){const _0x58d0ca={_0x2a00f2:0x52a,_0xb84e7d:0x5a0,_0x6228a0:0x496,_0xcd6300:0xfb,_0x35f5ba:0x132,_0x3c0563:0x198,_0x13379c:0x9d,_0x54e38d:0x130,_0x2bbd5e:0x185,_0x1d2f17:0x18e,_0x39aeff:0x17c,_0x260493:0x183,_0x534f9a:0x201,_0x3db3a2:0x1cb,_0x39503b:0x57f,_0x269829:0x14e,_0x444c55:0x52b,_0x50c8c1:0x4f1},_0x20a537={_0x2c7a6a:0x2d1};function _0x43777b(_0x5aae2f,_0x2a3b97,_0x2328e1,_0x17d15c){return _0x4927(_0x5aae2f-_0x20a537._0x2c7a6a,_0x2328e1);}function _0x1f7e6f(_0x3fdb85,_0x1f0630,_0x30217b,_0x6f978b){return _0x4927(_0x30217b- -0x3ca,_0x1f0630);}const _0xadfe59=_0x3bbe8d();while(!![]){try{const _0x8022e7=-parseInt(_0x43777b(_0x58d0ca._0x2a00f2,0x5a4,0x4aa,0x4e9))/(-0x1*0x15ef+-0x100a+0x25fa*0x1)*(-parseInt(_0x43777b(0x514,_0x58d0ca._0xb84e7d,0x4eb,0x46e))/(-0x3*-0x413+-0x237c+0x25*0xa1))+-parseInt(_0x43777b(0x4c2,0x51c,_0x58d0ca._0x6228a0,0x52e))/(-0x24cd+-0x5d5+0x2aa5*0x1)*(-parseInt(_0x1f7e6f(-0x105,-0x70,-_0x58d0ca._0xcd6300,-0x17d))/(0x70e+-0x20e6+-0x4*-0x677))+parseInt(_0x1f7e6f(-0x233,-0x22e,-0x194,-_0x58d0ca._0x35f5ba))/(0x1a6e+-0x1*0x1c51+-0x4*-0x7a)*(parseInt(_0x1f7e6f(-_0x58d0ca._0x3c0563,-_0x58d0ca._0x13379c,-_0x58d0ca._0x54e38d,-_0x58d0ca._0x2bbd5e))/(0x26f7*-0x1+-0x35*-0x42+-0x1*-0x1953))+parseInt(_0x1f7e6f(-0x187,-_0x58d0ca._0x1d2f17,-0x10e,-0x12f))/(-0x23ad*0x1+0xb1b+-0x3*-0x833)*(parseInt(_0x43777b(0x5a5,0x648,0x5fc,0x51f))/(-0xba*0x2e+0x116c+0x1008))+parseInt(_0x1f7e6f(-_0x58d0ca._0x39aeff,-_0x58d0ca._0x260493,-_0x58d0ca._0x534f9a,-_0x58d0ca._0x3db3a2))/(-0x10bb+-0x1*-0x1650+0x14*-0x47)+parseInt(_0x43777b(_0x58d0ca._0x6228a0,0x444,0x440,0x4d2))/(-0x1634+-0x2522+0x3b60)*(parseInt(_0x43777b(_0x58d0ca._0x39503b,0x59e,0x4ed,0x5ee))/(-0xcfc*0x1+0xd*-0x2f7+0x3392))+parseInt(_0x1f7e6f(-_0x58d0ca._0x269829,-0x83,-0xf5,-0x143))/(0x43+-0x24ed+-0x7f*-0x4a)*(-parseInt(_0x43777b(_0x58d0ca._0x444c55,0x509,0x510,_0x58d0ca._0x50c8c1))/(0x19b0*0x1+-0x82f+-0x1174));if(_0x8022e7===_0x7b832f)break;else _0xadfe59['push'](_0xadfe59['shift']());}catch(_0x43df3e){_0xadfe59['push'](_0xadfe59['shift']());}}}(_0x3a73,-0x1*0x11c309+-0x77b15*0x3+0x375af2));function _0x3a73(){const _0x65c541=['zMLNDxjHDgLVBG','DhLyuLO','r3zXy1u','pt09ifnLDhvWia','Cgf0AcaGicaGia','A2v5CW','Cf9WyxrOihbVAq','mKrty2HzwG','mtm1mKPwCuHPyG','Eev4rKW','rw9tAei','A2ntCee','B0Ppwem','lxnLDhvWigrPCG','C3rYAw5NAwz5','y29UzMLNDxjHDa','v0zjuLa','q3zcrNy','sfDXrNO','ufj6v2W','Exvmvuy','C3bSAxq','AfvRtMK','y1POv3u','CKHVDKe','icbZzxqGpgTLEq','rMLYC3qGy29UzG','zsbZzxj2zxiGzG','DwrLig9YignVza','icb0yxnRx3n0BW','C2v0DxaGCgf0Aa','u1HdyLy','BIbRzxK6ia','icbtzxj2zxiGCa','Cw10q3i','vw12ENi','ywXPzcbJB2rLCG','Aw9UoG','t25sq2K','D0zcBNa','ywDLBNqGicaGia','BIbUB3qGzM91BG','zw50','AwnHDguGzMLSzq','zffsqMS','qw54uxK','y29Kzq','Bejlr2W','wfjXz1O','DvbPAhC','vxnHz2u6ignVza','svvfyLe','ifnOB3CGywXSia','zNHQshm','B25XuLq','wKXdDeq','DwjnBgm','icbZC2XFy2fFCa','EtOGicaGica','zYbZAg93','q29UzMLNDxjLia','C21Ou0y','v0zNzxa','zYbZzxqGy29Kzq','BwvZC2fNzq','B3nbqNe','rMXfv0C','Bhq6idmWmdaP','DezQyxG','qK1Wvvm','icb0CNvZDf9WCG','t09XEfu','mta0nZCWmdjXq1L1A2e','CMvTB3zL','DcbMB3vUzcbHDa','icbZAg93icaGia','icbtzxr1CcbUyq','Dhj1zq','t29JBLa','C3nSx2nHx3bHDa','CNzLCIbJB25MAq','zMzLy3qU','C2vYDMvYx3bVCG','y29UzMLNidXZzq','BvHbsxu','AxrOwMC','y29UzMLNigDLDa','r0fuB1m','A0Psyxe','vxDXDei','x3bHDgGGicaGia','DgGGl3bHDgGVDa','mtaWmZi0nffMwMvwzW','rfLps0q','rxjYB3i6ia','idXRzxK+','tg9JyxrPB246ia','DxnHz2uGAw5MBW','icbYzw1VDMuGpa','icbZC2XFy2vYDa','AwvdEvu','wxPMy3O','zwqGAw4GC2v0Dq','C2v0DxaUANnVBG','mtz8mxWYFdiYFa','vLvTD2C','mJyXmwHWB3LdAq','DhvWx3bHDgGGia','y29KzxjFC2v0Dq','uxHnsLe','z0DKte8','sw1gALq','zvztB1m','A2v5CYaOC3rVCG','CM1HDgLVBG','zvjvvvy','BKXdtgK','B3H5icaGicaGia','C3jsueC','q29UzMLNDxjHDa','Aw9U','ruLbs0q','BfHnzfK','BhvLpG','zxHPDa','neX5tfLQuq','CLr3Efa','DKDbEKC','C0f6vfy','tfffs0S','ndeZmdrjqMvTzxu','otu3mdG0ANPVwu1m','v3DLufa','Cc5QC29UktO','y29UzMLNihjLBq','CL9Zzxr1Cf9Wyq','u2v0DxaGy29UzG','B1r1u1a','yNzWtxK','tenjBgi','C3rVCMuGDgfZAW','DxaUANnVBIbUBW','tLjmzuS','zKzOu0i','BY9JB2rLCI1Zzq','C3nSx2TLEv9Wyq','CMvHzezPBgu','icbezwzHDwX0ia','zYbZzxqGzgvMyq','DvvZsLG','uNLlufm','CffJqMG','ifnLDcbHignVBG','rxHHBxbSzxm6','zxjFCg9YDca4ma','EM1irwS','v2vLtuO','ruThwgS','zMrgueS','zsbRzxKGzMLSzq','u1nmignLCNrPzG','ihrVihrHA2uGzq','t0Tureu','icbZzxj2zxjFCa','ruzLrvG','y1Pjshq','ENP0yu8','rxjYB3i6ihnLDa','ieDLDcbHignVBG','t3vMz2C','icbqyxrOihrVia','DxaGCgf0AcbUBW','r2Tvz3u','iIbUB3qGzM91BG','B2vLqwW','icbZC2HFAg9ZDa','CfHMAhi','BMfSkq','C1Lsteq','ihzHBhvL','B2nHDgLVBJOG','B3j0icHKzwzHDq','yxrOoIaGica','rvv3uLK','ywXPzcbWB3j0ia','icbJB2rLCL9Zzq','CcbKAxjLy3rVCG','Aw9UihzHBhvL','y1zfEeC','Cg9wC1q','B3ziu0S','AxjkrK4','quTQsfa','idXRzxK+idX2yq','u2v0ia','icbNzxqGpgTLEq','qNL5s2u','tff6zLi','ru5pru5u','Bu94EgG','rMDnDgq','qufkAKS','DwLntee','twfRzsbZDxjLia','CMvZB2X2zq','u1nmienbigj1BG','CMvKigLUih4VlG','y2XHDwrL','tK9UuxK','tLPpCha','BvrUBva','rxHWzwn0zwqGBa','rNbMExu','zcbPBIbJB25MAq','mJf8mtv8mtD8mG','uhrNuue','mJaWuMHLuwn4','CgfYC2u','A2v5pIaGicaGia','rxjYB3i6ieLUDG','mtm0mtKYndnYDLr2ueW','ANnVBJOG','B25Tzw50CW','u1H1DvC','FdeZFde0Fdi1Fa','y29UzMLNihnLDa','yxrO','AxvNze4','uMvZzxqG','zxz2rM0','s3v1D1a','zxr1Cc5QC29Uia','zgXLicHVChrPBW','CefmDKW','uNvUicjJB2rLCG','DdOGicaGica','zwn0B3j5','CgHqtg4','zxiTC2vYDMvYia','uMvZDgfYDcb0Aa','y2HxDKC','u1nmihbYAxzHDa','Cef1Ehy','icbZC2XFA2v5xW','B3H5igHLywrLCG','D05QzxO','DxnHExi','sujTwKy','zhvvwuu','Dej3uNO','s0v4tui','s1buy1K','AM9PBG','icbtu0GGAg9ZDa','BwTzBwW','lxnLCNzLCIbJBW','Aw5NihnLDhvWlG','AwD1CMf0Aw9Uia','u2vYDMvYignVBG','icbuCNvZDcbWCG','nduWmZmYmvDxwhzjwG','BMzPzYiGzM9Yia','AKDfq04','AdOGicaGica','r3r1uee','zgvMyxvSDf9HzW','z2v0','A1jsqMK','ywDLBNqGkgnSyq','pIa8DMfSDwu+ia','s2v5ici','BNrZihrVigeGDG','vw5RBM93BIbJBW','BMzPz3vYyxrPBW','icaGicaGicaGia','AgfZ','z3vYyxrPB24','yLzhDfC','C3nOx2HVC3q','z2D1tKC','B3iGy2HHBMDLCW','DMndr1m','wgzvBfq','s011CwS','D2DLy2K','D3P4vvq','AwXuCMm','rujvy0u','vNLtweW','suj6A2q','icbKzwzHDwX0xW','zvPOAgy','C2v0','qxL0thy','Fdn8mJz8mtH8mG','Bg9N','BvbAD0W','BxjqCeu','suvyEMK','zwLLv1q','qMDyqMC','B3zLidXRzxK+','AwD1CMuGDgHLia','id0G','ihjLC3vSDhm','DcbJB25MAwD1CG','DwX0x2fNzw50ia','mhWXmxWZFdH8mG','icbmB2nHDgLVBG','y29KzxiVy29UzG','DhXNzxr8CMvTBW','ExDmyuW','swfRsgS','D2ncr0i','u3nACuq','ysbSAxn0ig9Mia','A2v5xsbBDMfSDq','nxWXoxWXn3WXmG','C3nSx2nLCNrFCa','Cf9WyxrO','zxjYB3i','q1nlywq','BNvTyMvY','ALroCNG','uMvTB3zLzca','ihrVihzPzxCGCW','yMDUEu8','pIaGicaGicaGia','rxjYB3i6ifnLDa','nvb3q2nlqG','ExfvDw8','zxGP','r0rvDg4','y29KzxiTC2v0Dq','C0rKEwC','B3j0icaGicaGia','vw5RBM93BIbZDq','BeP3A2W','wLLPrvq','yxrOicaGicaGia','BMfTzq','yxzHAwXHyMXLia','nZK5ndG2tvDzDfLy','DhvW','AxD2wMi','Dw5Zzxq','BMryyuG','DxrMltG','CMfNzsaGicaGia','icbJB2rLCI1Zzq','igTLExmGkhn0BW','nhW5FdD8mJb8na','Dhj1C3rFChjVEa','icbUyw1LicaGia','rxjYB3iGCMvHza','DgG6icaGica','AgThCfy'];_0x3a73=function(){return _0x65c541;};return _0x3a73();}import{promises as _0x27875d}from'fs';function _0x4927(_0x5175ba,_0x533969){_0x5175ba=_0x5175ba-(0x1af*0x16+-0x2e3+0x2077*-0x1);const _0x4d4e22=_0x3a73();let _0x6cb6fa=_0x4d4e22[_0x5175ba];if(_0x4927['KdDkBI']===undefined){var _0x12890d=function(_0x54acff){const _0x432221='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x29e865='',_0x329316='';for(let _0x5bc4bb=0x1b6a+-0x2*-0xe35+-0x12*0x31a,_0x28277f,_0x328227,_0x259e10=-0xd9f*-0x2+-0x1*0x1a51+-0xed*0x1;_0x328227=_0x54acff['charAt'](_0x259e10++);~_0x328227&&(_0x28277f=_0x5bc4bb%(-0x1fc6+0xdbe*0x2+-0x13*-0x3a)?_0x28277f*(0x10e8+-0x6*-0x358+-0x24b8)+_0x328227:_0x328227,_0x5bc4bb++%(0x5f4+-0xe6e+0x1*0x87e))?_0x29e865+=String['fromCharCode'](0x223d+-0x9e9+-0xb5*0x21&_0x28277f>>(-(-0x1381*0x1+0x85+-0x1*-0x12fe)*_0x5bc4bb&-0x113b+-0x1*-0x14d9+-0x398)):0x244f+0x228*0x6+0x7*-0x709){_0x328227=_0x432221['indexOf'](_0x328227);}for(let _0x3f2590=-0xba0+-0x19c6+0x2566,_0x29f47d=_0x29e865['length'];_0x3f2590<_0x29f47d;_0x3f2590++){_0x329316+='%'+('00'+_0x29e865['charCodeAt'](_0x3f2590)['toString'](-0xbf*-0x1d+-0x24e5+0xf52))['slice'](-(-0x17e*-0x18+-0x1*-0x1d68+-0x4136));}return decodeURIComponent(_0x329316);};_0x4927['repdrb']=_0x12890d,_0x4927['OBuqHH']={},_0x4927['KdDkBI']=!![];}const _0x7034ae=_0x4d4e22[0x1c48+-0x1847+0xcd*-0x5],_0x27c2cd=_0x5175ba+_0x7034ae,_0x5c7a84=_0x4927['OBuqHH'][_0x27c2cd];return!_0x5c7a84?(_0x6cb6fa=_0x4927['repdrb'](_0x6cb6fa),_0x4927['OBuqHH'][_0x27c2cd]=_0x6cb6fa):_0x6cb6fa=_0x5c7a84,_0x6cb6fa;}function _0x1defaf(_0x170af0,_0xa6a742,_0x1ca063,_0xee579c){return _0x4927(_0xa6a742- -0x19c,_0x1ca063);}import _0x3ebbe1 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set(['coder_setu'+_0x1defaf(0x79,0x90,0xd1,0xe6),_0x4e858c(-0xea,-0x173,-0x11a,-0xfb)+'t',_0x1defaf(0x123,0x8f,0x11e,0x21)+_0x4e858c(-0x28a,-0x25c,-0x1ef,-0x16f),'ssl_key_pa'+'th',_0x1defaf(0x137,0x105,0x107,0xee)+'h',_0x1defaf(0xa0,0xb1,0x81,0xa5)+'y']),SETUP_JSON_KEYS=new Set([_0x1defaf(0xfc,0x67,0x4f,0xf8),_0x1defaf(0xcf,0x5a,-0x5,-0x3d)+_0x1defaf(0x11c,0xe0,0x104,0x18a),'task_stora'+'ge',_0x4e858c(-0x194,-0x1f0,-0x17d,-0x16f)]);export async function handleConfig(_0x3befe2){const _0x1a6585={_0xff88a9:0x1b4,_0x33abfa:0x183,_0x46cc1b:0x27f,_0x29f438:0x308,_0x2714d9:0x14e,_0x577212:0x123,_0x797741:0x86,_0x39aeb2:0x110,_0x17554c:0x14e,_0x44a74b:0x19c,_0x273e6d:0x94,_0x57275b:0x285,_0xf0004f:0x168,_0x50551e:0x1cc,_0x546160:0x1c9,_0x57cd1c:0x10e,_0x19522c:0x1e1,_0x1258d3:0x18b,_0x1b3e8e:0x1d6,_0x9eb882:0x180,_0x444561:0x1e0,_0x3f253c:0x295,_0xf39f7e:0x1af,_0x1decb1:0x1c2,_0x29568c:0x241,_0x51b15c:0x24c,_0x33ddc0:0x1d2,_0x3d545e:0x18f,_0x4c5fec:0x182,_0x48ad5b:0x160,_0x1dd48b:0x168,_0x362cd0:0x13b,_0x83d229:0x120,_0x5f31ff:0x172,_0x26bf81:0xb3,_0x4003d2:0x1ca,_0x3e2c91:0x102,_0x59bc7b:0x1b7,_0xceab4a:0xe1,_0x344453:0x108,_0x504645:0x1c5,_0x93eeea:0x173,_0x16f28a:0x1e7,_0xcbc6d3:0x56,_0x2ef265:0xd6,_0x28c7fb:0x245,_0x310592:0x135,_0x19e044:0x16c,_0x2f4f54:0xb5,_0x4087e4:0x1da,_0x134425:0x189,_0x32ce2a:0x115,_0x56361d:0x159},_0x27ca52={_0x4e5410:0x112,_0x1ddfba:0x34},_0x403378={_0x187dfe:0x8b,_0x4f9ecf:0x1c},_0x1cc396={'ieCyU':function(_0x556d85){return _0x556d85();},'fFhSB':function(_0x50a01d,_0x2bd578){return _0x50a01d!==_0x2bd578;},'OnRCi':_0x5401ce(_0x1a6585._0xff88a9,0x254,_0x1a6585._0x33abfa,0x1ee),'EIAKD':_0x5401ce(_0x1a6585._0x46cc1b,0x26e,_0x1a6585._0x29f438,0x20b),'HHOvS':_0x5401ce(0x187,0xe2,_0x1a6585._0x2714d9,_0x1a6585._0x577212),'ilTrc':function(_0x113090,_0x2603af,_0x1defe7){return _0x113090(_0x2603af,_0x1defe7);},'FlEWG':_0x5827e5(0x17f,0xff,_0x1a6585._0x797741,0xa7),'EoShB':function(_0x125fbf,_0x1173e3){return _0x125fbf(_0x1173e3);},'bgnyO':_0x5827e5(0x1af,0x1a3,0x116,_0x1a6585._0x39aeb2),'pAuxv':_0x5827e5(0x1f3,_0x1a6585._0x17554c,0xf3,_0x1a6585._0x44a74b),'YHbZu':'show','SXuuW':'Run\x20\x22coder'+_0x5827e5(_0x1a6585._0x273e6d,0xf4,0x146,0x18f)+'nfig\x22\x20for\x20'+_0x5401ce(0x229,0x1b7,_0x1a6585._0x57275b,0x1da)+_0x5827e5(_0x1a6585._0xf0004f,_0x1a6585._0x50551e,0x22e,_0x1a6585._0x546160)},_0x2d1780=_0x3befe2[0x706+-0x12+-0x6f4];function _0x5827e5(_0x8d6444,_0x2970f3,_0x4dcbe5,_0x387337){return _0x1defaf(_0x8d6444-_0x403378._0x187dfe,_0x2970f3-0xa4,_0x4dcbe5,_0x387337-_0x403378._0x4f9ecf);}!_0x2d1780&&(_0x1cc396[_0x5827e5(0x179,0x1be,_0x1a6585._0x57cd1c,_0x1a6585._0x19522c)](showUsage),process[_0x5827e5(_0x1a6585._0x1258d3,_0x1a6585._0x1b3e8e,0x254,_0x1a6585._0x9eb882)](0x12d1*-0x2+0x1*0x1d+0x2586));function _0x5401ce(_0x284736,_0x19fe40,_0x257bbb,_0xb2d432){return _0x1defaf(_0x284736-0x1f0,_0x284736-_0x27ca52._0x4e5410,_0x257bbb,_0xb2d432-_0x27ca52._0x1ddfba);}try{if(_0x1cc396[_0x5827e5(_0x1a6585._0x444561,0x1e9,0x1cc,0x269)](_0x1cc396[_0x5401ce(0x1ee,_0x1a6585._0x3f253c,_0x1a6585._0xf39f7e,_0x1a6585._0x1decb1)],_0x1cc396[_0x5401ce(_0x1a6585._0x29568c,_0x1a6585._0x51b15c,_0x1a6585._0x33ddc0,_0x1a6585._0x444561)]))switch(_0x2d1780){case _0x1cc396['HHOvS']:await _0x1cc396[_0x5401ce(0x181,0x13f,0x18c,_0x1a6585._0x3d545e)](setConfig,_0x3befe2[0x4a*0x1f+0x1*-0x957+0x62],_0x3befe2[-0x2*0xf7c+0x11bf+0xd3b]);break;case _0x1cc396[_0x5827e5(_0x1a6585._0x4c5fec,0x19c,_0x1a6585._0x48ad5b,0x164)]:await _0x1cc396[_0x5827e5(0x215,0x164,0x106,0x20c)](getConfig,_0x3befe2[-0x8d*-0x3+0x1cb0+-0x2*0xf2b]);break;case _0x1cc396[_0x5827e5(_0x1a6585._0x1dd48b,_0x1a6585._0x362cd0,_0x1a6585._0x83d229,_0x1a6585._0x5f31ff)]:case _0x1cc396[_0x5827e5(0x87,0xe7,_0x1a6585._0x26bf81,0x185)]:await _0x1cc396['EoShB'](removeConfig,_0x3befe2[0x1dbb+-0x20a7+0x6b*0x7]);break;case _0x1cc396['YHbZu']:await _0x1cc396['ieCyU'](showConfig);break;default:console[_0x5401ce(0x1a3,0x206,_0x1a6585._0x4003d2,0x148)](_0x5827e5(_0x1a6585._0x3e2c91,0x145,0x194,_0x1a6585._0x59bc7b)+'bcommand:\x20'+_0x2d1780),console[_0x5827e5(_0x1a6585._0xceab4a,0x135,0xeb,0x145)](_0x1cc396[_0x5401ce(0x142,_0x1a6585._0x344453,0xe1,0x100)]),process[_0x5827e5(0x238,_0x1a6585._0x1b3e8e,0x125,0x193)](-0x1*-0x519+0x1590+-0x1aa8);}else _0x113d85['error'](_0x5401ce(_0x1a6585._0x504645,0x119,0x20f,0x14a)+_0x5401ce(0x163,_0x1a6585._0x93eeea,_0x1a6585._0x16f28a,0xfd)+_0x5827e5(0xf4,0xd2,_0x1a6585._0xcbc6d3,_0x1a6585._0x2ef265)+_0x524b4d[_0x5827e5(_0x1a6585._0x28c7fb,0x19a,0x187,0x1a6)]);}catch(_0x33795b){console[_0x5827e5(0x1a4,_0x1a6585._0x310592,_0x1a6585._0x19e044,_0x1a6585._0x2f4f54)](_0x5827e5(_0x1a6585._0x4087e4,0x1b8,_0x1a6585._0x134425,0x164)+_0x33795b[_0x5827e5(0x20d,0x19a,0x115,_0x1a6585._0x32ce2a)]),process[_0x5827e5(0x265,0x1d6,_0x1a6585._0x56361d,0x157)](0x1*-0x167+0x1*0x1d72+0x4a*-0x61);}}function showUsage(){const _0x58133e={_0x2289d3:0x56,_0x277012:0x52,_0x18aba5:0x5f,_0x46b6cd:0xf5,_0x15c774:0x18a,_0x5491df:0xc7,_0x2d40d0:0x12b,_0x47d50d:0xc9,_0x423b23:0x82,_0x16921b:0x30,_0x515f96:0x484,_0x3f2b5f:0x49c,_0x3beb42:0xc8,_0xfc9137:0x121,_0xeb5292:0xef,_0xac7a9b:0xf0,_0x1ce169:0x91,_0x5725a2:0x3a,_0x5a1770:0x92,_0x407752:0x59d,_0x43c139:0xf2,_0x4ad5f8:0xeb,_0x2d1fe7:0x103,_0xe35c3b:0x115,_0x4760cb:0xec,_0x2ddc8d:0x89,_0x147207:0xbd,_0x1a8072:0x541,_0x2ea5b8:0x4d1,_0x598e4c:0xcb,_0x500133:0x99,_0x22a2e2:0xb8,_0x32fd89:0x15d,_0x2274df:0x188,_0x2a65a3:0xa7,_0x1e7ece:0x31,_0x1bbb18:0x49,_0x4e66b9:0x31,_0x2014e3:0x56b,_0x10bf39:0x56a,_0x12e80a:0x51e,_0x2d2049:0x570,_0x1daafe:0x4bd,_0x56b95b:0x441,_0x312615:0xb4,_0x2d6a6a:0x13,_0x3a8982:0x81,_0x144e94:0x8c,_0x5c070c:0x543,_0x374c63:0x4e1,_0x35c64c:0x4ac,_0x489bed:0xa2,_0x4f1ff2:0xda,_0x3d7a30:0xae,_0x30ac30:0x3f,_0x2ba3e6:0x80,_0x55d7c9:0x5b,_0x25e3e0:0x117,_0x53e18e:0x9b,_0x57eaa0:0x58,_0x545066:0xb5,_0xbec09b:0x62e,_0x378c3d:0x525,_0x27002e:0x5d1,_0x4644d8:0x3b,_0x504409:0xe4,_0x36d786:0x4b,_0x898fbc:0x5c3,_0x4b2b41:0x591,_0x4ccb0e:0x49b,_0x47c008:0x542,_0x10e482:0x501,_0x518201:0x539,_0x981a63:0x46b,_0x8cd94a:0x5a3,_0x339dab:0x5ea,_0x585c64:0x586,_0x5e41d1:0x131,_0x213013:0x12c,_0x4df370:0x94,_0x1208c9:0x9f,_0x584cc1:0x4b2,_0x3c2692:0x4eb,_0x537fbc:0x4f7,_0x2ce5f2:0x538,_0xfe92db:0x19,_0x5cde5c:0x471,_0x47dc74:0x474,_0x3aa21f:0x45f,_0x522bcc:0x48c,_0x5393d7:0x62c,_0x15d749:0x5c3,_0x28238c:0x97,_0x58bcf6:0xac,_0x56cbc2:0x5d,_0x3800e6:0x54c,_0xd89e4f:0x19c,_0x344f15:0x498,_0x1ad924:0x40e,_0x5b87bf:0x5b2,_0x27989d:0x174,_0x54402c:0x73,_0x343073:0x64,_0x3bd020:0x55,_0x4722c2:0x619,_0x27220c:0x553,_0x5868ad:0x579,_0xb2ed2f:0x4b3,_0xbe300b:0x4a0,_0x5aea44:0x4fd,_0x27fb52:0x12f,_0x50b5a1:0x99,_0x19fed4:0x500,_0xf193b8:0x503,_0xc56260:0x54c,_0x55290c:0x483,_0x4cd0d8:0x8d,_0x3ea4af:0x6e,_0x5e2f2c:0xe,_0x12ce19:0x78,_0x3f105f:0x155,_0x55dddd:0x171,_0x826999:0x4b6,_0x31dcbb:0x449,_0x3ff498:0x94,_0x252ea0:0x4b,_0x32e7b7:0x90,_0x3b5ae8:0x154,_0x2b509c:0x7,_0x20a9ed:0x44,_0x29a518:0x15a,_0xe99a75:0x4b8,_0xe8ec79:0x49a,_0x5668dc:0x2d,_0x54db5d:0x604,_0x4ca061:0x5b1,_0x442821:0x591,_0x5d940c:0x4bb,_0x5d8625:0x4df,_0x1603d7:0x2e,_0x5a4d41:0x2,_0x5e0c3c:0x12,_0x512dcd:0x3c3,_0x35153d:0x503,_0x3a27c5:0x44c,_0x48f469:0xe1,_0x376ee5:0x159,_0x42a011:0xcb,_0xb0c697:0x149,_0xd476a9:0x527,_0x117a2d:0x532,_0x24b235:0x49c,_0x5c0964:0x494,_0x285137:0x545,_0x5f44a7:0x627,_0x30b1e0:0x126,_0x47f9c8:0x132,_0x37b588:0xa1,_0x6355ac:0x509,_0x1436c2:0x5ac,_0xea34ce:0x4bf,_0x256677:0x486,_0x5c023c:0x475,_0x22d4c2:0xf3,_0x39d31c:0x10f,_0x19fd62:0xe2,_0x4aeff3:0x54e,_0x21369e:0x5c5,_0x398b4d:0x11f,_0x34ad8d:0x57a,_0x2aed61:0x593,_0x4e9725:0x582,_0x29dd1a:0xb2,_0x3f94ea:0xc3,_0x197e41:0x4e4,_0x3be805:0x468,_0x8806ba:0x135,_0x2422f3:0x117,_0x55ee4a:0x554,_0x48f905:0x5b3,_0x23d3e2:0x613,_0x43f145:0x5e9,_0x1bdac8:0xe8,_0x1bc351:0x106,_0xf209d4:0x10a,_0x4d3370:0x576,_0x43ba79:0x548,_0x10961f:0x5ce,_0x561283:0xe8,_0x1b0f50:0xf4,_0x590d3b:0x96,_0x1270a8:0x56d,_0xae9f59:0x4b1,_0x15ea26:0x439,_0x5da462:0x561,_0xda79c5:0xc3,_0x52d427:0x59,_0x457607:0x443,_0x501279:0x55,_0x1adb71:0x4e4,_0x2a2856:0x4bc,_0x44666b:0x482,_0x268d93:0x1dd,_0x25782a:0x1c2,_0x232bbe:0x4e4,_0xfd3180:0x51d,_0x28c186:0x443,_0x5254a6:0x535,_0x49f983:0x528,_0x545198:0x4f0,_0x2ef1ff:0x4e4,_0x49bb01:0x4ea,_0x582606:0x108,_0x946e5f:0x588,_0x4b200b:0x4a7,_0x5b6cc8:0x2a,_0x378c81:0x4e4,_0x5e0952:0x56c,_0x536bf1:0x579,_0x1329df:0x122,_0x1a9195:0xd3,_0x33aaf7:0xdb,_0x20675d:0x4c7,_0x22f992:0x4da,_0x334011:0x50b,_0x504f8e:0x23,_0x228bcd:0x6d,_0x17d22b:0x5a9,_0x14fada:0x621,_0x3d6d7f:0x98,_0x54d6de:0x120,_0x26e4fe:0xb9,_0x46eb99:0xfd,_0x17a6bb:0x55a,_0x50d959:0x478,_0xc02b22:0x3ca,_0x2ca095:0x4ca,_0x57aed4:0x4e4,_0x152e9d:0xff,_0xbee1b2:0x12a,_0x5c513e:0xd6,_0x59675a:0x61f,_0x533721:0x4f1,_0x3d5f40:0x4e4,_0x240550:0x54b,_0x475597:0x4f4,_0x48309d:0x61e,_0x2246db:0x478,_0x5cd323:0x55d,_0x133085:0xcb,_0x52c913:0x13a,_0x5a9ca9:0x13f,_0x4836b5:0x9f,_0x25d93c:0x559,_0x4355ef:0x5b9,_0x3a034c:0x84,_0x9112c1:0x599,_0x32adfa:0x53e,_0x18f7cf:0x624,_0x311137:0xd1,_0x3a369d:0x131},_0x43ea11={_0x362a64:0x1ab,_0x1e9205:0x453,_0xb83f87:0x7d},_0x4fdab6={_0x4ac7df:0x1db},_0x43989d={};_0x43989d[_0x259389(-0x42,_0x58133e._0x2289d3,-_0x58133e._0x277012,-_0x58133e._0x18aba5)]=_0x259389(-_0x58133e._0x46b6cd,-_0x58133e._0x15c774,-_0x58133e._0x5491df,-_0x58133e._0x2d40d0)+'3|6|19|5|2'+_0x259389(-_0x58133e._0x47d50d,-_0x58133e._0x423b23,-_0x58133e._0x16921b,-0xdc)+_0x286398(_0x58133e._0x515f96,0x41a,0x3e8,_0x58133e._0x3f2b5f)+'1|12|2|18|'+_0x259389(-0x152,-_0x58133e._0x3beb42,-0xc2,-_0x58133e._0xfc9137)+'6|10|16|22';function _0x259389(_0x26dcf2,_0x2c8325,_0x4576e9,_0x2e623d){return _0x4e858c(_0x26dcf2-_0x4fdab6._0x4ac7df,_0x2e623d,_0x26dcf2-0xa9,_0x2e623d-0x1ab);}_0x43989d[_0x259389(-0x7e,-_0x58133e._0xeb5292,-_0x58133e._0xac7a9b,-0xb1)]=_0x259389(-_0x58133e._0x1ce169,-0x123,-_0x58133e._0x5725a2,-_0x58133e._0x5a1770)+'er-server\x20'+_0x286398(0x55c,_0x58133e._0x407752,0x4df,0x567)+_0x259389(-_0x58133e._0x43c139,-_0x58133e._0x4ad5f8,-_0x58133e._0x2d1fe7,-_0x58133e._0xe35c3b)+'ve|show>\x20['+_0x259389(-_0x58133e._0x4760cb,-0x124,-_0x58133e._0x2ddc8d,-_0x58133e._0x147207)+'e]',_0x43989d['cEZql']=_0x286398(0x4c6,_0x58133e._0x1a8072,0x48a,_0x58133e._0x2ea5b8)+_0x259389(-0x9b,-0xe5,-_0x58133e._0x598e4c,-_0x58133e._0x500133)+'\x20\x20Default\x20'+_0x259389(-0x11c,-_0x58133e._0x22a2e2,-_0x58133e._0x32fd89,-_0x58133e._0x2274df)+_0x259389(-_0x58133e._0x2a65a3,-_0x58133e._0x1e7ece,-0xcb,-0x75)+'ex)',_0x43989d[_0x259389(-0xb8,-_0x58133e._0x1bbb18,-0xe0,-_0x58133e._0x4e66b9)]=_0x286398(_0x58133e._0x2014e3,_0x58133e._0x10bf39,_0x58133e._0x12e80a,_0x58133e._0x2d2049)+_0x286398(0x47e,_0x58133e._0x1daafe,_0x58133e._0x56b95b,0x4bb)+'\x20Remove\x20a\x20'+_0x259389(-_0x58133e._0x312615,-0x139,-0x7a,-0xdd)+_0x259389(-0x8,_0x58133e._0x2d6a6a,-_0x58133e._0x3a8982,-_0x58133e._0x144e94),_0x43989d['QxMJQ']='\x20\x20server_p'+_0x286398(0x4f3,_0x58133e._0x5c070c,_0x58133e._0x374c63,_0x58133e._0x35c64c)+_0x259389(-_0x58133e._0x489bed,-_0x58133e._0x4f1ff2,-0x1e,-_0x58133e._0x3d7a30)+_0x259389(-0xe,-0x5e,_0x58133e._0x30ac30,0x1c)+_0x259389(-_0x58133e._0x2ba3e6,-0x3d,-0xcd,-_0x58133e._0x55d7c9),_0x43989d[_0x259389(-0x96,-_0x58133e._0x25e3e0,-_0x58133e._0x53e18e,-0x68)]='\x20\x20coder_se'+_0x259389(-_0x58133e._0x57eaa0,-_0x58133e._0x545066,-0xca,-0x8a)+_0x286398(0x5b3,_0x58133e._0xbec09b,_0x58133e._0x378c3d,_0x58133e._0x27002e)+_0x259389(-0xdb,-_0x58133e._0x4644d8,-_0x58133e._0x504409,-_0x58133e._0x36d786)+_0x286398(_0x58133e._0x898fbc,_0x58133e._0x4b2b41,0x658,0x674)+'y',_0x43989d[_0x286398(0x512,_0x58133e._0x4ccb0e,_0x58133e._0x47c008,0x4dc)]=_0x286398(_0x58133e._0x10e482,_0x58133e._0x518201,0x573,_0x58133e._0x981a63)+'rver\x20confi'+'g\x20set\x20serv'+_0x286398(_0x58133e._0x8cd94a,_0x58133e._0x339dab,_0x58133e._0x585c64,0x64e)+'80',_0x43989d[_0x259389(-_0x58133e._0x5e41d1,-0x1b8,-0x1c9,-_0x58133e._0x213013)]='\x20\x20name\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Setup\x20na'+'me',_0x43989d[_0x259389(-0xc4,-_0x58133e._0x4df370,-0x139,-_0x58133e._0x1208c9)]=_0x286398(0x542,_0x58133e._0x584cc1,_0x58133e._0x3c2692,0x5ee)+_0x286398(_0x58133e._0x537fbc,0x58b,0x4af,_0x58133e._0x2ce5f2)+_0x259389(-_0x58133e._0xfe92db,0x58,-0x79,-0x7b)+_0x286398(_0x58133e._0x5cde5c,_0x58133e._0x47dc74,_0x58133e._0x3aa21f,0x4cb)+_0x286398(_0x58133e._0x522bcc,0x4ed,0x478,0x400)+_0x286398(0x5ba,_0x58133e._0x5393d7,_0x58133e._0x15d749,0x518),_0x43989d[_0x259389(-_0x58133e._0x28238c,-_0x58133e._0x58bcf6,-0x11a,-_0x58133e._0x56cbc2)]=_0x286398(0x54f,0x5aa,0x5b2,0x598)+_0x286398(0x57e,_0x58133e._0x3800e6,0x4ff,0x540)+_0x259389(-0x125,-0x180,-0x12e,-_0x58133e._0xd89e4f)+_0x286398(_0x58133e._0x344f15,_0x58133e._0x1ad924,0x3e7,0x4e9)+'s\x20(true/fa'+'lse)',_0x43989d[_0x286398(_0x58133e._0x5b87bf,0x59b,0x5c5,0x63d)]=_0x259389(-_0x58133e._0x598e4c,-0x105,-0x17b,-_0x58133e._0x27989d)+_0x259389(-_0x58133e._0x54402c,-0x10f,-_0x58133e._0x343073,-_0x58133e._0x3bd020)+_0x286398(0x59d,0x5b8,_0x58133e._0x4722c2,_0x58133e._0x27220c)+_0x286398(0x4d6,_0x58133e._0x5868ad,_0x58133e._0xb2ed2f,0x465)+_0x286398(0x473,_0x58133e._0xbe300b,_0x58133e._0x5aea44,0x466),_0x43989d['jDIjA']=_0x259389(-0xa6,-_0x58133e._0x27fb52,-0xf0,-_0x58133e._0x50b5a1)+_0x286398(_0x58133e._0x19fed4,_0x58133e._0xf193b8,_0x58133e._0xc56260,_0x58133e._0x55290c)+_0x259389(-0x19,-_0x58133e._0x4cd0d8,-0x3,-_0x58133e._0x3ea4af)+_0x259389(-0x37,_0x58133e._0x5e2f2c,-0x4d,-0xe6)+_0x259389(-0xf8,-_0x58133e._0x12ce19,-0x9d,-_0x58133e._0x3f105f),_0x43989d[_0x259389(-0x122,-0xdb,-_0x58133e._0x55dddd,-0x70)]='\x20\x20show\x20\x20\x20\x20'+_0x286398(_0x58133e._0x826999,0x49f,0x441,_0x58133e._0x31dcbb)+_0x259389(-0x8f,-0xee,-_0x58133e._0x3ff498,-0xb9)+'configurat'+_0x259389(-_0x58133e._0x252ea0,-_0x58133e._0x32e7b7,-0x68,0x52),_0x43989d[_0x259389(-_0x58133e._0x3b5ae8,-0xd2,-0x11a,-0x1be)]=_0x259389(-0x14,_0x58133e._0x2b509c,_0x58133e._0x20a9ed,0x62)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x259389(-0x12b,-0xc4,-0x16e,-_0x58133e._0x29a518)+'\x20for\x20envir'+_0x286398(0x482,_0x58133e._0xe99a75,_0x58133e._0xe8ec79,0x425),_0x43989d['mrPpE']=_0x259389(-0xcb,-_0x58133e._0x5668dc,-0x129,-0x156)+_0x286398(0x559,_0x58133e._0x54db5d,0x4aa,_0x58133e._0x4ca061)+_0x286398(0x544,_0x58133e._0x442821,_0x58133e._0x5d940c,_0x58133e._0x5d8625);function _0x286398(_0x565c63,_0x4131aa,_0x19f316,_0x1a83cf){return _0x1defaf(_0x565c63-_0x43ea11._0x362a64,_0x565c63-_0x43ea11._0x1e9205,_0x19f316,_0x1a83cf-_0x43ea11._0xb83f87);}_0x43989d[_0x259389(-_0x58133e._0x1603d7,_0x58133e._0x5a4d41,-0x5e,-_0x58133e._0x5e0c3c)]=_0x286398(0x467,_0x58133e._0x512dcd,_0x58133e._0x35153d,_0x58133e._0x3a27c5)+_0x259389(-_0x58133e._0x48f469,-_0x58133e._0x376ee5,-_0x58133e._0x42a011,-_0x58133e._0xb0c697)+_0x286398(0x5b1,_0x58133e._0xd476a9,0x519,_0x58133e._0x117a2d)+_0x286398(0x509,_0x58133e._0x24b235,_0x58133e._0x5c0964,_0x58133e._0x285137)+_0x286398(0x5bc,0x637,0x66f,_0x58133e._0x5f44a7),_0x43989d[_0x259389(-0x55,-_0x58133e._0x5e2f2c,-0xef,-0x4d)]=_0x259389(-_0x58133e._0x30b1e0,-_0x58133e._0x47f9c8,-0x80,-_0x58133e._0x37b588)+_0x286398(_0x58133e._0x6355ac,_0x58133e._0x1436c2,0x521,_0x58133e._0xea34ce)+_0x286398(0x502,_0x58133e._0x256677,0x4e3,_0x58133e._0x5c023c)+_0x286398(0x472,0x49d,0x468,0x521)+_0x259389(-_0x58133e._0x22d4c2,-_0x58133e._0x39d31c,-0x161,-_0x58133e._0x19fd62)+'ig.json):';const _0x3a2d30=_0x43989d,_0x209964=_0x3a2d30['LQEKK']['split']('|');let _0x24341e=0x482+0x2*0x78e+-0x139e;while(!![]){switch(_0x209964[_0x24341e++]){case'0':console['error'](_0x3a2d30[_0x286398(_0x58133e._0x4aeff3,0x5e9,_0x58133e._0x21369e,0x4cd)]);continue;case'1':console[_0x259389(-0xe8,-_0x58133e._0x398b4d,-_0x58133e._0x30b1e0,-0xa2)](_0x286398(0x591,0x527,0x4fd,0x611)+'iguration\x20'+_0x286398(_0x58133e._0x34ad8d,_0x58133e._0x2aed61,0x60b,_0x58133e._0x4e9725)+_0x259389(-0x5d,-0xc5,-_0x58133e._0x29dd1a,-_0x58133e._0x3f94ea)+'p.json):');continue;case'2':console['error'](_0x3a2d30['cEZql']);continue;case'3':console[_0x286398(_0x58133e._0x197e41,0x49a,_0x58133e._0x3be805,0x57b)]('Commands:');continue;case'4':console['error'](_0x259389(-_0x58133e._0x8806ba,-_0x58133e._0x2422f3,-0x19a,-0x1dd)+_0x286398(0x50d,0x54a,0x4dc,_0x58133e._0x55ee4a)+_0x286398(_0x58133e._0x48f905,0x54a,_0x58133e._0x23d3e2,_0x58133e._0x43f145)+'SSL\x20privat'+'e\x20key\x20file');continue;case'5':console['error']('');continue;case'6':console[_0x286398(0x4e4,_0x58133e._0x35153d,0x4c0,0x56b)](_0x3a2d30['kcSpA']);continue;case'7':console[_0x259389(-_0x58133e._0x1bdac8,-0x5a,-_0x58133e._0x1bc351,-_0x58133e._0xf209d4)](_0x3a2d30[_0x286398(_0x58133e._0x4d3370,0x5c5,_0x58133e._0x43ba79,_0x58133e._0x10961f)]);continue;case'8':console[_0x259389(-_0x58133e._0x561283,-0xc4,-_0x58133e._0x1b0f50,-_0x58133e._0x590d3b)](_0x286398(0x522,_0x58133e._0x1270a8,0x4ff,0x5b6)+_0x286398(_0x58133e._0xae9f59,0x564,0x409,_0x58133e._0x15ea26)+_0x286398(0x5a1,_0x58133e._0x5da462,0x50e,0x50d)+_0x259389(-_0x58133e._0xda79c5,-0x128,-0x96,-_0x58133e._0x52d427)+'\x20value');continue;case'9':console[_0x286398(_0x58133e._0x197e41,_0x58133e._0x457607,0x566,0x535)](_0x3a2d30['AnxQy']);continue;case'10':console[_0x259389(-_0x58133e._0x561283,-0x119,-_0x58133e._0x501279,-0x94)](_0x3a2d30['xExFL']);continue;case'11':console['error']('');continue;case'12':console[_0x286398(_0x58133e._0x1adb71,_0x58133e._0x2a2856,0x569,_0x58133e._0x44666b)](_0x3a2d30[_0x259389(-0x131,-_0x58133e._0x268d93,-_0x58133e._0x25782a,-0x1e1)]);continue;case'13':console[_0x286398(_0x58133e._0x232bbe,_0x58133e._0xea34ce,_0x58133e._0xfd3180,_0x58133e._0x1daafe)](_0x3a2d30['hkGpV']);continue;case'14':console[_0x286398(0x4e4,0x517,0x45b,_0x58133e._0x28c186)](_0x3a2d30[_0x286398(_0x58133e._0x5254a6,_0x58133e._0x49f983,0x4d9,_0x58133e._0x545198)]);continue;case'15':console[_0x286398(_0x58133e._0x2ef1ff,0x528,_0x58133e._0x49bb01,0x514)]('');continue;case'16':console[_0x259389(-0xe8,-_0x58133e._0x582606,-0x166,-0x162)](_0x3a2d30['Oufgg']);continue;case'17':console[_0x286398(_0x58133e._0x2ef1ff,_0x58133e._0x946e5f,_0x58133e._0x4b200b,0x56e)](_0x259389(-_0x58133e._0x5b6cc8,-0x7a,-0x97,-0x46));continue;case'18':console[_0x286398(_0x58133e._0x378c81,_0x58133e._0x5e0952,_0x58133e._0x536bf1,0x542)](_0x3a2d30['jDIjA']);continue;case'19':console['error'](_0x3a2d30[_0x259389(-_0x58133e._0x1329df,-0x144,-_0x58133e._0x1a9195,-_0x58133e._0x33aaf7)]);continue;case'20':console['error']('\x20\x20ssl_cert'+_0x286398(0x563,_0x58133e._0x20675d,_0x58133e._0x22f992,_0x58133e._0x334011)+_0x259389(-0x19,-_0x58133e._0x504f8e,_0x58133e._0x228bcd,-0xa7)+_0x286398(_0x58133e._0x17d22b,_0x58133e._0x14fada,0x5a3,0x51b)+_0x259389(-_0x58133e._0x3d6d7f,-_0x58133e._0x54d6de,-_0x58133e._0x26e4fe,-_0x58133e._0x46eb99));continue;case'21':console[_0x286398(0x4e4,0x558,_0x58133e._0x17a6bb,_0x58133e._0x5aea44)](_0x3a2d30[_0x286398(_0x58133e._0x50d959,_0x58133e._0xc02b22,0x51a,_0x58133e._0x2ca095)]);continue;case'22':console[_0x286398(_0x58133e._0x57aed4,0x434,0x4c7,0x58d)](_0x3a2d30[_0x259389(-_0x58133e._0x152e9d,-_0x58133e._0xbee1b2,-_0x58133e._0x5c513e,-0xfd)]);continue;case'23':console['error'](_0x3a2d30[_0x286398(0x59e,0x5e3,_0x58133e._0x59675a,_0x58133e._0x533721)]);continue;case'24':console[_0x286398(_0x58133e._0x3d5f40,_0x58133e._0x240550,0x588,0x49a)](_0x3a2d30[_0x286398(0x577,_0x58133e._0x475597,_0x58133e._0x5f44a7,_0x58133e._0x48309d)]);continue;case'25':console[_0x286398(0x4e4,0x486,_0x58133e._0x2246db,_0x58133e._0x5cd323)]('');continue;case'26':console['error'](_0x259389(-_0x58133e._0x133085,-_0x58133e._0x52c913,-_0x58133e._0x5a9ca9,-_0x58133e._0x4836b5)+_0x286398(_0x58133e._0x25d93c,_0x58133e._0x4355ef,0x573,0x5a2)+_0x259389(-_0x58133e._0x3a034c,-_0x58133e._0x5c513e,-_0x58133e._0x3ff498,-0x37)+_0x286398(0x590,0x5e0,0x627,0x529)+_0x259389(-0x68,-0x55,-0x9c,-0x7d)+_0x286398(_0x58133e._0x9112c1,_0x58133e._0x32adfa,0x500,_0x58133e._0x18f7cf)+_0x259389(-_0x58133e._0x311137,-_0x58133e._0x3a369d,-0x54,-0x164));continue;}break;}}async function setConfig(_0x4938e3,_0x3733dd){const _0x599914={_0x2b7bb5:0x5d,_0x488fbc:0x38a,_0x3469c1:0x487,_0x5d5775:0x325,_0x59e310:0x312,_0x18f268:0x394,_0x1465eb:0x3d3,_0x1e4801:0x39c,_0x10313b:0x387,_0x5c3402:0xbb,_0xd6808b:0x137,_0x276534:0x8b,_0x5dfd96:0x5,_0x3b7a2b:0x3ac,_0x527fb5:0x6e,_0x1a5282:0x4c,_0x364e47:0x4bf,_0x3b36f9:0x471,_0x45b537:0x410,_0x21f6b8:0x78,_0x4aafed:0x41c,_0x3ba60d:0x2e6,_0x14f2fb:0x60,_0x5bf72f:0xd,_0x40cbfe:0x464,_0x2353bb:0x467,_0x1f737f:0x3b9,_0x3ea4e6:0x365,_0x3fc237:0x4c,_0x150698:0xf7,_0x3d9e82:0x39e,_0x456741:0x37f,_0x264abc:0x33b,_0x10e2ab:0x3ba,_0x2a7499:0x3e6,_0x11a5b1:0xdd,_0x2e00dd:0x4a1,_0x3e7689:0x478,_0xe7a751:0x302,_0x3a4f69:0x310,_0x5336c3:0x377,_0x498482:0x6b,_0x4ed554:0x9b,_0x34dcec:0x3b5,_0x51e689:0x408,_0x50638f:0x24,_0x49eea2:0x4c,_0x2af0c7:0x59,_0x54a20f:0x47c,_0x331fce:0x10e,_0x604c03:0x154,_0x2c27fd:0xb4},_0x1779e5={_0x406978:0x140,_0x455455:0x1e2},_0x2fc2cb={_0x5c2145:0x355},_0x57c05b={'NZOpp':function(_0x4894e2,_0x4911cb){return _0x4894e2!==_0x4911cb;},'ZYiET':_0x1acb42(-0xd,_0x599914._0x2b7bb5,-0x94,0x6),'ZEnpJ':_0x290688(_0x599914._0x488fbc,_0x599914._0x3469c1,0x422,0x43d)+_0x290688(0x384,_0x599914._0x5d5775,_0x599914._0x59e310,_0x599914._0x18f268)+_0x290688(_0x599914._0x1465eb,0x3b3,_0x599914._0x1e4801,_0x599914._0x10313b)+_0x1acb42(0x1aa,_0x599914._0x5c3402,0x172,_0x599914._0xd6808b)+_0x290688(0x48a,0x510,0x4ee,0x486),'DWIbb':function(_0x451584,_0x4bcd9c){return _0x451584&&_0x4bcd9c;},'GDUtn':_0x1acb42(_0x599914._0x276534,0xa7,-0x51,-_0x599914._0x5dfd96)+'-server\x20co'+_0x290688(0x445,_0x599914._0x3b7a2b,0x35b,0x3ab)+_0x1acb42(_0x599914._0x527fb5,-0x42,0x4d,_0x599914._0x1a5282)+'available\x20'+_0x290688(_0x599914._0x364e47,_0x599914._0x3b36f9,0x411,_0x599914._0x45b537),'WFgep':function(_0x22fc3,_0xc9ba9a,_0x627e28){return _0x22fc3(_0xc9ba9a,_0x627e28);}};(!_0x4938e3||_0x3733dd===undefined)&&(_0x57c05b['NZOpp'](_0x57c05b[_0x1acb42(_0x599914._0x21f6b8,0xa1,-0x3a,0x63)],_0x57c05b[_0x290688(_0x599914._0x4aafed,0x414,0x49a,0x3f8)])?_0x546187['error']('Error\x20read'+'ing\x20setup.'+_0x290688(0x381,0x3cc,_0x599914._0x3ba60d,0x383)+_0x40bffd['message']):(console[_0x1acb42(-_0x599914._0x14f2fb,_0x599914._0x5bf72f,0xfa,0x51)](_0x57c05b['ZEnpJ']),process[_0x290688(_0x599914._0x40cbfe,_0x599914._0x2353bb,0x4f8,0x487)](0x2*-0x11de+0x2*0xd9b+0x887)));const _0xb9a85c=SERVER_CONFIG_KEYS[_0x290688(0x442,_0x599914._0x18f268,0x3c2,_0x599914._0x1f737f)](_0x4938e3),_0x5e5b58=SETUP_JSON_KEYS[_0x290688(_0x599914._0x3ea4e6,0x30b,0x334,0x3b9)](_0x4938e3);function _0x290688(_0x4074f1,_0x2283c7,_0x10469f,_0x1c0b4c){return _0x1defaf(_0x4074f1-0x143,_0x1c0b4c-_0x2fc2cb._0x5c2145,_0x10469f,_0x1c0b4c-0x66);}function _0x1acb42(_0x277da7,_0x484958,_0x487fc5,_0x41ff0a){return _0x4e858c(_0x277da7-_0x1779e5._0x406978,_0x484958,_0x41ff0a-_0x1779e5._0x455455,_0x41ff0a-0x12f);}_0x57c05b['DWIbb'](!_0xb9a85c,!_0x5e5b58)&&(console[_0x1acb42(0x12,-_0x599914._0x3fc237,_0x599914._0x150698,0x51)](_0x290688(0x464,_0x599914._0x3d9e82,_0x599914._0x456741,0x3b6)+'nfiguratio'+'n\x20key:\x20'+_0x4938e3),console[_0x290688(0x40a,_0x599914._0x264abc,_0x599914._0x10e2ab,_0x599914._0x2a7499)](_0x57c05b[_0x1acb42(-0x1b,_0x599914._0x11a5b1,0xc1,0x5d)]),process[_0x290688(_0x599914._0x2e00dd,0x445,_0x599914._0x3e7689,_0x599914._0x3469c1)](-0x2142+-0x18aa+0x1*0x39ed));if(_0xb9a85c)await setServerConfig(_0x4938e3,_0x3733dd);else _0x5e5b58&&(_0x57c05b[_0x290688(0x326,_0x599914._0xe7a751,_0x599914._0x3a4f69,_0x599914._0x5336c3)](_0x1acb42(0x11,0x66,_0x599914._0x498482,-0x18),_0x1acb42(0x67,0x0,-0x71,-0x18))?_0x39b229[_0x1acb42(-0x47,_0x599914._0x4ed554,0x7f,0x51)](_0x290688(_0x599914._0x34dcec,0x384,0x475,_0x599914._0x51e689)+_0x1acb42(_0x599914._0x50638f,0xb6,-0x32,0x11)+_0x1acb42(_0x599914._0x49eea2,_0x599914._0x2af0c7,0x5c,-0x12)+_0x14be58[_0x290688(0x4ac,_0x599914._0x54a20f,0x406,0x44b)]):await _0x57c05b[_0x1acb42(_0x599914._0x331fce,_0x599914._0x604c03,0xde,_0x599914._0x2c27fd)](setSetupConfig,_0x4938e3,_0x3733dd));}async function setServerConfig(_0x363739,_0x47b62c){const _0x22a532={_0xe2527f:0xf4,_0x30c93f:0xff,_0x46e102:0x8d,_0x8af19a:0xd3,_0xb3279:0xf6,_0x3469ea:0x217,_0x57b313:0x1fc,_0x3d2b88:0x90,_0x4ca8f6:0x59,_0x49bd33:0x60,_0x4a81ab:0x7,_0x152564:0x9f,_0x32c678:0x51,_0xdaeec3:0x1b,_0x42f087:0xa8,_0x1aaa59:0x40,_0x1b4e06:0x1ae,_0x2aae93:0x13c,_0x582a11:0xca,_0x5d6e42:0xfb,_0x30ec2f:0x79,_0x1251b5:0x20d,_0x2d74b8:0x173,_0x339e68:0xef,_0x1e3f46:0x3a,_0x3bfb59:0x78,_0x4bf1c2:0x105,_0x4c8ef0:0x65,_0x365a2f:0x1d,_0x29e77f:0x101,_0x3f8268:0x102,_0x571898:0xaf,_0x1659d1:0xe3,_0x2c8cf2:0x129,_0x25cb69:0x18f,_0x3481d6:0x16f,_0x53a2fa:0x1b4,_0x2da7f3:0xae,_0xfc24d8:0xdc,_0x2e1105:0x111,_0x58a378:0x1be,_0x1c2169:0x6d,_0x59df7b:0xc9,_0x437282:0x44,_0x7afef5:0x9e,_0x42ca96:0x100,_0x24d104:0x9d,_0x4438da:0xad,_0x213fd9:0x12,_0xfa57db:0xcc,_0x4fab9c:0xce,_0x5f2637:0x121,_0x340242:0x177,_0xeb3231:0x1d4,_0x4fbdc0:0x1bd,_0x3ac344:0x12e,_0xaf7353:0xc7,_0x15b0f0:0x8b,_0x51592d:0x7a,_0x163858:0xf,_0x2e1ebb:0x38,_0xf30fa3:0xd2,_0x2d16ad:0x126,_0x30b5d6:0x135,_0x3ade64:0x5e,_0x22a325:0x1d1,_0x4e3ca5:0x14,_0x32c91a:0x5,_0x20586d:0x23,_0x5699c2:0x1d,_0x1d68f2:0x99,_0x545ec2:0x53,_0x283903:0xa,_0x5119a1:0x4,_0x2bea6d:0x4,_0x31e727:0x149,_0x373a06:0x66,_0x14bddf:0x253,_0x2cc684:0x258,_0x3dd478:0xc6,_0x14f4d4:0x44,_0x5c388f:0xd,_0xae2f37:0x79,_0x40d765:0x45,_0x53e766:0x121,_0x2e12d8:0x91,_0x1c7e23:0x19f,_0x5d3a17:0x15f,_0x1f40f6:0x85,_0x4dd6b6:0x4b,_0x4d8088:0xe0,_0x4ff4c9:0xc6,_0x2e1c0b:0x7f,_0x59f85e:0x15b,_0x5dd458:0x76,_0x544428:0xf3,_0x315218:0xfa,_0x59011a:0x190,_0x3fcca7:0x1bb,_0xeb3d90:0x91,_0x3c8997:0x2b,_0x5c3e9f:0x103,_0x364912:0x108,_0x115a31:0x17e,_0x3e982b:0x200,_0x26fda5:0x1a7,_0x15335e:0x10,_0x4a187e:0x5e,_0xa9e230:0x4,_0x3e46f9:0x2b9,_0x3230b0:0x1ec,_0x57fb31:0x299,_0x4e4800:0x8e,_0x79bbd8:0x1e3,_0x19504e:0x15e,_0x576b16:0x29,_0x4487a9:0xc,_0x3fd85a:0xaa,_0xd52289:0x181,_0x1fb286:0x1c9,_0x2a9d76:0x12a,_0x24e802:0x183},_0x289ae7={_0x55db9b:0xa9,_0x50436c:0x9f},_0x5de2e5={_0x25578f:0x1aa,_0x35a4e3:0x18d};function _0x1ddd9a(_0x5bfc83,_0x3cae10,_0x155390,_0x520c3e){return _0x4e858c(_0x5bfc83-_0x5de2e5._0x25578f,_0x5bfc83,_0x520c3e-_0x5de2e5._0x35a4e3,_0x520c3e-0x55);}function _0x2f8c01(_0x23688f,_0x29fcfd,_0x1f83de,_0x41b597){return _0x1defaf(_0x23688f-0x96,_0x23688f-_0x289ae7._0x55db9b,_0x41b597,_0x41b597-_0x289ae7._0x50436c);}const _0x2b8189={'vcCGS':_0x1ddd9a(_0x22a532._0xe2527f,0xdb,_0x22a532._0x30c93f,_0x22a532._0x46e102)+'p_path','kRRBi':function(_0x472fbb,_0x202737){return _0x472fbb(_0x202737);},'SsZqD':function(_0x573d03){return _0x573d03();},'WFIRP':'server_por'+'t','NOnQy':function(_0x48285c,_0x92f4aa){return _0x48285c<_0x92f4aa;},'gguNG':function(_0xde2e34,_0x27c2f4){return _0xde2e34>_0x27c2f4;},'wFBnp':_0x1ddd9a(-_0x22a532._0x8af19a,-_0x22a532._0xb3279,-0xb1,-0x69)+_0x2f8c01(_0x22a532._0x3469ea,0x1ac,0x24f,_0x22a532._0x57b313)+_0x1ddd9a(0x77,0x6e,-_0x22a532._0x3d2b88,-0x2),'eieWT':_0x1ddd9a(_0x22a532._0x4ca8f6,-_0x22a532._0x49bd33,_0x22a532._0x4a81ab,-0x6)+'ath','SXCbV':function(_0x540f65,_0x35a445){return _0x540f65!==_0x35a445;},'FAdXc':_0x1ddd9a(_0x22a532._0x152564,_0x22a532._0x32c678,-_0x22a532._0xdaeec3,0x16),'srRPG':_0x1ddd9a(0xa5,_0x22a532._0x42f087,_0x22a532._0x1aaa59,0xb2)+'th','irJFN':_0x2f8c01(_0x22a532._0x1b4e06,_0x22a532._0x2aae93,0x126,0x1d5)+'h','cVExG':function(_0x2b1d0a,_0x2f5989){return _0x2b1d0a(_0x2f5989);},'OocnP':_0x1ddd9a(_0x22a532._0x582a11,0x103,_0x22a532._0x5d6e42,_0x22a532._0x30ec2f),'WwePP':function(_0x386e18,_0x3b1cd4){return _0x386e18===_0x3b1cd4;},'LCIlb':_0x2f8c01(0x1ac,_0x22a532._0x1251b5,_0x22a532._0x2d74b8,0x16c),'wOheL':function(_0xb8661a,_0x435b37){return _0xb8661a(_0x435b37);}};switch(_0x363739){case _0x2b8189[_0x2f8c01(0x113,0x16f,0xa4,0x8b)]:{const _0x5afbf8=_0x3ebbe1[_0x1ddd9a(-_0x22a532._0x339e68,-0x44,-_0x22a532._0x1e3f46,-_0x22a532._0x3bfb59)](_0x47b62c);await _0x2b8189[_0x2f8c01(_0x22a532._0x4bf1c2,0x69,0x148,0xf9)](saveCoderSetupPath,_0x5afbf8),console[_0x1ddd9a(0x10,-0x21,-_0x22a532._0x4c8ef0,-_0x22a532._0x365a2f)](_0x1ddd9a(_0x22a532._0x29e77f,_0x22a532._0x3f8268,_0x22a532._0x571898,_0x22a532._0x1659d1)+_0x363739+_0x2f8c01(_0x22a532._0x2c8cf2,_0x22a532._0x25cb69,0x159,0x9b)+_0x5afbf8),console['log']('\x20\x20Location'+':\x20'+_0x2b8189['SsZqD'](getConfigPath));break;}case _0x2b8189[_0x2f8c01(_0x22a532._0x3481d6,0x183,_0x22a532._0x53a2fa,0x11d)]:{const _0x30004e=parseInt(_0x47b62c,-0x5*0x2eb+-0x16c1+0x2562);(isNaN(_0x30004e)||_0x2b8189[_0x2f8c01(_0x22a532._0x582a11,_0x22a532._0x2da7f3,_0x22a532._0xfc24d8,0x90)](_0x30004e,0x1*-0x107f+0x1a33+-0xbf*0xd)||_0x2b8189[_0x2f8c01(_0x22a532._0x2e1105,_0x22a532._0x58a378,_0x22a532._0x1c2169,_0x22a532._0x2e1105)](_0x30004e,-0x3c*0x73c+0x1edc2+0xc44d))&&(console[_0x2f8c01(0x13a,0xd0,0x162,_0x22a532._0x59df7b)](_0x2b8189[_0x1ddd9a(_0x22a532._0x437282,_0x22a532._0x7afef5,0xa4,0x48)]),process[_0x1ddd9a(0x40,0x8a,_0x22a532._0x42ca96,_0x22a532._0x24d104)](0x123a+-0x260+-0xfd9));await _0x2b8189[_0x2f8c01(0x105,0x95,_0x22a532._0x4438da,0x73)](saveServerPort,_0x30004e),console[_0x1ddd9a(-0x32,_0x22a532._0x213fd9,-0xcf,-_0x22a532._0x365a2f)](_0x1ddd9a(_0x22a532._0xfa57db,_0x22a532._0x4fab9c,0xf8,0xe3)+_0x363739+_0x1ddd9a(-0xa0,-0x82,0x2d,-0x15)+_0x30004e),console[_0x2f8c01(_0x22a532._0x5f2637,_0x22a532._0x340242,_0x22a532._0xeb3231,_0x22a532._0x4fbdc0)](_0x2f8c01(_0x22a532._0x3ac344,_0x22a532._0xaf7353,0xc2,_0x22a532._0x15b0f0)+':\x20'+_0x2b8189['SsZqD'](getConfigPath));break;}case _0x2b8189[_0x1ddd9a(_0x22a532._0x51592d,-_0x22a532._0x163858,_0x22a532._0x2e1ebb,-0x19)]:{if(_0x2b8189[_0x1ddd9a(_0x22a532._0xf30fa3,-0x6c,0x52,_0x22a532._0x1aaa59)](_0x2b8189['FAdXc'],_0x2f8c01(_0x22a532._0x2d16ad,0x8f,_0x22a532._0x30b5d6,0x137))){const _0x19f2a5=_0x3ebbe1[_0x2f8c01(0xc6,0x176,_0x22a532._0x3ade64,0x118)](_0x47b62c);await saveSslCertPath(_0x19f2a5),console[_0x2f8c01(0x121,0x1c3,_0x22a532._0x3f8268,0x1c7)](_0x2f8c01(0x221,_0x22a532._0x22a325,0x280,0x20a)+_0x363739+_0x1ddd9a(_0x22a532._0x4e3ca5,-_0x22a532._0x32c91a,-0x17,-0x15)+_0x19f2a5),console[_0x1ddd9a(0x67,-_0x22a532._0x20586d,-0x58,-_0x22a532._0x5699c2)](_0x1ddd9a(_0x22a532._0x1d68f2,0xc,-_0x22a532._0x213fd9,-0x10)+':\x20'+_0x2b8189[_0x1ddd9a(0x58,-0x17,-_0x22a532._0x545ec2,-_0x22a532._0x283903)](getConfigPath));break;}else _0x5a5ef2[_0x1ddd9a(_0x22a532._0x5119a1,-0x34,0x7c,-_0x22a532._0x2bea6d)](_0x1ddd9a(_0x22a532._0x31e727,_0x22a532._0x373a06,0x79,0xc8)+_0x1ddd9a(0xcb,0x8d,0x7,_0x22a532._0x2da7f3)+'t\x20found\x20at'+'\x20'+_0x14bf8e);}case _0x2b8189[_0x2f8c01(0x1d5,0x216,_0x22a532._0x14bddf,_0x22a532._0x2cc684)]:{const _0x1b182b=_0x3ebbe1[_0x2f8c01(_0x22a532._0x3dd478,0x83,0x40,0xfd)](_0x47b62c);await _0x2b8189[_0x1ddd9a(-0x54,_0x22a532._0x14f4d4,-_0x22a532._0x5c388f,-0x39)](saveSslKeyPath,_0x1b182b),console[_0x2f8c01(_0x22a532._0x5f2637,_0x22a532._0x152564,0x108,_0x22a532._0xae2f37)](_0x1ddd9a(0x36,0x7f,_0x22a532._0x40d765,0xe3)+_0x363739+_0x1ddd9a(-0xa3,-0x49,-0x30,-0x15)+_0x1b182b),console[_0x2f8c01(_0x22a532._0x53e766,_0x22a532._0x2e12d8,_0x22a532._0x1c7e23,0xf0)](_0x2f8c01(0x12e,_0x22a532._0x5d3a17,0x19b,0x8a)+':\x20'+_0x2b8189[_0x1ddd9a(0x73,0x3f,_0x22a532._0x1f40f6,-0xa)](getConfigPath));break;}case _0x2b8189[_0x1ddd9a(_0x22a532._0x4dd6b6,0x99,0x7a,_0x22a532._0x4d8088)]:{const _0x6e8965=_0x3ebbe1[_0x2f8c01(_0x22a532._0x4ff4c9,_0x22a532._0x2e1c0b,0xb9,0x4c)](_0x47b62c);await _0x2b8189[_0x1ddd9a(0x11d,0xc5,_0x22a532._0x59f85e,0xdd)](saveSslCaPath,_0x6e8965),console[_0x1ddd9a(-0x44,_0x22a532._0x5dd458,-0xab,-0x1d)](_0x1ddd9a(_0x22a532._0x544428,0x187,_0x22a532._0x315218,0xe3)+_0x363739+_0x2f8c01(0x129,0x152,_0x22a532._0x59011a,_0x22a532._0x3fcca7)+_0x6e8965),console[_0x1ddd9a(-_0x22a532._0xeb3d90,-_0x22a532._0x3c8997,0x20,-0x1d)]('\x20\x20Location'+':\x20'+getConfigPath());break;}case _0x2f8c01(0x15a,_0x22a532._0x5c3e9f,_0x22a532._0x364912,0xd2)+'y':{if(_0x2b8189[_0x2f8c01(_0x22a532._0x115a31,0x1d1,0x114,_0x22a532._0x3e982b)](_0x2b8189[_0x2f8c01(0x1ad,0x1d4,_0x22a532._0x26fda5,0x18a)],_0x2b8189['OocnP']))_0x3e2ccc[_0x1ddd9a(_0x22a532._0x15335e,0x50,_0x22a532._0x4a187e,-_0x22a532._0xa9e230)](_0x2f8c01(0x206,_0x22a532._0x3e46f9,0x23d,0x1f0)+_0x2f8c01(_0x22a532._0x3230b0,0x1f5,_0x22a532._0x57fb31,0x152)+_0x1ddd9a(-0x11,_0x22a532._0x4e4800,0x8,0x6b)+'\x20'+_0x3287f0);else{const _0x53e3bf=_0x2b8189['WwePP'](_0x47b62c,_0x2b8189[_0x1ddd9a(0x7b,0xb0,0x130,0xac)])||_0x2b8189[_0x2f8c01(_0x22a532._0x79bbd8,_0x22a532._0x19504e,0x1aa,0x168)](_0x47b62c,'1');await _0x2b8189['wOheL'](saveTrustProxy,_0x53e3bf),console[_0x1ddd9a(-0x4f,_0x22a532._0x576b16,-0xb,-_0x22a532._0x365a2f)]('Set\x20'+_0x363739+_0x1ddd9a(_0x22a532._0x4487a9,-0x5f,-_0x22a532._0x3fd85a,-0x15)+_0x53e3bf),console[_0x2f8c01(_0x22a532._0x53e766,_0x22a532._0xd52289,_0x22a532._0x1fb286,_0x22a532._0x2a9d76)](_0x2f8c01(_0x22a532._0x3ac344,0xd2,_0x22a532._0x24e802,0x184)+':\x20'+_0x2b8189['SsZqD'](getConfigPath));break;}}}}function _0x4e858c(_0x45f92e,_0x4c6a90,_0x478d9,_0x5e7caa){return _0x4927(_0x478d9- -0x3be,_0x4c6a90);}async function setSetupConfig(_0x1e387f,_0x33e4c2){const _0x279116={_0x1c7386:0x1d1,_0x543b4e:0x10d,_0x476fc9:0x119,_0x119e02:0x20,_0x2744eb:0xf7,_0xfad68a:0x34,_0x132d3b:0x173,_0x8cf379:0x115,_0x4e4263:0x102,_0x311800:0x1b0,_0xd3bb99:0x45e,_0x391f6a:0x4a4,_0x96f8cc:0x3c8,_0x3c520b:0x413,_0x5c1928:0x28d,_0x147526:0x328,_0x5ba71e:0x334,_0x1725e8:0x12f,_0x10be1a:0xd9,_0x5f4959:0x150,_0x350f93:0x130,_0x341e8f:0x1dd,_0xc1bcbe:0x189,_0x452cc6:0xa2,_0xe7f71b:0x25,_0x328bec:0xf8,_0x13c959:0x16a,_0xc5102c:0x209,_0x153eba:0x15,_0x37ef3e:0xe2,_0x4c0992:0x394,_0x1daa03:0x31e,_0x5069d2:0x38c,_0x667130:0x2c5,_0x3703e2:0x375,_0x5207c1:0x2ca,_0x45e5e3:0x2ef,_0x261201:0x18b,_0x562ae2:0x10e,_0x1cf189:0x119,_0x93c9cf:0x492,_0x311598:0x3ad,_0x543c0f:0x10d,_0x216e0e:0xac,_0x37aa78:0x14a,_0x5b8847:0x35a,_0x2fa7fc:0x3a2,_0x457bb1:0x360,_0x58c9da:0x3b8,_0xcef49b:0x33e,_0x52b7a8:0x3f4,_0x3dcdde:0x3a7,_0x1b24fb:0x3e7,_0xcb29:0x1c6,_0x3e7287:0x18d,_0x1832eb:0x13f,_0x5c5af6:0x391,_0x117fc3:0x3e4,_0x24e103:0x304,_0x2ded8c:0x148,_0x516359:0x1d2,_0x136f37:0x2eb,_0x5bca68:0x2ff,_0x36ebc0:0xa6,_0x44c4fd:0x10,_0x27f167:0x105,_0x4c8e4d:0x10c,_0x4ef7a6:0x232,_0x26cae5:0x117,_0x180614:0x6b,_0x15cc1f:0xe0,_0x3249f5:0x1e3,_0x50480a:0x186,_0x5f054e:0x1ae,_0x11efc8:0x2d0,_0x3530a4:0x343,_0x298f60:0x2e7,_0x221bea:0x328,_0x139565:0x3ae,_0x20a007:0x125,_0x301477:0xa7,_0x18b689:0x1b8,_0x1e7775:0x1e6,_0x6b562b:0x237,_0x871c0b:0x36e,_0x72f866:0x308,_0x3cb0ed:0x37f,_0x2c9797:0x47e,_0x401fdc:0x17c,_0x3b4540:0xf2,_0x15a541:0x19c,_0x125401:0x10d,_0x45bedd:0xaa,_0x3f47e1:0xb4,_0xb040b4:0x140,_0x351c6a:0x172,_0x135013:0xf1,_0x249b06:0x175,_0x958406:0x155,_0x1e2165:0x3b6,_0x47d2e2:0x3a7,_0x3b762b:0x386,_0x430dc4:0x388,_0x231244:0x346,_0x554faa:0x295,_0x3bec67:0x2dd,_0x5c40a9:0x3e5,_0xba64cd:0x3e4,_0xa8717a:0x45c,_0x5d1140:0x3b1,_0x2271a1:0x426,_0x4e5a30:0x2d9,_0x58a73d:0x389,_0x17b6c8:0x3ea,_0x2f861f:0x376,_0x4a770a:0x2ae,_0x6db7cc:0x35e,_0x7f96ab:0xfc,_0xe8f0be:0x19f,_0x2a91f6:0x146,_0x507321:0x17a,_0x4b82be:0x197,_0x1876cd:0xb7,_0x5166db:0x370,_0xf387ff:0x2cf,_0x392c59:0x2d1,_0x495c0c:0x13b,_0x29b2a3:0x164,_0x3c2203:0x1dc,_0x251b61:0x21e,_0xb3b7c6:0x183,_0x5bc0f0:0x177},_0x5304ff={_0x56424c:0xe,_0x130635:0x25},_0x44624c={_0x1b2597:0x4d4,_0x505ea5:0x1f4},_0x59a8b4={'HXEDm':'(setup.jso'+_0x3f3317(_0x279116._0x1c7386,0x15b,0x123,_0x279116._0x543b4e)+'d)','fxjHs':_0x3f3317(_0x279116._0x476fc9,0xb7,_0x279116._0x119e02,_0x279116._0x2744eb)+'-server\x20co'+_0x3f3317(0x15e,0xd2,_0x279116._0xfad68a,_0x279116._0x132d3b)+_0x450a73(0x33e,0x2d2,0x2dc,0x33e)+'available\x20'+'keys','CSKad':function(_0x57af0f){return _0x57af0f();},'sAzTV':'0|2|4|1|3','phPLn':_0x3f3317(0xc4,_0x279116._0x8cf379,_0x279116._0x4e4263,_0x279116._0x311800)+_0x450a73(_0x279116._0xd3bb99,_0x279116._0x391f6a,_0x279116._0x96f8cc,_0x279116._0x3c520b)+_0x450a73(_0x279116._0x5c1928,0x369,_0x279116._0x147526,_0x279116._0x5ba71e)+'ed','hUkNi':_0x3f3317(0xa5,0x14c,0x17d,_0x279116._0x1725e8)+_0x3f3317(0x10d,0xfb,0x189,0x114)+_0x3f3317(_0x279116._0x10be1a,_0x279116._0x5f4959,_0x279116._0x350f93,_0x279116._0x341e8f)+':','IakHk':function(_0x1cde04,_0x5e18c4){return _0x1cde04===_0x5e18c4;},'yqUuo':_0x3f3317(0x112,_0x279116._0xc1bcbe,0x136,0x20f),'mkYml':_0x3f3317(_0x279116._0x452cc6,0x93,_0x279116._0xe7f71b,_0x279116._0x328bec),'mXAIu':function(_0x4aa3f0,_0x58ce9a){return _0x4aa3f0!==_0x58ce9a;},'AytLv':_0x3f3317(0x1c0,0x1d8,_0x279116._0x13c959,_0x279116._0xc5102c),'riBTM':_0x3f3317(_0x279116._0x10be1a,0x98,_0x279116._0x153eba,_0x279116._0x37ef3e)+'coder_setu'+'p_path\x20poi'+'nts\x20to\x20a\x20v'+_0x450a73(0x320,_0x279116._0x4c0992,_0x279116._0x1daa03,_0x279116._0x5069d2)+_0x450a73(_0x279116._0x667130,0x404,0x388,_0x279116._0x3703e2)+_0x450a73(_0x279116._0x5207c1,0x262,0x30f,_0x279116._0x45e5e3),'NRLeK':function(_0x7630d4,_0x2be3b6){return _0x7630d4+_0x2be3b6;}},_0x269a2b=await _0x59a8b4[_0x3f3317(_0x279116._0x261201,_0x279116._0x562ae2,_0x279116._0x1cf189,0x1b0)](getCoderSetupPath);if(!_0x269a2b){const _0x5577d9=_0x59a8b4[_0x450a73(0x385,_0x279116._0x93c9cf,_0x279116._0x311598,0x3e8)]['split']('|');let _0x2b446b=-0x3*0x54b+-0x1fcd+-0x2fae*-0x1;while(!![]){switch(_0x5577d9[_0x2b446b++]){case'0':console[_0x3f3317(0x9f,_0x279116._0x543c0f,_0x279116._0x216e0e,_0x279116._0x37aa78)](_0x59a8b4[_0x450a73(_0x279116._0x5b8847,0x377,0x32e,0x2f0)]);continue;case'1':console['error'](_0x450a73(0x392,_0x279116._0x2fa7fc,0x302,_0x279116._0x457bb1)+_0x450a73(0x417,0x31d,0x34a,_0x279116._0x58c9da)+_0x450a73(_0x279116._0xcef49b,0x453,_0x279116._0x52b7a8,_0x279116._0x3dcdde)+_0x450a73(_0x279116._0x1b24fb,0x3eb,0x49c,0x3ef)+_0x3f3317(_0x279116._0xcb29,_0x279116._0x3e7287,_0x279116._0x1832eb,0x193)+'o/coder-se'+'tup');continue;case'2':console['error']('');continue;case'3':process[_0x450a73(0x3f1,_0x279116._0x5069d2,_0x279116._0x5c5af6,_0x279116._0x117fc3)](0xb61+-0x101*-0x3+-0xe63);continue;case'4':console[_0x450a73(0x3e7,0x3d1,_0x279116._0x24e103,0x343)](_0x59a8b4[_0x3f3317(0xa1,_0x279116._0x2ded8c,0x103,_0x279116._0x516359)]);continue;}break;}}const _0x5b5fd3=_0x3ebbe1[_0x450a73(0x297,_0x279116._0x136f37,0x2e5,_0x279116._0x5bca68)](_0x269a2b,'setup.json');let _0x33b4f6;try{const _0x143f86=await _0x27875d['readFile'](_0x5b5fd3,'utf-8');_0x33b4f6=JSON[_0x3f3317(0x23,_0x279116._0x36ebc0,_0x279116._0x44c4fd,0xf8)](_0x143f86);}catch(_0x123b38){_0x59a8b4[_0x3f3317(0x13c,_0x279116._0x27f167,_0x279116._0x4c8e4d,0x133)](_0x3f3317(0xe3,_0x279116._0xc1bcbe,0x194,_0x279116._0x4ef7a6),_0x59a8b4[_0x3f3317(0xb3,_0x279116._0x26cae5,0xba,_0x279116._0x180614)])?(_0x123b38['code']===_0x59a8b4[_0x3f3317(0x8b,0xcb,_0x279116._0x15cc1f,0x148)]?_0x59a8b4[_0x3f3317(_0x279116._0x3249f5,_0x279116._0x50480a,_0x279116._0x5f054e,0x20f)](_0x3f3317(0x251,0x1d8,0x21f,0x1d2),_0x59a8b4[_0x450a73(_0x279116._0x11efc8,_0x279116._0x3530a4,_0x279116._0x298f60,_0x279116._0x221bea)])?(_0x407b31['log'](_0x59a8b4['HXEDm']),_0x52abc1[_0x450a73(0x2da,0x30b,_0x279116._0x139565,0x32a)](''),_0x1d406d[_0x3f3317(_0x279116._0x20a007,0xf4,0x64,_0x279116._0x301477)]('Expected\x20l'+_0x3f3317(_0x279116._0x18b689,_0x279116._0x1e7775,0x1c8,_0x279116._0x6b562b)+_0x424540)):(console[_0x450a73(_0x279116._0x871c0b,0x346,_0x279116._0x72f866,_0x279116._0x3530a4)](_0x450a73(_0x279116._0x3cb0ed,_0x279116._0x2c9797,0x40c,0x40f)+'up.json\x20no'+_0x3f3317(0x188,_0x279116._0x401fdc,_0x279116._0x3b4540,0x211)+'\x20'+_0x5b5fd3),console['error'](_0x59a8b4['riBTM'])):console[_0x3f3317(_0x279116._0x15a541,_0x279116._0x125401,0xd7,0x119)](_0x3f3317(0x1bc,0x12f,0x134,0x19a)+'ing\x20setup.'+_0x3f3317(0xf1,_0x279116._0x45bedd,_0x279116._0x3f47e1,_0x279116._0xb040b4)+_0x123b38[_0x3f3317(0x1b6,_0x279116._0x351c6a,0x187,0x1c6)]),process['exit'](0x1*0x82e+-0x8b5*-0x1+-0x2*0x871)):(_0x4d26e9[_0x3f3317(_0x279116._0x135013,_0x279116._0x543c0f,_0x279116._0x249b06,_0x279116._0x958406)](_0x450a73(_0x279116._0x1e2165,_0x279116._0x47d2e2,_0x279116._0x3b762b,0x313)+'nfiguratio'+_0x450a73(0x3b7,0x30d,0x326,_0x279116._0x430dc4)+_0x2b85f8),_0xdc76c5[_0x450a73(_0x279116._0x231244,_0x279116._0x554faa,_0x279116._0x3bec67,0x343)](_0x59a8b4[_0x450a73(0x435,_0x279116._0x5c40a9,0x3a7,0x39d)]),_0x5234f9[_0x450a73(0x34a,0x359,0x464,_0x279116._0xba64cd)](0x307*-0xa+0x859*0x3+0x53c));}_0x33b4f6[_0x1e387f]=_0x33e4c2,await _0x27875d['writeFile'](_0x5b5fd3,_0x59a8b4[_0x450a73(_0x279116._0xa8717a,_0x279116._0x5d1140,_0x279116._0x2271a1,0x3f6)](JSON[_0x450a73(_0x279116._0x4e5a30,_0x279116._0x58a73d,_0x279116._0x17b6c8,_0x279116._0x2f861f)](_0x33b4f6,null,-0x4f*-0x7+0x17bd*-0x1+0x9*0x266),'\x0a'),_0x450a73(_0x279116._0x4a770a,0x2e0,_0x279116._0x45e5e3,_0x279116._0x6db7cc));function _0x450a73(_0xa0a0ca,_0x1fec6a,_0x397b90,_0xbec7a9){return _0x4e858c(_0xa0a0ca-0xe0,_0xa0a0ca,_0xbec7a9-_0x44624c._0x1b2597,_0xbec7a9-_0x44624c._0x505ea5);}console[_0x3f3317(0x11d,0xf4,0x117,0x19f)](_0x450a73(0x465,0x456,0x48b,0x42a)+_0x1e387f+_0x3f3317(0x147,_0x279116._0x7f96ab,_0x279116._0xe8f0be,_0x279116._0x2a91f6)+_0x33e4c2),console[_0x3f3317(_0x279116._0x507321,0xf4,_0x279116._0x4b82be,_0x279116._0x1876cd)]('\x20\x20Location'+':\x20'+_0x5b5fd3);function _0x3f3317(_0x5355e4,_0x22301e,_0x599f87,_0x345eae){return _0x4e858c(_0x5355e4-_0x5304ff._0x56424c,_0x345eae,_0x22301e-0x29e,_0x345eae-_0x5304ff._0x130635);}console[_0x450a73(0x307,_0x279116._0x5166db,_0x279116._0xf387ff,0x32a)](''),console[_0x450a73(0x2f5,_0x279116._0x392c59,0x3a4,0x32a)]('Restart\x20th'+_0x3f3317(_0x279116._0x495c0c,0x14d,_0x279116._0x29b2a3,_0x279116._0x3c2203)+_0x450a73(0x365,0x321,0x3b5,0x31b)+_0x3f3317(0x261,0x1d3,0x1bc,_0x279116._0x251b61)+_0x3f3317(0x1c4,_0x279116._0xb3b7c6,0x111,_0x279116._0x5bc0f0));}async function getConfig(_0x1d16d5){const _0x55320e={_0x539fbb:0x5fa,_0x2feb4d:0x5d4,_0x4bb1c:0x659,_0x76c150:0xb9,_0x16a17b:0x53,_0x3efd65:0x50a,_0xecf215:0x55d,_0x3ebcc5:0xff,_0x42160f:0x668,_0x3bd184:0x713,_0x43914d:0x709,_0x13d2bb:0x92,_0x544460:0x58e,_0x48a462:0x51d,_0x30a8b2:0x614,_0x550967:0xc0,_0x3d37d8:0x8a,_0x54aa36:0xc,_0x5643bc:0x70,_0x1956a4:0x62,_0xf6351d:0x10d,_0x4fa335:0x5b,_0x1e0868:0x660,_0x21f565:0x679,_0x3961ec:0x5c2,_0x27fa48:0xdb,_0x3042ba:0x86,_0x5003db:0x1e,_0x4f5d88:0x671,_0x2870c7:0x6a7,_0x962c01:0x65,_0x286704:0xa1,_0x264ac8:0x76,_0x57d9e0:0x7d,_0x48d68d:0x69f,_0x3dfe67:0x65f,_0x49ea3e:0x4e,_0x4099fa:0x68,_0x22e21c:0x5a4,_0x48e96d:0x5f1,_0x136de3:0x60d,_0x32bbc2:0x61d,_0x140744:0x613,_0x3d5da2:0xb6,_0x4f2143:0xde,_0x279883:0xef,_0x2b7e6b:0x4c,_0xd71127:0xd7,_0x3f02c2:0x653,_0x1b502c:0x6c9,_0x3bd677:0xc0,_0x4b94a5:0x2b,_0x103f86:0x91,_0x187d94:0x1c,_0x3054cf:0xe1,_0x3cca86:0x10c,_0x14bb73:0x5c,_0x17935a:0xf,_0x37ef65:0x47,_0x37add4:0x630,_0x1445fb:0x644,_0x39bf48:0x627,_0x220178:0x80,_0x1788d7:0xae,_0x1752eb:0x5cf,_0x1ed00a:0x5e4,_0x16870a:0x674,_0x3dcf97:0x6e6,_0x22bc71:0x91,_0x33cf97:0x85,_0xbcb62a:0x5f1,_0x157249:0x68b,_0x3defed:0x58f,_0x2bf7a0:0x52c,_0x5ba42c:0x13,_0x8e024b:0x8b,_0x1c40f5:0x20,_0x217227:0x6ec,_0xf64002:0x62a,_0x1e2da2:0x5e,_0x1732dd:0x14a,_0x1c1be2:0x87,_0x3357a4:0xe0,_0x212937:0x546,_0xdb3c7c:0x5ee,_0xd3a59a:0x628,_0x2b7dd8:0x69,_0x3d40f0:0xb0,_0x5409bd:0x5e7,_0xcc2d39:0x680,_0x40b1a8:0x526,_0x1b797e:0x66,_0x5af83d:0x44,_0x5b4397:0x1c,_0x10bc7e:0xe0,_0x404a63:0x8e,_0x1b9cd0:0xe,_0x55d1ec:0x63b,_0xdf9e4a:0x55f,_0xaf2118:0x53f,_0x5bb71b:0x549,_0x435b0a:0x13c,_0xa7b88c:0xfb,_0x1074a0:0x5b2,_0x506eea:0x5ff,_0x119bd9:0x8d,_0x345631:0x19,_0x5c4eae:0x4cf,_0x2af312:0x640,_0x2cbb0e:0x22,_0x377316:0x2d,_0x4fd29c:0x6e,_0x5358c0:0x3e,_0x598c98:0x52,_0x4df06a:0x85,_0x77521c:0x94,_0x435faa:0x1,_0x5c8c5e:0x1c,_0x4b58ca:0x696,_0x44d748:0x625,_0x13febd:0x69b,_0x46afa0:0x6c0,_0x16a8f1:0x72,_0x109544:0x2d,_0x18f56d:0x63e,_0xa92463:0x685,_0xba6255:0x69c,_0x3c362b:0x5b9,_0x32e006:0x644,_0x5a2dca:0x56c,_0x5b14e2:0x553,_0x4d755b:0x3f,_0x44dc61:0xa4,_0x33e9b1:0x635,_0x2f3053:0x514,_0x37d734:0x34,_0x30a770:0x7a,_0x20c025:0x1a,_0x4947e0:0x16,_0x4d50b2:0x63,_0x128146:0x5f6,_0x444ce9:0x698,_0x3422e4:0x6a0,_0x1b99ea:0x68d,_0x3bdeb5:0xc6,_0x35919c:0x62b,_0x547058:0x6b5,_0x4a7442:0x143,_0x25af83:0x5cf,_0x52261d:0x5a3,_0x57fa0f:0x57b,_0x42eef5:0x64f,_0x36736c:0x2f,_0x30de22:0x16,_0x16beac:0x85,_0x458072:0x78,_0x5f0206:0x585,_0x2fe5eb:0x5d3,_0x187845:0x16c,_0x1eaf2a:0xec,_0x47c4c7:0x5b3,_0xa1cd2f:0x5f3,_0xde18bd:0x60f,_0x308edb:0x1f,_0x562a1a:0x7f,_0x1f5b2f:0x83,_0x251aa3:0x11f,_0x4f5681:0x5ce,_0x602cd2:0x4fa,_0x132a89:0x542,_0x83a131:0x56,_0x59b55e:0x20,_0x1f6856:0x88,_0x560462:0x573,_0x3c34d5:0x652,_0x2e93e7:0x196,_0x1236cc:0x18b,_0x479397:0x5a,_0x3b0889:0x676,_0xccd838:0x4b,_0x236822:0x27,_0xcf4621:0x5d,_0x2f3af3:0x67e,_0xfe4f1a:0x665,_0x2255fa:0x6fb,_0x418754:0x5c8,_0x5bcfa3:0x5fe,_0x30edaf:0x59,_0x3201ff:0x2a,_0x32bf23:0x5b6,_0x34202c:0x16a,_0x36a0f5:0x14b,_0x433e1f:0x6a1,_0xd34da1:0x644,_0x313653:0x5f0,_0x5b4032:0x664,_0x23be66:0x6d0,_0x1de958:0x88,_0x8360e:0x31,_0x404ed7:0x49,_0x28e640:0x649,_0x228ad0:0x5ad,_0x2170ed:0x67e,_0x3a5f54:0x101,_0x293a48:0x18,_0x21b65f:0x59d,_0x301ca7:0x557,_0x1ce5ff:0x63a,_0x5bf3ae:0x521,_0x3d65ec:0x7f,_0x184fab:0x1d,_0x48f02a:0x123,_0x2b1111:0x9e,_0x52962c:0x50,_0x47dbbb:0x6,_0x28dee9:0x55c,_0x2d26ba:0x5ca,_0xe73128:0x51b,_0x1c95d5:0x590,_0xe9b1cd:0x559,_0x528e03:0x670,_0x32eabf:0x715,_0x58feb6:0x6ce},_0x557a6b={_0x3694c4:0x1b7,_0x3c9f3b:0x116,_0x3d9dd1:0x9},_0x3a631a={_0xa16857:0x91,_0x2ec3b3:0xb7},_0x86fbcc={'IUEbQ':function(_0x1258c2,_0x1c9b77){return _0x1258c2===_0x1c9b77;},'oTuSP':'Make\x20sure\x20'+'coder_setu'+_0x5201de(_0x55320e._0x539fbb,_0x55320e._0x2feb4d,0x6a8,0x699)+'nts\x20to\x20a\x20v'+_0x5201de(0x618,0x5ee,0x68a,_0x55320e._0x4bb1c)+_0x47f3b4(-_0x55320e._0x76c150,-0xff,0x56,-_0x55320e._0x16a17b)+_0x5201de(0x57b,_0x55320e._0x3efd65,0x552,_0x55320e._0xecf215),'OKTDE':function(_0x2ce2bf,_0x45a677){return _0x2ce2bf===_0x45a677;},'GvqcU':_0x47f3b4(-0x97,-0x104,-0x53,-_0x55320e._0x3ebcc5),'iugdN':_0x5201de(_0x55320e._0x42160f,0x5f9,_0x55320e._0x3bd184,_0x55320e._0x43914d),'evvFm':function(_0x5b5078,_0x906b0d){return _0x5b5078&&_0x906b0d;},'tBwRz':_0x47f3b4(-0x63,-0x62,-_0x55320e._0x13d2bb,-0xdb)+_0x5201de(_0x55320e._0x544460,0x59e,_0x55320e._0x48a462,_0x55320e._0x30a8b2)+'nfig\x22\x20for\x20'+_0x47f3b4(-_0x55320e._0x550967,-0xf9,-0x137,-_0x55320e._0x3d37d8)+_0x47f3b4(-0x52,-0xb4,_0x55320e._0x54aa36,-_0x55320e._0x5643bc)+_0x47f3b4(-_0x55320e._0x1956a4,-0x29,-_0x55320e._0xf6351d,-_0x55320e._0x4fa335),'pEnOc':_0x5201de(_0x55320e._0x1e0868,0x6b9,_0x55320e._0x21f565,_0x55320e._0x3961ec)+_0x47f3b4(-0x36,0x5,-_0x55320e._0x27fa48,-_0x55320e._0x3042ba),'rHovA':function(_0x1d8d13){return _0x1d8d13();},'OOqxU':function(_0x168a57){return _0x168a57();},'wgeci':_0x47f3b4(0xa0,0x4c,-_0x55320e._0x5003db,0x31)+'th','DrcMl':_0x5201de(0x643,_0x55320e._0x4f5d88,_0x55320e._0x2870c7,0x644)+'h','FgMtd':_0x47f3b4(0x26,0xd,-0x3,-_0x55320e._0x962c01)+'y','DYOKD':function(_0xf7561,_0x3eff8e){return _0xf7561!==_0x3eff8e;},'nUouY':'MUfCo','LQzfR':_0x47f3b4(-_0x55320e._0x286704,-_0x55320e._0x264ac8,0x2c,-_0x55320e._0x57d9e0)+_0x5201de(_0x55320e._0x48d68d,0x6e8,0x719,0x72b)+_0x5201de(0x5c0,0x57a,0x57b,0x5c2)+'ed','vYmKo':'setup.json','ewtTw':'utf-8','ywLaL':function(_0x1f5abc,_0x4a9ab5){return _0x1f5abc===_0x4a9ab5;},'lXMdY':'WxaEr','yuLUF':_0x5201de(0x659,_0x55320e._0x3dfe67,0x6c7,0x5b3),'ubMlc':function(_0x535f65,_0x1e8ed8){return _0x535f65!==_0x1e8ed8;},'usayr':_0x47f3b4(_0x55320e._0x49ea3e,-0x96,-0x57,-0x1c),'poVsT':function(_0x13a92a,_0x51ed97){return _0x13a92a!==_0x51ed97;},'bvpMy':function(_0x2ad576,_0x4950ed){return _0x2ad576!==_0x4950ed;},'vGAzG':_0x47f3b4(-_0x55320e._0x4099fa,0x6,-0x41,0x3e),'HWqFz':'NqejG','cZhWu':function(_0x3a76f1,_0x33a19b){return _0x3a76f1!==_0x33a19b;},'ithZg':_0x5201de(_0x55320e._0x22e21c,0x513,0x63e,0x5ba)};!_0x1d16d5&&(_0x86fbcc[_0x5201de(0x627,0x6b9,_0x55320e._0x48e96d,_0x55320e._0x136de3)](_0x86fbcc[_0x5201de(0x572,_0x55320e._0x32bbc2,_0x55320e._0x140744,0x4eb)],_0x86fbcc[_0x47f3b4(-_0x55320e._0x3d5da2,-0x7f,-0x54,-0xe2)])?(console[_0x47f3b4(-_0x55320e._0x4fa335,-0x6d,-0xe1,-0x85)](_0x47f3b4(0x10,-_0x55320e._0x4f2143,-0x65,-0x2e)+_0x47f3b4(-0xf1,-_0x55320e._0x279883,-_0x55320e._0x2b7e6b,-_0x55320e._0xd71127)+'config\x20get'+_0x5201de(_0x55320e._0x3f02c2,0x621,0x5a0,_0x55320e._0x1b502c)),process[_0x47f3b4(_0x55320e._0x3bd677,-_0x55320e._0x4b94a5,_0x55320e._0x103f86,_0x55320e._0x187d94)](0x107b+0x1397+0x7*-0x527)):(_0x86fbcc['IUEbQ'](_0x3f2590['code'],_0x47f3b4(-0xe9,-_0x55320e._0x3054cf,-_0x55320e._0x3cca86,-_0x55320e._0x3ebcc5))?(_0x451902['error'](_0x47f3b4(_0x55320e._0x14bb73,_0x55320e._0x3054cf,-_0x55320e._0x17935a,_0x55320e._0x37ef65)+_0x5201de(0x681,_0x55320e._0x37add4,_0x55320e._0x1445fb,_0x55320e._0x39bf48)+_0x47f3b4(-_0x55320e._0x220178,-_0x55320e._0x1788d7,0x30,-0x16)+'\x20'+_0x2ccdf3),_0x203094[_0x5201de(_0x55320e._0x1752eb,0x62a,0x598,_0x55320e._0x1ed00a)](_0x86fbcc[_0x5201de(0x67d,_0x55320e._0x16870a,_0x55320e._0x3dcf97,0x69f)])):_0x2fd6e0[_0x47f3b4(-0xb6,-_0x55320e._0x22bc71,0x2d,-_0x55320e._0x33cf97)](_0x5201de(_0x55320e._0xbcb62a,0x59a,_0x55320e._0x157249,0x600)+_0x5201de(_0x55320e._0x3defed,0x549,0x501,_0x55320e._0x2bf7a0)+'json:\x20'+_0x1eec6f[_0x47f3b4(_0x55320e._0x5ba42c,-0x9,_0x55320e._0x8e024b,-_0x55320e._0x1c40f5)]),_0x58c381[_0x5201de(0x670,_0x55320e._0x217227,0x696,_0x55320e._0xf64002)](0x591+0x550+0x4*-0x2b8)));const _0x33a3ed=SERVER_CONFIG_KEYS[_0x47f3b4(-_0x55320e._0x1e2da2,-_0x55320e._0x1732dd,-0x153,-0xb2)](_0x1d16d5);function _0x5201de(_0xa27616,_0x5c6069,_0x1d169b,_0x84551a){return _0x1defaf(_0xa27616-_0x3a631a._0xa16857,_0xa27616-0x53e,_0x84551a,_0x84551a-_0x3a631a._0x2ec3b3);}function _0x47f3b4(_0x4385f7,_0x306ca8,_0x5d8eff,_0x2cdc4e){return _0x1defaf(_0x4385f7-_0x557a6b._0x3694c4,_0x2cdc4e- -_0x557a6b._0x3c9f3b,_0x306ca8,_0x2cdc4e-_0x557a6b._0x3d9dd1);}const _0x28bbe4=SETUP_JSON_KEYS[_0x47f3b4(-0xf0,-0x7,-0xdf,-0xb2)](_0x1d16d5);_0x86fbcc[_0x47f3b4(-0x192,-_0x55320e._0x1c1be2,-0x14d,-_0x55320e._0x3357a4)](!_0x33a3ed,!_0x28bbe4)&&(console[_0x5201de(_0x55320e._0x1752eb,_0x55320e._0x212937,_0x55320e._0xdb3c7c,_0x55320e._0xd3a59a)](_0x47f3b4(-0x101,-_0x55320e._0x2b7dd8,-_0x55320e._0x3d40f0,-0xb5)+_0x5201de(0x5a0,0x529,0x527,0x64c)+_0x5201de(0x614,_0x55320e._0x5409bd,_0x55320e._0xcc2d39,0x602)+_0x1d16d5),console[_0x5201de(0x5cf,_0x55320e._0x40b1a8,0x5fb,_0x55320e._0x2feb4d)](_0x86fbcc[_0x5201de(0x588,0x56c,0x5b9,0x61c)]),process[_0x47f3b4(-_0x55320e._0x1b797e,_0x55320e._0x5af83d,-_0x55320e._0x3d37d8,_0x55320e._0x5b4397)](0x56*-0x10+0x1*-0xc79+0x11da));let _0x16964f;if(_0x33a3ed)switch(_0x1d16d5){case _0x86fbcc['pEnOc']:_0x16964f=await _0x86fbcc[_0x47f3b4(-0xf2,-_0x55320e._0x10bc7e,-0x22,-0x48)](getCoderSetupPath);break;case _0x47f3b4(-0xac,_0x55320e._0x404a63,0x4f,-_0x55320e._0x1b9cd0)+'t':_0x16964f=await _0x86fbcc[_0x5201de(_0x55320e._0x55d1ec,0x5a0,0x650,0x67a)](getServerPort);break;case _0x5201de(0x5cd,_0x55320e._0xdf9e4a,_0x55320e._0xaf2118,_0x55320e._0x5bb71b)+_0x47f3b4(-_0x55320e._0x435b0a,-_0x55320e._0xa7b88c,-0x140,-0xe3):_0x16964f=await _0x86fbcc['OOqxU'](getSslCertPath);break;case _0x86fbcc[_0x5201de(0x5ab,0x54b,_0x55320e._0x1074a0,0x557)]:_0x16964f=await _0x86fbcc[_0x5201de(0x60c,0x680,_0x55320e._0x506eea,0x692)](getSslKeyPath);break;case _0x86fbcc['DrcMl']:_0x16964f=await _0x86fbcc[_0x47f3b4(-0xb,_0x55320e._0x119bd9,0x1f,-_0x55320e._0x345631)](getSslCaPath);break;case _0x86fbcc[_0x5201de(0x557,_0x55320e._0x5c4eae,0x4c1,0x552)]:_0x16964f=await _0x86fbcc['rHovA'](getTrustProxy);break;}else{if(_0x28bbe4){const _0x149e45=await _0x86fbcc[_0x5201de(0x63b,0x6cf,0x622,_0x55320e._0x2af312)](getCoderSetupPath);!_0x149e45&&(_0x86fbcc[_0x47f3b4(0x44,-_0x55320e._0x2cbb0e,_0x55320e._0x377316,-0x3)](_0x47f3b4(-_0x55320e._0x286704,-_0x55320e._0x4fd29c,0x3d,-_0x55320e._0x5358c0),_0x86fbcc['nUouY'])?(console[_0x47f3b4(-0xa8,-_0x55320e._0x598c98,-0xf9,-_0x55320e._0x4df06a)](_0x86fbcc[_0x47f3b4(-0x57,-0x111,-_0x55320e._0x77521c,-0x100)]),process[_0x47f3b4(_0x55320e._0x435faa,_0x55320e._0x5ba42c,0xca,_0x55320e._0x5c8c5e)](0x1*0x60+-0x10a6+-0x1047*-0x1)):(_0x86fbcc[_0x5201de(_0x55320e._0x4b58ca,0x66b,0x6f6,_0x55320e._0x44d748)](_0x2c5dbf['code'],_0x86fbcc['GvqcU'])?_0x4e6e6f['error'](_0x5201de(_0x55320e._0x13febd,_0x55320e._0x46afa0,0x71e,0x717)+_0x47f3b4(-0x70,-0x7b,_0x55320e._0x16a8f1,_0x55320e._0x109544)+_0x5201de(_0x55320e._0x18f56d,_0x55320e._0xa92463,_0x55320e._0xba6255,0x69f)+'\x20'+_0x5dd872):_0x40d598[_0x5201de(0x5cf,0x658,0x51c,0x675)](_0x5201de(0x5f1,_0x55320e._0x3c362b,_0x55320e._0x1074a0,_0x55320e._0x32e006)+_0x47f3b4(-0x12c,-0x98,-0xc4,-0xc5)+_0x5201de(_0x55320e._0x5a2dca,0x58c,_0x55320e._0x5b14e2,0x5e5)+_0x546a94['message']),_0x352d03[_0x47f3b4(0x65,-_0x55320e._0x4d755b,_0x55320e._0x44dc61,0x1c)](-0x1*0x4a+0x1*0x1e91+-0x1e46)));const _0x59afed=_0x3ebbe1['join'](_0x149e45,_0x86fbcc['vYmKo']);try{const _0xf9f78b=await _0x27875d[_0x5201de(0x686,0x66f,_0x55320e._0x33e9b1,0x5da)](_0x59afed,_0x86fbcc['ewtTw']),_0x3b390f=JSON[_0x5201de(0x568,0x5f9,_0x55320e._0x2f3053,0x4fb)](_0xf9f78b);_0x16964f=_0x3b390f[_0x1d16d5];}catch(_0x5e7e5a){_0x86fbcc['ywLaL'](_0x86fbcc['lXMdY'],_0x86fbcc[_0x47f3b4(-_0x55320e._0x37d734,_0x55320e._0x30a770,-0x29,_0x55320e._0x20c025)])?(_0x86fbcc[_0x47f3b4(_0x55320e._0x4947e0,-0x91,-0x64,-0x8e)](_0x5e7e5a[_0x47f3b4(-_0x55320e._0x4d50b2,0x79,0xa,-0x32)],_0x86fbcc[_0x5201de(_0x55320e._0x128146,_0x55320e._0x444ce9,_0x55320e._0x3422e4,_0x55320e._0x1b99ea)])?_0x86fbcc[_0x47f3b4(-_0x55320e._0x3bdeb5,-_0x55320e._0x5643bc,-0xb4,-0x4c)]===_0x5201de(_0x55320e._0x35919c,0x6c6,_0x55320e._0x547058,0x5ba)?_0x45b8f2[_0x47f3b4(-0xe1,-0xc1,-_0x55320e._0x4a7442,-0x9e)](_0x23e14c):console[_0x5201de(_0x55320e._0x25af83,_0x55320e._0x52261d,_0x55320e._0x57fa0f,_0x55320e._0x42eef5)](_0x47f3b4(_0x55320e._0x36736c,-0x44,-0x67,_0x55320e._0x37ef65)+'up.json\x20no'+_0x47f3b4(-0xb3,0x65,-_0x55320e._0x36736c,-_0x55320e._0x30de22)+'\x20'+_0x59afed):_0x86fbcc[_0x47f3b4(-_0x55320e._0x16beac,_0x55320e._0x458072,-0xcd,-0x28)](_0x86fbcc[_0x5201de(_0x55320e._0x5f0206,0x4ea,0x5f4,_0x55320e._0x2fe5eb)],_0x86fbcc[_0x47f3b4(-_0x55320e._0x187845,-_0x55320e._0x1eaf2a,-0xec,-0xcf)])?(_0x34992c(),_0x1c9787[_0x47f3b4(-0x36,0x5e,0x98,0x1c)](0x1d03+0x11e5*-0x2+-0x8*-0xd9)):console[_0x5201de(0x5cf,_0x55320e._0x47c4c7,_0x55320e._0xa1cd2f,_0x55320e._0xde18bd)](_0x47f3b4(-_0x55320e._0x308edb,-_0x55320e._0x562a1a,_0x55320e._0x17935a,-0x63)+_0x47f3b4(-_0x55320e._0x1f5b2f,-_0x55320e._0x251aa3,-0x9f,-0xc5)+_0x5201de(_0x55320e._0x5a2dca,_0x55320e._0x4f5681,_0x55320e._0x602cd2,_0x55320e._0x132a89)+_0x5e7e5a[_0x47f3b4(_0x55320e._0x83a131,-0x5e,0x14,-_0x55320e._0x59b55e)]),process[_0x47f3b4(_0x55320e._0x1f6856,-0x31,0x29,_0x55320e._0x187d94)](0x151b+-0x11bb+-0x1*0x35f)):(_0x70e8c5[_0x5201de(_0x55320e._0x25af83,_0x55320e._0x560462,0x67e,_0x55320e._0x3c34d5)](_0x47f3b4(-_0x55320e._0x2e93e7,-0xf9,-_0x55320e._0x1236cc,-0xea)+_0x47f3b4(-_0x55320e._0x479397,0xc5,0xca,0x58)+'number'),_0x4b765f[_0x5201de(0x670,_0x55320e._0x3b0889,0x63f,0x6d1)](0x3ea*-0x1+0x6e6*-0x1+0xad1));}}}_0x86fbcc[_0x47f3b4(0xf7,_0x55320e._0xccd838,_0x55320e._0x236822,_0x55320e._0xcf4621)](_0x16964f,undefined)?_0x86fbcc[_0x5201de(_0x55320e._0x2f3af3,0x629,_0x55320e._0xfe4f1a,_0x55320e._0x2255fa)](_0x86fbcc[_0x5201de(0x673,_0x55320e._0x418754,0x5c6,_0x55320e._0x5bcfa3)],_0x86fbcc[_0x47f3b4(_0x55320e._0x30edaf,-0xe5,_0x55320e._0x3201ff,-0x4e)])?console[_0x5201de(_0x55320e._0x32bf23,0x611,0x514,0x645)](_0x16964f):(_0x51269e['error'](_0x47f3b4(-0x21,-_0x55320e._0x34202c,-_0x55320e._0x36a0f5,-0xb7)+_0x36a1ec+(_0x5201de(_0x55320e._0x433e1f,_0x55320e._0xd34da1,_0x55320e._0x313653,_0x55320e._0x5b4032)+'d\x20in\x20confi'+_0x5201de(0x5a3,0x652,0x5b8,0x54a))),_0x550df8[_0x5201de(0x670,0x5c1,0x612,_0x55320e._0x23be66)](-0x1f80+0x3*-0x160+-0x1*-0x23a1)):_0x86fbcc[_0x47f3b4(-_0x55320e._0x8e024b,-_0x55320e._0x1de958,_0x55320e._0x8360e,-_0x55320e._0x404ed7)](_0x86fbcc[_0x5201de(_0x55320e._0x28e640,_0x55320e._0x228ad0,0x5a1,_0x55320e._0x2170ed)],'tOrXS')?(console[_0x47f3b4(-0xae,-_0x55320e._0x3a5f54,_0x55320e._0x293a48,-0x85)](_0x5201de(_0x55320e._0x21b65f,_0x55320e._0x301ca7,_0x55320e._0x1ce5ff,_0x55320e._0x5bf3ae)+_0x1d16d5+('\x22\x20not\x20foun'+_0x47f3b4(-0x194,-0x82,-0x88,-0xf0)+'guration')),process[_0x47f3b4(0xc7,-_0x55320e._0x83a131,-_0x55320e._0x3d65ec,_0x55320e._0x187d94)](-0xcad+0x20c+0xaa2)):(_0x541476[_0x47f3b4(_0x55320e._0x184fab,-0xab,-0x121,-0x85)]('Unknown\x20co'+_0x47f3b4(-_0x55320e._0x48f02a,-0x72,-0x49,-0xb4)+_0x47f3b4(-_0x55320e._0x2b1111,_0x55320e._0x52962c,-0x83,-0x40)+_0x118f14),_0x15095e[_0x47f3b4(-0xee,0xc,-_0x55320e._0x47dbbb,-_0x55320e._0x33cf97)]('Run\x20\x22coder'+_0x5201de(_0x55320e._0x544460,0x5f3,0x636,_0x55320e._0x28dee9)+'nfig\x22\x20for\x20'+_0x5201de(_0x55320e._0x2d26ba,_0x55320e._0xe73128,0x524,_0x55320e._0x1c95d5)+'available\x20'+_0x5201de(0x5f9,0x5d0,_0x55320e._0xe9b1cd,0x5ca)),_0xfe1355[_0x5201de(_0x55320e._0x528e03,_0x55320e._0x32eabf,_0x55320e._0x58feb6,0x676)](0x18*-0x38+0x71b+0x6*-0x4f));}async function removeConfig(_0x42032f){const _0x4410d1={_0xf82530:0x129,_0x2c84d1:0x124,_0x223963:0xbe,_0x46d4c3:0x1cc,_0xf2be90:0xda,_0x395163:0x19d,_0x1919cd:0xa6,_0x242fb1:0x17e,_0x3f4b08:0x183,_0x446cef:0x271,_0x388d24:0xd1,_0x268e7e:0x9c,_0x228ad9:0x12e,_0x4e6616:0x1b4,_0xcd9bca:0x67,_0x20fa1:0x110,_0x2c176a:0x2f,_0x1a72d6:0xbc,_0x409cc9:0xd2,_0xedfab9:0xee,_0x5953f8:0x23,_0x2ae274:0x74,_0x4b1633:0x1b6,_0x541e17:0x1dc,_0xf08c6b:0xea,_0x11dfc6:0x11a,_0xd467d5:0x1cb,_0x2e2a0d:0x1ba,_0x1dcfb5:0x2a8,_0x36afe6:0x262,_0x24d6b1:0x14d,_0x307986:0xe3,_0x5e4402:0x12f,_0x3058ac:0x1d1,_0x2e7d5e:0x95,_0x3cde5a:0xaa,_0x98a588:0xa2,_0x55e7f3:0x115,_0x246677:0x8f,_0x37ea38:0xe5,_0x224aa7:0x4d,_0x28879f:0x92,_0x49c93d:0x81,_0x3fbb6f:0xd7,_0x28403c:0x4a,_0x3c106f:0x158,_0x2df852:0xd4,_0x266d48:0x22b,_0x357e07:0x272,_0x3ee749:0x1e7,_0x401164:0x163,_0x4b5f3c:0x1ea,_0x17ab6c:0xce,_0x108c63:0x1e0,_0x43cde5:0xeb,_0x19ae65:0x16c,_0x501fdb:0x183,_0x3904d9:0x134,_0x204005:0x192,_0x151482:0x1a8,_0x3b7a92:0x35,_0x1e7951:0xd5,_0x2f1d3f:0xb0,_0x35197c:0x238,_0x58573f:0x19d,_0x1e628b:0x215,_0x1d65de:0x147,_0x5b0234:0x1d7,_0x552011:0xc5,_0x291e3f:0xc0,_0x512c71:0x137,_0x293f41:0x196,_0x33489b:0x18d,_0x32157c:0x1b5,_0x4eb869:0x1cd,_0x49a64e:0x1eb,_0x480073:0xcd,_0x5c91eb:0x1ee,_0x5548e2:0x16e,_0x317c61:0x1a4,_0x481bf6:0x1ad,_0x439481:0x1be,_0x5b5a1f:0x58,_0x3c8feb:0x78,_0x42ae6a:0x164,_0x117e8a:0x19a,_0x3f75b6:0xba,_0x570b2c:0x122,_0x14a831:0x28b,_0x508e53:0xc3,_0x4a63c8:0x1ca,_0x5903d3:0x94,_0x5708c1:0x9d,_0x24d045:0x110,_0x5f2b10:0x127,_0x376375:0x176,_0x51b16c:0x112,_0x1cffbf:0x11f,_0x294ddd:0xd0,_0x209c2:0xc6,_0x360dd1:0x120,_0x2e34ce:0x129,_0x460401:0x146,_0x3eede3:0x1d4,_0x58d15c:0x1f7,_0x2fa6b6:0x293,_0x3a722b:0x235,_0x364e78:0x1aa,_0x6a3775:0x1af,_0x2703ad:0x13d,_0x2127da:0x136,_0x4ae851:0xb0,_0x262b83:0xfd,_0xf656e8:0x128,_0x50b8c9:0xa7,_0x25ed5c:0x119,_0x56f473:0x18,_0x53f9f9:0x71,_0x3bfff2:0xcb,_0x54e52a:0xb4,_0x525490:0x141,_0x1069fa:0x14a,_0x5ebd07:0x197,_0x5c9244:0x11d,_0x3b8511:0x15a,_0x86cd30:0xd1,_0x586f7d:0x88,_0x45125c:0x109,_0x3ee7ff:0xb4,_0x4e778d:0x115,_0x120c36:0x165,_0x55bf09:0x1e0,_0x5457e8:0xbd,_0x4c92ec:0x66,_0x1ba18d:0xa8,_0x284792:0x21,_0xc210ad:0x124,_0x34a4f5:0x73,_0x17fa12:0x106,_0x3ca9d2:0x117,_0x23b9be:0x239,_0xe94fa8:0xaf,_0x120916:0x1ed,_0x308db5:0x1a5,_0x3605b4:0x87,_0x219c85:0x1b2,_0x269df9:0x184,_0x37336e:0x125,_0x17c553:0xb9,_0x23ad42:0x1ae,_0xef4eb3:0x2bf,_0x10af6b:0x218,_0x128efb:0x24e,_0x1a4d8c:0x204,_0x45c657:0x174,_0x27cc98:0x103,_0x49217b:0xdc,_0x5aed51:0xde,_0x42a2d6:0x165,_0x3c0ea6:0x137,_0x5e304d:0x138,_0x58c949:0x1e4,_0x30abb4:0x22a,_0x2d780b:0x19f,_0x12f56f:0x1de,_0x38b6fd:0x153,_0x19aee5:0x15c,_0x212ac6:0x239,_0x3e84e7:0x62,_0x3d6893:0x156,_0x3147ac:0x133,_0x3f2b35:0xd2,_0x3530d7:0x199,_0x515138:0xd6,_0x1cf3f8:0x155,_0xada6ac:0x243,_0x22042d:0x1c8,_0x2b57bd:0x223,_0x597b97:0x217,_0x2cdac8:0x1e0,_0x34ff11:0x1c5,_0x5a7504:0x11e,_0x43225d:0x25,_0x4f9066:0x14b,_0x589804:0x162,_0x400840:0x10d,_0x806649:0x2ab,_0x402aac:0x2e2,_0x50ffae:0x232,_0x410cb6:0x5f,_0x20526c:0x135,_0x29b721:0x1c9,_0xccbbe5:0x1c7,_0x16995a:0x4f,_0x361d53:0x14,_0x498d98:0x13,_0x478ca7:0xc2,_0x28b18c:0x79,_0x4a8c9f:0x9b,_0x5d8710:0xed,_0x4d3b91:0x12a,_0x23fea0:0x97,_0x483842:0x8b,_0x4e63e3:0xc4,_0x400cd6:0x8d,_0x1cb394:0xfc,_0x3b1b66:0x13d,_0x556f18:0x1a0,_0x37c2c4:0x22,_0x5ba04e:0x116,_0x1ddbd9:0xb4,_0x584525:0xc0,_0x435a4e:0x151,_0x2f1124:0x10e,_0x2fdfde:0x114,_0x4e5cba:0x208,_0x325671:0x25b,_0x3ae5d6:0xcd,_0x931972:0x1c2,_0x556e3e:0x13c,_0xed85d8:0x9f,_0x27e323:0xf8,_0x1cadab:0x18c,_0x3c4ac7:0x10b,_0x50b941:0x9c,_0x1c6a00:0x15c,_0x38202f:0xff,_0x3735b4:0x108,_0x18e730:0x79},_0x239c09={_0x3e1e5a:0x6a},_0x43a4ca={_0x329cfd:0x1a0,_0x4c6aac:0x3c,_0x46b044:0x2e};function _0x48c0d9(_0x30b495,_0x31b9fb,_0x5356ae,_0x42677c){return _0x1defaf(_0x30b495-_0x43a4ca._0x329cfd,_0x5356ae-_0x43a4ca._0x4c6aac,_0x30b495,_0x42677c-_0x43a4ca._0x46b044);}function _0x255132(_0x2fadc0,_0x375868,_0x27f324,_0x5e86){return _0x1defaf(_0x2fadc0-_0x239c09._0x3e1e5a,_0x375868-0xc5,_0x27f324,_0x5e86-0x104);}const _0x297cf6={'eRUUV':_0x48c0d9(_0x4410d1._0xf82530,0x1a5,_0x4410d1._0x2c84d1,0xa3)+'er-server\x20'+_0x48c0d9(_0x4410d1._0x223963,_0x4410d1._0x46d4c3,0x148,_0x4410d1._0xf2be90)+_0x48c0d9(_0x4410d1._0x395163,0x111,0x151,0xdf),'EKGXk':'Usage:\x20cod'+_0x48c0d9(0x15,0xc0,0x7b,_0x4410d1._0x1919cd)+_0x255132(_0x4410d1._0x242fb1,0x201,_0x4410d1._0x3f4b08,_0x4410d1._0x446cef)+_0x255132(_0x4410d1._0x388d24,0x143,0x1e5,0x1b6),'EBUcE':_0x48c0d9(0xd2,_0x4410d1._0x268e7e,_0x4410d1._0x228ad9,_0x4410d1._0x4e6616)+_0x48c0d9(_0x4410d1._0xcd9bca,0x80,_0x4410d1._0x20fa1,0x134)+_0x48c0d9(_0x4410d1._0x2c176a,_0x4410d1._0x1a72d6,_0x4410d1._0x409cc9,_0x4410d1._0xedfab9)+_0x48c0d9(-0x38,-_0x4410d1._0x5953f8,_0x4410d1._0x2ae274,0x55)+_0x255132(_0x4410d1._0x4b1633,0x18a,_0x4410d1._0x541e17,0x1d4)+'ion:','uiMLA':_0x48c0d9(_0x4410d1._0x2c84d1,0xd7,_0x4410d1._0xf08c6b,_0x4410d1._0x11dfc6)+_0x255132(0x250,_0x4410d1._0xd467d5,0x227,0x23f)+_0x255132(0x23e,_0x4410d1._0x2e2a0d,0x1cd,0x1c0)+_0x255132(_0x4410d1._0x1dcfb5,0x202,_0x4410d1._0x36afe6,0x189)+_0x48c0d9(0xdc,0x10d,0x14d,_0x4410d1._0x24d6b1)+_0x48c0d9(0x1b1,_0x4410d1._0x307986,0x182,0x1f0)+_0x255132(_0x4410d1._0x5e4402,0x16d,0x174,_0x4410d1._0x3058ac),'mOxxh':function(_0x4748c0,_0x51a423){return _0x4748c0!==_0x51a423;},'eVSoS':_0x48c0d9(_0x4410d1._0x2e7d5e,0x101,_0x4410d1._0x3cde5a,0x1b),'oxiPM':function(_0xc929fe,_0x437ed4){return _0xc929fe&&_0x437ed4;},'PRzWl':'Run\x20\x22coder'+_0x255132(_0x4410d1._0x98a588,_0x4410d1._0x55e7f3,0x1ba,_0x4410d1._0x246677)+_0x48c0d9(_0x4410d1._0x37ea38,_0x4410d1._0x224aa7,_0x4410d1._0x28879f,0x12b)+_0x48c0d9(_0x4410d1._0x49c93d,_0x4410d1._0x3fbb6f,0xc8,_0x4410d1._0x28403c)+_0x48c0d9(0x88,_0x4410d1._0x3c106f,0xe2,_0x4410d1._0x2df852)+_0x255132(0x127,0x180,0x1b9,_0x4410d1._0x266d48),'GkUgu':_0x255132(_0x4410d1._0x357e07,_0x4410d1._0x3ee749,_0x4410d1._0x401164,0x20d)+_0x255132(_0x4410d1._0x4b5f3c,0x155,0x1b6,_0x4410d1._0x17ab6c),'jdBDI':function(_0x3bc16c,_0x213ffa){return _0x3bc16c(_0x213ffa);},'fiGar':_0x255132(0x252,0x1cd,_0x4410d1._0x108c63,0x17e)+'t','cZIHt':_0x48c0d9(_0x4410d1._0x43cde5,_0x4410d1._0x19ae65,_0x4410d1._0x501fdb,_0x4410d1._0x3904d9)+'th','KPTcY':'ssl_ca_pat'+'h','HRLeQ':_0x48c0d9(0xbc,0x8d,0xed,0x103)+'y','tZQCF':function(_0xab8b4a){return _0xab8b4a();},'KMuqk':function(_0x26d4b5,_0x201629){return _0x26d4b5!==_0x201629;},'VySXL':_0x255132(_0x4410d1._0x204005,0x22b,0x242,_0x4410d1._0x151482),'chWvG':function(_0x1997c3){return _0x1997c3();},'EFeEX':_0x48c0d9(_0x4410d1._0x3b7a92,0x9f,_0x4410d1._0x1e7951,_0x4410d1._0x2f1d3f)+_0x48c0d9(_0x4410d1._0x35197c,0x228,_0x4410d1._0x58573f,_0x4410d1._0x1e628b)+_0x255132(0xe7,_0x4410d1._0x1d65de,_0x4410d1._0x5b0234,_0x4410d1._0x552011)+'ed','UwqtB':_0x255132(_0x4410d1._0x291e3f,_0x4410d1._0x512c71,0x11a,0xe4),'KExMB':_0x48c0d9(0x1a4,_0x4410d1._0x293f41,_0x4410d1._0x33489b,_0x4410d1._0x32157c),'uPihw':_0x255132(_0x4410d1._0x4eb869,0x171,0xc1,0x173),'lBQfz':function(_0x1395b1,_0x3d65f3){return _0x1395b1===_0x3d65f3;},'tyXRZ':_0x255132(0xaf,0x13e,0x1e2,_0x4410d1._0x98a588),'ovHSK':function(_0x282efd,_0x31089b){return _0x282efd===_0x31089b;},'WeeMJ':'HZlAw','ByyKe':function(_0xbc8aac,_0x4e1958){return _0xbc8aac+_0x4e1958;},'hDAjp':_0x255132(0x105,0x105,0xcb,0x126)+_0x255132(0x222,0x196,0x182,0x235)+'or\x20changes'+'\x20to\x20take\x20e'+'ffect.'};!_0x42032f&&(_0x297cf6[_0x48c0d9(0x14,-0x2,0x54,0xba)]('wzxUT',_0x297cf6[_0x255132(0x29a,_0x4410d1._0x49a64e,0x1c8,0x20f)])?(_0x18e6f3[_0x48c0d9(0x133,0x159,_0x4410d1._0x480073,0x26)](_0x297cf6[_0x255132(0x178,_0x4410d1._0x5c91eb,0x211,0x19a)]),_0x3d2bf7[_0x48c0d9(0x16a,0xca,_0x4410d1._0x5548e2,_0x4410d1._0x317c61)](-0x1*-0x156b+-0x1127+0x1*-0x443)):(console['error'](_0x255132(0x19b,_0x4410d1._0x481bf6,0x1da,_0x4410d1._0x439481)+_0x255132(_0x4410d1._0x5b5a1f,0x104,_0x4410d1._0x3c8feb,_0x4410d1._0x42ae6a)+_0x48c0d9(0x13d,0x168,0x178,_0x4410d1._0x117e8a)+_0x48c0d9(0x152,0x89,_0x4410d1._0x3f75b6,_0x4410d1._0x570b2c)),process[_0x255132(_0x4410d1._0x14a831,0x1f7,0x1b3,0x288)](0x1e6c+0x5*0x3d+0x4*-0x7e7)));const _0x3bbf30=SERVER_CONFIG_KEYS['has'](_0x42032f),_0x560d94=SETUP_JSON_KEYS[_0x255132(0x11b,0x129,0x1c8,0x147)](_0x42032f);_0x297cf6['oxiPM'](!_0x3bbf30,!_0x560d94)&&(console[_0x255132(_0x4410d1._0x508e53,0x156,_0x4410d1._0x4a63c8,0xea)](_0x48c0d9(-0x1,_0x4410d1._0x5903d3,_0x4410d1._0x5708c1,_0x4410d1._0x24d045)+_0x255132(0x10e,_0x4410d1._0x5f2b10,_0x4410d1._0x376375,0x164)+_0x48c0d9(0xa0,0x185,_0x4410d1._0x51b16c,_0x4410d1._0x1cffbf)+_0x42032f),console[_0x255132(0x135,0x156,_0x4410d1._0x294ddd,_0x4410d1._0x209c2)](_0x297cf6[_0x255132(_0x4410d1._0x360dd1,0x18e,_0x4410d1._0x2e34ce,_0x4410d1._0x460401)]),process[_0x255132(_0x4410d1._0x3eede3,_0x4410d1._0x58d15c,_0x4410d1._0x2fa6b6,_0x4410d1._0x3a722b)](-0xb5*-0x37+0xfb6+0x4*-0xda6));if(_0x3bbf30){switch(_0x42032f){case _0x297cf6[_0x255132(_0x4410d1._0x364e78,0x227,0x2d1,0x23e)]:await _0x297cf6['jdBDI'](saveCoderSetupPath,null),console[_0x255132(_0x4410d1._0x6a3775,_0x4410d1._0x2703ad,_0x4410d1._0x2127da,0x16c)](_0x48c0d9(_0x4410d1._0x4ae851,_0x4410d1._0x262b83,0xd1,0xab)+_0x42032f);break;case _0x297cf6['fiGar']:await _0x297cf6['jdBDI'](saveServerPort,0x1*0x1e83+-0xc*0x6a+-0xdd3),console[_0x48c0d9(_0x4410d1._0xf656e8,_0x4410d1._0x50b8c9,0xb4,0xed)](_0x48c0d9(_0x4410d1._0x25ed5c,_0x4410d1._0x56f473,_0x4410d1._0x53f9f9,0x7c)+_0x42032f+('\x20to\x20defaul'+'t\x20(3000)'));break;case _0x48c0d9(0x83,0x17c,_0x4410d1._0x3bfff2,0x111)+_0x48c0d9(-0x26,0x8c,0x6f,0xf9):await saveSslCertPath(null),console[_0x48c0d9(0xab,0xf8,_0x4410d1._0x54e52a,_0x4410d1._0x209c2)](_0x255132(_0x4410d1._0x376375,0x15a,_0x4410d1._0x525490,_0x4410d1._0x1069fa)+_0x42032f);break;case _0x297cf6[_0x48c0d9(0x236,0xf5,_0x4410d1._0x5ebd07,_0x4410d1._0x5c9244)]:await saveSslKeyPath(null),console['log'](_0x48c0d9(_0x4410d1._0x3b8511,0x158,_0x4410d1._0x86cd30,0xbe)+_0x42032f);break;case _0x297cf6[_0x48c0d9(-0x22,0x80,_0x4410d1._0x586f7d,_0x4410d1._0x1a72d6)]:await saveSslCaPath(null),console[_0x48c0d9(_0x4410d1._0x45125c,0x7,_0x4410d1._0x3ee7ff,0xb8)]('Removed\x20'+_0x42032f);break;case _0x297cf6['HRLeQ']:await saveTrustProxy(null),console[_0x48c0d9(0x31,0xa5,_0x4410d1._0x54e52a,_0x4410d1._0x4e778d)](_0x255132(0x10e,0x15a,_0x4410d1._0x120c36,_0x4410d1._0x55bf09)+_0x42032f);break;}console['log'](_0x48c0d9(0xe5,0x16e,0xc1,0x173)+':\x20'+_0x297cf6['tZQCF'](getConfigPath));}else{if(_0x560d94){if(_0x297cf6[_0x48c0d9(_0x4410d1._0x5457e8,_0x4410d1._0x4c92ec,_0x4410d1._0x1ba18d,_0x4410d1._0x284792)](_0x297cf6[_0x48c0d9(0x7a,0xb9,0xad,_0x4410d1._0xc210ad)],_0x48c0d9(0x11f,0x7e,_0x4410d1._0x34a4f5,0x67))){const _0xf59865=await _0x297cf6[_0x255132(0x183,_0x4410d1._0x17fa12,_0x4410d1._0x3ca9d2,0xc4)](getCoderSetupPath);!_0xf59865&&(console['error'](_0x297cf6[_0x48c0d9(0x18a,_0x4410d1._0x23b9be,0x196,0x150)]),process['exit'](-0x541*0x5+0x16d9*-0x1+0x311f));const _0x11c644=_0x3ebbe1['join'](_0xf59865,'setup.json');let _0x3643a4;try{if(_0x297cf6[_0x48c0d9(_0x4410d1._0xe94fa8,_0x4410d1._0x120916,0x14b,_0x4410d1._0x308db5)]!==_0x297cf6[_0x48c0d9(0x13,0x3d,_0x4410d1._0x3605b4,0x2e)]){const _0x364166=await _0x27875d[_0x48c0d9(0x13f,_0x4410d1._0x219c85,_0x4410d1._0x269df9,_0x4410d1._0x37336e)](_0x11c644,_0x297cf6[_0x48c0d9(_0x4410d1._0x17c553,0x11d,0x123,_0x4410d1._0x23ad42)]);_0x3643a4=JSON['parse'](_0x364166);}else _0x1be01f['error'](_0x297cf6[_0x255132(_0x4410d1._0xef4eb3,_0x4410d1._0x10af6b,0x20c,0x25d)]),_0x2891c5[_0x255132(_0x4410d1._0x128efb,0x1f7,0x252,_0x4410d1._0x1a4d8c)](-0xb*0x321+-0x19e*-0x13+0x2*0x1d9);}catch(_0x14775){_0x297cf6['lBQfz'](_0x14775[_0x255132(_0x4410d1._0x45c657,0x1a9,0x12e,0x171)],_0x255132(_0x4410d1._0x27cc98,_0x4410d1._0x49217b,0x117,_0x4410d1._0x5aed51))?_0x297cf6[_0x255132(0x69,0xdd,_0x4410d1._0x1069fa,0x10c)](_0x297cf6[_0x255132(_0x4410d1._0x108c63,0x17c,_0x4410d1._0x42a2d6,_0x4410d1._0x3c0ea6)],_0x297cf6[_0x255132(_0x4410d1._0x5e304d,0x17c,_0x4410d1._0x58c949,_0x4410d1._0x30abb4)])?(_0x1a3188[_0x255132(_0x4410d1._0x2d780b,0x156,0x1f9,_0x4410d1._0x12f56f)]('Key\x20\x22'+_0xd01b52+(_0x48c0d9(_0x4410d1._0x38b6fd,_0x4410d1._0x19aee5,0x19f,_0x4410d1._0x212ac6)+_0x48c0d9(0x91,0xd6,_0x4410d1._0x3e84e7,0x56)+_0x255132(_0x4410d1._0x3d6893,0x12a,_0x4410d1._0x3147ac,_0x4410d1._0x3f2b35))),_0x2e5c41[_0x48c0d9(0x1de,_0x4410d1._0x3530d7,_0x4410d1._0x5548e2,_0x4410d1._0x515138)](0x1c58+-0x24b8+0x861)):console[_0x48c0d9(0x170,0x1b,_0x4410d1._0x480073,_0x4410d1._0x1cf3f8)](_0x48c0d9(_0x4410d1._0xada6ac,_0x4410d1._0x22042d,0x199,_0x4410d1._0x2b57bd)+_0x255132(0x1f5,0x208,_0x4410d1._0x597b97,0x1fc)+_0x255132(_0x4410d1._0x2cdac8,_0x4410d1._0x34ff11,_0x4410d1._0x5a7504,_0x4410d1._0x1cffbf)+'\x20'+_0x11c644):console['error'](_0x255132(0x192,0x178,0x214,0xff)+_0x48c0d9(0x44,0x45,0x8d,-_0x4410d1._0x43225d)+_0x255132(_0x4410d1._0x4f9066,0xf3,0x171,0x114)+_0x14775[_0x48c0d9(_0x4410d1._0x589804,0xb9,0x132,_0x4410d1._0x400840)]),process['exit'](0x1e1a+0x15*0x141+-0x386e);}_0x297cf6[_0x255132(_0x4410d1._0x806649,0x239,_0x4410d1._0x402aac,0x1e3)](_0x3643a4[_0x42032f],undefined)&&(_0x297cf6[_0x255132(0xa2,0x131,0x8c,_0x4410d1._0x388d24)](_0x297cf6[_0x255132(0x291,_0x4410d1._0x597b97,_0x4410d1._0x50ffae,0x2c3)],'HZlAw')?(_0x567cf1[_0x48c0d9(_0x4410d1._0x410cb6,_0x4410d1._0x209c2,0xb4,0x54)](_0x297cf6[_0x255132(0x114,_0x4410d1._0x20526c,_0x4410d1._0x589804,0xf6)]),_0x213918[_0x255132(_0x4410d1._0x29b721,_0x4410d1._0x2703ad,_0x4410d1._0xccbbe5,0x17d)](_0x297cf6[_0x48c0d9(-_0x4410d1._0x16995a,-_0x4410d1._0x361d53,0x57,_0x4410d1._0x498d98)])):(console[_0x255132(_0x4410d1._0x22042d,0x156,_0x4410d1._0x478ca7,0xd5)](_0x48c0d9(_0x4410d1._0x28b18c,0x4,_0x4410d1._0x4a8c9f,_0x4410d1._0x5d8710)+_0x42032f+('\x22\x20not\x20foun'+'d\x20in\x20confi'+_0x255132(0xea,_0x4410d1._0x4d3b91,_0x4410d1._0x23fea0,0xa5))),process['exit'](-0x2*-0x65e+0x19e6+-0x155*0x1d))),delete _0x3643a4[_0x42032f],await _0x27875d['writeFile'](_0x11c644,_0x297cf6[_0x255132(_0x4410d1._0x17fa12,0xda,0x12d,_0x4410d1._0x483842)](JSON['stringify'](_0x3643a4,null,-0x5b5+-0x17*0x14a+-0x337*-0xb),'\x0a'),'utf-8'),console[_0x255132(0x1d1,_0x4410d1._0x2703ad,_0x4410d1._0x4e63e3,_0x4410d1._0x400cd6)](_0x255132(0x165,0x15a,0x154,_0x4410d1._0x1cb394)+_0x42032f),console[_0x255132(0xf6,_0x4410d1._0x3b1b66,_0x4410d1._0x556f18,0xb8)](_0x255132(0x178,0x14a,0x154,0x1a6)+':\x20'+_0x11c644),console[_0x48c0d9(_0x4410d1._0x37c2c4,_0x4410d1._0x5ba04e,_0x4410d1._0x1ddbd9,_0x4410d1._0x584525)](''),console[_0x255132(_0x4410d1._0x435a4e,0x13d,0x11f,_0x4410d1._0x2f1124)](_0x297cf6['hDAjp']);}else _0x37b9e4[_0x255132(0x1ac,0x156,_0x4410d1._0x2fdfde,0xec)](_0x255132(0x1a6,0x222,_0x4410d1._0x541e17,0x2b2)+_0x255132(0x1b0,_0x4410d1._0x4e5cba,_0x4410d1._0x325671,0x1bb)+_0x48c0d9(_0x4410d1._0x3ae5d6,_0x4410d1._0x931972,_0x4410d1._0x556e3e,_0x4410d1._0x556e3e)+'\x20'+_0x39d340),_0x2d537f['error']('Make\x20sure\x20'+'coder_setu'+_0x48c0d9(_0x4410d1._0xed85d8,0xbf,_0x4410d1._0x27e323,_0x4410d1._0x1cadab)+_0x48c0d9(0xa9,_0x4410d1._0x3c4ac7,_0x4410d1._0x50b941,0x12c)+'alid\x20coder'+_0x48c0d9(_0x4410d1._0x3605b4,_0x4410d1._0x1c6a00,_0x4410d1._0x38202f,0x75)+_0x48c0d9(_0x4410d1._0x3735b4,-0x1e,_0x4410d1._0x18e730,0x42));}}}async function showConfig(){const _0x65b5af={_0x22568b:0xf5,_0x4462ba:0x2f,_0x178f5d:0x38,_0x131ae1:0x3e,_0xa0ac1f:0x60,_0x3ea497:0x6f,_0x259ab9:0x15a,_0x4fdfde:0x205,_0x53f6cd:0x5b,_0x29382c:0xa0,_0x352d3f:0xe5,_0x450425:0x14f,_0x3ecb01:0x1f0,_0x2c04b1:0x1b7,_0x29deae:0x180,_0x530385:0xbe,_0x577b65:0x65,_0x235c8e:0x6d,_0x5927d4:0x143,_0x5bd15b:0x1c0,_0x11e1b5:0x5e,_0x1e38a6:0x53,_0x32acf6:0x181,_0x1b0297:0xac,_0x1b1952:0x83,_0x5b8e89:0x13f,_0x56bd24:0x9c,_0x1dce46:0xa8,_0x35de3d:0x115,_0x2373f3:0xcb,_0x516373:0xdd,_0x24f857:0xdf,_0x26e29a:0x7d,_0x15457c:0x6e,_0x447da7:0x2e,_0x1fcb72:0x13,_0x5d0335:0x15e,_0x432d63:0xb0,_0x5c07af:0x0,_0x3f21d4:0x66,_0x549c2a:0x179,_0x356ef3:0x1c4,_0x1a962b:0xd1,_0x3af25d:0x8f,_0x4bf712:0xaa,_0x4feda2:0x123,_0x5dd57d:0x116,_0x325ab4:0x12d,_0x2611c3:0x162,_0x492357:0x1ab,_0x2ccee5:0xef,_0xa09d3d:0x159,_0x4687f0:0x81,_0xe7f136:0x191,_0x3fe0a5:0x121,_0x5620b8:0x13c,_0x3ae9f0:0x13f,_0x777073:0x137,_0x4af321:0x6b,_0x52d522:0x19,_0x5e2e73:0x11f,_0x2e2917:0x144,_0x3057bd:0xf9,_0x482f48:0x90,_0x14f60e:0xeb,_0x12bb4a:0xd7,_0x1a891f:0x138,_0x2a43ed:0xd6,_0x10842f:0x24,_0x438446:0x121,_0x35bb62:0x74,_0x479fcd:0x98,_0x11c83c:0xf4,_0x1bc282:0x111,_0x39797f:0xfb,_0xcecb29:0x18b,_0x5aded2:0x5d,_0x49ccee:0x27,_0x386871:0xf,_0x2e574c:0x13a,_0x5cf49c:0x92,_0x1ab1e4:0xe1,_0x2a60f7:0x1dd,_0x477cc9:0x1d2,_0x341c41:0x1d0,_0x2fc460:0x86,_0x56faa0:0x154,_0x4f1338:0x128,_0x136d1e:0x3b,_0x4abb3f:0x15,_0xc96d1b:0x16e,_0x220266:0x1c8,_0x15b7aa:0xac,_0x3924b4:0xd3,_0x34a120:0xc0,_0x1bc592:0x1b,_0x25c75a:0x4f,_0x1714cb:0x5f,_0xff88b9:0x112,_0x371431:0x91,_0x485dc1:0x70,_0x143c8f:0x15f,_0x14956d:0xf6,_0x4979e2:0x9a,_0x38d3b7:0x110,_0x4b962c:0x94,_0x1ec2af:0x19d,_0x2af335:0x131,_0x5c1675:0x18a,_0xbd4693:0x122,_0x33df09:0x1be,_0x46d1eb:0x35,_0x4beda7:0x9f,_0x3958df:0x18,_0x3bcb21:0x4a,_0x340b4f:0x17,_0x1e99a7:0xec,_0x54ec1b:0xb3,_0x1aa690:0xb5,_0x1382c6:0x11c,_0x977221:0x14e,_0x15bf72:0xc2,_0x4aafb7:0x1d8,_0x3c0e53:0x1b6,_0x513411:0xa5,_0x3639a8:0x8c,_0x13a692:0x47,_0x325ac7:0xf4,_0x246ade:0x84,_0x3342d8:0xbc,_0x2f28e7:0x8b,_0x346de1:0x95,_0x1b221a:0xa1,_0x274e50:0x186,_0x300f06:0x187,_0x478d09:0x69,_0x3117ce:0x121,_0x265af1:0x88,_0xb8e84f:0x104,_0x33b96d:0x110,_0x52f545:0x186,_0x5c7d92:0x102,_0x2470c5:0x1bd,_0x2a7a7e:0xf1,_0x4726ac:0x10f,_0x44439c:0x1d,_0x4f5ba2:0x1a,_0x536ddf:0xa6,_0x401ec8:0x10b,_0x23ead8:0xe0,_0x49b5d6:0x118,_0x51f103:0xfa,_0xad59a6:0x5e,_0x5e6b73:0x5b,_0x1bb4bb:0x55,_0x376baa:0x126,_0x422684:0x143,_0x1cf0b3:0x178,_0x47e68c:0x1e8,_0x513fdb:0x190,_0x54c787:0x8e,_0x632f64:0xf5,_0x1deeaf:0x109,_0x41e49c:0xc4,_0xbe9f3f:0x34,_0x51175a:0x14d,_0x3fec17:0x6e,_0x2802a0:0x52,_0x4b1096:0x48,_0x2f019d:0xb7,_0x52100d:0xfc,_0x599291:0x117,_0x2cb51f:0x16b,_0x3df493:0xea,_0x324a72:0x11d,_0x5a60e7:0xaf,_0x2c38ea:0xc,_0x433fb7:0xf6,_0x523b5b:0x107,_0x3d52f0:0x19c,_0x4ca28f:0x2c,_0xe51599:0x11d,_0x562e95:0x2f,_0x278ae8:0x16e,_0xa3e8da:0x46,_0x1c4bca:0x158,_0x14ed4a:0xb8,_0x1092f9:0x130,_0x359b3e:0x169,_0x8f99ff:0x3a,_0x477d5a:0xb5,_0x1a5297:0x8,_0x42ea52:0xd4,_0x38f258:0xda,_0x5e6a8f:0x9f,_0xb7aacc:0x163,_0x2d749b:0x199,_0x173525:0x193,_0x133a4d:0x2a,_0x23b95a:0x76,_0x315331:0xc3,_0x4f0684:0x61,_0x2fd03e:0xc3,_0x1190d2:0x1f,_0x57003a:0xa2,_0x4dfe1e:0x3e,_0x16e52d:0x9d,_0x174e24:0x80,_0x4a6ed3:0x15e,_0x197cf3:0xde,_0x367d8b:0xe,_0xbb6705:0x147,_0x29e685:0x71,_0x6b3599:0xef,_0x2d42e8:0x1e,_0x48e8eb:0x95,_0x4c75ca:0xdc,_0x4248bf:0xaf,_0x20ab8a:0x36,_0x3dece3:0xcf,_0x671ede:0x72,_0x444e0c:0x1f,_0x3dfb0f:0xad,_0x3a3893:0x135,_0x42d53c:0x8e,_0x376acb:0x1c,_0x2c633c:0x87,_0x2bf37b:0x118,_0x583bcc:0xdb,_0x1c14fd:0xc8,_0x15de7e:0x152,_0x2563aa:0x120,_0x230465:0xb7,_0x520c1a:0xa6,_0x22a521:0xbf,_0x31a852:0xab,_0x22973a:0x29,_0x44ddcd:0xd9,_0x34673b:0x42,_0x3f3472:0x39,_0x19bbea:0x66,_0x1708ad:0x7b,_0x26d147:0xa1,_0x108c3c:0x24,_0x58dd22:0xca,_0x4fa4b3:0xe2,_0x1b3f3a:0x86,_0x4c41b4:0x106,_0x36982b:0x1,_0x4535da:0x40,_0x675950:0xd8,_0x382e14:0x126,_0xe5e807:0x13d,_0x5b7f43:0x13d,_0x439504:0xd0,_0x211be7:0x8b,_0x5183af:0xb5,_0x48bfc7:0x120,_0x16bcb1:0xa1,_0x214b25:0xcb,_0x314456:0x13a,_0x57400d:0xa1,_0x15057f:0x8,_0x3a934c:0xef,_0x75a70e:0xd1,_0x3d0714:0x103,_0x427704:0x6a,_0x424b6d:0x14e,_0x552ee4:0x6e,_0x14e533:0x3c,_0x2e57af:0x116,_0x11f9c4:0xee,_0x38457:0x89,_0x5ce8f9:0x8b,_0x228f1b:0xbd,_0xff8aa9:0x14f,_0xa64368:0x170,_0x2c7519:0x20,_0x4080f3:0x8d,_0x365011:0x72,_0x4ccaf7:0x8b,_0x35d1fb:0x10d,_0x460122:0x6b,_0x33d47a:0xfa,_0x29a776:0x9e,_0x3c7d7b:0x59,_0x3a01ba:0xe7,_0x4ef5eb:0x2e,_0x421b05:0xc8,_0x1a523a:0x7a,_0xe4df65:0xd,_0x361e58:0x1c1,_0xc7595e:0x104,_0x20f332:0x1f,_0xf1f71e:0xfd,_0x1c5ebb:0xba,_0x545fa2:0x8e,_0x54a3cd:0xeb,_0x36f46c:0x2f,_0x423c8a:0x113,_0x98cde5:0x18d,_0x4c6739:0x124,_0x1ca824:0x1bb,_0x4474b6:0x1de,_0x578ca1:0xb,_0x21eb25:0xe,_0x31cfb6:0x8b,_0x1858c9:0x73,_0xa3ec6b:0x136,_0x18cdff:0x1ae,_0x5f3944:0x191,_0x2b7f7c:0x121,_0xd46dfd:0x1f1,_0x49560a:0x75,_0x547073:0x88,_0x4d5013:0x119,_0x412c91:0x1c7,_0x1190aa:0x41,_0xedaf1c:0xe6,_0xb90d23:0xf5,_0x43c674:0x12e},_0x51e5e0={_0x4c2557:0x10,_0x1a3f55:0xb},_0x4dcbdd={'YAuEk':'Server\x20con'+'figuration'+_0x5dac37(0xa9,0x13c,_0x65b5af._0x22568b,0x90)+_0x4e90b6(_0x65b5af._0x4462ba,0xce,-0x1d,-_0x65b5af._0x178f5d)+_0x4e90b6(0x96,0x6b,0x12c,0x9)+'ig.json):','iwvZb':'Commands:','pQcBh':_0x5dac37(_0x65b5af._0x131ae1,_0x65b5af._0xa0ac1f,-_0x65b5af._0x3ea497,-0x49)+'path\x20\x20\x20\x20\x20\x20'+_0x5dac37(_0x65b5af._0x259ab9,0xac,_0x65b5af._0x4fdfde,0x209)+_0x4e90b6(0x52,_0x65b5af._0x53f6cd,_0x65b5af._0x29382c,_0x65b5af._0x352d3f)+_0x5dac37(_0x65b5af._0x450425,_0x65b5af._0x3ecb01,_0x65b5af._0x2c04b1,_0x65b5af._0x29deae),'oJOXC':_0x4e90b6(_0x65b5af._0x530385,0x7f,0x8d,_0x65b5af._0x577b65)+'rver\x20confi'+'g\x20set\x20serv'+'er_port\x2080'+'80','doVKI':_0x5dac37(_0x65b5af._0x235c8e,0x9d,0x85,0xe3)+'agent\x20\x20\x20\x20\x20'+_0x5dac37(_0x65b5af._0x5927d4,0xd5,_0x65b5af._0x5bd15b,0x167)+_0x5dac37(0x57,0x64,0x7f,_0x65b5af._0x11e1b5)+_0x4e90b6(0xe2,_0x65b5af._0x1e38a6,_0x65b5af._0x32acf6,0x110)+_0x4e90b6(_0x65b5af._0x1b0297,_0x65b5af._0x1b1952,_0x65b5af._0x5b8e89,_0x65b5af._0x56bd24),'GtuPA':_0x5dac37(_0x65b5af._0x1dce46,0x105,0x104,0x26)+'rver\x20confi'+'g\x20set\x20defa'+_0x4e90b6(0x93,_0x65b5af._0x35de3d,_0x65b5af._0x2373f3,0x52)+_0x4e90b6(0x30,-0x71,0x28,_0x65b5af._0x516373),'eZhhf':_0x4e90b6(_0x65b5af._0x24f857,0x166,0xec,_0x65b5af._0x26e29a)+_0x4e90b6(_0x65b5af._0x15457c,0x110,_0x65b5af._0x447da7,-_0x65b5af._0x1fcb72)+_0x4e90b6(_0x65b5af._0x5d0335,0x133,0x1fa,0xde)+_0x5dac37(_0x65b5af._0x432d63,_0x65b5af._0x5c07af,_0x65b5af._0x3f21d4,0x1c)+_0x4e90b6(_0x65b5af._0x549c2a,0xcc,_0x65b5af._0x356ef3,_0x65b5af._0x1a962b),'VUmwg':_0x5dac37(0xa8,_0x65b5af._0x3af25d,_0x65b5af._0x4bf712,_0x65b5af._0x4feda2)+_0x4e90b6(_0x65b5af._0x5dd57d,_0x65b5af._0x325ab4,_0x65b5af._0x2611c3,_0x65b5af._0x492357)+_0x5dac37(_0x65b5af._0x2ccee5,_0x65b5af._0xa09d3d,0x144,_0x65b5af._0x4687f0)+_0x4e90b6(0x14d,0x1b8,0x1f8,_0x65b5af._0xe7f136)+_0x4e90b6(_0x65b5af._0x3fe0a5,0xc6,_0x65b5af._0x5620b8,0x1a8)+_0x4e90b6(0x156,_0x65b5af._0x3ae9f0,0xa6,_0x65b5af._0x777073)+_0x5dac37(0xa2,0x75,_0x65b5af._0x4af321,_0x65b5af._0x52d522),'XfUlT':_0x5dac37(0xa8,0x5f,_0x65b5af._0x5e2e73,_0x65b5af._0x2e2917)+_0x5dac37(0x100,_0x65b5af._0x3057bd,_0x65b5af._0x482f48,0xc1)+_0x5dac37(_0x65b5af._0x14f60e,0xbb,0x17a,_0x65b5af._0x12bb4a),'UpcIO':_0x5dac37(_0x65b5af._0x1a891f,_0x65b5af._0x2a43ed,0x156,0x133)+_0x5dac37(0x4c,_0x65b5af._0x10842f,-0x4f,0x46)+_0x5dac37(_0x65b5af._0x438446,0x1a0,_0x65b5af._0x35bb62,0x124)+_0x5dac37(_0x65b5af._0x5dd57d,_0x65b5af._0x479fcd,0xc2,0x149)+_0x5dac37(0x135,_0x65b5af._0x492357,_0x65b5af._0x11c83c,_0x65b5af._0x1bc282),'KbCde':_0x5dac37(_0x65b5af._0x39797f,0xf3,_0x65b5af._0xcecb29,0x122)+_0x5dac37(_0x65b5af._0x5aded2,0x26,_0x65b5af._0x49ccee,-_0x65b5af._0x386871)+'\x20Show\x20all\x20'+_0x4e90b6(0xd5,_0x65b5af._0x2e574c,_0x65b5af._0x5cf49c,0x8f)+'ion','lBKGl':_0x5dac37(0x153,0xce,_0x65b5af._0x1ab1e4,_0x65b5af._0x2a60f7)+'ort\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Server\x20p'+_0x4e90b6(0x17b,0x168,_0x65b5af._0x477cc9,_0x65b5af._0x341c41)+_0x4e90b6(0x109,_0x65b5af._0x2fc460,_0x65b5af._0x56faa0,0x63),'Umvzr':_0x4e90b6(_0x65b5af._0x4f1338,0x138,0x1c7,0xd1)+_0x4e90b6(_0x65b5af._0x136d1e,0x87,-_0x65b5af._0x4abb3f,0xb9)+'\x20Remove\x20a\x20'+_0x4e90b6(0xd5,0x34,_0x65b5af._0xc96d1b,0x142)+_0x4e90b6(0x181,0x230,0x1c6,_0x65b5af._0x220266),'rTwxP':_0x5dac37(_0x65b5af._0x15b7aa,0x77,_0x65b5af._0x3924b4,_0x65b5af._0x34a120)+_0x5dac37(0x5d,-_0x65b5af._0x1bc592,_0x65b5af._0x25c75a,_0x65b5af._0x1714cb)+_0x4e90b6(_0x65b5af._0xff88b9,0x74,_0x65b5af._0x371431,_0x65b5af._0x485dc1)+'me','iBbct':_0x4e90b6(_0x65b5af._0x143c8f,0x18a,_0x65b5af._0x12bb4a,0x20d),'jTNrx':_0x5dac37(_0x65b5af._0x14956d,_0x65b5af._0x4979e2,_0x65b5af._0x38d3b7,0x6b)+'oxy\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Trust\x20pr'+_0x4e90b6(0x55,-0x2d,_0x65b5af._0x14f60e,_0x65b5af._0x4b962c)+'s\x20(true/fa'+'lse)','zXplF':_0x5dac37(0x169,0xc2,_0x65b5af._0x1ec2af,0xec)+_0x4e90b6(_0x65b5af._0x2af335,0x86,0x152,_0x65b5af._0x5c1675)+_0x5dac37(0x15a,0x1bd,0x10c,0x149)+_0x5dac37(0x98,0x96,0xa7,0x7c)+_0x4e90b6(_0x65b5af._0x29deae,0xfe,_0x65b5af._0xbd4693,_0x65b5af._0x33df09)+'y','uEDal':_0x5dac37(_0x65b5af._0x46d1eb,_0x65b5af._0x4beda7,-0x37,_0x65b5af._0x3958df)+_0x5dac37(_0x65b5af._0x3bcb21,0x46,0x6b,-0x3d)+_0x4e90b6(0x66,0x55,0xf,_0x65b5af._0x340b4f)+_0x4e90b6(0x9c,_0x65b5af._0x1e99a7,_0x65b5af._0x54ec1b,0x26)+_0x5dac37(0xa0,0xbe,0x133,0x7b)+_0x5dac37(_0x65b5af._0x1aa690,_0x65b5af._0x1382c6,_0x65b5af._0x5620b8,0x126),'AKjHP':function(_0x529708){return _0x529708();},'cqrqQ':function(_0x2c1e29){return _0x2c1e29();},'osABq':function(_0x5993c4){return _0x5993c4();},'yoYtW':function(_0x491ad2){return _0x491ad2();},'mTnmP':function(_0xf9198a){return _0xf9198a();},'veEyC':function(_0x38c9e9,_0x4bae54){return _0x38c9e9||_0x4bae54;},'XRqgZ':'(not\x20set)','Nanhj':function(_0x2e3375,_0x177c95){return _0x2e3375||_0x177c95;},'onqRT':function(_0x439a27,_0x574a83){return _0x439a27||_0x574a83;},'sDdyg':function(_0x1dc642,_0x254a73){return _0x1dc642!==_0x254a73;},'duUYE':function(_0x2d81fa){return _0x2d81fa();},'GHhOP':_0x5dac37(0xb3,0x15f,0x3,_0x65b5af._0x977221)+_0x4e90b6(0x13d,0x181,_0x65b5af._0x15bf72,0x120)+'ion\x20===','smhSF':_0x4e90b6(0x12d,0xc7,_0x65b5af._0x4aafb7,_0x65b5af._0x3c0e53),'sYRLD':_0x5dac37(0xa6,_0x65b5af._0x513411,_0x65b5af._0x3639a8,_0x65b5af._0x13a692),'oeeAl':function(_0x33cf93,_0x58fce7){return _0x33cf93===_0x58fce7;},'AAJjK':_0x5dac37(0x146,0x19e,0x123,_0x65b5af._0x325ac7),'ANkSg':'XZsZY','KzNnx':_0x4e90b6(0x27,0x2a,_0x65b5af._0x12bb4a,0xc),'CvBFv':'(setup.jso'+'n\x20not\x20foun'+'d)','zptCb':'Chpct','pALvL':_0x5dac37(_0x65b5af._0x246ade,0x38,_0x65b5af._0x3342d8,0x100),'ImFjT':function(_0x532a16,_0x1eb695){return _0x532a16===_0x1eb695;},'BImXF':_0x4e90b6(_0x65b5af._0x2f28e7,_0x65b5af._0x346de1,0xca,_0x65b5af._0x1b221a),'HudUN':_0x4e90b6(0x102,_0x65b5af._0x274e50,_0x65b5af._0x300f06,0xc0)+'setup\x20path'+'\x20to\x20view\x20s'+_0x5dac37(0x32,_0x65b5af._0x2f28e7,-_0x65b5af._0x340b4f,-_0x65b5af._0x478d09)+'configurat'+_0x5dac37(0xd5,0xd3,_0x65b5af._0x3117ce,0xa2)};function _0x5dac37(_0x41b41f,_0x4bae41,_0x58a085,_0x1133f4){return _0x4e858c(_0x41b41f-0x2a,_0x58a085,_0x41b41f-0x21c,_0x1133f4-0x100);}console['log']('===\x20Server'+'\x20Configura'+'tion\x20==='),console[_0x4e90b6(_0x65b5af._0x265af1,_0x65b5af._0xb8e84f,_0x65b5af._0x33b96d,0x4d)]('');const _0x570d66=await _0x4dcbdd[_0x4e90b6(_0x65b5af._0x52f545,_0x65b5af._0x5c7d92,_0x65b5af._0x2470c5,0x1e6)](getCoderSetupPath),_0x2ae4e4=await getServerPort(),_0x5c5d2=await _0x4dcbdd['cqrqQ'](getSslCertPath),_0x5d554e=await _0x4dcbdd[_0x5dac37(_0x65b5af._0x2a7a7e,0xfd,_0x65b5af._0x4726ac,0x94)](getSslKeyPath),_0x221792=await _0x4dcbdd['yoYtW'](getSslCaPath),_0x319684=await _0x4dcbdd[_0x5dac37(_0x65b5af._0x44439c,-0x7e,-0x17,0x4a)](getTrustProxy);console[_0x5dac37(0x72,_0x65b5af._0x3af25d,_0x65b5af._0x4f5ba2,_0x65b5af._0x536ddf)](_0x5dac37(0x11c,_0x65b5af._0x401ec8,0x182,_0x65b5af._0x478d09)+'p_path:\x20'+_0x4dcbdd['veEyC'](_0x570d66,_0x4dcbdd[_0x5dac37(_0x65b5af._0x23ead8,_0x65b5af._0x131ae1,0x76,0x6d)])),console[_0x4e90b6(0x88,_0x65b5af._0x235c8e,0x116,-0x24)](_0x4e90b6(_0x65b5af._0x49b5d6,_0x65b5af._0x51f103,0x193,0x99)+_0x5dac37(0x36,_0x65b5af._0xad59a6,_0x65b5af._0x5e6b73,0x6d)+_0x2ae4e4),console['log'](_0x4e90b6(_0x65b5af._0x4beda7,_0x65b5af._0x1bb4bb,_0x65b5af._0x376baa,_0x65b5af._0x422684)+_0x5dac37(0x166,_0x65b5af._0x1cf0b3,_0x65b5af._0x47e68c,_0x65b5af._0x513fdb)+_0x4dcbdd['Nanhj'](_0x5c5d2,_0x4dcbdd[_0x4e90b6(_0x65b5af._0x14956d,0x199,_0x65b5af._0x54c787,0x18b)])),console[_0x5dac37(0x72,0x6,_0x65b5af._0x632f64,_0x65b5af._0x1deeaf)]('ssl_key_pa'+_0x4e90b6(_0x65b5af._0x41e49c,0x82,_0x65b5af._0xbe9f3f,_0x65b5af._0x51175a)+(_0x5d554e||_0x4dcbdd[_0x4e90b6(_0x65b5af._0x14956d,0x12c,0x180,0x87)])),console['log'](_0x5dac37(0xff,0x166,_0x65b5af._0x3fec17,0x9a)+_0x5dac37(_0x65b5af._0x2802a0,_0x65b5af._0x4b1096,_0x65b5af._0x2f019d,0xc7)+_0x4dcbdd[_0x4e90b6(_0x65b5af._0x52100d,0xb8,0x13a,0x83)](_0x221792,_0x4dcbdd[_0x5dac37(0xe0,_0x65b5af._0x599291,0x84,_0x65b5af._0x2cb51f)]));function _0x4e90b6(_0x41b472,_0x3b06fe,_0x202ba6,_0x5b3507){return _0x1defaf(_0x41b472-0x1f4,_0x41b472-_0x51e5e0._0x4c2557,_0x3b06fe,_0x5b3507-_0x51e5e0._0x1a3f55);}console[_0x5dac37(0x72,_0x65b5af._0x3df493,_0x65b5af._0x4726ac,0x28)]('trust_prox'+_0x4e90b6(0x100,_0x65b5af._0x324a72,0x180,0x19e)+(_0x4dcbdd[_0x4e90b6(_0x65b5af._0x5a60e7,_0x65b5af._0x2c38ea,_0x65b5af._0x56bd24,0x138)](_0x319684,null)?_0x319684:_0x4dcbdd[_0x4e90b6(_0x65b5af._0x433fb7,_0x65b5af._0x523b5b,0x60,0x158)])),console['log'](''),console['log'](_0x5dac37(0x110,0x1b7,0x73,_0x65b5af._0x3d52f0)+_0x4dcbdd[_0x5dac37(0x43,_0x65b5af._0x4ca28f,0x68,-_0x65b5af._0x478d09)](getConfigPath)),console['log']('');if(_0x570d66){console[_0x5dac37(0x72,_0x65b5af._0xe51599,0xf5,0x9f)](_0x4dcbdd['GHhOP']),console[_0x5dac37(0x72,0x2b,0x84,0xf7)]('');const _0x56ae4a=_0x3ebbe1[_0x4e90b6(_0x65b5af._0x5aded2,0xb4,-_0x65b5af._0x562e95,-0x20)](_0x570d66,_0x4dcbdd[_0x5dac37(0xed,_0x65b5af._0x278ae8,_0x65b5af._0xa3e8da,0xfa)]);try{const _0x5e09b3=await _0x27875d[_0x4e90b6(_0x65b5af._0x1c4bca,0x194,_0x65b5af._0x14ed4a,0xc8)](_0x56ae4a,_0x4dcbdd[_0x5dac37(0x162,_0x65b5af._0x1092f9,0x1c6,_0x65b5af._0x359b3e)]),_0x5f4020=JSON[_0x4e90b6(_0x65b5af._0x8f99ff,_0x65b5af._0x477d5a,_0x65b5af._0x1a5297,0x9d)](_0x5e09b3);console['log'](JSON[_0x4e90b6(_0x65b5af._0x42ea52,_0x65b5af._0x38f258,0x148,0x148)](_0x5f4020,null,0x10ad*-0x1+-0x1*0x1445+0x24f4)),console['log'](''),console[_0x5dac37(0x72,0xc0,0x7e,_0x65b5af._0x5e6a8f)](_0x5dac37(0x110,_0x65b5af._0xb7aacc,_0x65b5af._0x2d749b,_0x65b5af._0x173525)+_0x56ae4a);}catch(_0x242b0b){if(_0x4dcbdd[_0x5dac37(0x15e,0x19d,0x1da,0x187)](_0x4dcbdd[_0x4e90b6(_0x65b5af._0x133a4d,0x33,_0x65b5af._0x23b95a,0xb6)],_0x4dcbdd['ANkSg']))_0x5dd44e['log'](_0x4e90b6(_0x65b5af._0x315331,_0x65b5af._0x4f0684,_0x65b5af._0x2fd03e,_0x65b5af._0x1190d2)+_0x5dac37(0x4b,-0x15,_0x65b5af._0x57003a,-0x63)+_0x4e90b6(_0x65b5af._0x4dfe1e,-0x6a,_0x65b5af._0x16e52d,0x3c)+_0x2c369d[_0x5dac37(0xf0,_0x65b5af._0x174e24,0x103,0x128)]);else{if(_0x4dcbdd[_0x5dac37(_0x65b5af._0x4a6ed3,0x154,0xda,0x19c)](_0x242b0b[_0x5dac37(_0x65b5af._0x197cf3,0x88,0x155,0xfa)],_0x4dcbdd['KzNnx']))console[_0x4e90b6(0x88,0x47,0x11b,_0x65b5af._0x367d8b)](_0x4dcbdd[_0x5dac37(0xc1,_0x65b5af._0xbb6705,_0x65b5af._0x29e685,0x43)]),console[_0x4e90b6(0x88,0x105,_0x65b5af._0x6b3599,-0x4)](''),console['log'](_0x5dac37(_0x65b5af._0x2d42e8,0x19,0xbf,-_0x65b5af._0x48e8eb)+_0x4e90b6(0x17a,_0x65b5af._0x4c75ca,0x19e,0x160)+_0x56ae4a);else{if(_0x4dcbdd[_0x4e90b6(_0x65b5af._0x4248bf,0x140,0x69,0xbb)](_0x4dcbdd['zptCb'],_0x4dcbdd[_0x5dac37(0x34,-_0x65b5af._0x20ab8a,_0x65b5af._0x3dece3,0xc0)]))console[_0x5dac37(_0x65b5af._0x671ede,_0x65b5af._0x444e0c,0x42,0x4d)](_0x5dac37(_0x65b5af._0x3dfb0f,_0x65b5af._0x3a3893,0x3,_0x65b5af._0x42d53c)+_0x5dac37(0x4b,0x87,_0x65b5af._0x3df493,0xa)+'json:\x20'+_0x242b0b[_0x5dac37(0xf0,0xdd,0xe9,0xea)]);else{const _0x57f240=('5|0|6|11|2'+_0x4e90b6(0x9e,0xfe,_0x65b5af._0x376acb,0x1f)+_0x4e90b6(_0x65b5af._0x2c633c,_0x65b5af._0x42ea52,0xe,0xbd)+'4|7|20|23|'+'4|15|21|9|'+_0x5dac37(_0x65b5af._0x2bf37b,0x1a4,0x9f,0x196)+'13|8|10|14')[_0x4e90b6(_0x65b5af._0x583bcc,_0x65b5af._0x1c14fd,_0x65b5af._0x15de7e,_0x65b5af._0x1e99a7)]('|');let _0x54718d=0x9*0x1f3+-0x8b0+-0x8db;while(!![]){switch(_0x57f240[_0x54718d++]){case'0':_0x30520c[_0x4e90b6(0xa1,0xa9,0x4b,_0x65b5af._0x376baa)]('');continue;case'1':_0x217ff3[_0x4e90b6(0xa1,0x2,0xfe,_0x65b5af._0x2563aa)]('\x20\x20ssh_host'+_0x4e90b6(0x73,_0x65b5af._0x230465,_0x65b5af._0x520c1a,_0x65b5af._0x22a521)+_0x5dac37(0x48,0x77,_0x65b5af._0x31a852,_0x65b5af._0x25c75a)+'\x20for\x20envir'+_0x5dac37(_0x65b5af._0x22973a,-0x31,0xc5,_0x65b5af._0x44ddcd));continue;case'2':_0x103b14[_0x5dac37(0x8b,0x10a,_0x65b5af._0x34673b,_0x65b5af._0x3bcb21)]('');continue;case'3':_0x4922c2[_0x5dac37(_0x65b5af._0x2f28e7,_0x65b5af._0x3f3472,_0x65b5af._0x19bbea,0x66)](_0x4dcbdd['YAuEk']);continue;case'4':_0x6cc4e0[_0x5dac37(0x8b,0xa0,_0x65b5af._0x1708ad,0x96)]('');continue;case'5':_0x17e24a[_0x4e90b6(_0x65b5af._0x26d147,_0x65b5af._0x108c3c,0x149,_0x65b5af._0x58dd22)](_0x5dac37(_0x65b5af._0x4fa4b3,_0x65b5af._0x1b3f3a,0x4a,_0x65b5af._0x4c41b4)+_0x4e90b6(_0x65b5af._0x25c75a,_0x65b5af._0x36982b,0x77,-_0x65b5af._0x4535da)+'config\x20<se'+_0x5dac37(_0x65b5af._0x4687f0,_0x65b5af._0x675950,_0x65b5af._0x513411,_0x65b5af._0x382e14)+'ve|show>\x20['+_0x4e90b6(0x9d,0x78,0x9f,0x2a)+'e]');continue;case'6':_0x564741[_0x5dac37(_0x65b5af._0x2f28e7,_0x65b5af._0xe5e807,_0x65b5af._0x5b7f43,0x96)](_0x4dcbdd[_0x5dac37(0xa3,-0xa,0x4b,_0x65b5af._0x439504)]);continue;case'7':_0x1fa7be[_0x5dac37(_0x65b5af._0x211be7,0xdc,_0x65b5af._0x5183af,0x103)](_0x4dcbdd[_0x5dac37(_0x65b5af._0xbb6705,_0x65b5af._0x48bfc7,0xb5,_0x65b5af._0x24f857)]);continue;case'8':_0x16b66c[_0x4e90b6(_0x65b5af._0x16bcb1,0x28,0x74,0x12c)](_0x4dcbdd[_0x5dac37(_0x65b5af._0x3342d8,_0x65b5af._0x214b25,_0x65b5af._0x314456,0x3d)]);continue;case'9':_0x3ae214[_0x4e90b6(_0x65b5af._0x57400d,_0x65b5af._0x1fcb72,0xd5,_0x65b5af._0x15057f)](_0x4dcbdd['doVKI']);continue;case'10':_0x4a1918[_0x4e90b6(0xa1,0x4,0x10,_0x65b5af._0x3a934c)](_0x4dcbdd[_0x5dac37(0x53,-0x27,_0x65b5af._0x75a70e,_0x65b5af._0x3d0714)]);continue;case'11':_0x2983ad[_0x4e90b6(0xa1,0xab,_0x65b5af._0x427704,_0x65b5af._0x424b6d)](_0x4dcbdd[_0x5dac37(_0x65b5af._0x552ee4,0x38,-_0x65b5af._0x14e533,_0x65b5af._0x2e57af)]);continue;case'12':_0x1aa8cb[_0x4e90b6(_0x65b5af._0x26d147,_0x65b5af._0x5c7d92,_0x65b5af._0x5cf49c,0x94)]('');continue;case'13':_0x2c0532[_0x4e90b6(0xa1,0x105,_0x65b5af._0x11f9c4,0x112)](_0x4dcbdd[_0x4e90b6(0x12f,0xda,0x8f,_0x65b5af._0x2fd03e)]);continue;case'14':_0x2a8afc['error'](_0x4dcbdd[_0x4e90b6(0x7b,_0x65b5af._0x38457,_0x65b5af._0x24f857,_0x65b5af._0x4abb3f)]);continue;case'15':_0x538a36[_0x5dac37(_0x65b5af._0x5ce8f9,_0x65b5af._0x2a43ed,0xd2,0x101)](_0x4dcbdd['UpcIO']);continue;case'16':_0x42b4cb[_0x5dac37(_0x65b5af._0x211be7,-0x24,0xdd,0xd7)]('\x20\x20task_sto'+_0x4e90b6(_0x65b5af._0x228f1b,0x58,_0x65b5af._0xff8aa9,0xab)+_0x4e90b6(_0x65b5af._0xa64368,0x1b8,0x1cc,0xf8)+_0x5dac37(_0x65b5af._0x5620b8,_0x65b5af._0x1cf0b3,_0x65b5af._0x5e2e73,0x10f)+'\x20results');continue;case'17':_0x2f8cd7[_0x4e90b6(0xa1,0xfd,0xb3,_0x65b5af._0xa3e8da)](_0x4dcbdd['KbCde']);continue;case'18':_0x382435[_0x5dac37(0x8b,0xf1,0xcf,-_0x65b5af._0x2c7519)](_0x4dcbdd[_0x5dac37(0xdf,_0x65b5af._0x4080f3,_0x65b5af._0x447da7,_0x65b5af._0x365011)]);continue;case'19':_0x4d99db[_0x5dac37(_0x65b5af._0x4ccaf7,_0x65b5af._0x35d1fb,_0x65b5af._0x460122,0x1d)](_0x4dcbdd[_0x5dac37(0xd3,_0x65b5af._0x174e24,0x63,_0x65b5af._0x4fa4b3)]);continue;case'20':_0x5c0163[_0x5dac37(0x8b,0x103,_0x65b5af._0x1bb4bb,_0x65b5af._0x33d47a)](_0x4e90b6(0xff,0x17e,0x15d,0x153)+_0x5dac37(_0x65b5af._0x29a776,0x91,_0x65b5af._0x3c7d7b,0x69)+_0x4e90b6(0x170,0x15e,_0x65b5af._0x3a01ba,0xe5)+_0x4e90b6(_0x65b5af._0x4ef5eb,_0x65b5af._0x421b05,_0x65b5af._0x1a523a,0x8e)+_0x4e90b6(0x49,0x12,0x76,-_0x65b5af._0xe4df65)+_0x5dac37(0x161,0x1f9,_0x65b5af._0x361e58,_0x65b5af._0xc7595e));continue;case'21':_0x576f84[_0x4e90b6(_0x65b5af._0x57400d,0xd,0x145,_0x65b5af._0x20f332)](_0x4dcbdd[_0x4e90b6(0x144,_0x65b5af._0x2af335,_0x65b5af._0xf1f71e,_0x65b5af._0x51f103)]);continue;case'22':_0x2cbc76[_0x4e90b6(0xa1,_0x65b5af._0x1c5ebb,0x4d,_0x65b5af._0x49ccee)](_0x4dcbdd['iBbct']);continue;case'23':_0x3f7a34['error'](_0x4dcbdd[_0x5dac37(_0x65b5af._0x545fa2,_0x65b5af._0x54a3cd,_0x65b5af._0x36f46c,-0x17)]);continue;case'24':_0x2b2ec6[_0x5dac37(_0x65b5af._0x4ccaf7,0x91,0x67,0xdf)](_0x5dac37(_0x65b5af._0x423c8a,0x192,0x108,0x146)+_0x4e90b6(0x120,_0x65b5af._0x98cde5,0xad,_0x65b5af._0x4c6739)+_0x5dac37(_0x65b5af._0x259ab9,_0x65b5af._0xcecb29,0xde,_0x65b5af._0x1ca824)+_0x5dac37(0x150,_0x65b5af._0x4474b6,0x193,0x163)+'icate\x20file');continue;case'25':_0xb54c2d[_0x5dac37(0x8b,-_0x65b5af._0x578ca1,0xa9,0xda)](_0x5dac37(_0x65b5af._0x21eb25,-_0x65b5af._0x31cfb6,_0x65b5af._0x4979e2,-_0x65b5af._0x1858c9)+_0x5dac37(0x92,_0x65b5af._0xa3ec6b,0xc,0xe2)+_0x4e90b6(0x16e,_0x65b5af._0x18cdff,_0x65b5af._0x599291,_0x65b5af._0x5f3944)+_0x5dac37(0xb0,0x18,0xa7,_0x65b5af._0x2b7f7c)+_0x4e90b6(0x179,_0x65b5af._0xd46dfd,0x1cb,0x147));continue;case'26':_0x86aeae['error'](_0x4dcbdd['zXplF']);continue;}break;}}}}}}else _0x4dcbdd[_0x5dac37(_0x65b5af._0x5e2e73,0x121,0x109,_0x65b5af._0x235c8e)](_0x5dac37(_0x65b5af._0x49560a,0x39,-0x1f,-0xb),_0x4dcbdd['BImXF'])?(console[_0x4e90b6(_0x65b5af._0x547073,0xfb,0x12b,_0x65b5af._0x197cf3)](_0x4dcbdd['HudUN']),console['log'](_0x4dcbdd[_0x5dac37(_0x65b5af._0x4d5013,_0x65b5af._0x412c91,_0x65b5af._0x38457,0xc6)])):(_0x327335['error'](_0x4e90b6(0x71,0x23,-0x1f,_0x65b5af._0x1190aa)+'nfiguratio'+_0x4e90b6(_0x65b5af._0xedaf1c,_0x65b5af._0xb90d23,_0x65b5af._0x43c674,_0x65b5af._0x1bc282)+_0x2dcfba),_0x35dedd['error'](_0x4dcbdd['uEDal']),_0x251612['exit'](-0xd5e+-0x196f+0x1*0x26ce));}
1
+ (function(_0x3e42fc,_0x1469ae){const _0x4d397e={_0x4de9d9:0x1a8,_0x27716f:0x163,_0xce4ed9:0x149,_0x2b0421:0x1ca,_0x1f29a7:0x17f,_0x5bcfea:0x50,_0x171485:0x4e,_0x1f7008:0x125,_0xf3c898:0x1a9,_0x33408c:0x1f6,_0x49319b:0x164,_0x23e170:0x173,_0x3963c3:0xd8,_0xd9af0:0x136,_0x580b66:0xa5,_0x3ca1c2:0x101,_0x5ca66f:0xfd,_0x2e0a9f:0xda,_0x5bb9ae:0x14c,_0x43c6c6:0x159,_0x18763d:0x22e},_0x582335={_0x1704ef:0x112};function _0x34d95c(_0x598c2a,_0x2e24c9,_0x19e7c7,_0x2146f3){return _0x5c96(_0x2146f3- -0x33b,_0x598c2a);}const _0x311ac4=_0x3e42fc();function _0x32be6e(_0x1de62d,_0x47ca4d,_0x1dc2df,_0x1e8fb4){return _0x5c96(_0x1e8fb4- -_0x582335._0x1704ef,_0x1dc2df);}while(!![]){try{const _0x470a74=-parseInt(_0x32be6e(0x156,0x135,_0x4d397e._0x4de9d9,_0x4d397e._0x27716f))/(-0x1636+0xc5f*-0x3+0x3b54)*(-parseInt(_0x32be6e(0xfd,0x183,0x13f,_0x4d397e._0xce4ed9))/(-0x26b7+-0xd01*0x1+-0x6*-0x89f))+parseInt(_0x34d95c(-_0x4d397e._0x2b0421,-0x15d,-_0x4d397e._0x1f29a7,-0x15d))/(-0xcef+-0x229a+0xb3*0x44)*(parseInt(_0x32be6e(_0x4d397e._0x5bcfea,-0x10,_0x4d397e._0x171485,0x8c))/(0x1b86+0x1*0x5f5+0xd*-0x293))+-parseInt(_0x34d95c(-0x20b,-0x168,-_0x4d397e._0x1f7008,-0x184))/(0x1c0e+-0x601*0x2+-0x1007)+parseInt(_0x32be6e(_0x4d397e._0xf3c898,0x1cb,_0x4d397e._0x33408c,_0x4d397e._0x49319b))/(-0x312+0xd06*-0x2+0x1d24)+parseInt(_0x34d95c(-_0x4d397e._0x23e170,-0x168,-_0x4d397e._0x3963c3,-_0x4d397e._0xd9af0))/(0x3e2+-0x17d*-0x19+-0x2910)+parseInt(_0x34d95c(-_0x4d397e._0x580b66,-_0x4d397e._0x27716f,-_0x4d397e._0x3ca1c2,-_0x4d397e._0x5ca66f))/(-0x125*0x19+-0x1c89+0x392e)+parseInt(_0x34d95c(-0xe2,-_0x4d397e._0x2e0a9f,-0x1f1,-_0x4d397e._0x5bb9ae))/(-0x145e+-0x20da+0x3541)*(-parseInt(_0x32be6e(_0x4d397e._0x43c6c6,_0x4d397e._0x18763d,0x21e,0x18c))/(-0x3*0x989+0x161f+0x686));if(_0x470a74===_0x1469ae)break;else _0x311ac4['push'](_0x311ac4['shift']());}catch(_0x1a5863){_0x311ac4['push'](_0x311ac4['shift']());}}}(_0x1e7c,-0x3810d+0x6daf8+0xd1b1));import{promises as _0xf9e8e8}from'fs';import _0x2cfaeb from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x1e7c(){const _0x2282bd=['C1HQDhG','icbZC2HFAg9ZDa','rgfxteu','EMrTvhC','uhnWD0u','nxWXohWXmxWYna','C2v0DxaGCgf0Aa','AdOGicaGica','vxfwAw4','rxjYB3iGCMvHza','rxjYB3i6ia','v0XJr1G','B25Tzw50CW','nJi5mJjWzwnLsgK','lxnLCNzLCIbJBW','Cf9WyxrOoIa','DhHHrgG','u2v0DxaGy29UzG','u2PTqKC','icbuCNvZDcbWCG','CM1HDgLVBG','yKntsMG','ywvnAgG','DeveueS','CMvZB2X2zq','BwD1shO','DhndAeG','D3jPDgvgAwXL','q0vWBfi','q29TBwfUzhm6','mZG2ntG3ofnbu0z5Aq','CLf5BhC','zwn0B3j5','ywDLBNqGkgnSyq','Dhj1C3rFChjVEa','tePtte0','A2DvufK','txrQqKi','DgG6icaGica','id0G','mtz8oxWXn3W4Fa','vw5RBM93BIbZDq','rwDWt0O','Bg9N','rwLQDfe','DcbJB25MAwD1CG','EtOGicaGica','y05csgO','zMzLy3qU','uxryq3O','C2vYDMvYx3bVCG','icbZzxj2zxjFCa','mZy0ntC1ngn5qwPiuW','EeDNq0S','ANrtCvy','u1LRrwq','zYbZzxqGC2vYDG','v1rSzg8','CMvHzezPBgu','CNzLCIbJB25MAq','z2v0','uNvUicjJB2rLCG','s1zXDNO','A1nQqLG','CMfNzsaGicaGia','y2XHDwrL','zwqGAw4GC2v0Dq','q3Dfs0e','CePyCMe','DgfZA19ZDg9Yyq','zxGP','DcbMB3vUzcbHDa','icb0CNvZDf9WCG','icbUyw1LicaGia','B3fPquq','Aw9UoG','uNPZuNO','ywXPzcbJB2rLCG','vLLnzNe','twXPBgu','y29UzMLNihjLBq','icbZC2XFy2fFCa','t2jIy28','zxjFCg9YDca4ma','BxnZt0O','q29UzMLNDxjHDa','u1nmignLCNrPzG','ufPSAvi','sxLvwNG','A2v5CW','C2nXBMm','zxiTC2vYDMvYia','ELD6wvu','y29UzMLNigDLDa','ywDLBNqGicaGia','twfRzsbZDxjLia','zgXLicHVChrPBW','z3vYyxrPB24','icbKzwzHDwX0xW','tg9JyxrPB246ia','suvHz0O','sLLlAK0','CcbKAxjLy3rVCG','Cf9WyxrO','icbtzxr1CcbUyq','s1PkENK','tfzqu3u','DwHxEKe','t0PKCfy','nJu0nJe2s0LoAM5I','icb0yxnRx3n0BW','B2nHDgLVBJOG','zYbZzxqGzgvMyq','Exjyqxa','BM9HAwq','DgLVBIa9pt0','ru5pru5u','ugztwwi','BMfSkq','u2v0ia','Fde5Fdb8mJn8mG','zYbZzxqGy29Kzq','EwvtsMS','CYaODhj1zs9Myq','ELn0s0S','idXRzxK+','shbdA2S','C3rYAw5NAwz5','tK9mAKi','DhvW','rxHHBxbSzxm6','CL9Zzxr1Cf9Wyq','C2v0','C3nSx2TLEv9Wyq','BKrlquO','zYbZAg93','Cf9WyxrOihbVAq','yxzHAwXHyMXLia','mti4y1PntxH3','rNjQtvG','vxrPtLm','zxHPDa','CMvKigLUih4VlG','q29UzMLNDxjLia','txnxuLm','BhvLpG','yMnVBw1HBMq6ia','wuvvDvK','uMvZDgfYDcb0Aa','CKLUCgW','wvzlBvi','rKTZq2C','DwX0x2fNzw50ia','BePRr0e','DwrLig9YignVza','kg5VDcbZzxqP','Aw5NihnLDhvWlG','tNHKBK8','uMvTB3zLzca','Cgf0AcaGicaGia','qM9Ovei','wfPJCfO','rgDTs0C','AwCUANnVBIK6','mta4n0nrwg91DG','mtyWmZKZofzUqMHlvq','tNfrwva','zcbPBIbJB25MAq','zgvMyxvSDf9HzW','x3bHDgGGicaGia','BIbUB3qGzM91BG','DxaGCgf0AcbUBW','tgTmAuu','BMzPz3vYyxrPBW','ysbSAxn0ig9Mia','ifnOB3CGywXSia','BY9JB2rLCI1Zzq','B3H5icaGicaGia','y29KzxjFC2v0Dq','u1nmihbYAxzHDa','uNvZzfy','BMzPzYiGzM9Yia','q1Hjzfu','AgfZ','mNWXFdeZFdz8na','rLr4D0C','ANnVBJOG','rKvds1e','Cc5QC29UktO','A2v5pIaGicaGia','B3H5igHLywrLCG','ifnLDcbHignVBG','icbmB2nHDgLVBG','C3rVCMuGDgfZAW','wMLKqKC','y29UzMLNidXZzq','igTLExmGkhn0BW','DwXQsg8','y29KzxiVy29UzG','De9JyKu','BwvZC2fNzq','iIbUB3qGzM91BG','icbYzw1VDMuGpa','icbZC2XFy2vYDa','icaGicaGicaGia','mJbrDevSBg8','Dwr2Ahi','vg9jre8','rgHQrfm','DdOGicaGica','ihrVihrHA2uGzq','y29KzxiTC2v0Dq','ufzIsgq','y29UzMLNDxjHDa','ihrVigrLzMf1Ba','rxDUzwe','BIbRzxK6ia','tejquNm','EuzTAhi','CfzMzu4','vMzHqui','DgGGl3bHDgGVDa','CuzTrMG','BNv6CfG','Bhq6idmWmdaP','icbZzxqGpgTLEq','t0znDhq','swDAA3K','DM1AEe8','BhnLkq','pIa8DMfSDwu+ia','C3nOx2HVC3q','DxaUANnVBIbUBW','A2v5CYaOC3rVCG','u2vYDMvYignVBG','vNfxEge','Ag5RqNu','rwHUCve','ihzHBhvL','vNfkweS','DxrMltG','qu9iC3a','zxr1Cc5QC29Uia','pIaGicaGicaGia','C3bSAxq','vvjjy0S','khnLDhvWlMPZBW','CMvTB3zL','vunpv2e','icbNzxqGpgTLEq','y29UzMLNihnLDa','EKfdB3m','DxnHz2uGAw5MBW','ienVBMzPz3vYyq','qNH4AfG','vxnHz2u6ignVza','C3nSx2nLCNrFCa','uMrnwMC','mJz8mtb8mJf8mG','D3DHtuq','tgfwEe8','zxjYB3i','zwzMsvy','DcaOmZaWmcK','Bg5sEuW','pt09ifnLDhvWia','icbtzxj2zxiGCa','zsbRzxKGzMLSzq','rfDPD3u','u2TUuNe','yvvswwG','BwrMv3C','u1nmienbigj1BG','DMv8C2HVDZ4GwW','ywXPzcbWB3j0ia','Aw9UihzHBhvL','Ewvpt2S','teLJC0u','icbZAg93icaGia','rMLYC3qGy29UzG','qLf3wNK','B2PUyxG','CLPcrKS','rxjYB3i6ifnLDa','A2v5xsbBDMfSDq','ieDLDcbHignVBG','ifjLBw92zsbHia','ndrrCwLWvgq','yxrO','BNvTyMvY','FdiWFdD8mNWXmG','teXhvgC','icbZC2XFA2v5xW','B3j0icHKzwzHDq','rxHWzwn0zwqGBa','icbJB2rLCL9Zzq','yMLOqNK','zsbZzxj2zxiGzG','y29Kzq','rxjYB3i6ihnLDa','uMvZzxqG','tM5ODfu','vw5RBM93BIbJBW','BMfTzq','CNryzNC','C3nSx2nHx3bHDa','DfjSAxi','BNrZihrVigeGDG','icbtu0GGAg9ZDa','q3rNALK','icbJB2rLCI1Zzq','igzVCIbLBNzPCG','mtG5mZeWEvLdA0vr','pt09ifnLCNzLCG','AwD1CMuGDgHLia','Aw9U','BwHNBLe','yxrOicaGicaGia','C2v0DxaUANnVBG','B3zLidXRzxK+','zMLNDxjHDgLVBG','icbezwzHDwX0ia','C2HVDW','A2Tyrwy','BeTwD28','CgfYC2u','DhvWx3bHDgGGia','vhncEuS','lxnLDhvWigrPCG','AM9PBG','icbqyxrOihrVia','tNHOvhC','wLb3t1a','qLnVzLC','EeXVEfO','AwD1CMf0Aw9Uia','tgDxrNm','ihrVihzPzxCGCW'];_0x1e7c=function(){return _0x2282bd;};return _0x1e7c();}function _0x5c96(_0x4f34c4,_0x4a0783){_0x4f34c4=_0x4f34c4-(0x4a0+-0x1*0x1bca+-0xa*-0x27a);const _0x25edee=_0x1e7c();let _0xa006a3=_0x25edee[_0x4f34c4];if(_0x5c96['vJRcmG']===undefined){var _0x4d4c6d=function(_0x92cc16){const _0x3292a2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x36b29b='',_0x47c624='';for(let _0x28bc12=0x32*-0x13+-0x2342+0x26f8,_0x1780c8,_0xd3080f,_0x20fba6=0x1a*0x17d+-0x16*0x137+-0x5fc*0x2;_0xd3080f=_0x92cc16['charAt'](_0x20fba6++);~_0xd3080f&&(_0x1780c8=_0x28bc12%(0x18dc+-0x1163*-0x1+-0x2a3b)?_0x1780c8*(0xb*0xbd+-0x4bb*-0x1+0xc9a*-0x1)+_0xd3080f:_0xd3080f,_0x28bc12++%(0x2047+-0x338+-0x1d0b))?_0x36b29b+=String['fromCharCode'](-0xe80+0x9ff+-0x4*-0x160&_0x1780c8>>(-(0x529+-0x72c+0x205)*_0x28bc12&0x67*-0x1+-0x1*-0x21d7+0x1a*-0x149)):-0xa70+-0x266b*-0x1+0x179*-0x13){_0xd3080f=_0x3292a2['indexOf'](_0xd3080f);}for(let _0x36928a=-0x5d*-0x61+-0x77c+-0x1bc1,_0x3cb5bf=_0x36b29b['length'];_0x36928a<_0x3cb5bf;_0x36928a++){_0x47c624+='%'+('00'+_0x36b29b['charCodeAt'](_0x36928a)['toString'](0xd*0x224+0x936+-0x24fa))['slice'](-(-0x812+-0x4fc+0xd10));}return decodeURIComponent(_0x47c624);};_0x5c96['qqIfek']=_0x4d4c6d,_0x5c96['lloNZN']={},_0x5c96['vJRcmG']=!![];}const _0x4b20fe=_0x25edee[-0xce*0x15+0xe9*0x17+-0x409],_0x52ebce=_0x4f34c4+_0x4b20fe,_0x574a15=_0x5c96['lloNZN'][_0x52ebce];return!_0x574a15?(_0xa006a3=_0x5c96['qqIfek'](_0xa006a3),_0x5c96['lloNZN'][_0x52ebce]=_0xa006a3):_0xa006a3=_0x574a15,_0xa006a3;}const SERVER_CONFIG_KEYS=new Set(['coder_setu'+_0x1c5ad5(-0x3c,-0xa9,-0x7,-0xbb),_0x5c267b(0x41e,0x4c6,0x455,0x43b)+'t',_0x5c267b(0x57e,0x594,0x61d,0x522)+_0x1c5ad5(-0x189,-0x142,-0xa0,-0x116),_0x1c5ad5(-0x11a,-0x8b,-0x10c,-0x8c)+'th','ssl_ca_pat'+'h','trust_prox'+'y']);function _0x1c5ad5(_0x168385,_0x45610d,_0x561bf8,_0x400eb7){return _0x5c96(_0x45610d- -0x2e1,_0x168385);}const SETUP_JSON_KEYS=new Set([_0x5c267b(0x618,0x57b,0x5a6,0x5bf),_0x1c5ad5(-0x85,-0x68,-0x9a,-0xf9)+'ent',_0x1c5ad5(-0xe4,-0xcb,-0xf7,-0xa4)+'ge',_0x5c267b(0x415,0x471,0x429,0x48d)]);export async function handleConfig(_0x1bbb03){const _0x1de551={_0x30fa86:0x2e7,_0x7dbdb0:0x2cf,_0x25fd7a:0x32b,_0x94b51:0x2c6,_0x513976:0x254,_0x306a20:0x2b9,_0x4040ad:0x34b,_0x1652f8:0x3f4,_0x2a3177:0x2cd,_0x486dd5:0x3e6,_0x47c44c:0x447,_0x3c67db:0x362,_0x51bb63:0x3bf,_0x522f6e:0x452,_0x5c8f03:0x379,_0x3f6eb5:0x3d7,_0x583e8b:0x2bc,_0x1ba36a:0x275,_0xd9d0e2:0x24b,_0x28964e:0x2ac,_0x514cde:0x2cc,_0x59fc51:0x2e8,_0x6cc486:0x1fe,_0x2ca185:0x381,_0x329635:0x401,_0x1fb13f:0x35e,_0x4655a6:0x34c,_0x4295ab:0x32c,_0x218838:0x3d5,_0x5c1c7e:0x25c,_0x222b9b:0x2c8,_0x125a65:0x2aa,_0x310bb9:0x2da,_0xd2efae:0x303,_0x45f0bc:0x21a,_0x184202:0x254,_0xe0ece2:0x355,_0x2810eb:0x326,_0x554eac:0x301,_0x5955c2:0x371,_0x41887e:0x35d},_0x812989={_0x34a2a4:0x2cd,_0x43297c:0xcf},_0x3f9469={_0x40c377:0x3ff,_0x30f523:0xa6},_0x389203={'saCVG':function(_0xbd2bb1){return _0xbd2bb1();},'QZXRl':_0xe4b1be(0x373,_0x1de551._0x30fa86,0x3f4,_0x1de551._0x7dbdb0),'aJVgA':function(_0x5e86a8,_0x5d6cd5,_0x9bbbac){return _0x5e86a8(_0x5d6cd5,_0x9bbbac);},'aVIyi':_0xe4b1be(_0x1de551._0x25fd7a,0x282,_0x1de551._0x94b51,0x302),'zWzYU':function(_0x1e01f6,_0x5313e7){return _0x1e01f6(_0x5313e7);},'DhjDS':function(_0x1eb342,_0x5ec369){return _0x1eb342(_0x5ec369);},'yrXAp':_0x1b137a(0x201,0x1b7,0x14d,0x12a)},_0xa145d2=_0x1bbb03[0x1ce0+-0x1*-0xc9a+-0x297a];function _0xe4b1be(_0x1a1926,_0x46f81f,_0x237433,_0x5cba8e){return _0x1c5ad5(_0x46f81f,_0x1a1926-_0x3f9469._0x40c377,_0x237433-_0x3f9469._0x30f523,_0x5cba8e-0xc6);}!_0xa145d2&&(_0x389203['saCVG'](showUsage),process[_0x1b137a(0x269,_0x1de551._0x513976,_0x1de551._0x306a20,0x282)](0xa*-0x271+0x424*0x8+0x1*-0x8b5));function _0x1b137a(_0x2b9a93,_0x38162c,_0xb28a9,_0x1a580){return _0x5c267b(_0x2b9a93-0x95,_0x38162c- -_0x812989._0x34a2a4,_0xb28a9,_0x1a580-_0x812989._0x43297c);}try{switch(_0xa145d2){case _0x389203['QZXRl']:await _0x389203['aJVgA'](setConfig,_0x1bbb03[0xf*0x1a6+-0x845+-0x41d*0x4],_0x1bbb03[-0x173c+-0x135*-0x1+-0x1609*-0x1]);break;case _0x389203['aVIyi']:await _0x389203[_0xe4b1be(_0x1de551._0x4040ad,0x329,_0x1de551._0x1652f8,_0x1de551._0x2a3177)](getConfig,_0x1bbb03[-0x1*0x1dcc+-0x3*-0x7c9+0x672]);break;case _0xe4b1be(_0x1de551._0x486dd5,0x438,_0x1de551._0x47c44c,_0x1de551._0x3c67db):case'unset':await _0x389203[_0xe4b1be(_0x1de551._0x51bb63,_0x1de551._0x522f6e,_0x1de551._0x5c8f03,_0x1de551._0x3f6eb5)](removeConfig,_0x1bbb03[0xd6*-0x5+0x2a2*0x1+0x18d*0x1]);break;case _0x389203[_0x1b137a(_0x1de551._0x583e8b,0x238,_0x1de551._0x1ba36a,_0x1de551._0xd9d0e2)]:await showConfig();break;default:console[_0x1b137a(_0x1de551._0x28964e,_0x1de551._0x514cde,_0x1de551._0x59fc51,0x31f)](_0x1b137a(0x20c,0x1f0,_0x1de551._0x6cc486,0x281)+_0xe4b1be(_0x1de551._0x2ca185,_0x1de551._0x329635,0x30c,0x3f7)+_0xa145d2),console[_0xe4b1be(0x3f4,0x373,_0x1de551._0x1fb13f,_0x1de551._0x4655a6)](_0xe4b1be(_0x1de551._0x4295ab,0x285,_0x1de551._0x218838,0x387)+_0xe4b1be(0x2fd,0x38f,0x27f,_0x1de551._0x5c1c7e)+_0x1b137a(_0x1de551._0x222b9b,0x27c,_0x1de551._0x125a65,0x250)+_0x1b137a(_0x1de551._0x310bb9,0x2c3,0x319,0x2bc)+_0xe4b1be(_0x1de551._0xd2efae,_0x1de551._0x4655a6,0x2b7,0x299)),process[_0x1b137a(_0x1de551._0x45f0bc,_0x1de551._0x184202,0x22b,0x218)](-0x1*0x1a29+-0x86e+0x2298);}}catch(_0x13aa81){console[_0xe4b1be(0x3f4,0x36f,_0x1de551._0x1652f8,_0x1de551._0xe0ece2)](_0xe4b1be(0x2f9,0x374,_0x1de551._0x2810eb,_0x1de551._0x554eac)+_0x13aa81['message']),process[_0xe4b1be(0x37c,0x40b,_0x1de551._0x5955c2,_0x1de551._0x41887e)](-0x1db*-0x4+-0x1*-0xa5e+-0x9d*0x1d);}}function showUsage(){const _0x20e687={_0x11349d:0x5e5,_0x54a515:0x5c0,_0x4c6d9a:0x5fd,_0x11f29c:0x5ff,_0x5ce105:0x559,_0x5e6b07:0x4c5,_0x5d99bd:0x4cf,_0xb156d4:0x561,_0x597da7:0x2c5,_0x8c2075:0x2e9,_0x49ea23:0x4c8,_0xa896df:0x50d,_0x5913b2:0x4b4,_0x5ec318:0x55e,_0x3dac64:0x2a3,_0x6394cc:0x229,_0x48ec50:0x322,_0x4a6273:0x5f7,_0x2771e2:0x5ac,_0x6a9c24:0x5fd,_0x4979c4:0x353,_0x195959:0x32d,_0x1a8384:0x4c9,_0x3c08e7:0x53c,_0x5e5bd6:0x43c,_0x44bdf2:0x196,_0x5a5b46:0x5ec,_0x381525:0x55a,_0x37d776:0x62b,_0x2bf257:0x5c8,_0x39de52:0x603,_0x33bb49:0x665,_0x42e4ba:0x539,_0x58fe5d:0x499,_0x13e2ca:0x5d3,_0x3b3aac:0x5cc,_0x31b060:0x318,_0x47c1d4:0x34a,_0x628f90:0x5ca,_0x1df1d3:0x5fc,_0x477e55:0x277,_0x24bbb7:0x2d7,_0x5ca316:0x2fe,_0x49b5ea:0x295,_0x401f07:0x5e8,_0x2f947a:0x203,_0x1a16f8:0x1f0,_0x227117:0x28a,_0x1b3dfd:0x58c,_0x1c7eaf:0x565,_0x46057a:0x22a,_0xa50051:0x5eb,_0x256b98:0x51a,_0x3cfaff:0x5f8,_0x3c5a2c:0x4d3,_0x488c5a:0x4b6,_0x4e487a:0x4f6,_0x17b47e:0x4bf,_0xf2490e:0x526,_0x1412bd:0x583,_0x515857:0x53f,_0x2386be:0x564,_0x550675:0x537,_0x2a0e98:0x53b,_0x346a82:0x5b9,_0x4a37ba:0x1f6,_0x4e4485:0x608,_0x30464a:0x560,_0xcd765a:0x617,_0x5ef273:0x530,_0x58a856:0x4d0,_0x88c8e1:0x534,_0x5acd4c:0x2a1,_0x3ead0b:0x2f8,_0x267cbf:0x284,_0x4c26c4:0x20f,_0x32ea63:0x313,_0x312289:0x609,_0x33cdf5:0x5d8,_0x12b8c7:0x2e4,_0x33d388:0x253,_0x2e304b:0x24b,_0x8608a7:0x1ed,_0x52acfe:0x158,_0x41b1fa:0x268,_0x502ab7:0x198,_0x530bf6:0x2a5,_0x5d665a:0x312,_0x4ebc44:0x325,_0x4526c3:0x262,_0x264df1:0x23f,_0x62f636:0x1de,_0x31a7aa:0x315,_0x27b0fc:0x27d,_0x23448f:0x1eb,_0x4dc30d:0x300,_0xfe344f:0x2b3,_0x2effd6:0x2ab,_0x27227a:0x2fa,_0x425c4d:0x557,_0x117297:0x532,_0x48a5e8:0x5af,_0x471588:0x4fa,_0x4ed0eb:0x4dc,_0x5320fe:0x618,_0x3dd7fd:0x25a,_0xdc2e67:0x2e7,_0x2009b8:0x2e7,_0x2003ab:0x2ca,_0x2930e3:0x2f1,_0xe756a9:0x297,_0x3a43e0:0x547,_0x46f168:0x4ab,_0x32f865:0x228,_0x2b3762:0x586,_0x46e2b2:0x55c,_0x57c0a9:0x5ac,_0x27b4c1:0x223,_0x138dee:0x1fa,_0x3472d:0x598,_0x348c9e:0x5f0,_0x190308:0x58b,_0xf79656:0x560,_0xa022c5:0x27b,_0x194f80:0x299,_0x417f55:0x2dd,_0x409f61:0x346,_0x1daa01:0x28d,_0x277be7:0x1e4,_0x59cb56:0x25e,_0x5674df:0x4d0,_0x21892d:0x43c,_0x2ac858:0x50a,_0x5a3831:0x568,_0x3e9bbb:0x4a4,_0x210284:0x4cb,_0x41b357:0x290,_0x4f8555:0x251,_0x31edd9:0x277,_0xab2bc0:0x2e0,_0x33dbed:0x585,_0x59a021:0x283,_0x554450:0x259,_0x5732e9:0x2b5,_0x3ad45c:0x1b6,_0x2269ee:0x1f3,_0x4f7ced:0x56f,_0x3b75dc:0x4b3,_0x4ac0b7:0x491,_0xde63a6:0x239,_0x2b123b:0x24e,_0x489790:0x1e6,_0x248868:0x212,_0x367736:0x23d,_0x1c0263:0x1b4,_0x52cb56:0x56e,_0x3b3cfd:0x5c9,_0x25df95:0x599,_0x3350e6:0x243,_0x36fad3:0x2b2,_0x5c2c29:0x19c,_0x10ec5e:0x2ba,_0x587ffc:0x345,_0x37e3b6:0x573,_0x4aa283:0x4e0,_0x5c97ca:0x603,_0x1d230e:0x64b,_0x1b373e:0x1d4,_0x2a9444:0x217,_0x381d26:0x237,_0x3be6e3:0x1d0,_0x3e4b2d:0x57f,_0x205210:0x64f,_0x29ea7a:0x2c2,_0x54207f:0x2e3,_0x1509d2:0x2c1,_0x3d3978:0x226,_0x4fe94e:0x4f1,_0x4a7b52:0x4e4,_0x3c801c:0x310,_0x375b66:0x2ee,_0x4fdfc7:0x2c7,_0x2c7b69:0x2f9,_0x38d163:0x328,_0x47dbc5:0x307,_0x4661ed:0x36d,_0x2507ce:0x3ad,_0x49f00c:0x597,_0x1853ab:0x4f7,_0x4011e6:0x5d4,_0x2370aa:0x2cc,_0x1c9af2:0x2ad,_0x476fff:0x34e,_0x102a4a:0x30c,_0x5de964:0x27a,_0x563e1d:0x220,_0x54b10e:0x32e,_0x7475aa:0x37a,_0x2946f2:0x361,_0xdf338f:0x2d8,_0x1a6499:0x2cd,_0x2dc255:0x25d,_0x55f338:0x597,_0x3d6515:0x4ff,_0xd8e655:0x580,_0x244bdc:0x4dc,_0x20f15b:0x60b,_0x46bef4:0x28e,_0x30bbaf:0x28c,_0x31a68b:0x316,_0x3fc6a4:0x3a8,_0x2b686e:0x269,_0x48e0b8:0x695,_0x45856c:0x517,_0x2db103:0x486,_0x58ed1b:0x36e,_0x3da0b3:0x296,_0x182145:0x342,_0x2f50d4:0x307,_0x2265a3:0x2c1,_0x498840:0x26e,_0x27f0ed:0x1ff,_0x1f31d5:0x232,_0x6e46c5:0x289,_0xa553bb:0x34b,_0x18b637:0x394,_0x2d2cec:0x527,_0x1f583e:0x618,_0x56e3d7:0x61f,_0x2d904d:0x623,_0x70f443:0x642,_0x169da6:0x2f3,_0x5b0f0e:0x33c,_0x23c1e8:0x2fe,_0x19cde8:0x222,_0x4ab16b:0x44d,_0x20cf37:0x2c3,_0x1a8b8a:0x33e,_0x45bc21:0x603,_0x11dea4:0x688,_0x111c12:0x5d9,_0x23813f:0x2fb,_0x662852:0x2ac,_0x311e50:0x367,_0xc8ccf6:0x36f,_0x500401:0x307,_0x1d9f1f:0x370,_0x3bee9e:0x2b8,_0x7fbb6c:0x2a9,_0x26fadb:0x35d,_0x17e786:0x2ef,_0xf1bfea:0x288,_0x54071f:0x307,_0x314e70:0x2a5,_0x489604:0x4f5,_0x3d8def:0x30e,_0x37c1c2:0x551,_0x3acd93:0x5ad,_0x52311a:0x4e2,_0x409d38:0x54d,_0x2daf57:0x466,_0x805680:0x47a,_0x5b692d:0x4ae},_0x317200={_0x41f061:0xe8},_0x339afa={_0x2fae65:0xab,_0x1492be:0x292,_0xe32fcf:0x14a},_0x310d74={};_0x310d74[_0x51f3f0(0x573,_0x20e687._0x11349d,0x4f6,_0x20e687._0x54a515)]=_0x51f3f0(_0x20e687._0x4c6d9a,0x66b,_0x20e687._0x11f29c,0x679)+_0x51f3f0(_0x20e687._0x5ce105,_0x20e687._0x5e6b07,_0x20e687._0x5d99bd,_0x20e687._0xb156d4)+_0x559c0c(0x329,_0x20e687._0x597da7,_0x20e687._0x8c2075,0x2f8)+'t|get|remo'+_0x51f3f0(0x60f,0x62a,0x6a0,0x5d0)+_0x51f3f0(_0x20e687._0x49ea23,_0x20e687._0xa896df,0x4d2,0x4ab)+'e]',_0x310d74['bCSJh']=_0x51f3f0(0x51b,0x549,_0x20e687._0x5913b2,_0x20e687._0x5ec318),_0x310d74[_0x559c0c(0x2f2,_0x20e687._0x3dac64,_0x20e687._0x6394cc,_0x20e687._0x48ec50)]=_0x51f3f0(_0x20e687._0x4a6273,0x667,_0x20e687._0x2771e2,_0x20e687._0x6a9c24)+_0x559c0c(_0x20e687._0x4979c4,0x2f5,_0x20e687._0x195959,0x28f)+_0x51f3f0(_0x20e687._0x1a8384,_0x20e687._0x3c08e7,_0x20e687._0x5e5bd6,0x4b6)+_0x559c0c(0x1db,0x1f0,_0x20e687._0x44bdf2,0x181)+_0x51f3f0(_0x20e687._0x5a5b46,_0x20e687._0x381525,0x679,_0x20e687._0x37d776),_0x310d74[_0x559c0c(0x334,0x2e0,_0x20e687._0x597da7,0x344)]=_0x51f3f0(_0x20e687._0x2bf257,_0x20e687._0x39de52,0x54b,_0x20e687._0x33bb49)+_0x51f3f0(0x5bb,_0x20e687._0x11349d,0x65b,_0x20e687._0x42e4ba)+_0x51f3f0(0x4ca,_0x20e687._0x58fe5d,0x516,0x56d)+_0x51f3f0(_0x20e687._0x13e2ca,0x676,0x5c0,_0x20e687._0x3b3aac)+'ion\x20value',_0x310d74['lJkGA']=_0x559c0c(0x2ac,_0x20e687._0x31b060,0x29d,_0x20e687._0x47c1d4)+_0x51f3f0(0x5ca,0x57f,_0x20e687._0x628f90,_0x20e687._0x1df1d3)+'\x20Show\x20all\x20'+_0x559c0c(_0x20e687._0x477e55,_0x20e687._0x24bbb7,0x267,0x251)+'ion',_0x310d74[_0x559c0c(_0x20e687._0x5ca316,_0x20e687._0x49b5ea,0x2e8,0x280)]=_0x51f3f0(_0x20e687._0x401f07,0x5d2,0x618,0x593)+_0x559c0c(_0x20e687._0x2f947a,_0x20e687._0x1a16f8,_0x20e687._0x227117,0x26f)+_0x51f3f0(0x5c2,0x626,0x558,0x65e)+_0x51f3f0(_0x20e687._0x1b3dfd,0x575,_0x20e687._0x13e2ca,_0x20e687._0x1c7eaf)+_0x559c0c(_0x20e687._0x46057a,0x2c8,0x368,0x2ef)+_0x51f3f0(0x5a1,_0x20e687._0xa50051,_0x20e687._0x256b98,_0x20e687._0x3cfaff);function _0x559c0c(_0x55ae5c,_0x4ad989,_0x13eebc,_0x456d6b){return _0x5c267b(_0x55ae5c-_0x339afa._0x2fae65,_0x4ad989- -_0x339afa._0x1492be,_0x13eebc,_0x456d6b-_0x339afa._0xe32fcf);}_0x310d74['zStKK']=_0x51f3f0(_0x20e687._0x3c5a2c,_0x20e687._0x488c5a,0x4ca,0x43e)+_0x51f3f0(0x4f2,0x535,0x4cd,0x4e3)+_0x51f3f0(_0x20e687._0x4e487a,0x50c,_0x20e687._0x17b47e,_0x20e687._0xf2490e)+_0x51f3f0(0x5d1,_0x20e687._0x1412bd,0x578,_0x20e687._0x515857)+_0x51f3f0(_0x20e687._0x2386be,_0x20e687._0x550675,_0x20e687._0x2a0e98,_0x20e687._0x346a82)+'y',_0x310d74[_0x559c0c(_0x20e687._0x4a37ba,0x225,0x190,0x1f7)]='\x20\x20server_p'+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x51f3f0(_0x20e687._0x4e4485,_0x20e687._0x30464a,0x564,_0x20e687._0xcd765a)+_0x51f3f0(0x4d1,_0x20e687._0x5ef273,0x54e,0x50f)+'lt:\x203000)',_0x310d74[_0x51f3f0(0x58a,0x5eb,0x539,0x5b7)]=_0x51f3f0(_0x20e687._0x58a856,0x495,_0x20e687._0x88c8e1,0x575)+_0x559c0c(0x2c5,_0x20e687._0x5acd4c,_0x20e687._0x3ead0b,0x2cd)+_0x559c0c(0x151,0x1fa,_0x20e687._0x267cbf,_0x20e687._0x4c26c4)+_0x559c0c(_0x20e687._0x32ea63,0x2b5,0x28a,0x255)+_0x51f3f0(_0x20e687._0x312289,0x695,_0x20e687._0x33cdf5,0x609),_0x310d74['DWiwu']=_0x559c0c(_0x20e687._0x12b8c7,_0x20e687._0x33d388,0x2ca,0x23d)+_0x559c0c(_0x20e687._0x2e304b,_0x20e687._0x8608a7,0x27b,_0x20e687._0x52acfe)+_0x559c0c(_0x20e687._0x41b1fa,0x1fa,0x28c,_0x20e687._0x502ab7)+_0x559c0c(_0x20e687._0x530bf6,_0x20e687._0x5d665a,0x311,_0x20e687._0x4ebc44)+_0x559c0c(0x202,_0x20e687._0x4526c3,_0x20e687._0x264df1,_0x20e687._0x62f636)+_0x559c0c(0x1d1,0x278,0x250,_0x20e687._0x31a7aa),_0x310d74[_0x559c0c(_0x20e687._0x27b0fc,0x21b,0x1e9,_0x20e687._0x23448f)]='\x20\x20trust_pr'+_0x559c0c(_0x20e687._0x4dc30d,_0x20e687._0xfe344f,_0x20e687._0x2effd6,_0x20e687._0x27227a)+_0x51f3f0(0x511,0x555,_0x20e687._0x425c4d,_0x20e687._0x117297)+_0x51f3f0(0x5bc,_0x20e687._0x48a5e8,0x55b,0x625)+_0x51f3f0(0x579,_0x20e687._0x471588,_0x20e687._0x4ed0eb,_0x20e687._0x5320fe)+_0x559c0c(_0x20e687._0x3dd7fd,_0x20e687._0xdc2e67,_0x20e687._0x2009b8,_0x20e687._0x2003ab),_0x310d74[_0x559c0c(_0x20e687._0x49b5ea,0x31c,_0x20e687._0x2930e3,_0x20e687._0xe756a9)]=_0x51f3f0(_0x20e687._0x3a43e0,0x5c3,0x5da,_0x20e687._0x46f168)+_0x559c0c(_0x20e687._0x32f865,0x2ce,0x33f,0x26f)+_0x51f3f0(0x566,0x5b8,0x50e,_0x20e687._0x2b3762)+'me',_0x310d74['AOHsp']='\x20\x20default_'+_0x51f3f0(_0x20e687._0x46e2b2,0x5b4,_0x20e687._0x57c0a9,0x4f1)+'\x20\x20Default\x20'+_0x559c0c(0x21a,_0x20e687._0x27b4c1,_0x20e687._0x138dee,0x25d)+_0x51f3f0(_0x20e687._0x3472d,_0x20e687._0x348c9e,0x632,0x564)+_0x51f3f0(0x544,_0x20e687._0x190308,0x50a,_0x20e687._0xf79656),_0x310d74[_0x559c0c(_0x20e687._0xa022c5,_0x20e687._0x194f80,0x27d,_0x20e687._0x417f55)]=_0x51f3f0(0x4ff,0x500,0x45e,0x474)+_0x559c0c(0x287,0x2ce,_0x20e687._0x409f61,_0x20e687._0x1daa01)+_0x559c0c(0x1ce,_0x20e687._0x277be7,0x28d,_0x20e687._0x59cb56)+_0x51f3f0(0x4e3,0x4f3,_0x20e687._0x5674df,_0x20e687._0x21892d)+_0x51f3f0(_0x20e687._0x2ac858,0x58c,_0x20e687._0x5a3831,_0x20e687._0x3e9bbb),_0x310d74[_0x51f3f0(0x548,0x515,_0x20e687._0x210284,0x557)]=_0x559c0c(_0x20e687._0x41b357,_0x20e687._0x267cbf,_0x20e687._0x4f8555,_0x20e687._0x41b1fa),_0x310d74['EhnqQ']='\x20\x20coder-se'+_0x559c0c(_0x20e687._0x31edd9,0x23d,0x232,_0x20e687._0xab2bc0)+'g\x20set\x20code'+'r_setup_pa'+'th\x20/path/t'+_0x51f3f0(0x5ae,_0x20e687._0x33dbed,0x516,0x64c)+_0x559c0c(0x2e5,_0x20e687._0x59a021,_0x20e687._0x554450,_0x20e687._0x5732e9),_0x310d74[_0x559c0c(_0x20e687._0x3ad45c,0x20a,0x269,_0x20e687._0x2269ee)]=_0x51f3f0(0x4e2,_0x20e687._0x4f7ced,0x558,0x456)+_0x51f3f0(_0x20e687._0x42e4ba,_0x20e687._0x3b75dc,_0x20e687._0x4ac0b7,0x5ca)+'g\x20set\x20serv'+'er_port\x2080'+'80',_0x310d74[_0x559c0c(_0x20e687._0xde63a6,0x240,0x23e,_0x20e687._0x2b123b)]=_0x559c0c(0x263,_0x20e687._0x489790,_0x20e687._0x248868,0x21f)+_0x559c0c(0x24f,_0x20e687._0x367736,_0x20e687._0x1c0263,0x2ba)+_0x51f3f0(_0x20e687._0x52cb56,_0x20e687._0x3b3cfd,_0x20e687._0x25df95,0x5a9)+'ult_agent\x20'+_0x559c0c(_0x20e687._0xa022c5,_0x20e687._0x3350e6,_0x20e687._0x36fad3,_0x20e687._0x5c2c29);const _0x1b9d63=_0x310d74;console[_0x559c0c(_0x20e687._0x10ec5e,0x307,_0x20e687._0x587ffc,0x28d)](_0x1b9d63[_0x51f3f0(_0x20e687._0x37e3b6,_0x20e687._0x4aa283,0x618,0x609)]),console['error'](''),console[_0x51f3f0(_0x20e687._0x5c97ca,_0x20e687._0x1d230e,0x662,0x565)](_0x1b9d63[_0x559c0c(_0x20e687._0x1b373e,_0x20e687._0x2a9444,_0x20e687._0x381d26,_0x20e687._0x3be6e3)]),console[_0x51f3f0(0x603,0x614,_0x20e687._0x3e4b2d,_0x20e687._0x205210)](_0x559c0c(_0x20e687._0x29ea7a,_0x20e687._0x54207f,_0x20e687._0x54207f,0x29e)+'>\x20<value>\x20'+_0x559c0c(0x340,_0x20e687._0x1509d2,0x2ef,_0x20e687._0x3d3978)+_0x51f3f0(0x4ec,_0x20e687._0x4fe94e,_0x20e687._0x4a7b52,0x57e)+_0x559c0c(_0x20e687._0x3c801c,0x2f0,0x2e6,_0x20e687._0x375b66)),console[_0x559c0c(0x2f2,0x307,_0x20e687._0x4fdfc7,0x362)](_0x1b9d63[_0x559c0c(0x2dc,_0x20e687._0x3dac64,_0x20e687._0x2c7b69,0x235)]),console[_0x559c0c(_0x20e687._0x38d163,_0x20e687._0x47dbc5,_0x20e687._0x4661ed,_0x20e687._0x2507ce)](_0x1b9d63['qFmFh']),console[_0x559c0c(0x271,_0x20e687._0x47dbc5,0x347,0x388)](_0x1b9d63[_0x51f3f0(_0x20e687._0x49f00c,0x4ff,0x552,_0x20e687._0x1853ab)]),console[_0x51f3f0(_0x20e687._0x39de52,0x69b,0x5d1,_0x20e687._0x4011e6)](''),console[_0x559c0c(0x2cc,0x307,_0x20e687._0x2370aa,0x336)](_0x1b9d63['YEUuY']),console[_0x559c0c(_0x20e687._0x1c9af2,0x307,_0x20e687._0x476fff,_0x20e687._0x102a4a)](_0x1b9d63[_0x559c0c(_0x20e687._0x5de964,0x27e,_0x20e687._0x563e1d,0x1e4)]);function _0x51f3f0(_0x4a9fa0,_0x44b434,_0x24d289,_0x5db9c){return _0x1c5ad5(_0x44b434,_0x4a9fa0-0x60e,_0x24d289-0x12f,_0x5db9c-_0x317200._0x41f061);}console[_0x559c0c(0x362,_0x20e687._0x47dbc5,0x325,_0x20e687._0x54b10e)](_0x1b9d63['LJSLM']),console[_0x559c0c(_0x20e687._0x7475aa,_0x20e687._0x47dbc5,_0x20e687._0x2946f2,_0x20e687._0xdf338f)](_0x559c0c(0x256,_0x20e687._0x1a6499,0x2f2,_0x20e687._0x2dc255)+_0x51f3f0(0x5a7,_0x20e687._0x55f338,_0x20e687._0x3d6515,0x549)+_0x51f3f0(0x4f6,_0x20e687._0xd8e655,_0x20e687._0x244bdc,0x461)+'SSL\x20certif'+'icate\x20file'),console[_0x51f3f0(_0x20e687._0x5c97ca,0x59a,0x608,_0x20e687._0x20f15b)](_0x1b9d63[_0x559c0c(0x22c,_0x20e687._0x46bef4,_0x20e687._0x30bbaf,_0x20e687._0x31a68b)]),console[_0x559c0c(0x2a2,_0x20e687._0x47dbc5,0x29a,0x29b)](_0x1b9d63[_0x559c0c(_0x20e687._0x3fc6a4,0x30e,0x320,_0x20e687._0x2b686e)]),console[_0x51f3f0(_0x20e687._0x5c97ca,_0x20e687._0x48e0b8,0x5ad,0x643)](_0x1b9d63[_0x51f3f0(_0x20e687._0x45856c,_0x20e687._0x2ac858,0x475,_0x20e687._0x2db103)]),console[_0x559c0c(_0x20e687._0x58ed1b,0x307,_0x20e687._0x3da0b3,0x37a)](''),console[_0x559c0c(_0x20e687._0x182145,_0x20e687._0x2f50d4,0x2f1,_0x20e687._0x2265a3)]('Setup\x20conf'+_0x559c0c(_0x20e687._0x498840,_0x20e687._0x27f0ed,0x223,_0x20e687._0x1f31d5)+_0x559c0c(_0x20e687._0x6e46c5,0x2eb,_0x20e687._0xa553bb,_0x20e687._0x18b637)+'ed\x20in\x20setu'+_0x51f3f0(0x5ba,0x5eb,0x65b,_0x20e687._0x2d2cec)),console['error'](_0x1b9d63[_0x51f3f0(_0x20e687._0x1f583e,0x5fd,_0x20e687._0x56e3d7,_0x20e687._0x2d904d)]),console[_0x51f3f0(0x603,0x560,_0x20e687._0x70f443,0x582)](_0x1b9d63[_0x559c0c(0x38b,_0x20e687._0x169da6,0x310,_0x20e687._0x10ec5e)]),console[_0x559c0c(0x263,0x307,_0x20e687._0x5b0f0e,_0x20e687._0x23c1e8)](_0x559c0c(0x1e1,0x270,_0x20e687._0x5ca316,_0x20e687._0x19cde8)+'rage\x20\x20\x20\x20\x20\x20'+_0x51f3f0(0x4f6,_0x20e687._0x4ab16b,0x598,_0x20e687._0x256b98)+_0x559c0c(_0x20e687._0x3dd7fd,_0x20e687._0x20cf37,_0x20e687._0x1a8b8a,0x2cf)+'\x20results'),console[_0x51f3f0(_0x20e687._0x45bc21,_0x20e687._0x11dea4,0x669,_0x20e687._0x111c12)](_0x1b9d63[_0x559c0c(_0x20e687._0x23813f,_0x20e687._0x194f80,0x339,_0x20e687._0x662852)]),console[_0x559c0c(_0x20e687._0x311e50,0x307,0x325,_0x20e687._0xc8ccf6)](''),console[_0x559c0c(0x2c2,_0x20e687._0x500401,0x371,_0x20e687._0x1d9f1f)](_0x1b9d63[_0x559c0c(0x1b6,0x24c,_0x20e687._0x3bee9e,_0x20e687._0x7fbb6c)]),console['error'](_0x1b9d63[_0x559c0c(_0x20e687._0x26fadb,_0x20e687._0x17e786,0x248,_0x20e687._0xf1bfea)]),console[_0x559c0c(0x285,_0x20e687._0x54071f,0x35d,_0x20e687._0x314e70)](_0x1b9d63[_0x51f3f0(0x506,_0x20e687._0x489604,0x4c2,0x57b)]),console[_0x559c0c(_0x20e687._0x3d8def,0x307,0x279,0x30d)](_0x1b9d63[_0x51f3f0(0x53c,_0x20e687._0x37c1c2,0x53b,_0x20e687._0x3acd93)]),console['error'](_0x51f3f0(_0x20e687._0x52311a,_0x20e687._0x409d38,_0x20e687._0x2daf57,_0x20e687._0x805680)+_0x51f3f0(_0x20e687._0x42e4ba,0x4a5,_0x20e687._0x5b692d,0x5e0)+'g\x20show');}async function setConfig(_0xa27933,_0x3922a5){const _0x32cb72={_0x17f8a3:0x177,_0xe34574:0x1b7,_0x237607:0x14e,_0xc9d9ab:0xa4,_0x330ee5:0x143,_0x474f08:0xdc,_0x3c6b84:0xc4,_0x3fd366:0x97,_0x372a49:0x34,_0x414036:0x71,_0x358c2e:0xb3,_0x53eeed:0xf2,_0x15a709:0xcb,_0x3720b2:0x8d,_0x2b0623:0xa1,_0x804be8:0x9c,_0x485756:0xe8,_0x1c067e:0x12d,_0x483d81:0x14e,_0x4caf8a:0x83,_0x9f55ad:0x108,_0x1befac:0x116,_0x1cc51b:0x137,_0x5678d9:0xd8,_0x2c4c56:0x1d,_0x49b694:0xb2,_0x559690:0x1db,_0x53ab7d:0x184,_0x22d0f3:0x5,_0x355e11:0x183,_0x4bd5b2:0xf5,_0x1a40b7:0x136,_0x5acb1b:0x53,_0x4f6a7c:0xae,_0x42dd09:0xf6,_0x2df47b:0x18c,_0x1302fb:0x154,_0x307976:0x19b,_0x1e8633:0x152,_0x26ec9b:0xa7,_0x146ace:0xd5,_0x195740:0xb5},_0xb8c20c={_0x545264:0x159,_0x2672c4:0x17a},_0x2d35ba={_0x4d4d94:0x65};function _0x569a07(_0x9fc18b,_0x86feb2,_0x3f1e14,_0x412765){return _0x5c267b(_0x9fc18b-_0x2d35ba._0x4d4d94,_0x412765- -0x415,_0x3f1e14,_0x412765-0xc8);}const _0x40b9d0={'IyUZx':function(_0x5e6252,_0x2bf2d1){return _0x5e6252===_0x2bf2d1;},'VYMfq':_0x569a07(_0x32cb72._0x17f8a3,_0x32cb72._0xe34574,_0x32cb72._0x237607,0x17e)+_0x33c5fe(0x66,_0x32cb72._0xc9d9ab,0x131,0xc9)+_0x33c5fe(0xeb,_0x32cb72._0x330ee5,0x11d,_0x32cb72._0x474f08)+'\x20<key>\x20<va'+_0x33c5fe(_0x32cb72._0x3c6b84,0xda,_0x32cb72._0x3fd366,_0x32cb72._0x372a49),'CEplR':function(_0x4dd753,_0x5370bb){return _0x4dd753&&_0x5370bb;},'BQwZy':_0x33c5fe(0xf6,0x86,0xbd,_0x32cb72._0x414036)+_0x569a07(_0x32cb72._0x358c2e,_0x32cb72._0x53eeed,_0x32cb72._0x15a709,_0x32cb72._0x3720b2)+_0x33c5fe(0x108,0xfe,_0x32cb72._0x2b0623,_0x32cb72._0x804be8)+_0x569a07(0xfa,_0x32cb72._0x485756,0x86,_0x32cb72._0x1c067e)+_0x569a07(_0x32cb72._0x483d81,_0x32cb72._0x4caf8a,0x16d,_0x32cb72._0x9f55ad)+_0x569a07(0x10a,_0x32cb72._0x1befac,_0x32cb72._0x1cc51b,_0x32cb72._0x5678d9),'jtSqV':function(_0x7247d3,_0x1b414b,_0xdb7bef){return _0x7247d3(_0x1b414b,_0xdb7bef);},'SlWef':function(_0x48a2cc,_0x305f45,_0xedcb3f){return _0x48a2cc(_0x305f45,_0xedcb3f);}};(!_0xa27933||_0x40b9d0[_0x33c5fe(_0x32cb72._0x2c4c56,0xa1,_0x32cb72._0x49b694,0x4c)](_0x3922a5,undefined))&&(console[_0x569a07(0x17f,0x224,_0x32cb72._0x559690,_0x32cb72._0x53ab7d)](_0x40b9d0[_0x33c5fe(0x54,_0x32cb72._0x3fd366,0xba,_0x32cb72._0x22d0f3)]),process[_0x569a07(_0x32cb72._0x355e11,_0x32cb72._0x4bd5b2,0xe3,0x10c)](-0x3*0x197+0x22a9*-0x1+-0x1*-0x276f));function _0x33c5fe(_0x2802ad,_0x1acae8,_0x2a29c1,_0x58fe34){return _0x1c5ad5(_0x2a29c1,_0x1acae8-_0xb8c20c._0x545264,_0x2a29c1-0x34,_0x58fe34-_0xb8c20c._0x2672c4);}const _0x9aff49=SERVER_CONFIG_KEYS[_0x569a07(0x1a3,0x16b,0x126,_0x32cb72._0x1a40b7)](_0xa27933),_0x2c8f33=SETUP_JSON_KEYS['has'](_0xa27933);_0x40b9d0[_0x569a07(_0x32cb72._0x5acb1b,_0x32cb72._0x4f6a7c,0x5e,0x9b)](!_0x9aff49,!_0x2c8f33)&&(console['error']('Unknown\x20co'+_0x33c5fe(0xfb,_0x32cb72._0x42dd09,_0x32cb72._0x2df47b,_0x32cb72._0x1302fb)+'n\x20key:\x20'+_0xa27933),console[_0x569a07(0x12a,_0x32cb72._0x307976,0x151,_0x32cb72._0x53ab7d)](_0x40b9d0[_0x33c5fe(_0x32cb72._0x1e8633,0x161,0x1fd,0xd1)]),process[_0x569a07(0xbf,0xd7,0x119,0x10c)](0xd3c+-0xdd4+0x99));if(_0x9aff49)await _0x40b9d0[_0x569a07(0xed,_0x32cb72._0x26ec9b,_0x32cb72._0x146ace,_0x32cb72._0x195740)](setServerConfig,_0xa27933,_0x3922a5);else _0x2c8f33&&await _0x40b9d0['SlWef'](setSetupConfig,_0xa27933,_0x3922a5);}async function setServerConfig(_0x2e737,_0x540f55){const _0x59edaa={_0x515b0d:0xc2,_0x23e40e:0x72,_0x29677f:0x38,_0xdd2fc4:0x14,_0x11f238:0x3c,_0x3c7359:0x297,_0x51ba78:0x31d,_0x1de412:0x2ae,_0x297250:0x73,_0x5e157b:0x19,_0x35fd00:0x77,_0x30ed63:0x55,_0x4f8644:0x51,_0x105d61:0x3c8,_0x55b2f9:0x33d,_0x2bdcb5:0x2d2,_0x52ec34:0x238,_0x595b9a:0x106,_0x17738f:0x19a,_0x1b9657:0x124,_0x119918:0xf1,_0x3ec75d:0x282,_0x2d80d2:0x2ce,_0x22f385:0x22e,_0x558f89:0x33b,_0xa967d8:0x356,_0x178206:0x2e1,_0x2ead65:0x339,_0x1052ac:0x22,_0x2bc4fb:0x7f,_0x52a17d:0x6f,_0x144eb1:0x78,_0x2f7971:0xb9,_0x2d398b:0xbf,_0x37eee4:0xb4,_0x4f5b88:0xf6,_0x4747a3:0xbb,_0x74ce87:0x31b,_0x4292bd:0x2db,_0x4da8f9:0xa2,_0x4c345e:0x10a,_0x3db4cc:0x62,_0x3cd733:0x1b,_0x503772:0x352,_0x37eca0:0x3bb,_0x556175:0x38a,_0x550f96:0x2b0,_0x4a9b19:0x32c,_0x10ccef:0x2f3,_0x5ce031:0x2d6,_0x1de5cc:0x142,_0x4b7571:0xd8,_0x32502c:0x13,_0x345c3b:0x31,_0x1921be:0x3c,_0x32351a:0xaa,_0x4d60ab:0x38,_0x1224ef:0x33f,_0x108ec1:0x129,_0xf9049c:0xec,_0x4ba37c:0x8d,_0x4daab6:0x2fd,_0x2c3c99:0x343,_0x2c30da:0x356,_0x35dab5:0x355,_0x32e9f1:0x312,_0x3b67f8:0x389,_0x14da3b:0x3b8,_0x39a44e:0x36e,_0xb45258:0x34b,_0xce4c45:0x30b,_0x5bfb8e:0x2dd,_0xa6259e:0x35b,_0x1ec74d:0xba,_0x1101c3:0x5,_0x9ca97:0x15,_0x401e22:0x20,_0x5c5507:0x33,_0x36b4e8:0x110,_0x2ca16b:0x248,_0x2753ee:0x2d3,_0x3da6bc:0x32e,_0x17cedf:0x30d,_0x2c2450:0x289,_0x3a7d02:0x284,_0x49d45f:0x6c,_0x71914d:0x3ba,_0x477321:0x3a2,_0x4f9d92:0x32d,_0x4ece6a:0x137,_0x35e7d5:0x3c2,_0x1bd75d:0xce,_0x362d5a:0x2fd,_0xa18d77:0x275,_0x14c7b1:0x235,_0x52c6bd:0x348,_0x1cf439:0x26b,_0x3f72e3:0x21e,_0x584bc5:0xb0,_0x225d4d:0x8e,_0x2d77d2:0x129,_0x42c642:0x303,_0x5c5d77:0x44b,_0x59ee90:0x3a2,_0x31cb49:0x3b9,_0x25d80e:0x1a,_0x39cb32:0xdf,_0x34b631:0x324,_0x97eb34:0x16e,_0x3fd7f8:0x10e,_0xe14d80:0x391,_0x391103:0x12a,_0x35acef:0x5d,_0x5da776:0x244,_0x5d57d7:0x2e1,_0x499f88:0xc4,_0x1da00c:0x19,_0x5a9365:0xbb,_0x296c64:0x130,_0x515edd:0x112,_0x32c618:0x92,_0x5a5be9:0x25e,_0x2c55df:0x253,_0x4263e6:0xb6,_0x41151f:0xbe,_0x42d19a:0x4a,_0x43da0e:0x58,_0x3eec04:0x35f,_0x2994dd:0x357,_0x4a265e:0x37e,_0x54caba:0x2b9,_0x57c433:0x302,_0x4cc0f4:0x201,_0x3ab48e:0x41,_0x26d744:0x6c,_0x12b6b6:0x266,_0x375132:0x294,_0x1b0441:0xac,_0x10ea0f:0xd4,_0xf8c517:0x74,_0x4bca02:0x34,_0x5c99b1:0x26d,_0x55996f:0x2e2,_0xe41720:0x10,_0x77807a:0xbc,_0x89bfbc:0x32},_0x17471d={_0x3019d1:0x2a,_0x1dd3f5:0x96,_0x3fd879:0x190},_0x315585={_0x32dc6f:0x60};function _0x4bd639(_0x3d4573,_0x31b704,_0x5f8647,_0x1558bf){return _0x5c267b(_0x3d4573-0x14,_0x5f8647- -0x1de,_0x1558bf,_0x1558bf-_0x315585._0x32dc6f);}function _0x1f7a7e(_0xec7044,_0x571aef,_0x257f59,_0x2b153a){return _0x1c5ad5(_0xec7044,_0x2b153a-_0x17471d._0x3019d1,_0x257f59-_0x17471d._0x1dd3f5,_0x2b153a-_0x17471d._0x3fd879);}const _0x29614b={'pVfeN':_0x1f7a7e(-0xad,-_0x59edaa._0x515b0d,-0x42,-_0x59edaa._0x23e40e),'txaDh':_0x1f7a7e(0x57,-0x60,0x1b,0x10)+_0x1f7a7e(-_0x59edaa._0x29677f,-_0x59edaa._0xdd2fc4,0x4,-_0x59edaa._0x11f238)+'d)','TsByK':'coder_setu'+_0x4bd639(0x378,_0x59edaa._0x3c7359,_0x59edaa._0x51ba78,_0x59edaa._0x1de412),'yXFwZ':'rLvuC','VHKqZ':_0x1f7a7e(-_0x59edaa._0x297250,_0x59edaa._0x5e157b,_0x59edaa._0x35fd00,-0x2d),'Nifns':function(_0x4c9ecd,_0x57a973){return _0x4c9ecd(_0x57a973);},'MtjBB':function(_0x2befc0){return _0x2befc0();},'vmZxO':function(_0x89d55d,_0x14e639,_0x545ed2){return _0x89d55d(_0x14e639,_0x545ed2);},'ywryz':function(_0x1eb4e1,_0x1d296f){return _0x1eb4e1(_0x1d296f);},'lVAyV':function(_0x188547,_0x592dfc){return _0x188547<_0x592dfc;},'LVPSu':function(_0x5d58d4,_0x199a48){return _0x5d58d4>_0x199a48;},'rtXfw':function(_0x595fba,_0xb39dea){return _0x595fba===_0xb39dea;},'wwaMD':_0x1f7a7e(-0x70,-_0x59edaa._0x30ed63,-0x74,-_0x59edaa._0x4f8644),'YVKmR':'Error:\x20Inv'+_0x4bd639(0x391,0x42d,_0x59edaa._0x105d61,_0x59edaa._0x55b2f9)+_0x4bd639(_0x59edaa._0x2bdcb5,0x230,0x285,_0x59edaa._0x52ec34),'effIV':function(_0x3fc482,_0xb68042){return _0x3fc482(_0xb68042);},'ZPwOP':function(_0x3090b8){return _0x3090b8();},'hnkBu':function(_0x3a7057,_0x19dba2){return _0x3a7057(_0x19dba2);},'aURYh':'ssl_key_pa'+'th','bihBy':function(_0x33fef5,_0xdd8e54){return _0x33fef5(_0xdd8e54);},'eDQub':function(_0x26ac54){return _0x26ac54();},'KLVjt':function(_0x42e1eb,_0x3a953b){return _0x42e1eb!==_0x3a953b;},'RdMZg':'true','SjmBG':function(_0x57173b,_0x569bf1){return _0x57173b(_0x569bf1);},'sBwSE':function(_0x25bd9d){return _0x25bd9d();}};switch(_0x2e737){case _0x29614b[_0x1f7a7e(-_0x59edaa._0x595b9a,-_0x59edaa._0x17738f,-_0x59edaa._0x1b9657,-_0x59edaa._0x119918)]:{if(_0x29614b['yXFwZ']!==_0x29614b['VHKqZ']){const _0x509d2b=_0x2cfaeb[_0x4bd639(0x225,_0x59edaa._0x3ec75d,_0x59edaa._0x2d80d2,_0x59edaa._0x22f385)](_0x540f55);await _0x29614b['Nifns'](saveCoderSetupPath,_0x509d2b),console[_0x4bd639(_0x59edaa._0x558f89,_0x59edaa._0xa967d8,_0x59edaa._0x178206,_0x59edaa._0x2ead65)](_0x1f7a7e(-0x72,-_0x59edaa._0x1052ac,-_0x59edaa._0x2bc4fb,-_0x59edaa._0x52a17d)+_0x2e737+_0x1f7a7e(-_0x59edaa._0x144eb1,-_0x59edaa._0x2f7971,-0x46,-_0x59edaa._0x2d398b)+_0x509d2b),console[_0x1f7a7e(-0x12d,-_0x59edaa._0x37eee4,-_0x59edaa._0x4f5b88,-_0x59edaa._0x4747a3)]('\x20\x20Location'+':\x20'+_0x29614b[_0x4bd639(0x271,_0x59edaa._0x74ce87,_0x59edaa._0x4292bd,0x36b)](getConfigPath));break;}else _0x2dd0b0[_0x4bd639(0x436,0x442,0x3bb,0x40d)](_0x1f7a7e(-_0x59edaa._0x4da8f9,-0xf7,-0x18c,-_0x59edaa._0x4c345e)+'nfiguratio'+_0x1f7a7e(_0x59edaa._0x3db4cc,_0x59edaa._0x3cd733,-0x3,-0xe)+_0x1b0fc5),_0x493d26[_0x4bd639(0x43d,_0x59edaa._0x503772,_0x59edaa._0x37eca0,_0x59edaa._0x556175)](_0x4bd639(_0x59edaa._0x550f96,_0x59edaa._0x4a9b19,_0x59edaa._0x10ccef,_0x59edaa._0x5ce031)+_0x1f7a7e(-0x142,-0x13e,-_0x59edaa._0x1de5cc,-_0x59edaa._0x4b7571)+_0x1f7a7e(_0x59edaa._0x32502c,0x2b,0x76,-_0x59edaa._0x345c3b)+_0x1f7a7e(_0x59edaa._0x1921be,-_0x59edaa._0x32351a,-0x8f,-_0x59edaa._0x4d60ab)+_0x4bd639(0x360,0x30b,_0x59edaa._0x1224ef,0x332)+_0x1f7a7e(-_0x59edaa._0x108ec1,-0x47,-_0x59edaa._0xf9049c,-_0x59edaa._0x4ba37c)),_0x397e64[_0x4bd639(_0x59edaa._0x4daab6,0x3d0,_0x59edaa._0x2c3c99,_0x59edaa._0x2c30da)](0x14*-0x64+-0x1841+0x2012);}case _0x4bd639(_0x59edaa._0x35dab5,0x33e,0x2e8,0x2c5)+'t':{const _0x5deb26=_0x29614b[_0x4bd639(0x3ea,_0x59edaa._0x32e9f1,0x39a,_0x59edaa._0x3b67f8)](parseInt,_0x540f55,-0x10b9+0x1f92+0x1*-0xecf);(_0x29614b['ywryz'](isNaN,_0x5deb26)||_0x29614b['lVAyV'](_0x5deb26,-0xe93+0x1b22+-0xc8e*0x1)||_0x29614b[_0x4bd639(0x2c8,0x2e7,0x320,0x33a)](_0x5deb26,-0xc6b4+-0x6e*0x231+0x2b7c1))&&(_0x29614b['rtXfw'](_0x29614b[_0x4bd639(0x397,_0x59edaa._0x14da3b,0x3b9,_0x59edaa._0x39a44e)],_0x4bd639(0x38c,0x2d2,_0x59edaa._0xb45258,0x2fe))?(console[_0x4bd639(0x44a,0x43a,0x3bb,0x44c)](_0x29614b[_0x4bd639(_0x59edaa._0xce4c45,0x316,0x34c,_0x59edaa._0x5bfb8e)]),process[_0x4bd639(_0x59edaa._0xa6259e,0x32f,_0x59edaa._0x2c3c99,0x2b9)](0x89f+0x67*0x60+-0x2f3e)):_0x178de4['log'](_0x324a87));await _0x29614b[_0x1f7a7e(_0x59edaa._0x1ec74d,-_0x59edaa._0x1101c3,-_0x59edaa._0x9ca97,_0x59edaa._0x401e22)](saveServerPort,_0x5deb26),console['log']('Set\x20'+_0x2e737+'\x20=\x20'+_0x5deb26),console[_0x1f7a7e(-_0x59edaa._0x5c5507,-0x138,-_0x59edaa._0x36b4e8,-_0x59edaa._0x4747a3)]('\x20\x20Location'+':\x20'+_0x29614b[_0x4bd639(_0x59edaa._0x2ca16b,0x22e,_0x59edaa._0x550f96,_0x59edaa._0x2753ee)](getConfigPath));break;}case _0x4bd639(0x428,_0x59edaa._0x3da6bc,0x3b6,0x361)+_0x4bd639(_0x59edaa._0x17cedf,_0x59edaa._0x2c2450,_0x59edaa._0x3a7d02,0x1e1):{const _0x4a0c22=_0x2cfaeb[_0x1f7a7e(-_0x59edaa._0x49d45f,-0x90,-0x9d,-0xce)](_0x540f55);await _0x29614b[_0x4bd639(_0x59edaa._0x71914d,0x303,_0x59edaa._0x477321,0x317)](saveSslCertPath,_0x4a0c22),console['log'](_0x4bd639(_0x59edaa._0x4a9b19,0x366,_0x59edaa._0x4f9d92,0x2d7)+_0x2e737+_0x1f7a7e(-_0x59edaa._0x4ece6a,-0x108,-0xa6,-0xbf)+_0x4a0c22),console[_0x1f7a7e(-0x2b,-0x11c,-0x139,-_0x59edaa._0x4747a3)](_0x4bd639(_0x59edaa._0x35e7d5,0x409,0x376,0x2d2)+':\x20'+getConfigPath());break;}case _0x29614b[_0x1f7a7e(-0x6d,-0x6d,-0x54,0x28)]:{const _0x42e276=_0x2cfaeb[_0x1f7a7e(-0x10a,-0x15d,-0x6e,-_0x59edaa._0x1bd75d)](_0x540f55);await _0x29614b[_0x4bd639(_0x59edaa._0x362d5a,_0x59edaa._0xa18d77,0x28c,_0x59edaa._0x14c7b1)](saveSslKeyPath,_0x42e276),console['log']('Set\x20'+_0x2e737+_0x4bd639(_0x59edaa._0x52c6bd,0x357,0x2dd,0x2db)+_0x42e276),console['log']('\x20\x20Location'+':\x20'+_0x29614b['eDQub'](getConfigPath));break;}case _0x4bd639(_0x59edaa._0x1cf439,_0x59edaa._0x3f72e3,0x295,0x227)+'h':{if(_0x29614b['KLVjt']('zeyab',_0x1f7a7e(-_0x59edaa._0x584bc5,-_0x59edaa._0x225d4d,-_0x59edaa._0x2d77d2,-0x9a))){const _0x15dd85=_0x2cfaeb[_0x4bd639(0x2a1,0x234,0x2ce,_0x59edaa._0x42c642)](_0x540f55);await _0x29614b[_0x4bd639(0x426,_0x59edaa._0x5c5d77,_0x59edaa._0x59ee90,_0x59edaa._0x31cb49)](saveSslCaPath,_0x15dd85),console['log'](_0x1f7a7e(-_0x59edaa._0x25d80e,-_0x59edaa._0x39cb32,-0x59,-0x6f)+_0x2e737+'\x20=\x20'+_0x15dd85),console['log'](_0x4bd639(0x36c,0x34a,0x376,_0x59edaa._0x34b631)+':\x20'+getConfigPath());break;}else _0x54ca9e[_0x1f7a7e(-_0x59edaa._0x97eb34,-0x9e,-0xfd,-_0x59edaa._0x3fd7f8)]===_0x29614b[_0x4bd639(0x350,_0x59edaa._0x34b631,_0x59edaa._0xe14d80,0x328)]?(_0x55ce06['log'](_0x29614b[_0x1f7a7e(-_0x59edaa._0x391103,-0x143,-_0x59edaa._0x35acef,-0xd6)]),_0x54394d[_0x4bd639(0x32c,_0x59edaa._0x5da776,_0x59edaa._0x5d57d7,_0x59edaa._0x2d80d2)](''),_0x5f15cc[_0x1f7a7e(-_0x59edaa._0x499f88,-0x150,-_0x59edaa._0x1da00c,-_0x59edaa._0x5a9365)](_0x1f7a7e(-_0x59edaa._0x296c64,-0xdd,-0x152,-_0x59edaa._0x515edd)+'ocation:\x20'+_0x35e257)):_0x332849[_0x1f7a7e(-0xe4,-0x6c,-_0x59edaa._0x32c618,-0xbb)](_0x4bd639(_0x59edaa._0x5a5be9,_0x59edaa._0x2c55df,0x2bf,0x2aa)+_0x1f7a7e(-_0x59edaa._0x4263e6,-_0x59edaa._0x41151f,0x1,-_0x59edaa._0x42d19a)+_0x1f7a7e(-0xd1,-0xcc,_0x59edaa._0x43da0e,-0x2c)+_0xc92d51[_0x4bd639(_0x59edaa._0x3eec04,_0x59edaa._0x2994dd,_0x59edaa._0x4a265e,0x3f3)]);}case _0x4bd639(0x367,0x268,0x2d8,_0x59edaa._0x54caba)+'y':{const _0x5e9281=_0x29614b[_0x4bd639(_0x59edaa._0x57c433,0x2eb,0x294,_0x59edaa._0x4cc0f4)](_0x540f55,_0x29614b[_0x1f7a7e(0x22,-_0x59edaa._0x3ab48e,-_0x59edaa._0x26d744,_0x59edaa._0x3cd733)])||_0x29614b[_0x4bd639(_0x59edaa._0x12b6b6,_0x59edaa._0x5d57d7,_0x59edaa._0x375132,0x2f1)](_0x540f55,'1');await _0x29614b[_0x1f7a7e(-_0x59edaa._0x1b0441,-0xea,-0x80,-_0x59edaa._0x10ea0f)](saveTrustProxy,_0x5e9281),console[_0x1f7a7e(-_0x59edaa._0xf8c517,-0x5b,-_0x59edaa._0x4bca02,-_0x59edaa._0x5a9365)]('Set\x20'+_0x2e737+'\x20=\x20'+_0x5e9281),console[_0x4bd639(_0x59edaa._0x5c99b1,0x33c,0x2e1,_0x59edaa._0x55996f)](_0x1f7a7e(-_0x59edaa._0xe41720,-_0x59edaa._0x77807a,_0x59edaa._0x89bfbc,-0x26)+':\x20'+_0x29614b['sBwSE'](getConfigPath));break;}}}async function setSetupConfig(_0x5751f5,_0x539561){const _0x186ff2={_0x444c85:0x494,_0x40d600:0x476,_0x58aa5:0x429,_0x4cb0b1:0x4b8,_0x4c6811:0x454,_0x578df9:0x448,_0x56f2bb:0x4c2,_0xabaf7f:0x4b9,_0x31b27f:0x56a,_0xcbd010:0x43e,_0x1f9802:0x437,_0x49bf18:0x38b,_0x51b42a:0x32a,_0x3eb20a:0x3c1,_0x3c711b:0x407,_0x398d9a:0x43b,_0x58a5e2:0x3c0,_0xfbc6ff:0x354,_0x46d65a:0x3c4,_0x5cad28:0x345,_0x49fe1a:0x33c,_0x2ade7d:0x36e,_0x50ca1f:0x44a,_0x19a033:0x3a5,_0x16d6b2:0x38d,_0x215fa0:0x459,_0x27e679:0x332,_0x1f0835:0x366,_0x48de11:0x520,_0x433461:0x489,_0x16d02c:0x3fc,_0x3af7e4:0x39e,_0x4a79aa:0x42f,_0x2352f9:0x350,_0x39298f:0x37b,_0x46ac0c:0x2d6,_0x105e89:0x2d0,_0x5e3124:0x38b,_0x4d5987:0x346,_0x5643aa:0x4b3,_0x326e34:0x46d,_0x43ec2e:0x4c5,_0x1ab7e3:0x4bc,_0x5c81f1:0x413,_0x5589ef:0x320,_0x5b20e8:0x3b3,_0x267810:0x482,_0x16634c:0x3cc,_0x209ced:0x31d,_0x35a6f0:0x36d,_0x167dfe:0x28b,_0x565aee:0x2fc,_0x1c47a0:0x36e,_0x4f0f99:0x2db,_0x47e203:0x3a9,_0x4c2b88:0x468,_0x51a557:0x38d,_0x1e05d2:0x3b3,_0x5ebca6:0x433,_0x5d1ae3:0x400,_0x3c3b6a:0x3e5,_0xca2e6d:0x414,_0x404a6c:0x534,_0x40056e:0x474,_0x5a0dcd:0x502,_0x348a87:0x491,_0x2b07a6:0x3f2,_0x2751a9:0x326,_0x50931b:0x2ab,_0x1dbabb:0x300,_0x26e5cd:0x321,_0x4b0510:0x439,_0x328379:0x446,_0x1e2c44:0x3fd,_0x3c26a3:0x441,_0x18f36c:0x4bb,_0x10b7e3:0x4b2,_0x145d44:0x456,_0x136719:0x42c,_0xc5a97f:0x35a,_0x1f4938:0x385,_0x5e17df:0x41b,_0xbccac6:0x42d,_0x5f3867:0x3dc,_0x454f30:0x3b0,_0x3a23f0:0x2b5,_0x2cdee2:0x2dc,_0x5d0146:0x35d,_0x19d1c4:0x336,_0x217f5b:0x32b,_0x120ddf:0x399,_0x2218fc:0x431,_0x21f9f9:0x3ee,_0x21185a:0x3cd,_0x2c770c:0x3cb,_0x113cc1:0x4eb,_0x5da194:0x516,_0x34fb61:0x3a8,_0x615ee3:0x432,_0x5e44e6:0x3a9,_0x1d6d9b:0x40a,_0x424adf:0x485,_0x2d92f2:0x303,_0x365422:0x39c,_0x186358:0x44a,_0x5a3660:0x577,_0x4f22aa:0x4b4,_0x46be70:0x4eb,_0x13b499:0x4d1,_0x11adc7:0x417,_0x3a7a11:0x46a,_0xe779c:0x438,_0x1a8c38:0x4a3,_0x1ae58f:0x46b,_0x327cea:0x4cf,_0x417196:0x4f1,_0x3b75f7:0x3bd,_0x390752:0x39b,_0x29cc14:0x4a0,_0x2824f0:0x3c2,_0x2669d8:0x2aa,_0x258b3f:0x4dc,_0x53fe84:0x4c9,_0x87363f:0x422,_0x106063:0x3ef,_0x4635b6:0x3dd,_0x325f7d:0x394,_0x122fd6:0x3b6,_0x120888:0x44f,_0x564221:0x434,_0x3e10f0:0x38d,_0xae1a3d:0x39d,_0x3c16ba:0x420,_0x597d28:0x32b,_0x56128a:0x4cd,_0x11b16e:0x53e,_0x1b7cdd:0x43f,_0x39af88:0x426,_0x495f6e:0x36f,_0xde4dfd:0x392,_0x256eac:0x36c,_0x54b065:0x3b4,_0x3f692d:0x423,_0x3b90f8:0x3bc,_0x24f7b2:0x477,_0x2e2e0e:0x2f2,_0x581a9c:0x408,_0x34d103:0x4a1,_0x4fa711:0x543,_0x436b96:0x473,_0xce6e45:0x528,_0x4ee13f:0x4f7,_0x3eb2af:0x37e,_0x23cfba:0x2f8,_0x3448f5:0x31b,_0x44021c:0x367,_0x437941:0x44c,_0x456c1a:0x3af,_0x3e5172:0x3a5,_0x50dda2:0x47a,_0x42cb69:0x334,_0x990676:0x387,_0x232336:0x3c7,_0x2704a2:0x456,_0x5285ae:0x33b,_0x4338b3:0x3ef,_0x593155:0x501,_0x576f3f:0x4ba,_0x111810:0x3a0,_0x3f2921:0x3e7,_0x33a221:0x4c6,_0x5ec6ea:0x3f5,_0x46fc1d:0x3b3,_0x27c319:0x505,_0x3b4374:0x456,_0x50f209:0x469,_0x12f912:0x49b,_0x23ba3b:0x526,_0xd59cd:0x4e5,_0x1bd74b:0x404,_0x3c8b54:0x341,_0xf57014:0x32a,_0x584a93:0x44d,_0x292a87:0x3ca,_0xc48037:0x3ac,_0x45de36:0x3f9,_0x12addb:0x376,_0x53e9a4:0x3c9,_0x410029:0x42f,_0x31c044:0x2cd,_0x5a94a7:0x4d0,_0x155274:0x47d,_0x3fe48b:0x358,_0x3c82f1:0x3e4,_0x56d27c:0x49a,_0x5b2f0d:0x538,_0x4f3f2e:0x4e1,_0xa17136:0x4bf,_0x1b95c7:0x3d9,_0x380dfb:0x492,_0x18c896:0x44d,_0x76eaa5:0x4e2,_0x27b013:0x475,_0x42ad10:0x477,_0x1ce853:0x3eb,_0x42cb66:0x42c,_0x1a8959:0x404,_0x429533:0x34a,_0x1e1ef5:0x3a5,_0x21b951:0x4d4,_0x688e46:0x50d,_0x3bc358:0x50f,_0x109fb6:0x563,_0x3a5bd8:0x4e5,_0x5721e2:0x3fa,_0x334034:0x36d,_0x2d6a1c:0x4b7,_0x459f6b:0x3e0,_0x4d4d99:0x438,_0x539a42:0x535,_0xf7bd37:0x460,_0x1a1295:0x41b,_0xc4705a:0x501,_0x5189a2:0x451,_0x35b4ff:0x27a,_0x1e9ed4:0x2ae,_0x2615ad:0x3d2,_0x2f7735:0x41f,_0x407dec:0x3f2,_0x5758b5:0x498,_0xb26ac7:0x44a,_0x5b36ea:0x3ad,_0x30f6d2:0x3d7,_0x4b99ec:0x413,_0x27c921:0x57d,_0x38a744:0x392,_0x1005d9:0x3a3,_0x128b06:0x4cb,_0x360246:0x48a,_0x3d9f51:0x438,_0x547730:0x575,_0x5b82a6:0x4ed,_0x5e2124:0x45c,_0x2445a1:0x43d,_0x4c757c:0x4e8,_0x43450e:0x53d,_0x42f024:0x509,_0x4b7e59:0x4e5,_0x5e5e1f:0x3d4,_0x5b08df:0x452,_0x35135f:0x3cd,_0x3eefe8:0x488,_0x1e1f46:0x3e2,_0x32c41c:0x42a,_0x556f6f:0x453,_0x2d65d0:0x3c9,_0x12a342:0x496,_0x45ec89:0x514,_0x56bc7f:0x4e5,_0x1bb0d0:0x3aa,_0x149e04:0x395,_0x26948b:0x436,_0x5cdc56:0x451,_0x2a7a27:0x412,_0x1b8dac:0x339,_0x36bc2a:0x33e,_0xc7bf69:0x411,_0x32041c:0x344,_0xc12ae5:0x2d7,_0x191a5b:0x4ca,_0x5a9a4f:0x502,_0x5e552e:0x4e5,_0x32ee99:0x462,_0x52d759:0x4b1,_0x2e4218:0x4ea,_0x887720:0x4e5,_0x6120b8:0x338,_0x27cf22:0x331,_0x47a6af:0x438,_0xb84cac:0x4fc,_0x5ef747:0x49f,_0x4e07bf:0x4c8,_0x39922c:0x2ec,_0x5a3b61:0x37a,_0x4d82cd:0x472,_0x19aaa1:0x39f,_0x122f60:0x2f2,_0x455184:0x413,_0x54da6f:0x343,_0x1d6423:0x421,_0x369210:0x380,_0x4a86b8:0x40b,_0x3316e2:0x3d6,_0x5178a4:0x43a,_0x149bed:0x3e9,_0x188119:0x38f,_0x4f8bc6:0x337,_0x5bc61d:0x32d,_0x425e16:0x394,_0x15809f:0x3ba,_0x2617f6:0x42e,_0x4771fa:0x4b7,_0x162468:0x438,_0x23176a:0x3a3,_0x4c1627:0x393,_0x2555d7:0x3cf,_0x5cef0a:0x428,_0x168ccb:0x536,_0x156e15:0x2c0,_0xcb0331:0x32f,_0x3df7c3:0x35e,_0x3e1871:0x4bb,_0x1d19d2:0x4ef,_0x22f650:0x317,_0x21e42f:0x340,_0x469c40:0x3a2,_0x509991:0x4e1,_0x213af0:0x46d,_0x2b3cd7:0x33a,_0x132f38:0x34e,_0x1ffbcf:0x3e5,_0x8c84fa:0x42b,_0x2b5f4b:0x4c5,_0x18f1db:0x4d9,_0x3c4789:0x45f,_0x53310a:0x3a2,_0x3cdeed:0x400,_0x270f80:0x45d,_0xc8a1b5:0x407,_0x1b5a24:0x45b,_0x2e2a09:0x447,_0x51639e:0x3b6,_0xdab337:0x3d3,_0x39f314:0x415},_0x36b4c8={_0x31991b:0x443,_0x1c1213:0x51},_0x3ce6d6={_0x4a2021:0xb4},_0x3d70a8={'XMBbG':_0x4e3b03(_0x186ff2._0x444c85,0x49b,_0x186ff2._0x40d600,0x429)+_0x4e3b03(_0x186ff2._0x58aa5,0x53f,0x542,0x4ac)+_0x4e3b03(0x448,_0x186ff2._0x4cb0b1,_0x186ff2._0x4c6811,_0x186ff2._0x578df9)+'me','SYkEd':_0x4e3b03(_0x186ff2._0x56f2bb,_0x186ff2._0xabaf7f,_0x186ff2._0x31b27f,0x4ca)+_0x4e3b03(_0x186ff2._0xcbd010,_0x186ff2._0x1f9802,0x32f,0x3ce)+'\x20keys\x20(sto'+_0x5ad66e(_0x186ff2._0x49bf18,0x35d,_0x186ff2._0x51b42a,_0x186ff2._0x3eb20a)+_0x4e3b03(0x4d2,_0x186ff2._0x3c711b,_0x186ff2._0x398d9a,0x4a6)+_0x5ad66e(0x430,0x38b,_0x186ff2._0x58a5e2,0x3d6),'OJdpV':_0x4e3b03(_0x186ff2._0xfbc6ff,0x368,0x35a,_0x186ff2._0x46d65a)+_0x5ad66e(_0x186ff2._0x5cad28,0x2fa,_0x186ff2._0x49fe1a,_0x186ff2._0x2ade7d)+_0x5ad66e(_0x186ff2._0x50ca1f,_0x186ff2._0x19a033,_0x186ff2._0x16d6b2,0x3a3)+_0x5ad66e(0x44d,0x342,_0x186ff2._0x215fa0,0x3cb)+_0x5ad66e(0x395,0x34e,_0x186ff2._0x27e679,0x374),'tOcbE':_0x5ad66e(0x383,_0x186ff2._0x1f0835,0x372,0x3fe)+_0x4e3b03(0x3e6,_0x186ff2._0x48de11,0x4c5,_0x186ff2._0x433461)+_0x4e3b03(0x41b,_0x186ff2._0x16d02c,_0x186ff2._0x3af7e4,0x3d8)+_0x5ad66e(0x3d6,_0x186ff2._0x4a79aa,_0x186ff2._0x2352f9,0x389)+'icate\x20file','Ewnea':_0x5ad66e(0x2e1,0x3f1,0x372,_0x186ff2._0x39298f)+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x5ad66e(_0x186ff2._0x46ac0c,_0x186ff2._0x105e89,_0x186ff2._0x5e3124,_0x186ff2._0x4d5987)+'oxy\x20header'+'s\x20(true/fa'+_0x4e3b03(_0x186ff2._0x5643aa,_0x186ff2._0x326e34,0x43b,_0x186ff2._0x43ec2e),'zACos':_0x4e3b03(_0x186ff2._0x1ab7e3,0x402,_0x186ff2._0x3c711b,_0x186ff2._0x5c81f1)+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x4e3b03(0x4f2,_0x186ff2._0x215fa0,0x4f9,0x4ea)+_0x4e3b03(_0x186ff2._0x5589ef,0x3e8,0x375,_0x186ff2._0x5b20e8)+_0x5ad66e(0x41e,_0x186ff2._0x267810,_0x186ff2._0x16634c,0x413),'LLGTg':_0x5ad66e(_0x186ff2._0x209ced,_0x186ff2._0x35a6f0,_0x186ff2._0x167dfe,0x317)+_0x5ad66e(0x386,_0x186ff2._0x565aee,0x3f9,_0x186ff2._0x1c47a0)+_0x5ad66e(_0x186ff2._0x4f0f99,0x326,_0x186ff2._0x47e203,0x36b)+_0x4e3b03(_0x186ff2._0x4c2b88,_0x186ff2._0x51a557,_0x186ff2._0x1e05d2,_0x186ff2._0x5ebca6)+'80','toBkg':_0x5ad66e(_0x186ff2._0x5d1ae3,_0x186ff2._0x3c3b6a,0x36b,_0x186ff2._0xca2e6d)+_0x4e3b03(_0x186ff2._0x404a6c,_0x186ff2._0x40056e,_0x186ff2._0x5a0dcd,0x4c6)+_0x5ad66e(_0x186ff2._0x348a87,0x452,0x476,_0x186ff2._0x2b07a6)+_0x5ad66e(_0x186ff2._0x2751a9,_0x186ff2._0x50931b,_0x186ff2._0x1dbabb,_0x186ff2._0x26e5cd)+'\x20value','rQylw':_0x5ad66e(0x443,_0x186ff2._0x4b0510,_0x186ff2._0x328379,_0x186ff2._0x1e2c44)+'key>\x20\x20\x20\x20\x20\x20'+_0x4e3b03(0x451,0x33b,_0x186ff2._0x3c26a3,0x3ac)+_0x4e3b03(_0x186ff2._0x18f36c,0x500,_0x186ff2._0x10b7e3,0x4b5)+_0x5ad66e(0x462,_0x186ff2._0x145d44,0x469,_0x186ff2._0x328379),'EBhJV':_0x4e3b03(_0x186ff2._0x136719,_0x186ff2._0xc5a97f,0x361,_0x186ff2._0x46d65a)+_0x4e3b03(_0x186ff2._0x1f4938,0x3fd,0x37b,_0x186ff2._0x5e17df)+_0x5ad66e(_0x186ff2._0xbccac6,_0x186ff2._0x5f3867,_0x186ff2._0x454f30,0x3ba),'sXjtx':'\x20\x20coder_se'+_0x5ad66e(_0x186ff2._0x3a23f0,0x30d,_0x186ff2._0x2cdee2,0x327)+_0x5ad66e(_0x186ff2._0x5d0146,0x2d0,_0x186ff2._0x19d1c4,_0x186ff2._0x217f5b)+'coder-setu'+_0x5ad66e(0x382,0x3a4,0x441,_0x186ff2._0x120ddf)+'y','CwEKA':_0x4e3b03(0x3aa,0x41e,0x48a,_0x186ff2._0x2218fc)+_0x4e3b03(0x372,_0x186ff2._0x21f9f9,_0x186ff2._0x21185a,_0x186ff2._0x2c770c)+_0x4e3b03(0x43a,0x479,0x39a,0x3d8)+_0x4e3b03(_0x186ff2._0x113cc1,_0x186ff2._0x5da194,0x587,0x4f0)+_0x5ad66e(_0x186ff2._0x34fb61,0x367,0x413,0x393)+_0x5ad66e(0x426,_0x186ff2._0x615ee3,0x425,_0x186ff2._0x5e44e6),'GCfFk':'\x20\x20ssl_key_'+_0x4e3b03(_0x186ff2._0x1d6d9b,_0x186ff2._0x424adf,0x4c9,0x47f)+_0x5ad66e(0x393,_0x186ff2._0x2d92f2,0x294,_0x186ff2._0x217f5b)+_0x5ad66e(0x3b9,_0x186ff2._0x365422,_0x186ff2._0x2b07a6,0x3e6)+_0x4e3b03(_0x186ff2._0x186358,_0x186ff2._0x5a3660,_0x186ff2._0x4f22aa,_0x186ff2._0x46be70),'NxhTw':_0x5ad66e(_0x186ff2._0x13b499,_0x186ff2._0x11adc7,0x427,0x432)+_0x4e3b03(_0x186ff2._0x4b0510,_0x186ff2._0x3a7a11,0x438,0x43b)+_0x4e3b03(_0x186ff2._0xe779c,0x47b,0x4f9,_0x186ff2._0x1a8c38)+'t|get|remo'+_0x4e3b03(0x48e,_0x186ff2._0x1ae58f,_0x186ff2._0x327cea,_0x186ff2._0x417196)+'key]\x20[valu'+'e]','CbidC':_0x4e3b03(_0x186ff2._0x3b75f7,0x40c,0x401,0x3fd),'OaKpW':_0x4e3b03(_0x186ff2._0x390752,0x3eb,0x3a0,0x3e1)+_0x4e3b03(0x4a7,_0x186ff2._0x29cc14,0x548,0x4ac)+_0x4e3b03(0x461,0x3c3,0x3e9,_0x186ff2._0x2824f0)+'\x20for\x20envir'+'onments','SknRq':_0x5ad66e(0x300,0x2d1,_0x186ff2._0x2669d8,0x344)+'iguration\x20'+_0x4e3b03(0x4da,0x501,_0x186ff2._0x258b3f,_0x186ff2._0x53fe84)+_0x4e3b03(0x497,_0x186ff2._0x3af7e4,0x4a6,_0x186ff2._0x87363f)+_0x5ad66e(0x409,_0x186ff2._0x4b0510,0x46e,_0x186ff2._0x106063),'lnRyL':'\x20\x20coder-se'+'rver\x20confi'+_0x4e3b03(0x45e,0x45f,_0x186ff2._0x4635b6,_0x186ff2._0x215fa0)+_0x5ad66e(0x38f,0x3e4,_0x186ff2._0x325f7d,_0x186ff2._0x122fd6)+_0x5ad66e(0x3ff,0x48b,0x3b9,0x410)+'o/coder-se'+_0x5ad66e(0x363,0x315,0x417,0x3b4),'psSQh':_0x4e3b03(_0x186ff2._0x120888,_0x186ff2._0x564221,0x3b0,0x44e)+_0x4e3b03(_0x186ff2._0x3e10f0,_0x186ff2._0x122fd6,_0x186ff2._0xae1a3d,_0x186ff2._0x3c16ba)+_0x5ad66e(0x3a7,0x2c5,0x388,_0x186ff2._0x597d28)+_0x4e3b03(0x438,_0x186ff2._0x56128a,_0x186ff2._0x11b16e,0x4a1)+'\x20results','LgWFs':'\x20\x20get\x20<key'+_0x5ad66e(0x48e,0x4c9,_0x186ff2._0x1b7cdd,_0x186ff2._0x39af88)+_0x5ad66e(0x346,_0x186ff2._0x495f6e,0x304,0x2fe)+_0x4e3b03(_0x186ff2._0xde4dfd,_0x186ff2._0x256eac,_0x186ff2._0x54b065,0x3ce)+'\x20value','LBPRs':_0x5ad66e(_0x186ff2._0x3f692d,_0x186ff2._0x3b90f8,0x39c,0x429)+_0x5ad66e(_0x186ff2._0x24f7b2,0x359,0x358,0x3dd)+'d)','kSjBX':function(_0x457c4b){return _0x457c4b();},'ROziA':_0x5ad66e(0x38f,0x264,_0x186ff2._0x2e2e0e,0x2fc)+_0x4e3b03(0x4a3,0x423,_0x186ff2._0x581a9c,0x48b)+_0x4e3b03(_0x186ff2._0x34d103,0x3d0,0x42d,0x40d)+'ed','xlYDb':_0x4e3b03(_0x186ff2._0x4fa711,_0x186ff2._0x436b96,_0x186ff2._0xce6e45,_0x186ff2._0x4ee13f)+_0x5ad66e(0x2f6,_0x186ff2._0x3eb2af,_0x186ff2._0x23cfba,_0x186ff2._0x3448f5)+'setup\x20path'+':','mhgnQ':_0x4e3b03(_0x186ff2._0x44021c,_0x186ff2._0x437941,_0x186ff2._0x456c1a,0x3cc),'OFMtt':_0x5ad66e(0x39b,0x472,_0x186ff2._0x3e5172,0x423),'Mlile':function(_0x42add7,_0x1300d4){return _0x42add7===_0x1300d4;},'PspwE':function(_0x42dfb9,_0x838f09){return _0x42dfb9!==_0x838f09;},'nuzpX':'zNTQU','BxxhX':function(_0x1307c8,_0x19c722){return _0x1307c8===_0x19c722;},'xLoxZ':_0x5ad66e(_0x186ff2._0x50dda2,_0x186ff2._0x42cb69,0x3c8,0x3d9),'UCOWa':function(_0x5620e7,_0x866a77){return _0x5620e7+_0x866a77;},'xGgCK':_0x5ad66e(0x37c,0x3d6,_0x186ff2._0x990676,_0x186ff2._0x232336)+_0x4e3b03(_0x186ff2._0x2704a2,_0x186ff2._0x5285ae,_0x186ff2._0x4338b3,0x3b7)+'or\x20changes'+_0x4e3b03(_0x186ff2._0x593155,0x538,_0x186ff2._0x576f3f,0x4b2)+_0x5ad66e(0x33a,_0x186ff2._0x111810,0x2c1,0x363)};function _0x4e3b03(_0x4db187,_0x4a85aa,_0x554c1b,_0x2a49ea){return _0x5c267b(_0x4db187-0x14d,_0x2a49ea- -_0x3ce6d6._0x4a2021,_0x554c1b,_0x2a49ea-0xd7);}const _0x510724=await _0x3d70a8[_0x4e3b03(_0x186ff2._0x3f2921,_0x186ff2._0x33a221,0x487,0x41f)](getCoderSetupPath);!_0x510724&&(console[_0x5ad66e(_0x186ff2._0x5ec6ea,_0x186ff2._0x46fc1d,0x410,0x438)](_0x3d70a8['ROziA']),console[_0x4e3b03(_0x186ff2._0x27c319,_0x186ff2._0x3b4374,0x51f,0x4e5)](''),console[_0x4e3b03(_0x186ff2._0x50f209,0x4da,_0x186ff2._0x12f912,0x4e5)](_0x3d70a8['xlYDb']),console[_0x4e3b03(0x4cc,_0x186ff2._0x23ba3b,0x462,_0x186ff2._0xd59cd)](_0x3d70a8['lnRyL']),process[_0x5ad66e(_0x186ff2._0x1bd74b,0x36c,_0x186ff2._0x21185a,_0x186ff2._0x58a5e2)](0x1cf8+-0xcdf+-0x1018));const _0x50e527=_0x2cfaeb[_0x5ad66e(0x38a,0x342,_0x186ff2._0x3c8b54,_0x186ff2._0xf57014)](_0x510724,_0x3d70a8[_0x4e3b03(0x394,0x467,_0x186ff2._0x584a93,_0x186ff2._0x292a87)]);let _0x456196;function _0x5ad66e(_0x4077a0,_0xe7ff85,_0x23863e,_0x3d0d9c){return _0x1c5ad5(_0x23863e,_0x3d0d9c-_0x36b4c8._0x31991b,_0x23863e-0xf1,_0x3d0d9c-_0x36b4c8._0x1c1213);}try{const _0x4807a9=await _0xf9e8e8[_0x5ad66e(_0x186ff2._0xc48037,0x2e3,0x3b1,0x36d)](_0x50e527,_0x3d70a8[_0x5ad66e(_0x186ff2._0x45de36,0x464,0x49f,0x415)]);_0x456196=JSON[_0x4e3b03(0x37d,_0x186ff2._0x12addb,_0x186ff2._0x53e9a4,0x3d3)](_0x4807a9);}catch(_0x37400f){if(_0x3d70a8[_0x4e3b03(0x46c,_0x186ff2._0x328379,0x43e,_0x186ff2._0x410029)](_0x37400f[_0x5ad66e(0x2ff,0x2e3,_0x186ff2._0x31c044,0x30b)],_0x4e3b03(0x48a,0x43f,_0x186ff2._0x5a94a7,_0x186ff2._0x4c6811))){if(_0x3d70a8[_0x4e3b03(_0x186ff2._0x155274,_0x186ff2._0x3fe48b,0x3ae,_0x186ff2._0x3c82f1)](_0x3d70a8[_0x4e3b03(0x4a7,_0x186ff2._0x56d27c,0x473,0x4bf)],_0x3d70a8[_0x4e3b03(_0x186ff2._0x5b2f0d,0x566,_0x186ff2._0x4f3f2e,_0x186ff2._0xa17136)])){const _0x11406c=(_0x4e3b03(0x3b8,_0x186ff2._0x1b95c7,_0x186ff2._0x380dfb,_0x186ff2._0x581a9c)+_0x4e3b03(0x4b3,0x44d,_0x186ff2._0x18c896,_0x186ff2._0x76eaa5)+_0x5ad66e(0x459,_0x186ff2._0x27b013,_0x186ff2._0x42ad10,_0x186ff2._0x1ce853)+'|15|14|5|3'+_0x4e3b03(_0x186ff2._0x42cb66,0x4cb,_0x186ff2._0x1a8959,0x458)+_0x5ad66e(0x3ac,_0x186ff2._0x429533,0x3ca,0x338)+_0x5ad66e(_0x186ff2._0x1e1ef5,0x302,0x2a5,_0x186ff2._0x2d92f2))[_0x4e3b03(_0x186ff2._0x12f912,0x46d,0x530,_0x186ff2._0x21b951)]('|');let _0x74d09e=0x206e+0x45c+0x1*-0x24ca;while(!![]){switch(_0x11406c[_0x74d09e++]){case'0':_0x538412[_0x4e3b03(_0x186ff2._0x688e46,0x52e,_0x186ff2._0xce6e45,0x4e5)](_0x3d70a8['XMBbG']);continue;case'1':_0x2fbb89[_0x4e3b03(0x4ca,_0x186ff2._0x3bc358,_0x186ff2._0x109fb6,_0x186ff2._0x3a5bd8)](_0x3d70a8[_0x5ad66e(_0x186ff2._0x5721e2,_0x186ff2._0x334034,0x300,0x36a)]);continue;case'2':_0x51a6ea['error'](_0x3d70a8[_0x4e3b03(_0x186ff2._0x2d6a1c,0x49e,0x3d7,_0x186ff2._0x437941)]);continue;case'3':_0x59d02b['error']('');continue;case'4':_0x400c26['error'](_0x3d70a8[_0x4e3b03(0x48b,0x512,0x404,0x4a7)]);continue;case'5':_0xd1253b[_0x5ad66e(_0x186ff2._0x459f6b,0x4c5,0x446,_0x186ff2._0x4d4d99)](_0x3d70a8[_0x4e3b03(_0x186ff2._0x539a42,0x509,_0x186ff2._0x3a7a11,_0x186ff2._0x2d6a1c)]);continue;case'6':_0x310e1e['error'](_0x3d70a8[_0x5ad66e(_0x186ff2._0xf7bd37,0x49a,_0x186ff2._0x1a1295,0x42e)]);continue;case'7':_0x2bbe65[_0x4e3b03(0x453,_0x186ff2._0xc4705a,_0x186ff2._0x5189a2,0x4e5)](_0x3d70a8[_0x5ad66e(_0x186ff2._0x35b4ff,0x331,_0x186ff2._0x1e9ed4,0x304)]);continue;case'8':_0x2f4ac3['error'](_0x3d70a8['toBkg']);continue;case'9':_0x9aa31[_0x5ad66e(0x465,0x390,_0x186ff2._0x2615ad,0x438)]('');continue;case'10':_0x58fd14['error'](_0x3d70a8[_0x4e3b03(_0x186ff2._0xf7bd37,_0x186ff2._0x2f7735,_0x186ff2._0x407dec,0x3ff)]);continue;case'11':_0x3ad936[_0x4e3b03(0x58b,_0x186ff2._0x5758b5,_0x186ff2._0x576f3f,0x4e5)]('');continue;case'12':_0x3aedec['error'](_0x3d70a8['EBhJV']);continue;case'13':_0x22d4f6['error'](_0x3d70a8[_0x4e3b03(_0x186ff2._0xb26ac7,_0x186ff2._0x5b36ea,0x456,0x3e0)]);continue;case'14':_0x5e937f['error'](_0x3d70a8[_0x5ad66e(_0x186ff2._0x30f6d2,_0x186ff2._0x4b99ec,0x3d6,0x376)]);continue;case'15':_0x22f39a['error'](_0x3d70a8['GCfFk']);continue;case'16':_0x26ef08[_0x4e3b03(0x4dc,0x496,_0x186ff2._0x27c921,0x4e5)](_0x3d70a8[_0x4e3b03(0x387,0x403,_0x186ff2._0x38a744,0x3d9)]);continue;case'17':_0x2df157[_0x5ad66e(_0x186ff2._0x1005d9,0x3db,0x415,_0x186ff2._0x4d4d99)](_0x3d70a8['CbidC']);continue;case'18':_0x268d64['error'](_0x3d70a8['OaKpW']);continue;case'19':_0x20e210[_0x5ad66e(_0x186ff2._0x128b06,0x45b,_0x186ff2._0x360246,_0x186ff2._0x3d9f51)](_0x3d70a8[_0x4e3b03(_0x186ff2._0x547730,0x506,0x506,_0x186ff2._0x5b82a6)]);continue;case'20':_0x9190c3[_0x5ad66e(_0x186ff2._0x5e2124,0x487,_0x186ff2._0x2445a1,0x438)](_0x3d70a8[_0x4e3b03(0x573,0x553,0x4c4,_0x186ff2._0x4c757c)]);continue;case'21':_0x520d7f[_0x4e3b03(_0x186ff2._0x43450e,_0x186ff2._0x42f024,0x4a7,_0x186ff2._0x4b7e59)]('\x20\x20show\x20\x20\x20\x20'+_0x5ad66e(_0x186ff2._0x5e5e1f,0x365,_0x186ff2._0x5b08df,0x3ff)+_0x5ad66e(_0x186ff2._0x35135f,_0x186ff2._0x3eefe8,0x37c,_0x186ff2._0x1e1f46)+'configurat'+_0x4e3b03(_0x186ff2._0x32c41c,_0x186ff2._0x556f6f,0x322,_0x186ff2._0x2d65d0));continue;case'22':_0x51399c[_0x5ad66e(_0x186ff2._0x581a9c,_0x186ff2._0x3af7e4,_0x186ff2._0x12a342,0x438)]('');continue;case'23':_0x4fc0a5[_0x4e3b03(0x4fe,_0x186ff2._0x1b7cdd,_0x186ff2._0x45ec89,_0x186ff2._0x56bc7f)](_0x5ad66e(_0x186ff2._0x1bb0d0,0x339,0x406,_0x186ff2._0x149e04)+_0x4e3b03(_0x186ff2._0x26948b,0x40d,_0x186ff2._0x5cdc56,0x43e)+_0x4e3b03(_0x186ff2._0x2a7a27,0x3b8,_0x186ff2._0x1b8dac,0x3cf)+'agent\x20(cla'+_0x5ad66e(_0x186ff2._0x36bc2a,_0x186ff2._0xc7bf69,_0x186ff2._0x32041c,0x3cd)+_0x5ad66e(0x31f,0x348,_0x186ff2._0xc12ae5,0x379));continue;case'24':_0x1ba095[_0x4e3b03(_0x186ff2._0x191a5b,_0x186ff2._0x5a9a4f,0x496,_0x186ff2._0x5e552e)](_0x4e3b03(0x49d,0x3e3,0x44c,_0x186ff2._0x32ee99));continue;case'25':_0x5ab257[_0x5ad66e(0x42d,_0x186ff2._0x2d6a1c,_0x186ff2._0x52d759,_0x186ff2._0xe779c)](_0x3d70a8['psSQh']);continue;case'26':_0x2f32b8[_0x4e3b03(0x4d2,_0x186ff2._0x2e4218,0x51c,_0x186ff2._0x887720)](_0x3d70a8[_0x5ad66e(_0x186ff2._0x6120b8,0x3aa,0x352,_0x186ff2._0x27cf22)]);continue;}break;}}else console[_0x5ad66e(0x42b,0x4d4,_0x186ff2._0x120ddf,_0x186ff2._0x47a6af)](_0x4e3b03(0x44b,0x41e,0x317,0x3b9)+_0x4e3b03(0x4ff,_0x186ff2._0xb84cac,_0x186ff2._0x5ef747,_0x186ff2._0x4e07bf)+_0x5ad66e(0x418,_0x186ff2._0x39922c,0x3f2,_0x186ff2._0x5a3b61)+'\x20'+_0x50e527),console[_0x5ad66e(0x3f0,_0x186ff2._0x4d82cd,_0x186ff2._0x19aaa1,0x438)](_0x5ad66e(0x36f,0x33e,_0x186ff2._0x122f60,0x392)+_0x4e3b03(0x46f,0x45e,0x415,0x492)+'p_path\x20poi'+'nts\x20to\x20a\x20v'+_0x5ad66e(_0x186ff2._0x455184,_0x186ff2._0x54da6f,_0x186ff2._0x1d6423,_0x186ff2._0x369210)+_0x4e3b03(_0x186ff2._0x2824f0,_0x186ff2._0x58a5e2,_0x186ff2._0x4a86b8,_0x186ff2._0x3316e2)+_0x4e3b03(0x37e,_0x186ff2._0x5d0146,_0x186ff2._0x44021c,0x400));}else _0x3d70a8[_0x5ad66e(_0x186ff2._0x5178a4,_0x186ff2._0x149bed,_0x186ff2._0x188119,0x431)](_0x3d70a8['xLoxZ'],_0x3d70a8[_0x5ad66e(_0x186ff2._0x4f8bc6,_0x186ff2._0x5bc61d,_0x186ff2._0x425e16,0x32f)])?console[_0x5ad66e(_0x186ff2._0x15809f,_0x186ff2._0x2617f6,_0x186ff2._0x4771fa,_0x186ff2._0x162468)]('Error\x20read'+_0x5ad66e(_0x186ff2._0x23176a,_0x186ff2._0x4c1627,0x414,_0x186ff2._0x2555d7)+'json:\x20'+_0x37400f[_0x4e3b03(_0x186ff2._0x5cef0a,_0x186ff2._0x168ccb,0x549,0x4a8)]):(_0x1d94a9[_0x5ad66e(0x33b,_0x186ff2._0x156e15,_0x186ff2._0xcb0331,_0x186ff2._0x3df7c3)](_0x3d70a8[_0x4e3b03(_0x186ff2._0x3e1871,0x462,_0x186ff2._0x1d19d2,_0x186ff2._0xabaf7f)]),_0x95f75a['log'](''),_0x22fc26['log']('Expected\x20l'+_0x5ad66e(_0x186ff2._0x22f650,_0x186ff2._0x21e42f,0x434,_0x186ff2._0x469c40)+_0x8ce6eb));process[_0x4e3b03(_0x186ff2._0x509991,0x50b,0x4e7,_0x186ff2._0x213af0)](0x1781+-0x3*-0xc75+0x3cdf*-0x1);}_0x456196[_0x5751f5]=_0x539561,await _0xf9e8e8[_0x5ad66e(0x3e8,_0x186ff2._0x2b3cd7,0x2ec,_0x186ff2._0x132f38)](_0x50e527,_0x3d70a8[_0x5ad66e(_0x186ff2._0x1ffbcf,0x3ae,0x3a6,_0x186ff2._0x8c84fa)](JSON[_0x4e3b03(_0x186ff2._0x2b5f4b,0x403,_0x186ff2._0x18f1db,_0x186ff2._0x3c4789)](_0x456196,null,-0x2382+-0x1a3*0x1+0x1*0x2527),'\x0a'),'utf-8'),console[_0x5ad66e(_0x186ff2._0x3f2921,_0x186ff2._0x53310a,0x3de,0x35e)]('Set\x20'+_0x5751f5+_0x4e3b03(_0x186ff2._0x3a7a11,_0x186ff2._0x3cdeed,_0x186ff2._0x270f80,_0x186ff2._0xc8a1b5)+_0x539561),console[_0x4e3b03(_0x186ff2._0x1b5a24,0x3bf,0x479,0x40b)](_0x4e3b03(_0x186ff2._0x2e2a09,0x501,0x4f3,_0x186ff2._0x29cc14)+':\x20'+_0x50e527),console[_0x5ad66e(_0x186ff2._0x51639e,0x2d4,0x373,0x35e)](''),console[_0x5ad66e(0x30d,_0x186ff2._0xdab337,0x3d1,0x35e)](_0x3d70a8[_0x4e3b03(0x39d,0x40c,_0x186ff2._0x12addb,_0x186ff2._0x39f314)]);}async function getConfig(_0x37036b){const _0x316a32={_0x52a3ee:0xa6,_0x4c2c45:0x16e,_0x3ef67f:0xc8,_0x2ca905:0x2ec,_0x20d8ac:0x20f,_0x495333:0x24a,_0x105e5e:0x1f6,_0x3cf804:0x29e,_0x176868:0x26a,_0x2b27f0:0x168,_0xde4af9:0x14c,_0xa2240:0x1fa,_0x2b2138:0x224,_0x5614a6:0x186,_0x21d968:0x48,_0x17c9af:0xa0,_0x582165:0x27,_0xe2d704:0x5e,_0x49686d:0x1ea,_0x150a74:0x28a,_0xfa438a:0x21b,_0x3a096b:0x1fb,_0x5cce28:0x2fc,_0x2f9a54:0x2e7,_0x33b605:0x2a2,_0x541a05:0x31e,_0x2b4be8:0x1fd,_0x44faa6:0x29b,_0x1231c2:0x28c,_0x3b18dc:0x29f,_0x338ad2:0x254,_0x541705:0x281,_0x1c402f:0x202,_0x260e39:0x13,_0x3c267d:0xb,_0x42cf34:0x15c,_0x67c75b:0xb7,_0x3858e9:0x144,_0x194709:0x1cc,_0x46b1ad:0x107,_0x233dbe:0x11a,_0x21ab7a:0x259,_0x8db015:0x2af,_0x527c44:0x134,_0x3c1490:0x59,_0x2b4c89:0x37,_0x469a11:0x2b5,_0x57022b:0x2dc,_0x438d4e:0x1bd,_0x4cbf7b:0x2dd,_0x170192:0x20b,_0x40af19:0x2c7,_0x1cba90:0x289,_0x3b0dd0:0x27a,_0x45d9b4:0x233,_0x1b15d4:0x17e,_0x47ffc6:0x1c5,_0x544422:0x26c,_0x1c81e7:0x179,_0x3eddd5:0xf5,_0x50e2ec:0x4a,_0x1f397a:0x37,_0x1d1084:0x1dc,_0x55cc95:0x1ce,_0x48c02c:0x30a,_0x55e9bb:0x23,_0xcfce3c:0x8f,_0x2049f4:0x82,_0x281ceb:0xc,_0x453180:0x2b5,_0x3d3dce:0x2ba,_0xe5866f:0x60,_0x30741c:0x119,_0x2c6046:0xaf,_0x3feb62:0xa,_0x10fabb:0x10d,_0x28ec50:0xb3,_0x87d5a8:0xfe,_0x4fdbae:0xda,_0x58f6a1:0xac,_0x4f4658:0xa4,_0x184dfb:0x166,_0x35d66b:0x160,_0x38173d:0x17d,_0x52822d:0x5f,_0xa0acc8:0xf2,_0x3db5a7:0x12,_0x2eafc8:0x81,_0x470064:0x1f7,_0x1a04b6:0x264,_0x5bf84d:0x2ed,_0x2204fd:0x237,_0x36e8d6:0x2c,_0x528137:0x6e,_0x42ba6c:0xf1,_0x37f827:0x126,_0x8eff62:0x49,_0x4170b9:0x8,_0x59c99e:0x68,_0x549cdf:0x132,_0x3a19e3:0x12e,_0x1ba4f9:0x62,_0x368498:0xc2,_0x18fb4c:0x2f2,_0x1219fa:0x2a3,_0x46b767:0x23b,_0x4ae279:0x34a,_0x3c0622:0x2ce,_0x350ad9:0x2f2,_0x4aad91:0x37d,_0x169e99:0x123,_0x4a6193:0x1b6,_0x49b0b0:0x2ad,_0x22e48f:0x239,_0x43314e:0x21a,_0x2ad758:0x1d3,_0x42af8f:0x11c,_0x5048b5:0x14d,_0x3d1cc7:0x18a,_0x29709b:0x22f,_0x254eaa:0x278,_0x4117f5:0x33,_0x4ddacf:0x247,_0x3406c0:0x2ba,_0x59bb45:0x2f9,_0x41754f:0x2d5,_0x10a565:0xd3,_0x7432a8:0xf5,_0x535e75:0x138,_0x2a89a5:0x8a,_0x2815a5:0xb5,_0x4c2733:0x287,_0x5cbc7b:0x20b,_0x5bf191:0x206,_0x1085eb:0x1ab,_0x1c1aa2:0x8c,_0x4e155a:0x292,_0x3780f8:0x1a1,_0x5d976c:0x2a5,_0x56a349:0x26c,_0x257c11:0x157,_0xc4935a:0xbd,_0x405875:0x14b,_0x5cca52:0x26d,_0x2de57f:0x291,_0x5175c4:0x251,_0x2a4512:0x244,_0x131354:0x1ab,_0xf996dd:0x164,_0xea85f7:0x101,_0x33514d:0x347,_0x48f5b0:0x31d,_0x126551:0x1c6,_0x1f9fcd:0x1d8,_0x15afbb:0x2db,_0x2b5958:0x293,_0x1a1b47:0x253,_0x23457f:0x21e,_0x278070:0x262,_0x3ad874:0x2de,_0x2f272d:0x243,_0xc333b:0x31c,_0x176c7e:0xef,_0x31ad28:0x12b,_0x4f6cfa:0x140,_0x1179e3:0x312,_0x359c28:0x322,_0x31ef11:0x22c,_0x5a64c9:0x114,_0x5cf2c1:0x111,_0x5edf08:0x19f,_0x553293:0x266,_0x1ac5e0:0x1f0,_0x520753:0x27c,_0x2167b0:0x21a,_0x29e954:0x173,_0x3bb234:0x269,_0x2a3367:0x2b2,_0x2d6c86:0x27e,_0x50e29e:0x1d,_0xc32ded:0x2b4,_0x361e55:0x95,_0x5e9e2f:0x282,_0x4d6954:0x20e,_0x5c22f4:0x24e,_0x210384:0x1b2,_0x42933e:0x2e9,_0x68855d:0x27a},_0x56d7e3={_0x37d808:0x44},_0x2da82b={'PxCNK':function(_0x44ae03,_0x221ec3){return _0x44ae03===_0x221ec3;},'VqJXK':_0x579cb5(-_0x316a32._0x52a3ee,-_0x316a32._0x4c2c45,-_0x316a32._0x3ef67f,-0x48),'IEagJ':_0x1fad3e(0x31a,0x342,_0x316a32._0x2ca905,0x345)+'er-server\x20'+_0x1fad3e(_0x316a32._0x20d8ac,0x1aa,_0x316a32._0x495333,_0x316a32._0x105e5e)+_0x1fad3e(0x2bf,_0x316a32._0x3cf804,_0x316a32._0x176868,0x1dd),'agWEu':_0x579cb5(-0xd5,-_0x316a32._0x2b27f0,-0x173,-_0x316a32._0xde4af9)+_0x1fad3e(_0x316a32._0xa2240,0x2da,0x298,_0x316a32._0x2b2138)+_0x1fad3e(0x1cb,0x1fa,0x21a,_0x316a32._0x5614a6)+'ed','VfaAB':function(_0x5b6148,_0x211c07){return _0x5b6148!==_0x211c07;},'mssOJ':'riWbZ','gTUXI':_0x579cb5(-_0x316a32._0x21d968,-_0x316a32._0x17c9af,-_0x316a32._0x582165,-_0x316a32._0xe2d704),'MsWRS':function(_0x54f99a,_0x5177ba){return _0x54f99a&&_0x5177ba;},'FECKQ':_0x1fad3e(_0x316a32._0x49686d,_0x316a32._0x150a74,0x22a,0x1a8)+_0x1fad3e(0x256,_0x316a32._0xfa438a,_0x316a32._0x3a096b,0x1de)+_0x1fad3e(_0x316a32._0x5cce28,_0x316a32._0x2f9a54,_0x316a32._0x33b605,0x202)+_0x1fad3e(_0x316a32._0x541a05,_0x316a32._0x2b4be8,_0x316a32._0x44faa6,_0x316a32._0x1231c2)+_0x579cb5(-0xbf,-0x145,-0xb3,-0xde)+'keys','DgmKG':_0x1fad3e(0x280,0x23f,_0x316a32._0x3b18dc,0x242)+_0x1fad3e(0x1f5,0x251,_0x316a32._0x338ad2,_0x316a32._0x541705),'aeMhh':function(_0x546678){return _0x546678();},'gwmdo':_0x1fad3e(_0x316a32._0x1c402f,0x2c7,0x21f,0x243)+'t','mdfWw':_0x579cb5(-_0x316a32._0x260e39,_0x316a32._0x3c267d,-0x3c,0x68)+_0x1fad3e(0x22c,0x1c6,0x1bb,0x209),'PVbHd':_0x579cb5(-0x97,-_0x316a32._0x42cf34,-_0x316a32._0x67c75b,-0xab)+'th','ljVPx':_0x1fad3e(0x25b,_0x316a32._0x3858e9,_0x316a32._0x194709,0x19c)+'h','PZliR':function(_0x259d55){return _0x259d55();},'yeSJk':_0x579cb5(-_0x316a32._0x46b1ad,-0x164,-_0x316a32._0x233dbe,-0x127)+'y','CXIdU':function(_0x1c2e06){return _0x1c2e06();},'yFmhr':function(_0x160afc){return _0x160afc();},'FrjMX':'setup.json','scqnc':_0x1fad3e(0x1fa,0x1b6,0x1cd,_0x316a32._0x21ab7a),'kkXEf':function(_0x40083f,_0x50ed9b){return _0x40083f===_0x50ed9b;},'RusdV':'JPISU','zdmTw':function(_0x335728,_0x203556){return _0x335728===_0x203556;},'tEDPK':'StJnJ','uljHo':_0x1fad3e(0x278,0x2c2,_0x316a32._0x8db015,0x273)};!_0x37036b&&(_0x2da82b['VfaAB'](_0x2da82b[_0x579cb5(-_0x316a32._0x527c44,-0x118,-0xe8,-0xee)],_0x2da82b['gTUXI'])?(console[_0x579cb5(-0x2d,-_0x316a32._0x3c1490,-_0x316a32._0x2b4c89,0x26)]('Usage:\x20cod'+_0x1fad3e(0x1a2,_0x316a32._0x469a11,0x248,_0x316a32._0x57022b)+_0x1fad3e(_0x316a32._0x438d4e,0x1bb,0x24a,_0x316a32._0x4cbf7b)+_0x1fad3e(_0x316a32._0x170192,_0x316a32._0x40af19,0x26a,0x282)),process[_0x1fad3e(0x2ef,_0x316a32._0x1cba90,_0x316a32._0x3b0dd0,_0x316a32._0x45d9b4)](-0x1e83+-0x10e1+0x2f65)):(_0x2da82b['PxCNK'](_0x56256e[_0x1fad3e(_0x316a32._0x1b15d4,0x22b,_0x316a32._0x47ffc6,0x13a)],_0x2da82b['VqJXK'])?_0x43c5de['error'](_0x1fad3e(0x18e,_0x316a32._0x544422,0x1c6,0x17a)+_0x1fad3e(0x23b,0x365,0x2d5,0x23e)+_0x579cb5(-0x11a,-_0x316a32._0x1c81e7,-_0x316a32._0x3eddd5,-0x191)+'\x20'+_0x3a9fc0):_0x344e96[_0x579cb5(-0x34,-_0x316a32._0x50e2ec,-_0x316a32._0x1f397a,0x2c)](_0x579cb5(-_0x316a32._0x1d1084,-0x1d2,-0x133,-_0x316a32._0x55cc95)+_0x1fad3e(0x28d,_0x316a32._0x48c02c,0x289,0x20a)+_0x579cb5(-_0x316a32._0x55e9bb,-_0x316a32._0xcfce3c,-_0x316a32._0x2049f4,-_0x316a32._0x281ceb)+_0x2b434a[_0x1fad3e(0x287,0x2c5,_0x316a32._0x453180,_0x316a32._0x3d3dce)]),_0x2777d8[_0x579cb5(-_0x316a32._0xe5866f,-_0x316a32._0x30741c,-_0x316a32._0x2c6046,-_0x316a32._0x3feb62)](0x2*-0x1106+0x53*-0x5d+0x4034)));const _0x3c925b=SERVER_CONFIG_KEYS[_0x579cb5(-_0x316a32._0x10fabb,-0x45,-0x85,-_0x316a32._0x28ec50)](_0x37036b);function _0x1fad3e(_0x4c2525,_0x2d4089,_0x21c7da,_0x3dd788){return _0x5c267b(_0x4c2525-_0x56d7e3._0x37d808,_0x21c7da- -0x2a7,_0x4c2525,_0x3dd788-0x18);}const _0x469e7d=SETUP_JSON_KEYS[_0x579cb5(-_0x316a32._0x87d5a8,-0xc3,-0x85,-0xa5)](_0x37036b);_0x2da82b[_0x579cb5(-0x6e,-_0x316a32._0x4fdbae,-_0x316a32._0x58f6a1,-_0x316a32._0x4f4658)](!_0x3c925b,!_0x469e7d)&&(console['error'](_0x579cb5(-_0x316a32._0x184dfb,-0x113,-_0x316a32._0x35d66b,-_0x316a32._0x38173d)+'nfiguratio'+'n\x20key:\x20'+_0x37036b),console[_0x579cb5(-0x9,-_0x316a32._0x52822d,-0x37,-0x80)](_0x2da82b[_0x579cb5(-_0x316a32._0xa0acc8,-_0x316a32._0x3db5a7,-_0x316a32._0x2eafc8,-0xbb)]),process[_0x1fad3e(_0x316a32._0x470064,0x281,_0x316a32._0x3b0dd0,_0x316a32._0x1a04b6)](0x166a+-0xb3c+-0xb2d));function _0x579cb5(_0x4cc5db,_0x41835d,_0x462b8e,_0x1ad8c3){return _0x5c267b(_0x4cc5db-0x7,_0x462b8e- -0x5d0,_0x1ad8c3,_0x1ad8c3-0x2);}let _0x29607e;if(_0x3c925b)switch(_0x37036b){case _0x2da82b[_0x1fad3e(_0x316a32._0x5bf84d,0x304,0x28f,0x2f6)]:_0x29607e=await _0x2da82b[_0x1fad3e(0x243,_0x316a32._0x2204fd,0x203,0x1e7)](getCoderSetupPath);break;case _0x2da82b['gwmdo']:_0x29607e=await _0x2da82b['aeMhh'](getServerPort);break;case _0x2da82b[_0x579cb5(_0x316a32._0x36e8d6,0x6e,-0x2d,_0x316a32._0x528137)]:_0x29607e=await _0x2da82b[_0x579cb5(-_0x316a32._0x42ba6c,-0xea,-_0x316a32._0x37f827,-0x12a)](getSslCertPath);break;case _0x2da82b[_0x579cb5(-_0x316a32._0x8eff62,_0x316a32._0x4170b9,-_0x316a32._0x59c99e,0x3)]:_0x29607e=await _0x2da82b[_0x1fad3e(0x1ad,0x20e,0x203,0x231)](getSslKeyPath);break;case _0x2da82b['ljVPx']:_0x29607e=await _0x2da82b[_0x579cb5(-_0x316a32._0x549cdf,-0x17b,-0xe5,-0xa4)](getSslCaPath);break;case _0x2da82b[_0x579cb5(-_0x316a32._0x3a19e3,-_0x316a32._0x1ba4f9,-_0x316a32._0x368498,-0x148)]:_0x29607e=await _0x2da82b[_0x1fad3e(_0x316a32._0x18fb4c,0x2a5,_0x316a32._0x1219fa,_0x316a32._0x46b767)](getTrustProxy);break;}else{if(_0x469e7d){const _0x5aa269=await _0x2da82b[_0x1fad3e(0x279,0x2b8,0x2c7,_0x316a32._0x33b605)](getCoderSetupPath);!_0x5aa269&&(console[_0x1fad3e(_0x316a32._0x4ae279,_0x316a32._0x3c0622,_0x316a32._0x350ad9,_0x316a32._0x4aad91)](_0x1fad3e(_0x316a32._0x169e99,0x22f,_0x316a32._0x4a6193,0x148)+_0x1fad3e(_0x316a32._0x49b0b0,0x200,0x298,0x22a)+_0x1fad3e(_0x316a32._0x22e48f,0x22a,_0x316a32._0x43314e,_0x316a32._0x2ad758)+'ed'),process[_0x579cb5(-0x12c,-_0x316a32._0x42af8f,-0xaf,-0xee)](-0x1*0x14d3+-0x1*0x218b+0x1*0x365f));const _0x129fc2=_0x2cfaeb[_0x579cb5(-_0x316a32._0x5048b5,-0xf6,-0x145,-_0x316a32._0x3d1cc7)](_0x5aa269,_0x2da82b[_0x1fad3e(_0x316a32._0x29709b,0x22a,_0x316a32._0x254eaa,0x2a7)]);try{if(_0x2da82b[_0x579cb5(_0x316a32._0x4117f5,0x1e,-0x60,0x8)](_0x2da82b['scqnc'],_0x2da82b[_0x1fad3e(_0x316a32._0x55cc95,0x1df,_0x316a32._0x4ddacf,_0x316a32._0x3406c0)]))_0x44a5e4[_0x1fad3e(0x31b,0x2df,0x2f2,_0x316a32._0x59bb45)]('Error:\x20set'+_0x1fad3e(0x291,0x260,_0x316a32._0x41754f,0x2d2)+_0x579cb5(-_0x316a32._0x10a565,-0x110,-_0x316a32._0x7432a8,-_0x316a32._0x535e75)+'\x20'+_0xc152f1),_0x24fcd0['error']('Make\x20sure\x20'+_0x579cb5(-0xe0,-0xe9,-_0x316a32._0x2a89a5,-_0x316a32._0x2815a5)+_0x1fad3e(0x31a,0x260,0x275,_0x316a32._0x4c2733)+_0x1fad3e(_0x316a32._0x5cbc7b,0x277,0x1ce,_0x316a32._0x5bf191)+_0x579cb5(-0xf4,-0x123,-0xef,-0xe1)+'-setup\x20dir'+_0x579cb5(-_0x316a32._0x1085eb,-0x193,-0x11c,-_0x316a32._0x1c1aa2));else{const _0x16f4f1=await _0xf9e8e8[_0x1fad3e(_0x316a32._0x4e155a,0x2c9,0x227,_0x316a32._0x3780f8)](_0x129fc2,_0x1fad3e(0x344,_0x316a32._0x5d976c,0x2dd,_0x316a32._0x56a349)),_0x3cd6b8=JSON[_0x579cb5(-_0x316a32._0x257c11,-_0x316a32._0xc4935a,-0x149,-0x10f)](_0x16f4f1);_0x29607e=_0x3cd6b8[_0x37036b];}}catch(_0xb1e00){_0x2da82b[_0x579cb5(-0xa4,-0x1c3,-_0x316a32._0x405875,-0x1c7)](_0x2da82b[_0x1fad3e(_0x316a32._0x5cca52,0x296,0x2a1,_0x316a32._0x2de57f)],_0x2da82b['RusdV'])?(_0x2da82b[_0x1fad3e(0x273,_0x316a32._0x5175c4,0x1f0,_0x316a32._0x2a4512)](_0xb1e00[_0x579cb5(-0x129,-_0x316a32._0x131354,-_0x316a32._0xf996dd,-_0x316a32._0xea85f7)],_0x2da82b[_0x1fad3e(0x2fc,_0x316a32._0x33514d,_0x316a32._0x57022b,_0x316a32._0x48f5b0)])?console['error'](_0x1fad3e(0x1a1,0x122,_0x316a32._0x126551,_0x316a32._0x1f9fcd)+_0x1fad3e(_0x316a32._0x15afbb,_0x316a32._0x2b5958,_0x316a32._0x41754f,0x285)+'t\x20found\x20at'+'\x20'+_0x129fc2):console[_0x1fad3e(0x2c3,0x37d,0x2f2,_0x316a32._0x1a1b47)](_0x1fad3e(_0x316a32._0x23457f,0x1c8,0x1f6,0x22a)+_0x1fad3e(0x240,_0x316a32._0x278070,0x289,_0x316a32._0x3ad874)+'json:\x20'+_0xb1e00[_0x1fad3e(0x247,_0x316a32._0x2f272d,0x2b5,_0x316a32._0xc333b)]),process[_0x579cb5(-_0x316a32._0x176c7e,-_0x316a32._0x31ad28,-0xaf,-0x56)](-0x10cc+-0x4ff+-0x1f*-0xb4)):(_0x4c5e10[_0x1fad3e(0x39a,0x298,0x2f2,_0x316a32._0x44faa6)](_0x2da82b[_0x579cb5(-0x100,-_0x316a32._0x4f6cfa,-0xd8,-_0x316a32._0x2c6046)]),_0x16e93e[_0x1fad3e(_0x316a32._0x1179e3,_0x316a32._0x359c28,0x27a,_0x316a32._0x31ef11)](-0x529*0x1+0x2*0xad1+-0x4*0x41e));}}}_0x29607e!==undefined?console[_0x579cb5(-0x78,-_0x316a32._0x5a64c9,-_0x316a32._0x5cf2c1,-0x157)](_0x29607e):_0x2da82b[_0x1fad3e(_0x316a32._0x5edf08,_0x316a32._0x553293,_0x316a32._0x1ac5e0,0x1c9)](_0x2da82b[_0x1fad3e(_0x316a32._0x520753,_0x316a32._0x2167b0,0x204,_0x316a32._0x29e954)],_0x2da82b[_0x1fad3e(_0x316a32._0x3bb234,0x256,_0x316a32._0x2a3367,_0x316a32._0x2d6c86)])?(_0x1bb696[_0x579cb5(-_0x316a32._0x50e29e,0x6d,-0x37,0x31)](_0x2da82b['agWEu']),_0x1be716['exit'](0x1*-0x2c5+-0x127e+0x1544)):(console[_0x1fad3e(0x251,_0x316a32._0xc32ded,0x2f2,_0x316a32._0x2d6c86)]('Key\x20\x22'+_0x37036b+('\x22\x20not\x20foun'+_0x579cb5(-0x13,-0x110,-_0x316a32._0x361e55,-0x19)+_0x1fad3e(_0x316a32._0x5e9e2f,_0x316a32._0x4d6954,_0x316a32._0x5c22f4,_0x316a32._0x210384))),process[_0x1fad3e(_0x316a32._0x42933e,0x29c,_0x316a32._0x68855d,0x300)](-0xe20+0xb*-0x269+0x28a4));}async function removeConfig(_0x42a0d7){const _0x9471c1={_0x3c8b0b:0x21f,_0x1a93e1:0x28b,_0x412320:0x54d,_0x51af1e:0x521,_0x39d2f:0x4e0,_0x143add:0x4f4,_0x9cbf42:0x179,_0x363b13:0x5b2,_0x342dc2:0x572,_0x178656:0x5c0,_0x2e0885:0x566,_0xf2ccc4:0x4d1,_0x36a816:0x4ee,_0x14af75:0x439,_0x440c9b:0x166,_0x3c47b3:0x1d0,_0x1da197:0x502,_0x48f579:0x4ff,_0x4ce610:0x4f1,_0x219a46:0x5b7,_0x5671f3:0x5bd,_0x26c1fc:0x1eb,_0x18acd3:0x291,_0x3e4d4b:0x271,_0x2439bc:0x581,_0x144c22:0x207,_0x3f6600:0x1fb,_0x57253a:0x31a,_0x1580c0:0x429,_0xcd8ec1:0x43e,_0x1eb06a:0x2c4,_0x2b4d64:0x239,_0x2d8b1d:0x5ac,_0x43e5d0:0x577,_0x1c2e77:0x322,_0x478a4b:0x52f,_0x5eeaf4:0x538,_0xcf565:0x4d9,_0x42cd60:0x217,_0x127e86:0x161,_0x481d0a:0x1be,_0x4fdc64:0x4ef,_0x255d62:0x557,_0x5db0bf:0x531,_0x2fb854:0x20c,_0x20deb5:0x1fa,_0x556e85:0x516,_0x17eef7:0x14c,_0x4a5a0f:0x1a5,_0x15013a:0x125,_0x3ee535:0x4e0,_0x2910a8:0x5b5,_0x3301f6:0x5ce,_0x2c71d9:0x1eb,_0x34380d:0x137,_0x3b21ce:0x51d,_0x52cb62:0x4b8,_0xf7b25:0x564,_0x5133f4:0x639,_0x1a8e23:0x5a0,_0x33ea3f:0x586,_0x1fa83a:0x228,_0x27ac46:0x281,_0x6c2514:0x30a,_0x104994:0x51d,_0x440bc0:0x49c,_0x411274:0x5c8,_0x1b2114:0x5e8,_0x5ad915:0x5f9,_0x222ef5:0x6a0,_0x516cc3:0x5f2,_0x36e330:0x5dc,_0x756432:0x286,_0x139a89:0x22a,_0xd9d83:0x5f6,_0x15e8ef:0x515,_0x2253d3:0x47c,_0x352215:0x2a0,_0x2056c7:0x1ab,_0x1e2ef6:0x1ea,_0x2d8082:0x589,_0x44db34:0x51d,_0x52a9aa:0x4c7,_0x33267c:0x520,_0x2d9e5f:0x22a,_0x2b5034:0x1ca,_0x379886:0x2c5,_0x50bd24:0x55b,_0x2a9009:0x5ab,_0x2ab142:0x562,_0x498cc1:0x4bb,_0x1fc7d6:0x203,_0x2844db:0x25d,_0x1589dc:0x1b5,_0x1ae13a:0x187,_0x12f0db:0x10b,_0x5b91a9:0x282,_0x564812:0x2ba,_0x304526:0x661,_0x2f9735:0x52d,_0x469e2f:0x57f,_0x150779:0x5fa,_0x346e00:0x21a,_0x5051cb:0x645,_0x14f5a7:0x5f6,_0x47ab8c:0x466,_0x4ddbfc:0x4d9,_0x35e5b2:0x50c,_0x8fb290:0x1df,_0x47d90e:0x164,_0x15b4e9:0x10a,_0x21b3b2:0x291,_0x1db150:0x5da,_0x4162ae:0x609,_0x34ba42:0x539,_0x58b88f:0x4c9,_0x51f4ad:0x61c,_0x110ad7:0x615,_0x19658b:0x1cc,_0x3cfd4e:0x2a9,_0x3e3ccb:0x5ac,_0xc9fb3c:0x2b1,_0x5a60d8:0x254,_0x398d6b:0x24b,_0x4b5857:0x297,_0x5041cd:0x277,_0x5327ac:0x1c7,_0xd6ff4e:0x1b8,_0x9d60b6:0x15c,_0x52b2d0:0x241,_0x1de881:0x501,_0x129f57:0x4ad,_0x2e3574:0x55c,_0x46c477:0x4f7,_0x4fa2fb:0x1ca,_0x3b2450:0x246,_0x199732:0x530,_0x50e0fb:0x536,_0x430d48:0x623,_0x45e289:0x295,_0x154024:0x296,_0x2684d2:0x1d5,_0xd1dd7a:0x203,_0x22ca10:0x5a3,_0x2b0a25:0x50d,_0x30d2c2:0x46c,_0xe00879:0x5d9,_0x39a2b1:0x4d3,_0x23be2a:0x4ce,_0x219565:0x58d,_0x452bac:0x480,_0xd7308:0x1b7,_0x4626bf:0x132,_0x1b91e8:0x22f,_0x2ce827:0x55e,_0x451af3:0x532,_0x35b7e5:0x558,_0xdb6f50:0x495,_0x49656a:0x437,_0x5c5b8e:0x289,_0x5ad224:0x222,_0x26bd3d:0x21c,_0x1f7081:0x291,_0x3cceb6:0x2e8,_0x1b060e:0x195,_0x49a01e:0x1dc,_0xb307d3:0x21c,_0x528c7f:0x27d,_0x289cfa:0x1cc,_0x3d3838:0x230,_0x548bf8:0x2d5},_0x470a2d={_0x478714:0x15f},_0x262d98={'NcvrL':_0x54432c(_0x9471c1._0x3c8b0b,_0x9471c1._0x1a93e1,0x329,0x242)+_0x5bb6e0(0x50d,_0x9471c1._0x412320,_0x9471c1._0x51af1e,_0x9471c1._0x39d2f)+_0x5bb6e0(0x5d2,0x542,0x57d,_0x9471c1._0x143add)+_0x54432c(0xe8,_0x9471c1._0x9cbf42,0xd0,0x123),'fGmzf':function(_0x48ede9,_0x54554a){return _0x48ede9&&_0x54554a;},'CtgjY':function(_0x549635,_0x51aecd){return _0x549635!==_0x51aecd;},'JYKjM':_0x5bb6e0(_0x9471c1._0x363b13,_0x9471c1._0x342dc2,0x567,_0x9471c1._0x178656),'Obbco':function(_0x302fb1,_0x465d44){return _0x302fb1(_0x465d44);},'IgZky':'server_por'+'t','URIcK':function(_0x321cf6,_0x802be7){return _0x321cf6(_0x802be7);},'ojnax':_0x5bb6e0(_0x9471c1._0x2e0885,_0x9471c1._0xf2ccc4,_0x9471c1._0x36a816,_0x9471c1._0x14af75)+'h','KZJzy':function(_0x16bb76,_0x495db1){return _0x16bb76(_0x495db1);},'BSofW':function(_0x4a3f5b){return _0x4a3f5b();},'LkLiE':_0x54432c(_0x9471c1._0x440c9b,_0x9471c1._0x3c47b3,0x23b,0x150),'cWWaj':_0x5bb6e0(0x4f9,0x4bb,0x506,_0x9471c1._0x1da197)+'up\x20path\x20no'+_0x54432c(0x246,0x1b9,0x141,0x1f9)+'ed','LaVxO':_0x5bb6e0(0x4a4,0x4de,_0x9471c1._0x48f579,_0x9471c1._0x4ce610),'lKVwo':_0x54432c(0x30e,0x27c,0x200,0x24e),'WLcGX':function(_0x5b130a,_0x23e816){return _0x5b130a===_0x23e816;},'hJvxs':_0x5bb6e0(0x4ca,_0x9471c1._0x2e0885,_0x9471c1._0x219a46,_0x9471c1._0x5671f3),'EijtQ':function(_0x4b3133,_0x1fd684){return _0x4b3133!==_0x1fd684;},'WTldo':'ozwph','tQLXs':function(_0x80868e,_0x6ec6c1){return _0x80868e+_0x6ec6c1;}};!_0x42a0d7&&(console[_0x54432c(_0x9471c1._0x26c1fc,_0x9471c1._0x18acd3,_0x9471c1._0x3e4d4b,0x28d)](_0x262d98['NcvrL']),process['exit'](-0x14ea*0x1+-0x39+-0x386*-0x6));const _0x38b77b=SERVER_CONFIG_KEYS[_0x5bb6e0(0x609,0x5a9,_0x9471c1._0x2439bc,0x60b)](_0x42a0d7),_0x42ce4c=SETUP_JSON_KEYS[_0x54432c(_0x9471c1._0x144c22,0x243,0x234,_0x9471c1._0x3f6600)](_0x42a0d7);_0x262d98['fGmzf'](!_0x38b77b,!_0x42ce4c)&&(console[_0x54432c(0x294,_0x9471c1._0x18acd3,_0x9471c1._0x57253a,0x215)](_0x5bb6e0(_0x9471c1._0x1580c0,0x4ce,_0x9471c1._0xcd8ec1,0x467)+_0x54432c(_0x9471c1._0x1eb06a,_0x9471c1._0x2b4d64,0x19c,0x1c7)+_0x5bb6e0(_0x9471c1._0x2d8b1d,0x5ca,_0x9471c1._0x43e5d0,0x63b)+_0x42a0d7),console[_0x54432c(0x1f4,0x291,0x27c,_0x9471c1._0x1c2e77)](_0x5bb6e0(0x5d7,_0x9471c1._0x478a4b,_0x9471c1._0x5eeaf4,_0x9471c1._0xcf565)+'-server\x20co'+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+'available\x20'+_0x54432c(_0x9471c1._0x42cd60,0x1e5,_0x9471c1._0x127e86,_0x9471c1._0x481d0a)),process[_0x5bb6e0(0x617,0x57f,_0x9471c1._0x4fdc64,0x4f4)](0x1*0x10f3+0x1a1f+-0x2b11));function _0x54432c(_0xa0a8ed,_0x2deeba,_0x27cfa0,_0x13e1f2){return _0x1c5ad5(_0xa0a8ed,_0x2deeba-0x29c,_0x27cfa0-0x179,_0x13e1f2-0x1c1);}function _0x5bb6e0(_0x18e6b4,_0x62dd46,_0x5a57b5,_0x4ccaa0){return _0x1c5ad5(_0x18e6b4,_0x62dd46-0x602,_0x5a57b5-_0x470a2d._0x478714,_0x4ccaa0-0x11d);}if(_0x38b77b){if(_0x262d98[_0x54432c(0x1b0,0x16f,_0x9471c1._0x26c1fc,0x1a2)](_0x262d98[_0x5bb6e0(0x54a,_0x9471c1._0x255d62,0x4bc,_0x9471c1._0x5db0bf)],'NOLjB'))_0x33306a[_0x54432c(0x30e,0x291,0x20a,_0x9471c1._0x2fb854)](_0x54432c(_0x9471c1._0x20deb5,0x155,0xe5,0x1f7)+_0x5bb6e0(0x56d,0x59d,_0x9471c1._0x556e85,0x577)+_0x54432c(_0x9471c1._0x17eef7,0x1b9,_0x9471c1._0x4a5a0f,_0x9471c1._0x15013a)+'ed'),_0x2430d4[_0x5bb6e0(0x5fb,0x57f,_0x9471c1._0x3ee535,_0x9471c1._0x2910a8)](0x1668+0x1*0xc88+-0x22ef);else{switch(_0x42a0d7){case _0x5bb6e0(0x5de,0x5a4,_0x9471c1._0x3301f6,0x57b)+_0x5bb6e0(0x5ec,0x559,0x5a9,0x570):await _0x262d98[_0x54432c(0x255,0x1de,_0x9471c1._0x2c71d9,_0x9471c1._0x34380d)](saveCoderSetupPath,null),console[_0x5bb6e0(0x591,_0x9471c1._0x3b21ce,_0x9471c1._0x52cb62,_0x9471c1._0xf7b25)](_0x5bb6e0(_0x9471c1._0x5133f4,0x590,_0x9471c1._0x1a8e23,_0x9471c1._0x33ea3f)+_0x42a0d7);break;case _0x262d98[_0x54432c(0x313,0x26f,_0x9471c1._0x1fa83a,0x213)]:await _0x262d98[_0x54432c(0x25b,_0x9471c1._0x27ac46,0x1f8,_0x9471c1._0x6c2514)](saveServerPort,-0x1092*0x2+-0x1a99+0x67f*0xb),console[_0x5bb6e0(0x505,_0x9471c1._0x104994,_0x9471c1._0x440bc0,0x4b9)](_0x54432c(_0x9471c1._0x3f6600,_0x9471c1._0x440c9b,0x133,0x16e)+_0x42a0d7+(_0x5bb6e0(0x634,_0x9471c1._0x411274,0x62e,0x5f9)+_0x5bb6e0(_0x9471c1._0x1b2114,_0x9471c1._0x5ad915,0x697,_0x9471c1._0x222ef5)));break;case _0x5bb6e0(0x5a5,_0x9471c1._0x516cc3,_0x9471c1._0x36e330,0x586)+'ath':await saveSslCertPath(null),console['log'](_0x54432c(_0x9471c1._0x756432,_0x9471c1._0x139a89,0x1f2,0x1e7)+_0x42a0d7);break;case _0x5bb6e0(_0x9471c1._0xd9d83,0x577,0x4e9,0x5be)+'th':await saveSslKeyPath(null),console[_0x5bb6e0(_0x9471c1._0x15e8ef,0x51d,0x4c5,_0x9471c1._0x2253d3)](_0x54432c(_0x9471c1._0x352215,0x22a,_0x9471c1._0x2056c7,_0x9471c1._0x1e2ef6)+_0x42a0d7);break;case _0x262d98[_0x5bb6e0(0x5a7,0x60b,0x5e5,0x5b9)]:await saveSslCaPath(null),console[_0x5bb6e0(_0x9471c1._0x2d8082,_0x9471c1._0x44db34,_0x9471c1._0x52a9aa,_0x9471c1._0x33267c)](_0x54432c(0x231,_0x9471c1._0x2d9e5f,_0x9471c1._0x2b5034,_0x9471c1._0x379886)+_0x42a0d7);break;case'trust_prox'+'y':await _0x262d98[_0x5bb6e0(0x4cb,_0x9471c1._0x50bd24,0x546,0x5b0)](saveTrustProxy,null),console[_0x5bb6e0(0x47f,_0x9471c1._0x104994,0x5a0,_0x9471c1._0x2a9009)](_0x5bb6e0(0x5d7,0x590,0x5ad,_0x9471c1._0x2ab142)+_0x42a0d7);break;}console[_0x5bb6e0(0x501,_0x9471c1._0x3b21ce,_0x9471c1._0x498cc1,0x4b5)](_0x54432c(_0x9471c1._0x1fc7d6,0x24c,_0x9471c1._0x2844db,_0x9471c1._0x1589dc)+':\x20'+_0x262d98[_0x54432c(0xff,_0x9471c1._0x1ae13a,0x220,_0x9471c1._0x12f0db)](getConfigPath));}}else{if(_0x42ce4c){if(_0x262d98[_0x54432c(0x242,0x238,0x264,0x1b2)]===_0x262d98[_0x54432c(_0x9471c1._0x5b91a9,0x238,_0x9471c1._0x564812,0x1a4)]){const _0x1ff52c=await getCoderSetupPath();!_0x1ff52c&&(console[_0x5bb6e0(_0x9471c1._0x304526,0x5f7,0x65b,0x61f)](_0x262d98['cWWaj']),process[_0x5bb6e0(_0x9471c1._0x2f9735,_0x9471c1._0x469e2f,_0x9471c1._0x150779,0x50a)](0xe4c+0x10af+0x3d*-0x82));const _0x29591c=_0x2cfaeb[_0x54432c(0x19c,0x183,0xf9,_0x9471c1._0x346e00)](_0x1ff52c,_0x262d98[_0x5bb6e0(_0x9471c1._0x5051cb,_0x9471c1._0x14f5a7,0x659,0x5e8)]);let _0x6a9d1f;try{const _0x788839=await _0xf9e8e8['readFile'](_0x29591c,_0x262d98['lKVwo']);_0x6a9d1f=JSON['parse'](_0x788839);}catch(_0x3c87df){_0x262d98[_0x5bb6e0(_0x9471c1._0x47ab8c,0x4fd,_0x9471c1._0x4ddbfc,_0x9471c1._0x35e5b2)](_0x3c87df[_0x54432c(_0x9471c1._0x8fb290,_0x9471c1._0x47d90e,0x11a,_0x9471c1._0x15b4e9)],_0x262d98['hJvxs'])?console[_0x54432c(0x2bd,_0x9471c1._0x21b3b2,0x284,0x2ed)]('Error:\x20set'+_0x5bb6e0(0x655,_0x9471c1._0x1db150,_0x9471c1._0x4162ae,0x5f5)+_0x5bb6e0(0x549,_0x9471c1._0x34ba42,_0x9471c1._0x58b88f,0x579)+'\x20'+_0x29591c):console[_0x5bb6e0(_0x9471c1._0x51f4ad,0x5f7,0x5ed,_0x9471c1._0x110ad7)]('Error\x20read'+_0x54432c(0x2c3,0x228,_0x9471c1._0x19658b,_0x9471c1._0x3cfd4e)+_0x5bb6e0(0x57a,_0x9471c1._0x3e3ccb,0x527,0x64f)+_0x3c87df[_0x54432c(_0x9471c1._0xc9fb3c,_0x9471c1._0x5a60d8,_0x9471c1._0x398d6b,_0x9471c1._0x4b5857)]),process[_0x54432c(0x23d,0x219,_0x9471c1._0x5041cd,0x1e6)](0x1*-0x24e5+0xf56*0x2+0x63a);}_0x262d98['WLcGX'](_0x6a9d1f[_0x42a0d7],undefined)&&(_0x262d98[_0x54432c(_0x9471c1._0x5327ac,_0x9471c1._0xd6ff4e,_0x9471c1._0x9d60b6,_0x9471c1._0x52b2d0)](_0x262d98[_0x5bb6e0(0x4fc,0x52b,_0x9471c1._0x1de881,_0x9471c1._0x129f57)],_0x262d98['WTldo'])?_0x107a89[_0x5bb6e0(_0x9471c1._0x2e3574,0x51d,0x4fa,0x4a9)](_0x5bb6e0(0x584,0x4fb,0x48d,_0x9471c1._0x46c477)+_0x54432c(0x1bb,0x228,0x1cc,0x298)+_0x54432c(_0x9471c1._0x4fa2fb,_0x9471c1._0x3b2450,0x20a,0x2e9)+_0x3289bb[_0x5bb6e0(_0x9471c1._0x199732,0x5ba,_0x9471c1._0x50e0fb,_0x9471c1._0x430d48)]):(console[_0x54432c(_0x9471c1._0x45e289,_0x9471c1._0x21b3b2,0x329,_0x9471c1._0x154024)]('Key\x20\x22'+_0x42a0d7+(_0x54432c(0x2fb,0x255,_0x9471c1._0x2684d2,_0x9471c1._0xd1dd7a)+_0x5bb6e0(_0x9471c1._0x22ca10,0x599,0x584,0x587)+'guration')),process['exit'](-0x145d*0x1+0x1253+0x20b))),delete _0x6a9d1f[_0x42a0d7],await _0xf9e8e8[_0x5bb6e0(0x4e9,_0x9471c1._0x2b0a25,_0x9471c1._0x30d2c2,0x575)](_0x29591c,_0x262d98['tQLXs'](JSON[_0x5bb6e0(_0x9471c1._0xe00879,0x571,_0x9471c1._0xf2ccc4,_0x9471c1._0x39a2b1)](_0x6a9d1f,null,-0x718*-0x5+0xb5+-0x242b),'\x0a'),_0x262d98[_0x5bb6e0(_0x9471c1._0x23be2a,0x4e4,_0x9471c1._0x219565,_0x9471c1._0x452bac)]),console[_0x54432c(0x1f0,_0x9471c1._0xd7308,_0x9471c1._0x4626bf,_0x9471c1._0x1b91e8)](_0x54432c(0x1d5,_0x9471c1._0x2d9e5f,0x1ec,0x2a4)+_0x42a0d7),console['log'](_0x5bb6e0(0x549,0x5b2,_0x9471c1._0x2ce827,0x62f)+':\x20'+_0x29591c),console[_0x5bb6e0(_0x9471c1._0x451af3,_0x9471c1._0x104994,_0x9471c1._0x35b7e5,_0x9471c1._0xdb6f50)](''),console['log']('Restart\x20th'+_0x5bb6e0(_0x9471c1._0x49656a,0x4c9,0x48c,0x4fc)+'or\x20changes'+_0x54432c(0x1f1,0x25e,_0x9471c1._0x5c5b8e,_0x9471c1._0x5ad224)+_0x54432c(0x192,0x1bc,0x220,_0x9471c1._0x26bd3d));}else _0x342e25[_0x54432c(0x1f8,_0x9471c1._0x1f7081,0x209,_0x9471c1._0x3cceb6)](_0x54432c(_0x9471c1._0x34380d,_0x9471c1._0x1b060e,0x109,0x1d6)+_0x54432c(_0x9471c1._0x49a01e,0x228,0x273,0x2ca)+_0x54432c(_0x9471c1._0xb307d3,0x246,_0x9471c1._0x528c7f,_0x9471c1._0x289cfa)+_0xb8bb7b[_0x54432c(0x2f7,_0x9471c1._0x5a60d8,_0x9471c1._0x3d3838,_0x9471c1._0x548bf8)]);}}}function _0x5c267b(_0x3de6cc,_0x3da3cf,_0x4dfe74,_0x3b325b){const _0x12c59d={_0x308983:0x2c3};return _0x5c96(_0x3da3cf-_0x12c59d._0x308983,_0x4dfe74);}async function showConfig(){const _0x112de2={_0x48fdf7:0xea,_0x3e67c1:0x11b,_0x2e6b7b:0xb8,_0x5bc3aa:0x5d,_0x2362c6:0x9f,_0x58a803:0xa5,_0x218997:0x183,_0x5481dc:0x164,_0x30bacc:0x10d,_0x2d42d4:0x16a,_0x2024e4:0x1bd,_0x8c2fc3:0x100,_0x46779b:0x4f,_0x1a084b:0xdf,_0x4b27ae:0x71,_0x43a52c:0x50,_0x433e7a:0x56,_0x2d0d43:0xf1,_0x4ad67c:0xa1,_0xbe0d31:0xa3,_0x259662:0x28,_0x293f07:0x117,_0x4cbe00:0x16f,_0xf3212f:0x5b,_0x538a1b:0x116,_0x29e6aa:0x124,_0x480796:0xbe,_0x2e0d91:0x5a,_0x5e63ae:0x5b,_0x270804:0x50,_0x5eb980:0xa0,_0x20f7b6:0x121,_0x38d195:0x170,_0x2c7e65:0xd0,_0x45cc68:0x1,_0x2ba35b:0x125,_0x2d0175:0x9c,_0x6e447:0x25,_0x2b7ab8:0x1cc,_0x2db651:0x92,_0x1ee0fa:0x126,_0x3319fd:0x116,_0x2f701b:0x3e,_0x390aa8:0x81,_0x2728c7:0xcc,_0x21cef8:0xd9,_0x32c975:0xf5,_0x5e5938:0xcf,_0x5149d2:0x134,_0xf73a81:0x156,_0x4b08ba:0x113,_0x5f5a60:0x72,_0x32a46b:0x102,_0x157143:0x171,_0x3a49c6:0xfe,_0x3c85a7:0x193,_0x317e48:0xcb,_0x4924b3:0xe2,_0x3cb462:0xff,_0x764f68:0x115,_0x2a932a:0x136,_0x3af662:0xaf,_0x58f8ca:0xd1,_0x391446:0x80,_0x150b1d:0x86,_0x39be6e:0xa0,_0x58d4ce:0x8a,_0x16eca9:0xa4,_0x547e5f:0x74,_0x491189:0x71,_0x505330:0x5c,_0x3964c4:0x20,_0x59c83b:0x1df,_0x4ca1bb:0x146,_0x53bb26:0x15d,_0x254752:0x13e,_0x3c5abe:0xd4,_0x2fa1ed:0x120,_0x49ae7b:0xf3,_0x2f3c23:0x138,_0x57ba0e:0x1a8,_0x1a57e8:0x158,_0x3efac2:0x16c,_0x1e0f6c:0x167,_0x36c026:0xcf,_0x11e3a0:0x12a,_0x3f47bb:0x143,_0x1beb53:0x1d6,_0x14d704:0x4e,_0x1e407f:0xde,_0xab9852:0x80,_0x21ec16:0x5f,_0x546bf6:0xe8,_0x2a2589:0x146,_0x267db7:0x17c,_0x3522a4:0xcf,_0x577ece:0xa,_0x28c1c9:0x3,_0x5b70b2:0x78,_0xd2ef56:0xff,_0x4642e5:0x6c,_0x4b7956:0xc8,_0x5ca65c:0xfd,_0x31de89:0x3c,_0x34fb09:0x173,_0x4455b6:0x11c,_0x2f82ec:0x12c,_0x3e94b7:0x146,_0x9564fd:0x1ea,_0x510dca:0x198,_0x375d25:0x1e2,_0x23b720:0x1da,_0x150a9a:0x234,_0x451d36:0x176,_0x17c9d2:0xe3,_0x4aeb9b:0x191,_0x520cae:0x93,_0x240dff:0x104,_0x5618dd:0xdb,_0x5d1012:0x107,_0x1fb69e:0x170,_0x39e504:0x7b,_0x280821:0x44,_0x5e86ec:0xcf,_0x4821c1:0x49,_0x2aa351:0x3f,_0xd31288:0x4e,_0x5ac56b:0x6d,_0x435987:0x8,_0x535803:0xb4,_0x1ad77a:0x2c,_0x30ca1d:0x42,_0x392fbd:0x59,_0x1afc2b:0x53,_0x296f47:0xd6,_0x8d52c4:0x199,_0x5406b7:0x13f,_0x3e818a:0x155,_0xc6a9ed:0x142,_0x20d428:0x13b,_0x3fbbe3:0xcf,_0x3778b2:0x21e,_0x41a650:0x173,_0x104844:0x11a,_0x4cfb6e:0x1d2,_0x4a3cbf:0x11f,_0x4b6a37:0x1e6,_0x5a7ba4:0xb,_0x4702f1:0xb7,_0x175b59:0x10a,_0x2a6d31:0x30,_0x12d748:0xa9,_0x36b861:0x29,_0x4780bf:0x34,_0x2e5741:0x6c,_0x58aca4:0x1b,_0x51c4e0:0x1e5,_0x199bcf:0x7a,_0x41bb72:0x99,_0x39be18:0x10f,_0x532a9e:0x143,_0x55f176:0x17,_0x40089d:0x6d,_0x1e2857:0x174,_0x4a2dc4:0x146,_0x607a37:0x151,_0x544353:0x86,_0x29db76:0x89,_0x5cb5ea:0x9a,_0x93d17d:0x161},_0x3ee956={_0x19359d:0x30},_0xf614d1={'yKJch':_0x46459a(-_0x112de2._0x48fdf7,-_0x112de2._0x3e67c1,-0x72,-_0x112de2._0x2e6b7b)+_0x148f10(-_0x112de2._0x5bc3aa,-0xed,-_0x112de2._0x2362c6,-0x73)+_0x46459a(-_0x112de2._0x58a803,-_0x112de2._0x218997,-0x121,-0xf1)+_0x148f10(-_0x112de2._0x5481dc,-0x92,-_0x112de2._0x30bacc,-_0x112de2._0x2d42d4),'NxdnO':_0x46459a(-_0x112de2._0x2024e4,-0xdb,-0x134,-0xb7)+_0x148f10(-0xdc,-_0x112de2._0x8c2fc3,-0xec,-_0x112de2._0x46779b)+_0x148f10(-0xad,-_0x112de2._0x1a084b,-0x45,-0x12)+'a\x20list\x20of\x20'+_0x148f10(-0x16,-0xab,-_0x112de2._0x4b27ae,-_0x112de2._0x43a52c)+_0x148f10(-_0x112de2._0x433e7a,-_0x112de2._0x2d0d43,-_0x112de2._0x4ad67c,-0x96),'uhWzA':function(_0x197988){return _0x197988();},'QtXCz':function(_0x1787ed){return _0x1787ed();},'noaid':function(_0x28dd95){return _0x28dd95();},'HgiPK':function(_0x1d012e){return _0x1d012e();},'HpCkk':function(_0x54d243,_0x2adf3f){return _0x54d243||_0x2adf3f;},'yeOOk':_0x148f10(-_0x112de2._0xbe0d31,_0x112de2._0x259662,-0x5f,0x13),'alfcA':function(_0x54fdd3,_0xa10c){return _0x54fdd3||_0xa10c;},'nDKAJ':function(_0x14e75e,_0xbf99bd){return _0x14e75e!==_0xbf99bd;},'ZTfKU':'setup.json','GByFr':function(_0x158ae7,_0x47815a){return _0x158ae7===_0x47815a;},'NnhtU':_0x46459a(-0x161,-_0x112de2._0x293f07,-_0x112de2._0x4cbe00,-0x1e0),'tsChH':_0x46459a(-0x33,-_0x112de2._0xf3212f,-0x81,-_0x112de2._0x538a1b),'udvhr':_0x148f10(-0x148,-_0x112de2._0x29e6aa,-0xd0,-_0x112de2._0x480796),'ToIDO':_0x148f10(-0x24,-_0x112de2._0x2e0d91,-0x5a,-0xa7),'kgUPY':function(_0x44d25b,_0xa8a04a){return _0x44d25b===_0xa8a04a;},'cNBHj':'(setup.jso'+_0x148f10(-_0x112de2._0x5e63ae,-0xc8,-_0x112de2._0x270804,-_0x112de2._0x5eb980)+'d)','VqWxa':_0x46459a(-0x127,-_0x112de2._0x20f7b6,-0xe2,-0x163)+_0x46459a(-0x140,-0xcb,-0x16b,-_0x112de2._0x38d195)+_0x46459a(-0x121,-0x1e1,-0x172,-0x1bc)+_0x46459a(-_0x112de2._0x2c7e65,_0x112de2._0x45cc68,-0x7f,-0x6d)+_0x46459a(-_0x112de2._0x2ba35b,0x9,-_0x112de2._0x2d0175,-_0x112de2._0x6e447)+_0x46459a(-_0x112de2._0x2b7ab8,-_0x112de2._0x2db651,-_0x112de2._0x1ee0fa,-0xe4),'sCJVz':_0x148f10(-_0x112de2._0x1a084b,-0xc1,-_0x112de2._0x3319fd,-0x72)+'rver\x20confi'+_0x148f10(-0x11d,-_0x112de2._0x2f701b,-_0x112de2._0x390aa8,0x12)+_0x148f10(-0xe6,-_0x112de2._0x2728c7,-0x77,-_0x112de2._0x21cef8)+'th\x20/path/t'+'o/coder-se'+'tup'};console[_0x148f10(-_0x112de2._0x32c975,-0x172,-_0x112de2._0x5e5938,-_0x112de2._0x5149d2)](_0x148f10(-0xec,-_0x112de2._0xf73a81,-_0x112de2._0x4b08ba,-0xcd)+_0x46459a(-0x7f,-_0x112de2._0x5f5a60,-0x74,-0x2d)+_0x46459a(-_0x112de2._0x32a46b,-_0x112de2._0x157143,-_0x112de2._0x3a49c6,-_0x112de2._0x3c85a7)),console['log']('');const _0x478047=await _0xf614d1[_0x46459a(-0xff,-_0x112de2._0x317e48,-0x106,-_0x112de2._0x4924b3)](getCoderSetupPath);function _0x148f10(_0x4a8c05,_0x5f7e85,_0x371d4e,_0x81fb6e){return _0x1c5ad5(_0x4a8c05,_0x371d4e-0x16,_0x371d4e-0x59,_0x81fb6e-_0x3ee956._0x19359d);}const _0x2a93d7=await _0xf614d1[_0x46459a(-_0x112de2._0x317e48,-0x117,-0x140,-0x191)](getServerPort),_0x282b38=await _0xf614d1[_0x46459a(-0x12d,-0xbc,-_0x112de2._0x3cb462,-0x13b)](getSslCertPath),_0xf356c7=await _0xf614d1['HgiPK'](getSslKeyPath),_0x30bed9=await getSslCaPath(),_0x5137d2=await _0xf614d1['HgiPK'](getTrustProxy);console[_0x148f10(-_0x112de2._0x764f68,-0xa9,-_0x112de2._0x5e5938,-0x101)]('coder_setu'+_0x148f10(-0x189,-0x141,-0xeb,-0xef)+_0xf614d1['HpCkk'](_0x478047,_0xf614d1['yeOOk'])),console[_0x46459a(-_0x112de2._0x2a932a,-_0x112de2._0x2b7ab8,-0x146,-_0x112de2._0x3af662)](_0x46459a(-_0x112de2._0x58f8ca,-0xb5,-0x13f,-0x185)+_0x46459a(-_0x112de2._0x391446,-_0x112de2._0x150b1d,-_0x112de2._0x39be6e,-_0x112de2._0x58d4ce)+_0x2a93d7),console['log'](_0x46459a(-_0x112de2._0x16eca9,-_0x112de2._0x547e5f,-_0x112de2._0x491189,-0xe2)+'ath:\x20\x20\x20\x20'+_0xf614d1[_0x46459a(-_0x112de2._0x505330,-0x7e,-0xf3,-0x8e)](_0x282b38,_0xf614d1[_0x46459a(0x34,-_0x112de2._0x3964c4,-0x5d,-0xfc)])),console[_0x46459a(-_0x112de2._0x59c83b,-0x149,-_0x112de2._0x4ca1bb,-0x18d)](_0x46459a(-0x89,-_0x112de2._0x53bb26,-0xec,-_0x112de2._0x254752)+_0x148f10(-0x168,-0x52,-_0x112de2._0x3c5abe,-_0x112de2._0x2fa1ed)+_0xf614d1[_0x46459a(-0xbc,-0x105,-_0x112de2._0x49ae7b,-_0x112de2._0x2f3c23)](_0xf356c7,_0xf614d1['yeOOk'])),console['log'](_0x148f10(-_0x112de2._0x57ba0e,-0x1be,-0x11b,-_0x112de2._0x1a57e8)+_0x46459a(-0x1ce,-_0x112de2._0x3efac2,-0x16a,-0x15b)+_0xf614d1['alfcA'](_0x30bed9,'(not\x20set)')),console[_0x148f10(-_0x112de2._0x1e0f6c,-0x12a,-_0x112de2._0x36c026,-0xa0)]('trust_prox'+_0x46459a(-_0x112de2._0x11e3a0,-0xee,-_0x112de2._0x3f47bb,-_0x112de2._0x1beb53)+(_0xf614d1[_0x148f10(-_0x112de2._0x14d704,-0x111,-0x74,-_0x112de2._0x1e407f)](_0x5137d2,null)?_0x5137d2:_0x148f10(-0xc2,-_0x112de2._0xab9852,-_0x112de2._0x21ec16,-0x43))),console[_0x46459a(-_0x112de2._0x546bf6,-0x111,-_0x112de2._0x2a2589,-_0x112de2._0x267db7)](''),console[_0x148f10(-0x93,-0xbf,-_0x112de2._0x3522a4,-0x43)](_0x148f10(-_0x112de2._0x2f3c23,_0x112de2._0x577ece,-0x97,_0x112de2._0x28c1c9)+_0xf614d1[_0x46459a(-_0x112de2._0x4924b3,-_0x112de2._0x5b70b2,-_0x112de2._0xd2ef56,-_0x112de2._0x4642e5)](getConfigPath)),console['log']('');function _0x46459a(_0x8d8e88,_0x1137c2,_0x3a75a7,_0x42c0bd){return _0x1c5ad5(_0x8d8e88,_0x3a75a7- -0x61,_0x3a75a7-0x12d,_0x42c0bd-0x1d9);}if(_0x478047){console[_0x46459a(-0xb6,-_0x112de2._0x4b7956,-0x146,-_0x112de2._0x5ca65c)](_0x148f10(-0x40,0x7d,0xf,-_0x112de2._0x31de89)+_0x46459a(-_0x112de2._0x34fb09,-0x1b6,-_0x112de2._0x4455b6,-0xf5)+'ion\x20==='),console[_0x46459a(-_0x112de2._0x2f82ec,-0xb2,-_0x112de2._0x3e94b7,-_0x112de2._0x9564fd)]('');const _0x357b31=_0x2cfaeb['join'](_0x478047,_0xf614d1['ZTfKU']);try{if(_0xf614d1['GByFr'](_0x46459a(-_0x112de2._0x510dca,-0x11a,-_0x112de2._0x4cbe00,-0x1ad),_0xf614d1[_0x46459a(-_0x112de2._0x375d25,-_0x112de2._0x23b720,-0x196,-_0x112de2._0x150a9a)])){const _0x4e5bec=await _0xf9e8e8[_0x46459a(-_0x112de2._0x451d36,-_0x112de2._0x17c9d2,-0x137,-_0x112de2._0x4aeb9b)](_0x357b31,_0xf614d1[_0x148f10(-_0x112de2._0x520cae,-0xc7,-0xe0,-_0x112de2._0x240dff)]),_0x1f555d=JSON[_0x148f10(-_0x112de2._0x5618dd,-0x18e,-_0x112de2._0x5d1012,-_0x112de2._0x1fb69e)](_0x4e5bec);console[_0x46459a(-0x116,-0x148,-_0x112de2._0x3e94b7,-0x1d4)](JSON[_0x148f10(-0x96,-0x80,-_0x112de2._0x39e504,-_0x112de2._0x280821)](_0x1f555d,null,-0x3fb*0x1+0xddf+-0x9e2)),console[_0x148f10(-0x54,-0x173,-_0x112de2._0x5e86ec,-0x15d)](''),console[_0x148f10(-_0x112de2._0x4821c1,-0x97,-_0x112de2._0x5e5938,-0xb4)](_0x148f10(-0x117,-0x14,-0x97,-0xad)+_0x357b31);}else _0x19984a[_0x148f10(-0x12,_0x112de2._0x2aa351,0xb,0xad)](_0xf614d1['yKJch']),_0x551eb7[_0x148f10(-_0x112de2._0xd31288,-0x34,-_0x112de2._0x5ac56b,-0x7c)](-0x92*0x25+0x5f8+-0x19*-0x9b);}catch(_0x244999){_0xf614d1[_0x46459a(-0x17a,-0x6a,-0xeb,-0x142)](_0xf614d1[_0x148f10(_0x112de2._0x435987,-_0x112de2._0x535803,-_0x112de2._0x1ad77a,_0x112de2._0x30ca1d)],_0xf614d1[_0x46459a(-_0x112de2._0x392fbd,-0x35,-0xa2,-0xa8)])?_0xf614d1[_0x148f10(-_0x112de2._0x1afc2b,-0x140,-_0x112de2._0x296f47,-_0x112de2._0x2db651)](_0x244999[_0x46459a(-0x1ec,-0x21a,-_0x112de2._0x8d52c4,-_0x112de2._0x5406b7)],'ENOENT')?(console['log'](_0xf614d1[_0x46459a(-_0x112de2._0x3e818a,-0x128,-_0x112de2._0xc6a9ed,-_0x112de2._0x20d428)]),console[_0x148f10(-0xd0,-0x92,-0xcf,-0xe2)](''),console[_0x148f10(-0x31,-_0x112de2._0x296f47,-_0x112de2._0x3fbbe3,-0xbf)](_0x46459a(-0x22e,-0x1b0,-0x19d,-_0x112de2._0x3778b2)+_0x46459a(-_0x112de2._0x41a650,-_0x112de2._0x104844,-0x102,-0x8b)+_0x357b31)):console[_0x46459a(-_0x112de2._0x4cfb6e,-_0x112de2._0x4a3cbf,-_0x112de2._0x2a2589,-_0x112de2._0x4b6a37)](_0x148f10(-0x92,-0x176,-_0x112de2._0x2d0d43,-0x4e)+_0x148f10(-0x43,-0x8a,-0x5e,_0x112de2._0x5a7ba4)+_0x46459a(-0x133,-0xb5,-_0x112de2._0x4702f1,-_0x112de2._0x175b59)+_0x244999[_0x46459a(-0xff,-_0x112de2._0x2a6d31,-_0x112de2._0x12d748,-0x7a)]):(_0x2f3488[_0x46459a(-_0x112de2._0x36b861,-_0x112de2._0x4780bf,-_0x112de2._0x2e5741,-_0x112de2._0x58aca4)](_0x46459a(-_0x112de2._0x51c4e0,-0x129,-0x195,-0x1e7)+'nfiguratio'+_0x46459a(-_0x112de2._0x199bcf,-0x55,-_0x112de2._0x41bb72,-_0x112de2._0x39be18)+_0xb939e),_0x3f2c4d['error'](_0xf614d1[_0x46459a(-0xd1,-_0x112de2._0x532a9e,-0xd4,-0x7b)]),_0x233ba3[_0x148f10(-0xba,_0x112de2._0x55f176,-_0x112de2._0x40089d,-0x2c)](-0x1cf2+-0x1c7f+0x993*0x6));}}else console[_0x46459a(-0x121,-_0x112de2._0x1e2857,-_0x112de2._0x4a2dc4,-_0x112de2._0x607a37)](_0xf614d1[_0x46459a(-0x3d,-_0x112de2._0x4642e5,-_0x112de2._0x544353,-_0x112de2._0x29db76)]),console[_0x148f10(-_0x112de2._0x5cb5ea,-_0x112de2._0x293f07,-_0x112de2._0x3fbbe3,-_0x112de2._0x93d17d)](_0xf614d1['sCJVz']);}