@profoundlogic/coderflow-server 0.4.4 → 0.4.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 (176) hide show
  1. package/dist/base-image/entrypoint.sh +2 -1
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/agent-models.js +1 -1
  6. package/dist/lib/api-keys.js +1 -1
  7. package/dist/lib/apiKeys.js +1 -1
  8. package/dist/lib/app-server-ports.js +1 -1
  9. package/dist/lib/auto-judge.js +1 -1
  10. package/dist/lib/automation-service.js +1 -0
  11. package/dist/lib/basic-auth.js +1 -1
  12. package/dist/lib/bindings.js +1 -0
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.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/init.js +1 -1
  24. package/dist/lib/cli/jira.js +1 -1
  25. package/dist/lib/cli/license.js +1 -1
  26. package/dist/lib/cli/server-manager.js +1 -1
  27. package/dist/lib/config-migration.js +1 -1
  28. package/dist/lib/container-credential-sync.js +1 -1
  29. package/dist/lib/container-tokens.js +1 -1
  30. package/dist/lib/data-dir.js +1 -1
  31. package/dist/lib/deployment-history.js +1 -1
  32. package/dist/lib/deployment-service.js +1 -1
  33. package/dist/lib/docker-utils.js +1 -1
  34. package/dist/lib/email.js +1 -1
  35. package/dist/lib/emailTemplates.js +1 -1
  36. package/dist/lib/entitlement.js +1 -1
  37. package/dist/lib/fetch-utils.js +1 -1
  38. package/dist/lib/git-commit-details-route.js +1 -1
  39. package/dist/lib/git-history-diff-guardrails.js +1 -1
  40. package/dist/lib/git-provider-service.js +1 -1
  41. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  42. package/dist/lib/git-provider-setup/index.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  45. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  46. package/dist/lib/git-providers/github-app-provider.js +1 -1
  47. package/dist/lib/git-providers/index.js +1 -1
  48. package/dist/lib/git-providers/provider-factory.js +1 -1
  49. package/dist/lib/git-providers/provider-interface.js +1 -1
  50. package/dist/lib/github-urls.js +1 -1
  51. package/dist/lib/group-objective-linking.js +1 -1
  52. package/dist/lib/jira-client.js +1 -1
  53. package/dist/lib/judge-blinding.js +1 -1
  54. package/dist/lib/logger.js +1 -1
  55. package/dist/lib/migration-to-scoped-rbac.js +1 -0
  56. package/dist/lib/model-fetcher.js +1 -1
  57. package/dist/lib/notifications.js +1 -1
  58. package/dist/lib/objective-context.js +1 -1
  59. package/dist/lib/oidc-auth.js +1 -1
  60. package/dist/lib/oidc-device-flow.js +1 -1
  61. package/dist/lib/passwordTokens.js +1 -1
  62. package/dist/lib/permission-resolver.js +1 -0
  63. package/dist/lib/pin-cascade.js +1 -1
  64. package/dist/lib/provider-accounts.js +1 -1
  65. package/dist/lib/provider-oauth.js +1 -1
  66. package/dist/lib/provider-profile.js +1 -1
  67. package/dist/lib/provider-token-refresh.js +1 -1
  68. package/dist/lib/request-url.js +1 -1
  69. package/dist/lib/rewind.js +1 -1
  70. package/dist/lib/role-definitions.js +1 -0
  71. package/dist/lib/roles.js +1 -1
  72. package/dist/lib/secrets.js +1 -1
  73. package/dist/lib/setup-repo-git-auth.js +1 -1
  74. package/dist/lib/state-capture.js +1 -1
  75. package/dist/lib/static-files.js +1 -1
  76. package/dist/lib/task-name-format.js +1 -1
  77. package/dist/lib/task-name-generator.js +1 -1
  78. package/dist/lib/task-source-metadata.js +1 -0
  79. package/dist/lib/teams.js +1 -0
  80. package/dist/lib/user-git-oauth.js +1 -1
  81. package/dist/lib/user-git-tokens.js +1 -1
  82. package/dist/lib/users.js +1 -1
  83. package/dist/middleware/requireAuth.js +1 -1
  84. package/dist/middleware/requireInit.js +1 -1
  85. package/dist/middleware/requirePermission.js +1 -1
  86. package/dist/package-lock.json +211 -21
  87. package/dist/package.json +2 -1
  88. package/dist/playwright.config.js +1 -0
  89. package/dist/routes/apiKeys.js +1 -1
  90. package/dist/routes/auth-oidc.js +1 -1
  91. package/dist/routes/auth.js +1 -1
  92. package/dist/routes/automations.js +1 -0
  93. package/dist/routes/bindings.js +1 -0
  94. package/dist/routes/build.js +1 -1
  95. package/dist/routes/containers.js +1 -1
  96. package/dist/routes/deploy-task.js +1 -1
  97. package/dist/routes/environment-management.js +1 -1
  98. package/dist/routes/environments.js +1 -1
  99. package/dist/routes/external-skills.js +1 -1
  100. package/dist/routes/git-credentials.js +1 -1
  101. package/dist/routes/git-oauth.js +1 -1
  102. package/dist/routes/git-provider-setup.js +1 -1
  103. package/dist/routes/health.js +1 -1
  104. package/dist/routes/jira.js +1 -1
  105. package/dist/routes/objective-management.js +1 -1
  106. package/dist/routes/password.js +1 -1
  107. package/dist/routes/prompt.js +1 -1
  108. package/dist/routes/provider-auth.js +1 -1
  109. package/dist/routes/qa.js +1 -1
  110. package/dist/routes/roles.js +1 -0
  111. package/dist/routes/settings.js +1 -1
  112. package/dist/routes/skill-management.js +1 -1
  113. package/dist/routes/skills.js +1 -1
  114. package/dist/routes/tasks.js +1 -1
  115. package/dist/routes/teams.js +1 -0
  116. package/dist/routes/templates.js +1 -1
  117. package/dist/routes/test-task.js +1 -1
  118. package/dist/routes/test.js +1 -1
  119. package/dist/routes/users.js +1 -1
  120. package/dist/routes/visualizations.js +1 -1
  121. package/dist/scripts/create-user.js +1 -1
  122. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  123. package/dist/scripts/migrate-to-scoped-rbac.js +2 -0
  124. package/dist/start.js +1 -1
  125. package/dist/start.js.bak +1381 -0
  126. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  127. package/dist/web-ui/public/activity-feed.js +1 -1
  128. package/dist/web-ui/public/activity-formatters.js +1 -1
  129. package/dist/web-ui/public/agent-event-parser.js +1 -1
  130. package/dist/web-ui/public/app.js +1 -1
  131. package/dist/web-ui/public/approve-dialog.js +1 -1
  132. package/dist/web-ui/public/automation-links.js +1 -0
  133. package/dist/web-ui/public/automation-schedule.js +1 -0
  134. package/dist/web-ui/public/comments-widget.js +1 -1
  135. package/dist/web-ui/public/diff-utils.js +1 -1
  136. package/dist/web-ui/public/docs/_sidebar.md +1 -0
  137. package/dist/web-ui/public/docs/admin/automations.md +75 -0
  138. package/dist/web-ui/public/docs/admin/users-and-roles.md +14 -4
  139. package/dist/web-ui/public/environments.css +247 -125
  140. package/dist/web-ui/public/environments.html +346 -2
  141. package/dist/web-ui/public/environments.js +1 -1
  142. package/dist/web-ui/public/feedback-widget.css +42 -0
  143. package/dist/web-ui/public/feedback-widget.js +1 -1
  144. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  145. package/dist/web-ui/public/git-history.html +15 -0
  146. package/dist/web-ui/public/git-history.js +1 -1
  147. package/dist/web-ui/public/git-status.js +1 -1
  148. package/dist/web-ui/public/index.html +27 -0
  149. package/dist/web-ui/public/index.js +1 -1
  150. package/dist/web-ui/public/login.js +1 -1
  151. package/dist/web-ui/public/markdown-editor.js +1 -1
  152. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  153. package/dist/web-ui/public/modal-maximize.js +1 -1
  154. package/dist/web-ui/public/notifications.js +1 -1
  155. package/dist/web-ui/public/pr-dialog.js +1 -1
  156. package/dist/web-ui/public/roles.html +247 -0
  157. package/dist/web-ui/public/roles.js +1 -0
  158. package/dist/web-ui/public/server-health.js +1 -1
  159. package/dist/web-ui/public/settings.html +62 -0
  160. package/dist/web-ui/public/settings.js +1 -1
  161. package/dist/web-ui/public/setup-password.js +1 -1
  162. package/dist/web-ui/public/skills.html +15 -0
  163. package/dist/web-ui/public/skills.js +1 -1
  164. package/dist/web-ui/public/sse-client.js +1 -1
  165. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  166. package/dist/web-ui/public/styles.css +198 -161
  167. package/dist/web-ui/public/task.html +2 -2
  168. package/dist/web-ui/public/task.js +1 -1
  169. package/dist/web-ui/public/teams.html +285 -0
  170. package/dist/web-ui/public/teams.js +1 -0
  171. package/dist/web-ui/public/terminal.js +1 -1
  172. package/dist/web-ui/public/theme.js +1 -1
  173. package/dist/web-ui/public/users.html +87 -29
  174. package/dist/web-ui/public/users.js +1 -1
  175. package/dist/web-ui/public/variant-grouping.js +1 -1
  176. package/package.json +6 -3
@@ -1 +1 @@
1
- (function(_0x5b2746,_0x1aa264){const _0x34be86={_0x22cb20:0x30,_0x16958d:0x47,_0x22d136:0x3c,_0x2ef060:0x53c,_0x52281c:0x549,_0x26b520:0x50b,_0x5dfc64:0x58,_0x5c0932:0x2b,_0x3c640b:0xfe,_0x57a497:0x4d9,_0x1f18e1:0x4b4,_0x27eda2:0x5b,_0x28aa34:0x4f6,_0x52c06e:0x4bc,_0x5e02d5:0x58d,_0x35255c:0x557,_0x11b4cf:0xd5,_0x3b91d5:0x12,_0x4c7b76:0x2e,_0xa8205b:0x41,_0x475fad:0x544,_0x3834c8:0x5b9,_0x1663e8:0x4fc,_0x4eade9:0x4dc},_0x283bb9={_0x55ac22:0x2f3};function _0x264d92(_0x7446ee,_0x5e143b,_0x4d06ff,_0xb63532){return _0x4e8b(_0x4d06ff- -0x2b7,_0xb63532);}function _0x18d2c5(_0x42258d,_0x3ded79,_0x2f8f9d,_0x43f012){return _0x4e8b(_0x42258d-_0x283bb9._0x55ac22,_0x3ded79);}const _0x355024=_0x5b2746();while(!![]){try{const _0x28533e=parseInt(_0x264d92(-0x53,_0x34be86._0x22cb20,-_0x34be86._0x16958d,_0x34be86._0x22d136))/(-0x129c+0x61*-0x5e+0x363b)*(parseInt(_0x18d2c5(_0x34be86._0x2ef060,0x4df,_0x34be86._0x52281c,_0x34be86._0x26b520))/(-0x11*0x36+0xb*-0x2cb+0x2251))+parseInt(_0x264d92(-_0x34be86._0x5dfc64,-_0x34be86._0x5c0932,-0x9b,-_0x34be86._0x3c640b))/(0x28f*0x1+-0xde*0x23+0x1bce)+parseInt(_0x18d2c5(0x539,0x5c3,_0x34be86._0x57a497,_0x34be86._0x1f18e1))/(0x8*-0x214+0x1*0x214b+0x261*-0x7)*(-parseInt(_0x264d92(0x27,_0x34be86._0x27eda2,0x12,-0x40))/(-0x6cf+-0x1*-0x15fd+-0xf29))+parseInt(_0x18d2c5(_0x34be86._0x28aa34,0x541,0x450,0x49b))/(-0x4f0*-0x5+-0x2a*-0x29+-0x62*0x52)*(parseInt(_0x18d2c5(0x545,0x4c2,_0x34be86._0x52c06e,_0x34be86._0x5e02d5))/(-0x127*-0x1+0x843*0x1+-0x9*0x10b))+-parseInt(_0x18d2c5(0x59d,_0x34be86._0x35255c,0x639,0x62f))/(0x3*-0x391+-0x14e4+-0x1*-0x1f9f)*(parseInt(_0x264d92(_0x34be86._0x11b4cf,_0x34be86._0x3b91d5,_0x34be86._0x4c7b76,0x58))/(-0x1565*-0x1+0x1*0x19cf+0x5*-0x96f))+parseInt(_0x264d92(_0x34be86._0xa8205b,-0x15,-0x4b,-0xa5))/(-0xec6+0x17af+-0x1*0x8df)+parseInt(_0x18d2c5(_0x34be86._0x475fad,_0x34be86._0x3834c8,_0x34be86._0x1663e8,_0x34be86._0x4eade9))/(-0x17bc+0x1ed2+-0x70b)*(-parseInt(_0x18d2c5(0x58f,0x531,0x531,0x580))/(-0x3b0+0x8c4+-0x508));if(_0x28533e===_0x1aa264)break;else _0x355024['push'](_0x355024['shift']());}catch(_0x2b09c8){_0x355024['push'](_0x355024['shift']());}}}(_0x2397,0x3*-0xaacb+-0x9*0x5f2b+0x8aa3a));import{promises as _0x535c6d}from'fs';import _0x5cbb85 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([_0x13464e(-0x107,-0x41,-0xad,-0xf8)+_0x25ed50(0x1f0,0x201,0x183,0x17b),_0x25ed50(0x192,0x1fe,0x1a0,0x1a4)+'t',_0x25ed50(0x93,0xcc,0x83,0x9a)+_0x25ed50(0x24e,0x1d9,0x19b,0x1f4),_0x13464e(-0x11b,-0xc5,-0xdd,-0x17d)+'th',_0x25ed50(0xd7,0x164,0x119,0xbb)+'h',_0x13464e(-0xd0,-0x11d,-0x143,-0xcc)+'y']);function _0x13464e(_0x462684,_0x4394c4,_0x161a80,_0x40e304){return _0x4e8b(_0x161a80- -0x372,_0x4394c4);}const SETUP_JSON_KEYS=new Set([_0x25ed50(0x165,0x150,0x167,0x1cc),_0x25ed50(0x249,0x1e4,0x151,0x1d8)+_0x25ed50(0x110,0x12f,0x194,0x176),_0x13464e(-0xcd,-0x61,-0x100,-0xbf)+'ge',_0x13464e(-0x13,-0xcd,-0x91,-0xf6)]);export async function handleConfig(_0x58a35d){const _0x1b1141={_0x1ac515:0x457,_0x1742cf:0x443,_0x234794:0x473,_0x328ece:0x34a,_0x4345ea:0x362,_0x16bcc6:0x503,_0x107624:0x3ed,_0x36ab91:0x509,_0x541dfb:0x366,_0x28191e:0x306,_0x285382:0x41e,_0xcdd6d0:0x463,_0x88691:0x2ef,_0x59057f:0x2be,_0x21648f:0x33f,_0x22a807:0x30e,_0x22f598:0x280,_0x468688:0x4ad,_0x295198:0x4c3,_0x202b4e:0x193,_0x4fd3dd:0x288,_0x518f08:0x277,_0x524f5e:0x4d5,_0x38365:0x581,_0x1073d7:0x4b2,_0x19fcdf:0x2e2,_0x470c6b:0x48d,_0x29d01e:0x241,_0x2cee7c:0x1a0,_0x75beeb:0x378,_0x557186:0x3e5,_0x2cc1fb:0x1d3,_0x37afc2:0x3aa,_0x5c2446:0x45a,_0xe1ce7c:0x409,_0x316b5a:0x438,_0x398b32:0x27f,_0x49547e:0x3e6,_0x4788b1:0x480,_0x2e259d:0x247,_0x15e7d6:0x4ab,_0x491f4a:0x52a,_0x4a35e3:0x563,_0x12d91f:0x538,_0x2bfae2:0x3db,_0x3a042c:0x3f5,_0x384db1:0x3ba,_0x524c27:0x4a8,_0x4c8318:0x529,_0x5c4fab:0x4cc,_0x30cc74:0x49c,_0x2ae8ab:0x494,_0x19f0dc:0x423,_0x5d74aa:0x2ab,_0x499bb9:0x2d2,_0x8da830:0x25e,_0x27bbe2:0x269,_0x50156e:0x2c2,_0x3a8fbc:0x1b9,_0x5bccf6:0x284,_0x11431a:0x227,_0x551dc9:0x40a,_0x21939e:0x22b,_0x346600:0x289,_0x11301b:0x384,_0x4b676b:0x404,_0x21dc9a:0x231,_0x2559aa:0x1b2,_0x6f7f33:0x281,_0x3a24ee:0x2e9,_0x5a33b4:0x2e7,_0x59e39a:0x2c5,_0x56d4fe:0x202,_0x153892:0x49f},_0x3fb728={_0x23d8ee:0x5aa},_0x1b7842={_0xc57ccb:0xc8,_0x5413fa:0x12d},_0x4443bf={'zlYLw':_0x18f8d5(_0x1b1141._0x1ac515,_0x1b1141._0x1742cf,_0x1b1141._0x234794,0x458)+'er-server\x20'+_0x33e7cd(_0x1b1141._0x328ece,0x2b0,_0x1b1141._0x4345ea,0x2e9)+_0x18f8d5(_0x1b1141._0x16bcc6,_0x1b1141._0x107624,_0x1b1141._0x36ab91,0x492),'srqQe':function(_0x2a2d87,_0x390aed){return _0x2a2d87===_0x390aed;},'WPmab':_0x33e7cd(0x309,0x2d6,_0x1b1141._0x541dfb,_0x1b1141._0x28191e),'jZlRT':function(_0x4fc3bf,_0x3738c6){return _0x4fc3bf===_0x3738c6;},'ZZuef':_0x18f8d5(_0x1b1141._0x285382,0x446,0x4bc,0x420),'hOMrb':function(_0x44569e){return _0x44569e();},'KhwRQ':_0x18f8d5(_0x1b1141._0xcdd6d0,0x4d9,0x444,0x4ca),'RrUry':'get','mqTuf':_0x33e7cd(0x2c6,_0x1b1141._0x88691,0x35d,0x32e),'eSAVG':function(_0x51fdf9,_0x594f3a){return _0x51fdf9(_0x594f3a);},'HDprz':'show','ropiP':function(_0x3943b7,_0x504e48){return _0x3943b7!==_0x504e48;},'HpheJ':'AKWTd'},_0xeb10d8=_0x58a35d[0x1f44+0x166f+-0x35b3];function _0x33e7cd(_0x3de121,_0x572551,_0x3dc07c,_0x374758){return _0x25ed50(_0x3de121-_0x1b7842._0xc57ccb,_0x3de121-0x16d,_0x3dc07c,_0x374758-_0x1b7842._0x5413fa);}function _0x18f8d5(_0x5cbfba,_0xefb501,_0x3e36e0,_0x2e94a7){return _0x13464e(_0x5cbfba-0x1ab,_0x3e36e0,_0x2e94a7-_0x3fb728._0x23d8ee,_0x2e94a7-0x1f4);}!_0xeb10d8&&(_0x4443bf[_0x33e7cd(0x2f3,0x2ac,_0x1b1141._0x59057f,0x34e)](_0x4443bf['ZZuef'],_0x4443bf[_0x33e7cd(0x35f,_0x1b1141._0x21648f,_0x1b1141._0x22a807,0x365)])?(_0x4443bf[_0x33e7cd(_0x1b1141._0x22f598,0x2f6,0x2d7,0x2e3)](showUsage),process[_0x18f8d5(0x509,_0x1b1141._0x468688,0x425,_0x1b1141._0x295198)](-0x1*-0xa7b+0x486*-0x2+-0x16e)):(_0x4c176c[_0x33e7cd(0x231,_0x1b1141._0x202b4e,_0x1b1141._0x4fd3dd,0x196)](_0x4443bf['zlYLw']),_0x159616[_0x33e7cd(0x30f,_0x1b1141._0x518f08,0x2d8,0x32a)](0x6f*-0x49+0x5*-0x421+0x344d)));try{switch(_0xeb10d8){case _0x4443bf[_0x18f8d5(_0x1b1141._0x524f5e,0x505,_0x1b1141._0x38365,0x4dd)]:await setConfig(_0x58a35d[-0x11a+0x979+0x22*-0x3f],_0x58a35d[0x2*0x5cb+-0x163*-0x7+-0x1549]);break;case _0x4443bf[_0x18f8d5(_0x1b1141._0x1073d7,0x510,0x496,0x4c0)]:await getConfig(_0x58a35d[0x11fa+-0x2656+0x145d]);break;case _0x33e7cd(0x2fb,0x2a3,_0x1b1141._0x19fcdf,0x267):case _0x4443bf[_0x18f8d5(0x4ed,0x4f7,_0x1b1141._0x470c6b,0x4e8)]:await _0x4443bf[_0x33e7cd(_0x1b1141._0x29d01e,_0x1b1141._0x2cee7c,0x2c2,0x1e8)](removeConfig,_0x58a35d[0x2f*0xb5+-0x1a87*0x1+-0x6b3]);break;case _0x4443bf['HDprz']:await showConfig();break;default:console[_0x18f8d5(0x368,0x3e5,_0x1b1141._0x75beeb,_0x1b1141._0x557186)]('Unknown\x20su'+_0x33e7cd(0x27c,0x24a,0x2fc,_0x1b1141._0x2cc1fb)+_0xeb10d8),console['error'](_0x18f8d5(_0x1b1141._0x37afc2,_0x1b1141._0x5c2446,_0x1b1141._0xe1ce7c,_0x1b1141._0x316b5a)+_0x33e7cd(0x311,_0x1b1141._0x398b32,0x373,0x2b2)+_0x18f8d5(0x45d,0x49e,_0x1b1141._0x49547e,_0x1b1141._0x4788b1)+_0x33e7cd(_0x1b1141._0x88691,0x2fd,0x285,_0x1b1141._0x2e259d)+_0x18f8d5(0x500,_0x1b1141._0x15e7d6,0x4b4,_0x1b1141._0x491f4a)),process[_0x18f8d5(_0x1b1141._0x4a35e3,0x485,_0x1b1141._0x12d91f,0x4c3)](0x1985+-0x1*-0x1731+-0x30b5);}}catch(_0x489c50){_0x4443bf[_0x18f8d5(_0x1b1141._0x2bfae2,_0x1b1141._0x3a042c,_0x1b1141._0x384db1,0x3ee)](_0x4443bf[_0x18f8d5(0x56c,_0x1b1141._0x524c27,_0x1b1141._0x4c8318,_0x1b1141._0x5c4fab)],_0x18f8d5(_0x1b1141._0x30cc74,_0x1b1141._0x2ae8ab,0x4ca,_0x1b1141._0x19f0dc))?(console['error']('Error:\x20'+_0x489c50[_0x33e7cd(_0x1b1141._0x5d74aa,_0x1b1141._0x499bb9,_0x1b1141._0x8da830,0x349)]),process[_0x33e7cd(0x30f,0x3a3,_0x1b1141._0x27bbe2,_0x1b1141._0x50156e)](0x14b*-0x1+0x1*0x10ee+-0x1d*0x8a)):(_0x4443bf[_0x33e7cd(0x22f,_0x1b1141._0x3a8fbc,_0x1b1141._0x5bccf6,_0x1b1141._0x11431a)](_0x185019[_0x18f8d5(0x3dd,0x50e,_0x1b1141._0x551dc9,0x46c)],_0x4443bf['WPmab'])?_0x10a607[_0x33e7cd(0x231,_0x1b1141._0x21939e,0x1f4,_0x1b1141._0x346600)]('Error:\x20set'+'up.json\x20no'+_0x18f8d5(0x4a0,0x496,_0x1b1141._0x11301b,_0x1b1141._0x4b676b)+'\x20'+_0x3c42a4):_0x5542b0[_0x33e7cd(_0x1b1141._0x21dc9a,0x1c0,0x1dc,_0x1b1141._0x2559aa)](_0x33e7cd(0x2b1,_0x1b1141._0x6f7f33,0x312,_0x1b1141._0x3a24ee)+_0x33e7cd(0x26a,_0x1b1141._0x5a33b4,_0x1b1141._0x59e39a,_0x1b1141._0x56d4fe)+'json:\x20'+_0x25ffe5['message']),_0x39185c[_0x18f8d5(_0x1b1141._0x153892,0x51c,0x4c7,0x4c3)](0x3a9*0x3+0x152+0x4*-0x313));}}function _0x4e8b(_0x58ba99,_0x24e1cc){_0x58ba99=_0x58ba99-(-0x1e8f+-0x3df*0x7+0x3b52);const _0xd268b1=_0x2397();let _0x3194bb=_0xd268b1[_0x58ba99];if(_0x4e8b['TIIwey']===undefined){var _0x32d197=function(_0x27762c){const _0x17c5b3='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x32b552='',_0x5f033a='';for(let _0x5bec70=-0x1f0e+0x55*0x15+0x1815*0x1,_0x11d805,_0x217e91,_0x3fdc06=-0x5*0x657+0x15b+-0xf2c*-0x2;_0x217e91=_0x27762c['charAt'](_0x3fdc06++);~_0x217e91&&(_0x11d805=_0x5bec70%(-0x223+-0x17ee*0x1+-0x1*-0x1a15)?_0x11d805*(0x1f8d+0x1d39+-0xfe*0x3d)+_0x217e91:_0x217e91,_0x5bec70++%(0xf99+-0x25ce+0x1*0x1639))?_0x32b552+=String['fromCharCode'](0x1*-0x181b+0x1e47*0x1+-0x19*0x35&_0x11d805>>(-(-0x19b5*-0x1+0xc5b+-0x260e)*_0x5bec70&0x1a3d+-0x5*-0x5db+-0x377e*0x1)):-0xe82+0x40b+0x13*0x8d){_0x217e91=_0x17c5b3['indexOf'](_0x217e91);}for(let _0xb3d708=-0x1602+0xae*-0x1d+0x29b8,_0x363725=_0x32b552['length'];_0xb3d708<_0x363725;_0xb3d708++){_0x5f033a+='%'+('00'+_0x32b552['charCodeAt'](_0xb3d708)['toString'](-0x1304*-0x1+0x2*-0x9f6+-0x7c*-0x2))['slice'](-(-0xa18+0x25b2+0x1*-0x1b98));}return decodeURIComponent(_0x5f033a);};_0x4e8b['wfKQVK']=_0x32d197,_0x4e8b['MbdbwA']={},_0x4e8b['TIIwey']=!![];}const _0x1aaa8a=_0xd268b1[-0x1e7e+0x1fc0+-0x2e*0x7],_0x1e6f93=_0x58ba99+_0x1aaa8a,_0x362398=_0x4e8b['MbdbwA'][_0x1e6f93];return!_0x362398?(_0x3194bb=_0x4e8b['wfKQVK'](_0x3194bb),_0x4e8b['MbdbwA'][_0x1e6f93]=_0x3194bb):_0x3194bb=_0x362398,_0x3194bb;}function showUsage(){const _0x1ba7bb={_0x2427dc:0xb8,_0x27ad77:0xef,_0x559557:0x12a,_0x32a5b9:0x58,_0x324def:0x67,_0x24dd61:0xcd,_0x5874be:0xcc,_0x421c8d:0x337,_0x5cfb8d:0x15d,_0x2f6913:0x18a,_0x58d4c2:0x2f6,_0x49a1d6:0x2d2,_0x1b625a:0x2fa,_0x487082:0x416,_0x4655ce:0x4ad,_0x13ae01:0x43a,_0x486c1d:0x29f,_0x21cf16:0x323,_0x427e67:0x360,_0x69b757:0x38b,_0x4a3978:0x29f,_0x13df6e:0x2e3,_0x5d210a:0x26b,_0x3ffe25:0x368,_0x3df8e7:0x2fb,_0x4f5e69:0x1cc,_0x554c8f:0x35d,_0x2e19aa:0x3c1,_0x38b246:0x2c2,_0x5c577d:0x1a6,_0x57b54f:0x1e7,_0x89b7bc:0x252,_0x58b5a6:0x15c,_0x413b11:0x1f2,_0x1d84dd:0x20f,_0x7aed07:0x3a8,_0x230f2d:0x401,_0x35357f:0x30d,_0x4c451d:0x2c8,_0x492d92:0x40f,_0x4e396b:0x3f6,_0x3843c4:0x383,_0x1b9924:0x145,_0x295b7f:0x1e3,_0x46dd7b:0x15f,_0x43b7e1:0x241,_0x1e1066:0x339,_0xe4c0f8:0x2d9,_0x10825e:0x344,_0x1dcfb4:0x33c,_0x291666:0x14a,_0x94667c:0x110,_0x1f0bab:0x152,_0x4769b7:0x11b,_0x626624:0x231,_0x29d421:0x1b5,_0x202670:0x3ff,_0x3c150e:0x3aa,_0x3a3da5:0x334,_0x4de74a:0x2b6,_0x1eabb5:0x408,_0x5f574f:0x232,_0x968057:0x3be,_0x2499bf:0x2cd,_0x214c0f:0x255,_0xd2392e:0x41b,_0x27e001:0x481,_0x102b69:0x428,_0x1cee0c:0x481,_0x572b35:0x135,_0xd5a753:0x19b,_0x13b64e:0x330,_0x17fc50:0x1f8,_0x601f4:0x19a,_0x28e486:0x189,_0x23d9c3:0x136,_0x1df7f5:0x3df,_0x15576b:0x483,_0x2711d9:0x3e0,_0x4e4903:0x41e,_0x4c4c4f:0x2ef,_0x44a0bb:0x27c,_0x1aac5a:0x32f,_0x2cdb7e:0x355,_0x303b52:0x43c,_0x5d9c57:0x33d,_0x1e6f90:0x380,_0x2163e4:0x3da,_0x25c845:0x3d6,_0xf7b1b0:0x1a9,_0x400c5f:0xd3,_0x40d28e:0x120,_0x15561a:0x14e,_0x450690:0x1ce,_0x2e7922:0x32b,_0x1ddbbd:0x2e2,_0x257a17:0x3cc,_0x440052:0x13c,_0x5843e1:0x20f,_0x501319:0x192,_0x3cbb49:0x1ac,_0x35c373:0x1c5,_0x218bd7:0x40c,_0x3612d2:0x4ac,_0x27bce9:0x465,_0x8e071:0x22a,_0x41bb6a:0x1ed,_0x26e8cb:0x1d3,_0x2598da:0x3f9,_0x2c9ce0:0x439,_0x133ab5:0x48d,_0x352b0f:0xc2,_0x14949d:0x1bf,_0x37f535:0x224,_0x4b6b6b:0x3af,_0xa49ee1:0x498,_0x229e72:0x118,_0x215180:0x197,_0x7bc69d:0x182,_0x216ef7:0x194,_0x5bd310:0x2e6,_0x56e359:0x2b3,_0x31a6c1:0x331,_0x1f2a3e:0x415,_0x5451cd:0x38f,_0x3c4fb2:0x322,_0x522009:0x2cb,_0x33fdcb:0x3fd,_0x1f0ddd:0x423,_0x32c11c:0x2e0,_0x230a9c:0x3ce,_0x19a76c:0x39b,_0x5e6661:0x404,_0x6f4074:0x1b4,_0x23c632:0x10b,_0x36fbb2:0x80,_0xba50cb:0x13b,_0x16a896:0xf7,_0x4a5342:0x57,_0x1877d0:0x164,_0x54872e:0x1c1,_0x250eec:0x21b,_0x168450:0x31e,_0x1ddca4:0x295,_0xb5fbef:0x2ec,_0x178fdf:0x2dd,_0x31c215:0x353,_0x1220aa:0x395,_0x3c990b:0x44d,_0x276531:0x461,_0x3cd056:0x235,_0x307c2e:0x13e,_0x4014c7:0x1c6,_0xaa1548:0x22e,_0x318436:0xcf,_0x5c1ddb:0x336,_0x3cc524:0x14e,_0x17ccfa:0xd4,_0x265d3d:0x418,_0x1fe666:0x470,_0x32e9bf:0x33e,_0x482b62:0x2c3,_0x3f5228:0x317,_0x1084e7:0x310,_0x598d3d:0x2a6,_0x16a7c3:0x2c9,_0x76ed1a:0x149,_0x17970d:0x24c,_0xb1af7b:0x198,_0x32e323:0x216,_0x5d926b:0x442,_0x2536d9:0x268,_0x4d4848:0x247,_0x37f0bf:0x1c8,_0x5f4b98:0x1ae,_0x1b5093:0x416,_0x1b8863:0x4a7,_0x3f47de:0x374,_0x4c1573:0x3aa,_0x14856f:0x3d9,_0x4b1ea6:0x45d,_0x322878:0x44a,_0x2a6f22:0x28e,_0x3c4e62:0x26e,_0x412ce5:0x2d4,_0x1ac2ed:0x3c5,_0x51b479:0x1e8,_0x244eee:0x310,_0x1e4252:0x376,_0x5c9b45:0x39a,_0x92b3e7:0x349,_0x363607:0x3ec,_0x2a0935:0x2ce,_0x2f2456:0x263,_0x3645d8:0x324,_0x45fdeb:0x1b6,_0x3be699:0x144,_0x2c4a86:0xa5,_0x9b7004:0x46,_0x5d908d:0x145,_0x1b99a3:0x1c3,_0x49aa7b:0x41b,_0x20ceca:0x45f,_0x3a9446:0x48c,_0x4a7c40:0x42e,_0x5686c3:0x353,_0x305d5e:0x2b5,_0x4ef164:0x1e1,_0x3f5f19:0x216,_0xa8268c:0x488,_0x562a68:0x2ce,_0x5b1f7f:0x28d,_0x22dfb8:0x306,_0x5d8438:0x24b,_0x4d656d:0x325,_0x36d092:0x29d,_0x72ac49:0x297,_0x2ad474:0x2ab,_0x3025bd:0x117,_0xbfebae:0x125,_0x1aa720:0x1de,_0x2a3284:0x2df,_0xf2399e:0x2d5,_0x107093:0x40e,_0x53c5b4:0x432,_0x594102:0x3f0,_0x12bd81:0x3a5,_0x9f0b5a:0x407,_0x2b36d3:0x317,_0x1f8c33:0x2ea,_0x3d9774:0x302,_0xc9868e:0x2fa,_0x13bcb2:0x327,_0x3754d9:0x3bb,_0x21506b:0x93,_0x2bd665:0xeb,_0x53e8e3:0x7e,_0x46caa4:0x44,_0x3b246d:0xe0,_0x2e60bc:0x69,_0x5e723a:0x278,_0x57b6e3:0x216,_0x5ecf8c:0xeb,_0x447b29:0x126,_0x248fc7:0x1a3,_0x1f1340:0x1ea,_0x2afaba:0x202,_0x2f8c7d:0x1ea,_0x2f12d4:0x198,_0x367fa3:0x36b,_0x341dc3:0x3af,_0x5d6068:0x400,_0x2637e7:0x20e,_0x4ff74a:0x216,_0x459f1f:0x1ed,_0x1ce5fb:0x26a,_0x4de333:0x269,_0x49642b:0x4f},_0x5a199f={_0x15f3eb:0x39},_0x120870={};_0x120870[_0x290d68(-0x14d,-_0x1ba7bb._0x2427dc,-_0x1ba7bb._0x27ad77,-0x8a)]=_0x290d68(-0x198,-0x131,-_0x1ba7bb._0x559557,-0x11f)+_0x290d68(-_0x1ba7bb._0x32a5b9,-_0x1ba7bb._0x324def,-_0x1ba7bb._0x24dd61,-0xa8)+_0x290d68(-0xd3,-_0x1ba7bb._0x5874be,-0xf1,-0x85)+'11|23|20|7'+_0x220537(_0x1ba7bb._0x421c8d,0x329,0x2b4,0x311)+_0x290d68(-0xcd,-0x1d4,-_0x1ba7bb._0x5cfb8d,-_0x1ba7bb._0x2f6913)+'|2|25|26|8',_0x120870[_0x220537(_0x1ba7bb._0x58d4c2,0x285,_0x1ba7bb._0x49a1d6,_0x1ba7bb._0x1b625a)]='\x20\x20name\x20\x20\x20\x20'+_0x220537(_0x1ba7bb._0x487082,_0x1ba7bb._0x4655ce,_0x1ba7bb._0x13ae01,0x3bf)+_0x290d68(-0x24c,-_0x1ba7bb._0x486c1d,-0x1fd,-0x16b)+'me',_0x120870['FUvtC']=_0x220537(_0x1ba7bb._0x21cf16,0x2c9,_0x1ba7bb._0x427e67,_0x1ba7bb._0x69b757)+_0x220537(0x31e,0x277,_0x1ba7bb._0x4a3978,0x37b)+'g\x20set\x20code'+_0x220537(_0x1ba7bb._0x13df6e,0x371,_0x1ba7bb._0x5d210a,0x354)+_0x220537(_0x1ba7bb._0x3ffe25,_0x1ba7bb._0x3df8e7,0x3c4,0x407)+_0x290d68(-_0x1ba7bb._0x4f5e69,-0x138,-0x1b6,-0x157)+_0x220537(_0x1ba7bb._0x554c8f,_0x1ba7bb._0x2e19aa,0x3a7,_0x1ba7bb._0x38b246),_0x120870[_0x290d68(-_0x1ba7bb._0x5c577d,-0x157,-_0x1ba7bb._0x57b54f,-_0x1ba7bb._0x89b7bc)]=_0x290d68(-_0x1ba7bb._0x58b5a6,-0x173,-_0x1ba7bb._0x413b11,-_0x1ba7bb._0x1d84dd)+_0x220537(_0x1ba7bb._0x7aed07,0x3fc,0x3f7,_0x1ba7bb._0x230f2d)+_0x220537(0x31b,_0x1ba7bb._0x35357f,0x3b8,_0x1ba7bb._0x4c451d)+'ed\x20in\x20setu'+'p.json):',_0x120870[_0x220537(_0x1ba7bb._0x492d92,0x405,_0x1ba7bb._0x4e396b,_0x1ba7bb._0x3843c4)]=_0x290d68(-_0x1ba7bb._0x1b9924,-_0x1ba7bb._0x295b7f,-_0x1ba7bb._0x46dd7b,-0x14a)+'rage\x20\x20\x20\x20\x20\x20'+_0x290d68(-0x1a4,-_0x1ba7bb._0x43b7e1,-0x1b4,-0x23a)+_0x220537(0x30b,0x37e,0x366,_0x1ba7bb._0x1e1066)+_0x220537(_0x1ba7bb._0xe4c0f8,0x28d,_0x1ba7bb._0x10825e,_0x1ba7bb._0x1dcfb4),_0x120870[_0x290d68(-0x129,-0x1a6,-_0x1ba7bb._0x291666,-0xb6)]=_0x290d68(-_0x1ba7bb._0x94667c,-0x133,-0x116,-_0x1ba7bb._0x1f0bab)+_0x290d68(-_0x1ba7bb._0x4769b7,-_0x1ba7bb._0x94667c,-0x1b9,-_0x1ba7bb._0x626624)+'\x20\x20Trust\x20pr'+_0x290d68(-_0x1ba7bb._0x29d421,-0x1a0,-0x214,-0x1f3)+_0x220537(_0x1ba7bb._0x202670,0x399,0x474,_0x1ba7bb._0x3c150e)+_0x220537(_0x1ba7bb._0x3a3da5,0x388,_0x1ba7bb._0x4de74a,0x359),_0x120870[_0x220537(0x418,0x37d,_0x1ba7bb._0x1eabb5,0x450)]='Server\x20con'+_0x290d68(-0x1ac,-0x25d,-0x1bd,-_0x1ba7bb._0x5f574f)+_0x220537(_0x1ba7bb._0x968057,0x36e,0x3f1,0x454)+_0x220537(_0x1ba7bb._0x2499bf,_0x1ba7bb._0x214c0f,0x33a,0x260)+'coder/conf'+'ig.json):',_0x120870[_0x220537(_0x1ba7bb._0xd2392e,_0x1ba7bb._0x27e001,_0x1ba7bb._0x102b69,_0x1ba7bb._0x1cee0c)]=_0x290d68(-_0x1ba7bb._0x572b35,-_0x1ba7bb._0xd5a753,-0x1d1,-0x12c)+'_path\x20\x20\x20\x20\x20'+_0x220537(_0x1ba7bb._0x13b64e,0x2b2,0x3c4,0x292)+_0x290d68(-0x144,-_0x1ba7bb._0x1b9924,-0x1d3,-_0x1ba7bb._0x17fc50)+_0x290d68(-_0x1ba7bb._0x601f4,-0x200,-_0x1ba7bb._0x28e486,-0x163),_0x120870[_0x290d68(-0xf3,-_0x1ba7bb._0x23d9c3,-0x16a,-0x15f)]='Examples:',_0x120870['wfepk']='\x20\x20server_p'+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x220537(_0x1ba7bb._0x1df7f5,_0x1ba7bb._0x15576b,0x44e,0x34e)+_0x220537(_0x1ba7bb._0x2711d9,0x3e7,0x452,_0x1ba7bb._0x4e4903)+_0x220537(_0x1ba7bb._0x4c4c4f,_0x1ba7bb._0x44a0bb,_0x1ba7bb._0x1aac5a,_0x1ba7bb._0x2cdb7e);function _0x290d68(_0x1e9cbf,_0x487f78,_0x399648,_0xa4f30c){return _0x13464e(_0x1e9cbf-0xd0,_0x1e9cbf,_0x399648- -0x51,_0xa4f30c-0x144);}_0x120870['DIlxK']=_0x220537(0x3c2,0x416,0x34c,0x3cd)+'agent\x20\x20\x20\x20\x20'+_0x220537(0x3de,0x388,_0x1ba7bb._0x303b52,_0x1ba7bb._0x5d9c57)+'agent\x20(cla'+_0x220537(_0x1ba7bb._0x1e6f90,0x353,0x368,0x3e3)+_0x220537(0x401,_0x1ba7bb._0x2163e4,_0x1ba7bb._0x25c845,0x479),_0x120870['MptyA']=_0x290d68(-_0x1ba7bb._0xf7b1b0,-0x1a9,-0x117,-_0x1ba7bb._0x400c5f)+_0x290d68(-_0x1ba7bb._0x40d28e,-0x18a,-_0x1ba7bb._0x15561a,-_0x1ba7bb._0x450690)+_0x220537(_0x1ba7bb._0x13b64e,_0x1ba7bb._0x2e7922,0x348,_0x1ba7bb._0x1ddbbd)+_0x220537(_0x1ba7bb._0x257a17,0x3ef,0x439,0x44f)+'p\x20director'+'y',_0x120870['znMBC']=_0x290d68(-_0x1ba7bb._0x440052,-_0x1ba7bb._0x5843e1,-_0x1ba7bb._0x501319,-0x121)+_0x290d68(-_0x1ba7bb._0x3cbb49,-0x1b3,-0x1d4,-_0x1ba7bb._0x35c373)+_0x220537(_0x1ba7bb._0x218bd7,_0x1ba7bb._0x3612d2,_0x1ba7bb._0x27bce9,0x390)+_0x290d68(-_0x1ba7bb._0x8e071,-_0x1ba7bb._0x41bb6a,-0x1bd,-_0x1ba7bb._0x26e8cb)+_0x220537(_0x1ba7bb._0x2598da,_0x1ba7bb._0x2c9ce0,_0x1ba7bb._0x133ab5,0x3b5),_0x120870[_0x290d68(-0x16e,-_0x1ba7bb._0x352b0f,-0x148,-0xb7)]=_0x290d68(-0x1c9,-0x16e,-_0x1ba7bb._0x14949d,-_0x1ba7bb._0x37f535)+_0x220537(_0x1ba7bb._0x487082,0x3b8,_0x1ba7bb._0x4b6b6b,_0x1ba7bb._0xa49ee1)+_0x290d68(-_0x1ba7bb._0x229e72,-_0x1ba7bb._0x215180,-_0x1ba7bb._0x7bc69d,-0x218)+_0x290d68(-_0x1ba7bb._0x216ef7,-0x162,-0x1dc,-0x1ea)+'onments',_0x120870['gpZBz']=_0x220537(_0x1ba7bb._0x5bd310,_0x1ba7bb._0x56e359,0x2df,_0x1ba7bb._0x31a6c1)+_0x220537(_0x1ba7bb._0x1f2a3e,_0x1ba7bb._0x5451cd,0x3f7,0x408)+_0x220537(0x330,0x28c,0x2bc,0x338)+'SSL\x20CA\x20bun'+'dle\x20(optio'+_0x220537(_0x1ba7bb._0x3c4fb2,0x35e,_0x1ba7bb._0x522009,0x279),_0x120870[_0x220537(_0x1ba7bb._0x33fdcb,0x463,0x48c,0x399)]=_0x220537(0x3bc,0x43e,0x455,0x3cf),_0x120870[_0x220537(0x39d,_0x1ba7bb._0x1f0ddd,0x31a,0x3df)]=_0x220537(0x381,_0x1ba7bb._0x32c11c,_0x1ba7bb._0x230a9c,0x3c8)+_0x220537(_0x1ba7bb._0x19a76c,0x323,_0x1ba7bb._0x5e6661,0x3c4)+_0x290d68(-0x156,-0x1cd,-_0x1ba7bb._0x6f4074,-_0x1ba7bb._0x23c632)+'SSL\x20privat'+_0x290d68(-_0x1ba7bb._0x36fbb2,-_0x1ba7bb._0xba50cb,-_0x1ba7bb._0x16a896,-_0x1ba7bb._0x4a5342),_0x120870[_0x290d68(-0x15e,-_0x1ba7bb._0x1877d0,-0x200,-0x1e1)]=_0x290d68(-_0x1ba7bb._0x559557,-0x1bd,-_0x1ba7bb._0x54872e,-_0x1ba7bb._0x250eec)+_0x220537(_0x1ba7bb._0x168450,0x362,_0x1ba7bb._0x1ddca4,0x2d5)+_0x220537(_0x1ba7bb._0xb5fbef,_0x1ba7bb._0x178fdf,_0x1ba7bb._0x31c215,_0x1ba7bb._0x1220aa)+_0x220537(0x3e5,0x38d,_0x1ba7bb._0x3c990b,_0x1ba7bb._0x276531)+'80',_0x120870['kmTSm']=_0x290d68(-_0x1ba7bb._0x3cd056,-0x11c,-0x1c1,-_0x1ba7bb._0x307c2e)+_0x290d68(-0x1ec,-0x1fa,-_0x1ba7bb._0x4014c7,-_0x1ba7bb._0xaa1548)+_0x290d68(-_0x1ba7bb._0x318436,-0x9a,-0x13a,-0x11b)+_0x220537(0x2db,_0x1ba7bb._0x2cdb7e,0x352,_0x1ba7bb._0x5c1ddb)+_0x290d68(-_0x1ba7bb._0x3cc524,-0x1e3,-0x1e5,-0x1af);function _0x220537(_0x3a3125,_0x46cd1d,_0x47e716,_0x27ef91){return _0x13464e(_0x3a3125-_0x5a199f._0x15f3eb,_0x47e716,_0x3a3125-0x493,_0x27ef91-0x1c6);}const _0x1eefec=_0x120870,_0x28eaeb=_0x1eefec[_0x290d68(-0x114,-_0x1ba7bb._0x17ccfa,-0xef,-0xc1)][_0x220537(0x3f2,_0x1ba7bb._0x265d3d,0x46b,_0x1ba7bb._0x1fe666)]('|');let _0x2cb0f8=-0x47b*0x1+0xe75+-0x9fa*0x1;while(!![]){switch(_0x28eaeb[_0x2cb0f8++]){case'0':console[_0x290d68(-0x2b2,-0x2ae,-0x216,-0x298)]('');continue;case'1':console[_0x220537(0x2ce,_0x1ba7bb._0x32e9bf,_0x1ba7bb._0xb5fbef,_0x1ba7bb._0x482b62)](_0x1eefec[_0x220537(0x2f6,0x39b,_0x1ba7bb._0x3f5228,_0x1ba7bb._0x1084e7)]);continue;case'2':console[_0x220537(0x2ce,0x273,_0x1ba7bb._0x598d3d,_0x1ba7bb._0x16a7c3)](_0x1eefec['FUvtC']);continue;case'3':console[_0x290d68(-0x1c9,-0x26f,-0x216,-0x230)](_0x1eefec[_0x290d68(-_0x1ba7bb._0x76ed1a,-_0x1ba7bb._0x17970d,-0x1e7,-_0x1ba7bb._0xf7b1b0)]);continue;case'4':console[_0x290d68(-_0x1ba7bb._0xb1af7b,-0x1c1,-_0x1ba7bb._0x32e323,-0x246)](_0x1eefec[_0x220537(0x40f,_0x1ba7bb._0x5d926b,_0x1ba7bb._0x25c845,0x412)]);continue;case'5':console[_0x290d68(-0x211,-0x1d6,-0x216,-0x296)](_0x290d68(-_0x1ba7bb._0x2536d9,-_0x1ba7bb._0x4d4848,-_0x1ba7bb._0x37f0bf,-_0x1ba7bb._0x5f4b98)+_0x220537(_0x1ba7bb._0x1b5093,_0x1ba7bb._0x1b8863,_0x1ba7bb._0x3f47de,0x395)+_0x220537(0x383,_0x1ba7bb._0x4c1573,0x39a,_0x1ba7bb._0x14856f)+_0x220537(0x3fe,0x374,_0x1ba7bb._0x4b1ea6,0x469)+_0x220537(0x41a,_0x1ba7bb._0x322878,0x487,0x4b8));continue;case'6':console[_0x220537(0x2ce,_0x1ba7bb._0x2a6f22,0x24e,_0x1ba7bb._0x3c4e62)](_0x220537(0x2e1,0x293,_0x1ba7bb._0x412ce5,0x378)+_0x220537(0x3e2,_0x1ba7bb._0x1ac2ed,0x347,0x40e)+_0x290d68(-0x1be,-0x21a,-0x212,-_0x1ba7bb._0x51b479)+_0x220537(0x3fe,_0x1ba7bb._0xd2392e,0x3ed,0x3aa)+_0x220537(0x333,0x393,_0x1ba7bb._0x244eee,_0x1ba7bb._0x1e4252));continue;case'7':console['error'](_0x1eefec[_0x220537(_0x1ba7bb._0x5c9b45,0x428,_0x1ba7bb._0x92b3e7,_0x1ba7bb._0x363607)]);continue;case'8':console[_0x220537(_0x1ba7bb._0x2a0935,0x237,_0x1ba7bb._0x2f2456,_0x1ba7bb._0x3645d8)](_0x290d68(-_0x1ba7bb._0x45fdeb,-_0x1ba7bb._0x3be699,-0x1c1,-0x1f7)+_0x290d68(-0x237,-0x170,-_0x1ba7bb._0x4014c7,-0x24c)+'g\x20show');continue;case'9':console['error'](_0x1eefec[_0x290d68(-_0x1ba7bb._0x2c4a86,-_0x1ba7bb._0x9b7004,-0xcc,-_0x1ba7bb._0x5d908d)]);continue;case'10':console['error']('');continue;case'11':console[_0x290d68(-0x238,-0x1d7,-0x216,-_0x1ba7bb._0x1b99a3)](_0x1eefec[_0x220537(_0x1ba7bb._0x49aa7b,_0x1ba7bb._0x20ceca,_0x1ba7bb._0x3a9446,_0x1ba7bb._0x4a7c40)]);continue;case'12':console[_0x220537(0x2ce,_0x1ba7bb._0x5686c3,0x268,0x22e)](_0x1eefec['POQCL']);continue;case'13':console[_0x290d68(-_0x1ba7bb._0x305d5e,-_0x1ba7bb._0x4ef164,-_0x1ba7bb._0x3f5f19,-_0x1ba7bb._0xd5a753)](_0x1eefec[_0x220537(0x411,0x403,_0x1ba7bb._0xa8268c,0x384)]);continue;case'14':console[_0x220537(_0x1ba7bb._0x562a68,_0x1ba7bb._0x5b1f7f,_0x1ba7bb._0x22dfb8,0x320)](_0x1eefec[_0x220537(0x2dd,0x32b,_0x1ba7bb._0x5d8438,_0x1ba7bb._0x4d656d)]);continue;case'15':console[_0x290d68(-0x23c,-0x1a6,-0x216,-_0x1ba7bb._0x36d092)](_0x1eefec[_0x220537(0x306,0x393,0x265,0x2aa)]);continue;case'16':console[_0x290d68(-_0x1ba7bb._0x3cd056,-0x1f0,-_0x1ba7bb._0x3f5f19,-0x1b4)]('');continue;case'17':console[_0x290d68(-0x24c,-_0x1ba7bb._0x72ac49,-0x216,-_0x1ba7bb._0x2ad474)](_0x1eefec[_0x290d68(-_0x1ba7bb._0x3025bd,-0xbe,-_0x1ba7bb._0xbfebae,-0x197)]);continue;case'18':console['error'](_0x1eefec[_0x290d68(-_0x1ba7bb._0x1aa720,-0x1e6,-0x148,-0x107)]);continue;case'19':console[_0x220537(0x2ce,_0x1ba7bb._0x2a3284,_0x1ba7bb._0xf2399e,0x324)](_0x220537(_0x1ba7bb._0x107093,_0x1ba7bb._0x53c5b4,0x493,_0x1ba7bb._0x594102)+_0x220537(_0x1ba7bb._0x12bd81,_0x1ba7bb._0x9f0b5a,_0x1ba7bb._0x2b36d3,0x341)+_0x220537(_0x1ba7bb._0x1f8c33,0x375,_0x1ba7bb._0x3d9774,_0x1ba7bb._0xc9868e)+_0x220537(_0x1ba7bb._0x13bcb2,0x3b0,_0x1ba7bb._0x3754d9,0x36e)+_0x290d68(-0x181,-_0x1ba7bb._0x21506b,-_0x1ba7bb._0x2bd665,-_0x1ba7bb._0x53e8e3));continue;case'20':console['error'](_0x1eefec[_0x290d68(-_0x1ba7bb._0x46caa4,-0x145,-_0x1ba7bb._0x3b246d,-_0x1ba7bb._0x2e60bc)]);continue;case'21':console[_0x290d68(-0x26f,-_0x1ba7bb._0x5e723a,-_0x1ba7bb._0x57b6e3,-0x1c5)](_0x1eefec[_0x290d68(-0x83,-_0x1ba7bb._0x5ecf8c,-0xe7,-_0x1ba7bb._0x447b29)]);continue;case'22':console[_0x290d68(-0x219,-0x228,-_0x1ba7bb._0x32e323,-0x211)](_0x290d68(-0x1dd,-0x14d,-_0x1ba7bb._0x248fc7,-_0x1ba7bb._0x1f1340)+_0x290d68(-_0x1ba7bb._0x2afaba,-0x1cf,-_0x1ba7bb._0x2f8c7d,-0x142)+'config\x20<se'+_0x290d68(-_0x1ba7bb._0x2f12d4,-0x1a0,-0x1d6,-0x1c7)+_0x220537(_0x1ba7bb._0x367fa3,_0x1ba7bb._0x341dc3,0x409,_0x1ba7bb._0x5d6068)+_0x220537(0x2f7,0x25c,0x34f,0x341)+'e]');continue;case'23':console[_0x290d68(-_0x1ba7bb._0x2637e7,-0x2ab,-_0x1ba7bb._0x4ff74a,-_0x1ba7bb._0x459f1f)](_0x1eefec['yQOOK']);continue;case'24':console[_0x290d68(-_0x1ba7bb._0x1ce5fb,-0x190,-0x216,-_0x1ba7bb._0x4de333)]('');continue;case'25':console['error'](_0x1eefec['mQtfw']);continue;case'26':console['error'](_0x1eefec[_0x290d68(-_0x1ba7bb._0x7bc69d,-0x66,-0xee,-_0x1ba7bb._0x49642b)]);continue;}break;}}function _0x2397(){const _0x33329c=['vw5RBM93BIbJBW','uwj2zMO','DxnHz2uGAw5MBW','mZK5odGXmeLLCvjbvW','uxn0zhu','zYbZzxqGy29Kzq','ALPSuLq','mJmWohbpC0zutq','uMrlyNe','DgfZA19ZDg9Yyq','yMXtwMe','A2H6EKS','DhvWx3bHDgGGia','rxjYB3i6ihnLDa','CMvTB3zL','yxrOoIaGica','ueDxsKm','Cgf0AcaGicaGia','zxzUCwu','Evfpt0S','Aefszwe','q2jsCgy','BIbRzxK6ia','yLnLzu4','qwHjrve','zufowgu','ANnVBJOG','pIa8DMfSDwu+ia','ru5pru5u','AM9PBG','AwD1CMf0Aw9Uia','uNjvCNK','zYbZzxqGzgvMyq','EMPJwLG','zxHPDa','BeDysg0','lxnLCNzLCIbJBW','ChvpC3a','q29UzMLNDxjHDa','wLPryvO','r01Ivwm','C2v0','pt09ifnLDhvWia','shbOzuO','C3nSx2TLEv9Wyq','y29UzMLNihnLDa','vxPMzKW','ALDJBKq','mJj8mtz8mJf8mq','AvbnsvK','q29TBwfUzhm6','mtjIs2LHrvu','igTLExmGkhn0BW','EM5nqKm','DKjpBNe','tunqz1u','icbKzwzHDwX0xW','AK9frKW','DxrMltG','DuPMB3m','s2H3uLe','qxvRELG','tg9JyxrPB246ia','vgzMthO','swPUwg0','mZa3mJG4DhjRreHZ','y29KzxiTC2v0Dq','icbJB2rLCL9Zzq','icb0CNvZDf9WCG','vNrpr0K','DNzuAM0','BxfuDwy','zMXUCLG','B2nHDgLVBJOG','BxfvrMu','z3vYyxrPB24','DMvZrLq','C2v0DxaUANnVBG','teHft1G','DeXkELK','v2LJywe','uMvZzxqG','twfRzsbZDxjLia','C0jisfe','icbezwzHDwX0ia','icbtzxj2zxiGCa','B3j0icHKzwzHDq','u3vSs0S','A2v5pIaGicaGia','yxrO','qMDxu3O','zxjFCg9YDca4ma','y29KzxjFC2v0Dq','y29UzMLNihjLBq','zMzLy3qU','rfvpzK4','ntC4nJbszxjRsLe','EtOGicaGica','AdOGicaGica','zsbRzxKGzMLSzq','zgvMyxvSDf9HzW','s2DqzwC','icbmB2nHDgLVBG','AuPOweu','C3bSAxq','mhW5Fde1FdeZFa','vKfov0G','sgLftLq','A21uu20','svDmAvy','Cu5AwLm','ihzHBhvL','twvNvwm','B3iGy2HHBMDLCW','wLP1zwy','qxP3rwC','y29UzMLNDxjHDa','CYaODhj1zs9Myq','y29UzMLNigDLDa','zxGP','BMfTzq','Cf9WyxrOihbVAq','z3bAqNO','rerYD3a','otLnwvvuDu8','vvzwtem','C2vYDMvYx3bVCG','wvv4z1a','kg5VDcbZzxqP','Cf9WyxrO','ieDLDcbHignVBG','uKTVA2C','icbZzxqGpgTLEq','tw9RwK4','rKPzwhe','D2zLCgS','wKvtqLq','CM1HDgLVBG','BLbfq1G','yxrOicaGicaGia','icaGicaGicaGia','oxWXn3W2Fdv8mq','vxPNrxa','Aw9Uid09pq','Aw9U','zwTgAge','BhnVDg0','t05HB0q','C0zisva','C3jXuwu','CMvKigLUih4VlG','zxjYB3i','uu5dANy','B3H5igHLywrLCG','vwvpt28','ifjLBw92zsbHia','zcbPBIbJB25MAq','zxfbqNq','vvrqtMO','C3nSx2nLCNrFCa','CM9WAva','EgLjCMO','ihjLC3vSDhm','DuHLBxi','DwX0x2fNzw50ia','uMvTB3zLzca','reLSEeS','zvnbvKC','y1ngsve','lxnLDhvWigrPCG','icbYzw1VDMuGpa','s2Xjzvi','CL9Zzxr1Cf9Wyq','Bvf0zNC','Euzsy3y','icbZC2XFy2fFCa','icbtzxr1CcbUyq','vMjJz00','r0DeA28','ifnLDcbHignVBG','D3zcC1m','zYbZzxqGC2vYDG','DcbMB3vUzcbHDa','zwn0B3j5','Bhq6idmWmdaP','BNrZihrVigeGDG','mxWWFdn8nhWY','u2v0DxaGy29UzG','vw5PyKq','Dhj1zq','z1bYuwC','tuHpug4','A2v5xsbBDMfSDq','BhvLpG','ywXPzcbWB3j0ia','zxiTC2vYDMvYia','A3bXvwu','CMvZB2X2zq','vMTWEey','uw5sBK0','y2XHDwrL','uMHfv3y','A3nIAxm','EgPAELi','y3LOr3O','A2v5CW','CMvHzezPBgu','txb0Eue','Aw5NihnLDhvWlG','igzVCIbLBNzPCG','reDqz2e','sKLOvNO','C3rVCMuGDgfZAW','tuvIy2m','Cu1bB3u','DhXNzxr8CMvTBW','ihrVigrLzMf1Ba','pIaGicaGicaGia','u1nmignLCNrPzG','B3brD0q','icbZC2XFy2vYDa','idXRzxK+','AgfZ','Cwzzz0G','q29UzMLNDxjLia','uMPXB0S','yMnVBw1HBMq6ia','yxzHAwXHyMXLia','A2v5CYaOC3rVCG','icbZAg93icaGia','Ae9nCMi','CNzLCIbJB25MAq','BIbUB3qGzM91BG','s2v5ici','uNvUicjJB2rLCG','BMfSkq','icbJB2rLCI1Zzq','nta1mJz1DuTfAKG','icbZC2HFAg9ZDa','wKzPq2i','zMLNDxjHDgLVBG','pt09ifnLCNzLCG','Bg9N','DKnvD0W','B3H5icaGicaGia','BwPYA2S','A2fsCKi','BY9JB2rLCI1Zzq','CgfYC2u','icbqyxrOihrVia','id0G','u2v0ia','Aw9UihzHBhvL','BhnLkq','Cf9WyxrOoIa','zsbZzxj2zxiGzG','Fdb8m3WXFde0Fa','Auf0yuq','zw50','ihrVihzPzxCGCW','DxaUANnVBIbUBW','qNr1zxC','nJeYmtjfq2f0C0i','vhnXCMO','D1DzALe','zwHPwhC','vxnHz2u6ignVza','DcaOmZaWmcK','BNvTyMvY','q3jAD1e','sLLoreW','ywXPzcbJB2rLCG','ienVBMzPz3vYyq','BwvZC2fNzq','rxjYB3i6ifnLDa','s0XgEfa','BfjwAvq','q3HZCeW','DdOGicaGica','rxjYB3iGCMvHza','C2v0DxaGCgf0Aa','Dhj1C3rFChjVEa','zunbr0i','icbNzxqGpgTLEq','B2Tzr2C','DcbJB25MAwD1CG','y29Kzq','t2XOrwC','r3PtuLO','wfvVyNu','svPXtK0','C3nOx2HVC3q','AwnHDguGzMLSzq','y1zSDLm','DhvW','t1jgANa','q2zprLa','quH2DeC','t1rjDeS','icbtu0GGAg9ZDa','Dw5Zzxq','iIbUB3qGzM91BG','whjlEem','BND3vxa','ohndvwzJDG','DgGGl3bHDgGVDa','BMzPzYiGzM9Yia','odzryxLYthe','DMv8C2HVDZ4GwW','zuH5CKW','D0z1Cxu','C3nSx2nHx3bHDa','y2rkr2i','ihrVihrHA2uGzq','ysbSAxn0ig9Mia','mty2mJG1oujZsxvNBW','mJq1DeHguKLz','AwD1CMuGDgHLia','uw5QzKK','rfPpBMK','thjUzw0','qKT3zKm','idXRzxK+idX2yq','ue9rq0W','B3zLidXRzxK+','wxDQqNi','zxr1Cc5QC29Uia','DxaGCgf0AcbUBW','tLr3q3K','DwrLig9YignVza','icbZC2XFA2v5xW','BMzPz3vYyxrPBW','ifnOB3CGywXSia','Aw9UoG','icb0yxnRx3n0BW','uMvZDgfYDcb0Aa','nhWXohWYnhWXmG','C3rYAw5NAwz5','DgG6icaGica'];_0x2397=function(){return _0x33329c;};return _0x2397();}async function setConfig(_0x1f9683,_0x217dea){const _0x23a333={_0x54bf29:0x4b5,_0x2dbbf7:0x50c,_0x436568:0x4fa,_0x3ff272:0x76,_0x3939d2:0x458,_0x21dbba:0x4af,_0x35a45e:0x48b,_0x1c9c8a:0x3f3,_0x65bac4:0x4ad,_0x24373c:0x548,_0x570ccf:0x4cc,_0x8e3283:0x591,_0x525cae:0x46,_0x302aa8:0x45,_0xfcf65a:0x51,_0x67036f:0x36,_0x1c0b64:0x6b,_0x23f74d:0x410,_0x4575c5:0x5b1,_0x141904:0x4ed,_0x5cdd9c:0x4c4,_0x2360b0:0x4d5,_0x54830c:0x489,_0x59c143:0xc0,_0x5e4714:0x4d,_0x5b2cfa:0xc9,_0x4875ed:0xc9,_0x563c80:0x56,_0x57fb49:0x34,_0x335cea:0x572,_0x4bdacc:0x4dc,_0x1d8347:0x5e,_0x5778d5:0x436,_0x42b316:0x56e,_0x1160ce:0x58e,_0xd2ff21:0x134,_0x5602cf:0x184,_0x5b932b:0x12,_0x5591b6:0x92,_0xe38e39:0xa9,_0x18718f:0x42,_0x1f0e04:0x129,_0x3adf6e:0x4d5,_0x5dafb8:0x179,_0x1095e0:0xd6,_0x59d5ce:0x73,_0x3f4ac6:0x11,_0x2185b6:0xb3,_0x10a80f:0x110,_0x42d823:0xc7,_0x38b3b3:0x3e2,_0x5333a1:0x473,_0x184ad9:0x4b3,_0x561a73:0x43e,_0x9b3846:0x3b6,_0x5c90a5:0x45f,_0x22a399:0x43f,_0x3d4957:0x3c2,_0x570a82:0x46f,_0x2ed8b7:0x464,_0x468f53:0x4eb,_0x2240ce:0x4d3,_0x4bcf6b:0x566,_0x5d5129:0x5da,_0x5a4938:0xb2,_0xf25c09:0xef,_0x15d455:0x58,_0x58b9e6:0x9e,_0x1a84d4:0x481,_0x3ef353:0x4cd,_0x5775dc:0x549,_0x510b33:0x16e,_0xf13dff:0x3f,_0x259e68:0x5b,_0x20ddf8:0x28,_0x34b438:0x6,_0x3f3e11:0xbc,_0x269f09:0x95},_0x5d3ee4={_0x4ad437:0x50,_0x575698:0x624,_0xfe029e:0x16b},_0x5c96f4={};_0x5c96f4[_0x508e1a(0x4e3,0x470,_0x23a333._0x54bf29,0x488)]='Error:\x20Inv'+_0x508e1a(_0x23a333._0x2dbbf7,0x48a,0x483,_0x23a333._0x436568)+'number',_0x5c96f4[_0x33e0e5(_0x23a333._0x3ff272,0x12,0x33,0x88)]=_0x508e1a(0x4c0,0x4d2,_0x23a333._0x3939d2,_0x23a333._0x21dbba)+_0x508e1a(0x4c9,_0x23a333._0x35a45e,0x3eb,_0x23a333._0x1c9c8a)+_0x508e1a(_0x23a333._0x65bac4,_0x23a333._0x24373c,_0x23a333._0x570ccf,_0x23a333._0x8e3283)+_0x33e0e5(-_0x23a333._0x525cae,-_0x23a333._0x302aa8,_0x23a333._0xfcf65a,_0x23a333._0x67036f)+'lue>',_0x5c96f4['CrZwQ']='VbcgM',_0x5c96f4[_0x33e0e5(-_0x23a333._0x1c0b64,-0xdc,-0x9c,-0x10d)]=_0x508e1a(_0x23a333._0x23f74d,0x4b2,0x438,0x553)+_0x508e1a(_0x23a333._0x4575c5,0x53f,_0x23a333._0x141904,_0x23a333._0x5cdd9c)+_0x508e1a(0x4af,0x4fa,_0x23a333._0x2360b0,_0x23a333._0x54830c)+_0x33e0e5(-_0x23a333._0x59c143,-_0x23a333._0x5e4714,-0x2b,0x13)+_0x33e0e5(-0x43,-0xa4,-_0x23a333._0x5b2cfa,-0xf4)+'keys',_0x5c96f4[_0x33e0e5(-_0x23a333._0x4875ed,-0x67,-0x30,-0x2a)]=function(_0x4f8d59,_0xdcda5c){return _0x4f8d59===_0xdcda5c;},_0x5c96f4[_0x33e0e5(0x2,0x3,_0x23a333._0x563c80,_0x23a333._0x57fb49)]=_0x508e1a(0x583,_0x23a333._0x335cea,_0x23a333._0x4bdacc,0x57b),_0x5c96f4['Btuew']=_0x33e0e5(-0x33,_0x23a333._0x67036f,-_0x23a333._0x1d8347,0x38),_0x5c96f4[_0x508e1a(0x540,_0x23a333._0x4bdacc,0x4a4,_0x23a333._0x5778d5)]=_0x508e1a(0x5cd,_0x23a333._0x42b316,_0x23a333._0x1160ce,0x5fd);const _0x39dbe0=_0x5c96f4;(!_0x1f9683||_0x217dea===undefined)&&(console[_0x33e0e5(-_0x23a333._0xd2ff21,-0xf0,-0xdc,-_0x23a333._0x5602cf)](_0x39dbe0[_0x33e0e5(0x51,_0x23a333._0x5b932b,0x21,_0x23a333._0x5591b6)]),process['exit'](-0x24f6+-0x377*-0x1+0x1*0x2180));const _0x5034ea=SERVER_CONFIG_KEYS['has'](_0x1f9683);function _0x508e1a(_0x3a1463,_0x3ef500,_0x114c5a,_0xc5fd92){return _0x13464e(_0x3a1463-_0x5d3ee4._0x4ad437,_0x3a1463,_0x3ef500-_0x5d3ee4._0x575698,_0xc5fd92-_0x5d3ee4._0xfe029e);}const _0x2794ed=SETUP_JSON_KEYS[_0x33e0e5(-0x24,-_0x23a333._0xe38e39,-_0x23a333._0x18718f,-_0x23a333._0x1f0e04)](_0x1f9683);function _0x33e0e5(_0x378dcd,_0x3b16cb,_0x118c77,_0x43bf56){return _0x13464e(_0x378dcd-0x107,_0x118c77,_0x3b16cb-0xd5,_0x43bf56-0x2e);}!_0x5034ea&&!_0x2794ed&&(_0x39dbe0[_0x508e1a(0x485,_0x23a333._0x3adf6e,0x466,0x4b4)]===_0x33e0e5(-_0x23a333._0x5dafb8,-_0x23a333._0x1095e0,-0x146,-_0x23a333._0x59d5ce)?(console['error'](_0x33e0e5(-0x80,-0x34,-_0x23a333._0x3f4ac6,-_0x23a333._0x2185b6)+'nfiguratio'+'n\x20key:\x20'+_0x1f9683),console[_0x33e0e5(-_0x23a333._0x10a80f,-0xf0,-_0x23a333._0x42d823,-0x156)](_0x39dbe0[_0x508e1a(_0x23a333._0x38b3b3,_0x23a333._0x5333a1,_0x23a333._0x184ad9,_0x23a333._0x561a73)]),process[_0x33e0e5(-_0x23a333._0x57fb49,-_0x23a333._0x5b932b,-_0x23a333._0x5591b6,-0x24)](0x1*-0x1b7d+0x55*-0x2f+0xbb*0x3b)):(_0x4513e4[_0x508e1a(_0x23a333._0x9b3846,_0x23a333._0x5c90a5,_0x23a333._0x22a399,_0x23a333._0x3d4957)](_0x508e1a(_0x23a333._0x570a82,0x4b1,0x4fa,0x470)+_0x46e24b+('\x22\x20not\x20foun'+_0x508e1a(0x478,_0x23a333._0x2ed8b7,_0x23a333._0x468f53,0x4ec)+_0x508e1a(_0x23a333._0x2240ce,_0x23a333._0x4bcf6b,0x5c4,0x5b6))),_0x326303[_0x508e1a(_0x23a333._0x5d5129,0x53d,0x4ee,0x53f)](0x165+-0x77*0x3b+0x1a09)));if(_0x5034ea)_0x39dbe0[_0x33e0e5(-_0x23a333._0x5a4938,-0x67,-_0x23a333._0xf25c09,0x22)](_0x39dbe0[_0x33e0e5(_0x23a333._0x15d455,0x3,0x54,_0x23a333._0x58b9e6)],_0x39dbe0[_0x508e1a(_0x23a333._0x1a84d4,_0x23a333._0x3ef353,_0x23a333._0x5775dc,0x562)])?(_0x24295e['error'](_0x39dbe0[_0x33e0e5(-0x117,-0xdf,-0xd7,-_0x23a333._0x510b33)]),_0x275a81[_0x33e0e5(-_0x23a333._0xf13dff,-0x12,-_0x23a333._0x259e68,-_0x23a333._0x20ddf8)](-0x678+0x1115+-0xa9c)):await setServerConfig(_0x1f9683,_0x217dea);else _0x2794ed&&(_0x39dbe0['lRViT']===_0x39dbe0[_0x33e0e5(-_0x23a333._0x34b438,-0x73,-_0x23a333._0x3f3e11,-0x35)]?await setSetupConfig(_0x1f9683,_0x217dea):_0x6ec67e[_0x33e0e5(-0x125,-_0x23a333._0x269f09,-0x3d,-0xff)](_0x149233));}async function setServerConfig(_0x2a73fa,_0x5e77e4){const _0x21d64c={_0x15040c:0x17,_0x38a416:0xe4,_0x3c99f5:0x15b,_0x3faa41:0x102,_0x9330c8:0x21f,_0x5c033e:0x178,_0x3b03be:0x8c,_0x5ce777:0x3a,_0x5e3fc4:0xbb,_0x3b5747:0x188,_0x22086f:0x142,_0x396dc6:0xff,_0x482dee:0xdc,_0x185932:0x5,_0x41aa9e:0x93,_0x42911b:0xb,_0x28d05c:0x3c,_0x59c580:0x136,_0x298f5c:0xa1,_0x23e619:0x1c0,_0x4a40d8:0xd0,_0x5bc7c2:0x16e,_0x589291:0x107,_0x5ae11b:0xc5,_0x583ddb:0xdb,_0x35b91d:0x69,_0x3374fa:0x1bd,_0x33969c:0x154,_0x188676:0x11d,_0x36e970:0xfe,_0xe9c9c2:0x113,_0x3d9984:0xc8,_0x3d7413:0xdf,_0x398708:0x4a,_0x1a62b4:0x10a,_0x5f28b2:0x14c,_0x37c978:0x185,_0x21be8c:0x130,_0x58fbfc:0x91,_0x4fc31a:0x182,_0x57bf4b:0x8f,_0x94b66a:0xa9,_0x3cd634:0x145,_0x5e9a8d:0xf4,_0x3f0ae9:0x12e,_0x25a02e:0x72,_0x3e9e05:0xc5,_0x1478c7:0x3e,_0x6eec8b:0xe5,_0x42f878:0x192,_0x280851:0x1a0,_0x30f424:0xd4,_0x59e5e6:0x124,_0x47d791:0x157,_0x39d3b5:0xd3,_0x2f575e:0x1c2,_0x3f1e5d:0x17a,_0x5cd22a:0xf9,_0x16e706:0xdb,_0x13ccaa:0xe9,_0x1387cb:0xc5,_0x395530:0xa6,_0x59c1f1:0x2f,_0x1ad642:0x32,_0x95d19e:0x17b,_0x11ba8a:0x1b2,_0x5cd32d:0x208,_0x4644e9:0x164,_0x1a8cba:0xcd,_0x14dc9f:0x48,_0x13f3a:0xfa,_0x4eaaf0:0x8b,_0x1f206b:0xec,_0x41d93e:0xf8,_0x5e03fc:0xe7,_0x4b28ba:0x175,_0x3f6ffa:0x134,_0x5c18b6:0x3f,_0x9b951c:0x58,_0x2ddedb:0x62,_0x2bdef0:0x4b,_0x5958be:0x115,_0x45f99c:0x12a,_0x4d9dea:0xcd,_0x12b0d5:0x14b,_0x17a5d9:0xc4,_0xa47e25:0xb2,_0x5bda21:0xfd,_0xb857d9:0x121,_0x2c6e04:0xfc,_0x1ad7ad:0x17c,_0x59de9d:0xa1,_0x5e58ca:0x71,_0x4319cf:0xc1,_0x5187be:0x78,_0x14a5d0:0x4c,_0x2147b6:0xea,_0x3d22ea:0x86,_0x485f48:0x87,_0x1df319:0x43,_0x576356:0x44,_0x1da196:0xda,_0x3cd26a:0x89,_0x12068a:0x13f,_0x8e1adf:0x2d,_0x1a0967:0x8,_0x2f1660:0x3,_0x38cebf:0x55,_0x575687:0x81,_0x325fc9:0x11,_0x5f4b0b:0x33,_0x1d63be:0x94,_0x1cecad:0xbd,_0x50f61e:0xad,_0x4d9935:0xe5,_0x20da17:0xbf,_0x2a6100:0xf0,_0x5e8042:0x171,_0x501a84:0x84,_0x5b7b62:0x5d,_0x424130:0x10b,_0x5ef8ef:0x197,_0x2bfd1e:0x168,_0x1a7290:0xd3,_0x3a6faf:0x81,_0x1094ee:0x8b,_0x29c543:0x125,_0x3ca991:0x173,_0x4e4f66:0x9e,_0x39a6d1:0x7e,_0x570cde:0x126,_0xd0f357:0xee,_0x52e6a6:0xb5,_0x1f13f9:0x18e,_0x393240:0x187,_0x56bd31:0xe2,_0x4b2c86:0x126,_0x596504:0x46,_0x4504df:0x9e,_0x56eb71:0x6c,_0x373393:0xa7,_0x3d8093:0x4b,_0x52d7f4:0x143,_0x46478d:0xe8,_0x1f7ac7:0x6f,_0x3391f6:0x5b,_0x97e067:0x40,_0x54b611:0x13b,_0x4dcf4c:0x95,_0x1d8030:0x73,_0x2c4d24:0x9c,_0x2c5686:0x68,_0x254277:0x144,_0x43fcdf:0xd8,_0x267efe:0x120,_0x1260f0:0x6,_0x210cfd:0xf9,_0x1cc387:0x63,_0x429682:0x82,_0x3a8fd1:0x20f,_0x105d87:0x12e,_0x3d58f8:0x165,_0x4cfaf2:0x7b,_0x2042b1:0x1,_0x21bfa0:0x172,_0x593101:0x17c,_0x200a8f:0x10c,_0x3bede8:0x27,_0xfd05f9:0x62,_0x15ad8a:0x160,_0x5a0bf1:0x222,_0x1ee520:0x215,_0x1ce506:0x185,_0x1446b0:0x67,_0x2813bf:0xca,_0x1268e5:0x4,_0x31a368:0x5e,_0x5dc9b3:0x43,_0x527140:0xb2,_0x226409:0xfc,_0x1e8c2c:0x179,_0x48f3dc:0xae,_0x10bc1f:0xdd,_0x28c625:0xe3,_0x239a15:0x111,_0x26bbb5:0x65,_0x3a796b:0x7,_0x45ee69:0xa,_0x4bf85d:0x148,_0x3ee69e:0x1fe,_0x1aa659:0x128},_0x2faa3a={_0x436989:0x1af,_0x58b34f:0xe2},_0x47f4dd={_0x8a7f43:0xf9,_0x491c62:0x1b4};function _0x133944(_0x20c83a,_0x1a15ae,_0x2328b0,_0x122e69){return _0x25ed50(_0x20c83a-_0x47f4dd._0x8a7f43,_0x122e69- -0x81,_0x2328b0,_0x122e69-_0x47f4dd._0x491c62);}const _0x5d7957={'qMAou':_0x3719bb(-0x2f,-0x46,-0xf,-_0x21d64c._0x15040c)+_0x133944(0x171,0x13d,_0x21d64c._0x38a416,_0x21d64c._0x3c99f5)+_0x133944(_0x21d64c._0x3faa41,_0x21d64c._0x9330c8,0x1f0,_0x21d64c._0x5c033e)+_0x133944(0x4f,0xb5,_0x21d64c._0x3b03be,0x65)+_0x133944(0xe9,0x90,_0x21d64c._0x5ce777,_0x21d64c._0x5e3fc4)+_0x3719bb(-_0x21d64c._0x3b5747,-_0x21d64c._0x22086f,-0x176,-0x1e9)+_0x3719bb(-0x1c3,-0x134,-0x181,-0x147),'xiIrj':_0x3719bb(-0x5a,-_0x21d64c._0x396dc6,-0x5b,-0x62)+_0x133944(_0x21d64c._0x482dee,-_0x21d64c._0x185932,0x12d,_0x21d64c._0x41aa9e)+_0x3719bb(_0x21d64c._0x42911b,-_0x21d64c._0x41aa9e,-0x91,-_0x21d64c._0x28d05c)+_0x3719bb(-_0x21d64c._0x59c580,-0x13f,-_0x21d64c._0x298f5c,-_0x21d64c._0x23e619)+_0x133944(_0x21d64c._0x4a40d8,_0x21d64c._0x5bc7c2,_0x21d64c._0x589291,0xdd)+'o/coder-se'+_0x3719bb(-0xfc,-_0x21d64c._0x5ae11b,-_0x21d64c._0x583ddb,-_0x21d64c._0x35b91d),'rwwNe':_0x133944(0x195,_0x21d64c._0x3374fa,0x1e5,0x15b)+'p_path','sFHIP':function(_0xe16799,_0x21e555){return _0xe16799(_0x21e555);},'kJMUh':'server_por'+'t','eCAGB':'KgPeg','gvmWn':function(_0x343f44,_0x31e2c9,_0x2a209a){return _0x343f44(_0x31e2c9,_0x2a209a);},'Lrnem':function(_0x379815,_0x2e2c1b){return _0x379815(_0x2e2c1b);},'wWYjQ':function(_0x1300a5,_0x528457){return _0x1300a5<_0x528457;},'ZZQaZ':function(_0x48b462,_0x53476d){return _0x48b462>_0x53476d;},'cyhGz':'iBAcx','opQwD':_0x133944(_0x21d64c._0x33969c,_0x21d64c._0x188676,_0x21d64c._0x36e970,_0x21d64c._0xe9c9c2),'yFRcv':'Error:\x20Inv'+'alid\x20port\x20'+_0x3719bb(-_0x21d64c._0x3d9984,-_0x21d64c._0x3d7413,-_0x21d64c._0x398708,-0x16a),'ehiXw':function(_0x3b207f,_0x346fc7){return _0x3b207f(_0x346fc7);},'hVMqT':_0x3719bb(-_0x21d64c._0x1a62b4,-_0x21d64c._0x5f28b2,-_0x21d64c._0x37c978,-_0x21d64c._0x21be8c)+'ath','bSeeN':function(_0x34b3b7,_0x3a8343){return _0x34b3b7!==_0x3a8343;},'yipfv':_0x133944(_0x21d64c._0x58fbfc,_0x21d64c._0x4fc31a,0xd7,0xed),'XrKxC':_0x3719bb(-_0x21d64c._0x57bf4b,-0x73,-0x7,-_0x21d64c._0x94b66a),'iJhXE':function(_0x49ddcc){return _0x49ddcc();},'CxspL':_0x3719bb(-0x16,-0x6c,-0xec,-0xf4)+'th','ZKtvA':_0x133944(_0x21d64c._0x3cd634,0xec,_0x21d64c._0x5e9a8d,_0x21d64c._0x3f0ae9),'FJYXq':_0x133944(_0x21d64c._0x25a02e,0x10c,0x8f,_0x21d64c._0x3e9e05)+'y','iPMIY':function(_0x292cd9,_0x447be9){return _0x292cd9===_0x447be9;},'YwjBr':_0x3719bb(-0x3e,-_0x21d64c._0x1478c7,-0x43,-0xdf),'yFyvb':_0x3719bb(-_0x21d64c._0x6eec8b,-0x118,-_0x21d64c._0x42f878,-0xcd),'UPXAL':_0x3719bb(-0xdf,-0x12e,-0x11f,-_0x21d64c._0x280851),'mqUFe':function(_0x38dbc6,_0x832e94){return _0x38dbc6(_0x832e94);}};function _0x3719bb(_0xf26ce,_0x29a9ef,_0x32aa09,_0x21ef65){return _0x25ed50(_0xf26ce-_0x2faa3a._0x436989,_0x29a9ef- -0x218,_0x32aa09,_0x21ef65-_0x2faa3a._0x58b34f);}switch(_0x2a73fa){case _0x5d7957['rwwNe']:{const _0x26c676=_0x5cbb85[_0x3719bb(-_0x21d64c._0x30f424,-0x126,-_0x21d64c._0x38a416,-_0x21d64c._0x59e5e6)](_0x5e77e4);await _0x5d7957[_0x3719bb(-0xd5,-_0x21d64c._0x47d791,-_0x21d64c._0x39d3b5,-_0x21d64c._0x2f575e)](saveCoderSetupPath,_0x26c676),console[_0x3719bb(-_0x21d64c._0x3f1e5d,-_0x21d64c._0x5cd22a,-_0x21d64c._0x16e706,-_0x21d64c._0x13ccaa)](_0x133944(0x138,0x75,0xeb,0xa7)+_0x2a73fa+_0x133944(_0x21d64c._0x1387cb,_0x21d64c._0x25a02e,0x77,_0x21d64c._0x395530)+_0x26c676),console['log'](_0x3719bb(_0x21d64c._0x59c1f1,-_0x21d64c._0x1ad642,-_0x21d64c._0x185932,-0xa1)+':\x20'+getConfigPath());break;}case _0x5d7957['kJMUh']:{if(_0x5d7957[_0x3719bb(-_0x21d64c._0x95d19e,-0xd1,-0x9a,-0xeb)]!==_0x133944(_0x21d64c._0x11ba8a,0x1d1,_0x21d64c._0x5cd32d,_0x21d64c._0x4644e9))_0x3fdc06[_0x3719bb(-0xfc,-_0x21d64c._0x1a8cba,-0x8a,-_0x21d64c._0x14dc9f)]==='ENOENT'?(_0x56ef79['error'](_0x3719bb(-_0x21d64c._0x13f3a,-_0x21d64c._0x4eaaf0,-0x21,-_0x21d64c._0x1f206b)+_0x3719bb(-_0x21d64c._0x41d93e,-_0x21d64c._0x5e03fc,-_0x21d64c._0x4b28ba,-_0x21d64c._0x3f6ffa)+_0x133944(0xa1,-_0x21d64c._0x5c18b6,_0x21d64c._0x9b951c,_0x21d64c._0x2ddedb)+'\x20'+_0x13c03c),_0x153298[_0x133944(0x18,-_0x21d64c._0x2bdef0,-0xa,0x43)](_0x5d7957[_0x3719bb(-0x9a,-_0x21d64c._0x5958be,-0x185,-0x99)])):_0x4528f7['error'](_0x3719bb(-0x2b,-_0x21d64c._0x30f424,-_0x21d64c._0x45f99c,-_0x21d64c._0x396dc6)+'ing\x20setup.'+_0x133944(0x18f,_0x21d64c._0x4d9dea,_0x21d64c._0x12b0d5,0x119)+_0x1231d9['message']),_0x3113a5[_0x133944(_0x21d64c._0x17a5d9,_0x21d64c._0xa47e25,_0x21d64c._0x5bda21,_0x21d64c._0xb857d9)](-0x1*-0x461+0x3*0x913+-0x1f99);else{const _0x456254=_0x5d7957['gvmWn'](parseInt,_0x5e77e4,-0x221e+-0x20e6+0x430e);(_0x5d7957[_0x133944(_0x21d64c._0x2c6e04,_0x21d64c._0x4a40d8,_0x21d64c._0x1ad7ad,0xec)](isNaN,_0x456254)||_0x5d7957[_0x133944(_0x21d64c._0x59de9d,0x14c,_0x21d64c._0x13ccaa,0xb4)](_0x456254,-0x2*-0x5a6+-0x3*-0x15b+-0xf5c)||_0x5d7957[_0x3719bb(-0x87,-_0x21d64c._0x5e58ca,-_0x21d64c._0x4319cf,-0x4c)](_0x456254,0x1*0x1b398+-0x1008a+0x4cf1*0x1))&&(_0x5d7957[_0x133944(0xc4,0x84,0x70,_0x21d64c._0x5187be)]===_0x5d7957[_0x133944(_0x21d64c._0x14a5d0,_0x21d64c._0x2147b6,_0x21d64c._0x3d22ea,_0x21d64c._0x485f48)]?_0x4fd2e3[_0x133944(-0x1f,0x20,0xd7,_0x21d64c._0x1df319)](_0x3719bb(-0x12c,-0xd4,-0x4e,-0x46)+_0x133944(_0x21d64c._0x576356,_0x21d64c._0x1da196,0x61,0x7c)+'json:\x20'+_0x2265cf[_0x3719bb(-_0x21d64c._0x3cd26a,-0xda,-0xf5,-0x149)]):(console['error'](_0x5d7957[_0x133944(0xed,_0x21d64c._0x94b66a,0x3f,0x5a)]),process[_0x133944(0x121,0x1a9,_0x21d64c._0x3f0ae9,0x121)](0x1c3*-0x6+-0x1*-0x270e+-0x1c7b)));await _0x5d7957[_0x3719bb(-0x184,-0xe2,-_0x21d64c._0x12068a,-0x4a)](saveServerPort,_0x456254),console[_0x133944(_0x21d64c._0x8e1adf,-_0x21d64c._0x1a0967,_0x21d64c._0x5e9a8d,0x9e)](_0x133944(_0x21d64c._0x2f1660,0x105,0xcd,0xa7)+_0x2a73fa+'\x20=\x20'+_0x456254),console['log']('\x20\x20Location'+':\x20'+getConfigPath());break;}}case _0x5d7957['hVMqT']:{if(_0x5d7957[_0x3719bb(-_0x21d64c._0x38cebf,-_0x21d64c._0x575687,_0x21d64c._0x325fc9,-_0x21d64c._0x5f4b0b)](_0x5d7957['yipfv'],_0x5d7957[_0x3719bb(-_0x21d64c._0x1d63be,-_0x21d64c._0x1cecad,-0xfc,-_0x21d64c._0x50f61e)])){const _0x373ec5=_0x5cbb85[_0x133944(_0x21d64c._0x4d9935,0x10,0x2d,0x71)](_0x5e77e4);await _0x5d7957[_0x133944(0x5a,_0x21d64c._0x20da17,0x86,_0x21d64c._0x1f206b)](saveSslCertPath,_0x373ec5),console['log'](_0x3719bb(-0x198,-_0x21d64c._0x2a6100,-0x18e,-0xec)+_0x2a73fa+_0x3719bb(-0x185,-0xf1,-_0x21d64c._0x5e8042,-0x187)+_0x373ec5),console[_0x133944(_0x21d64c._0x2f1660,_0x21d64c._0x501a84,_0x21d64c._0x59c1f1,0x9e)](_0x3719bb(-0xc7,-0x32,-0x76,-_0x21d64c._0x5b7b62)+':\x20'+_0x5d7957['iJhXE'](getConfigPath));break;}else _0x1bc7ef['log'](_0x3719bb(-0xb5,-_0x21d64c._0x424130,-_0x21d64c._0x5ef8ef,-_0x21d64c._0x2bfd1e)+_0x3719bb(-0xa0,-_0x21d64c._0x1a7290,-0x16c,-_0x21d64c._0x3a6faf)+_0x133944(0x10e,0xf1,_0x21d64c._0x1094ee,0xaf)+'etup.json\x20'+_0x133944(_0x21d64c._0x29c543,0xf2,0x11c,_0x21d64c._0x3ca991)+_0x3719bb(-0xa3,-_0x21d64c._0x4e4f66,-_0x21d64c._0x39a6d1,-0x12f)),_0xe0dc4e['log'](_0x5d7957[_0x3719bb(-_0x21d64c._0x570cde,-0x14a,-0xd3,-_0x21d64c._0xd0f357)]);}case _0x5d7957[_0x133944(0x129,0x19,_0x21d64c._0x52e6a6,0xc1)]:{const _0x17583b=_0x5cbb85[_0x3719bb(-0x197,-0x126,-_0x21d64c._0x1f13f9,-0x160)](_0x5e77e4);await _0x5d7957[_0x3719bb(-_0x21d64c._0x393240,-_0x21d64c._0x56bd31,-_0x21d64c._0x4b2c86,-_0x21d64c._0x596504)](saveSslKeyPath,_0x17583b),console[_0x133944(0xe8,0x8c,0x136,_0x21d64c._0x4504df)](_0x133944(0x4f,_0x21d64c._0x56eb71,0xca,_0x21d64c._0x373393)+_0x2a73fa+_0x3719bb(-_0x21d64c._0x3e9e05,-0xf1,-_0x21d64c._0x3d8093,-0xdc)+_0x17583b),console[_0x3719bb(-0xd1,-_0x21d64c._0x5cd22a,-_0x21d64c._0x52d7f4,-_0x21d64c._0x46478d)](_0x3719bb(-0xc3,-_0x21d64c._0x1ad642,0x48,_0x21d64c._0x2f1660)+':\x20'+getConfigPath());break;}case _0x3719bb(-0x89,-0xb4,-_0x21d64c._0x1f7ac7,-_0x21d64c._0x3391f6)+'h':{if(_0x3719bb(-0x4d,-0x69,-_0x21d64c._0x5ce777,-_0x21d64c._0x97e067)===_0x5d7957['ZKtvA']){const _0x433872=_0x5cbb85[_0x3719bb(-_0x21d64c._0x54b611,-0x126,-_0x21d64c._0x4dcf4c,-0x143)](_0x5e77e4);await saveSslCaPath(_0x433872),console[_0x3719bb(-0x193,-0xf9,-_0x21d64c._0x1d8030,-_0x21d64c._0x2c4d24)](_0x133944(_0x21d64c._0x2c5686,_0x21d64c._0x254277,_0x21d64c._0x43fcdf,0xa7)+_0x2a73fa+_0x133944(0x83,_0x21d64c._0x267efe,_0x21d64c._0x1260f0,0xa6)+_0x433872),console[_0x3719bb(-0x116,-_0x21d64c._0x210cfd,-_0x21d64c._0x1cc387,-_0x21d64c._0x429682)](_0x133944(_0x21d64c._0x3a8fd1,_0x21d64c._0x105d87,0x152,_0x21d64c._0x3d58f8)+':\x20'+_0x5d7957['iJhXE'](getConfigPath));break;}else _0x5c81fd[_0x133944(_0x21d64c._0x4cfaf2,0xe2,_0x21d64c._0x2042b1,_0x21d64c._0x1df319)](_0x133944(0x8f,_0x21d64c._0x21bfa0,_0x21d64c._0x593101,_0x21d64c._0x200a8f)+'up.json\x20no'+_0x133944(-0x41,_0x21d64c._0x3bede8,_0x21d64c._0x4dcf4c,_0x21d64c._0xfd05f9)+'\x20'+_0x19895a);}case _0x5d7957[_0x133944(_0x21d64c._0x15ad8a,_0x21d64c._0x5a0bf1,_0x21d64c._0x1ee520,_0x21d64c._0x1ce506)]:{if(_0x5d7957[_0x3719bb(-0x99,-_0x21d64c._0x1446b0,-_0x21d64c._0x2813bf,_0x21d64c._0x1268e5)](_0x5d7957[_0x133944(_0x21d64c._0x5e03fc,0xf7,0x161,0xf1)],_0x5d7957['yFyvb']))_0x3929c0[_0x133944(0x3a,_0x21d64c._0x31a368,_0x21d64c._0x185932,_0x21d64c._0x5dc9b3)](_0x133944(_0x21d64c._0x527140,0x19e,0x179,_0x21d64c._0x200a8f)+_0x3719bb(-_0x21d64c._0x226409,-_0x21d64c._0x5e03fc,-_0x21d64c._0x1e8c2c,-0x98)+_0x3719bb(-0x9a,-0x135,-_0x21d64c._0x48f3dc,-_0x21d64c._0x10bc1f)+'\x20'+_0x12c45e),_0xdf38b8['error'](_0x5d7957[_0x133944(_0x21d64c._0x28c625,0x4b,0xd,0x82)]);else{const _0x20a4cb=_0x5e77e4===_0x5d7957['UPXAL']||_0x5d7957['iPMIY'](_0x5e77e4,'1');await _0x5d7957[_0x133944(0x11c,0x1e7,_0x21d64c._0x239a15,0x149)](saveTrustProxy,_0x20a4cb),console['log'](_0x3719bb(-0xba,-0xf0,-_0x21d64c._0x4e4f66,-_0x21d64c._0x26bbb5)+_0x2a73fa+_0x3719bb(-0x76,-0xf1,-0xfa,-0x14e)+_0x20a4cb),console[_0x133944(_0x21d64c._0x3a796b,0x27,-_0x21d64c._0x45ee69,0x9e)](_0x133944(_0x21d64c._0x4bf85d,0x158,0xdb,_0x21d64c._0x3d58f8)+':\x20'+_0x5d7957[_0x133944(_0x21d64c._0x3ee69e,_0x21d64c._0x1aa659,_0x21d64c._0x39d3b5,0x166)](getConfigPath));break;}}}}async function setSetupConfig(_0x48ee46,_0x5c2760){const _0x2fd28b={_0x39f707:0x4eb,_0x120278:0x510,_0x1a25fd:0x148,_0x29e91b:0x11d,_0x4191a7:0x178,_0x27c3a5:0xea,_0x228e5d:0x4ea,_0x437367:0x4ea,_0x400903:0xd5,_0x494bdf:0x149,_0x3f24af:0x104,_0x549112:0xb7,_0x141837:0xfd,_0x3bc4ca:0x15a,_0x3d35a5:0x4d2,_0x5ecea2:0x4a0,_0x41d948:0x524,_0x567f40:0x453,_0x472db6:0x3f9,_0xe96d7b:0x406,_0x1d0a49:0x497,_0x352650:0xa3,_0x346c92:0x119,_0x2414de:0x46a,_0x537ce4:0x531,_0x276000:0x4a7,_0x5ceea8:0x51a,_0x1ce0fd:0xe2,_0x1fb68d:0x168,_0x2e3fae:0x511,_0x59aa90:0x4c9,_0x13b08c:0x511,_0x4ddfa4:0x489,_0x5e6e97:0x50a,_0x8a9e91:0x4ef,_0x6c1bc6:0x50e,_0x50c52a:0x121,_0x2d6411:0x550,_0x3a86b1:0x503,_0xc196c3:0x609,_0x587111:0xf2,_0x22fb1d:0x67,_0x1336be:0x34,_0x3d298e:0x5ad,_0x2160af:0x66,_0x13f24b:0x99,_0x3bbccd:0x573,_0x57e662:0x470,_0x48d592:0xee,_0x142245:0x1ea,_0x2a812c:0x7c,_0x4d93c1:0x7a,_0x19b147:0x6a,_0x170c76:0xc2,_0x3f643c:0x8e,_0x2e877a:0x464,_0x4db8e:0x4e8,_0x150c50:0x507,_0x21f47a:0x3a,_0x255605:0x4b,_0x5f1e3c:0x1f,_0x260a8f:0x5fe,_0x369074:0x5a9,_0x23cc0a:0xf8,_0x46404a:0x126,_0x21c05f:0x55,_0x2944b4:0x157,_0x46057d:0x15e,_0x52690f:0x1ad,_0x4f50f4:0xfc,_0x255364:0x575,_0x2529df:0x5c3,_0x61564:0x108,_0x3763f3:0xdb,_0x4648ac:0x83,_0x5eab5a:0x43,_0x1052e8:0x23,_0x3abd5c:0x48,_0x5727a7:0x2,_0x359d14:0xbf,_0x15ed01:0x466,_0x5223e4:0x56f,_0x3dc3f9:0x57e,_0x112b82:0x598,_0x2620b9:0x115,_0x443a06:0x170,_0x29234f:0x1f8,_0x3c3089:0x50f,_0x1e7113:0x58c,_0x40311e:0x4da,_0x1c4612:0x4b4,_0x26ce6f:0x510,_0x5072b8:0x4e5,_0x24e155:0x40f,_0x37388:0x427,_0xe8c152:0x502,_0x59c063:0x112,_0x473fe1:0x97,_0x226c0c:0x105,_0x2a632d:0x53,_0x57df24:0x66,_0x49cfea:0xd8,_0x32cc5b:0x66,_0x4dcc5f:0x86,_0x3cd287:0x50d,_0x7bc367:0x4ab,_0x1a6395:0x10f,_0x23c22d:0x156,_0x41299e:0x4e6,_0x1e91c4:0x474,_0x3e57b1:0x5aa,_0x2abc4a:0x557,_0x57a7a3:0x4eb,_0x55b6a0:0x546,_0x4822cd:0x4c0,_0x2e5bbe:0x430,_0x64961a:0x13,_0x147e8c:0x7b,_0x5be67f:0xf6,_0x5aa4b3:0x24,_0x54f9b3:0x34,_0x4862ec:0xd4,_0x33b92d:0x558,_0x1ce43d:0x557,_0x5b7e5a:0x4e3,_0x2bc0b3:0x506,_0x4dbf9d:0x55e,_0xd0c7b0:0x113,_0x417cef:0x65,_0xb4f5f3:0x116,_0x389374:0xdd,_0x5bb028:0xef,_0x5694d8:0x170,_0xeb3393:0x10d,_0x159912:0x140,_0x8c377b:0xb6,_0x3c477f:0x151,_0x3373f3:0x1c7,_0x454aed:0x29,_0x33bb31:0xbb,_0x588583:0xab,_0x5ee5aa:0x11d,_0x569db0:0xf0,_0x92f99b:0x10d,_0x5c2b19:0x137,_0x189bda:0x175,_0x3b87d6:0x13b,_0x387c59:0xa5,_0x7d02b8:0x166,_0x3281f8:0x5c,_0x4030ba:0x57,_0x1ec108:0x588,_0x53247d:0x4dc,_0x2fa90f:0x46a,_0x48aab8:0x4fb,_0x169554:0x525,_0x5e2b06:0x4d7,_0x55fc8e:0x499,_0x44c451:0x448,_0x38b185:0x59,_0x11541c:0x4e,_0x46c5e9:0x55e},_0x5ecd49={_0x1b25ed:0x126,_0xf6e4b4:0x3b0,_0x440281:0x68},_0x3b53f1={_0x255d94:0x157},_0x1a3423={};_0x1a3423[_0x285012(_0x2fd28b._0x39f707,0x535,_0x2fd28b._0x120278,0x569)]=_0x5770f5(-_0x2fd28b._0x1a25fd,-_0x2fd28b._0x29e91b,-_0x2fd28b._0x4191a7,-_0x2fd28b._0x27c3a5)+_0x285012(0x4df,_0x2fd28b._0x228e5d,_0x2fd28b._0x437367,0x554)+_0x5770f5(-0x111,-_0x2fd28b._0x400903,-0xca,-0x112)+'a\x20list\x20of\x20'+_0x5770f5(-_0x2fd28b._0x494bdf,-0x124,-_0x2fd28b._0x3f24af,-0x156)+'keys',_0x1a3423['ZpElW']=_0x5770f5(-_0x2fd28b._0x549112,-_0x2fd28b._0x141837,-0x114,-_0x2fd28b._0x3bc4ca)+_0x285012(0x4ff,0x4a6,_0x2fd28b._0x3d35a5,_0x2fd28b._0x5ecea2)+'config\x20get'+_0x285012(_0x2fd28b._0x41d948,0x48b,_0x2fd28b._0x567f40,0x4ba),_0x1a3423['mjrkk']=_0x285012(_0x2fd28b._0x472db6,0x535,_0x2fd28b._0xe96d7b,_0x2fd28b._0x1d0a49),_0x1a3423['wFuqu']=_0x5770f5(-0x126,-0xf5,-_0x2fd28b._0x352650,-0x89)+'up\x20path\x20no'+_0x5770f5(-0x169,-0xea,-_0x2fd28b._0x346c92,-0xe9)+'ed',_0x1a3423[_0x285012(_0x2fd28b._0x2414de,_0x2fd28b._0x537ce4,0x46d,_0x2fd28b._0x276000)]='First\x20conf'+_0x285012(0x489,0x524,0x494,_0x2fd28b._0x5ceea8)+'setup\x20path'+':',_0x1a3423[_0x5770f5(-0x184,-_0x2fd28b._0x1ce0fd,-_0x2fd28b._0x1fb68d,-0x5b)]=_0x285012(_0x2fd28b._0x2e3fae,_0x2fd28b._0x41d948,0x44e,_0x2fd28b._0x59aa90)+'rver\x20confi'+'g\x20set\x20code'+_0x285012(0x4e0,_0x2fd28b._0x13b08c,0x460,_0x2fd28b._0x4ddfa4)+_0x285012(_0x2fd28b._0x5e6e97,_0x2fd28b._0x8a9e91,0x48b,_0x2fd28b._0x6c1bc6)+_0x5770f5(-0x11e,-0x110,-0xcd,-_0x2fd28b._0x50c52a)+_0x285012(_0x2fd28b._0x2d6411,0x586,0x50a,_0x2fd28b._0x3a86b1),_0x1a3423[_0x285012(_0x2fd28b._0xc196c3,0x581,0x5b1,0x5af)]=_0x5770f5(-_0x2fd28b._0x587111,-_0x2fd28b._0x22fb1d,-0xa5,_0x2fd28b._0x1336be),_0x1a3423[_0x285012(_0x2fd28b._0x3d298e,0x48d,0x5b5,0x515)]=function(_0x36bf01,_0x376790){return _0x36bf01===_0x376790;},_0x1a3423[_0x5770f5(0x37,-_0x2fd28b._0x2160af,-0x10d,-_0x2fd28b._0x13f24b)]=_0x285012(_0x2fd28b._0x3bbccd,0x564,_0x2fd28b._0x57e662,0x4ff),_0x1a3423[_0x5770f5(-_0x2fd28b._0x48d592,-0x143,-0x159,-_0x2fd28b._0x142245)]=_0x5770f5(-_0x2fd28b._0x2a812c,-_0x2fd28b._0x4d93c1,0x29,-_0x2fd28b._0x19b147),_0x1a3423[_0x5770f5(-_0x2fd28b._0x170c76,-0xde,-0x68,-_0x2fd28b._0x3f643c)]=function(_0x33cb47,_0x53195d){return _0x33cb47===_0x53195d;},_0x1a3423['UzffL']=_0x285012(0x635,0x650,0x637,0x5b8),_0x1a3423[_0x285012(_0x2fd28b._0x2e877a,_0x2fd28b._0x4db8e,0x58c,_0x2fd28b._0x150c50)]='ENOENT',_0x1a3423[_0x5770f5(-_0x2fd28b._0x21f47a,-0x31,0x1c,-0x8d)]=_0x5770f5(-0x32,-0x62,-0xe9,-0x5c)+_0x5770f5(-_0x2fd28b._0x255605,-0x58,0x16,_0x2fd28b._0x5f1e3c)+_0x285012(0x61c,0x520,_0x2fd28b._0x260a8f,_0x2fd28b._0x369074)+'nts\x20to\x20a\x20v'+_0x5770f5(-0x81,-_0x2fd28b._0x23cc0a,-_0x2fd28b._0x46404a,-_0x2fd28b._0x21c05f)+_0x5770f5(-_0x2fd28b._0x2944b4,-_0x2fd28b._0x46057d,-0xf5,-_0x2fd28b._0x52690f)+_0x5770f5(-_0x2fd28b._0x4f50f4,-0x150,-0x111,-0xad),_0x1a3423[_0x285012(0x63e,0x5bd,_0x2fd28b._0x255364,_0x2fd28b._0x2529df)]=function(_0x2ee16f,_0x416c02){return _0x2ee16f+_0x416c02;},_0x1a3423['zjcZX']=_0x285012(0x577,0x5c5,0x5a9,0x52c)+_0x5770f5(-0x135,-_0x2fd28b._0x61564,-_0x2fd28b._0x3763f3,-0x111)+_0x5770f5(-_0x2fd28b._0x4648ac,-_0x2fd28b._0x5eab5a,-_0x2fd28b._0x1052e8,-_0x2fd28b._0x3abd5c)+_0x285012(0x558,0x567,0x4dd,0x516)+_0x5770f5(-0x69,-0x56,_0x2fd28b._0x5727a7,-_0x2fd28b._0x359d14);const _0x1ea390=_0x1a3423,_0x3910c1=await getCoderSetupPath();function _0x5770f5(_0x459594,_0x45b4a7,_0x2f880f,_0x460df6){return _0x25ed50(_0x459594-_0x3b53f1._0x255d94,_0x45b4a7- -0x234,_0x459594,_0x460df6-0x8);}if(!_0x3910c1){const _0x44c90f=_0x1ea390[_0x285012(0x47d,_0x2fd28b._0x15ed01,0x52a,_0x2fd28b._0x3d35a5)][_0x285012(_0x2fd28b._0x5223e4,0x510,_0x2fd28b._0x3dc3f9,_0x2fd28b._0x112b82)]('|');let _0x118a3e=0x29*-0x1+0x1c2b*0x1+-0x1c02;while(!![]){switch(_0x44c90f[_0x118a3e++]){case'0':console[_0x5770f5(-_0x2fd28b._0x2620b9,-_0x2fd28b._0x443a06,-0x1f5,-_0x2fd28b._0x29234f)]('');continue;case'1':console['error'](_0x1ea390[_0x285012(_0x2fd28b._0x3c3089,0x4b5,_0x2fd28b._0x1e7113,0x513)]);continue;case'2':process['exit'](0x1b1f*0x1+-0x2*-0x11d5+0x4*-0xfb2);continue;case'3':console[_0x285012(_0x2fd28b._0x40311e,_0x2fd28b._0x1c4612,0x3ed,0x474)](_0x1ea390[_0x285012(0x495,_0x2fd28b._0x26ce6f,_0x2fd28b._0x5072b8,0x4a7)]);continue;case'4':console[_0x285012(_0x2fd28b._0x24e155,0x491,_0x2fd28b._0x37388,0x474)](_0x1ea390[_0x285012(0x523,0x482,0x56f,_0x2fd28b._0xe8c152)]);continue;}break;}}const _0x3d598e=_0x5cbb85[_0x5770f5(-_0x2fd28b._0x59c063,-_0x2fd28b._0x473fe1,-_0x2fd28b._0x226c0c,-0xe5)](_0x3910c1,_0x1ea390['YUxgP']);let _0x569525;try{if(_0x1ea390[_0x5770f5(-0x98,-0xcf,-_0x2fd28b._0x473fe1,-0x11c)](_0x1ea390[_0x5770f5(-_0x2fd28b._0x2a632d,-_0x2fd28b._0x57df24,-0xd7,-0x40)],_0x1ea390[_0x5770f5(-_0x2fd28b._0x49cfea,-_0x2fd28b._0x32cc5b,-_0x2fd28b._0x4dcc5f,-0x3d)])){const _0x40a30d=await _0x535c6d[_0x285012(0x461,_0x2fd28b._0x3cd287,0x4cd,_0x2fd28b._0x7bc367)](_0x3d598e,_0x1ea390['kpqUe']);_0x569525=JSON[_0x5770f5(-0x7d,-_0x2fd28b._0x1a6395,-0xa4,-_0x2fd28b._0x23c22d)](_0x40a30d);}else _0x23abde[_0x285012(_0x2fd28b._0x41299e,0x442,0x425,_0x2fd28b._0x1e91c4)](_0x5770f5(-0x25,-0xb4,-_0x2fd28b._0x5f1e3c,-0xf1)+'nfiguratio'+_0x285012(_0x2fd28b._0x3e57b1,_0x2fd28b._0x2abc4a,_0x2fd28b._0x57a7a3,_0x2fd28b._0x55b6a0)+_0x1ef701),_0x27a957[_0x285012(_0x2fd28b._0x4822cd,0x494,_0x2fd28b._0x2e5bbe,0x474)](_0x1ea390[_0x5770f5(-_0x2fd28b._0x64961a,-_0x2fd28b._0x147e8c,-_0x2fd28b._0x5be67f,_0x2fd28b._0x5aa4b3)]),_0x197145[_0x5770f5(-0x55,-0x92,-_0x2fd28b._0x54f9b3,-_0x2fd28b._0x4862ec)](0x43*-0x7f+-0x246e+0x45ac);}catch(_0x26cb3e){_0x1ea390[_0x285012(_0x2fd28b._0x33b92d,_0x2fd28b._0x1ce43d,_0x2fd28b._0x5b7e5a,_0x2fd28b._0x2bc0b3)]('pcKXi',_0x1ea390[_0x285012(0x4cc,0x5a1,0x56f,_0x2fd28b._0x4dbf9d)])?(_0x4f2d17[_0x5770f5(-0x1ae,-0x170,-0x1cb,-0x205)](_0x1ea390['ZpElW']),_0xa10201['exit'](-0x665+-0x54d+0xbb3)):(_0x26cb3e[_0x5770f5(-_0x2fd28b._0xd0c7b0,-0xe9,-0x107,-_0x2fd28b._0x417cef)]===_0x1ea390[_0x5770f5(-_0x2fd28b._0xb4f5f3,-_0x2fd28b._0x389374,-0x5e,-0x148)]?(console[_0x5770f5(-_0x2fd28b._0x5bb028,-_0x2fd28b._0x5694d8,-_0x2fd28b._0xeb3393,-0x19a)](_0x5770f5(-0x70,-0xa7,-0x127,-_0x2fd28b._0x159912)+_0x5770f5(-0xc8,-0x103,-0x19e,-0xa4)+_0x5770f5(-_0x2fd28b._0x8c377b,-_0x2fd28b._0x3c477f,-0x18d,-0x15a)+'\x20'+_0x3d598e),console[_0x5770f5(-0x215,-0x170,-0x1ee,-_0x2fd28b._0x3373f3)](_0x1ea390[_0x5770f5(_0x2fd28b._0x454aed,-0x31,-_0x2fd28b._0x33bb31,-_0x2fd28b._0x588583)])):console['error'](_0x5770f5(-_0x2fd28b._0x5ee5aa,-_0x2fd28b._0x569db0,-0x69,-_0x2fd28b._0x92f99b)+_0x5770f5(-0x120,-_0x2fd28b._0x5c2b19,-_0x2fd28b._0x189bda,-0x14f)+_0x5770f5(-_0x2fd28b._0x3b87d6,-0x9a,-0xe0,-_0x2fd28b._0x387c59)+_0x26cb3e[_0x5770f5(-_0x2fd28b._0x7d02b8,-0xf6,-0x90,-_0x2fd28b._0x3281f8)]),process['exit'](0x5bf*0x1+-0x5d4*0x1+-0x1*-0x16));}_0x569525[_0x48ee46]=_0x5c2760,await _0x535c6d['writeFile'](_0x3d598e,_0x1ea390[_0x5770f5(-0xba,-0x21,-0xb4,_0x2fd28b._0x4030ba)](JSON[_0x285012(0x5b6,_0x2fd28b._0x1ec108,_0x2fd28b._0x53247d,0x52e)](_0x569525,null,0x17*-0x100+0x1cb7*0x1+-0x3*0x1e7),'\x0a'),_0x1ea390[_0x285012(0x4a1,0x537,0x3fe,0x4a1)]);function _0x285012(_0xbf77d1,_0x416096,_0x51be6c,_0x4278a5){return _0x25ed50(_0xbf77d1-_0x5ecd49._0x1b25ed,_0x4278a5-_0x5ecd49._0xf6e4b4,_0x51be6c,_0x4278a5-_0x5ecd49._0x440281);}console['log'](_0x285012(0x489,0x46b,0x531,0x4d8)+_0x48ee46+_0x285012(_0x2fd28b._0x2fa90f,_0x2fd28b._0x48aab8,_0x2fd28b._0x169554,_0x2fd28b._0x5e2b06)+_0x5c2760),console[_0x285012(_0x2fd28b._0x55fc8e,_0x2fd28b._0x44c451,0x4f7,0x4cf)](_0x5770f5(_0x2fd28b._0x38b185,-_0x2fd28b._0x11541c,-0xcd,-0xd1)+':\x20'+_0x3d598e),console['log'](''),console[_0x285012(0x452,_0x2fd28b._0x46c5e9,0x48a,0x4cf)](_0x1ea390[_0x5770f5(-0xfd,-0x93,-0x114,-0x10b)]);}async function getConfig(_0x3369eb){const _0x4edde1={_0x25f049:0xa9,_0x2e4194:0xff,_0x4f5761:0xa9,_0x17ee56:0xd7,_0x2f06e9:0x13c,_0x1ea9c8:0x15f,_0x438945:0xe8,_0x11cdeb:0x193,_0x43488a:0x239,_0x504fae:0x187,_0x376456:0xb0,_0xd53190:0x92,_0x5a2232:0x148,_0x217934:0x162,_0x2b9351:0x42,_0x26feee:0x45,_0x41e616:0xfe,_0x3bec49:0x221,_0x7d12b8:0x1ef,_0x497348:0x1b8,_0x1a0d39:0x1d3,_0x44a1ca:0x203,_0x3bbb50:0xe3,_0x1d9294:0xc7,_0x12d7f6:0x30,_0x239377:0x11a,_0x25e261:0x166,_0x4a7c2e:0x117,_0x10bf0d:0x69,_0x3fa54a:0x95,_0x2bd70a:0x13f,_0x53f7cb:0x13a,_0x284e42:0x1c4,_0x521a03:0x15d,_0x1c4894:0x133,_0x37f6d2:0xa2,_0x495441:0x113,_0x2044cb:0xc4,_0x50c2a6:0xcc,_0x16c07c:0x194,_0xb2881d:0x158,_0x4ff1dd:0x4e,_0x1b0959:0xbd,_0x5c6228:0x157,_0x1f65c4:0x1be,_0x5dfbf0:0x152,_0x50229c:0x12d,_0x3712fa:0x11b,_0x53c25a:0xf0,_0x471223:0x125,_0x5bbc5c:0xd0,_0x27bfc1:0x18,_0x342ec1:0xc0,_0x3c2c00:0x133,_0x3992e2:0xfc,_0x46dd3f:0x174,_0x1a1683:0x1d1,_0x1cc00c:0x7d,_0x5330fe:0x7b,_0x3b2c9d:0xa,_0x1af3e3:0x51,_0x201d11:0xec,_0xb4f945:0x7b,_0x38cfdb:0x20,_0x5b2c69:0x2,_0x2d114b:0xdb,_0x1dba80:0x1a2,_0x2ead94:0x1a4,_0x1c731b:0x183,_0x4e0e09:0x129,_0xfe95:0x195,_0x14a0e7:0x196,_0x41ffcf:0xb6,_0x4a5607:0xa0,_0x184940:0x122,_0x2a7908:0x7d,_0xaac0e2:0x20d,_0x5b4993:0x1be,_0xcf7dd5:0x136,_0x32d653:0x89,_0x285489:0x1b5,_0x48cfec:0x1b,_0x12adf5:0x10,_0x2bd14b:0xe3,_0x2132dd:0x8e,_0x166058:0x254,_0x169b91:0x24a,_0x12e1ec:0x1a6,_0x36a3cd:0x109,_0x28fdd7:0x68,_0xbd6cf0:0xfa,_0x2b410f:0x6d,_0x5b2b62:0x8f,_0x5379a7:0x178,_0x11b3ee:0x156,_0x18f662:0x9f,_0x593292:0x142,_0x32e079:0xa4,_0x529f7f:0x101,_0x373458:0x106,_0x49ec6e:0x10e,_0x292dbe:0x26c,_0x59568f:0x19e,_0x437a99:0x7d,_0x4d3f13:0x135,_0x412c56:0x170,_0x1f3f6a:0xe4,_0x4404c9:0x19f,_0x530c11:0x158,_0x6bb155:0xbc,_0x44a9ea:0xed,_0x3ac0b5:0x102,_0x42cfdb:0x169,_0x14068f:0x17e,_0xb6b4c9:0xdf,_0xbeb021:0x164,_0x31abc3:0x116,_0x21c1dc:0xa1,_0x1ce9d0:0xba,_0x508358:0x107,_0x4c45c5:0xdc,_0x15b1cf:0x174,_0x380e28:0x1f2,_0x127a5a:0x20f,_0x2dae46:0x1b9,_0x3e44db:0xae,_0x2bbd18:0x61,_0x2c9bf5:0x1d8,_0x3dfd24:0x123,_0x28180e:0x8b,_0x2a84a0:0x12b,_0x19f95b:0x105,_0x1a5981:0x18b,_0x428849:0x10d,_0x3a2fa7:0x19b,_0x3b182a:0xd1,_0x2ccb71:0x1af,_0x14c642:0x5b,_0x362023:0x96,_0xd95ef2:0x131,_0x2de10e:0x3c,_0x53bf3a:0xa7,_0x58574a:0xb2,_0x23a992:0x174,_0x155f96:0x15a,_0x175de9:0x17a,_0x1f160f:0x269,_0x54755f:0x1bf,_0x2dd246:0x16c,_0x2c0e11:0xd8,_0x2f0956:0xa0,_0x1e39b1:0x81,_0x341f1a:0x11c},_0x39462b={_0x44a6e5:0x23,_0x1781f2:0x51},_0x5ad558={_0x162eb9:0x1e0,_0x301303:0x1a},_0x695012={'mFYiR':'Run\x20\x22coder'+_0x2e5b6a(-_0x4edde1._0x25f049,-_0x4edde1._0x2e4194,-_0x4edde1._0x4f5761,-_0x4edde1._0x17ee56)+'nfig\x22\x20for\x20'+_0x2e5b6a(-0xec,-_0x4edde1._0x2f06e9,-_0x4edde1._0x1ea9c8,-_0x4edde1._0x438945)+_0x2e5b6a(-0x214,-_0x4edde1._0x11cdeb,-0x1fa,-_0x4edde1._0x43488a)+_0x2e5b6a(-0x1a2,-0x1a9,-_0x4edde1._0x504fae,-0x1e5),'AhIEQ':function(_0x3f736a){return _0x3f736a();},'Qstdu':_0x479370(-_0x4edde1._0x376456,-0x101,-0x135,-_0x4edde1._0xd53190)+_0x479370(-0x1e5,-_0x4edde1._0x5a2232,-0x119,-_0x4edde1._0x217934)+_0x479370(0x12,-_0x4edde1._0x2b9351,_0x4edde1._0x26feee,0x2)+_0x2e5b6a(-0x191,-0x199,-_0x4edde1._0x41e616,-_0x4edde1._0x3bec49),'uJfos':function(_0x31f850,_0x548ff7){return _0x31f850===_0x548ff7;},'lGXHm':'LHZSh','AukzX':_0x2e5b6a(-_0x4edde1._0x7d12b8,-_0x4edde1._0x497348,-_0x4edde1._0x1a0d39,-_0x4edde1._0x44a1ca),'TffLz':_0x2e5b6a(-_0x4edde1._0x3bbb50,-_0x4edde1._0x1d9294,-0x89,-0x147)+_0x2e5b6a(-0x132,-0xa2,-0x12a,-_0x4edde1._0x12d7f6),'vCUwL':function(_0x8c65f6){return _0x8c65f6();},'RjqoK':function(_0x1af5ba){return _0x1af5ba();},'xUreb':_0x479370(-0x133,-0x16c,-_0x4edde1._0x239377,-_0x4edde1._0x25e261)+'ath','RdKbq':_0x2e5b6a(-_0x4edde1._0x4a7c2e,-0xf7,-_0x4edde1._0x10bf0d,-_0x4edde1._0x3fa54a)+'th','Qbvfj':_0x2e5b6a(-0xc2,-_0x4edde1._0x2bd70a,-0xca,-_0x4edde1._0x53f7cb)+'h','NIcgZ':function(_0x982e48){return _0x982e48();},'Tsqrj':_0x2e5b6a(-_0x4edde1._0x284e42,-_0x4edde1._0x521a03,-0x1d8,-0x1c0)+'y','tLJzY':function(_0x2d5aa6,_0x4b735d){return _0x2d5aa6!==_0x4b735d;},'bBazE':_0x2e5b6a(-_0x4edde1._0x1c4894,-_0x4edde1._0x3bbb50,-0xa3,-_0x4edde1._0x37f6d2),'RhEWv':'Error:\x20Set'+_0x479370(-_0x4edde1._0x495441,-_0x4edde1._0x2044cb,-_0x4edde1._0x50c2a6,-0x13b)+_0x2e5b6a(-_0x4edde1._0x16c07c,-0x159,-0xaf,-_0x4edde1._0xb2881d)+'ed','uHemr':_0x479370(-_0x4edde1._0x4ff1dd,-0x6b,-_0x4edde1._0x17ee56,-0x3d),'DZOni':_0x2e5b6a(-0x155,-0x155,-_0x4edde1._0x1b0959,-0x10f),'vBOnq':_0x479370(-0x7b,-0x7e,-0xac,-0xe0),'iAtaD':function(_0x82be84,_0x53da19){return _0x82be84===_0x53da19;},'iVBBf':'qchrn','GGDko':function(_0x35cea9,_0x505e7e){return _0x35cea9!==_0x505e7e;},'GMbUc':_0x479370(-0x1c7,-_0x4edde1._0x5c6228,-0x1dd,-_0x4edde1._0x1f65c4)};!_0x3369eb&&(console['error'](_0x695012[_0x2e5b6a(-0x1a1,-0x11f,-0x1bf,-0xbf)]),process['exit'](-0x1f0d+-0x27*0xcf+0x3e97));function _0x2e5b6a(_0x49f384,_0x4b6ea6,_0x4de7e8,_0x49fe8c){return _0x13464e(_0x49f384-_0x5ad558._0x162eb9,_0x49f384,_0x4b6ea6- -_0x5ad558._0x301303,_0x49fe8c-0x14b);}const _0x23190c=SERVER_CONFIG_KEYS[_0x479370(-_0x4edde1._0x5dfbf0,-_0x4edde1._0x50229c,-_0x4edde1._0x3712fa,-_0x4edde1._0x53c25a)](_0x3369eb),_0x1b0941=SETUP_JSON_KEYS['has'](_0x3369eb);function _0x479370(_0x47321e,_0x2f9b21,_0x3e9450,_0x4c42de){return _0x13464e(_0x47321e-_0x39462b._0x44a6e5,_0x4c42de,_0x2f9b21-_0x39462b._0x1781f2,_0x4c42de-0x1f3);}!_0x23190c&&!_0x1b0941&&(console[_0x479370(-0x166,-0x174,-0x16a,-0x1dc)](_0x2e5b6a(-_0x4edde1._0x471223,-0x123,-0x115,-_0x4edde1._0x5bbc5c)+_0x479370(-_0x4edde1._0x27bfc1,-_0x4edde1._0x342ec1,-_0x4edde1._0x3c2c00,-0xde)+_0x479370(0x1,-_0x4edde1._0x37f6d2,-0x32,-_0x4edde1._0x3992e2)+_0x3369eb),console[_0x479370(-0x130,-_0x4edde1._0x46dd3f,-0x21d,-_0x4edde1._0x1a1683)](_0x695012['mFYiR']),process['exit'](0xf3e*0x2+0x1aee+-0x3*0x1323));let _0x32cf7d;if(_0x23190c){if(_0x695012[_0x479370(-0x7b,-_0x4edde1._0x1cc00c,-_0x4edde1._0x5330fe,-0x7c)](_0x695012[_0x479370(_0x4edde1._0x3b2c9d,-0x95,-0x125,-_0x4edde1._0x1af3e3)],_0x695012[_0x479370(-_0x4edde1._0x201d11,-_0x4edde1._0xb4f945,-_0x4edde1._0x38cfdb,-_0x4edde1._0x5b2c69)]))_0x9ba82d[_0x2e5b6a(-0x186,-0x184,-_0x4edde1._0x2d114b,-0x153)](_0x2e5b6a(-0xd3,-0x15f,-0xff,-0x176)+_0x479370(-0x143,-0x13b,-_0x4edde1._0x1dba80,-0xbc)+'json:\x20'+_0x323723['message']);else switch(_0x3369eb){case _0x695012[_0x479370(0x10,-0x79,-0xe9,-0x4)]:_0x32cf7d=await _0x695012[_0x2e5b6a(-_0x4edde1._0x2ead94,-_0x4edde1._0x1c731b,-0x1fd,-_0x4edde1._0x4e0e09)](getCoderSetupPath);break;case _0x2e5b6a(-0x6c,-0xa5,-0x11d,-_0x4edde1._0x495441)+'t':_0x32cf7d=await _0x695012[_0x2e5b6a(-0xef,-_0x4edde1._0xfe95,-0x1ae,-_0x4edde1._0x14a0e7)](getServerPort);break;case _0x695012['xUreb']:_0x32cf7d=await _0x695012[_0x479370(-_0x4edde1._0x41ffcf,-_0x4edde1._0x4a5607,-0xdf,-_0x4edde1._0x184940)](getSslCertPath);break;case _0x695012[_0x2e5b6a(-0x195,-0x11b,-0x198,-_0x4edde1._0x2a7908)]:_0x32cf7d=await _0x695012[_0x2e5b6a(-_0x4edde1._0xaac0e2,-_0x4edde1._0x1c731b,-0xe0,-_0x4edde1._0x5b4993)](getSslKeyPath);break;case _0x695012[_0x479370(-_0x4edde1._0xcf7dd5,-0xb7,-0x2c,-_0x4edde1._0x32d653)]:_0x32cf7d=await _0x695012['NIcgZ'](getSslCaPath);break;case _0x695012[_0x2e5b6a(-0x1d0,-0x16f,-_0x4edde1._0x285489,-0x15a)]:_0x32cf7d=await getTrustProxy();break;}}else{if(_0x1b0941){if(_0x695012[_0x479370(_0x4edde1._0x48cfec,-_0x4edde1._0x10bf0d,-_0x4edde1._0x12adf5,-0xc)](_0x2e5b6a(-0x40,-_0x4edde1._0x2bd14b,-_0x4edde1._0x2132dd,-0x88),_0x695012['bBazE']))_0x8cfe48[_0x2e5b6a(-_0x4edde1._0x166058,-0x1df,-0x16b,-_0x4edde1._0x169b91)]('Error\x20read'+_0x2e5b6a(-0x21d,-_0x4edde1._0x12e1ec,-0x1cc,-0x1cf)+_0x2e5b6a(-0x19a,-_0x4edde1._0x36a3cd,-_0x4edde1._0x28fdd7,-0x144)+_0x14b25d[_0x479370(-0x61,-_0x4edde1._0xbd6cf0,-_0x4edde1._0x2b410f,-_0x4edde1._0x5b2b62)]);else{const _0xe2e637=await _0x695012[_0x2e5b6a(-_0x4edde1._0x5379a7,-_0x4edde1._0x1c731b,-0x178,-_0x4edde1._0x11b3ee)](getCoderSetupPath);!_0xe2e637&&(console['error'](_0x695012[_0x479370(-_0x4edde1._0x18f662,-_0x4edde1._0x593292,-_0x4edde1._0x5c6228,-0x1eb)]),process[_0x2e5b6a(-_0x4edde1._0x32e079,-_0x4edde1._0x529f7f,-_0x4edde1._0x37f6d2,-0x11e)](-0x4c*0x3f+0x1115+0x1a*0x10));const _0x350a26=_0x5cbb85[_0x2e5b6a(-0x147,-_0x4edde1._0x373458,-_0x4edde1._0x49ec6e,-0x19a)](_0xe2e637,_0x695012[_0x2e5b6a(-_0x4edde1._0x292dbe,-0x1d3,-0x15e,-_0x4edde1._0x59568f)]);try{if(_0x695012[_0x479370(-0xf7,-_0x4edde1._0x437a99,-0x94,-0x79)](_0x2e5b6a(-_0x4edde1._0x1dba80,-0x155,-_0x4edde1._0x4d3f13,-_0x4edde1._0x412c56),_0x695012[_0x2e5b6a(-_0x4edde1._0x1f3f6a,-0x137,-0x1dc,-0x195)])){const _0x4a5f35=await _0x535c6d[_0x2e5b6a(-_0x4edde1._0x4404c9,-0x1a8,-_0x4edde1._0x530c11,-0x20f)](_0x350a26,_0x695012[_0x2e5b6a(-_0x4edde1._0x6bb155,-_0x4edde1._0x44a9ea,-_0x4edde1._0x3ac0b5,-_0x4edde1._0x42cfdb)]),_0x220c62=JSON[_0x2e5b6a(-0x135,-_0x4edde1._0x14068f,-0x1ca,-0x16e)](_0x4a5f35);_0x32cf7d=_0x220c62[_0x3369eb];}else _0x18930c['error']('Error:\x20'+_0x568404[_0x479370(-_0x4edde1._0x217934,-0xfa,-0x14e,-_0x4edde1._0xb6b4c9)]),_0x7cd522[_0x2e5b6a(-_0x4edde1._0xbeb021,-_0x4edde1._0x529f7f,-_0x4edde1._0x31abc3,-0x19d)](0xef*-0x1d+-0xa8f+0x25a3);}catch(_0x388478){_0x695012[_0x479370(-0x65,-0x10a,-0x62,-_0x4edde1._0x21c1dc)](_0x388478['code'],_0x2e5b6a(-0x1a8,-0x107,-0x159,-_0x4edde1._0x1ce9d0))?console[_0x479370(-0xff,-_0x4edde1._0x46dd3f,-0x13a,-0x140)]('Error:\x20set'+_0x479370(-0x170,-_0x4edde1._0x508358,-0x98,-0x108)+_0x2e5b6a(-0x242,-0x1c0,-0x1cf,-0x155)+'\x20'+_0x350a26):_0x695012['iVBBf']!=='giqiz'?console[_0x479370(-_0x4edde1._0x4c45c5,-_0x4edde1._0x15b1cf,-_0x4edde1._0x380e28,-_0x4edde1._0x127a5a)](_0x2e5b6a(-_0x4edde1._0x2dae46,-0x15f,-0xc9,-0x17d)+'ing\x20setup.'+_0x2e5b6a(-0x8f,-0x109,-_0x4edde1._0x3e44db,-_0x4edde1._0x2bbd18)+_0x388478[_0x479370(-_0x4edde1._0x2e4194,-_0x4edde1._0xbd6cf0,-0x192,-0x14f)]):(_0xb35447[_0x479370(-0x1ec,-0x174,-0xec,-_0x4edde1._0x2c9bf5)](_0x2e5b6a(-0x167,-_0x4edde1._0x3dfd24,-0xfc,-_0x4edde1._0x28180e)+_0x2e5b6a(-_0x4edde1._0x217934,-_0x4edde1._0x2a84a0,-_0x4edde1._0x19f95b,-_0x4edde1._0x1a5981)+_0x2e5b6a(-0x136,-_0x4edde1._0x428849,-0x1a2,-0x82)+_0x434205),_0x51c1f2[_0x479370(-_0x4edde1._0x3a2fa7,-_0x4edde1._0x15b1cf,-_0x4edde1._0x3b182a,-_0x4edde1._0x2ccb71)](_0x695012['mFYiR']),_0x35a58f['exit'](-0x1*0x1573+-0xa98+0x7*0x494)),process[_0x479370(-_0x4edde1._0x14c642,-_0x4edde1._0x362023,-_0x4edde1._0xd95ef2,-_0x4edde1._0x2de10e)](-0x3*-0x493+-0x10f*-0xc+-0x4*0x69b);}}}}_0x695012[_0x479370(-0x163,-0x159,-0x19a,-0xea)](_0x32cf7d,undefined)?console[_0x479370(-0x9f,-0x119,-0x83,-_0x4edde1._0x53bf3a)](_0x32cf7d):_0x695012[_0x479370(-_0x4edde1._0x58574a,-0x90,-0xb5,-0x4c)]===_0x695012['GMbUc']?(console[_0x479370(-0x105,-_0x4edde1._0x23a992,-0xf7,-_0x4edde1._0x155f96)](_0x479370(-0x170,-_0x4edde1._0x184940,-0x8a,-_0x4edde1._0x175de9)+_0x3369eb+('\x22\x20not\x20foun'+_0x2e5b6a(-_0x4edde1._0x1f160f,-0x1da,-_0x4edde1._0x54755f,-_0x4edde1._0x2dd246)+_0x2e5b6a(-0xad,-_0x4edde1._0x2c0e11,-0xcc,-0x74))),process['exit'](0x24ce+0x120b+0x41*-0xd8)):(_0x695012[_0x479370(-0xd4,-_0x4edde1._0x2f0956,-0x14,-0x9b)](_0x5c2011),_0x8ff6d4[_0x479370(-_0x4edde1._0x1e39b1,-_0x4edde1._0x362023,-0xb8,-_0x4edde1._0x341f1a)](-0x189*-0xa+-0xa17+-0x542));}function _0x25ed50(_0x2faa29,_0x2c444a,_0x52a06f,_0xbc51b2){const _0x13dcc3={_0x1f5b13:0xe9};return _0x4e8b(_0x2c444a- -_0x13dcc3._0x1f5b13,_0x52a06f);}async function removeConfig(_0x5f1652){const _0x537933={_0x11a731:0x101,_0x545c17:0x83,_0x3729a8:0x3b0,_0x3c9e83:0x3b4,_0x20b65c:0x30d,_0x78d8f4:0x36f,_0x54e3ec:0x360,_0x190bdc:0x377,_0x1200e7:0x38f,_0x309852:0x320,_0xc7ede3:0x295,_0xdcb63:0x262,_0x2f3f23:0x2ae,_0x42f44c:0x26f,_0x1ae6d8:0x357,_0x24087c:0x3ec,_0x4ce35a:0x3e1,_0x33a7a3:0x107,_0x1646da:0x115,_0x18c0f9:0x16d,_0x2a9728:0x46b,_0x33e456:0x118,_0x1219a5:0x169,_0x20fdca:0x42,_0x138102:0xd0,_0x3ef6cb:0xd3,_0x15f9ed:0x2e,_0x3df9d4:0x1cd,_0x5bf6ea:0x139,_0x4ab69b:0xf6,_0x3332fe:0x169,_0xdd1f2a:0x1a0,_0x334e1e:0x126,_0x1561e1:0x141,_0x22baa4:0xba,_0x240599:0xb2,_0x3e2119:0xef,_0x311161:0x55,_0x2626c0:0x58,_0x2d7f53:0x3e1,_0x3bc293:0x38c,_0x2e9c90:0x2e6,_0x4dd609:0x98,_0x31c282:0x17,_0x6048eb:0x41a,_0x54859b:0x15b,_0x52dfd7:0xc1,_0x34949f:0x14a,_0xa9d23f:0x144,_0x32b980:0xdf,_0xc9e747:0x77,_0x3afd47:0x59,_0x16a787:0x42,_0x384c4d:0x10f,_0x1b26a0:0x82,_0x5b7f87:0x433,_0x3df6f6:0x390,_0x4af458:0xe,_0x49d2bd:0x34,_0x290dd3:0x2be,_0x34b655:0x10e,_0x54632e:0xab,_0x19f8e6:0x64,_0x14c492:0x11e,_0x576e73:0x8b,_0x27d5f6:0x3f9,_0x5c34fd:0x3d5,_0x589a92:0x370,_0x585dc6:0x3c0,_0x4bd383:0x36c,_0x2613ee:0x353,_0x511388:0xe5,_0x368f54:0x8b,_0x6f7aa0:0x3aa,_0x213298:0x374,_0xca36fe:0x71,_0x294838:0x3b3,_0x43ffdd:0x348,_0x528cd1:0x411,_0x3cccd2:0x314,_0x24b1de:0x71,_0x4b35c4:0x2b,_0x4e8dc3:0x13e,_0xf66e30:0x20a,_0xd76cbb:0x3e,_0xbcfe8:0x37,_0x39c474:0x8b,_0x318b23:0xfd,_0x5c6533:0x190,_0xb91809:0x105,_0x38e006:0x166,_0x1e6e51:0x345,_0x51c8e1:0x259,_0x40e586:0x32f,_0x5cc31b:0x180,_0x1af3bc:0x2fb,_0x2784f6:0x34a,_0x46b490:0x359,_0x498483:0x135,_0x20115a:0x159,_0xcec510:0x400,_0x54c023:0x234,_0x11bc9f:0x2d4,_0x88afe2:0x393,_0x582525:0x36d,_0x967d16:0x3aa,_0x4c45af:0x2ac,_0x5d1d45:0x2d4,_0xf961:0x34f,_0xe87e95:0xbd,_0xc60372:0x10a,_0x2676f5:0x174,_0x2cb509:0x134,_0xa79cf0:0x1c0,_0x4e98f9:0x41,_0x55dc1e:0x46,_0x364f96:0x31,_0x19d1cd:0xa0,_0x2c1293:0x2c7,_0x466777:0x2f4,_0x259972:0x388,_0x50bf7d:0x401,_0x3b63e1:0xf2,_0x1ee866:0x33d,_0x374476:0x329,_0xc4da6:0xcc,_0x2367b0:0x3f7,_0xcd8bf4:0x407,_0x56b8c6:0x3a9,_0x4ed285:0xc1,_0x2af660:0x28c,_0x1be5c6:0x2b3,_0x51cd2f:0x66,_0x12e067:0xa5,_0x537e51:0x343,_0x2dc845:0xaf,_0x314d50:0x9f,_0x41ee19:0x2b4,_0x256f23:0x315,_0x427dfd:0x54,_0x48616b:0x60,_0xc529d7:0x231,_0x3dea3b:0x2d4,_0x25baf0:0x39d,_0x464988:0x363,_0x4de2e6:0x2d4,_0x10761b:0xb0,_0x1a2313:0x69,_0x514229:0x342,_0x487dca:0x72,_0x8b7dfd:0x11b,_0x2119bd:0x5,_0xaf1e98:0x47,_0x20026e:0x46e,_0x31f72b:0x2e0,_0xb70509:0x333,_0x1fef14:0x2b4,_0x2a04d7:0x187,_0x43067c:0x17e,_0x3f3592:0x22,_0x228f44:0x30,_0x320aac:0x63,_0x487105:0x2b5,_0x1c5db1:0x35a,_0x329f0e:0x32a,_0x17ba63:0x23f,_0x44ea41:0x10c,_0x2dcfb1:0x38,_0x1db33b:0x318,_0x37d0eb:0x36a,_0x465c24:0x3a6,_0x21c7b4:0x3db,_0x5001c7:0x414,_0x12ff47:0x19c,_0x40e4fc:0x38e,_0x2476cc:0x335,_0x652d13:0xc9,_0x2e619e:0xf9,_0xb870ff:0xb6,_0x3d5d94:0x332,_0x207b00:0x32f,_0x5d97c2:0x169,_0x1a4ea9:0xe1},_0x11f26a={_0x4473e9:0x94,_0x4abd81:0x47},_0x5e6540={_0x4c3c59:0x1c,_0x26662d:0x210},_0x1c4cd7={'HUAft':'Usage:\x20cod'+'er-server\x20'+'config\x20rem'+'ove\x20<key>','JYNDL':_0x3f4acb(0x118,_0x537933._0x11a731,_0x537933._0x545c17,0x6)+_0x563912(_0x537933._0x3729a8,0x383,_0x537933._0x3c9e83,0x3cd)+_0x563912(0x361,_0x537933._0x20b65c,_0x537933._0x78d8f4,0x30c)+_0x563912(_0x537933._0x54e3ec,0x3a0,_0x537933._0x190bdc,_0x537933._0x1200e7)+_0x563912(0x314,0x30a,_0x537933._0x309852,_0x537933._0xc7ede3)+_0x563912(_0x537933._0xdcb63,_0x537933._0x2f3f23,0x30a,_0x537933._0x42f44c),'OCtEH':_0x563912(_0x537933._0x1ae6d8,0x486,_0x537933._0x24087c,_0x537933._0x4ce35a)+_0x3f4acb(_0x537933._0x33a7a3,_0x537933._0x1646da,_0x537933._0x18c0f9,0x1ea),'VtOGI':_0x563912(0x48f,_0x537933._0x2a9728,0x40e,0x4b0)+'t','nwwUp':function(_0x1d697c,_0x1d5f3a){return _0x1d697c(_0x1d5f3a);},'WfDSn':_0x3f4acb(0x1b0,0x171,_0x537933._0x33e456,0x162)+'th','DDrwp':function(_0x4061ab,_0x5e37b5){return _0x4061ab(_0x5e37b5);},'UTPNj':_0x3f4acb(_0x537933._0x1219a5,_0x537933._0x20fdca,_0x537933._0x138102,_0x537933._0x3ef6cb)+'h','eANXe':function(_0x3fc3f6,_0x5b6212){return _0x3fc3f6(_0x5b6212);},'okYGg':function(_0x4af4c0){return _0x4af4c0();},'ENwgD':function(_0x1c070c){return _0x1c070c();},'OlhEg':'ZOtFr','MegUc':_0x3f4acb(0xd4,-0xf,0x36,-_0x537933._0x15f9ed),'ajnAT':_0x3f4acb(_0x537933._0x3df9d4,0x9f,_0x537933._0x5bf6ea,0x10c),'flnrX':function(_0x4d4365,_0x16ba14){return _0x4d4365===_0x16ba14;},'NDryp':_0x3f4acb(0x191,_0x537933._0x4ab69b,_0x537933._0x3332fe,0xd0),'QNCjv':'GxJVj','qfYgH':_0x3f4acb(0x18a,_0x537933._0xdd1f2a,_0x537933._0x334e1e,_0x537933._0x1561e1),'QnRnM':function(_0x2e6090,_0x500627){return _0x2e6090===_0x500627;},'MyMpj':_0x563912(_0x537933._0x1200e7,0x323,0x3ac,0x313),'xjZzR':function(_0x30db46,_0x28113b){return _0x30db46===_0x28113b;},'Wicaa':function(_0xeea460,_0x4c9723){return _0xeea460===_0x4c9723;},'kaRrB':_0x3f4acb(0xeb,_0x537933._0x22baa4,0xac,_0x537933._0x240599),'lsotm':_0x3f4acb(0x7e,_0x537933._0x3e2119,_0x537933._0x311161,_0x537933._0x2626c0),'NTwCy':_0x563912(0x349,_0x537933._0x2d7f53,_0x537933._0x3bc293,_0x537933._0x2e9c90)+_0x3f4acb(0x119,_0x537933._0x22baa4,_0x537933._0x4dd609,_0x537933._0x31c282)+_0x563912(0x360,_0x537933._0x6048eb,0x401,0x3f7)+_0x3f4acb(0xfc,_0x537933._0x54859b,0xd2,0x97)+_0x3f4acb(_0x537933._0x52dfd7,0x12a,_0x537933._0x34949f,_0x537933._0xa9d23f)};function _0x563912(_0x6fa941,_0x2c8952,_0x14abf5,_0x120ce4){return _0x25ed50(_0x6fa941-_0x5e6540._0x4c3c59,_0x14abf5-_0x5e6540._0x26662d,_0x6fa941,_0x120ce4-0xc9);}!_0x5f1652&&(console['error'](_0x1c4cd7['HUAft']),process['exit'](0x1*-0xe71+-0x1*0x65a+0x14cc));function _0x3f4acb(_0x533400,_0x4ebafb,_0x443c96,_0x28c855){return _0x25ed50(_0x533400-0x187,_0x443c96- -_0x11f26a._0x4473e9,_0x4ebafb,_0x28c855-_0x11f26a._0x4abd81);}const _0x4c5be0=SERVER_CONFIG_KEYS[_0x3f4acb(_0x537933._0x11a731,_0x537933._0x32b980,_0x537933._0xc9e747,_0x537933._0x3afd47)](_0x5f1652),_0x5c800a=SETUP_JSON_KEYS[_0x3f4acb(_0x537933._0x16a787,_0x537933._0x384c4d,0x77,0xd6)](_0x5f1652);!_0x4c5be0&&!_0x5c800a&&(console[_0x3f4acb(_0x537933._0x1b26a0,0xce,0x30,0x6a)](_0x563912(_0x537933._0x5b7f87,0x37a,_0x537933._0x3df6f6,0x357)+'nfiguratio'+'n\x20key:\x20'+_0x5f1652),console[_0x3f4acb(-_0x537933._0x4af458,-_0x537933._0x49d2bd,0x30,-0x77)](_0x1c4cd7[_0x563912(_0x537933._0x290dd3,0x3a0,0x34b,0x303)]),process[_0x3f4acb(0x182,0x171,_0x537933._0x34b655,_0x537933._0x54632e)](0x85*0x19+0x1f6a+-0x2c66));if(_0x4c5be0){switch(_0x5f1652){case _0x1c4cd7['OCtEH']:await saveCoderSetupPath(null),console[_0x3f4acb(_0x537933._0x19f8e6,_0x537933._0x14c492,_0x537933._0x576e73,0x2e)]('Removed\x20'+_0x5f1652);break;case _0x1c4cd7[_0x563912(_0x537933._0x27d5f6,0x352,_0x537933._0x5c34fd,_0x537933._0x589a92)]:await _0x1c4cd7[_0x563912(_0x537933._0x585dc6,0x347,_0x537933._0x4bd383,_0x537933._0x2613ee)](saveServerPort,-0x3*-0xbd7+0x335*0x2+0x55*-0x5b),console[_0x3f4acb(0x2e,_0x537933._0x511388,_0x537933._0x368f54,0x48)](_0x563912(_0x537933._0x6f7aa0,0x36e,_0x537933._0x2d7f53,_0x537933._0x213298)+_0x5f1652+(_0x3f4acb(0x7e,0x4,_0x537933._0xca36fe,0xe9)+_0x563912(_0x537933._0x294838,0x2fc,_0x537933._0x43ffdd,0x32e)));break;case'ssl_cert_p'+'ath':await _0x1c4cd7[_0x563912(_0x537933._0x528cd1,_0x537933._0x3cccd2,0x36c,0x337)](saveSslCertPath,null),console[_0x3f4acb(0x23,_0x537933._0x24b1de,0x8b,_0x537933._0x4b35c4)]('Removed\x20'+_0x5f1652);break;case _0x1c4cd7['WfDSn']:await _0x1c4cd7[_0x3f4acb(_0x537933._0x4e8dc3,0xd2,0x167,_0x537933._0xf66e30)](saveSslKeyPath,null),console[_0x3f4acb(0x42,0x97,0x8b,0x22)](_0x3f4acb(0xb2,-0x48,_0x537933._0xd76cbb,0x78)+_0x5f1652);break;case _0x1c4cd7[_0x3f4acb(0xb8,0xaa,_0x537933._0xbcfe8,-0x57)]:await saveSslCaPath(null),console[_0x3f4acb(0x8d,0xce,_0x537933._0x39c474,0x76)]('Removed\x20'+_0x5f1652);break;case _0x3f4acb(0xcf,0x13c,_0x537933._0x240599,0x9)+'y':await _0x1c4cd7[_0x3f4acb(_0x537933._0x318b23,_0x537933._0x5c6533,_0x537933._0xb91809,_0x537933._0x38e006)](saveTrustProxy,null),console['log'](_0x563912(_0x537933._0x1e6e51,0x2c2,0x2e2,_0x537933._0x51c8e1)+_0x5f1652);break;}console[_0x563912(0x2fe,0x372,_0x537933._0x40e586,0x307)](_0x3f4acb(0x16b,_0x537933._0x5cc31b,0x152,0x12a)+':\x20'+_0x1c4cd7[_0x563912(_0x537933._0x1af3bc,_0x537933._0x2784f6,_0x537933._0x46b490,0x3d0)](getConfigPath));}else{if(_0x5c800a){const _0x1789ef=await _0x1c4cd7['ENwgD'](getCoderSetupPath);!_0x1789ef&&(_0x1c4cd7[_0x3f4acb(_0x537933._0x498483,_0x537933._0x20115a,0xb8,0x14c)]===_0x1c4cd7[_0x563912(0x3a6,0x3b6,_0x537933._0xcec510,0x488)]?_0x4a4d5a[_0x563912(0x364,_0x537933._0x54c023,_0x537933._0x11bc9f,0x366)](_0x563912(_0x537933._0x88afe2,0x344,0x354,_0x537933._0x582525)+'ing\x20setup.'+_0x563912(0x427,0x37d,_0x537933._0x967d16,0x357)+_0x36e7b9['message']):(console[_0x563912(_0x537933._0x4c45af,0x378,_0x537933._0x5d1d45,0x305)](_0x563912(0x399,0x351,_0x537933._0xf961,0x30f)+'up\x20path\x20no'+'t\x20configur'+'ed'),process[_0x3f4acb(_0x537933._0xe87e95,0x178,0x10e,_0x537933._0xc60372)](0xcc9+-0xdb*-0x1d+-0x2597)));const _0x1dfbc2=_0x5cbb85['join'](_0x1789ef,_0x1c4cd7['ajnAT']);let _0x101667;try{if(_0x1c4cd7[_0x3f4acb(_0x537933._0x2676f5,0x153,_0x537933._0x2cb509,_0x537933._0xa79cf0)](_0x1c4cd7['NDryp'],_0x1c4cd7[_0x3f4acb(-_0x537933._0x4e98f9,_0x537933._0x55dc1e,_0x537933._0x364f96,_0x537933._0x19d1cd)]))_0x2305fc[_0x563912(0x287,_0x537933._0x2c1293,0x2d4,0x280)](_0x563912(0x384,0x38e,0x390,_0x537933._0x466777)+_0x563912(0x3fc,0x2f1,_0x537933._0x259972,_0x537933._0x50bf7d)+_0x3f4acb(0xa0,0x12d,0x102,_0x537933._0x3b63e1)+_0x15e2a3),_0x5125af[_0x563912(0x266,_0x537933._0x1ee866,0x2d4,_0x537933._0x374476)](_0x3f4acb(0x1c,0x7f,0x83,_0x537933._0xc4da6)+_0x563912(_0x537933._0x2367b0,0x376,0x3b4,_0x537933._0xcd8bf4)+_0x563912(0x2d9,0x355,_0x537933._0x78d8f4,_0x537933._0x56b8c6)+_0x3f4acb(_0x537933._0x4ed285,0x72,0xd3,0x10a)+_0x563912(_0x537933._0x2af660,0x2bb,0x320,_0x537933._0x1be5c6)+_0x3f4acb(-0xa,0xf3,_0x537933._0x51cd2f,_0x537933._0x12e067)),_0x105921[_0x563912(0x373,_0x537933._0x537e51,0x3b2,0x388)](0x1*-0x1b7a+-0x1be0+0x375b);else{const _0x359dce=await _0x535c6d[_0x3f4acb(_0x537933._0x2dc845,_0x537933._0x314d50,0x67,0x106)](_0x1dfbc2,_0x1c4cd7[_0x563912(0x2c1,_0x537933._0x41ee19,0x31c,_0x537933._0x256f23)]);_0x101667=JSON['parse'](_0x359dce);}}catch(_0x5c4c50){_0x1c4cd7[_0x3f4acb(_0x537933._0x427dfd,_0x537933._0x33a7a3,_0x537933._0x48616b,0x103)](_0x5c4c50['code'],_0x1c4cd7['MyMpj'])?console[_0x563912(_0x537933._0xc529d7,0x2f6,_0x537933._0x3dea3b,0x33c)](_0x563912(0x3aa,0x39d,_0x537933._0x25baf0,0x3bf)+'up.json\x20no'+'t\x20found\x20at'+'\x20'+_0x1dfbc2):console[_0x563912(_0x537933._0x464988,0x28d,_0x537933._0x4de2e6,0x360)](_0x3f4acb(0x101,_0x537933._0x19d1cd,_0x537933._0x10761b,0x105)+_0x3f4acb(0x49,0x24,_0x537933._0x1a2313,0x74)+_0x563912(0x326,_0x537933._0x514229,_0x537933._0x6f7aa0,0x34e)+_0x5c4c50[_0x3f4acb(_0x537933._0x54632e,_0x537933._0x487dca,0xaa,_0x537933._0x8b7dfd)]),process[_0x3f4acb(0x71,0x67,0x10e,0x177)](-0x141*0x7+0x258f+0x1cc7*-0x1);}_0x1c4cd7[_0x3f4acb(-0xd,-_0x537933._0x2119bd,0x64,_0x537933._0xaf1e98)](_0x101667[_0x5f1652],undefined)&&(_0x1c4cd7[_0x563912(0x3ab,0x362,0x3e0,_0x537933._0x20026e)](_0x1c4cd7[_0x563912(_0x537933._0x31f72b,0x2e9,_0x537933._0xb70509,_0x537933._0x1fef14)],_0x1c4cd7[_0x3f4acb(_0x537933._0x2a04d7,0x1ff,_0x537933._0x43067c,0xd4)])?(_0x144022[_0x3f4acb(_0x537933._0x3f3592,-0x57,_0x537933._0x228f44,0x6e)]('Error:\x20Set'+_0x3f4acb(0xca,_0x537933._0x320aac,0xe0,0x167)+_0x563912(0x3da,_0x537933._0x487105,_0x537933._0x1c5db1,0x366)+'ed'),_0xcb9856['exit'](0xf2a*0x1+-0x3*-0x6b+-0x106a)):(console[_0x563912(_0x537933._0x329f0e,0x2c6,_0x537933._0x3dea3b,_0x537933._0x17ba63)](_0x3f4acb(_0x537933._0x44ea41,_0x537933._0x2dcfb1,_0x537933._0x1b26a0,0x77)+_0x5f1652+(_0x563912(0x308,_0x537933._0x1db33b,_0x537933._0x37d0eb,0x331)+'d\x20in\x20confi'+_0x563912(0x3a3,_0x537933._0x465c24,_0x537933._0x21c7b4,_0x537933._0x5001c7))),process[_0x3f4acb(0x164,0x72,0x10e,_0x537933._0x12ff47)](-0x1e2b*0x1+0x7*-0x53a+0x42c2))),delete _0x101667[_0x5f1652],await _0x535c6d['writeFile'](_0x1dfbc2,JSON[_0x563912(0x383,0x3f9,_0x537933._0x40e4fc,_0x537933._0x2476cc)](_0x101667,null,-0xe97+-0x2b7+-0x1150*-0x1)+'\x0a',_0x1c4cd7[_0x3f4acb(_0x537933._0x652d13,0x49,0x78,_0x537933._0x2e619e)]),console['log'](_0x3f4acb(_0x537933._0x4dd609,0x9c,0x3e,_0x537933._0xb870ff)+_0x5f1652),console[_0x563912(_0x537933._0x3d5d94,0x2c5,_0x537933._0x207b00,0x301)]('\x20\x20Location'+':\x20'+_0x1dfbc2),console['log'](''),console[_0x3f4acb(0x9e,0x76,0x8b,_0x537933._0x51cd2f)](_0x1c4cd7[_0x3f4acb(0xdc,_0x537933._0x5d97c2,_0x537933._0x1a4ea9,0x157)]);}}}async function showConfig(){const _0x1d3496={_0x471cd8:0xba,_0x144f34:0x17b,_0x1ac39f:0x5f1,_0x57c919:0x4eb,_0x125491:0x8d,_0x5b1cfb:0xb7,_0x1c125e:0x128,_0x15a4e:0x9d,_0x34b267:0x185,_0x28b401:0x95,_0x69f185:0x119,_0x4c9ad7:0x138,_0x3563d4:0x143,_0x417494:0x6a1,_0x2785b8:0x5f7,_0x4be375:0x5ba,_0x54a6dd:0x5dd,_0x165697:0x62b,_0x45016b:0x5a7,_0x3355a3:0x51b,_0x5dad68:0xa2,_0x45a737:0x115,_0xd316fe:0x2f,_0x3c3b7c:0xc3,_0x51b31f:0x42,_0x15c8cb:0xd,_0x1c7334:0x43,_0x365fcb:0x15,_0xab5171:0xb4,_0x491bbd:0x5ec,_0x76a161:0x8b,_0x27fe1d:0xe2,_0x37207a:0xeb,_0x326e59:0x100,_0xba36e6:0x200,_0x32ca64:0x4c,_0x521962:0x17e,_0x494029:0xb8,_0x551e3a:0x48,_0x1a65a0:0x8c,_0x2a3f5d:0xea,_0xf0509f:0xc2,_0x2680ae:0x17a,_0x2b4072:0xdd,_0x266813:0x9b,_0x400f20:0x13b,_0x460967:0x102,_0x14fcce:0xfc,_0xa97ed9:0x671,_0x498fd9:0x684,_0x207573:0xe6,_0x328bb9:0x37,_0x4ad527:0x659,_0x306fb1:0x5b1,_0x21f177:0x51f,_0x3e270c:0x595,_0x39b162:0x5ba,_0x679c76:0x5f8,_0x3ea2e7:0x591,_0x469c45:0x187,_0x39e247:0x209,_0x6b8639:0x148,_0x3b2065:0x38,_0x1766f8:0x11d,_0xf67ca0:0xd2,_0x3a3f9c:0x17c,_0x50c649:0x11b,_0x1300f0:0x5ff,_0x6164e6:0x5a4,_0x101833:0x5d8,_0x39ec02:0x62d,_0x5cd5bc:0xb3,_0x3f125c:0xd3,_0x5e7afc:0x1aa,_0x3cf779:0x176,_0x14be8d:0x151,_0x16a0d7:0x133,_0xc0d5b8:0xda,_0xae1516:0x647,_0x12b7cd:0x692,_0xca6d8e:0x703,_0x5a5317:0x62a,_0x40049c:0x605,_0x1d7b3d:0x653,_0x4dc8b6:0x6c9,_0x17946b:0x67b,_0x1c971a:0x6bb,_0x3131cb:0x6eb,_0x320ef4:0x688,_0x35c99b:0xb6,_0x50c278:0x107,_0x3e06bc:0x8e,_0x43442d:0xc7,_0x31a7a3:0xd1,_0x28dd10:0x657,_0x9397d7:0x590,_0x364aee:0x64b,_0x266b54:0x617,_0xd4378c:0x5b6,_0x8292ca:0x5e7,_0x40fdbc:0x5b7,_0x5697c7:0x78,_0x1b4c00:0xcb,_0x445c4a:0x91,_0x343677:0xa7,_0x5f3d29:0x35,_0x348f53:0xf1,_0x45e3e7:0x12d,_0x28b38c:0x11,_0x136919:0x1bc,_0xe025f7:0x138,_0x181474:0x135,_0x168923:0xf,_0x2a825e:0x8e,_0x2b02f6:0x5d6,_0x70f576:0x5f9,_0x1d612c:0x58f,_0x49afc4:0x518,_0x3300a0:0x4f2,_0x266d7f:0x105,_0x3a0ab4:0x132,_0x5b8f75:0x53,_0x5e8e14:0xc7,_0x578e8c:0x17e,_0x1d8c04:0x156,_0x11f92f:0x125,_0x3eb305:0x8e,_0x237742:0x685,_0x2d7a42:0xdf,_0x5ea4d2:0x82,_0x9d007d:0xfa,_0x3b6e3b:0x55a,_0xe306e8:0x5b},_0x5e79f8={_0x3e7ec6:0x12d},_0x1900aa={_0x5bce6a:0x70,_0x25efe2:0x492,_0x34be6f:0x137},_0x3d0a7e={'UeOOo':'Usage:\x20cod'+_0x30afa8(0x62c,0x582,0x528,0x628)+_0x145ab2(_0x1d3496._0x471cd8,_0x1d3496._0x144f34,0x139,0x11c)+'\x20<key>\x20<va'+_0x30afa8(_0x1d3496._0x1ac39f,0x580,0x612,_0x1d3496._0x57c919),'vesFT':_0x145ab2(0x1,0xc2,0xf7,_0x1d3496._0x125491)+_0x145ab2(_0x1d3496._0x5b1cfb,_0x1d3496._0x1c125e,0xbf,0xac)+'tion\x20===','qNZZS':function(_0x40382a){return _0x40382a();},'DUOfN':function(_0x395c8c){return _0x395c8c();},'jJROh':'(not\x20set)','QnjfI':function(_0x1333c2,_0x5e7b32){return _0x1333c2||_0x5e7b32;},'IWLiV':function(_0x1666e4,_0x1a6ac5){return _0x1666e4!==_0x1a6ac5;},'eHyrL':function(_0x3de25b){return _0x3de25b();},'CbRpf':_0x145ab2(_0x1d3496._0x15a4e,_0x1d3496._0x34b267,_0x1d3496._0x28b401,_0x1d3496._0x69f185)+_0x145ab2(_0x1d3496._0x4c9ad7,_0x1d3496._0x3563d4,0x137,0x115)+_0x30afa8(0x723,_0x1d3496._0x417494,0x655,_0x1d3496._0x2785b8),'glCkO':_0x30afa8(_0x1d3496._0x4be375,0x65f,0x688,0x640),'ZFiCb':_0x30afa8(_0x1d3496._0x54a6dd,0x62e,0x69e,0x66e),'YCZbM':'(setup.jso'+_0x30afa8(_0x1d3496._0x165697,_0x1d3496._0x45016b,_0x1d3496._0x3355a3,0x598)+'d)','QAtiA':_0x145ab2(_0x1d3496._0x5dad68,0xe9,_0x1d3496._0x45a737,0xc4),'blSZa':_0x145ab2(0x4f,0x9d,_0x1d3496._0xd316fe,_0x1d3496._0x3c3b7c),'nPECX':_0x145ab2(_0x1d3496._0x51b31f,_0x1d3496._0x15c8cb,_0x1d3496._0x1c7334,0x7c)+_0x145ab2(0x112,_0x1d3496._0x365fcb,0x6c,_0x1d3496._0xab5171)+_0x30afa8(_0x1d3496._0x491bbd,0x5c2,0x5a2,0x52e)+_0x145ab2(0xb0,0x12e,_0x1d3496._0x76a161,_0x1d3496._0x27fe1d)+_0x145ab2(_0x1d3496._0x37207a,_0x1d3496._0x326e59,_0x1d3496._0xba36e6,0x163)+_0x145ab2(0xd1,0x8f,0x9e,0xe9),'khzzK':_0x145ab2(0x67,0xa1,0xa8,0x88)+'rver\x20confi'+_0x145ab2(0x69,_0x1d3496._0x32ca64,_0x1d3496._0x521962,0xf4)+_0x145ab2(0x5d,0x21,_0x1d3496._0x494029,_0x1d3496._0x551e3a)+'th\x20/path/t'+'o/coder-se'+_0x145ab2(_0x1d3496._0x1a65a0,0x32,_0x1d3496._0x2a3f5d,_0x1d3496._0xf0509f)};console['log'](_0x3d0a7e[_0x145ab2(_0x1d3496._0x2680ae,_0x1d3496._0x2b4072,_0x1d3496._0x266813,_0x1d3496._0x400f20)]);function _0x30afa8(_0x4ca6d2,_0x12dd48,_0x40db45,_0x3f3b86){return _0x25ed50(_0x4ca6d2-_0x1900aa._0x5bce6a,_0x12dd48-_0x1900aa._0x25efe2,_0x40db45,_0x3f3b86-_0x1900aa._0x34be6f);}console['log']('');const _0xcea9e=await getCoderSetupPath(),_0x5e4674=await getServerPort(),_0x40d119=await _0x3d0a7e['qNZZS'](getSslCertPath),_0x2fe5fb=await _0x3d0a7e[_0x145ab2(_0x1d3496._0x460967,_0x1d3496._0x14fcce,0x14f,0x15d)](getSslKeyPath),_0x5260c2=await _0x3d0a7e[_0x30afa8(_0x1d3496._0xa97ed9,0x671,_0x1d3496._0x498fd9,0x6aa)](getSslCaPath),_0x575a16=await getTrustProxy();console[_0x145ab2(_0x1d3496._0x207573,_0x1d3496._0x328bb9,0x34,0x8e)]('coder_setu'+_0x30afa8(_0x1d3496._0x4ad527,0x5bd,0x566,0x63b)+(_0xcea9e||_0x3d0a7e['jJROh'])),console['log']('server_por'+_0x30afa8(0x628,0x5d5,0x67a,0x667)+_0x5e4674),console[_0x30afa8(0x61f,_0x1d3496._0x306fb1,_0x1d3496._0x21f177,_0x1d3496._0x3e270c)](_0x30afa8(_0x1d3496._0x39b162,0x55e,_0x1d3496._0x679c76,_0x1d3496._0x3ea2e7)+_0x145ab2(0xd3,_0x1d3496._0x469c45,0x61,0xfe)+(_0x40d119||_0x145ab2(0x157,_0x1d3496._0x39e247,_0x1d3496._0x6b8639,0x16f))),console[_0x145ab2(_0x1d3496._0x3b2065,_0x1d3496._0x1766f8,0x81,0x8e)](_0x145ab2(_0x1d3496._0xf67ca0,0x1ab,_0x1d3496._0x3a3f9c,_0x1d3496._0x50c649)+_0x30afa8(0x610,0x611,_0x1d3496._0x1300f0,_0x1d3496._0x6164e6)+_0x3d0a7e[_0x30afa8(_0x1d3496._0x101833,0x5fd,_0x1d3496._0x39ec02,_0x1d3496._0x3e270c)](_0x2fe5fb,_0x3d0a7e['jJROh'])),console['log'](_0x145ab2(_0x1d3496._0x5cd5bc,0x160,0x9d,_0x1d3496._0x3f125c)+_0x145ab2(0x101,_0x1d3496._0x5e7afc,_0x1d3496._0x3cf779,_0x1d3496._0x14be8d)+_0x3d0a7e[_0x145ab2(_0x1d3496._0x16a0d7,0x155,0x9a,_0x1d3496._0xc0d5b8)](_0x5260c2,_0x30afa8(_0x1d3496._0xae1516,_0x1d3496._0x12b7cd,_0x1d3496._0xca6d8e,_0x1d3496._0x5a5317))),console['log'](_0x30afa8(0x534,0x5d8,_0x1d3496._0x40049c,_0x1d3496._0x1d7b3d)+_0x30afa8(_0x1d3496._0x4dc8b6,0x673,_0x1d3496._0x17946b,_0x1d3496._0x1c971a)+(_0x3d0a7e[_0x30afa8(_0x1d3496._0x17946b,0x67f,_0x1d3496._0x3131cb,_0x1d3496._0x320ef4)](_0x575a16,null)?_0x575a16:'(not\x20set)')),console[_0x145ab2(_0x1d3496._0x35c99b,0xb6,_0x1d3496._0x50c278,_0x1d3496._0x3e06bc)](''),console['log']('Location:\x20'+_0x3d0a7e[_0x145ab2(_0x1d3496._0x328bb9,0x88,_0x1d3496._0x43442d,_0x1d3496._0x31a7a3)](getConfigPath)),console[_0x30afa8(_0x1d3496._0x28dd10,0x5b1,0x51b,0x518)]('');function _0x145ab2(_0x1bb055,_0x246ce0,_0x367759,_0xb498db){return _0x13464e(_0x1bb055-_0x5e79f8._0x3e7ec6,_0x1bb055,_0xb498db-0x1f8,_0xb498db-0x61);}if(_0xcea9e){console[_0x30afa8(_0x1d3496._0x9397d7,_0x1d3496._0x306fb1,_0x1d3496._0x364aee,0x621)](_0x3d0a7e[_0x145ab2(0xe1,0x139,0xec,0x104)]),console[_0x30afa8(0x588,0x5b1,_0x1d3496._0x266b54,0x57d)]('');const _0x170fd9=_0x5cbb85['join'](_0xcea9e,_0x3d0a7e['glCkO']);try{const _0x26a8a1=await _0x535c6d[_0x30afa8(0x549,0x58d,_0x1d3496._0xd4378c,0x610)](_0x170fd9,_0x30afa8(_0x1d3496._0xae1516,0x64c,_0x1d3496._0x8292ca,0x631)),_0x3c2c5a=JSON[_0x30afa8(0x563,_0x1d3496._0x40fdbc,0x543,0x523)](_0x26a8a1);console[_0x145ab2(_0x1d3496._0x5697c7,_0x1d3496._0x1b4c00,0x64,0x8e)](JSON['stringify'](_0x3c2c5a,null,-0x10a2+0x1bf0+0x2*-0x5a6)),console['log'](''),console[_0x145ab2(0xe9,_0x1d3496._0x28b401,_0x1d3496._0x445c4a,0x8e)](_0x145ab2(_0x1d3496._0x14fcce,_0x1d3496._0x343677,0xc6,0x12d)+_0x170fd9);}catch(_0x5a27bb){_0x5a27bb['code']===_0x3d0a7e[_0x145ab2(_0x1d3496._0x5f3d29,_0x1d3496._0x348f53,_0x1d3496._0x5b1cfb,0x8b)]?(console[_0x145ab2(0xcc,_0x1d3496._0x45e3e7,0x7b,0x8e)](_0x3d0a7e['YCZbM']),console['log'](''),console[_0x145ab2(0xe0,0xef,_0x1d3496._0x28b38c,0x8e)]('Expected\x20l'+_0x145ab2(0xaa,_0x1d3496._0x136919,0xb9,_0x1d3496._0xe025f7)+_0x170fd9)):console[_0x145ab2(_0x1d3496._0x181474,_0x1d3496._0x168923,0x123,_0x1d3496._0x2a825e)](_0x30afa8(0x619,_0x1d3496._0x2b02f6,_0x1d3496._0x70f576,0x58b)+_0x30afa8(0x5df,_0x1d3496._0x1d612c,_0x1d3496._0x49afc4,_0x1d3496._0x3300a0)+_0x145ab2(_0x1d3496._0x266d7f,0x19a,_0x1d3496._0x3a0ab4,0x109)+_0x5a27bb[_0x145ab2(0x19,_0x1d3496._0x5b8f75,_0x1d3496._0x5e8e14,0xad)]);}}else _0x3d0a7e['IWLiV'](_0x3d0a7e['QAtiA'],_0x3d0a7e[_0x145ab2(_0x1d3496._0x578e8c,_0x1d3496._0x1d8c04,0x15c,0xf9)])?(console[_0x145ab2(_0x1d3496._0x11f92f,0x58,_0x1d3496._0x76a161,_0x1d3496._0x3eb305)](_0x3d0a7e[_0x30afa8(0x728,0x69c,0x658,_0x1d3496._0x237742)]),console[_0x145ab2(_0x1d3496._0x2d7a42,-0x2,0x5d,_0x1d3496._0x3eb305)](_0x3d0a7e[_0x145ab2(_0x1d3496._0x1d8c04,0x179,_0x1d3496._0x5ea4d2,_0x1d3496._0x9d007d)])):(_0x4a5e80[_0x30afa8(_0x1d3496._0x3b6e3b,0x556,0x56d,0x52f)](_0x3d0a7e[_0x145ab2(-0x3a,_0x1d3496._0xe306e8,0x98,0x36)]),_0x318676['exit'](0xa5b*-0x3+0x17*0x15e+-0x1*0x60));}
1
+ function _0xabb6(_0x162de4,_0x334b18){_0x162de4=_0x162de4-(-0xd14+0x327+0x13*0x9c);const _0x523337=_0xca86();let _0x2a79aa=_0x523337[_0x162de4];if(_0xabb6['RKBtWw']===undefined){var _0x24b1cb=function(_0x25969e){const _0x16a838='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2d5cd9='',_0x7c8171='';for(let _0x2e21ba=0x6*0x85+0x22fb+-0x2619,_0x507bee,_0x18bff3,_0x4e85ee=-0xd78*-0x2+0x1*-0xc8b+-0xe65;_0x18bff3=_0x25969e['charAt'](_0x4e85ee++);~_0x18bff3&&(_0x507bee=_0x2e21ba%(-0x1*0x118c+-0x3b*-0x3a+0x432)?_0x507bee*(0x189*0x1+0x801+-0x94a)+_0x18bff3:_0x18bff3,_0x2e21ba++%(-0xabd+0x223c+-0x177b))?_0x2d5cd9+=String['fromCharCode'](-0xc3b+-0x161*-0xe+-0x614&_0x507bee>>(-(0x1*0x932+0x60a+0x1*-0xf3a)*_0x2e21ba&-0x1129*0x1+0x49e+0xc91*0x1)):0x1503*0x1+-0x7a*-0x19+-0x20ed){_0x18bff3=_0x16a838['indexOf'](_0x18bff3);}for(let _0x58f065=0x221e+0x3fd*-0x2+-0x1a24,_0x46d591=_0x2d5cd9['length'];_0x58f065<_0x46d591;_0x58f065++){_0x7c8171+='%'+('00'+_0x2d5cd9['charCodeAt'](_0x58f065)['toString'](-0x72e+0xe4d*0x1+-0x70f))['slice'](-(-0x4*-0x4db+-0x1*0xeb6+-0x4b4));}return decodeURIComponent(_0x7c8171);};_0xabb6['lojVEN']=_0x24b1cb,_0xabb6['GcadLa']={},_0xabb6['RKBtWw']=!![];}const _0x502c5d=_0x523337[-0x1132+0xcfb+0x437],_0x7004ec=_0x162de4+_0x502c5d,_0x1b0bcf=_0xabb6['GcadLa'][_0x7004ec];return!_0x1b0bcf?(_0x2a79aa=_0xabb6['lojVEN'](_0x2a79aa),_0xabb6['GcadLa'][_0x7004ec]=_0x2a79aa):_0x2a79aa=_0x1b0bcf,_0x2a79aa;}function _0x62f0fe(_0x2fcbf6,_0x2e6b78,_0x96d8a3,_0x34e24f){const _0x5754b8={_0x4bd4be:0x23e};return _0xabb6(_0x2e6b78- -_0x5754b8._0x4bd4be,_0x2fcbf6);}(function(_0x2bac6e,_0x399a7b){const _0x3f5a59={_0x59d91e:0x2d,_0x33980b:0x41,_0x10e58b:0xdf,_0x2d8dd3:0x105,_0x99c423:0x185,_0x332b62:0x10b,_0x390247:0x20c,_0x342ff7:0x96,_0x582656:0xd1,_0x2abc28:0x109,_0x34da71:0x10a,_0x45812b:0xf1,_0x151a21:0x139,_0x4692d6:0x3,_0x12b2f0:0x9b,_0x190e97:0x108,_0x4b5473:0x13f,_0x232a4a:0xc6,_0x6f577b:0x101,_0x36e973:0x8c,_0x1e99a4:0xf2,_0x1cf7c5:0x3a,_0x2e519e:0x60,_0x448b99:0x15e,_0x880734:0xdd,_0x3c7ace:0x118,_0xc134c4:0x162,_0x8ff029:0xf4,_0x4b095c:0x15c};function _0x56387e(_0x108b1f,_0x415382,_0x25ca6a,_0x52875d){return _0xabb6(_0x108b1f- -0x3dd,_0x52875d);}function _0x4e648b(_0x37ebc8,_0xd89147,_0x4cf717,_0x73c09b){return _0xabb6(_0x73c09b- -0x347,_0x4cf717);}const _0x10fcba=_0x2bac6e();while(!![]){try{const _0x297ad2=-parseInt(_0x4e648b(_0x3f5a59._0x59d91e,-_0x3f5a59._0x33980b,-0xc0,-0x5a))/(-0x1616+-0x3*-0xa45+0x22e*-0x4)*(-parseInt(_0x4e648b(-0x9c,-0xac,-_0x3f5a59._0x10e58b,-_0x3f5a59._0x2d8dd3))/(0x6f5+-0x160*-0x2+0x9b3*-0x1))+-parseInt(_0x56387e(-_0x3f5a59._0x99c423,-_0x3f5a59._0x332b62,-0x18e,-_0x3f5a59._0x390247))/(0xadb+0x24a3+-0x1*0x2f7b)*(parseInt(_0x4e648b(-0xa4,-_0x3f5a59._0x342ff7,-_0x3f5a59._0x582656,-_0x3f5a59._0x2abc28))/(0x228f+-0xff*-0x4+-0x2687))+parseInt(_0x4e648b(-0x95,-_0x3f5a59._0x34da71,-0x17a,-_0x3f5a59._0x45812b))/(0xb6c+-0x7*0x13c+-0x2c3)+-parseInt(_0x4e648b(-_0x3f5a59._0x151a21,-0xf0,_0x3f5a59._0x4692d6,-_0x3f5a59._0x12b2f0))/(-0x1a3d+-0x5ab*-0x1+-0xa4c*-0x2)*(-parseInt(_0x56387e(-_0x3f5a59._0x190e97,-_0x3f5a59._0x4b5473,-0x69,-_0x3f5a59._0x232a4a))/(0x73*-0x36+-0x1104+0x294d))+-parseInt(_0x4e648b(-0x154,-_0x3f5a59._0x6f577b,-_0x3f5a59._0x36e973,-_0x3f5a59._0x1e99a4))/(-0x2216+-0x679*-0x3+0x1*0xeb3)*(-parseInt(_0x4e648b(0xf,-0x69,-_0x3f5a59._0x1cf7c5,-_0x3f5a59._0x2e519e))/(0x3*-0x170+-0xe09*0x1+0xd*0x16a))+-parseInt(_0x4e648b(-_0x3f5a59._0x448b99,-_0x3f5a59._0x880734,-0xfc,-0x136))/(0x9dd+0xf7c+0xd1*-0x1f)+-parseInt(_0x56387e(-_0x3f5a59._0x3c7ace,-0x159,-0x131,-_0x3f5a59._0xc134c4))/(-0x7c9*-0x5+0x1237*0x1+-0x3919)*(parseInt(_0x4e648b(-0xd1,-0x200,-_0x3f5a59._0x8ff029,-_0x3f5a59._0x4b095c))/(0x3*-0x9c5+-0x67f+0x23da));if(_0x297ad2===_0x399a7b)break;else _0x10fcba['push'](_0x10fcba['shift']());}catch(_0x4ef57f){_0x10fcba['push'](_0x10fcba['shift']());}}}(_0xca86,-0x9830*-0x2+0x16*-0x24d7+-0x3*-0x18b1f));import{promises as _0x5d15aa}from'fs';import _0x7beee6 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x4204eb(_0x193b1a,_0x222890,_0x3e979a,_0x2b96fa){const _0x37957c={_0x4de973:0x37};return _0xabb6(_0x2b96fa- -_0x37957c._0x4de973,_0x222890);}const SERVER_CONFIG_KEYS=new Set([_0x4204eb(0x24b,0x160,0x148,0x1d7)+_0x62f0fe(-0x54,-0xf,-0x4e,0x2),_0x4204eb(0x1c4,0x1dd,0x11f,0x196)+'t',_0x62f0fe(-0x1c,0x62,0xfd,0xf8)+_0x62f0fe(0x28,0x3b,-0x51,0xce),_0x4204eb(0x2c0,0x31a,0x2c8,0x288)+'th',_0x62f0fe(-0x13,-0x51,-0x6f,-0xec)+'h',_0x62f0fe(-0xce,-0x34,0x24,-0xcd)+'y']),SETUP_JSON_KEYS=new Set([_0x62f0fe(0xa2,0xd,-0x94,-0x7a),'default_ag'+'ent',_0x62f0fe(-0x3a,0x4d,0xa7,0xed)+'ge',_0x62f0fe(0x29,-0x2c,-0x88,-0xa2)]);export async function handleConfig(_0x11c523){const _0x4d32b0={_0x43e865:0x5d3,_0x33fdc1:0x5cf,_0x65faad:0x63c,_0x2630a0:0x601,_0x16645f:0xa4,_0x5eba9a:0x55,_0x19d49f:0x13b,_0x4a7bfd:0x64,_0x1168e0:0x7f,_0x26be7e:0x117,_0x13d141:0x555,_0x5ca7d1:0x51a,_0x1d68ce:0x57d,_0x5b24ce:0x124,_0x50c8f9:0xed,_0x22ee3a:0x161,_0x2d7acd:0x138,_0x441083:0x8c,_0x59ad7c:0xf0,_0x5c3312:0x596,_0x480841:0x5a1,_0x454276:0x648,_0x3a5f1d:0x100,_0x5ce9e6:0x17f,_0x47d055:0xa,_0x52a405:0xb2,_0x542f75:0x99,_0xf80dfa:0x12e,_0x57624c:0x53f,_0x1a1e70:0x449,_0x273c5b:0x57c,_0x3c9823:0x5a2,_0x4897c3:0x56a,_0x5b8afe:0x609,_0x4f50dd:0x125,_0x4e18ee:0x4cc,_0x405927:0x49e,_0x4942f9:0x5b0,_0x501247:0xd3,_0xa7c01:0x4f,_0x34c361:0xb8,_0x35383e:0xa5,_0x256caa:0x122,_0x49f52d:0x25,_0x211d4c:0xc0,_0x20d30a:0x607,_0x22ccb9:0x104,_0x445560:0x96,_0x3ed9b9:0x60e,_0x135dd2:0x10c,_0x104543:0xe0,_0x3a6431:0x174,_0x558f19:0x3,_0x8052d8:0x5b4,_0x350e16:0x556,_0x436569:0x594,_0x587b2d:0x580,_0x290157:0x581,_0x16b7cb:0x5b5,_0x290c46:0x5a5,_0x4fc4ad:0x48,_0x1885c6:0xc5,_0xea8a5e:0x63,_0x419d16:0x553,_0x24097e:0x4e8,_0x2eb60a:0x4bf,_0x20dc35:0x5b4,_0x2f8496:0x63e,_0x878fbd:0x5d9,_0x49e295:0x113,_0x3119fa:0x76,_0x188364:0xb2,_0x4e1e37:0x42},_0x20b9c2={_0xf34be5:0x1aa,_0x4993c4:0x139},_0xbb7db7={'EYjph':_0x336d17(_0x4d32b0._0x43e865,_0x4d32b0._0x33fdc1,_0x4d32b0._0x65faad,0x601)+'alid\x20port\x20'+'number','Limmn':_0x336d17(0x5c5,0x567,0x552,_0x4d32b0._0x2630a0)+_0x5bb156(-0xe0,-_0x4d32b0._0x16645f,-_0x4d32b0._0x5eba9a,-_0x4d32b0._0x19d49f)+'d)','SKBXT':function(_0x98b18d){return _0x98b18d();},'AlVwC':_0x336d17(0x5e2,0x5f8,0x5db,0x5b2),'wJEOS':function(_0x444a10,_0x2147bf,_0x50d0fc){return _0x444a10(_0x2147bf,_0x50d0fc);},'ZmTHN':_0x5bb156(-_0x4d32b0._0x4a7bfd,-_0x4d32b0._0x1168e0,-_0x4d32b0._0x26be7e,-0xb9),'EPPIn':function(_0x46ecf8,_0x30d5a2){return _0x46ecf8(_0x30d5a2);},'zdFaW':_0x336d17(_0x4d32b0._0x13d141,0x531,_0x4d32b0._0x5ca7d1,_0x4d32b0._0x1d68ce),'iIBhq':_0x5bb156(-_0x4d32b0._0x5b24ce,-_0x4d32b0._0x50c8f9,-_0x4d32b0._0x22ee3a,-_0x4d32b0._0x2d7acd),'WTiua':function(_0x47c166,_0x42f9e5){return _0x47c166(_0x42f9e5);},'Ihrnd':'show','gbXnc':function(_0x46cca4){return _0x46cca4();},'XobRX':'Run\x20\x22coder'+_0x5bb156(-0x151,-0xec,-0x6c,-_0x4d32b0._0x441083)+_0x5bb156(-0x179,-_0x4d32b0._0x59ad7c,-0x99,-0x130)+_0x336d17(0x609,_0x4d32b0._0x5c3312,_0x4d32b0._0x480841,0x5df)+_0x336d17(0x5a6,_0x4d32b0._0x454276,0x52c,0x631),'lbcRA':function(_0xa99145,_0x247f66){return _0xa99145!==_0x247f66;},'MPgLD':_0x5bb156(-0xd8,-0x115,-_0x4d32b0._0x3a5f1d,-_0x4d32b0._0x5ce9e6),'sXSfN':'qgSog'},_0x407673=_0x11c523[-0x1e32+-0xa65+0x2897];!_0x407673&&(_0xbb7db7[_0x5bb156(0xe,-0x54,-_0x4d32b0._0x47d055,-0xa5)](showUsage),process[_0x5bb156(-_0x4d32b0._0x52a405,-_0x4d32b0._0x542f75,-_0x4d32b0._0xf80dfa,-0xdd)](0x740+-0x1259+-0x196*-0x7));function _0x5bb156(_0x18da79,_0x357cc,_0x448750,_0x58ade5){return _0x62f0fe(_0x18da79,_0x357cc- -0xd0,_0x448750-_0x20b9c2._0xf34be5,_0x58ade5-_0x20b9c2._0x4993c4);}function _0x336d17(_0x1d7bf1,_0x1b356d,_0x94c523,_0x37039b){return _0x62f0fe(_0x94c523,_0x1d7bf1-0x568,_0x94c523-0xa2,_0x37039b-0x46);}try{if(_0xbb7db7[_0x336d17(0x4df,0x4be,_0x4d32b0._0x57624c,_0x4d32b0._0x1a1e70)]!==_0xbb7db7[_0x336d17(0x4df,_0x4d32b0._0x273c5b,0x52e,0x529)])_0x162de4[_0x336d17(_0x4d32b0._0x3c9823,0x554,_0x4d32b0._0x4897c3,_0x4d32b0._0x5b8afe)](_0xbb7db7[_0x5bb156(-0x85,-_0x4d32b0._0x4f50dd,-0xbc,-0x1ae)]),_0x334b18[_0x5bb156(-0xed,-0x99,-0x12b,-0xeb)](-0x110e+-0x26f3+0x3802);else switch(_0x407673){case _0x336d17(0x52c,_0x4d32b0._0x4e18ee,_0x4d32b0._0x405927,_0x4d32b0._0x4942f9):await _0xbb7db7['wJEOS'](setConfig,_0x11c523[-0x1b6c+0x259*0x10+-0x5*0x207],_0x11c523[-0x1fc8+0x377*-0x3+0x2a2f]);break;case _0xbb7db7['ZmTHN']:await _0xbb7db7[_0x5bb156(-_0x4d32b0._0x501247,-0xdd,-0xe1,-_0x4d32b0._0xa7c01)](getConfig,_0x11c523[-0x1b1*-0xa+0x1*-0xc5c+-0x48d]);break;case _0xbb7db7['zdFaW']:case _0xbb7db7[_0x5bb156(-_0x4d32b0._0x34c361,-_0x4d32b0._0x35383e,-0x3c,-_0x4d32b0._0x256caa)]:await _0xbb7db7['WTiua'](removeConfig,_0x11c523[0x45e+0xb*0x107+-0xfaa]);break;case _0xbb7db7[_0x5bb156(-_0x4d32b0._0x49f52d,-_0x4d32b0._0x211d4c,-0x12e,-0xc9)]:await _0xbb7db7[_0x336d17(_0x4d32b0._0x20d30a,0x640,0x5c1,0x65f)](showConfig);break;default:console[_0x5bb156(-_0x4d32b0._0x22ccb9,-_0x4d32b0._0x445560,-0xdf,-0x12c)](_0x336d17(_0x4d32b0._0x3ed9b9,0x5f0,0x5b3,0x59b)+_0x5bb156(-_0x4d32b0._0x135dd2,-_0x4d32b0._0x104543,-0x181,-_0x4d32b0._0x3a6431)+_0x407673),console[_0x5bb156(-0x89,-0x96,-0x1b,_0x4d32b0._0x558f19)](_0xbb7db7[_0x336d17(_0x4d32b0._0x8052d8,0x57e,_0x4d32b0._0x350e16,_0x4d32b0._0x436569)]),process[_0x336d17(0x59f,_0x4d32b0._0x587b2d,0x61c,_0x4d32b0._0x290157)](0xd*0x21d+-0x39*0x49+0x105*-0xb);}}catch(_0x4421f5){_0xbb7db7[_0x336d17(0x51f,0x4cd,_0x4d32b0._0x16b7cb,_0x4d32b0._0x290c46)](_0xbb7db7[_0x5bb156(_0x4d32b0._0x4fc4ad,-0x24,0x12,-0xae)],_0xbb7db7[_0x5bb156(-0x91,-0xa2,-0x7b,-0x11b)])?(console['error'](_0x5bb156(-_0x4d32b0._0x1885c6,-0x40,-0x32,-_0x4d32b0._0xea8a5e)+_0x4421f5[_0x336d17(_0x4d32b0._0x419d16,_0x4d32b0._0x24097e,_0x4d32b0._0x2eb60a,_0x4d32b0._0x20dc35)]),process[_0x336d17(0x59f,_0x4d32b0._0x2f8496,0x63a,_0x4d32b0._0x878fbd)](-0x7*-0x53b+0x1*-0x8d+-0x240f)):(_0xf4b6c6['log'](_0xbb7db7[_0x5bb156(-0x127,-_0x4d32b0._0x49e295,-_0x4d32b0._0x3119fa,-_0x4d32b0._0x188364)]),_0x28f977['log'](''),_0x385f88['log']('Expected\x20l'+_0x5bb156(-0x133,-0xda,-_0x4d32b0._0x4e1e37,-0x12a)+_0x38adcf));}}function showUsage(){const _0xc1d347={_0x1c97d3:0x1b,_0x4f9a3a:0x64,_0x44a74d:0x59,_0x8f43f8:0x117,_0x7f8ee2:0xae,_0x3aaf63:0x56c,_0x3a2465:0x692,_0x16d5e0:0x4d,_0x375bfd:0xe7,_0x168690:0x53,_0x3d9a61:0xf1,_0x112986:0x185,_0x48c02a:0x5c8,_0x11a42c:0x4f0,_0x5571f1:0x8,_0x54cbb2:0x4bc,_0x5ab3e2:0x4df,_0x2ccced:0x77,_0x4f5337:0x505,_0x2e1870:0x57d,_0x5d2082:0x139,_0x5092fb:0x44,_0x3d7678:0x4b,_0x1ce6bd:0xd1,_0x530341:0x546,_0xa6be39:0x582,_0x53c6e5:0x74,_0x427639:0x647,_0x4b362c:0x61c,_0x3a5320:0x5f4,_0x581daf:0x619,_0x3a8922:0x667,_0x541b58:0x623,_0x1095b2:0x5fb,_0x5d31f0:0x5f,_0x5e4a36:0xe3,_0xc50a9c:0x3f,_0x4a9c9d:0x61e,_0x217aae:0x56b,_0x5473ac:0x1e,_0x411f62:0x26,_0x48929d:0x630,_0x2821c6:0x574,_0x1e3f76:0x57b,_0x4f79e9:0x18,_0x565a19:0x4f,_0x25f389:0x52f,_0x1bb95d:0x48e,_0x453126:0x5b6,_0x4bc444:0x52a,_0x3e5700:0xb3,_0x64383b:0xc5,_0x519478:0x36,_0x55db8e:0xb6,_0x364ed2:0x60,_0x7d6ee6:0x4e,_0x55b071:0x111,_0x5a80c3:0x1a,_0x517182:0x37,_0x28efc0:0xb,_0x24b56f:0x70,_0x38a45f:0x87,_0x590e3d:0x2d,_0x5a841b:0x2c,_0x4e6393:0x6,_0x3b95df:0x56,_0x166b96:0x16,_0x1d96dd:0xa2,_0xe64a0a:0xd,_0x292242:0x6a7,_0x27d7b3:0x635,_0x239352:0xfe,_0x6b15f0:0x73,_0x24c5e2:0x43,_0x510666:0x13,_0x33ab31:0x560,_0x53f73b:0x628,_0x2a9255:0x8c,_0xd1a410:0x2c,_0x6f82de:0xc,_0xce0c02:0x57,_0x5bfaf4:0x96,_0x29a6e0:0x6e,_0x5dbe62:0x55b,_0x1880e1:0x53e,_0x101645:0x13b,_0x3d9d8f:0xc3,_0x432d7d:0x666,_0x233569:0x78,_0x515695:0xc2,_0x2d8d9d:0x49a,_0x1a5d4f:0x4f3,_0x4fb1cf:0x584,_0x11b60e:0x67a,_0x573968:0x57b,_0x361fb1:0x555,_0x418397:0x5f7,_0x4908a9:0x5fc,_0x521560:0x4fa,_0x8318a4:0x7a,_0x2122fe:0x4,_0x823612:0x10,_0x35d93b:0x88,_0x52667a:0x1e,_0x1dc0c7:0x57a,_0x5697bb:0x5d5,_0x50c5f1:0x605,_0x550476:0x7b,_0xce010f:0x8,_0x1135c3:0x539,_0x2f3d07:0x4f4,_0x3a6e24:0x550,_0x4c42b3:0x587,_0x1c872a:0x614,_0x2f268f:0x5ee,_0x20122f:0x53c,_0x288ec7:0x5a7,_0x1600aa:0xfa,_0x3e990f:0xab,_0x350c72:0x98,_0x17ba96:0x62c,_0x1bebe6:0x639,_0x253e58:0x5b7,_0x5467d1:0xcc,_0x36ff98:0x14f,_0x5b7a9f:0x14d,_0x2a1a89:0x655,_0x5232b1:0x648,_0x434923:0x4a,_0x336cc3:0x1d,_0x1724c9:0x12,_0x5112de:0x33,_0x232c6d:0x22,_0x241e4f:0x92,_0x567100:0x60b,_0x218204:0x58d,_0x26f227:0x59c,_0x34a9ce:0x5ee,_0x3826bc:0x57a,_0x226e64:0x5a2,_0x535fbb:0x528,_0x37814e:0xc8,_0x584e60:0xca,_0x38f1e5:0x85,_0x32383e:0x523,_0x1ff039:0x611,_0x5b8a2f:0x5c0,_0x1cea33:0x659,_0x509467:0x5cd,_0x3b5e5b:0x13,_0x135f66:0xa4,_0x143555:0xe6,_0x421ee4:0x507,_0x2064c8:0x62,_0x476792:0x51,_0x1ce5a3:0x37,_0x1defbb:0xb1,_0x4a5a86:0x69,_0x1bc4b5:0x5c,_0x298988:0x118,_0xeed0fb:0xe,_0x4d83b4:0x52,_0x491f80:0x5c1,_0xf7a5f0:0x5a6,_0xaa84a6:0x33,_0x2e862c:0xb9,_0x4cb7ab:0x51d,_0x472281:0x593,_0x296227:0x510,_0x448fc3:0x608,_0x30e930:0x61a,_0x3e4ab8:0x5bf,_0x1fe3e8:0x3c,_0x4db489:0x5d8,_0x98c225:0x552,_0x5c70b4:0x541,_0x2093c7:0x18,_0x29fb60:0xa1,_0x46b9f8:0xe9,_0x115a61:0x2e,_0x3331de:0xd2,_0x40732d:0xa3,_0x225ba3:0x85,_0x30d0ba:0x656,_0x4b2496:0x5ce,_0x2f4df8:0x4e3,_0x3a97f7:0x564,_0xca4c4a:0x5cc,_0x1cc7f2:0x86,_0x297030:0xc7,_0x4ca9b2:0xa7,_0x1e17af:0x58f,_0x3d4e84:0x51e,_0xc2861a:0x633,_0xd1f83f:0x5bf,_0x4aa5f6:0x5e8,_0x4d0d5f:0x586,_0x421b50:0x53e,_0x1f237e:0xa,_0x54051b:0x66f,_0x51b1fa:0x15,_0x5809de:0x459,_0x1e3931:0x4e0,_0x6b32b4:0x4f8,_0x4a5a7f:0x5d2,_0x625b98:0x5bf,_0xe6d057:0x530,_0x9c097e:0x603,_0x5f3da8:0x16,_0x36e73f:0x5bb,_0x24d341:0x8b,_0x4311f3:0xc,_0x13edc7:0x658,_0x27ac08:0x5f1,_0x9d2971:0x5db,_0x3f4422:0x60e,_0x2f4fd3:0x644,_0x325fc0:0x5dd,_0x9ad04e:0x19,_0x24cc9e:0xc6,_0x33fc6e:0x5d,_0xe5d92c:0xec,_0x24f16a:0x11d,_0x1a94d0:0x9c,_0x3089b1:0x125,_0x110b42:0x122,_0x28eba5:0x577,_0x381606:0x5e9,_0x5b7d49:0x589,_0x51fff9:0x604,_0x532d30:0x591,_0x3d38b2:0x29,_0x279683:0x4ff,_0x442dcf:0x56a,_0x26afcd:0x504,_0x2fd230:0x507},_0x562879={_0x398c74:0x274},_0x15ad36={_0x3bac9e:0x77,_0x26408d:0x1a7},_0x3ae080={};_0x3ae080[_0x550512(-0x83,_0xc1d347._0x1c97d3,-_0xc1d347._0x4f9a3a,-_0xc1d347._0x44a74d)]=_0x550512(-0xe3,-_0xc1d347._0x8f43f8,-_0xc1d347._0x7f8ee2,-0xf7)+_0x2d3338(_0xc1d347._0x3aaf63,0x5fb,_0xc1d347._0x3a2465,0x602)+_0x550512(0x2c,0x50,-0x35,-_0xc1d347._0x16d5e0)+_0x2d3338(0x5ba,0x561,0x65c,0x5fe)+_0x550512(-_0xc1d347._0x375bfd,-_0xc1d347._0x168690,-_0xc1d347._0x3d9a61,-_0xc1d347._0x112986)+'0|24|6|25|'+'8|11|23|21',_0x3ae080[_0x2d3338(_0xc1d347._0x48c02a,0x53d,0x5cd,0x537)]=_0x2d3338(0x4d0,0x457,0x485,_0xc1d347._0x11a42c)+'rage\x20\x20\x20\x20\x20\x20'+_0x550512(-0x4,-0x27,_0xc1d347._0x5571f1,-0x85)+_0x2d3338(_0xc1d347._0x54cbb2,0x4ac,_0xc1d347._0x5ab3e2,0x4f3)+'\x20results',_0x3ae080[_0x550512(-0x35,-0x1a,-_0xc1d347._0x2ccced,0x20)]=_0x2d3338(0x564,_0xc1d347._0x4f5337,0x5d9,_0xc1d347._0x2e1870)+'figuration'+_0x550512(-0x94,-_0xc1d347._0x5d2082,-0x107,-0x2c)+'red\x20in\x20~/.'+_0x550512(-_0xc1d347._0x5092fb,-_0xc1d347._0x3d7678,-_0xc1d347._0x1ce6bd,0x10)+_0x2d3338(0x5b0,_0xc1d347._0x530341,_0xc1d347._0xa6be39,0x5e3),_0x3ae080['fsgdM']=_0x550512(-0xf0,-0x7b,-_0xc1d347._0x53c6e5,-0x17c)+_0x2d3338(_0xc1d347._0x427639,_0xc1d347._0x4b362c,0x563,_0xc1d347._0x3a5320)+'\x20Get\x20a\x20con'+_0x2d3338(_0xc1d347._0x581daf,_0xc1d347._0x3a8922,0x697,_0xc1d347._0x541b58)+'\x20value',_0x3ae080[_0x2d3338(0x621,0x5c1,0x63c,_0xc1d347._0x1095b2)]=_0x550512(-_0xc1d347._0x5d31f0,-0x101,-_0xc1d347._0x5e4a36,-0x68)+_0x550512(-0xa6,-0xa6,-_0xc1d347._0xc50a9c,-0xbb)+_0x2d3338(_0xc1d347._0x4a9c9d,_0xc1d347._0x217aae,0x621,0x5ee)+_0x550512(-0xc3,-0x27,-0x8c,-0x53)+_0x550512(-0xb9,-0xb3,-_0xc1d347._0x5473ac,-_0xc1d347._0x411f62);function _0x2d3338(_0x582692,_0x34e3dd,_0x19d2ef,_0x20d10d){return _0x4204eb(_0x582692-_0x15ad36._0x3bac9e,_0x582692,_0x19d2ef-_0x15ad36._0x26408d,_0x20d10d-0x37e);}_0x3ae080[_0x2d3338(_0xc1d347._0x48929d,_0xc1d347._0x2821c6,_0xc1d347._0x1e3f76,0x5b4)]='\x20\x20coder-se'+_0x550512(-0x19,-_0xc1d347._0x4f79e9,0x70,_0xc1d347._0x565a19)+'g\x20set\x20code'+_0x2d3338(_0xc1d347._0x25f389,_0xc1d347._0x1bb95d,_0xc1d347._0x453126,_0xc1d347._0x4bc444)+_0x550512(0x17,0x73,-0x52,_0xc1d347._0x3e5700)+_0x550512(-_0xc1d347._0x64383b,-_0xc1d347._0x519478,-0x28,-_0xc1d347._0x55db8e)+_0x550512(-0x91,-_0xc1d347._0x364ed2,-_0xc1d347._0x7d6ee6,-_0xc1d347._0x55b071),_0x3ae080[_0x550512(0x2e,_0xc1d347._0x5a80c3,_0xc1d347._0x517182,_0xc1d347._0x28efc0)]=_0x550512(-_0xc1d347._0x24b56f,-0x113,0x12,-_0xc1d347._0x38a45f)+_0x2d3338(0x5ae,0x6b2,_0xc1d347._0x48c02a,0x611)+_0x550512(_0xc1d347._0x4f79e9,-0x32,-_0xc1d347._0x590e3d,-_0xc1d347._0x5a841b)+'me';function _0x550512(_0x13cc23,_0x2f01da,_0x33311c,_0x54febb){return _0x4204eb(_0x13cc23-0x19,_0x2f01da,_0x33311c-0x1a2,_0x13cc23- -_0x562879._0x398c74);}_0x3ae080[_0x550512(-_0xc1d347._0x4e6393,0x54,-0x90,-_0xc1d347._0x3b95df)]=_0x550512(-0x15,0x3f,_0xc1d347._0x166b96,-_0xc1d347._0x1d96dd)+_0x550512(-0x19,-_0xc1d347._0xe64a0a,-0x8f,-0x7c)+_0x2d3338(_0xc1d347._0x292242,0x59b,_0xc1d347._0x27d7b3,0x605)+'er_port\x2080'+'80',_0x3ae080[_0x550512(-_0xc1d347._0x239352,-0x168,-0x71,-_0xc1d347._0x6b15f0)]=_0x550512(_0xc1d347._0x24c5e2,_0xc1d347._0x510666,-0x24,0xc5)+_0x2d3338(_0xc1d347._0x33ab31,0x5f5,_0xc1d347._0x53f73b,0x5a1)+_0x550512(_0xc1d347._0x28efc0,-_0xc1d347._0x2a9255,_0xc1d347._0xd1a410,-_0xc1d347._0x6f82de)+_0x550512(0x8,_0xc1d347._0xce0c02,-_0xc1d347._0x5bfaf4,-_0xc1d347._0x29a6e0)+'ude\x20or\x20cod'+_0x2d3338(0x4a1,_0xc1d347._0x5dbe62,0x593,_0xc1d347._0x1880e1),_0x3ae080[_0x550512(-0xba,-_0xc1d347._0x101645,-_0xc1d347._0x3d9d8f,-0xb0)]='\x20\x20show\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2d3338(0x581,_0xc1d347._0x432d7d,0x56b,0x5c9)+'configurat'+_0x550512(-_0xc1d347._0x233569,-_0xc1d347._0x515695,-0x117,-0xec),_0x3ae080['vuoug']=_0x2d3338(_0xc1d347._0x2d8d9d,0x497,_0xc1d347._0x1a5d4f,0x535)+_0x2d3338(0x61a,_0xc1d347._0x4fb1cf,_0xc1d347._0x11b60e,0x5f1)+'\x20\x20Path\x20to\x20'+'coder-setu'+_0x2d3338(_0xc1d347._0x573968,_0xc1d347._0x3a5320,_0xc1d347._0x361fb1,_0xc1d347._0x418397)+'y',_0x3ae080[_0x2d3338(_0xc1d347._0x4908a9,_0xc1d347._0x521560,0x602,0x56c)]=_0x550512(-0x68,-0xd,-_0xc1d347._0x8318a4,-0x71)+_0x550512(_0xc1d347._0x2122fe,_0xc1d347._0x823612,-_0xc1d347._0x35d93b,_0xc1d347._0x52667a)+'\x20\x20Path\x20to\x20'+_0x2d3338(0x5b9,_0xc1d347._0x1dc0c7,0x558,_0xc1d347._0x5697bb)+_0x2d3338(0x576,_0xc1d347._0x50c5f1,0x5cf,0x5a4),_0x3ae080[_0x550512(0x29,_0xc1d347._0x550476,-0x33,-_0xc1d347._0xce010f)]=_0x2d3338(0x4c0,_0xc1d347._0x1135c3,0x55e,0x524)+_0x2d3338(0x5a2,_0xc1d347._0x2f3d07,_0xc1d347._0x3a6e24,_0xc1d347._0x4c42b3)+'keys\x20(stor'+_0x2d3338(_0xc1d347._0x1c872a,_0xc1d347._0x2f268f,0x570,0x5c7)+_0x2d3338(_0xc1d347._0x20122f,_0xc1d347._0x288ec7,0x5a8,0x53b),_0x3ae080[_0x550512(-_0xc1d347._0x1600aa,-0x15e,-_0xc1d347._0x3e990f,-_0xc1d347._0x350c72)]='\x20\x20remove\x20<'+_0x2d3338(_0xc1d347._0x17ba96,_0xc1d347._0x1bebe6,_0xc1d347._0x253e58,0x627)+_0x550512(-_0xc1d347._0x5467d1,-0x164,-_0xc1d347._0x36ff98,-_0xc1d347._0x5b7a9f)+_0x2d3338(_0xc1d347._0x2a1a89,0x58e,_0xc1d347._0x5232b1,0x5e5)+_0x550512(-_0xc1d347._0x434923,-_0xc1d347._0x336cc3,-_0xc1d347._0x1724c9,-0x12),_0x3ae080[_0x550512(_0xc1d347._0x5112de,_0xc1d347._0x232c6d,0x35,_0xc1d347._0x241e4f)]=_0x2d3338(_0xc1d347._0x567100,0x59a,0x617,_0xc1d347._0x581daf)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x2d3338(_0xc1d347._0x218204,_0xc1d347._0x26f227,0x54d,_0xc1d347._0x34a9ce)+'SSL\x20CA\x20bun'+_0x2d3338(_0xc1d347._0x3826bc,_0xc1d347._0x226e64,_0xc1d347._0x535fbb,0x58d)+_0x550512(-0x7e,-_0xc1d347._0x37814e,-_0xc1d347._0x584e60,-0x6e),_0x3ae080['mfDtD']=_0x550512(-0x5b,-0xbd,-_0xc1d347._0x38f1e5,-0xc6),_0x3ae080['wzrsa']=_0x2d3338(_0xc1d347._0x32383e,0x596,0x56f,0x557)+_0x2d3338(_0xc1d347._0x4fb1cf,0x61b,0x65b,_0xc1d347._0x1ff039)+_0x2d3338(_0xc1d347._0x5b8a2f,_0xc1d347._0x1cea33,0x573,_0xc1d347._0x509467)+_0x550512(-_0xc1d347._0x3b5e5b,-_0xc1d347._0x135f66,0x6a,0x67)+_0x550512(-_0xc1d347._0x143555,-0x4a,-0x65,-0x69),_0x3ae080[_0x2d3338(0x58e,0x540,0x56e,_0xc1d347._0x421ee4)]=_0x550512(-0x31,-_0xc1d347._0x2064c8,0x33,_0xc1d347._0x476792),_0x3ae080[_0x550512(_0xc1d347._0x1ce5a3,_0xc1d347._0x1defbb,0xd0,_0xc1d347._0x4a5a86)]='\x20\x20set\x20<key'+_0x550512(-_0xc1d347._0x1bc4b5,-0x49,-0x68,-0x6b)+'\x20Set\x20a\x20con'+'figuration'+'\x20value';const _0x1ff778=_0x3ae080,_0xaa69e6=_0x1ff778[_0x550512(-0x83,-0xcb,-_0xc1d347._0x298988,_0xc1d347._0xeed0fb)][_0x550512(0x1b,-0xc,_0xc1d347._0x4d83b4,0x81)]('|');let _0x3ebafb=-0x17d6+-0x8fb+0x20d1;while(!![]){switch(_0xaa69e6[_0x3ebafb++]){case'0':console[_0x2d3338(_0xc1d347._0x491f80,0x602,_0xc1d347._0xf7a5f0,0x5bf)](_0x1ff778['vElfh']);continue;case'1':console[_0x550512(-_0xc1d347._0xaa84a6,-0x47,-0xba,-0xac)](_0x1ff778[_0x550512(-0x35,-_0xc1d347._0x2e862c,-0x7d,-_0xc1d347._0x37814e)]);continue;case'2':console['error'](_0x1ff778[_0x2d3338(_0xc1d347._0x4cb7ab,_0xc1d347._0x472281,0x593,_0xc1d347._0x296227)]);continue;case'3':console[_0x2d3338(_0xc1d347._0x448fc3,0x592,_0xc1d347._0x30e930,_0xc1d347._0x3e4ab8)]('');continue;case'4':console[_0x550512(-0x33,0x5e,0x44,-_0xc1d347._0x1fe3e8)]('');continue;case'5':console[_0x2d3338(_0xc1d347._0x4db489,_0xc1d347._0x98c225,_0xc1d347._0x5c70b4,_0xc1d347._0x3e4ab8)](_0x1ff778['kKhSS']);continue;case'6':console['error']('');continue;case'7':console['error']('\x20\x20trust_pr'+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x550512(-_0xc1d347._0x2093c7,0x60,-0x84,-0x79)+'oxy\x20header'+_0x550512(0xa,0x32,_0xc1d347._0x29fb60,-0x4a)+_0x550512(-_0xc1d347._0x46b9f8,-0x9f,-0x127,-0x13c));continue;case'8':console['error'](_0x1ff778['BzmJt']);continue;case'9':console['error'](_0x1ff778[_0x550512(_0xc1d347._0x115a61,_0xc1d347._0x3331de,-0x41,_0xc1d347._0x40732d)]);continue;case'10':console['error']('');continue;case'11':console[_0x550512(-_0xc1d347._0x5112de,-_0xc1d347._0x225ba3,-0x8d,-_0xc1d347._0x35d93b)](_0x1ff778[_0x2d3338(_0xc1d347._0x30d0ba,_0xc1d347._0x3e4ab8,0x67c,0x5ec)]);continue;case'12':console[_0x2d3338(0x5bd,_0xc1d347._0x4b2496,0x537,0x5bf)](_0x1ff778[_0x2d3338(0x55b,_0xc1d347._0x2f4df8,_0xc1d347._0x3a97f7,_0xc1d347._0x2f3d07)]);continue;case'13':console[_0x2d3338(0x616,0x536,0x5df,0x5bf)](_0x1ff778['uahtT']);continue;case'14':console[_0x2d3338(0x5b4,0x543,0x5ae,_0xc1d347._0x3e4ab8)](_0x1ff778['vuoug']);continue;case'15':console[_0x2d3338(_0xc1d347._0x535fbb,0x58a,_0xc1d347._0xca4c4a,_0xc1d347._0x3e4ab8)](_0x1ff778[_0x550512(-_0xc1d347._0x1cc7f2,-_0xc1d347._0x297030,-0x7e,-_0xc1d347._0x4ca9b2)]);continue;case'16':console[_0x2d3338(_0xc1d347._0x4fb1cf,_0xc1d347._0x1e17af,_0xc1d347._0x3d4e84,_0xc1d347._0x3e4ab8)](_0x1ff778['eUdem']);continue;case'17':console[_0x2d3338(_0xc1d347._0xc2861a,0x648,0x556,_0xc1d347._0xd1f83f)](_0x550512(-_0xc1d347._0x3e5700,-0x8c,-0x11f,-0xed)+_0x2d3338(0x581,0x676,0x59c,_0xc1d347._0x4aa5f6)+_0x550512(-0x88,-0x45,-0xf3,-_0xc1d347._0x476792)+_0x2d3338(_0xc1d347._0x4d0d5f,0x57a,_0xc1d347._0x421b50,0x533)+_0x550512(-0x11,0x48,-0x33,-_0xc1d347._0x1f237e)+_0x2d3338(0x614,0x673,_0xc1d347._0x54051b,0x618)+'e]');continue;case'18':console[_0x550512(-0x33,-0xd1,_0xc1d347._0x51b1fa,0x62)](_0x1ff778[_0x2d3338(_0xc1d347._0x5809de,_0xc1d347._0x1e3931,0x544,_0xc1d347._0x6b32b4)]);continue;case'19':console[_0x2d3338(_0xc1d347._0x4a5a7f,0x63e,0x552,_0xc1d347._0x625b98)](_0x1ff778['WEBGn']);continue;case'20':console[_0x2d3338(_0xc1d347._0xe6d057,0x5b5,_0xc1d347._0x9c097e,0x5bf)](_0x1ff778[_0x2d3338(0x553,0x5bd,0x4a2,0x536)]);continue;case'21':console[_0x550512(-_0xc1d347._0x5112de,0x5a,_0xc1d347._0x5f3da8,0x63)]('\x20\x20coder-se'+'rver\x20confi'+_0x2d3338(0x56a,0x666,0x60c,0x5f2));continue;case'22':console[_0x550512(-0x33,-0xd2,-0x8d,-0x33)]('\x20\x20server_p'+_0x2d3338(0x566,_0xc1d347._0x36e73f,_0xc1d347._0x4b2496,0x5be)+'\x20\x20Server\x20p'+_0x550512(-_0xc1d347._0x24d341,-0x8,-0xd4,_0xc1d347._0x4311f3)+_0x2d3338(_0xc1d347._0x13edc7,_0xc1d347._0x27ac08,_0xc1d347._0x9d2971,0x616));continue;case'23':console[_0x2d3338(_0xc1d347._0x5dbe62,0x5f8,_0xc1d347._0x3f4422,0x5bf)](_0x2d3338(0x5e7,_0xc1d347._0x2f4fd3,0x595,_0xc1d347._0x325fc0)+_0x550512(-_0xc1d347._0x9ad04e,-0x61,-0x83,0x5b)+_0x550512(-_0xc1d347._0x24cc9e,-_0xc1d347._0x33fc6e,-_0xc1d347._0xe5d92c,-_0xc1d347._0x24f16a)+_0x550512(-_0xc1d347._0x1a94d0,-0xb6,-0x64,-0x8b)+_0x550512(-0x81,-0x70,-_0xc1d347._0x3089b1,-_0xc1d347._0x110b42));continue;case'24':console[_0x2d3338(_0xc1d347._0x28eba5,_0xc1d347._0x381606,_0xc1d347._0x50c5f1,0x5bf)](_0x1ff778[_0x2d3338(_0xc1d347._0x5b7d49,_0xc1d347._0x51fff9,0x62c,_0xc1d347._0x532d30)]);continue;case'25':console[_0x550512(-_0xc1d347._0xaa84a6,-_0xc1d347._0x823612,_0xc1d347._0x3d38b2,-0x1c)](_0x1ff778[_0x2d3338(_0xc1d347._0x279683,_0xc1d347._0x442dcf,_0xc1d347._0x26afcd,_0xc1d347._0x2fd230)]);continue;case'26':console['error'](_0x1ff778['DWrsp']);continue;}break;}}async function setConfig(_0x310e65,_0x128392){const _0x18b5ed={_0x2ad6a3:0x164,_0x23a592:0x1f8,_0x235833:0x1a1,_0x1f1265:0xc8,_0x5848ea:0xc6,_0x529cb3:0x82,_0x18c98c:0x101,_0x46fb05:0x111,_0x41a377:0x6d,_0x1f21ca:0xb8,_0x3a4350:0x51,_0x10d0f8:0x17b,_0x4fb767:0x9c,_0x4f205a:0xe1,_0x443e72:0xe0,_0x1852b9:0xf3,_0x40098b:0x15b,_0xcb75fe:0x12f,_0x5d3422:0x76,_0x3ffb5b:0x21c,_0x52e78b:0x1e3,_0x1476ec:0x195,_0x41965c:0x13f,_0x3f4929:0xc3,_0x44984d:0x9f,_0x3b2b7d:0xc7,_0x243d8d:0x17a,_0x1681c1:0x179,_0xad8068:0xbd,_0x464187:0x11b,_0x39e38c:0x269,_0x4f6f76:0x1c8,_0x5176eb:0x1fa,_0x481960:0x1e6,_0x2b41dc:0x1d5,_0x409b55:0x23e,_0x50aad1:0x272,_0x48cd83:0x157,_0xccfba2:0x16c,_0x1b3982:0x154,_0x75d711:0x12c,_0x18c48c:0x1bc,_0x17d652:0x1ab,_0x3fcd7:0x146,_0x2d65f8:0x1fa,_0x37157f:0xe8,_0x1f69bd:0x183,_0x370fa1:0x194,_0x1bc12f:0x1b,_0x4eabaf:0xe6,_0x126615:0x1b,_0x4fc496:0x50,_0x4d8b4a:0x21,_0x33855a:0x2f,_0x4db930:0x75,_0x32f580:0x231,_0x2586ac:0x20d,_0x29f65d:0x133,_0x3d271a:0xea,_0x504537:0xb7,_0x254319:0x125,_0x5f0e37:0xb5,_0x3b9a9d:0x74,_0x5c515f:0x2c8,_0x51f52f:0x218,_0x31aebe:0x233,_0xdd5279:0x211,_0x21082:0xc2,_0x534fda:0x189,_0x33bd04:0x1ed,_0x150cd8:0x1b6,_0x4248c7:0x14d,_0x57d42c:0xea},_0x4708b1={_0x432c05:0xf},_0x4ab22e={_0x1ca89d:0x21,_0xb5717c:0x47};function _0x488a80(_0x39bf60,_0x398c04,_0x470840,_0x46c4ce){return _0x4204eb(_0x39bf60-0x126,_0x398c04,_0x470840-_0x4ab22e._0x1ca89d,_0x470840- -_0x4ab22e._0xb5717c);}const _0x33b2a6={'qJGxQ':function(_0xe23f,_0x38703b){return _0xe23f===_0x38703b;},'nkwpn':_0x509cc6(0x155,_0x18b5ed._0x2ad6a3,0x16d,0xfd),'tDZJI':'nDFOc','XcKHG':function(_0x58074d,_0x369a9c){return _0x58074d&&_0x369a9c;},'xIzzV':function(_0x4baff6,_0x3a35e1){return _0x4baff6!==_0x3a35e1;},'EDsNV':'QRSGX','WNwjU':_0x488a80(0x201,_0x18b5ed._0x23a592,_0x18b5ed._0x235833,0x22d),'dwGtW':_0x509cc6(_0x18b5ed._0x1f1265,_0x18b5ed._0x5848ea,_0x18b5ed._0x529cb3,_0x18b5ed._0x18c98c)+'-server\x20co'+_0x509cc6(0x66,0x7f,_0x18b5ed._0x46fb05,_0x18b5ed._0x41a377)+_0x509cc6(_0x18b5ed._0x1f21ca,_0x18b5ed._0x3a4350,0x10,0x23)+_0x509cc6(_0x18b5ed._0x10d0f8,_0x18b5ed._0x4fb767,_0x18b5ed._0x4f205a,_0x18b5ed._0x443e72)+_0x488a80(0x1f9,_0x18b5ed._0x1852b9,_0x18b5ed._0x40098b,_0x18b5ed._0xcb75fe),'wMuXq':function(_0x2cc3f2,_0x399ff6,_0x4528fa){return _0x2cc3f2(_0x399ff6,_0x4528fa);}};function _0x509cc6(_0x188203,_0x34a67d,_0xd0ddac,_0x4397eb){return _0x4204eb(_0x188203-0x175,_0xd0ddac,_0xd0ddac-_0x4708b1._0x432c05,_0x4397eb- -0x17a);}(!_0x310e65||_0x33b2a6[_0x509cc6(0x2e,0x17,0xa7,_0x18b5ed._0x5d3422)](_0x128392,undefined))&&(_0x33b2a6[_0x488a80(0x20a,0x253,0x1db,_0x18b5ed._0x3ffb5b)]!==_0x33b2a6[_0x488a80(_0x18b5ed._0x52e78b,0x225,_0x18b5ed._0x1476ec,_0x18b5ed._0x41965c)]?(console[_0x509cc6(0xd8,_0x18b5ed._0x3f4929,_0x18b5ed._0x44984d,_0x18b5ed._0x3b2b7d)](_0x488a80(0x168,0x153,_0x18b5ed._0x243d8d,_0x18b5ed._0x1681c1)+'er-server\x20'+'config\x20set'+_0x509cc6(0xbb,0x16b,_0x18b5ed._0xad8068,_0x18b5ed._0x464187)+'lue>'),process['exit'](0x98*0x2a+-0x36b+-0x1584)):_0x39c9d0[_0x488a80(_0x18b5ed._0x39e38c,_0x18b5ed._0x4f6f76,_0x18b5ed._0x5176eb,0x181)](_0x488a80(_0x18b5ed._0x481960,_0x18b5ed._0x2b41dc,_0x18b5ed._0x409b55,_0x18b5ed._0x50aad1)+'ing\x20setup.'+_0x488a80(_0x18b5ed._0x48cd83,0x1a5,_0x18b5ed._0xccfba2,_0x18b5ed._0x1b3982)+_0x4988d2[_0x488a80(_0x18b5ed._0x75d711,_0x18b5ed._0x18c48c,_0x18b5ed._0x17d652,_0x18b5ed._0x3fcd7)]));const _0x499d86=SERVER_CONFIG_KEYS[_0x488a80(_0x18b5ed._0x2d65f8,_0x18b5ed._0x37157f,_0x18b5ed._0x1f69bd,_0x18b5ed._0x370fa1)](_0x310e65),_0x349cb4=SETUP_JSON_KEYS[_0x509cc6(-0x15,_0x18b5ed._0x1bc12f,_0x18b5ed._0x4eabaf,0x50)](_0x310e65);_0x33b2a6[_0x509cc6(_0x18b5ed._0x126615,-0x2b,0x98,0x73)](!_0x499d86,!_0x349cb4)&&(_0x33b2a6[_0x509cc6(-0x6d,0xa6,_0x18b5ed._0x4fc496,_0x18b5ed._0x4d8b4a)](_0x33b2a6[_0x509cc6(0x6a,0x90,0x47,_0x18b5ed._0x33855a)],_0x33b2a6[_0x509cc6(_0x18b5ed._0x4db930,-0x49,0x4e,-0x2)])?(console[_0x488a80(_0x18b5ed._0x32f580,0x183,_0x18b5ed._0x2d65f8,_0x18b5ed._0x2586ac)](_0x488a80(_0x18b5ed._0x29f65d,_0x18b5ed._0x3d271a,0x14e,0x114)+_0x509cc6(0x48,0x134,0xb3,0xd4)+_0x509cc6(_0x18b5ed._0x504537,_0x18b5ed._0x254319,0x60,_0x18b5ed._0x5f0e37)+_0x310e65),console[_0x509cc6(0xad,_0x18b5ed._0x3b9a9d,0xea,0xc7)](_0x33b2a6[_0x488a80(_0x18b5ed._0x5c515f,_0x18b5ed._0x51f52f,_0x18b5ed._0x31aebe,_0x18b5ed._0xdd5279)]),process[_0x509cc6(_0x18b5ed._0x21082,0xd9,0x158,0xc4)](-0x3dd+-0x1a04+-0x6*-0x4fb)):(_0x364404[_0x509cc6(0x3a,0x4b,0x156,_0x18b5ed._0x3b2b7d)]('Error:\x20'+_0x28c21e[_0x488a80(0x11d,0x19b,0x1ab,0x18e)]),_0x1a453b[_0x488a80(_0x18b5ed._0x534fda,0x28c,0x1f7,_0x18b5ed._0x33bd04)](-0x185c+-0x23b*-0x5+-0x26*-0x59)));if(_0x499d86)await _0x33b2a6['wMuXq'](setServerConfig,_0x310e65,_0x128392);else _0x349cb4&&await _0x33b2a6[_0x488a80(0x180,_0x18b5ed._0x150cd8,_0x18b5ed._0x4248c7,_0x18b5ed._0x57d42c)](setSetupConfig,_0x310e65,_0x128392);}async function setServerConfig(_0x4e60a7,_0xd5872a){const _0x2e04eb={_0x2e6175:0x11f,_0x281457:0x19d,_0xdc32ff:0x73,_0x2c07f3:0x682,_0x365a09:0x6b7,_0x1ce411:0x671,_0x5b94a6:0x5ad,_0x1441be:0x5ce,_0x54ece8:0x5e8,_0x307918:0x5c7,_0x3417ec:0x661,_0x533332:0x105,_0x5e4dfa:0x1c5,_0xf4e180:0x6e,_0x5dcb97:0x2b,_0x3e2f21:0xbd,_0x54f005:0x135,_0x3fc172:0x44,_0x581db5:0xe,_0x53e70b:0x101,_0x5c8bbe:0x5c7,_0x180fb6:0x656,_0x315c4c:0x65e,_0x117405:0x6ea,_0xbf5b65:0x5f4,_0x753dad:0xc6,_0x3a0cca:0xa0,_0x2acaa5:0x142,_0x175bee:0x57,_0x7a1e73:0x5a9,_0x4a8568:0x524,_0xb4e549:0x5d4,_0x3bc8fd:0x62c,_0x158916:0x64c,_0x5302f7:0x61e,_0x21f179:0x610,_0x1a0b27:0x585,_0x26073a:0x517,_0x58379d:0x657,_0x50d5f1:0x5bc,_0x3d3a82:0x5c3,_0x518cec:0xaf,_0x22935f:0x7a,_0x2b9ba5:0x134,_0x488a22:0x668,_0x27eea5:0x5d3,_0x746aad:0x695,_0x2bc0a0:0xa7,_0x48577f:0x11e,_0x2e60af:0x61,_0x459f81:0x5c,_0x2448d8:0x575,_0x3ee35f:0x546,_0x213f96:0x5f3,_0x5b7ed0:0x56f,_0xc41804:0x555,_0x26740d:0x4d0,_0x4ff3e7:0x50d,_0x184afa:0x5b8,_0x2e407b:0x558,_0x3b2450:0x635,_0x1f5c5e:0xb1,_0x29f5fa:0x618,_0x1ec5ee:0x511,_0x46290c:0x66c,_0x327873:0xf1,_0x4346eb:0x7b,_0x5595a7:0x59e,_0xda35ab:0x593,_0x25e922:0x56,_0x559dbe:0xd,_0x39a442:0xf7,_0x6e5d97:0x66b,_0x176471:0x663,_0xba269d:0xf8,_0x3b751a:0xcd,_0x2ce516:0xe9,_0x551ae9:0xbb,_0x54f0e3:0x170,_0xd7fe9:0x1d3,_0x14b4d5:0xde,_0x1fc1fa:0x5e3,_0x5a2262:0x5d9,_0x5ba261:0x615,_0x25ee61:0x59c,_0x71a19d:0x56,_0x2e3adc:0x47,_0x5421d2:0xd3,_0x4f24e5:0x68b,_0x337164:0x6df,_0x2c1d4d:0x12a,_0x471199:0x15a,_0x31bc0a:0x146,_0x5f4310:0x168,_0x4c5f67:0x1cd,_0x3f553c:0x9f,_0x4e9966:0xd2,_0x3bb6ea:0x25,_0x23b1ca:0xa2,_0x1ef483:0x84,_0x220065:0x575,_0x1b751c:0xc,_0x2fca67:0xb6,_0x1d3a89:0x57f,_0x57c7c7:0x660,_0x15cba3:0x6cb,_0x5b371b:0x61c,_0x52f6bd:0x62c,_0xa834a:0x6be,_0x47fc88:0x603,_0x52f589:0x565,_0x8418e8:0xe4,_0x572317:0xf1,_0x9c40f5:0x13c,_0x11ac6c:0x137,_0x2a011d:0x1d7,_0x9a2684:0x702,_0x248b09:0x577,_0xad12b9:0x561,_0xb7dcb8:0xa4,_0x10cb3a:0xa8,_0x5f413c:0xed,_0x386e95:0x6cf,_0x3eebb1:0x61c},_0x1c1dee={_0x5dbdd8:0xc4,_0x25c3ec:0x142,_0x4335c6:0x3d6};function _0x5e0251(_0x2a73c8,_0x2a5b8f,_0x11828d,_0x2bb18f){return _0x62f0fe(_0x2a5b8f,_0x2a73c8- -0xd9,_0x11828d-0xcd,_0x2bb18f-0xe9);}const _0x595c04={'jmpZF':_0x5e0251(-_0x2e04eb._0x2e6175,-0xa8,-0x1bf,-_0x2e04eb._0x281457)+_0x5e0251(-0x76,-0xea,0x15,-_0x2e04eb._0xdc32ff)+_0x5d44a1(_0x2e04eb._0x2c07f3,_0x2e04eb._0x365a09,0x5fd,_0x2e04eb._0x1ce411)+_0x5d44a1(0x599,0x56b,0x507,0x5a5),'FgWDi':function(_0x5f0846){return _0x5f0846();},'gdnbA':_0x5d44a1(_0x2e04eb._0x5b94a6,0x5b0,0x5c8,0x582)+_0x5d44a1(_0x2e04eb._0x1441be,_0x2e04eb._0x54ece8,_0x2e04eb._0x307918,_0x2e04eb._0x3417ec),'mkeQw':function(_0x19e888){return _0x19e888();},'bepnB':_0x5e0251(-0x14a,-0xec,-_0x2e04eb._0x533332,-_0x2e04eb._0x5e4dfa)+'t','aIikb':function(_0x1a9619,_0x93d72e){return _0x1a9619(_0x93d72e);},'vMvZK':function(_0x55a246,_0x2b8928){return _0x55a246<_0x2b8928;},'nIoee':function(_0x5f7dce,_0x5e558b){return _0x5f7dce>_0x5e558b;},'DElhe':_0x5e0251(-_0x2e04eb._0xf4e180,-_0x2e04eb._0x5dcb97,-0xb5,-_0x2e04eb._0x3e2f21)+'alid\x20port\x20'+_0x5e0251(-0x139,-0xdd,-_0x2e04eb._0x54f005,-0x18b),'raglp':function(_0x61d92e){return _0x61d92e();},'LNRRb':_0x5e0251(-0x77,-_0x2e04eb._0x3fc172,_0x2e04eb._0x581db5,-_0x2e04eb._0x53e70b)+_0x5d44a1(0x618,_0x2e04eb._0x5c8bbe,0x670,_0x2e04eb._0x180fb6),'OoAIA':_0x5d44a1(_0x2e04eb._0x315c4c,_0x2e04eb._0x117405,_0x2e04eb._0xbf5b65,0x6af)+'th','UAPwO':function(_0x2a6bce,_0x110c9a){return _0x2a6bce!==_0x110c9a;},'FZZEh':_0x5e0251(-_0x2e04eb._0x753dad,-_0x2e04eb._0x3a0cca,-_0x2e04eb._0x2acaa5,-_0x2e04eb._0x175bee),'IQYFh':_0x5d44a1(_0x2e04eb._0x7a1e73,_0x2e04eb._0x4a8568,0x5a0,0x5bb)+'y','CCXAL':function(_0x58dd1c,_0x58df2a){return _0x58dd1c!==_0x58df2a;},'kSHce':'BTlDn','bUbaa':_0x5d44a1(_0x2e04eb._0xb4e549,_0x2e04eb._0x3bc8fd,0x626,0x557),'PaUpv':function(_0x382f7d,_0x5b4c0c){return _0x382f7d===_0x5b4c0c;},'HvqgY':_0x5d44a1(0x66f,_0x2e04eb._0x158916,_0x2e04eb._0x5302f7,_0x2e04eb._0x21f179),'nwzzk':function(_0x348a0b,_0x5fbdbe){return _0x348a0b(_0x5fbdbe);},'oIfQt':function(_0x5af8e2){return _0x5af8e2();}};function _0x5d44a1(_0x7604d4,_0x2151bd,_0x2f0f6d,_0x5f80f4){return _0x4204eb(_0x7604d4-_0x1c1dee._0x5dbdd8,_0x2f0f6d,_0x2f0f6d-_0x1c1dee._0x25c3ec,_0x7604d4-_0x1c1dee._0x4335c6);}switch(_0x4e60a7){case _0x595c04[_0x5d44a1(0x5ac,0x5ce,_0x2e04eb._0x1a0b27,_0x2e04eb._0x26073a)]:{const _0x14bb1d=_0x7beee6[_0x5d44a1(0x5d1,_0x2e04eb._0x58379d,0x5ff,0x65a)](_0xd5872a);await saveCoderSetupPath(_0x14bb1d),console['log']('Set\x20'+_0x4e60a7+_0x5d44a1(0x546,0x4e1,_0x2e04eb._0x50d5f1,_0x2e04eb._0x3d3a82)+_0x14bb1d),console['log'](_0x5e0251(-0xd3,-_0x2e04eb._0x518cec,-_0x2e04eb._0x22935f,-_0x2e04eb._0x2b9ba5)+':\x20'+_0x595c04[_0x5d44a1(_0x2e04eb._0x488a22,_0x2e04eb._0x27eea5,_0x2e04eb._0x746aad,0x665)](getConfigPath));break;}case _0x595c04[_0x5e0251(-_0x2e04eb._0x2bc0a0,-_0x2e04eb._0x48577f,-_0x2e04eb._0x2e60af,-_0x2e04eb._0x459f81)]:{const _0x31c230=parseInt(_0xd5872a,0x7c9*0x3+-0x2ba+-0x2f1*0x7);(_0x595c04[_0x5d44a1(_0x2e04eb._0x2448d8,_0x2e04eb._0x3ee35f,_0x2e04eb._0x213f96,0x50b)](isNaN,_0x31c230)||_0x595c04[_0x5d44a1(_0x2e04eb._0x5b7ed0,_0x2e04eb._0xc41804,_0x2e04eb._0x26740d,_0x2e04eb._0x4ff3e7)](_0x31c230,-0x20fe+-0xd8+0x21d7)||_0x595c04[_0x5d44a1(_0x2e04eb._0x184afa,_0x2e04eb._0x2e407b,0x5e4,_0x2e04eb._0x3b2450)](_0x31c230,-0x1b048+0xd*-0xb30+0x341b7))&&(console[_0x5e0251(-0x9f,-_0x2e04eb._0x53e70b,-0x94,-_0x2e04eb._0x1f5c5e)](_0x595c04[_0x5d44a1(0x574,0x5c2,_0x2e04eb._0x29f5fa,_0x2e04eb._0x1ec5ee)]),process[_0x5d44a1(0x614,0x5b9,0x5be,_0x2e04eb._0x46290c)](0x1ac6+0x2691+-0x4156*0x1));await _0x595c04['aIikb'](saveServerPort,_0x31c230),console['log'](_0x5e0251(-_0x2e04eb._0x327873,-0xb0,-0x107,-_0x2e04eb._0x4346eb)+_0x4e60a7+_0x5d44a1(_0x2e04eb._0x3ee35f,_0x2e04eb._0x5595a7,0x562,_0x2e04eb._0xda35ab)+_0x31c230),console[_0x5e0251(-_0x2e04eb._0x25e922,-0xdf,_0x2e04eb._0x559dbe,-_0x2e04eb._0x39a442)]('\x20\x20Location'+':\x20'+_0x595c04['raglp'](getConfigPath));break;}case _0x595c04['LNRRb']:{const _0xbe85d5=_0x7beee6[_0x5d44a1(0x5d1,0x648,_0x2e04eb._0x6e5d97,_0x2e04eb._0x176471)](_0xd5872a);await _0x595c04[_0x5e0251(-0x141,-_0x2e04eb._0xba269d,-0x143,-_0x2e04eb._0x3b751a)](saveSslCertPath,_0xbe85d5),console['log'](_0x5e0251(-0xf1,-_0x2e04eb._0x2ce516,-_0x2e04eb._0x551ae9,-_0x2e04eb._0x48577f)+_0x4e60a7+_0x5e0251(-_0x2e04eb._0x54f0e3,-_0x2e04eb._0xd7fe9,-0x146,-_0x2e04eb._0x14b4d5)+_0xbe85d5),console['log'](_0x5d44a1(_0x2e04eb._0x1fc1fa,_0x2e04eb._0x5a2262,_0x2e04eb._0x5ba261,0x609)+':\x20'+getConfigPath());break;}case _0x595c04['OoAIA']:{const _0x4ecc14=_0x7beee6[_0x5d44a1(0x5d1,0x672,0x591,_0x2e04eb._0x25ee61)](_0xd5872a);await saveSslKeyPath(_0x4ecc14),console[_0x5d44a1(0x660,0x5d4,0x662,0x643)]('Set\x20'+_0x4e60a7+'\x20=\x20'+_0x4ecc14),console[_0x5e0251(-_0x2e04eb._0x71a19d,-0xd,-0xe4,-_0x2e04eb._0x2e3adc)](_0x5e0251(-_0x2e04eb._0x5421d2,-_0x2e04eb._0xba269d,-0x145,-0x168)+':\x20'+_0x595c04[_0x5d44a1(_0x2e04eb._0x4f24e5,0x662,0x604,_0x2e04eb._0x337164)](getConfigPath));break;}case _0x5e0251(-_0x2e04eb._0x2c1d4d,-_0x2e04eb._0x471199,-0x18f,-0xdf)+'h':{if(_0x595c04[_0x5e0251(-_0x2e04eb._0x31bc0a,-0x1b5,-_0x2e04eb._0x5f4310,-_0x2e04eb._0x4c5f67)](_0x595c04['FZZEh'],_0x595c04[_0x5e0251(-0x160,-0x144,-_0x2e04eb._0x2ce516,-0xf5)]))_0x4427e3[_0x5e0251(-_0x2e04eb._0x3f553c,-0xc4,-_0x2e04eb._0x4e9966,-_0x2e04eb._0x3bb6ea)](_0x595c04['jmpZF']),_0x1a0d12[_0x5e0251(-_0x2e04eb._0x23b1ca,0x1,-0x9e,-_0x2e04eb._0x1ef483)](-0xa6*-0x21+-0x1f22+0x9bd*0x1);else{const _0x390d96=_0x7beee6['resolve'](_0xd5872a);await _0x595c04[_0x5d44a1(_0x2e04eb._0x220065,0x531,0x5bc,0x53d)](saveSslCaPath,_0x390d96),console[_0x5e0251(-0x56,-0xbd,_0x2e04eb._0x1b751c,-_0x2e04eb._0x2fca67)](_0x5d44a1(0x5c5,_0x2e04eb._0x1d3a89,0x64d,0x553)+_0x4e60a7+'\x20=\x20'+_0x390d96),console[_0x5d44a1(_0x2e04eb._0x57c7c7,0x639,_0x2e04eb._0x15cba3,0x644)]('\x20\x20Location'+':\x20'+getConfigPath());break;}}case _0x595c04['IQYFh']:{if(_0x595c04[_0x5d44a1(_0x2e04eb._0x5b371b,_0x2e04eb._0x52f6bd,_0x2e04eb._0xa834a,_0x2e04eb._0x1fc1fa)](_0x595c04[_0x5d44a1(_0x2e04eb._0x47fc88,0x68a,0x5cf,_0x2e04eb._0x52f589)],_0x595c04[_0x5e0251(-0x119,-0x1a0,-0x9e,-0xc6)])){const _0x494fa9=_0x595c04[_0x5e0251(-0x114,-0x164,-0x179,-_0x2e04eb._0x8418e8)](_0xd5872a,_0x595c04['HvqgY'])||_0xd5872a==='1';await _0x595c04['nwzzk'](saveTrustProxy,_0x494fa9),console[_0x5d44a1(_0x2e04eb._0x57c7c7,0x6b8,0x6af,0x6df)](_0x5e0251(-_0x2e04eb._0x572317,-_0x2e04eb._0x9c40f5,-_0x2e04eb._0x11ac6c,-0x127)+_0x4e60a7+_0x5e0251(-_0x2e04eb._0x54f0e3,-0x19b,-_0x2e04eb._0x2a011d,-0xde)+_0x494fa9),console[_0x5d44a1(_0x2e04eb._0x57c7c7,0x6a0,0x64f,_0x2e04eb._0x9a2684)](_0x5d44a1(_0x2e04eb._0x1fc1fa,_0x2e04eb._0x248b09,0x683,_0x2e04eb._0xad12b9)+':\x20'+_0x595c04[_0x5e0251(-0xff,-_0x2e04eb._0xb7dcb8,-_0x2e04eb._0x10cb3a,-_0x2e04eb._0x5f413c)](getConfigPath));break;}else _0x595c04[_0x5d44a1(_0x2e04eb._0x4f24e5,_0x2e04eb._0x386e95,_0x2e04eb._0x3eebb1,0x66f)](_0x509165),_0x206198['exit'](0x10d2+-0x1231+-0x58*-0x4);}}}async function setSetupConfig(_0x41a583,_0x2e648b){const _0x277f53={_0x11a449:0x2bd,_0x12da0b:0x2d2,_0x104fa6:0x2cb,_0x13c223:0x3a8,_0x3f9920:0x19e,_0x2d15f4:0xfa,_0x3bb336:0x196,_0x5bdbd5:0xfd,_0x19b489:0xf3,_0x3653e8:0x3c9,_0x87ab3c:0xf9,_0x14b246:0x168,_0x3590e4:0x2c5,_0x3e13e6:0x12c,_0x13b228:0x79,_0x1326ad:0x1a1,_0x1409bb:0x1a8,_0x4625fc:0x2b5,_0x4712bc:0x2d7,_0x290957:0x288,_0x4f30bb:0x3af,_0x584362:0x322,_0x3af492:0x2a6,_0x4b3b7c:0x2c4,_0x2b6d54:0xdf,_0x53d056:0x14e,_0xf4c2c1:0x384,_0x226ca4:0x302,_0x187ec7:0x1e8,_0x14298a:0x158,_0x497c38:0x18d,_0x180fc2:0x1b4,_0x345690:0x202,_0xe7a9f4:0x176,_0x3116c8:0x1c3,_0x26d820:0x27e,_0x43abbd:0x2b4,_0x255160:0x335,_0x576c3f:0x33f,_0x52881b:0x2ee,_0x24d9f1:0x252,_0x174eeb:0x36c,_0x5f0c7b:0x344,_0xc3268f:0x1a7,_0x392eb6:0x1a3,_0x1f1872:0x23e,_0x512c58:0x135,_0x8a8643:0x2fb,_0xad9389:0x2ad,_0x3187fc:0x317,_0x516454:0x2bd,_0x2298e0:0x328,_0x565efd:0x2fe,_0x380f71:0x19c,_0x41a24e:0x21f,_0x36e92a:0x224,_0x431037:0x1b4,_0x1713a6:0x205,_0x57fd3d:0x20b,_0x42f0c9:0x181,_0x26738a:0x1e9,_0x3c1658:0x1b7,_0x52576d:0x239,_0x2d85ad:0x1c7,_0x28b0a4:0x396,_0x1a1503:0x2b6,_0x553ac2:0x2ce,_0x4d60cf:0x1de,_0x58aa60:0x271,_0x2e885b:0x37e,_0x30f190:0x379,_0x1b5053:0x3ba,_0x583ea2:0x1bd,_0x1ac48f:0xf0,_0x5b4de6:0x157,_0x1f7666:0xbd,_0x240288:0x2e9,_0x3cd936:0x2e6,_0x4f1aa6:0x240,_0x14d137:0x356,_0x23608f:0x306,_0x5d0bf9:0x1d5,_0x158d3b:0x1ef,_0x380698:0x2ce,_0x4603cb:0x2c1,_0x2ee0ee:0x322,_0x264da3:0x3ba,_0x38b91c:0x379,_0x598456:0x2ea,_0x35a1b5:0x11f,_0x5b1548:0x115,_0x5c410f:0x205,_0x41a56e:0x2e1,_0x4ed898:0x230,_0x5b4148:0x163,_0x1197b6:0x1b7,_0x1a9ce0:0x1c2,_0x5ac0a8:0x3b3,_0x4789ec:0x367,_0x1b6acd:0x293,_0x58c468:0x389,_0x1ae0c3:0x26b,_0x32d903:0x30d,_0x14facf:0x71,_0x26376f:0x1f3,_0x1a3679:0x241,_0x1b6f4e:0x323,_0x5a2fac:0x2e3,_0x28984d:0x1f0,_0x435acb:0x27d,_0x4dfbb9:0x1a9,_0x26ee16:0x168,_0x3fa32d:0x348,_0x4e576e:0x387},_0x4d07fd={_0x25bb66:0x6},_0x82c05={_0x458c0b:0xa6},_0x57f588={'aeimB':function(_0x44a844,_0xc0508e){return _0x44a844===_0xc0508e;},'vRjkX':_0x2b44f9(0x28a,_0x277f53._0x11a449,_0x277f53._0x12da0b,0x2a5),'YhPGx':_0x3c2ba0(0x1ad,0x10e,0x21f,0x1bf)+_0x2b44f9(0x340,0x2da,_0x277f53._0x104fa6,0x324)+'p_path\x20poi'+_0x2b44f9(0x2c9,0x2cc,0x328,0x35f)+'alid\x20coder'+_0x2b44f9(0x39b,0x346,_0x277f53._0x13c223,0x33a)+'ectory','TkBZl':function(_0x3bfdaf){return _0x3bfdaf();},'QWwhD':function(_0x209c9b,_0x2b9e80){return _0x209c9b!==_0x2b9e80;},'SfRPZ':_0x3c2ba0(_0x277f53._0x3f9920,_0x277f53._0x2d15f4,0x18f,_0x277f53._0x3bb336),'nOaBc':_0x3c2ba0(_0x277f53._0x5bdbd5,0xae,0xd4,_0x277f53._0x19b489),'JMlvO':'Error:\x20Set'+_0x2b44f9(0x3ce,0x3e0,0x397,_0x277f53._0x3653e8)+_0x3c2ba0(_0x277f53._0x87ab3c,0x127,_0x277f53._0x14b246,0x104)+'ed','vPZUN':_0x2b44f9(0x2b5,0x282,_0x277f53._0x3590e4,0x2e5)+'igure\x20the\x20'+'setup\x20path'+':','vFJxV':'\x20\x20coder-se'+'rver\x20confi'+_0x3c2ba0(0x18b,0x20a,0x114,_0x277f53._0x3e13e6)+'r_setup_pa'+'th\x20/path/t'+_0x3c2ba0(0x115,_0x277f53._0x13b228,_0x277f53._0x1326ad,_0x277f53._0x1409bb)+_0x2b44f9(0x25c,_0x277f53._0x4625fc,_0x277f53._0x4712bc,_0x277f53._0x290957),'zgeIw':_0x2b44f9(_0x277f53._0x4f30bb,0x2e2,_0x277f53._0x584362,0x2ce),'emfNl':_0x2b44f9(0x315,_0x277f53._0x3af492,0x2e9,_0x277f53._0x4b3b7c),'QAxHK':function(_0x7010bd,_0xf0d78b){return _0x7010bd+_0xf0d78b;},'eGqxf':_0x3c2ba0(_0x277f53._0x2b6d54,_0x277f53._0x53d056,0x5a,0x7c)+_0x2b44f9(_0x277f53._0xf4c2c1,0x292,_0x277f53._0x226ca4,0x2a2)+'or\x20changes'+'\x20to\x20take\x20e'+_0x3c2ba0(0x14a,0x108,0x11e,0x1cd)},_0x4dac85=await _0x57f588[_0x3c2ba0(_0x277f53._0x187ec7,0x146,_0x277f53._0x14298a,0x208)](getCoderSetupPath);!_0x4dac85&&(_0x57f588[_0x3c2ba0(_0x277f53._0x497c38,_0x277f53._0x180fc2,_0x277f53._0x345690,0x20c)](_0x57f588[_0x3c2ba0(_0x277f53._0xe7a9f4,_0x277f53._0x3116c8,0x205,0x151)],_0x57f588[_0x2b44f9(0x2c6,0x1f6,_0x277f53._0x26d820,0x23a)])?(console[_0x2b44f9(0x386,_0x277f53._0x43abbd,_0x277f53._0x255160,0x2fd)](_0x57f588[_0x2b44f9(_0x277f53._0x576c3f,_0x277f53._0x52881b,0x2c6,_0x277f53._0x24d9f1)]),console[_0x2b44f9(0x2e2,_0x277f53._0x174eeb,0x335,_0x277f53._0x5f0c7b)](''),console[_0x3c2ba0(_0x277f53._0xc3268f,0x1ef,0x240,0x228)](_0x57f588['vPZUN']),console['error'](_0x57f588[_0x3c2ba0(_0x277f53._0x392eb6,_0x277f53._0x1f1872,0x1e3,_0x277f53._0x512c58)]),process[_0x2b44f9(_0x277f53._0x8a8643,0x2ae,0x332,_0x277f53._0xad9389)](-0x2128+-0x26b1+0x47da)):(_0x57f588[_0x2b44f9(0x336,_0x277f53._0x3187fc,_0x277f53._0x516454,0x26d)](_0x4e19c8[_0x2b44f9(0x2f4,_0x277f53._0x2298e0,_0x277f53._0x565efd,0x33c)],_0x57f588[_0x3c2ba0(0x1d2,0x204,_0x277f53._0x380f71,_0x277f53._0x41a24e)])?(_0x1ed084[_0x3c2ba0(0x1a7,_0x277f53._0x36e92a,_0x277f53._0x431037,0x112)](_0x3c2ba0(_0x277f53._0x1713a6,0x27b,0x18e,_0x277f53._0x57fd3d)+_0x3c2ba0(_0x277f53._0x42f0c9,_0x277f53._0x26738a,0x15f,0x136)+_0x3c2ba0(_0x277f53._0x3c1658,0x24b,_0x277f53._0x52576d,_0x277f53._0x2d85ad)+'\x20'+_0x1c48ff),_0x701bb5[_0x2b44f9(_0x277f53._0x28b0a4,_0x277f53._0x1a1503,0x335,_0x277f53._0x553ac2)](_0x57f588[_0x3c2ba0(0x207,0x168,_0x277f53._0x4d60cf,_0x277f53._0x58aa60)])):_0x5c449f['error'](_0x2b44f9(_0x277f53._0x2e885b,0x394,_0x277f53._0x30f190,_0x277f53._0x1b5053)+_0x3c2ba0(0x166,_0x277f53._0x583ea2,_0x277f53._0x1ac48f,_0x277f53._0x5b4de6)+_0x3c2ba0(0x119,_0x277f53._0x1f7666,0xbc,0x14b)+_0x165b08[_0x2b44f9(_0x277f53._0x240288,0x34f,_0x277f53._0x3cd936,_0x277f53._0x4625fc)]),_0x45f3f6[_0x3c2ba0(0x1a4,0x205,0x15c,_0x277f53._0x4f1aa6)](-0x57*-0x11+0x147c+-0x1a42)));const _0x280b9b=_0x7beee6[_0x2b44f9(_0x277f53._0x14d137,_0x277f53._0x23608f,0x340,0x304)](_0x4dac85,_0x57f588[_0x3c2ba0(_0x277f53._0x5d0bf9,_0x277f53._0x158d3b,0x1e9,0x249)]);function _0x3c2ba0(_0x40c099,_0x53e67a,_0x36e654,_0x22a71f){return _0x62f0fe(_0x36e654,_0x40c099-0x16d,_0x36e654-0xf1,_0x22a71f-_0x82c05._0x458c0b);}let _0x4c2c1a;try{const _0x45b030=await _0x5d15aa[_0x2b44f9(_0x277f53._0x380698,_0x277f53._0x4603cb,0x29e,_0x277f53._0x2ee0ee)](_0x280b9b,_0x57f588['emfNl']);_0x4c2c1a=JSON[_0x2b44f9(0x404,0x375,0x3ac,_0x277f53._0x264da3)](_0x45b030);}catch(_0x319b54){_0x319b54[_0x2b44f9(0x379,0x378,0x2fe,_0x277f53._0x26d820)]===_0x57f588[_0x2b44f9(0x37a,_0x277f53._0x38b91c,0x360,_0x277f53._0x598456)]?(console[_0x3c2ba0(0x1a7,0x182,_0x277f53._0x35a1b5,_0x277f53._0x5b1548)](_0x3c2ba0(_0x277f53._0x5c410f,0x1cf,0x271,0x1bc)+_0x2b44f9(0x2c3,0x3ae,0x30f,_0x277f53._0x41a56e)+_0x3c2ba0(0x1b7,0x14f,0x1bd,_0x277f53._0x4ed898)+'\x20'+_0x280b9b),console['error'](_0x57f588[_0x3c2ba0(0x207,_0x277f53._0x5b4148,_0x277f53._0x1197b6,_0x277f53._0x1f1872)])):console[_0x3c2ba0(0x1a7,0x1b0,_0x277f53._0x1a9ce0,0x11e)](_0x2b44f9(_0x277f53._0x5ac0a8,_0x277f53._0x4789ec,0x379,0x343)+_0x2b44f9(0x278,0x306,0x2f4,_0x277f53._0x1b6acd)+'json:\x20'+_0x319b54[_0x2b44f9(_0x277f53._0x58c468,0x2a5,0x2e6,0x27f)]),process['exit'](0x22aa+0x2653*0x1+-0x48fc);}_0x4c2c1a[_0x41a583]=_0x2e648b,await _0x5d15aa[_0x2b44f9(0x24e,0x254,_0x277f53._0x1ae0c3,_0x277f53._0x32d903)](_0x280b9b,_0x57f588[_0x3c2ba0(0x111,_0x277f53._0x14facf,0x12e,0x134)](JSON[_0x3c2ba0(_0x277f53._0x26376f,0x249,_0x277f53._0x1a3679,0x196)](_0x4c2c1a,null,-0x1b89+-0x43*0x25+0x253a),'\x0a'),_0x2b44f9(0x35f,0x252,0x2e9,0x27c)),console['log'](_0x2b44f9(_0x277f53._0x584362,_0x277f53._0x1b6f4e,_0x277f53._0x5a2fac,_0x277f53._0x576c3f)+_0x41a583+'\x20=\x20'+_0x2e648b),console[_0x3c2ba0(_0x277f53._0x28984d,0x19f,_0x277f53._0x435acb,_0x277f53._0x4dfbb9)](_0x3c2ba0(0x173,0x1b6,_0x277f53._0x26ee16,0x16f)+':\x20'+_0x280b9b),console[_0x2b44f9(_0x277f53._0x3fa32d,0x3f9,_0x277f53._0x2e885b,_0x277f53._0x4e576e)]('');function _0x2b44f9(_0xd9ed99,_0x108f45,_0x1ff50b,_0x4f0501){return _0x4204eb(_0xd9ed99-0x16c,_0x108f45,_0x1ff50b-_0x4d07fd._0x25bb66,_0x1ff50b-0xf4);}console['log'](_0x57f588['eGqxf']);}async function getConfig(_0xa2af7a){const _0x4da9ce={_0x18afa6:0x3df,_0x4700ff:0x2ef,_0x2800d6:0x25d,_0x1d8ba6:0x279,_0x1807b0:0x286,_0x26b7ff:0x28b,_0x188562:0x26c,_0x4f15ff:0x3bb,_0x6e98cc:0x2de,_0x53efb1:0x25a,_0x550aa3:0x2c4,_0x2cb182:0x3fb,_0x2a59aa:0x248,_0x3095e6:0x256,_0x22421f:0x2ff,_0x4e16d1:0x33b,_0x1f038d:0x257,_0x19b666:0x1e2,_0x4c7fa1:0x3a6,_0x1408a8:0x3fb,_0x1a66d6:0x2c8,_0x5eca6e:0x31a,_0xc778fe:0x2fd,_0x13e3c8:0x2b5,_0x405118:0x261,_0x92d986:0x1b3,_0x20f7bd:0x21a,_0x243cd6:0x294,_0xd2affa:0x1c2,_0x44761f:0x444,_0x2739f6:0x35e,_0x470918:0x21c,_0xaaffd0:0x1a1,_0x251b0b:0x246,_0x412d79:0x302,_0x40159d:0x2ea,_0x2a136a:0x2bb,_0x1ff416:0x2fc,_0x4260fb:0x341,_0x462573:0x3c7,_0x1b3162:0x35b,_0x4b8d44:0x3f4,_0x5a8f11:0x201,_0x4039da:0x407,_0x2126f8:0x44b,_0x407ec2:0x36c,_0x1a5221:0x3a2,_0x3807d5:0x357,_0xddf81e:0x24c,_0x173994:0x34a,_0x151cbe:0x2cf,_0xeda693:0x352,_0x33b898:0x2f9,_0x233453:0x2b3,_0x2db8dd:0x2cc,_0x17d5a0:0x1d1,_0x2a569e:0x258,_0x4fa50c:0x3c6,_0x3415f3:0x379,_0x133ba7:0x3a5,_0x2cf38f:0x200,_0x5df645:0x222,_0x253fcb:0x310,_0x3935ce:0x3bd,_0x1545e8:0x39d,_0x274dd6:0x2a6,_0x5c948e:0x20f,_0x570a8a:0x207,_0x1d18e5:0x2a2,_0x2a0e87:0x2c5,_0x139a4e:0x2dc,_0x5362e8:0x277,_0x459b58:0x348,_0x22140a:0x31f,_0x469515:0x242,_0x2e59bc:0x22d,_0x51edb1:0x344,_0x5d9e85:0x39f,_0x3e5781:0x2ec,_0xbdb92e:0x267,_0x38ef56:0x41f,_0x5b39a4:0x437,_0x4ca5e9:0x38f,_0x498107:0x46b,_0x52d9d5:0x3ec,_0x9f71a0:0x423,_0x143eee:0x46f,_0x163ffd:0x2df,_0x6e9e34:0x2fe,_0xd54c0c:0x331,_0x463bda:0x25b,_0x38d4bd:0x370,_0x59ce70:0x2f0,_0xdb8e4:0x2eb,_0x2e6a35:0x2f1,_0x3e5102:0x326,_0x2d074e:0x3af,_0x4cc32e:0x340,_0x1cd336:0x233,_0x1fa19a:0x30e,_0x2b34ef:0x1b7,_0x6fc248:0x2da,_0x37ed29:0x26e,_0xf84718:0x2bf,_0x325493:0x383,_0x1ce0f2:0x3a2,_0x451d0f:0x31a,_0x374557:0x3b0,_0x386fec:0x353,_0x4b2023:0x2bc,_0x5155b1:0x227,_0x16c07f:0x2c3,_0x353e29:0x2bf,_0x304257:0x298,_0x2ed2e9:0x2db,_0x4a19fb:0x2d9,_0x20782f:0x1ea,_0x18edc0:0x2e4,_0x5b00ff:0x3d6,_0x42b23d:0x3d2,_0x828c37:0x346,_0x1de1df:0x339,_0x5f464f:0x365,_0x4b84d2:0x2ee,_0x1de03f:0x36e,_0x1c5009:0x3c4,_0x5c8148:0x336,_0xb9fc3d:0x338,_0x519f0:0x262,_0x1790c6:0x24e,_0x1026d4:0x403,_0x10da3a:0x46a,_0x42ac45:0x3b7,_0x152dfe:0x33a,_0x14a0cb:0x37f,_0x3a711f:0x353,_0x30783b:0x2c5,_0x356450:0x313,_0x3bc56e:0x364,_0x57a197:0x3ff,_0x1dadf6:0x30c,_0xb12874:0x244,_0x4e8cd7:0x280,_0x39ad64:0x33e,_0x1e84fa:0x2f6,_0x4823e5:0x1e0,_0x131d17:0x226,_0x441d90:0x1d3,_0x11bad2:0x3bc,_0xd186f4:0x384,_0x2f19b5:0x308,_0xe23b59:0x34b,_0x3c3022:0x349,_0x3924ff:0x3ac,_0x15a21c:0x31e,_0x5024ab:0x347,_0x13b7df:0x3a2,_0x3f8103:0x34f,_0x17249c:0x25f,_0x3c9821:0x305,_0x5c87eb:0x2ed,_0x32951b:0x31c,_0x3b0cdc:0x2f4,_0x2e3928:0x3a1,_0x9e29ee:0x322,_0x12c91e:0x2ca,_0x5f297c:0x297},_0x568549={_0x59814d:0x295,_0x3d1f52:0x5e},_0x4bf7a0={_0x1d3c27:0xb0},_0x5f31d7={'QclSw':_0x3facf2(0x3ac,_0x4da9ce._0x18afa6,0x477,0x3be)+_0x2b68be(_0x4da9ce._0x4700ff,_0x4da9ce._0x2800d6,0x306,_0x4da9ce._0x1d8ba6)+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+_0x2b68be(_0x4da9ce._0x1807b0,_0x4da9ce._0x26b7ff,_0x4da9ce._0x188562,0x2e8)+'keys','ngyur':function(_0xfdf89,_0x252ba8){return _0xfdf89!==_0x252ba8;},'SOQQQ':_0x2b68be(0x2aa,_0x4da9ce._0x4f15ff,_0x4da9ce._0x6e98cc,0x31e),'yQkfw':_0x2b68be(_0x4da9ce._0x53efb1,0x2e2,0x29c,0x24f)+_0x2b68be(0x371,_0x4da9ce._0x550aa3,0x28f,0x2f8)+_0x3facf2(_0x4da9ce._0x2cb182,0x410,0x39e,0x418)+_0x2b68be(_0x4da9ce._0x2a59aa,0x2c4,_0x4da9ce._0x3095e6,0x251),'snEqD':_0x3facf2(_0x4da9ce._0x22421f,_0x4da9ce._0x4e16d1,0x301,0x301)+'p_path','cEVWD':function(_0x5cae04){return _0x5cae04();},'oFLqA':_0x2b68be(_0x4da9ce._0x1f038d,_0x4da9ce._0x19b666,0x1f5,0x224)+'t','MLUxb':_0x2b68be(0x33b,0x27e,0x2e5,0x2f7)+_0x3facf2(0x33a,_0x4da9ce._0x4c7fa1,_0x4da9ce._0x1408a8,0x3a5),'JXWPq':_0x3facf2(_0x4da9ce._0x1a66d6,_0x4da9ce._0x5eca6e,0x27c,_0x4da9ce._0xc778fe)+'h','lorJg':_0x2b68be(_0x4da9ce._0x13e3c8,0x252,0x25e,_0x4da9ce._0x405118)+'y','AIxYB':_0x2b68be(0x1b1,_0x4da9ce._0x92d986,0x1af,_0x4da9ce._0x20f7bd),'TJYTA':_0x2b68be(0x1e9,_0x4da9ce._0x243cd6,_0x4da9ce._0xd2affa,0x202)+_0x3facf2(0x37b,0x407,0x43b,_0x4da9ce._0x44761f)+_0x3facf2(0x37c,0x2f7,_0x4da9ce._0x188562,_0x4da9ce._0x2739f6)+'ed','TkHQA':function(_0x53561c,_0x5a60e9){return _0x53561c===_0x5a60e9;},'DDoKP':_0x2b68be(0x217,_0x4da9ce._0x470918,_0x4da9ce._0xaaffd0,0x232),'oYudg':'utf-8','yhYOH':function(_0x1f3656,_0x5ca55d){return _0x1f3656===_0x5ca55d;},'CNjuM':_0x2b68be(_0x4da9ce._0x251b0b,0x2aa,0x27b,0x26c),'pSHBe':function(_0x43d74b,_0x3aaa36){return _0x43d74b!==_0x3aaa36;},'DaTyo':_0x3facf2(_0x4da9ce._0x412d79,0x300,0x27f,_0x4da9ce._0x40159d)};!_0xa2af7a&&(_0x5f31d7[_0x3facf2(_0x4da9ce._0x2a136a,_0x4da9ce._0x1ff416,0x2f2,0x366)](_0x5f31d7[_0x3facf2(0x35f,_0x4da9ce._0x4260fb,0x2ed,_0x4da9ce._0x462573)],_0x3facf2(_0x4da9ce._0x1b3162,_0x4da9ce._0x4b8d44,0x498,0x46e))?(_0x4b2d8e[_0x3facf2(0x37e,0x3a5,0x3fe,0x320)](_0x2b68be(0x25a,0x1ff,_0x4da9ce._0x5a8f11,0x202)+_0x3facf2(0x366,_0x4da9ce._0x4039da,_0x4da9ce._0x2126f8,_0x4da9ce._0x407ec2)+'t\x20configur'+'ed'),_0x3b352e[_0x3facf2(0x388,_0x4da9ce._0x1a5221,_0x4da9ce._0x3807d5,0x32e)](-0x168c+-0xdd5*0x2+0x3*0x10bd)):(console[_0x2b68be(0x25a,_0x4da9ce._0xddf81e,_0x4da9ce._0x173994,_0x4da9ce._0x151cbe)](_0x5f31d7[_0x2b68be(0x32f,0x277,_0x4da9ce._0xeda693,_0x4da9ce._0x33b898)]),process[_0x2b68be(0x272,_0x4da9ce._0x233453,0x238,_0x4da9ce._0x2db8dd)](-0x147*-0x1+-0x74a+0x604)));const _0x3719e6=SERVER_CONFIG_KEYS[_0x2b68be(_0x4da9ce._0x40159d,_0x4da9ce._0x17d5a0,0x24a,_0x4da9ce._0x2a569e)](_0xa2af7a),_0x568828=SETUP_JSON_KEYS[_0x3facf2(_0x4da9ce._0x4fa50c,0x32e,0x2fc,0x348)](_0xa2af7a);!_0x3719e6&&!_0x568828&&(console[_0x3facf2(_0x4da9ce._0x3415f3,_0x4da9ce._0x133ba7,0x31e,0x31e)](_0x2b68be(_0x4da9ce._0x2cf38f,0x180,_0x4da9ce._0x5df645,0x223)+_0x2b68be(_0x4da9ce._0x253fcb,0x340,_0x4da9ce._0x3807d5,0x2dc)+'n\x20key:\x20'+_0xa2af7a),console[_0x2b68be(0x2cc,0x321,0x32a,_0x4da9ce._0x151cbe)](_0x3facf2(_0x4da9ce._0x3935ce,_0x4da9ce._0x18afa6,_0x4da9ce._0x1545e8,0x3e2)+_0x2b68be(0x2b4,0x213,_0x4da9ce._0x274dd6,0x279)+_0x2b68be(_0x4da9ce._0x5c948e,_0x4da9ce._0x570a8a,0x306,0x275)+_0x2b68be(_0x4da9ce._0x1d18e5,_0x4da9ce._0x2a0e87,0x2b0,0x22b)+_0x2b68be(0x382,_0x4da9ce._0x139a4e,_0x4da9ce._0x5362e8,0x2e8)+_0x3facf2(0x304,0x306,0x2e6,_0x4da9ce._0x459b58)),process[_0x2b68be(_0x4da9ce._0x22140a,_0x4da9ce._0x469515,_0x4da9ce._0x2e59bc,_0x4da9ce._0x2db8dd)](-0x2223+-0x1178*-0x2+-0xcc));let _0x3c4dc9;if(_0x3719e6)switch(_0xa2af7a){case _0x5f31d7[_0x3facf2(_0x4da9ce._0x51edb1,_0x4da9ce._0x5d9e85,0x402,0x327)]:_0x3c4dc9=await _0x5f31d7[_0x2b68be(_0x4da9ce._0x2a569e,_0x4da9ce._0x3e5781,_0x4da9ce._0xbdb92e,0x25b)](getCoderSetupPath);break;case _0x5f31d7[_0x3facf2(_0x4da9ce._0x38ef56,0x3c6,_0x4da9ce._0x5b39a4,_0x4da9ce._0x4ca5e9)]:_0x3c4dc9=await _0x5f31d7['cEVWD'](getServerPort);break;case _0x5f31d7['MLUxb']:_0x3c4dc9=await getSslCertPath();break;case _0x3facf2(_0x4da9ce._0x498107,_0x4da9ce._0x52d9d5,_0x4da9ce._0x9f71a0,_0x4da9ce._0x143eee)+'th':_0x3c4dc9=await getSslKeyPath();break;case _0x5f31d7[_0x3facf2(0x2d2,_0x4da9ce._0x163ffd,_0x4da9ce._0x6e9e34,0x2d5)]:_0x3c4dc9=await _0x5f31d7[_0x3facf2(0x388,_0x4da9ce._0xd54c0c,0x377,0x2c2)](getSslCaPath);break;case _0x5f31d7['lorJg']:_0x3c4dc9=await _0x5f31d7[_0x2b68be(0x23e,0x1ef,0x2d4,_0x4da9ce._0x463bda)](getTrustProxy);break;}else{if(_0x568828){const _0x1e6037=await _0x5f31d7['cEVWD'](getCoderSetupPath);!_0x1e6037&&(_0x3facf2(_0x4da9ce._0x38d4bd,_0x4da9ce._0x59ce70,0x2b3,0x27f)===_0x5f31d7[_0x3facf2(0x24c,_0x4da9ce._0xdb8e4,0x2fa,_0x4da9ce._0x2e6a35)]?(console['error'](_0x5f31d7[_0x2b68be(_0x4da9ce._0x3e5102,_0x4da9ce._0x2d074e,0x3a5,_0x4da9ce._0x4cc32e)]),process[_0x2b68be(_0x4da9ce._0x1cd336,_0x4da9ce._0x1fa19a,0x25d,_0x4da9ce._0x2db8dd)](0xd7e+-0x738*-0x4+-0x2a5d)):(_0x4b1f61['error'](_0x2b68be(0x266,0x24b,_0x4da9ce._0x2b34ef,0x223)+'nfiguratio'+_0x2b68be(_0x4da9ce._0x6fc248,0x2c6,0x225,0x2bd)+_0x23e719),_0x27034c[_0x2b68be(0x290,_0x4da9ce._0x37ed29,0x257,0x2cf)](_0x5f31d7[_0x2b68be(0x2de,0x248,_0x4da9ce._0xf84718,_0x4da9ce._0x3e5781)]),_0x1658e8[_0x3facf2(_0x4da9ce._0x325493,_0x4da9ce._0x1ce0f2,0x30d,0x301)](-0xc22+0x1fff*-0x1+0x2c22)));const _0x5d8923=_0x7beee6[_0x3facf2(_0x4da9ce._0x451d0f,_0x4da9ce._0x374557,0x352,0x39f)](_0x1e6037,_0x2b68be(_0x4da9ce._0x386fec,0x271,0x2e5,_0x4da9ce._0x4b2023));try{if(_0x5f31d7[_0x2b68be(0x2bf,_0x4da9ce._0x5155b1,_0x4da9ce._0x16c07f,_0x4da9ce._0x353e29)]('xuqxb',_0x5f31d7[_0x2b68be(_0x4da9ce._0x304257,0x27c,0x24c,_0x4da9ce._0x2ed2e9)])){const _0x1e51a3=await _0x5d15aa[_0x2b68be(0x283,_0x4da9ce._0x4a19fb,0x248,0x238)](_0x5d8923,_0x5f31d7[_0x2b68be(0x20e,_0x4da9ce._0x20782f,0x1cc,0x22e)]),_0x35766d=JSON[_0x2b68be(_0x4da9ce._0x18edc0,_0x4da9ce._0x5b00ff,_0x4da9ce._0x42b23d,_0x4da9ce._0x828c37)](_0x1e51a3);_0x3c4dc9=_0x35766d[_0xa2af7a];}else _0xb53408['error']('Error:\x20set'+_0x2b68be(0x20c,0x2f4,0x20f,0x2a9)+'t\x20found\x20at'+'\x20'+_0x17d5d6);}catch(_0x380db6){_0x5f31d7[_0x3facf2(0x301,_0x4da9ce._0x1de1df,_0x4da9ce._0x5f464f,0x361)](_0x380db6[_0x3facf2(_0x4da9ce._0x4b84d2,_0x4da9ce._0x1de03f,0x399,_0x4da9ce._0x1c5009)],_0x5f31d7[_0x2b68be(_0x4da9ce._0x5c8148,_0x4da9ce._0xb9fc3d,_0x4da9ce._0x519f0,0x2aa)])?console[_0x2b68be(0x285,_0x4da9ce._0x1790c6,_0x4da9ce._0x4e16d1,0x2cf)](_0x3facf2(0x438,_0x4da9ce._0x1026d4,_0x4da9ce._0x10da3a,_0x4da9ce._0x42ac45)+_0x3facf2(_0x4da9ce._0x152dfe,_0x4da9ce._0x14a0cb,0x3c0,0x3f9)+'t\x20found\x20at'+'\x20'+_0x5d8923):console[_0x2b68be(_0x4da9ce._0x3a711f,0x240,0x258,0x2cf)](_0x2b68be(0x368,0x374,_0x4da9ce._0x30783b,_0x4da9ce._0x356450)+_0x3facf2(0x3df,_0x4da9ce._0x3bc56e,_0x4da9ce._0x57a197,_0x4da9ce._0x3415f3)+'json:\x20'+_0x380db6[_0x2b68be(_0x4da9ce._0x1dadf6,0x2f3,_0x4da9ce._0xb12874,_0x4da9ce._0x4e8cd7)]),process[_0x3facf2(0x31e,_0x4da9ce._0x1ce0f2,0x43e,0x364)](-0x1ac9*-0x1+0x62f*-0x1+0x1*-0x1499);}}}function _0x3facf2(_0x36cb77,_0x2c72a6,_0x1d10a8,_0x1bfb4e){return _0x4204eb(_0x36cb77-_0x4bf7a0._0x1d3c27,_0x36cb77,_0x1d10a8-0x12d,_0x2c72a6-0x164);}function _0x2b68be(_0x2d1ec1,_0x505f1e,_0xc91835,_0x58e929){return _0x62f0fe(_0x505f1e,_0x58e929-_0x568549._0x59814d,_0xc91835-0x71,_0x58e929-_0x568549._0x3d1f52);}_0x5f31d7[_0x3facf2(_0x4da9ce._0x39ad64,0x32a,0x3a0,_0x4da9ce._0x1e84fa)](_0x3c4dc9,undefined)?_0x5f31d7[_0x2b68be(_0x4da9ce._0x4823e5,0x2b7,0x24b,_0x4da9ce._0x131d17)](_0x5f31d7[_0x2b68be(0x1d8,_0x4da9ce._0x441d90,0x2a8,0x256)],_0x5f31d7[_0x3facf2(0x304,0x32c,_0x4da9ce._0x11bad2,_0x4da9ce._0xd186f4)])?(_0x4dfa2e[_0x2b68be(_0x4da9ce._0x2f19b5,0x327,_0x4da9ce._0xe23b59,_0x4da9ce._0x151cbe)](_0x3facf2(0x38a,0x325,0x39d,_0x4da9ce._0x3c3022)+'er-server\x20'+_0x3facf2(0x326,0x38c,_0x4da9ce._0x3924ff,_0x4da9ce._0x15a21c)+_0x2b68be(0x2d7,0x25e,0x338,0x2f6)),_0x53a0c3[_0x3facf2(_0x4da9ce._0x5024ab,_0x4da9ce._0x13b7df,0x33e,0x3fc)](-0x47*-0x1+0x29a+-0x2e0)):console['log'](_0x3c4dc9):(console[_0x2b68be(0x30d,_0x4da9ce._0x3f8103,_0x4da9ce._0x17249c,_0x4da9ce._0x151cbe)](_0x3facf2(_0x4da9ce._0x5f464f,_0x4da9ce._0x3c9821,0x2ad,_0x4da9ce._0x5c87eb)+_0xa2af7a+(_0x2b68be(_0x4da9ce._0x32951b,_0x4da9ce._0x3b0cdc,_0x4da9ce._0x2e3928,_0x4da9ce._0x9e29ee)+_0x2b68be(0x2a6,0x251,0x34e,_0x4da9ce._0x12c91e)+_0x2b68be(0x3a5,_0x4da9ce._0x5f297c,_0x4da9ce._0x151cbe,0x338))),process['exit'](0x1*0x1949+0x35*0x43+-0x2727));}async function removeConfig(_0x4f9d33){const _0x5c321f={_0x37aeea:0x1e8,_0x5f357d:0x14a,_0x383a07:0x263,_0x480f3a:0x170,_0x47cf92:0x4ec,_0x446a42:0x57d,_0x29e6b1:0x513,_0x5a1141:0x5c5,_0x2966bc:0x631,_0x458dee:0x5f2,_0x1a7339:0x11b,_0x30fc9c:0x4ef,_0x27f7c6:0x4a3,_0xe73f40:0x58f,_0x1661cd:0x53e,_0x56317c:0x196,_0x11b8c2:0x1af,_0x399628:0x151,_0xf2996f:0x1a1,_0x4ab3ef:0x69b,_0x20f6ae:0x58a,_0x285e32:0x59e,_0x11b5c3:0xa2,_0x29bd2f:0x158,_0x356b3d:0xd6,_0x5af4c7:0x12d,_0x2ed8ea:0x239,_0x4f5b84:0x1d6,_0x512e5f:0x569,_0x5a5b52:0x4f1,_0x44b054:0x58f,_0x2d9894:0x15b,_0x3b5c24:0x165,_0x504534:0x222,_0x1390a2:0x140,_0x6b7ee2:0x488,_0x447cc8:0x4f6,_0x53c941:0x50a,_0x1799b3:0x4a9,_0x4a70ca:0x4d5,_0x4e6036:0x4fd,_0x76fb38:0x60d,_0x5600f0:0x539,_0x360d58:0x567,_0x51be8f:0x5a9,_0x1710ae:0xd5,_0x3be332:0x1b6,_0x40e8fd:0x122,_0x84522f:0xbe,_0x2969b3:0x61b,_0x448f7b:0x569,_0x15c26a:0x552,_0x2bd9b8:0x4ea,_0x504713:0x135,_0x8f5057:0x161,_0x4b3186:0x1e2,_0x342a9a:0x1c1,_0x279fa9:0x575,_0x330ccc:0x20e,_0x1a5e66:0x25c,_0x4b5bcf:0x4d1,_0x4dd5eb:0xe9,_0x42699b:0x5f9,_0x1bdfaf:0x5f1,_0x4fc22f:0x1f1,_0x270b05:0x4c8,_0x337526:0x51a,_0x19e640:0x4d6,_0x204d0c:0x5b2,_0x12c365:0x584,_0x184c3f:0x62f,_0x1521be:0x5c3,_0x45480c:0x531,_0x479be5:0x5c8,_0xe2a6b8:0x4f4,_0x327ff5:0x1bc,_0x4867da:0xb5,_0x2d701d:0x152,_0x384226:0x4be,_0x51e07b:0x5b6,_0x49bc8e:0x537,_0x20a5ee:0x13c,_0x28a40c:0x14e,_0xceec95:0x4a4,_0x16a349:0x4fc,_0x1655b3:0x1a1,_0x99270d:0x121,_0x3cb64f:0x53c,_0x1f7842:0x522,_0x45f79e:0x575,_0xfa9d3e:0x505,_0x212b5a:0x5a8,_0x2d4efb:0x20a,_0x1942c0:0x1aa,_0x58830e:0x4b0,_0x57f6ba:0x466,_0x3a410b:0x228,_0x5d8ffb:0x170,_0x489b4d:0x1fb,_0x5b93ca:0x62d,_0x24431a:0x510,_0x6990af:0x5a8,_0x4a3ecd:0x15f,_0x5ce7ab:0x5d5,_0x327636:0x51a,_0x2b992e:0x5a8,_0x50824c:0x45a,_0x5abe0c:0x4db,_0x553a0f:0x1e7,_0x1f3ee8:0x1ad,_0x3ff9d4:0x60d,_0x55f427:0x582,_0x3c9ddf:0x592,_0x1fd2c1:0x190,_0x4caff2:0x1c1,_0x307692:0x60b,_0x5adba1:0x68f,_0x117142:0xf7,_0x495fcb:0x1ae,_0x81d74e:0x119,_0x1edfc6:0x64a,_0x1a90d9:0x625,_0xd475f4:0x461,_0x470368:0x4ec,_0x290ffc:0x191,_0x45cf6a:0x16d,_0x37ee76:0x523,_0x989f35:0x55f,_0x381169:0x188,_0x2689d2:0x18b,_0x18caca:0x183,_0x201db3:0x180,_0x1a96fd:0x210,_0x5437ff:0x1f4,_0xbb4348:0x122,_0x37db94:0x199,_0x399fda:0x1f6,_0x317d1e:0x26d,_0x2c39a8:0x1e6,_0x302cbd:0x205,_0x558397:0x297,_0x418c19:0x126,_0x1ec57f:0x5eb,_0x140976:0x52d,_0x12ca5d:0x5af,_0x5bf937:0x5bc,_0x237e42:0x153,_0x55e97e:0xb7,_0x1cbaaa:0x119,_0x32ba91:0xc9,_0x59c709:0x134,_0x3020bf:0x11c,_0x32e213:0x599,_0x5b33e9:0x507,_0x1876f7:0x119,_0x5f29a2:0x8a,_0x35ef45:0x7c,_0x1df3c8:0xee,_0x106d7d:0x15d,_0x243771:0x1e1,_0x36603a:0x1d9,_0x12b84a:0x13c,_0x61fb9c:0x10d,_0x1d58c5:0x15a,_0x354917:0x176,_0x5beed4:0x159,_0x281953:0xdb,_0xa111c1:0x633,_0x4ff0b1:0x60e,_0x361dcd:0x20b,_0x365a89:0x241,_0x4efdc1:0x504,_0x265c67:0x51a,_0x3be3b7:0x5e7,_0x55e7a3:0x523,_0x6cf5d:0x4fb,_0x3219f2:0x529,_0x3fb888:0x1de,_0x3e1818:0x224,_0x3ffe11:0x5aa,_0x3ecf01:0x19b,_0x570e41:0x143,_0x2fc762:0x108,_0x3d303f:0x176,_0x22b248:0x22c,_0x22e74e:0x1df,_0x357a11:0x5f6,_0x3005f2:0x582,_0x195c7c:0x11b,_0xb167f3:0x1bd,_0x11b239:0x500,_0x971d5e:0x60d,_0x503cb9:0x5e3,_0x54f19d:0x67a,_0x275d48:0x137,_0x21782a:0x155,_0x522d0a:0x106,_0x5e35bc:0x20c,_0x219e72:0x177,_0x48b669:0x5bc,_0x23e937:0x583,_0x1dbc2f:0x1fd,_0x247bd2:0x19c,_0x5ddbf3:0x4d7,_0x4ca8dc:0x528,_0x292d11:0x5f8,_0x5b3cdd:0x579,_0x55fab8:0x12e,_0x2b27e2:0x485,_0x519e3a:0x257,_0x3e5acf:0x200,_0x23e3a5:0x647,_0x5706eb:0xe6,_0x587ff8:0x175,_0x1d8fd5:0x1bc,_0x3d4569:0x62b,_0xe17547:0x606,_0x3f0e1c:0x13f,_0x27c30a:0x146,_0x13ad5a:0x1fd,_0x653590:0x1c7,_0x160dd8:0xe7,_0x28b4a0:0x16c,_0x54b919:0x559,_0x5baf70:0x51b,_0x3fc484:0x193,_0x4a7ac7:0x1aa,_0x177e63:0x111,_0x295fd5:0x17e,_0xbc593c:0x14e,_0x470b19:0xe3,_0x396b32:0x185,_0x25f838:0x219,_0x1f2ea0:0x1f6,_0x3dfcb9:0x183,_0x53393b:0x1b5,_0x5371c5:0x1ef,_0x402355:0x183},_0x30e0ea={_0x4ef26a:0x19a,_0x4db590:0x94},_0xae09e8={_0x3f7268:0x56e};function _0x7b433(_0x35a9c2,_0x151baf,_0x6ac8b1,_0x5af56c){return _0x62f0fe(_0x151baf,_0x5af56c-_0xae09e8._0x3f7268,_0x6ac8b1-0x1af,_0x5af56c-0x20);}const _0x31a7cd={'FhKjt':'First\x20conf'+_0x1bf512(_0x5c321f._0x37aeea,_0x5c321f._0x5f357d,0x20b,0x189)+_0x7b433(0x5ac,0x610,0x649,0x5b1)+':','SvFzF':_0x1bf512(_0x5c321f._0x383a07,_0x5c321f._0x480f3a,0x180,0x1cb)+'rver\x20confi'+_0x7b433(0x630,0x5cf,_0x5c321f._0x47cf92,0x58c)+_0x7b433(0x587,0x46f,_0x5c321f._0x446a42,_0x5c321f._0x29e6b1)+_0x7b433(_0x5c321f._0x5a1141,_0x5c321f._0x2966bc,0x66b,_0x5c321f._0x458dee)+_0x1bf512(0x141,0x134,0xb7,_0x5c321f._0x1a7339)+_0x7b433(0x596,0x4c0,_0x5c321f._0x30fc9c,0x54a),'tRkhs':function(_0x120817,_0x4470a8){return _0x120817===_0x4470a8;},'TsyuP':'Make\x20sure\x20'+_0x7b433(_0x5c321f._0x27f7c6,_0x5c321f._0xe73f40,0x5ab,_0x5c321f._0x1661cd)+_0x1bf512(0x170,_0x5c321f._0x56317c,_0x5c321f._0x11b8c2,_0x5c321f._0x399628)+_0x7b433(0x5e6,0x5a5,0x5bb,0x59b)+_0x1bf512(_0x5c321f._0x37aeea,_0x5c321f._0xf2996f,0x1f2,0x208)+_0x7b433(0x683,_0x5c321f._0x4ab3ef,0x582,0x61b)+'ectory','flLTz':function(_0x334d92,_0x1950df){return _0x334d92===_0x1950df;},'dUBSY':'ENOENT','pCNXY':function(_0x22cd4f,_0x37a327){return _0x22cd4f!==_0x37a327;},'OPBlX':_0x7b433(_0x5c321f._0x20f6ae,0x56e,0x591,_0x5c321f._0x285e32),'rwwTp':_0x1bf512(_0x5c321f._0x11b5c3,_0x5c321f._0x29bd2f,_0x5c321f._0x356b3d,_0x5c321f._0x5af4c7)+_0x1bf512(_0x5c321f._0x2ed8ea,0x19e,0x1db,_0x5c321f._0x4f5b84)+_0x7b433(0x60d,_0x5c321f._0x512e5f,_0x5c321f._0x5a5b52,_0x5c321f._0x44b054)+'ove\x20<key>','myzcO':function(_0x437afc,_0x4d22b5){return _0x437afc&&_0x4d22b5;},'ZDjrl':_0x1bf512(_0x5c321f._0x2d9894,0x1dc,0x1a0,_0x5c321f._0x3b5c24),'hkUDO':_0x1bf512(0x148,0x1c5,0x27b,0x1e7)+'-server\x20co'+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+_0x1bf512(_0x5c321f._0x504534,_0x5c321f._0x1390a2,0x263,0x1c6)+_0x7b433(_0x5c321f._0x6b7ee2,_0x5c321f._0x447cc8,0x465,0x509),'LmiAY':'coder_setu'+'p_path','CKJrP':function(_0x927ffd,_0x57158d){return _0x927ffd(_0x57158d);},'jxGpf':_0x7b433(_0x5c321f._0x53c941,_0x5c321f._0x1799b3,_0x5c321f._0x4a70ca,_0x5c321f._0x4e6036)+'t','RVEfF':_0x7b433(_0x5c321f._0x76fb38,_0x5c321f._0x5600f0,_0x5c321f._0x360d58,0x5d0)+_0x7b433(0x53b,0x5d8,0x594,_0x5c321f._0x51be8f),'qrqEf':_0x1bf512(_0x5c321f._0x1710ae,_0x5c321f._0x3be332,0x17d,_0x5c321f._0x40e8fd)+'h','mEpeF':_0x1bf512(0x9d,_0x5c321f._0x84522f,0x1d5,0x13f)+'y','hfjhz':function(_0x11173a){return _0x11173a();},'lSgin':'Error:\x20Set'+_0x7b433(_0x5c321f._0x2969b3,0x5b4,_0x5c321f._0x448f7b,0x60a)+'t\x20configur'+'ed','lTiWo':_0x7b433(0x579,0x57e,_0x5c321f._0x15c26a,_0x5c321f._0x2bd9b8),'foXQZ':_0x1bf512(0x161,_0x5c321f._0x504713,0xc6,_0x5c321f._0x8f5057),'OimQp':function(_0x2d6dda,_0x5a6c74){return _0x2d6dda===_0x5a6c74;},'FtgBf':'MwUUq','dpPIT':function(_0x54455c,_0x4473c3){return _0x54455c!==_0x4473c3;},'bJMuw':_0x1bf512(_0x5c321f._0x4b3186,_0x5c321f._0x342a9a,0x1ef,0x171),'UtOLE':'Restart\x20th'+_0x7b433(0x59c,0x54f,0x4ef,_0x5c321f._0x279fa9)+'or\x20changes'+_0x1bf512(_0x5c321f._0x330ccc,_0x5c321f._0x1a5e66,0x26e,0x21a)+_0x7b433(0x52e,0x581,_0x5c321f._0x4b5bcf,0x54b)};function _0x1bf512(_0x15c98c,_0x3c5180,_0x404a96,_0x379555){return _0x4204eb(_0x15c98c-0x7d,_0x404a96,_0x404a96-_0x30e0ea._0x4ef26a,_0x379555- -_0x30e0ea._0x4db590);}!_0x4f9d33&&(_0x31a7cd[_0x1bf512(0xa7,0x186,0x185,_0x5c321f._0x4dd5eb)](_0x31a7cd['OPBlX'],_0x31a7cd[_0x7b433(0x57b,0x4b6,0x4d6,0x546)])?_0x437cbd[_0x7b433(_0x5c321f._0x42699b,0x5af,_0x5c321f._0x458dee,_0x5c321f._0x1bdfaf)](_0x1bf512(0x1b2,0x272,0x1fe,_0x5c321f._0x4fc22f)+'ing\x20setup.'+_0x7b433(0x513,0x489,_0x5c321f._0x270b05,_0x5c321f._0x337526)+_0x14c6c6[_0x7b433(0x522,_0x5c321f._0x19e640,0x5bb,0x559)]):(console['error'](_0x31a7cd[_0x7b433(_0x5c321f._0x204d0c,0x55c,_0x5c321f._0x12c365,0x578)]),process[_0x7b433(0x586,_0x5c321f._0x184c3f,_0x5c321f._0x1521be,0x5a5)](0x1b89*-0x1+0x1*-0xf90+0x265*0x12)));const _0x4d48fa=SERVER_CONFIG_KEYS[_0x7b433(_0x5c321f._0x45480c,0x4c9,0x594,_0x5c321f._0x45480c)](_0x4f9d33),_0x135f6f=SETUP_JSON_KEYS[_0x7b433(_0x5c321f._0x479be5,_0x5c321f._0x5a1141,_0x5c321f._0xe2a6b8,0x531)](_0x4f9d33);if(_0x31a7cd[_0x1bf512(0xdb,0x1ef,_0x5c321f._0x327ff5,0x174)](!_0x4d48fa,!_0x135f6f)){if(_0x31a7cd[_0x1bf512(_0x5c321f._0x4867da,_0x5c321f._0x356b3d,0x16f,_0x5c321f._0x2d701d)](_0x31a7cd[_0x7b433(_0x5c321f._0x384226,0x580,_0x5c321f._0x51e07b,_0x5c321f._0x49bc8e)],_0x31a7cd[_0x1bf512(0x174,0x14b,0x131,_0x5c321f._0x20a5ee)]))console[_0x1bf512(_0x5c321f._0x28a40c,0x20a,0x1eb,0x1ad)](_0x7b433(_0x5c321f._0xceec95,0x47c,0x59a,_0x5c321f._0x16a349)+_0x1bf512(_0x5c321f._0x1655b3,_0x5c321f._0x99270d,0x253,0x1ba)+_0x7b433(0x4f7,_0x5c321f._0x3cb64f,_0x5c321f._0x1f7842,0x596)+_0x4f9d33),console[_0x7b433(_0x5c321f._0x45f79e,_0x5c321f._0xfa9d3e,0x618,_0x5c321f._0x212b5a)](_0x31a7cd['hkUDO']),process[_0x1bf512(0x182,0x120,_0x5c321f._0x2d4efb,_0x5c321f._0x1942c0)](-0x26f8+-0x9c2+-0x30bb*-0x1);else{const _0x3c8989=_0x7b433(0x4a3,_0x5c321f._0x58830e,_0x5c321f._0x57f6ba,0x4f7)[_0x1bf512(_0x5c321f._0x3a410b,_0x5c321f._0x5d8ffb,0x222,_0x5c321f._0x489b4d)]('|');let _0x31a6be=-0x210c+0x7bf+0x194d;while(!![]){switch(_0x3c8989[_0x31a6be++]){case'0':_0x16a838['error'](_0x31a7cd['FhKjt']);continue;case'1':_0x25969e[_0x7b433(0x5fc,_0x5c321f._0x5b93ca,_0x5c321f._0x24431a,_0x5c321f._0x6990af)]('');continue;case'2':_0x7c8171[_0x1bf512(_0x5c321f._0x4a3ecd,0x1f9,0x22d,0x1aa)](0x529+0x937+0x11b*-0xd);continue;case'3':_0x1b0bcf[_0x7b433(_0x5c321f._0x5ce7ab,0x53c,_0x5c321f._0x327636,_0x5c321f._0x2b992e)](_0x7b433(_0x5c321f._0x50824c,0x467,_0x5c321f._0x19e640,_0x5c321f._0x5abe0c)+'up\x20path\x20no'+'t\x20configur'+'ed');continue;case'4':_0x2d5cd9[_0x1bf512(0x24e,_0x5c321f._0x553a0f,0x1d2,_0x5c321f._0x1f3ee8)](_0x31a7cd['SvFzF']);continue;}break;}}}if(_0x4d48fa){switch(_0x4f9d33){case _0x31a7cd[_0x7b433(_0x5c321f._0x3ff9d4,0x4fa,_0x5c321f._0x55f427,_0x5c321f._0x3c9ddf)]:await _0x31a7cd[_0x1bf512(0x155,_0x5c321f._0x1fd2c1,0x248,_0x5c321f._0x4caff2)](saveCoderSetupPath,null),console[_0x7b433(0x607,_0x5c321f._0x307692,_0x5c321f._0x5adba1,0x5f1)](_0x1bf512(_0x5c321f._0x117142,_0x5c321f._0x495fcb,0xad,_0x5c321f._0x81d74e)+_0x4f9d33);break;case _0x31a7cd['jxGpf']:await _0x31a7cd['CKJrP'](saveServerPort,-0xb5a*0x3+-0x1c25*-0x1+0x11a1),console[_0x7b433(_0x5c321f._0x1edfc6,0x5c9,_0x5c321f._0x1a90d9,0x5f1)](_0x7b433(0x584,0x4af,_0x5c321f._0xd475f4,_0x5c321f._0x470368)+_0x4f9d33+(_0x1bf512(0x1ad,_0x5c321f._0x290ffc,0x1e9,_0x5c321f._0x45cf6a)+_0x7b433(0x516,0x4da,0x49b,_0x5c321f._0x37ee76)));break;case _0x31a7cd[_0x7b433(0x5d7,_0x5c321f._0x989f35,0x634,0x593)]:await saveSslCertPath(null),console['log'](_0x1bf512(_0x5c321f._0x381169,0x182,_0x5c321f._0x2689d2,0x119)+_0x4f9d33);break;case _0x1bf512(_0x5c321f._0x18caca,_0x5c321f._0x201db3,_0x5c321f._0x1a96fd,_0x5c321f._0x5437ff)+'th':await _0x31a7cd[_0x1bf512(0x1a2,_0x5c321f._0xbb4348,0x181,0x1c1)](saveSslKeyPath,null),console[_0x1bf512(0x28f,0x23f,_0x5c321f._0x37db94,_0x5c321f._0x399fda)]('Removed\x20'+_0x4f9d33);break;case _0x31a7cd[_0x1bf512(_0x5c321f._0x317d1e,_0x5c321f._0x2c39a8,0x255,0x1d2)]:await saveSslCaPath(null),console[_0x1bf512(_0x5c321f._0x302cbd,_0x5c321f._0x558397,0x1a8,0x1f6)](_0x1bf512(_0x5c321f._0x418c19,0xa4,0xe4,0x119)+_0x4f9d33);break;case _0x31a7cd[_0x7b433(_0x5c321f._0x1ec57f,_0x5c321f._0x140976,0x5d5,_0x5c321f._0x12ca5d)]:await _0x31a7cd[_0x7b433(0x573,0x548,0x51b,_0x5c321f._0x5bf937)](saveTrustProxy,null),console[_0x1bf512(0x228,0x165,0x183,0x1f6)](_0x1bf512(_0x5c321f._0x237e42,0xfc,_0x5c321f._0x55e97e,_0x5c321f._0x1cbaaa)+_0x4f9d33);break;}console['log'](_0x1bf512(0x20e,0xf6,0x1c5,0x179)+':\x20'+getConfigPath());}else{if(_0x135f6f){const _0xf93926=await _0x31a7cd[_0x1bf512(_0x5c321f._0x32ba91,_0x5c321f._0x59c709,_0x5c321f._0x4867da,_0x5c321f._0x3020bf)](getCoderSetupPath);!_0xf93926&&(console[_0x7b433(_0x5c321f._0x32e213,_0x5c321f._0x5b33e9,0x5ca,0x5a8)](_0x31a7cd[_0x1bf512(_0x5c321f._0x1876f7,_0x5c321f._0x5f29a2,_0x5c321f._0x35ef45,_0x5c321f._0x1df3c8)]),process['exit'](-0x1*-0xd51+-0x1536+0x7e6));const _0x1bfe79=_0x7beee6['join'](_0xf93926,_0x1bf512(_0x5c321f._0x2d4efb,_0x5c321f._0x106d7d,0x19d,0x19a));let _0x455d7d;try{if(_0x31a7cd[_0x1bf512(0x1fd,_0x5c321f._0x243771,_0x5c321f._0x3be332,_0x5c321f._0x36603a)]===_0x1bf512(0x99,0x100,0x192,0x12b))_0x31a7cd[_0x1bf512(0xd2,_0x5c321f._0x12b84a,_0x5c321f._0x61fb9c,0x152)](_0xa7948c[_0x1bf512(_0x5c321f._0x1d58c5,0x17d,0x171,_0x5c321f._0x354917)],_0x1bf512(_0x5c321f._0x1df3c8,_0x5c321f._0x5beed4,_0x5c321f._0x281953,0x14a))?_0x4b738a[_0x7b433(_0x5c321f._0xa111c1,_0x5c321f._0x4ff0b1,0x5b3,0x5a8)](_0x7b433(0x63d,0x68c,0x67b,0x606)+'up.json\x20no'+_0x1bf512(_0x5c321f._0x399628,_0x5c321f._0x361dcd,_0x5c321f._0x365a89,0x1bd)+'\x20'+_0x4e648a):_0x4434c6['error']('Error\x20read'+'ing\x20setup.'+_0x7b433(_0x5c321f._0x4efdc1,0x4f0,0x48e,_0x5c321f._0x265c67)+_0x541436[_0x7b433(0x5a8,_0x5c321f._0x3be3b7,0x51b,0x559)]),_0x30f37d['exit'](-0x228e+0xb*-0x209+-0x4a*-0xc5);else{const _0x233703=await _0x5d15aa['readFile'](_0x1bfe79,_0x31a7cd[_0x7b433(_0x5c321f._0x55e7a3,_0x5c321f._0x6cf5d,_0x5c321f._0x3219f2,_0x5c321f._0x30fc9c)]);_0x455d7d=JSON[_0x1bf512(0x1d4,_0x5c321f._0x3fb888,0x21b,_0x5c321f._0x3e1818)](_0x233703);}}catch(_0x4ff5e9){_0x31a7cd[_0x7b433(0x53f,_0x5c321f._0x3ffe11,0x4df,_0x5c321f._0x53c941)](_0x4ff5e9[_0x1bf512(_0x5c321f._0x3ecf01,_0x5c321f._0x570e41,_0x5c321f._0x2fc762,_0x5c321f._0x3d303f)],_0x31a7cd[_0x1bf512(0x1ce,_0x5c321f._0x22b248,0x242,0x1bc)])?console[_0x1bf512(0x16e,_0x5c321f._0x22e74e,0x16f,0x1ad)]('Error:\x20set'+_0x7b433(0x60b,_0x5c321f._0x357a11,0x5c1,_0x5c321f._0x3005f2)+_0x1bf512(_0x5c321f._0x195c7c,0x1ae,0x1e6,_0x5c321f._0xb167f3)+'\x20'+_0x1bfe79):_0x31a7cd['pCNXY']('MwUUq',_0x31a7cd[_0x7b433(0x55d,_0x5c321f._0x11b239,_0x5c321f._0x971d5e,0x56d)])?(_0x27f5fc['error'](_0x7b433(_0x5c321f._0x503cb9,0x5cf,_0x5c321f._0x54f19d,0x606)+_0x1bf512(_0x5c321f._0x275d48,_0x5c321f._0x21782a,_0x5c321f._0x522d0a,0x187)+'t\x20found\x20at'+'\x20'+_0x11994e),_0x2f241d[_0x1bf512(_0x5c321f._0x5e35bc,0x1b2,_0x5c321f._0x219e72,0x1ad)](_0x31a7cd['TsyuP'])):console[_0x7b433(0x552,0x5c2,_0x5c321f._0x48b669,0x5a8)]('Error\x20read'+_0x7b433(_0x5c321f._0x23e937,0x5db,0x5db,_0x5c321f._0x360d58)+_0x1bf512(0xd1,0x12f,_0x5c321f._0x327ff5,0x11f)+_0x4ff5e9[_0x1bf512(_0x5c321f._0x1dbc2f,0x103,_0x5c321f._0x247bd2,0x15e)]),process['exit'](0x8*0x95+0x1d1e+-0x21c5);}_0x455d7d[_0x4f9d33]===undefined&&(_0x31a7cd['dpPIT'](_0x7b433(_0x5c321f._0x5ddbf3,_0x5c321f._0x4ca8dc,_0x5c321f._0x292d11,_0x5c321f._0x5b3cdd),_0x31a7cd['bJMuw'])?(console[_0x1bf512(_0x5c321f._0x55fab8,0x250,0x118,0x1ad)](_0x7b433(0x5a8,_0x5c321f._0x2b27e2,0x4ae,0x508)+_0x4f9d33+(_0x1bf512(0x29d,0x254,_0x5c321f._0x519e3a,_0x5c321f._0x3e5acf)+_0x7b433(_0x5c321f._0x23e3a5,0x521,0x555,0x5a3)+'guration')),process['exit'](0x1*-0x263f+0x1264+-0x3e*-0x52)):(_0x31a7cd[_0x1bf512(0x190,0xc1,_0x5c321f._0x5706eb,0xf2)](_0x4c5a7b[_0x1bf512(0x1f9,0x11d,_0x5c321f._0x587ff8,0x176)],_0x31a7cd[_0x1bf512(_0x5c321f._0x1f3ee8,0x1bb,0x15f,_0x5c321f._0x1d8fd5)])?_0x2588d7[_0x1bf512(0x251,0x118,0x11c,0x1ad)](_0x7b433(0x686,0x5f6,_0x5c321f._0x3d4569,_0x5c321f._0xe17547)+_0x1bf512(_0x5c321f._0x3f0e1c,0x18d,0x1ad,0x187)+_0x1bf512(0x142,_0x5c321f._0x27c30a,0x1b1,0x1bd)+'\x20'+_0x58406c):_0x5abe57[_0x1bf512(0x12a,0x16a,0x198,0x1ad)](_0x1bf512(0x22d,0x26b,0x19d,_0x5c321f._0x4fc22f)+_0x1bf512(_0x5c321f._0x13ad5a,_0x5c321f._0x653590,_0x5c321f._0x160dd8,_0x5c321f._0x28b4a0)+_0x7b433(0x4d8,_0x5c321f._0x54b919,_0x5c321f._0x5baf70,0x51a)+_0x457f9e['message']),_0x391af1[_0x1bf512(_0x5c321f._0x3fc484,0x18c,0x131,_0x5c321f._0x4a7ac7)](0x1e1f+0x116a+-0x2f88))),delete _0x455d7d[_0x4f9d33],await _0x5d15aa[_0x1bf512(_0x5c321f._0x177e63,_0x5c321f._0x295fd5,_0x5c321f._0xbc593c,_0x5c321f._0x470b19)](_0x1bfe79,JSON['stringify'](_0x455d7d,null,0x13e8+-0x10e3+-0x3*0x101)+'\x0a',_0x31a7cd['foXQZ']),console[_0x7b433(0x64a,_0x5c321f._0x54f19d,0x57f,0x5f1)]('Removed\x20'+_0x4f9d33),console[_0x1bf512(_0x5c321f._0x396b32,0x1a7,_0x5c321f._0x25f838,_0x5c321f._0x1f2ea0)](_0x1bf512(_0x5c321f._0x3dfcb9,0x1f6,0x133,0x179)+':\x20'+_0x1bfe79),console[_0x1bf512(0x1eb,0x21d,_0x5c321f._0x53393b,0x1f6)](''),console['log'](_0x31a7cd[_0x1bf512(_0x5c321f._0x5371c5,0x222,_0x5c321f._0x402355,0x210)]);}}}function _0xca86(){const _0x83932b=['DfjRAhm','BMzPzYiGzM9Yia','u2TRA1K','B3j0icHKzwzHDq','Dw5Zzxq','lxnLCNzLCIbJBW','y29UzMLNidXZzq','wgnlseC','vMj2rvy','u2v0ia','CuPhEfe','v2nUq2K','BwvZC2fNzq','y2XHDwrL','CMvTB3zL','DxrMltG','BMfSkq','yMnVBw1HBMq6ia','Cf9WyxrO','yNrMDfi','rvbqsw4','CMvZB2X2zq','Aw9U','B2nHDgLVBJOG','A2L2zhi','u2vYDMvYignVBG','Aw5NihnLDhvWlG','ihrVigrLzMf1Ba','ienVBMzPz3vYyq','Censuvm','icbUyw1LicaGia','EM5etKi','rNrNqMy','mtGWzw9yCurP','BxL6y08','AwD1CMf0Aw9Uia','y29Kzq','mtj0rhnSvNO','icbZC2XFA2v5xW','icbmB2nHDgLVBG','zsbZzxj2zxiGzG','zgXLicHVChrPBW','u2zsufO','CND3vha','s1fxAue','D3PYC2e','C3nOx2HVC3q','icbZC2XFy2vYDa','uNnRuMm','swHYBMq','pIa8DMfSDwu+ia','q29TBwfUzhm6','A3bethy','DxaUANnVBIbUBW','q05QDu0','AwD1CMuGDgHLia','oe92sMLrva','mti4mJKYmeLLDvrVAW','yxrOoIaGica','mtu2mdzit1vkwvK','BMT3Cg4','ywDLBNqGicaGia','sgL1vLe','zYbZzxqGy29Kzq','zsbRzxKGzMLSzq','uvD3Aeq','y29UzMLNihjLBq','zxr1Cc5QC29Uia','Aw9UihzHBhvL','tg1PqvK','uLzfzKy','A1niy2u','C2v0DxaUANnVBG','BIbRzxK6ia','y29KzxiVy29UzG','vgTiuue','AuLcAhe','BIbUB3qGzM91BG','BNrZihrVigeGDG','C1HtzK4','qNPTsNq','Eunry3G','shzjqva','yMvWBKi','vgXQzeW','C25fCuq','zcbPBIbJB25MAq','DKzkEfy','zxHPDa','B1zTEeW','B3j0icaGicaGia','zxjYB3i','yxrO','rxHHBxbSzxm6','rxHWzwn0zwqGBa','CM1HDgLVBG','q0nyquW','twfRzsbZDxjLia','BuvWzuy','zwqGAw4GC2v0Dq','C2v0DxaGCgf0Aa','ifnOB3CGywXSia','AM9PBG','rerVs1a','BMzPz3vYyxrPBW','icbtu0GGAg9ZDa','zfvcu1K','DcbMB3vUzcbHDa','kg5VDcbZzxqP','wg9IuLG','DgfZA19ZDg9Yyq','q0TkCLa','wMv5DKG','u1nmihbYAxzHDa','z2v0','q29UzMLNDxjLia','yxzHAwXHyMXLia','CNzLCIbJB25MAq','icbuCNvZDcbWCG','yKrws2i','uwnSu3C','icbJB2rLCI1Zzq','Aw9UoG','igzVCIbLBNzPCG','B0zmCue','DMv8C2HVDZ4GwW','khnLDhvWlMPZBW','AwCUANnVBIK6','CxjXrwy','y29UzMLNDxjHDa','B3zLidXRzxK+','C3nSx2nLCNrFCa','zxiTC2vYDMvYia','EvfRzNC','DLjQA1G','BfrPv28','wgrrrxq','EMDLsxC','icbqyxrOihrVia','EMrVu00','rxjYB3i6ieLUDG','DhvWx3bHDgGGia','zYbZAg93','mZbzte9wu3u','pIaGicaGicaGia','rKvUtuO','Cgf0AcaGicaGia','CcbKAxjLy3rVCG','zhDhDfC','uNvUicjJB2rLCG','ywDLBNqGkgnSyq','A0TOu1m','CYaODhj1zs9Myq','icbezwzHDwX0ia','Fde1Fde5FdD8mq','AufZsxG','vgTcwMW','u0Tcwfq','Fdj8mtH8mtn8na','rxjYB3iGCMvHza','pt09ifnLCNzLCG','zYbZzxqGC2vYDG','C3nSx2TLEv9Wyq','reLOrfK','Bg9N','DgGGl3bHDgGVDa','icbtzxr1CcbUyq','C3rYAw5NAwz5','mta4ndq0nLfRteTLuq','C3bSAxq','seDqBfG','uxv6shO','BwTLuxC','icaGicaGicaGia','iIbUB3qGzM91BG','idXRzxK+idX2yq','EtOGicaGica','rxjYB3i6ia','Bhq6idmWmdaP','Dhj1zq','A2v5xsbBDMfSDq','icbZC2XFy2fFCa','ywXPzcbJB2rLCG','zvvKzw0','mJu3odeWr3r2vwTS','rxjYB3i6ihnLDa','Fdf8mtr8mJj8nq','wwHqr3G','uxHHB3q','DxaGCgf0AcbUBW','vxrpteu','zMLNDxjHDgLVBG','z2jyBMm','v0vcr24','DxnHz2uGAw5MBW','A2v5pIaGicaGia','z3vYyxrPB24','rfDYC3a','y29UzMLNigDLDa','vw5RBM93BIbZDq','ihrVihrHA2uGzq','D1HLEM4','nZeWotu1Be9XC05s','rvPnDKy','vePzvee','tvbNteq','lxnLDhvWigrPCG','rMDxrgK','mZC4mdn0y3jOqxC','icbKzwzHDwX0xW','CgfYC2u','id0G','DgLVBIa9pt0','icb0yxnRx3n0BW','D1LgA3e','rxjYB3i6ifnLDa','C3rVCMuGDgfZAW','BvHlDNK','D3jPDgvgAwXL','v053ALu','uMvZDgfYDcb0Aa','B1niz2e','sLHxuhe','AdOGicaGica','CenowfK','qwXwD0m','rvDsDfC','rLPArwG','ihrVihzPzxCGCW','BfnNAw4','uxfoChu','icbNzxqGpgTLEq','uMvZzxqG','zMXmvhO','quL4wui','zM9yuvO','vvvoshK','BK9HqMm','BhnLkq','DwDjA2C','mhWXnNW5FdeYFa','B25Tzw50CW','DgG6icaGica','m3WXFdb8nhWY','mtD8m3WYmhWYnG','zNnNze0','DcbJB25MAwD1CG','D011whe','vw5RBM93BIbJBW','C2vYDMvYx3bVCG','yvbdAwq','BMD5Dxi','DK12wKS','vufqD08','EeL6ELy','r25HAvm','ysbSAxn0ig9Mia','revSAgu','yuLPA2i','B1L1zgC','s2v5ici','A2v5CW','t2LTuxa','EhvXEgi','vKzMDMK','u2v0DxaGy29UzG','BNvTyMvY','ifjLBw92zsbHia','rurZtLy','CMvHzezPBgu','uuf4seS','CL9Zzxr1Cf9Wyq','uMvTB3zLzca','zYbZzxqGzgvMyq','BY9JB2rLCI1Zzq','AgzQAhO','u1nmignLCNrPzG','rvLQCgG','ANnVBJOG','mJruB2vHD2y','DhXNzxr8CMvTBW','C3nSx2nHx3bHDa','icbJB2rLCL9Zzq','BwzeDeq','DKvSzMG','DwfODfq','AwnHDguGzMLSzq','DcaOmZaWmcK','Cc5QC29UktO','BgjJuKe','sfzRy24','zxGP','vxnHz2u6ignVza','uhLPtfO','idXRzxK+','tgLTBw4','tg9JyxrPB246ia','CfniqMu','yLvIywe','rgfuEw8','ywvPBui','AgfZ','C2v0','ugfvChy','y0vwv0q','x3bHDgGGicaGia','C0DgDNK','wKrQCMW','rMLYC3qGy29UzG','sK1SDK8','Dhj1C3rFChjVEa','u1bzzMS','EwHzt0G','z2rUyKe','y29KzxjFC2v0Dq','DwX0x2fNzw50ia','icbZC2HFAg9ZDa','mtqXmZK0mfLyCK9AvG','BMfTzq','DerAsKK','u09ruve','ru5pru5u','t1bcBfG','igTLExmGkhn0BW','B0LMuxq','BKLVzwu','DhvW','zMzLy3qU','Cf9WyxrOihbVAq'];_0xca86=function(){return _0x83932b;};return _0xca86();}async function showConfig(){const _0x29a0eb={_0x4d9013:0x85,_0x26ac78:0x420,_0x47c0db:0x11e,_0x3aebf4:0x99,_0x35c65a:0x36c,_0x2de88f:0x386,_0x3be5d2:0x6e,_0x35b46d:0x9c,_0x473412:0x60,_0x1eb6d8:0x2ec,_0x566287:0x3a3,_0x26db8b:0x35d,_0x49b1c5:0x374,_0x66f1ae:0x324,_0x3a7c5b:0x3ca,_0x3c5161:0x2d5,_0x5e25b4:0x398,_0x4aa582:0x2ec,_0x5e6ab7:0x238,_0x5213e3:0xce,_0x46329f:0x34e,_0x13b82f:0x2e9,_0x582d28:0x27f,_0xb46cd9:0x30d,_0x1114f2:0x3f2,_0xa9da3d:0xb7,_0x139d27:0x65,_0x31424a:0x3a,_0x32f4ba:0x8,_0x24c047:0x1b,_0x2b5e64:0x2f8,_0x1434c1:0x36f,_0x39dffa:0x306,_0xd2150e:0xa9,_0x11a997:0x21,_0x572f2a:0x78,_0x357bba:0x48,_0x51977a:0x3e9,_0x3b185f:0x39f,_0x3bd8d5:0x406,_0x5cf56d:0xe9,_0x494439:0xbe,_0x38835c:0x107,_0x555d3b:0x98,_0x4b7dd2:0x8a,_0x2f3d89:0x4e,_0x5df441:0x4d,_0x43ef35:0x1d,_0x1bb183:0x25c,_0x1003bf:0x2b8,_0x10937a:0x2bf,_0x5b2411:0x338,_0x9ec647:0x3b0,_0x2958c6:0x24d,_0x2a4a59:0x293,_0x4936ec:0x2c9,_0x198ffa:0x293,_0x4cbf87:0x231,_0x21e09b:0x35f,_0x26d6d3:0x3ee,_0x80635f:0x3fb,_0x167e42:0x3a5,_0x484536:0x31b,_0x4617fc:0x366,_0x47e05d:0x3ac,_0x3777d5:0x39e,_0x5d1745:0x270,_0x29b898:0x208,_0x1eacfd:0x2aa,_0x56da08:0x356,_0x88a06b:0x2b5,_0x513e18:0x3ba,_0x2f2431:0x36d,_0x401d2f:0x364,_0x54b84b:0x2a3,_0x1aa2eb:0x32b,_0xe908ef:0x31,_0x272313:0x82,_0x17ca81:0x26a,_0x5e8d4b:0x2ca,_0x43d1a6:0x323,_0x33fac6:0x23e,_0x26bb34:0x290,_0x1df5d0:0x38d,_0x2774c8:0x33a,_0x15e08c:0x39e,_0x2d3ffb:0x54,_0x391e09:0x19,_0x3e8e70:0x1a,_0x12c6e1:0xc1,_0x129d94:0x1a,_0x546c13:0x4e,_0x5cf723:0x25,_0x11c04d:0x6,_0x434ca1:0x7a,_0x592bf3:0x348,_0x4dffef:0x319,_0x17b98a:0x28,_0x26a3f4:0x4c,_0x11acd0:0xa8,_0x5dea57:0x1e7,_0x2b845f:0x2bd,_0x524ac:0xa4,_0xd2ec5e:0x1d,_0x57a497:0x357,_0x2c6d32:0x2b9,_0x389b54:0x30b,_0x33d3e0:0x21,_0x523476:0x39d,_0x151ea9:0x41e,_0x514da2:0x3a1,_0x54341c:0x3b1,_0x4fa688:0x258,_0x737ef4:0x4a,_0x2b4101:0x44,_0x4f438e:0x352,_0x3e0087:0x329,_0x1feea0:0x6e,_0x4e62e:0x2c,_0x2f8115:0x9e,_0x471009:0x2f,_0x81a933:0x31f,_0x337410:0x32a,_0x541bf5:0x320,_0x1b9a8d:0x3f7,_0x71cb06:0x39e,_0x2441c5:0x43,_0x35928b:0x4c,_0x1e2764:0x4,_0xd47d45:0xf,_0x46fc39:0x42,_0x3d9cea:0x1,_0x4c6d43:0x29,_0xf27baf:0x3a2,_0x3a23d2:0x39e,_0x1506e9:0x18,_0x6ded50:0x112,_0x1b27e1:0x11,_0x1b38c9:0x2a5,_0x5c45fb:0x339,_0x3b94b2:0x347,_0x5f27b4:0x348,_0x23f6cd:0x2cd,_0x1d53df:0x373,_0x30f07e:0x88,_0x32dae7:0x39,_0x2f05a9:0x4e,_0x3302b4:0x28e,_0x474a04:0x2c0,_0x1447b9:0x349,_0x3c3242:0x27,_0x4a7da5:0x58,_0x4b4746:0x2de,_0x31d181:0x429,_0x156953:0x419,_0x2f5dc3:0x39e,_0x516890:0x59,_0x3e6f0a:0x340,_0x1faca7:0x2a6,_0x15b151:0x29f,_0xeefff8:0x295,_0x39ffc4:0x33d,_0x1146cc:0x369,_0x2f7eec:0x56,_0x4a2763:0xd,_0x29c1b4:0x1d,_0x54ee75:0x40d,_0xe29f79:0x347},_0x5418a6={_0x4dfa41:0x26d},_0x28cc95={_0x1709f1:0x14d},_0x6abb81={'sGFvy':_0xfee8d1(-_0x29a0eb._0x4d9013,-0x18f,-0xde,-0xf9)+_0x1c828f(0x37f,0x3f3,0x3b7,_0x29a0eb._0x26ac78)+_0xfee8d1(-_0x29a0eb._0x47c0db,-0x4c,-_0x29a0eb._0x3aebf4,-0xda)+'ed','isgMu':_0x1c828f(_0x29a0eb._0x35c65a,_0x29a0eb._0x2de88f,0x36d,0x394)+_0xfee8d1(-_0x29a0eb._0x3be5d2,-_0x29a0eb._0x35b46d,-_0x29a0eb._0x473412,-0x23)+'\x20to\x20view\x20s'+_0x1c828f(_0x29a0eb._0x1eb6d8,_0x29a0eb._0x566287,0x33d,0x2c8)+'configurat'+_0x1c828f(0x2eb,_0x29a0eb._0x26db8b,_0x29a0eb._0x49b1c5,0x3ae),'MQDbP':_0x1c828f(0x364,_0x29a0eb._0x66f1ae,0x39a,_0x29a0eb._0x3a7c5b)+_0x1c828f(_0x29a0eb._0x3c5161,_0x29a0eb._0x5e25b4,0x316,_0x29a0eb._0x4aa582)+_0x1c828f(0x303,_0x29a0eb._0x5e6ab7,0x285,0x2b6),'EWRtW':function(_0x168fbd){return _0x168fbd();},'HiuVQ':function(_0x2e457a){return _0x2e457a();},'QuzHz':function(_0x1550b3,_0x469733){return _0x1550b3||_0x469733;},'PcUOw':_0xfee8d1(-0x8d,-0x9d,-0x6a,-0x1b),'pCRQS':function(_0x1a14cb,_0x2002ee){return _0x1a14cb||_0x2002ee;},'bDVKb':function(_0x237f2d,_0x477996){return _0x237f2d!==_0x477996;},'wYFkq':function(_0x221d1c){return _0x221d1c();},'VFfvi':'===\x20Setup\x20'+'Configurat'+'ion\x20===','DIhDY':_0xfee8d1(-0xb,0xe,-_0x29a0eb._0x5213e3,-0x78),'JdHIX':function(_0x1acb3b,_0x2ed83f){return _0x1acb3b===_0x2ed83f;},'EZMvF':'QqSxu','ZeyvH':_0x1c828f(0x3b6,0x2ac,_0x29a0eb._0x46329f,_0x29a0eb._0x13b82f),'RskRc':_0x1c828f(_0x29a0eb._0x582d28,0x28e,0x2f2,_0x29a0eb._0xb46cd9),'zdoSM':_0x1c828f(_0x29a0eb._0x1114f2,0x2fd,0x378,0x2e7)+_0xfee8d1(-_0x29a0eb._0xa9da3d,-0x49,_0x29a0eb._0x139d27,-_0x29a0eb._0x31424a)+'d)','sJXVa':function(_0x13763d,_0x1ed00c){return _0x13763d===_0x1ed00c;},'SPYfk':'DzeCp','wXezn':_0xfee8d1(-0x92,-_0x29a0eb._0x32f4ba,-_0x29a0eb._0x24c047,-0xe)+_0x1c828f(0x2cd,_0x29a0eb._0x2b5e64,_0x29a0eb._0x1434c1,_0x29a0eb._0x39dffa)+_0xfee8d1(-_0x29a0eb._0xd2150e,_0x29a0eb._0x11a997,-_0x29a0eb._0x572f2a,-_0x29a0eb._0x357bba)+'r_setup_pa'+_0x1c828f(0x38a,_0x29a0eb._0x51977a,_0x29a0eb._0x3b185f,_0x29a0eb._0x3bd8d5)+_0xfee8d1(-_0x29a0eb._0x5cf56d,-0x6c,-_0x29a0eb._0x4d9013,-_0x29a0eb._0x494439)+_0xfee8d1(-_0x29a0eb._0x38835c,-_0x29a0eb._0x555d3b,0xc,-_0x29a0eb._0x4b7dd2)};function _0x1c828f(_0x27261b,_0x4c1f65,_0xa90ece,_0x1fb681){return _0x62f0fe(_0x27261b,_0xa90ece-0x31b,_0xa90ece-_0x28cc95._0x1709f1,_0x1fb681-0xb3);}console[_0x1c828f(0x3ab,0x3d3,0x39e,0x3c4)](_0x6abb81['MQDbP']),console[_0xfee8d1(0x6e,-_0x29a0eb._0x2f3d89,-_0x29a0eb._0x5df441,_0x29a0eb._0x43ef35)]('');function _0xfee8d1(_0x43f853,_0x471b1d,_0x2e2a4f,_0x13c7a4){return _0x4204eb(_0x43f853-0xfc,_0x471b1d,_0x2e2a4f-0x157,_0x13c7a4- -_0x5418a6._0x4dfa41);}const _0x1a4987=await _0x6abb81[_0x1c828f(_0x29a0eb._0x1bb183,0x2de,0x293,_0x29a0eb._0x1003bf)](getCoderSetupPath),_0x261475=await _0x6abb81[_0x1c828f(0x2f1,_0x29a0eb._0x10937a,_0x29a0eb._0x5b2411,_0x29a0eb._0x9ec647)](getServerPort),_0x1cba1b=await _0x6abb81[_0x1c828f(0x2a6,_0x29a0eb._0x2958c6,_0x29a0eb._0x2a4a59,0x32a)](getSslCertPath),_0x90a8c=await getSslKeyPath(),_0x44f7bf=await _0x6abb81[_0x1c828f(0x1f4,_0x29a0eb._0x4936ec,_0x29a0eb._0x198ffa,_0x29a0eb._0x4cbf87)](getSslCaPath),_0x3c89e5=await _0x6abb81['HiuVQ'](getTrustProxy);console[_0x1c828f(_0x29a0eb._0x21e09b,_0x29a0eb._0x26d6d3,0x39e,0x429)]('coder_setu'+'p_path:\x20'+_0x6abb81[_0x1c828f(_0x29a0eb._0x80635f,0x40c,_0x29a0eb._0x167e42,0x34f)](_0x1a4987,_0x1c828f(_0x29a0eb._0x484536,0x302,_0x29a0eb._0x4617fc,_0x29a0eb._0x47e05d))),console[_0x1c828f(_0x29a0eb._0x5b2411,_0x29a0eb._0x167e42,_0x29a0eb._0x3777d5,0x370)](_0x1c828f(_0x29a0eb._0x5d1745,_0x29a0eb._0x29b898,_0x29a0eb._0x1eacfd,0x296)+'t:\x20\x20\x20\x20\x20\x20'+_0x261475),console['log'](_0x1c828f(_0x29a0eb._0x56da08,0x410,0x37d,0x370)+_0x1c828f(_0x29a0eb._0x88a06b,_0x29a0eb._0x513e18,0x334,0x32f)+(_0x1cba1b||_0x6abb81['PcUOw'])),console['log'](_0x1c828f(0x36c,_0x29a0eb._0x2f2431,0x39c,_0x29a0eb._0x401d2f)+_0x1c828f(0x268,_0x29a0eb._0x5d1745,_0x29a0eb._0x54b84b,_0x29a0eb._0x1aa2eb)+(_0x90a8c||'(not\x20set)')),console[_0xfee8d1(-0x29,-_0x29a0eb._0xe908ef,_0x29a0eb._0x272313,0x1d)](_0x1c828f(_0x29a0eb._0x17ca81,0x244,_0x29a0eb._0x5e8d4b,_0x29a0eb._0x43d1a6)+_0x1c828f(0x2ed,_0x29a0eb._0x33fac6,_0x29a0eb._0x26bb34,0x31c)+_0x6abb81[_0x1c828f(_0x29a0eb._0x1df5d0,0x335,0x317,0x2ac)](_0x44f7bf,_0x6abb81['PcUOw'])),console[_0x1c828f(_0x29a0eb._0x2774c8,0x396,_0x29a0eb._0x15e08c,0x364)](_0xfee8d1(-_0x29a0eb._0x2d3ffb,-0x33,-_0x29a0eb._0x391e09,-0x9a)+_0xfee8d1(0xb5,-_0x29a0eb._0x3e8e70,_0x29a0eb._0x12c6e1,0x29)+(_0x6abb81[_0xfee8d1(0x93,-0x79,-_0x29a0eb._0x129d94,-0x10)](_0x3c89e5,null)?_0x3c89e5:_0xfee8d1(-_0x29a0eb._0x546c13,0x54,_0x29a0eb._0x5cf723,-_0x29a0eb._0x24c047))),console[_0xfee8d1(-0x81,-_0x29a0eb._0x11c04d,-_0x29a0eb._0x434ca1,0x1d)](''),console[_0x1c828f(_0x29a0eb._0x592bf3,0x369,0x39e,_0x29a0eb._0x4dffef)](_0xfee8d1(-0xd9,-_0x29a0eb._0x17b98a,-_0x29a0eb._0x26a3f4,-_0x29a0eb._0x11acd0)+_0x6abb81[_0x1c828f(_0x29a0eb._0x5dea57,0x2f2,0x287,_0x29a0eb._0x2b845f)](getConfigPath)),console[_0xfee8d1(0x10,0x1,_0x29a0eb._0x524ac,_0x29a0eb._0xd2ec5e)]('');if(_0x1a4987){console['log'](_0x6abb81[_0x1c828f(0x2e3,_0x29a0eb._0x57a497,_0x29a0eb._0x2c6d32,_0x29a0eb._0x389b54)]),console[_0xfee8d1(0x43,0x9f,0x20,0x1d)]('');const _0x1c2d26=_0x7beee6[_0xfee8d1(-0x6f,-0x2d,-0x1b,-_0x29a0eb._0x33d3e0)](_0x1a4987,'setup.json');try{const _0x41628d=await _0x5d15aa['readFile'](_0x1c2d26,_0x6abb81[_0x1c828f(0x2fc,0x334,_0x29a0eb._0x523476,_0x29a0eb._0x151ea9)]),_0x5edb23=JSON['parse'](_0x41628d);console['log'](JSON[_0x1c828f(0x316,0x3d1,_0x29a0eb._0x514da2,0x3f7)](_0x5edb23,null,-0xb*-0x2c5+0x4*0x96b+-0x4421)),console[_0x1c828f(_0x29a0eb._0x43d1a6,0x35e,0x39e,_0x29a0eb._0x54341c)](''),console['log'](_0x1c828f(_0x29a0eb._0x4fa688,0x26c,0x2d9,0x264)+_0x1c2d26);}catch(_0x519feb){_0x6abb81['JdHIX'](_0x6abb81[_0xfee8d1(-_0x29a0eb._0x737ef4,_0x29a0eb._0x391e09,0xcc,_0x29a0eb._0x2b4101)],_0x6abb81[_0x1c828f(0x325,_0x29a0eb._0x4f438e,0x36a,_0x29a0eb._0x3e0087)])?(_0x58a4ac[_0xfee8d1(-_0x29a0eb._0x11acd0,_0x29a0eb._0x1feea0,-0x84,-_0x29a0eb._0x4e62e)](_0x6abb81[_0xfee8d1(-0x12c,0x1,-0x6a,-_0x29a0eb._0x2f8115)]),_0x402fb8[_0xfee8d1(0x11,-0x35,0x3,-_0x29a0eb._0x471009)](0x1e21+-0x1557*-0x1+-0x3377)):_0x6abb81['JdHIX'](_0x519feb['code'],_0x6abb81[_0x1c828f(_0x29a0eb._0x81a933,0x33d,_0x29a0eb._0x337410,_0x29a0eb._0x541bf5)])?(console[_0x1c828f(0x391,_0x29a0eb._0x1b9a8d,_0x29a0eb._0x71cb06,0x31d)](_0x6abb81[_0xfee8d1(0x4e,_0x29a0eb._0x2441c5,-_0x29a0eb._0x35928b,_0x29a0eb._0x1e2764)]),console[_0xfee8d1(-_0x29a0eb._0xd47d45,-0x48,0x7d,0x1d)](''),console['log'](_0xfee8d1(-_0x29a0eb._0x46fc39,_0x29a0eb._0x3d9cea,-0x41,-_0x29a0eb._0x4c6d43)+_0xfee8d1(-0xe,-0xc5,-0x48,-0x70)+_0x1c2d26)):_0x6abb81['sJXVa'](_0x6abb81[_0x1c828f(0x33b,0x2b9,0x2e8,0x295)],_0x6abb81['SPYfk'])?console[_0x1c828f(_0x29a0eb._0x35c65a,_0x29a0eb._0xf27baf,_0x29a0eb._0x3a23d2,0x33d)]('Error\x20read'+_0xfee8d1(_0x29a0eb._0x1506e9,-_0x29a0eb._0x6ded50,_0x29a0eb._0x1b27e1,-0x6d)+_0x1c828f(_0x29a0eb._0x1b38c9,_0x29a0eb._0x5c45fb,0x2c7,_0x29a0eb._0x3b94b2)+_0x519feb[_0x1c828f(_0x29a0eb._0x5f27b4,0x37b,0x306,_0x29a0eb._0x23f6cd)]):(_0x1e5811[_0x1c828f(0x321,_0x29a0eb._0x1d53df,_0x29a0eb._0x3a23d2,0x410)](_0x6abb81['isgMu']),_0x1fb7f4[_0xfee8d1(-0x4f,_0x29a0eb._0x30f07e,0xad,0x1d)](_0xfee8d1(_0x29a0eb._0x32dae7,-_0x29a0eb._0x2f05a9,-0x91,-0xe)+'rver\x20confi'+'g\x20set\x20code'+_0x1c828f(_0x29a0eb._0x3302b4,0x358,_0x29a0eb._0x474a04,_0x29a0eb._0x1447b9)+_0xfee8d1(-_0x29a0eb._0x3c3242,0x8a,-_0x29a0eb._0x4a7da5,0x1e)+_0x1c828f(0x334,0x27e,0x2c3,_0x29a0eb._0x4b4746)+'tup'));}}else console[_0x1c828f(_0x29a0eb._0x31d181,_0x29a0eb._0x156953,_0x29a0eb._0x2f5dc3,0x3df)](_0xfee8d1(-0xa,-_0x29a0eb._0x516890,0x14,-0x14)+_0x1c828f(0x34c,0x3f1,0x35e,_0x29a0eb._0x3e6f0a)+_0x1c828f(_0x29a0eb._0x1faca7,_0x29a0eb._0x15b151,_0x29a0eb._0xeefff8,0x30a)+_0x1c828f(0x368,0x319,_0x29a0eb._0x39ffc4,_0x29a0eb._0x1146cc)+'configurat'+_0xfee8d1(0x87,0x53,-_0x29a0eb._0x2f7eec,-_0x29a0eb._0x4a2763)),console[_0xfee8d1(-0x7a,0x58,-0x17,_0x29a0eb._0x29c1b4)](_0x6abb81[_0x1c828f(0x43c,_0x29a0eb._0x54ee75,0x3c3,_0x29a0eb._0xe29f79)]);}