@profoundlogic/coderflow-server 0.4.1 → 0.4.2

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 (148) hide show
  1. package/dist/base-image/Dockerfile +2 -1
  2. package/dist/base-image/entrypoint.sh +11 -1
  3. package/dist/base-image/rewind-files.sh +197 -0
  4. package/dist/base-image/sync-repos.sh +53 -3
  5. package/dist/coder-server.js +1 -1
  6. package/dist/config.js +1 -1
  7. package/dist/lib/agent-keepalive.js +1 -1
  8. package/dist/lib/agent-models.js +1 -1
  9. package/dist/lib/api-keys.js +1 -1
  10. package/dist/lib/apiKeys.js +1 -1
  11. package/dist/lib/app-server-ports.js +1 -1
  12. package/dist/lib/auto-judge.js +1 -1
  13. package/dist/lib/basic-auth.js +1 -1
  14. package/dist/lib/build-history.js +1 -1
  15. package/dist/lib/build-output-service.js +1 -1
  16. package/dist/lib/build-scheduler.js +1 -1
  17. package/dist/lib/build-service.js +1 -1
  18. package/dist/lib/ca-certificates.js +1 -1
  19. package/dist/lib/claude-oauth-refresh.js +1 -1
  20. package/dist/lib/cli/build.js +1 -1
  21. package/dist/lib/cli/config-command.js +1 -1
  22. package/dist/lib/cli/config.js +1 -1
  23. package/dist/lib/cli/create-user.js +1 -1
  24. package/dist/lib/cli/init.js +1 -1
  25. package/dist/lib/cli/jira.js +1 -1
  26. package/dist/lib/cli/license.js +1 -1
  27. package/dist/lib/cli/server-manager.js +1 -1
  28. package/dist/lib/config-migration.js +1 -1
  29. package/dist/lib/container-credential-sync.js +1 -1
  30. package/dist/lib/container-tokens.js +1 -1
  31. package/dist/lib/data-dir.js +1 -1
  32. package/dist/lib/deployment-history.js +1 -1
  33. package/dist/lib/deployment-service.js +1 -1
  34. package/dist/lib/docker-utils.js +1 -1
  35. package/dist/lib/email.js +1 -1
  36. package/dist/lib/emailTemplates.js +1 -1
  37. package/dist/lib/entitlement.js +1 -1
  38. package/dist/lib/fetch-utils.js +1 -1
  39. package/dist/lib/git-commit-details-route.js +1 -1
  40. package/dist/lib/git-history-diff-guardrails.js +1 -1
  41. package/dist/lib/git-provider-service.js +1 -1
  42. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  43. package/dist/lib/git-provider-setup/index.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  45. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  46. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  47. package/dist/lib/git-providers/github-app-provider.js +1 -1
  48. package/dist/lib/git-providers/index.js +1 -1
  49. package/dist/lib/git-providers/provider-factory.js +1 -1
  50. package/dist/lib/git-providers/provider-interface.js +1 -1
  51. package/dist/lib/github-urls.js +1 -1
  52. package/dist/lib/group-objective-linking.js +1 -1
  53. package/dist/lib/jira-client.js +1 -1
  54. package/dist/lib/judge-blinding.js +1 -1
  55. package/dist/lib/logger.js +1 -1
  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 -0
  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/pin-cascade.js +1 -1
  63. package/dist/lib/provider-accounts.js +1 -1
  64. package/dist/lib/provider-oauth.js +1 -1
  65. package/dist/lib/provider-profile.js +1 -1
  66. package/dist/lib/provider-token-refresh.js +1 -1
  67. package/dist/lib/request-url.js +1 -1
  68. package/dist/lib/rewind.js +1 -1
  69. package/dist/lib/roles.js +1 -1
  70. package/dist/lib/secrets.js +1 -1
  71. package/dist/lib/setup-repo-git-auth.js +1 -1
  72. package/dist/lib/state-capture.js +1 -1
  73. package/dist/lib/static-files.js +1 -1
  74. package/dist/lib/task-name-format.js +1 -1
  75. package/dist/lib/task-name-generator.js +1 -1
  76. package/dist/lib/user-git-oauth.js +1 -1
  77. package/dist/lib/user-git-tokens.js +1 -1
  78. package/dist/lib/users.js +1 -1
  79. package/dist/middleware/requireAuth.js +1 -1
  80. package/dist/middleware/requireInit.js +1 -1
  81. package/dist/middleware/requirePermission.js +1 -1
  82. package/dist/package.json +1 -1
  83. package/dist/routes/apiKeys.js +1 -1
  84. package/dist/routes/auth-oidc.js +1 -1
  85. package/dist/routes/auth.js +1 -1
  86. package/dist/routes/build.js +1 -1
  87. package/dist/routes/containers.js +1 -1
  88. package/dist/routes/deploy-task.js +1 -1
  89. package/dist/routes/environment-management.js +1 -1
  90. package/dist/routes/environments.js +1 -1
  91. package/dist/routes/external-skills.js +1 -1
  92. package/dist/routes/git-credentials.js +1 -1
  93. package/dist/routes/git-oauth.js +1 -1
  94. package/dist/routes/git-provider-setup.js +1 -1
  95. package/dist/routes/health.js +1 -1
  96. package/dist/routes/jira.js +1 -1
  97. package/dist/routes/objective-management.js +1 -1
  98. package/dist/routes/password.js +1 -1
  99. package/dist/routes/prompt.js +1 -1
  100. package/dist/routes/provider-auth.js +1 -1
  101. package/dist/routes/qa.js +1 -1
  102. package/dist/routes/settings.js +1 -1
  103. package/dist/routes/skill-management.js +1 -1
  104. package/dist/routes/skills.js +1 -1
  105. package/dist/routes/tasks.js +1 -1
  106. package/dist/routes/templates.js +1 -1
  107. package/dist/routes/test-task.js +1 -1
  108. package/dist/routes/test.js +1 -1
  109. package/dist/routes/users.js +1 -1
  110. package/dist/routes/visualizations.js +1 -1
  111. package/dist/scripts/create-user.js +1 -1
  112. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  113. package/dist/shipped-skills/objective-management/SKILL.md +83 -0
  114. package/dist/start.js +1 -1
  115. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  116. package/dist/web-ui/public/activity-feed.js +1 -1
  117. package/dist/web-ui/public/activity-formatters.js +1 -1
  118. package/dist/web-ui/public/agent-event-parser.js +1 -1
  119. package/dist/web-ui/public/app.js +1 -1
  120. package/dist/web-ui/public/approve-dialog.js +1 -1
  121. package/dist/web-ui/public/comments-widget.js +1 -1
  122. package/dist/web-ui/public/diff-utils.js +1 -1
  123. package/dist/web-ui/public/environments.js +1 -1
  124. package/dist/web-ui/public/feedback-widget.js +1 -1
  125. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  126. package/dist/web-ui/public/git-history.js +1 -1
  127. package/dist/web-ui/public/git-status.js +1 -1
  128. package/dist/web-ui/public/index.html +21 -0
  129. package/dist/web-ui/public/index.js +1 -1
  130. package/dist/web-ui/public/login.js +1 -1
  131. package/dist/web-ui/public/markdown-editor.js +1 -1
  132. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  133. package/dist/web-ui/public/modal-maximize.js +1 -1
  134. package/dist/web-ui/public/notifications.js +1 -1
  135. package/dist/web-ui/public/pr-dialog.js +1 -1
  136. package/dist/web-ui/public/server-health.js +1 -1
  137. package/dist/web-ui/public/settings.js +1 -1
  138. package/dist/web-ui/public/setup-password.js +1 -1
  139. package/dist/web-ui/public/skills.js +1 -1
  140. package/dist/web-ui/public/sse-client.js +1 -1
  141. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  142. package/dist/web-ui/public/styles.css +80 -0
  143. package/dist/web-ui/public/task.js +1 -1
  144. package/dist/web-ui/public/terminal.js +1 -1
  145. package/dist/web-ui/public/theme.js +1 -1
  146. package/dist/web-ui/public/users.js +1 -1
  147. package/dist/web-ui/public/variant-grouping.js +1 -1
  148. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x502131,_0x57e73d){const _0x40335e={_0x1a02c7:0x597,_0x5effd3:0x574,_0x3a0599:0x4e6,_0x3be48e:0x115,_0x304b9b:0x111,_0x27b76d:0x1c2,_0x2c2e4c:0x431,_0x156433:0x482,_0x59ad38:0x4f5,_0x2feaba:0x4cd,_0xd1fffd:0x12c,_0xfd8458:0x205,_0x5082b4:0x231,_0x2e6906:0x39a,_0x36aca0:0x332,_0x4aa0d3:0x49c,_0x225676:0x4f7,_0x359bbe:0x4d4,_0x3f5f0e:0x4cf,_0x5bbfce:0x1be,_0x3268d3:0x1ce,_0xaa7a1:0x1d5},_0x4fb54b={_0x73a77b:0x3a8};function _0x2f312c(_0x5f1f24,_0x14520d,_0x50d53f,_0x39465b){return _0x463f(_0x50d53f- -_0x4fb54b._0x73a77b,_0x14520d);}function _0x4f8907(_0x17e81e,_0x28ce05,_0x17eaab,_0x555a12){return _0x463f(_0x17eaab-0x2fa,_0x555a12);}const _0x14419b=_0x502131();while(!![]){try{const _0x587741=-parseInt(_0x4f8907(_0x40335e._0x1a02c7,_0x40335e._0x5effd3,0x53e,_0x40335e._0x3a0599))/(0xc79+-0x684*0x4+0xd98)*(parseInt(_0x2f312c(-_0x40335e._0x3be48e,-_0x40335e._0x304b9b,-_0x40335e._0x27b76d,-0x218))/(-0x1542+-0xd*0x6f+0x1ae7))+-parseInt(_0x4f8907(0x45a,_0x40335e._0x2c2e4c,0x4a0,_0x40335e._0x156433))/(0x7fd+-0x38*0x59+0xb7e*0x1)+parseInt(_0x4f8907(0x4ef,_0x40335e._0x59ad38,0x4db,_0x40335e._0x2feaba))/(0xefb+0x67*-0x5+-0xcf4)*(-parseInt(_0x2f312c(-_0x40335e._0xd1fffd,-_0x40335e._0xfd8458,-0x17f,-_0x40335e._0x5082b4))/(0xe6b*0x1+0x19*-0xc2+0x1*0x48c))+-parseInt(_0x4f8907(0x3b7,_0x40335e._0x2e6906,0x40a,0x454))/(0xe32+0x1d*-0x91+0x241)*(parseInt(_0x2f312c(-0x257,-_0x40335e._0x36aca0,-0x295,-0x2dd))/(0x14*0x5+0x93e+-0x99b*0x1))+-parseInt(_0x4f8907(0x522,_0x40335e._0x4aa0d3,0x4a9,0x4b2))/(-0xdc7+-0x1830+0x25ff)+-parseInt(_0x4f8907(0x51a,_0x40335e._0x225676,0x4cc,0x42c))/(-0x1462+0x2af*0x3+0x62f*0x2)+-parseInt(_0x4f8907(_0x40335e._0x359bbe,0x52d,_0x40335e._0x3f5f0e,0x51a))/(-0x21c8+0x9*-0x17b+-0x2f25*-0x1)*(-parseInt(_0x2f312c(-_0x40335e._0x5bbfce,-_0x40335e._0x3268d3,-0x18d,-_0x40335e._0xaa7a1))/(-0x1033+0x521+0x239*0x5));if(_0x587741===_0x57e73d)break;else _0x14419b['push'](_0x14419b['shift']());}catch(_0x1b91a2){_0x14419b['push'](_0x14419b['shift']());}}}(_0x3b5c,-0x1185fd+-0x5*-0xd06b+0x16bb13));import{promises as _0x179acc}from'fs';function _0x14ae10(_0x4afad3,_0x7d020e,_0x14d970,_0x2e9da3){const _0x51dbbd={_0x2257cb:0xd0};return _0x463f(_0x7d020e- -_0x51dbbd._0x2257cb,_0x4afad3);}import _0x45b978 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set(['coder_setu'+_0x3a167a(-0x1a4,-0x230,-0x292,-0x183),_0x14ae10(0x3e,0xdd,0x13c,0x50)+'t','ssl_cert_p'+_0x14ae10(0x6f,0x88,-0x27,0x86),_0x3a167a(-0xcf,-0x173,-0x125,-0x1fe)+'th',_0x14ae10(0x17e,0x183,0x1ae,0xdb)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set([_0x14ae10(0xbb,0x155,0x138,0x1cc),'default_ag'+_0x14ae10(0x40,0x45,0xf,0xa4),'task_stora'+'ge',_0x3a167a(-0xb3,-0x115,-0xe4,-0x1a9)]);export async function handleConfig(_0x59e897){const _0x56ad62={_0x366e0d:0x2f,_0x525adf:0x68,_0x304264:0x36,_0x1b9616:0xbb,_0x5c64e9:0x1b5,_0x29d820:0x163,_0x1a7f6a:0x25,_0x34bbcb:0xdc,_0x70eef5:0x122,_0x395f20:0x91,_0x157051:0x126,_0xfe197c:0xfe,_0x338f94:0x59,_0x45b8b8:0x192,_0x2a5187:0x1c7,_0x5b1371:0x157,_0x135116:0x9b,_0x43e882:0x10d,_0x1d5b10:0x1d9,_0xd0a882:0xb6,_0x12a155:0xa7,_0x1e84ff:0x23,_0x1d37f4:0x8d,_0x38444e:0x5a,_0x257662:0x4,_0x867565:0x56,_0x497f65:0x6e,_0xa4942b:0xf3,_0x5e6d7a:0x5e,_0x3400e1:0x108,_0x51c7b4:0xdd,_0x542670:0x1dc,_0x15b65b:0x16a,_0x3b330b:0x47,_0x78e62:0x4f,_0x3baba4:0x9c,_0x4c2fdc:0x1b3,_0x53fc09:0x143,_0x55e735:0x10a,_0x32ab74:0x42,_0x256461:0x195,_0xbc59f0:0xb9,_0x130072:0x9d,_0x227180:0xea,_0x440355:0xdc,_0x474fe9:0x64},_0x2eb111={_0x396ba8:0x1bd,_0x247b92:0x2fb,_0x3a4702:0x107},_0x237cc9={_0x34601e:0x14d,_0x3d7dcb:0xac,_0x2420dd:0x1b9};function _0x22a9ef(_0xb80e77,_0x17b1d5,_0x5d6814,_0x460e2a){return _0x14ae10(_0x460e2a,_0x17b1d5- -_0x237cc9._0x34601e,_0x5d6814-_0x237cc9._0x3d7dcb,_0x460e2a-_0x237cc9._0x2420dd);}const _0x1323fe={'wQyho':function(_0xa82ff6){return _0xa82ff6();},'OmIxM':_0x22a9ef(0xe7,_0x56ad62._0x366e0d,_0x56ad62._0x525adf,-_0x56ad62._0x304264),'ozjNh':function(_0x399b21,_0x144cc0,_0x58216d){return _0x399b21(_0x144cc0,_0x58216d);},'WaORZ':function(_0x161205,_0x2476cb){return _0x161205(_0x2476cb);},'NVYOb':'remove','TkQXS':_0x22a9ef(-0x60,-_0x56ad62._0x1b9616,-0x11,-0x29),'Uonor':function(_0x487ac4,_0x2eb112){return _0x487ac4(_0x2eb112);},'ZCFPk':_0x181576(0x105,0x1ed,_0x56ad62._0x5c64e9,0x185),'UwwKj':function(_0x6a7da0){return _0x6a7da0();}},_0x3d5d11=_0x59e897[0x16d9+-0x1*0x57a+-0x115f];!_0x3d5d11&&(_0x1323fe['wQyho'](showUsage),process[_0x181576(_0x56ad62._0x29d820,_0x56ad62._0x1a7f6a,_0x56ad62._0x34bbcb,_0x56ad62._0x70eef5)](0x1*-0x12a6+-0x1175+-0x120e*-0x2));function _0x181576(_0x5c93f0,_0x5650ec,_0x5addf5,_0x1e7aba){return _0x3a167a(_0x5c93f0-_0x2eb111._0x396ba8,_0x5addf5-_0x2eb111._0x247b92,_0x5addf5-_0x2eb111._0x3a4702,_0x5650ec);}try{switch(_0x3d5d11){case _0x1323fe['OmIxM']:await _0x1323fe[_0x181576(0x1d8,0x13d,0x1ca,0x24d)](setConfig,_0x59e897[0x22fd+0xf2d+-0x3229],_0x59e897[-0xb*0x1f1+-0x3*-0xa27+-0x246*0x4]);break;case _0x181576(_0x56ad62._0x395f20,0x11a,0xa1,_0x56ad62._0x157051):await _0x1323fe[_0x181576(0xbc,0xe6,_0x56ad62._0xfe197c,_0x56ad62._0x338f94)](getConfig,_0x59e897[0x2190+0x1840*-0x1+-0x94f]);break;case _0x1323fe[_0x181576(0x156,_0x56ad62._0x45b8b8,_0x56ad62._0x2a5187,_0x56ad62._0x5b1371)]:case _0x1323fe[_0x22a9ef(0x26,-0x1,_0x56ad62._0x135116,-0x36)]:await _0x1323fe[_0x181576(_0x56ad62._0x43e882,0xf5,0xfb,0xe8)](removeConfig,_0x59e897[0xe2f+-0x2c9*0x5+-0x41]);break;case _0x1323fe[_0x181576(0x14e,0x20f,0x1b0,_0x56ad62._0x1d5b10)]:await _0x1323fe['UwwKj'](showConfig);break;default:console[_0x181576(_0x56ad62._0xd0a882,0x118,_0x56ad62._0x12a155,0xa)](_0x22a9ef(0x5a,-_0x56ad62._0x1e84ff,_0x56ad62._0x1d37f4,-_0x56ad62._0x38444e)+_0x22a9ef(_0x56ad62._0x304264,-_0x56ad62._0x257662,_0x56ad62._0x867565,-0x18)+_0x3d5d11),console[_0x181576(_0x56ad62._0x338f94,_0x56ad62._0x497f65,_0x56ad62._0x12a155,_0x56ad62._0xa4942b)](_0x181576(_0x56ad62._0x5e6d7a,_0x56ad62._0x3400e1,_0x56ad62._0x51c7b4,0x22)+_0x181576(_0x56ad62._0x542670,_0x56ad62._0x15b65b,0x1eb,0x1e6)+_0x22a9ef(-_0x56ad62._0x3b330b,-_0x56ad62._0x78e62,-_0x56ad62._0x3baba4,-0x23)+_0x181576(0x259,0x221,_0x56ad62._0x4c2fdc,_0x56ad62._0x53fc09)+_0x181576(_0x56ad62._0x55e735,0x182,0xe9,0x110)),process[_0x181576(_0x56ad62._0x32ab74,_0x56ad62._0x256461,_0x56ad62._0x34bbcb,0x140)](-0x1d8d+-0x1*0x1e18+0xa*0x5f7);}}catch(_0x499adb){console[_0x181576(_0x56ad62._0xbc59f0,0x143,_0x56ad62._0x12a155,0x160)]('Error:\x20'+_0x499adb['message']),process[_0x181576(_0x56ad62._0x130072,_0x56ad62._0x227180,_0x56ad62._0x440355,_0x56ad62._0x474fe9)](-0x10f7*-0x2+-0x1909+-0x2*0x472);}}function showUsage(){const _0x3a9be8={_0x2d92b7:0x1d5,_0x22f2af:0x121,_0x3943b4:0x166,_0xb5c650:0x283,_0x382990:0x299,_0x21eaac:0x22e,_0x3678f3:0x1c8,_0x24964d:0x420,_0x3b24bc:0x45b,_0x502c38:0x4b9,_0x3a34ea:0x185,_0x26e9a3:0x497,_0x47534b:0x3a6,_0x4f354d:0x203,_0x24501a:0x192,_0xb0af3e:0x1b6,_0x49da85:0x3d3,_0x26743e:0x31f,_0x4bc781:0x126,_0x2a168d:0xfa,_0x3950c7:0xe0,_0x3871e4:0x45c,_0x378fee:0x1ef,_0xb60d54:0x230,_0x4f5985:0x13a,_0x2099fd:0x1df,_0x58a699:0x28d,_0x4d7fee:0x4bb,_0x337941:0x4c6,_0x70463f:0x43f,_0x4f7bc9:0x245,_0x26316b:0x232,_0x144d07:0x23e,_0x5dc102:0x287,_0x52e721:0x199,_0x38d6f6:0x20a,_0x1cee3d:0x402,_0xc0924e:0x545,_0x349673:0x44f,_0xf32c0b:0x45d,_0x59369f:0x41c,_0x5622cc:0x3f7,_0xc99c1f:0x419,_0x3172a3:0x468,_0x1ccfdd:0x503,_0x514f89:0x45f,_0x21bce8:0x3f8,_0x405a7:0x341,_0x215e5e:0x3cd,_0x5dbaed:0x3ce,_0x426093:0x371,_0x42fcc9:0x179,_0x189811:0x120,_0x27f96d:0x119,_0x5738c6:0x188,_0x21d0b8:0x438,_0x26e241:0x457,_0x27aa81:0x3f6,_0xe4c475:0x4ad,_0x3fe2d0:0x26a,_0x567ffd:0x1ab,_0x8edc6b:0xe8,_0x26f9a1:0x11f,_0x445194:0x17c,_0x793311:0x17d,_0x16a885:0x56c,_0xe4b9ce:0x370,_0x97516c:0x34b,_0x3065b7:0x1aa,_0x11975b:0xe9,_0x317393:0x100,_0xbb9c44:0x4f0,_0x41ac53:0x43e,_0x254af4:0x167,_0x114df8:0x242,_0x21acea:0xee,_0x42100a:0x491,_0x169af3:0x53d,_0x1a0909:0x481,_0x57399d:0x438,_0x1a6b50:0x4c3,_0x13585e:0x395,_0x53ca2a:0x4dc,_0x26d53b:0x465,_0x396518:0x3f6,_0x26a84d:0x40c,_0x3b276a:0x344,_0x577af4:0x22c,_0x58b0b5:0x138,_0x3c9411:0x1fd,_0x2a3ed5:0x449,_0x2bd083:0x499,_0x6fe0c:0x554,_0x59ade2:0x499,_0x305f4a:0x476,_0x5a9243:0x412,_0x2d5c27:0x3b0,_0x463890:0x382,_0x56f397:0x363,_0x2b4813:0x3db,_0x154882:0x48a,_0x3b6e3c:0xef,_0x1207cc:0x75,_0x356880:0x44d,_0x5c77de:0x496,_0x2f8b43:0x4a0,_0x474592:0x516,_0x230eb8:0x349,_0x11f3a0:0x3da,_0x4408fd:0x485,_0x4d8330:0x3c3,_0x4d3864:0x49c,_0x16acc6:0x384,_0xdf772:0x361,_0x183857:0x1a7,_0x3578f5:0x20c,_0x36bcac:0x2dd,_0x4b6427:0x1e0,_0x5d657e:0x1fa,_0x39f18c:0x4e8,_0xb09a82:0x324,_0x46dd0d:0x2c2,_0x2cfdcb:0x46f,_0x4b9527:0x4d9,_0x50dc38:0x466,_0x506c33:0x3d9,_0x40de16:0x3f9,_0x57aa7b:0x458,_0x4e8e9b:0x6d,_0x2f335b:0x122,_0x3bef99:0x82,_0x323278:0x113,_0x3ab3c3:0x4b1,_0x1db3cb:0x4fe,_0x4d7e4f:0x4ac,_0x11a71d:0x44b,_0x49cc07:0x14e,_0x3f7a7c:0x14c,_0x18e050:0x3c1,_0x3b74ae:0x41b,_0x3e2ef0:0xeb,_0x284179:0x183,_0x57499e:0x20b,_0x5111cd:0x48e,_0x44ac30:0x2ef,_0x2b2858:0x2e5,_0x3e4e99:0x233,_0x37cb63:0x279,_0x36cab0:0x180,_0xe8ae1f:0x120,_0x32a529:0x155,_0x3d093b:0x2fe,_0x1dc570:0x419,_0x5698f0:0x399,_0x5ddf56:0x15d,_0x13f5c4:0x1fa,_0x4c5919:0x385,_0x531415:0x3ef,_0x1ed4d5:0x467,_0x1a57b5:0x143,_0x3c2a7a:0x165,_0x3d5199:0x3bb,_0xefc617:0x35e,_0x28a8ee:0x1b0,_0x261c10:0x21d,_0x44906a:0x245,_0x5553b8:0x162,_0x41ef46:0x9f,_0x316f38:0xf7,_0x47e7d0:0x12b,_0x365413:0xdf,_0x2ee947:0x512,_0x1291c4:0x474,_0x50379b:0x44f,_0x2347d0:0x439,_0x4f362a:0x37d,_0x4592c2:0x395,_0x1d2188:0x35a,_0x22f2c0:0x484,_0x34bfdf:0x334,_0x4338a3:0x250,_0x1e5072:0x1a0,_0x1c49cc:0xd4,_0x2e0ffb:0x255,_0x320290:0x271,_0x3f0fe1:0x36b,_0x336b79:0x3f7,_0x2ffc07:0x4a6,_0x20ee9e:0x407,_0x117171:0x1c4,_0x435980:0x2ae,_0x8ef3ea:0x251,_0x9feaaa:0x236,_0x1bfec9:0x195,_0x1c7f98:0xd8,_0x4cffdc:0x35b,_0x42e84d:0x3cc,_0x58212a:0x447,_0x2204f5:0x3b4,_0xeeab68:0x44e,_0x4e1ca:0x1a5,_0x508126:0x37d,_0x393e1f:0x34a,_0x336184:0x3c4,_0x284dd9:0x380,_0x33c924:0x396,_0x5a6467:0x3a5,_0x11dda6:0x2a7,_0x150709:0x286,_0x74116d:0x25f,_0x17cccf:0x2d6,_0x552c1e:0x2cb,_0xb1dd38:0x235,_0x425a40:0x250,_0x342475:0x1d6,_0x331935:0x196,_0x1eeee6:0x124,_0x3d48eb:0x43d,_0x1f8de7:0x3fe,_0x27d879:0x9e,_0x892336:0x101,_0x5018f0:0x146,_0x54687d:0x1f1,_0x60ff89:0x1e6,_0x57627d:0xc0,_0x2fb06e:0x1fb,_0x598d49:0x37d,_0x5c8914:0x402,_0x476848:0x404,_0x59f58f:0x53c,_0x1bd1d0:0x35e,_0x2fa64c:0x269,_0x58d4ba:0x23a,_0x8247b4:0x304,_0x412058:0x445,_0x38dcfb:0x21f,_0x4016f3:0x21a,_0x83b167:0x1ea,_0x635cfa:0x453,_0x3297d7:0x37d,_0xfa960e:0x308,_0x3e84a3:0x31f,_0x17c309:0x390,_0x1a711a:0x317,_0x27795f:0x217,_0x14a769:0x276,_0x441b5d:0x1f7,_0x6f93c5:0x1cf,_0x970977:0x13e,_0xac1507:0x44f,_0x2fd3b9:0x3f0,_0x318b8e:0x392,_0x1df645:0x3bb,_0x31c33e:0x359,_0x11b70e:0x31c,_0x5859c0:0x3d3,_0x196116:0x475,_0x18de64:0x2f9,_0x20ffea:0x4b9,_0x467809:0x34f,_0x4e2b0a:0x1ae,_0x492f79:0x2f9,_0x190544:0x1cc,_0x50f439:0x1bf,_0x2e833e:0x37d,_0x3e3340:0x33d,_0x26e9c6:0x37d,_0x3c6371:0x440,_0x10c4b2:0x3fd,_0x131b54:0x373},_0x56b514={_0x277f61:0x343,_0x1b23ba:0x1f4},_0x409184={_0x29484a:0xa4,_0x3eb03a:0x12d};function _0x13eb91(_0x1abf97,_0x54855c,_0xd47c65,_0x22b71c){return _0x14ae10(_0x22b71c,_0xd47c65- -0x28a,_0xd47c65-_0x409184._0x29484a,_0x22b71c-_0x409184._0x3eb03a);}const _0x4360f2={};_0x4360f2['RoIas']=_0x13eb91(-_0x3a9be8._0x2d92b7,-0xd7,-0x13d,-_0x3a9be8._0x22f2af)+_0x13eb91(-_0x3a9be8._0x3943b4,-0x21c,-0x206,-_0x3a9be8._0xb5c650)+_0x13eb91(-_0x3a9be8._0x382990,-_0x3a9be8._0x21eaac,-0x1e1,-_0x3a9be8._0x3678f3)+'|4|24|2|18'+_0x433e8d(0x337,0x36d,_0x3a9be8._0x24964d,0x339)+_0x433e8d(0x487,_0x3a9be8._0x3b24bc,0x413,_0x3a9be8._0x502c38)+_0x13eb91(-_0x3a9be8._0x3a34ea,-0x24e,-0x1b2,-0x1a3),_0x4360f2[_0x433e8d(0x432,0x406,_0x3a9be8._0x26e9a3,_0x3a9be8._0x47534b)]=_0x13eb91(-_0x3a9be8._0x4f354d,-_0x3a9be8._0x24501a,-_0x3a9be8._0xb0af3e,-0x13e)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x433e8d(0x416,_0x3a9be8._0x49da85,_0x3a9be8._0x26743e,0x479)+_0x13eb91(-0x57,-_0x3a9be8._0x4bc781,-_0x3a9be8._0x2a168d,-_0x3a9be8._0x3950c7)+_0x433e8d(0x3dc,_0x3a9be8._0x3871e4,0x44f,0x48c),_0x4360f2[_0x13eb91(-0x284,-0x1e0,-_0x3a9be8._0x378fee,-_0x3a9be8._0xb60d54)]='\x20\x20trust_pr'+_0x13eb91(-0x242,-_0x3a9be8._0x4f5985,-_0x3a9be8._0x2099fd,-_0x3a9be8._0x58a699)+_0x433e8d(0x553,_0x3a9be8._0x4d7fee,_0x3a9be8._0x337941,_0x3a9be8._0x70463f)+_0x13eb91(-_0x3a9be8._0x4f7bc9,-0x2ca,-_0x3a9be8._0x26316b,-0x1aa)+_0x13eb91(-0x280,-_0x3a9be8._0x144d07,-0x231,-_0x3a9be8._0x5dc102)+_0x13eb91(-0x190,-_0x3a9be8._0x52e721,-_0x3a9be8._0x38d6f6,-0x1e5),_0x4360f2['hldmP']=_0x433e8d(0x35b,0x367,_0x3a9be8._0x1cee3d,0x3eb)+_0x433e8d(0x425,0x4a8,0x471,_0x3a9be8._0xc0924e)+'\x20Set\x20a\x20con'+_0x433e8d(_0x3a9be8._0x349673,_0x3a9be8._0xf32c0b,_0x3a9be8._0x59369f,_0x3a9be8._0x5622cc)+_0x433e8d(_0x3a9be8._0xc99c1f,_0x3a9be8._0x3172a3,_0x3a9be8._0x1ccfdd,_0x3a9be8._0x514f89),_0x4360f2['dojfl']='\x20\x20ssl_key_'+_0x433e8d(0x3be,_0x3a9be8._0x21bce8,_0x3a9be8._0x405a7,0x362)+'\x20\x20Path\x20to\x20'+_0x433e8d(_0x3a9be8._0x215e5e,0x418,_0x3a9be8._0x5dbaed,_0x3a9be8._0x426093)+_0x13eb91(-0x167,-0x29f,-0x1ed,-_0x3a9be8._0x42fcc9),_0x4360f2['DjJnq']=_0x13eb91(-_0x3a9be8._0x189811,-0x140,-_0x3a9be8._0x27f96d,-_0x3a9be8._0x5738c6)+_0x433e8d(_0x3a9be8._0x21d0b8,0x485,0x441,_0x3a9be8._0x26e241)+'\x20\x20Path\x20to\x20'+_0x433e8d(_0x3a9be8._0x27aa81,_0x3a9be8._0xe4c475,0x3fa,0x52d)+_0x13eb91(-_0x3a9be8._0x3fe2d0,-_0x3a9be8._0x567ffd,-0x1c8,-0x1ac),_0x4360f2[_0x13eb91(-_0x3a9be8._0x8edc6b,-_0x3a9be8._0x26f9a1,-_0x3a9be8._0x445194,-_0x3a9be8._0x793311)]=_0x433e8d(0x53a,0x4cb,_0x3a9be8._0x16a885,0x551)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x433e8d(0x3bc,_0x3a9be8._0xe4b9ce,_0x3a9be8._0x97516c,0x3c2)+'me',_0x4360f2[_0x13eb91(-_0x3a9be8._0x3065b7,-_0x3a9be8._0x11975b,-_0x3a9be8._0x317393,-0x14d)]=_0x433e8d(0x56a,0x4ba,_0x3a9be8._0xbb9c44,_0x3a9be8._0x41ac53)+'rver\x20confi'+'g\x20set\x20defa'+'ult_agent\x20'+_0x13eb91(-_0x3a9be8._0x254af4,-0xee,-0x145,-0x135),_0x4360f2['jwENH']=_0x13eb91(-_0x3a9be8._0x114df8,-0x1ba,-0x19e,-_0x3a9be8._0x21acea),_0x4360f2[_0x433e8d(0x549,_0x3a9be8._0x42100a,0x53f,_0x3a9be8._0x169af3)]='Examples:',_0x4360f2[_0x433e8d(_0x3a9be8._0x1a0909,_0x3a9be8._0x57399d,_0x3a9be8._0x1a6b50,_0x3a9be8._0x13585e)]=_0x433e8d(_0x3a9be8._0x53ca2a,_0x3a9be8._0x26d53b,_0x3a9be8._0x396518,0x3aa)+_0x433e8d(0x47b,0x3df,_0x3a9be8._0x26a84d,_0x3a9be8._0x3b276a)+_0x13eb91(-_0x3a9be8._0x577af4,-_0x3a9be8._0x58b0b5,-0x175,-_0x3a9be8._0x3c9411)+'t|get|remo'+_0x433e8d(_0x3a9be8._0x2a3ed5,0x41a,_0x3a9be8._0x2bd083,0x3fe)+_0x433e8d(_0x3a9be8._0x6fe0c,_0x3a9be8._0x59ade2,0x4eb,0x468)+'e]',_0x4360f2[_0x433e8d(_0x3a9be8._0x305f4a,_0x3a9be8._0x5a9243,0x4a7,0x3a7)]=_0x433e8d(0x436,_0x3a9be8._0x2d5c27,_0x3a9be8._0x463890,0x440)+_0x433e8d(_0x3a9be8._0x56f397,_0x3a9be8._0x2b4813,_0x3a9be8._0x154882,0x46a)+'\x20\x20Server\x20p'+_0x13eb91(-_0x3a9be8._0x3b6e3c,-_0x3a9be8._0x1207cc,-0xfc,-0xbf)+'lt:\x203000)',_0x4360f2['naiKG']=_0x433e8d(_0x3a9be8._0x356880,_0x3a9be8._0x5c77de,_0x3a9be8._0x2f8b43,_0x3a9be8._0x474592)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x433e8d(_0x3a9be8._0x230eb8,_0x3a9be8._0x11f3a0,_0x3a9be8._0x4408fd,_0x3a9be8._0x4d8330)+_0x433e8d(0x548,0x4cc,_0x3a9be8._0x154882,_0x3a9be8._0x4d3864)+_0x13eb91(-_0x3a9be8._0x5dc102,-0x242,-0x259,-0x290),_0x4360f2[_0x433e8d(0x447,0x390,_0x3a9be8._0x16acc6,_0x3a9be8._0xdf772)]=_0x13eb91(-_0x3a9be8._0x183857,-_0x3a9be8._0x3578f5,-0x238,-_0x3a9be8._0x36bcac)+_0x13eb91(-_0x3a9be8._0x4b6427,-0x12d,-0x128,-0x1a2)+_0x13eb91(-0x1bd,-_0x3a9be8._0x5d657e,-_0x3a9be8._0x183857,-0x17a)+_0x433e8d(0x4f3,0x4d7,0x4c1,_0x3a9be8._0x39f18c)+_0x433e8d(_0x3a9be8._0xb09a82,0x372,_0x3a9be8._0x46dd0d,0x2c0)+'y';function _0x433e8d(_0x27cee2,_0x579155,_0x1064a0,_0x239775){return _0x14ae10(_0x1064a0,_0x579155-_0x56b514._0x277f61,_0x1064a0-_0x56b514._0x1b23ba,_0x239775-0xc4);}_0x4360f2['vGPuh']=_0x433e8d(0x513,0x4ba,_0x3a9be8._0x2cfdcb,_0x3a9be8._0x4b9527)+_0x433e8d(_0x3a9be8._0x50dc38,0x4ab,0x42d,0x4af)+'g\x20set\x20serv'+'er_port\x2080'+'80',_0x4360f2[_0x433e8d(_0x3a9be8._0x506c33,0x475,_0x3a9be8._0x40de16,0x530)]=_0x433e8d(0x44a,0x4ba,_0x3a9be8._0x57aa7b,0x49c)+_0x13eb91(-_0x3a9be8._0x4e8e9b,-0x12a,-_0x3a9be8._0x2f335b,-_0x3a9be8._0x3bef99)+'g\x20show',_0x4360f2['QpyLi']=_0x13eb91(-0x1be,-0x16c,-_0x3a9be8._0x323278,-0x13c)+_0x433e8d(_0x3a9be8._0x3ab3c3,0x4ab,_0x3a9be8._0x1db3cb,0x43b)+'g\x20set\x20code'+_0x433e8d(_0x3a9be8._0x4d7e4f,_0x3a9be8._0x11a71d,0x42f,0x487)+_0x13eb91(-_0x3a9be8._0x49cc07,-0x1e1,-0x190,-_0x3a9be8._0x3f7a7c)+_0x433e8d(0x373,_0x3a9be8._0x18e050,_0x3a9be8._0x3b74ae,0x43d)+_0x13eb91(-0xde,-_0x3a9be8._0x3e2ef0,-_0x3a9be8._0x284179,-_0x3a9be8._0x57499e),_0x4360f2[_0x433e8d(0x464,0x421,0x4b1,_0x3a9be8._0x5111cd)]=_0x13eb91(-_0x3a9be8._0x44ac30,-_0x3a9be8._0x2b2858,-_0x3a9be8._0x3e4e99,-_0x3a9be8._0x37cb63)+_0x13eb91(-_0x3a9be8._0x36cab0,-0x161,-0x162,-0x106)+'\x20\x20Path\x20to\x20'+'SSL\x20CA\x20bun'+_0x13eb91(-_0x3a9be8._0xe8ae1f,-0x1fb,-_0x3a9be8._0x32a529,-0x105)+_0x13eb91(-0x1f5,-_0x3a9be8._0x3d093b,-0x257,-0x2fe),_0x4360f2[_0x433e8d(_0x3a9be8._0x1dc570,_0x3a9be8._0x5698f0,0x2e9,0x37c)]='\x20\x20get\x20<key'+_0x13eb91(-_0x3a9be8._0x5ddf56,-0x1ff,-0x176,-_0x3a9be8._0x13f5c4)+_0x433e8d(_0x3a9be8._0x4c5919,_0x3a9be8._0x531415,0x3fa,_0x3a9be8._0x1ed4d5)+'figuration'+_0x13eb91(-0x182,-_0x3a9be8._0x1a57b5,-_0x3a9be8._0x3c2a7a,-0x126),_0x4360f2[_0x433e8d(0x370,_0x3a9be8._0x3d5199,0x30b,_0x3a9be8._0xefc617)]='Setup\x20conf'+_0x13eb91(-_0x3a9be8._0x28a8ee,-_0x3a9be8._0x261c10,-0x24e,-0x2cc)+'keys\x20(stor'+_0x13eb91(-_0x3a9be8._0x44906a,-_0x3a9be8._0x5553b8,-0x20d,-0x1ce)+_0x13eb91(-0x15a,-_0x3a9be8._0x41ef46,-_0x3a9be8._0x316f38,-_0x3a9be8._0x47e7d0);const _0xb8af32=_0x4360f2,_0x41f014=_0xb8af32[_0x13eb91(-0x157,-_0x3a9be8._0x365413,-_0x3a9be8._0x21acea,-0x164)][_0x433e8d(_0x3a9be8._0x2ee947,_0x3a9be8._0x1291c4,_0x3a9be8._0x50379b,0x4a4)]('|');let _0x110598=-0x13f8+0x1*-0x1765+0x2b5d*0x1;while(!![]){switch(_0x41f014[_0x110598++]){case'0':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x2347d0,0x406,0x414,0x3c9)]);continue;case'1':console[_0x433e8d(0x41b,_0x3a9be8._0x4f362a,_0x3a9be8._0x4592c2,_0x3a9be8._0x1d2188)]('');continue;case'2':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x22f2c0,0x3de,_0x3a9be8._0x34bfdf,0x43a)]);continue;case'3':console[_0x13eb91(-0x2e9,-0x29e,-_0x3a9be8._0x4338a3,-0x1f7)](_0xb8af32[_0x13eb91(-0xdc,-_0x3a9be8._0x1e5072,-0x18f,-_0x3a9be8._0x1c49cc)]);continue;case'4':console[_0x13eb91(-0x1d6,-_0x3a9be8._0x2e0ffb,-0x250,-_0x3a9be8._0x320290)](_0xb8af32['dojfl']);continue;case'5':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x3f0fe1,_0x3a9be8._0x336b79,_0x3a9be8._0x2ffc07,_0x3a9be8._0x20ee9e)]);continue;case'6':console[_0x433e8d(0x2c4,0x37d,0x34e,0x2c9)](_0x13eb91(-_0x3a9be8._0x117171,-_0x3a9be8._0x435980,-_0x3a9be8._0x8ef3ea,-_0x3a9be8._0x9feaaa)+_0x13eb91(-_0x3a9be8._0x1bfec9,-_0x3a9be8._0x1c7f98,-0x170,-0x1e0)+_0x433e8d(_0x3a9be8._0x4cffdc,_0x3a9be8._0x42e84d,_0x3a9be8._0x58212a,0x37d)+'red\x20in\x20~/.'+_0x433e8d(_0x3a9be8._0x97516c,_0x3a9be8._0x2204f5,0x375,_0x3a9be8._0xeeab68)+_0x13eb91(-0x18a,-_0x3a9be8._0x4e1ca,-0x124,-0x1ad));continue;case'7':console[_0x433e8d(0x2cd,_0x3a9be8._0x508126,_0x3a9be8._0x393e1f,_0x3a9be8._0x3d5199)](_0x433e8d(_0x3a9be8._0x336184,0x42d,_0x3a9be8._0x284dd9,0x45f)+_0x433e8d(0x2fa,_0x3a9be8._0x33c924,_0x3a9be8._0x5a6467,0x429)+_0x13eb91(-0x1b0,-0x255,-_0x3a9be8._0x183857,-0x112)+_0x433e8d(0x3e7,0x397,0x406,0x2f9)+_0x13eb91(-_0x3a9be8._0x11dda6,-_0x3a9be8._0x150709,-_0x3a9be8._0x74116d,-_0x3a9be8._0x17cccf));continue;case'8':console[_0x13eb91(-_0x3a9be8._0x552c1e,-_0x3a9be8._0xb1dd38,-_0x3a9be8._0x425a40,-0x259)](_0x13eb91(-_0x3a9be8._0x342475,-_0x3a9be8._0x331935,-0x163,-_0x3a9be8._0x1eeee6)+_0x433e8d(0x359,0x382,_0x3a9be8._0x3d48eb,_0x3a9be8._0x1f8de7)+'\x20Remove\x20a\x20'+_0x13eb91(-0x8b,-_0x3a9be8._0x27d879,-_0x3a9be8._0x892336,-_0x3a9be8._0x3c2a7a)+_0x13eb91(-0x212,-_0x3a9be8._0x5018f0,-_0x3a9be8._0x54687d,-_0x3a9be8._0x60ff89));continue;case'9':console['error'](_0xb8af32[_0x13eb91(-_0x3a9be8._0x57627d,-_0x3a9be8._0x2fb06e,-0x17c,-0x185)]);continue;case'10':console[_0x433e8d(0x360,_0x3a9be8._0x598d49,_0x3a9be8._0x5c8914,_0x3a9be8._0x476848)](_0xb8af32[_0x433e8d(0x51e,0x4cd,_0x3a9be8._0x59f58f,_0x3a9be8._0xbb9c44)]);continue;case'11':console[_0x433e8d(0x308,0x37d,_0x3a9be8._0x1bd1d0,0x321)](_0xb8af32[_0x13eb91(-_0x3a9be8._0x2fa64c,-0x31e,-0x262,-_0x3a9be8._0x58d4ba)]);continue;case'12':console[_0x13eb91(-_0x3a9be8._0x8247b4,-0x269,-0x250,-0x2cb)](_0xb8af32['EZdWy']);continue;case'13':console['error'](_0xb8af32[_0x433e8d(0x45b,0x438,0x409,_0x3a9be8._0x412058)]);continue;case'14':console['error'](_0xb8af32['dbiJc']);continue;case'15':console[_0x13eb91(-_0x3a9be8._0x38dcfb,-_0x3a9be8._0x4016f3,-0x250,-_0x3a9be8._0x83b167)](_0xb8af32[_0x433e8d(_0x3a9be8._0x635cfa,0x3fb,_0x3a9be8._0x3ab3c3,0x3aa)]);continue;case'16':console[_0x433e8d(0x37c,_0x3a9be8._0x3297d7,_0x3a9be8._0xfa960e,0x41b)](_0xb8af32[_0x433e8d(_0x3a9be8._0x3e84a3,_0x3a9be8._0x17c309,0x320,_0x3a9be8._0x1a711a)]);continue;case'17':console[_0x13eb91(-0x2a7,-_0x3a9be8._0x44ac30,-0x250,-0x249)]('\x20\x20default_'+_0x13eb91(-0x29f,-0x26f,-_0x3a9be8._0x27795f,-_0x3a9be8._0x14a769)+_0x13eb91(-0x1b0,-_0x3a9be8._0x441b5d,-_0x3a9be8._0x6f93c5,-_0x3a9be8._0x970977)+'agent\x20(cla'+_0x433e8d(_0x3a9be8._0xac1507,_0x3a9be8._0x2fd3b9,_0x3a9be8._0x318b8e,0x479)+'ex)');continue;case'18':console[_0x433e8d(0x2e0,0x37d,_0x3a9be8._0x1df645,0x39d)]('');continue;case'19':console[_0x433e8d(_0x3a9be8._0x31c33e,_0x3a9be8._0x4f362a,_0x3a9be8._0x11b70e,0x35b)](_0xb8af32[_0x433e8d(0x450,0x4a2,0x53c,0x556)]);continue;case'20':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x5859c0,_0x3a9be8._0x196116,0x478,0x47f)]);continue;case'21':console[_0x13eb91(-0x242,-_0x3a9be8._0x18de64,-0x250,-0x230)](_0xb8af32[_0x433e8d(0x504,_0x3a9be8._0x20ffea,0x443,0x508)]);continue;case'22':console[_0x433e8d(0x429,_0x3a9be8._0x3297d7,0x3c2,_0x3a9be8._0x467809)]('');continue;case'23':console[_0x13eb91(-_0x3a9be8._0x4e2b0a,-_0x3a9be8._0x492f79,-0x250,-0x29f)]('');continue;case'24':console['error'](_0xb8af32[_0x13eb91(-_0x3a9be8._0x190544,-0x250,-0x1ac,-_0x3a9be8._0x50f439)]);continue;case'25':console[_0x433e8d(0x436,_0x3a9be8._0x2e833e,_0x3a9be8._0x3e3340,0x334)](_0xb8af32['UOEva']);continue;case'26':console[_0x433e8d(0x399,_0x3a9be8._0x26e9c6,0x3ea,0x392)](_0xb8af32[_0x433e8d(_0x3a9be8._0x3c6371,0x3bb,_0x3a9be8._0x10c4b2,_0x3a9be8._0x131b54)]);continue;}break;}}function _0x3a167a(_0x42ac80,_0x6873e9,_0x3fec3b,_0x11ed3b){const _0x3202ee={_0x57d96f:0x35e};return _0x463f(_0x6873e9- -_0x3202ee._0x57d96f,_0x11ed3b);}async function setConfig(_0x8dc774,_0x4a05dc){const _0xb2744b={_0x34820f:0x1d7,_0x4e6799:0x1d3,_0x46fb44:0x288,_0x1c2bd0:0x238,_0x5dd328:0x259,_0xd05ce6:0x276,_0x26ec8d:0x1be,_0x2819c5:0x155,_0x2a5858:0x14d,_0xac098e:0x102,_0x140f61:0x185,_0x31a644:0x1d4,_0x2d14ba:0x1eb,_0x2394c5:0x1e9,_0x20f05a:0x22d,_0x2cb3f5:0x297,_0x39736b:0x1ba,_0x332b36:0x18d,_0x50c61a:0x253,_0x5c55ff:0x3f6,_0x456a25:0x44a,_0x552592:0x533,_0xe846b5:0x483,_0x39cda9:0x326,_0x37c371:0x3a1,_0x226eed:0x15c,_0x77812:0x1a1,_0x290707:0x390,_0x3eefcb:0x438,_0x3eb314:0x366,_0x453c24:0x2b7,_0x5120d6:0x31b,_0x595287:0x2e3,_0x2234ad:0x2bb,_0x55d98d:0x21a,_0x24b10a:0x43c,_0xc4b189:0x4b4,_0x3501cd:0x3e1,_0x4545be:0x425,_0x210dba:0x277,_0x540982:0x4ef,_0x4da97a:0x3ce,_0x848134:0x441,_0x49ae1d:0x1f2,_0x1a93e4:0x162,_0x4a81ee:0x1de,_0xd275e0:0x2ba,_0x17fda2:0x1ca,_0x4b9718:0x249,_0x172a84:0x254,_0x51c92a:0x2ec,_0x5bc4fb:0x2ae,_0x3c61d3:0x32e,_0x554b7a:0x2d1,_0x80cf9f:0x348,_0x3b2d74:0x4a8,_0x60ad39:0x47f,_0x4ade8b:0x3cc,_0x35970b:0x462,_0x2f7288:0x34c,_0x5d4786:0x32a,_0x449bf8:0x39d,_0x54ec26:0x305,_0x5b8b68:0x2bb,_0x38de98:0x442,_0x2249d0:0x290,_0x95271c:0x286,_0x496ba5:0x268,_0x4a15bd:0x4d2,_0x4d08aa:0x469,_0x16c3e3:0x1a3,_0x252476:0x122,_0x2180bb:0x4a1,_0xbac193:0x526,_0x17b9cb:0x4c8,_0x50d037:0x317,_0x4975e4:0x36c,_0x2c5da1:0x379,_0x4d8af7:0x3c9,_0x2d6bdd:0x37c,_0x571ee1:0x345,_0x5d074d:0x3d6,_0x4ba3bd:0x415,_0x2a42f1:0x415,_0x3f4f25:0x358,_0x337677:0x2f8,_0xd8a089:0x46e,_0x3ca718:0x46a,_0x2030c8:0x52a,_0x4d885f:0x48b,_0xf9138a:0x46f,_0x50a9f6:0x29c,_0x4ccff7:0x2ab,_0x330596:0x1f7,_0x40be4b:0x1a9,_0x4e31f4:0x3f7,_0x119c6e:0x544,_0x4270d2:0x189,_0x37f6b5:0x1f2,_0x249b27:0x14e,_0x2a9621:0x330,_0xe20f05:0x3bc,_0x33a7f4:0x339,_0x552302:0x24a,_0x3638a5:0x29e,_0x1b6692:0x177,_0x29fdb9:0x323,_0x4a82dc:0x33d,_0x58c2c2:0x4a4,_0x556c87:0x541,_0x4f374b:0x45c,_0x550c18:0x176,_0x237943:0x1a6,_0x384712:0x43b,_0x199ca7:0x429,_0x2d5f99:0x3c4},_0x2720ea={_0x422c14:0x67},_0x520e88={_0x41ed4d:0x5bc},_0x20cdfa={'YHTSV':_0x2dcfc0(-_0xb2744b._0x34820f,-0x155,-_0xb2744b._0x4e6799,-0x239)+_0x2dcfc0(-_0xb2744b._0x46fb44,-_0xb2744b._0x1c2bd0,-_0xb2744b._0x5dd328,-0x23d)+'config\x20set'+_0x2dcfc0(-0x25b,-_0xb2744b._0xd05ce6,-_0xb2744b._0x26ec8d,-0x18e)+_0x2dcfc0(-_0xb2744b._0x2819c5,-_0xb2744b._0x2a5858,-0x1b5,-_0xb2744b._0xac098e),'XrzRb':function(_0xb82102,_0x4d172d){return _0xb82102===_0x4d172d;},'PBmHC':'ENOENT','qjlGF':_0x2dcfc0(-_0xb2744b._0x140f61,-0x285,-_0xb2744b._0x31a644,-_0xb2744b._0x2d14ba)+'n\x20not\x20foun'+'d)','YCjhe':function(_0x504820,_0x36c00e){return _0x504820===_0x36c00e;},'JqRIU':_0x2dcfc0(-0x16f,-_0xb2744b._0x2394c5,-_0xb2744b._0x20f05a,-_0xb2744b._0x2cb3f5),'FJuvV':function(_0x53df9a,_0x5e5cba){return _0x53df9a&&_0x5e5cba;},'RIfCa':function(_0x439946,_0x510fff){return _0x439946===_0x510fff;},'rckhw':_0x2dcfc0(-0x25d,-0x226,-0x285,-0x2a0)+_0x2dcfc0(-0x180,-_0xb2744b._0x39736b,-0x177,-_0xb2744b._0x332b36)+'nfig\x22\x20for\x20'+_0x2dcfc0(-0x317,-0x33a,-0x283,-_0xb2744b._0x50c61a)+'available\x20'+_0xa624d6(_0xb2744b._0x5c55ff,_0xb2744b._0x456a25,0x483,0x47d),'QnmMf':_0xa624d6(_0xb2744b._0x552592,_0xb2744b._0xe846b5,0x4d3,0x4a3),'gZmAx':function(_0x3e03ce,_0x2ac9ac,_0x26c210){return _0x3e03ce(_0x2ac9ac,_0x26c210);},'Uxfru':function(_0x2e2e49,_0x21b1e3){return _0x2e2e49!==_0x21b1e3;},'ccmdF':_0xa624d6(0x35c,_0xb2744b._0x39cda9,_0xb2744b._0x37c371,0x37a),'TXtSC':function(_0x1703b4,_0x365548,_0x3257ba){return _0x1703b4(_0x365548,_0x3257ba);}};(!_0x8dc774||_0x20cdfa[_0x2dcfc0(-_0xb2744b._0x226eed,-0x1a3,-_0xb2744b._0x77812,-0x142)](_0x4a05dc,undefined))&&(_0x20cdfa[_0xa624d6(0x4e7,_0xb2744b._0x290707,0x426,_0xb2744b._0x3eefcb)]!==_0x20cdfa[_0x2dcfc0(-0x2a6,-0x1fb,-0x1eb,-0x287)]?_0x257227[_0x2dcfc0(-0x369,-_0xb2744b._0x3eb314,-_0xb2744b._0x453c24,-_0xb2744b._0x5120d6)](_0x422184):(console[_0x2dcfc0(-_0xb2744b._0x595287,-0x35f,-_0xb2744b._0x2234ad,-_0xb2744b._0x55d98d)](_0x20cdfa[_0xa624d6(0x437,_0xb2744b._0x24b10a,0x415,_0xb2744b._0xc4b189)]),process[_0xa624d6(_0xb2744b._0x3501cd,0x305,_0xb2744b._0x4545be,0x39d)](0x3a+0x15d*0x14+-0xe3*0x1f)));function _0xa624d6(_0x519c58,_0x2d631b,_0x3e70f6,_0x1b2187){return _0x3a167a(_0x519c58-0xca,_0x1b2187-_0x520e88._0x41ed4d,_0x3e70f6-0x1ad,_0x519c58);}const _0x31db47=SERVER_CONFIG_KEYS[_0x2dcfc0(-_0xb2744b._0x210dba,-0x191,-0x1e2,-0x26a)](_0x8dc774),_0x106eba=SETUP_JSON_KEYS[_0xa624d6(0x418,_0xb2744b._0x540982,_0xb2744b._0x4da97a,_0xb2744b._0x848134)](_0x8dc774);_0x20cdfa[_0x2dcfc0(-_0xb2744b._0x49ae1d,-_0xb2744b._0x1a93e4,-_0xb2744b._0x4a81ee,-0x1da)](!_0x31db47,!_0x106eba)&&(_0x20cdfa[_0x2dcfc0(-0x2b3,-_0xb2744b._0xd275e0,-0x22c,-0x170)]('ISzSW',_0x2dcfc0(-0x1fa,-_0xb2744b._0x17fda2,-0x23b,-0x1e9))?(console[_0x2dcfc0(-0x2df,-_0xb2744b._0x4b9718,-0x2bb,-_0xb2744b._0x172a84)](_0xa624d6(0x407,0x4a2,0x373,0x421)+_0x2dcfc0(-_0xb2744b._0x51c92a,-0x326,-_0xb2744b._0x5bc4fb,-_0xb2744b._0x3c61d3)+'n\x20key:\x20'+_0x8dc774),console[_0xa624d6(_0xb2744b._0x554b7a,_0xb2744b._0x80cf9f,0x36a,0x368)](_0x20cdfa[_0xa624d6(_0xb2744b._0x3b2d74,_0xb2744b._0x60ad39,_0xb2744b._0x4ade8b,_0xb2744b._0x35970b)]),process[_0xa624d6(_0xb2744b._0x2f7288,0x389,_0xb2744b._0x5d4786,_0xb2744b._0x449bf8)](0x81e*0x1+0x16ab+-0x1ec8)):(_0x594cb6[_0x2dcfc0(-0x36b,-_0xb2744b._0x54ec26,-_0xb2744b._0x5b8b68,-0x213)](_0x20cdfa[_0xa624d6(0x50f,0x512,_0xb2744b._0x38de98,_0xb2744b._0xc4b189)]),_0x2ccf71[_0x2dcfc0(-_0xb2744b._0x2249d0,-0x1e9,-_0xb2744b._0x95271c,-_0xb2744b._0x496ba5)](-0x505*0x4+0x1746+0x2b*-0x13)));function _0x2dcfc0(_0x411c27,_0x14981a,_0x40ac61,_0x43bfaa){return _0x3a167a(_0x411c27-0x107,_0x40ac61- -_0x2720ea._0x422c14,_0x40ac61-0x1da,_0x14981a);}if(_0x31db47)_0x20cdfa[_0xa624d6(0x4a3,0x42a,_0xb2744b._0x4a15bd,_0xb2744b._0x4d08aa)]!==_0x20cdfa['QnmMf']?_0x20cdfa[_0x2dcfc0(-0x160,-0x1c3,-_0xb2744b._0x16c3e3,-_0xb2744b._0x252476)](_0x5e1614['code'],_0x20cdfa[_0xa624d6(_0xb2744b._0x2180bb,_0xb2744b._0xbac193,0x43a,_0xb2744b._0x17b9cb)])?(_0x36c14f[_0xa624d6(_0xb2744b._0x50d037,0x378,0x2f9,_0xb2744b._0x4975e4)](_0x20cdfa[_0xa624d6(_0xb2744b._0x2c5da1,_0xb2744b._0x4d8af7,0x388,_0xb2744b._0x2d6bdd)]),_0x4bc681[_0xa624d6(_0xb2744b._0x571ee1,_0xb2744b._0x5d074d,_0xb2744b._0x4ba3bd,0x36c)](''),_0x42a831[_0xa624d6(_0xb2744b._0x2a42f1,_0xb2744b._0x3f4f25,_0xb2744b._0x337677,_0xb2744b._0x4975e4)]('Expected\x20l'+_0xa624d6(0x3cd,_0xb2744b._0x337677,0x3e1,0x366)+_0x4a9d42)):_0x177db8['log'](_0xa624d6(0x484,0x4e0,_0xb2744b._0xd8a089,0x49b)+_0xa624d6(_0xb2744b._0x3ca718,0x49c,0x3e0,0x437)+_0xa624d6(0x495,_0xb2744b._0x2030c8,_0xb2744b._0x4d885f,_0xb2744b._0xf9138a)+_0x1b323d[_0x2dcfc0(-0x2ce,-_0xb2744b._0x50a9f6,-_0xb2744b._0x4ccff7,-0x2ae)]):await _0x20cdfa['gZmAx'](setServerConfig,_0x8dc774,_0x4a05dc);else _0x106eba&&(_0x20cdfa[_0x2dcfc0(-0x12f,-_0xb2744b._0x330596,-0x199,-_0xb2744b._0x40be4b)](_0x20cdfa[_0xa624d6(0x2eb,_0xb2744b._0x4e31f4,0x36b,0x399)],_0xa624d6(0x475,_0xb2744b._0x119c6e,0x3e9,0x497))?await _0x20cdfa[_0x2dcfc0(-_0xb2744b._0x4270d2,-0x186,-_0xb2744b._0x37f6b5,-_0xb2744b._0x249b27)](setSetupConfig,_0x8dc774,_0x4a05dc):(_0x1569e4['error']('Unknown\x20co'+'nfiguratio'+'n\x20key:\x20'+_0x5f108a),_0x2c2862[_0xa624d6(_0xb2744b._0x2a9621,_0xb2744b._0xe20f05,_0xb2744b._0x33a7f4,0x368)](_0x2dcfc0(-0x206,-_0xb2744b._0x552302,-0x285,-_0xb2744b._0x3638a5)+_0x2dcfc0(-0xdd,-0x1b8,-_0xb2744b._0x1b6692,-0xef)+'nfig\x22\x20for\x20'+_0x2dcfc0(-_0xb2744b._0x29fdb9,-0x1ff,-0x283,-_0xb2744b._0x4a82dc)+_0xa624d6(_0xb2744b._0x58c2c2,_0xb2744b._0x556c87,_0xb2744b._0x4f374b,0x4ae)+_0x2dcfc0(-_0xb2744b._0x550c18,-0x22c,-_0xb2744b._0x237943,-0x1ec)),_0x129ffb[_0xa624d6(_0xb2744b._0x384712,_0xb2744b._0x199ca7,_0xb2744b._0x2d5f99,0x39d)](-0x7f1+0x9*0x31a+-0x13f8)));}async function setServerConfig(_0xc2a4f3,_0x4662ed){const _0x387fd9={_0x1dbdab:0x229,_0xddccd8:0xe2,_0x43b4d1:0x17b,_0x3ba2d8:0x149,_0x37994a:0xf6,_0x31f406:0x19f,_0x47be76:0x137,_0x31c62c:0xb,_0x480e82:0xd7,_0x4379cf:0x14f,_0x22b4fc:0x125,_0x3f77e4:0x107,_0x221737:0x12f,_0x16d0cc:0x152,_0x511307:0x217,_0x3592d1:0x275,_0x482475:0xc0,_0xe461e3:0x12a,_0x648a85:0x1a8,_0x22067d:0x179,_0x47bd57:0xd5,_0x2c137b:0x5e,_0x1ef92a:0x254,_0x42f20e:0x1dd,_0x2ba78e:0x128,_0x2d2140:0x234,_0x23d6af:0x2,_0x1a6da8:0x19,_0x17f351:0x32,_0x55fa93:0x102,_0x52da01:0x136,_0x2ec45c:0x202,_0x3304c9:0x161,_0x4a8107:0x225,_0x3e47bb:0xea,_0x5227c2:0xfa,_0x58149a:0xd3,_0x13dddd:0x18d,_0x132307:0x243,_0x17a624:0x10e,_0xba1469:0x6f,_0x24d72d:0x18f,_0x3877ab:0x13a,_0x1c6b17:0xcc,_0x4c7a50:0x187,_0x41243e:0xd3,_0x470d89:0x114,_0x28339e:0x17a,_0xf02a53:0x1b2,_0x3dfc5b:0x20d,_0x5af7f6:0x2bd,_0x245995:0xdd,_0xf122d1:0x321,_0xdbc89f:0x192,_0x54133f:0x11a,_0x39fec0:0xa3,_0x23df58:0xf9,_0x40154e:0x103,_0x28a128:0xab,_0x1b846e:0xab,_0x314584:0x2a2,_0x431387:0x2a1,_0x32ab44:0x2ce,_0x402e5b:0x10b,_0x1ff5ff:0x13a,_0x374e40:0x91,_0x30d863:0x1b3,_0x16a893:0x166,_0x443c9b:0x186,_0x4c3334:0x1cf,_0x4c7be6:0xf5,_0x484216:0x1e3,_0x5ea6bc:0x1c7,_0xf21d1f:0x1e1,_0xcde41:0xe3,_0x2334e7:0x112,_0x187cd1:0xb8,_0x192193:0xb0,_0x57f6df:0xd8,_0x55ca8c:0x136,_0x287bbc:0x13f,_0x45514f:0x1f0,_0x35d7ec:0x47,_0xf94589:0x3a,_0x3235ef:0xf2,_0x59bfb9:0x1ae,_0x4307b9:0xc0,_0x57bdc0:0xed,_0x72b046:0x29f,_0x377ad1:0x62,_0x1fc7db:0x9f,_0x4cfd09:0x41,_0x30cd65:0x62,_0x4c1a01:0x3c,_0x95c350:0x4b,_0x128403:0x33f,_0x5b307d:0x20d,_0x2e5950:0x316,_0x20b1d9:0xca,_0x4a846d:0xb8,_0x12a6e6:0x1de,_0x11f420:0x20e,_0x4ed369:0x1d7,_0x21412b:0x76,_0x5d9114:0x13a,_0x1ffe18:0xd1,_0x346f1f:0x7,_0x2d4d67:0x4b,_0x11aa37:0x1dd,_0x158dec:0x167,_0x59953b:0x206,_0x3324fe:0x175,_0x50a443:0x219,_0x549985:0x19c,_0x8b5f3e:0x15f,_0x1c90ed:0x1e0,_0x351d22:0x202,_0x2d1127:0x1e1,_0x19e155:0x267,_0xeb1a92:0x153,_0x436c1e:0x19d,_0x4afa84:0x136,_0x145645:0x105,_0xc93b8b:0xa0,_0x5e84ce:0x108,_0x1221d1:0x191,_0x4308c0:0x239,_0x2773d8:0x1c7,_0x4e9e8b:0x1a5,_0xa19434:0x157,_0x3d6b74:0xaa,_0x286f84:0x15b,_0x453a93:0xf6,_0x323a59:0xe6,_0x1d57d1:0x61,_0x2df0ab:0xf7,_0x53c683:0x1f2,_0x23f88b:0x108,_0x5921a2:0xea,_0x18de67:0x121,_0x211e9a:0x1d8,_0x25efd3:0x1a4,_0x2b97fb:0x273,_0xb93fa6:0x45,_0x3b6e49:0x15a,_0x9c0250:0x158,_0x5c0d5f:0x1e8,_0x322a8a:0xbe,_0x33fd87:0x8c,_0xc42cd0:0x22a,_0x1927be:0x113,_0x35a038:0x8,_0x1472e9:0x1a,_0x38edfc:0x2a6,_0x222507:0x202,_0x21ee7e:0x26f,_0x4e315a:0xb2,_0x9119bc:0x150,_0x4cb5ca:0x189,_0x404fc1:0x22c,_0x59227b:0x153,_0x4d76ed:0x1e7},_0x328eb4={_0xa1e3c1:0x174},_0x46c5ab={_0x4f51b7:0x136};function _0x293fbf(_0x484f28,_0xa9ac6d,_0x1e6157,_0x17afa4){return _0x14ae10(_0x1e6157,_0xa9ac6d-0x11d,_0x1e6157-0x52,_0x17afa4-_0x46c5ab._0x4f51b7);}const _0x593405={'bkkAO':function(_0xbd3963,_0x1a171c){return _0xbd3963===_0x1a171c;},'FsVYU':_0x293fbf(0x19c,0x22c,0x202,_0x387fd9._0x1dbdab),'STcrC':_0x4feb8c(-0x9f,-0x115,-0x1d2,-0x173)+_0x293fbf(_0x387fd9._0xddccd8,_0x387fd9._0x43b4d1,_0x387fd9._0x3ba2d8,_0x387fd9._0x37994a),'amijL':function(_0x5a2c0c,_0x150441){return _0x5a2c0c(_0x150441);},'CULnF':function(_0x362af4){return _0x362af4();},'xmdHZ':'server_por'+'t','WuyWi':function(_0x4c4dbb,_0x454591){return _0x4c4dbb!==_0x454591;},'Davvj':_0x4feb8c(-_0x387fd9._0x31f406,-_0x387fd9._0x47be76,-0x1eb,-0x7d),'Zoudu':function(_0x36d5ac,_0x21ae05,_0x5d7411){return _0x36d5ac(_0x21ae05,_0x5d7411);},'kXiqS':function(_0xa3c46b,_0x3b78c4){return _0xa3c46b<_0x3b78c4;},'zJLkO':function(_0x4ebf64,_0x31e460){return _0x4ebf64>_0x31e460;},'SBxgo':function(_0x2eb150,_0x17511b){return _0x2eb150!==_0x17511b;},'uDIuX':_0x4feb8c(-0x33,_0x387fd9._0x31c62c,0x56,-0x4a),'qBUta':_0x293fbf(_0x387fd9._0x480e82,_0x387fd9._0x4379cf,_0x387fd9._0x22b4fc,_0x387fd9._0x3f77e4)+'alid\x20port\x20'+_0x293fbf(_0x387fd9._0x221737,_0x387fd9._0x16d0cc,0x1cd,0x1bb),'zUSkn':_0x293fbf(_0x387fd9._0x511307,_0x387fd9._0x3592d1,0x272,0x2c0),'tHGzj':_0x4feb8c(0x26,-0x59,-_0x387fd9._0x482475,0x1e)+'th','Zjpfs':'zFjEk','PXkbf':function(_0xc22414,_0x16a503){return _0xc22414(_0x16a503);},'CeDLu':_0x293fbf(_0x387fd9._0xe461e3,_0x387fd9._0x648a85,0x188,_0x387fd9._0x22067d)+'y','byVfE':'true'};function _0x4feb8c(_0x2b5a8e,_0x3b632f,_0x17eb68,_0x27297e){return _0x14ae10(_0x27297e,_0x3b632f- -_0x328eb4._0xa1e3c1,_0x17eb68-0xb6,_0x27297e-0x108);}switch(_0xc2a4f3){case _0x593405[_0x4feb8c(-0xd4,-_0x387fd9._0x47bd57,-_0x387fd9._0x2c137b,-0x13b)]:{const _0x3f4795=_0x45b978[_0x293fbf(_0x387fd9._0x1ef92a,_0x387fd9._0x42f20e,_0x387fd9._0x2ba78e,_0x387fd9._0x2d2140)](_0x4662ed);await _0x593405[_0x4feb8c(-_0x387fd9._0x23d6af,-_0x387fd9._0x1a6da8,_0x387fd9._0x17f351,-0x45)](saveCoderSetupPath,_0x3f4795),console[_0x4feb8c(-_0x387fd9._0x55fa93,-_0x387fd9._0x52da01,-0x1e8,-0x187)](_0x293fbf(0x1a9,_0x387fd9._0x2ec45c,0x285,0x243)+_0xc2a4f3+'\x20=\x20'+_0x3f4795),console[_0x293fbf(0xac,0x15b,_0x387fd9._0x3304c9,0x1b8)](_0x293fbf(_0x387fd9._0x4a8107,0x189,_0x387fd9._0x3e47bb,_0x387fd9._0x31f406)+':\x20'+_0x593405[_0x4feb8c(-0x17f,-0x117,-0xf1,-0x14e)](getConfigPath));break;}case _0x593405[_0x4feb8c(-_0x387fd9._0x5227c2,-_0x387fd9._0x58149a,-0xf8,-_0x387fd9._0x13dddd)]:{if(_0x593405[_0x293fbf(_0x387fd9._0x132307,0x1bb,0x11a,_0x387fd9._0x17a624)](_0x593405[_0x293fbf(0x1da,0x1f6,0x18e,0x1f6)],_0x593405[_0x4feb8c(-0x39,-0x9b,-0xeb,-_0x387fd9._0xba1469)]))_0x1757fd[_0x4feb8c(-_0x387fd9._0x24d72d,-_0x387fd9._0x3877ab,-_0x387fd9._0x1c6b17,-_0x387fd9._0x4c7a50)](_0x4feb8c(-_0x387fd9._0x41243e,-_0x387fd9._0x470d89,-0x90,-_0x387fd9._0x28339e)+_0xe0254c+(_0x293fbf(_0x387fd9._0xf02a53,_0x387fd9._0x3dfc5b,_0x387fd9._0x5af7f6,0x239)+'d\x20in\x20confi'+_0x4feb8c(-0x196,-0x148,-0xf3,-_0x387fd9._0x245995))),_0x139f5d[_0x293fbf(0x248,0x18c,0xee,0xf5)](-0x1*-0x1b7+-0x52*0x33+0xea0);else{const _0x34e515=_0x593405[_0x293fbf(_0x387fd9._0xf122d1,0x29f,0x316,0x24e)](parseInt,_0x4662ed,-0x6f*-0xb+-0x47*-0x61+0x2*-0xfd1);(isNaN(_0x34e515)||_0x593405[_0x4feb8c(-_0x387fd9._0xdbc89f,-_0x387fd9._0x54133f,-0x1bb,-0x1bd)](_0x34e515,-0xac9*0x1+0x2025+-0xb*0x1f1)||_0x593405[_0x4feb8c(-_0x387fd9._0x39fec0,-_0x387fd9._0x23df58,-0xcb,-_0x387fd9._0x40154e)](_0x34e515,0xef91+-0xfcfa+0x10d68))&&(_0x593405[_0x4feb8c(0x70,-0x23,-_0x387fd9._0x28a128,-_0x387fd9._0x1b846e)](_0x593405['uDIuX'],_0x593405[_0x293fbf(_0x387fd9._0x314584,_0x387fd9._0x431387,0x2e7,_0x387fd9._0x32ab44)])?(_0x14088[_0x4feb8c(-_0x387fd9._0x402e5b,-_0x387fd9._0x1ff5ff,-_0x387fd9._0x374e40,-_0x387fd9._0x30d863)]('Usage:\x20cod'+_0x4feb8c(-_0x387fd9._0x16a893,-0xd8,-0xf3,-0x9b)+_0x293fbf(0x1ce,_0x387fd9._0x443c9b,_0x387fd9._0x132307,_0x387fd9._0x4c3334)+'ove\x20<key>'),_0x22ab50[_0x293fbf(0x108,0x18c,0xe3,_0x387fd9._0x4c7be6)](-0x25d8+-0x1*-0x931+0x2*0xe54)):(console[_0x4feb8c(-_0x387fd9._0x484216,-_0x387fd9._0x1ff5ff,-_0x387fd9._0x5ea6bc,-_0x387fd9._0xf21d1f)](_0x593405['qBUta']),process[_0x4feb8c(-_0x387fd9._0xcde41,-0x105,-0x57,-0x83)](-0x2*-0xb9b+-0xc63+-0xad2)));await saveServerPort(_0x34e515),console[_0x293fbf(_0x387fd9._0x2334e7,0x15b,0x15e,0x1bc)]('Set\x20'+_0xc2a4f3+_0x4feb8c(-_0x387fd9._0x187cd1,-_0x387fd9._0x192193,-0xa5,-0x47)+_0x34e515),console[_0x4feb8c(-_0x387fd9._0x57f6df,-_0x387fd9._0x55ca8c,-0x1e3,-_0x387fd9._0x42f20e)](_0x293fbf(0x206,0x189,_0x387fd9._0x287bbc,_0x387fd9._0x45514f)+':\x20'+getConfigPath());break;}}case _0x4feb8c(0x30,-0x1,_0x387fd9._0x35d7ec,-_0x387fd9._0xf94589)+_0x293fbf(_0x387fd9._0x3235ef,0x1a5,0x217,_0x387fd9._0x59bfb9):{if(_0x593405[_0x4feb8c(-_0x387fd9._0x4307b9,-0xd6,-_0x387fd9._0x57bdc0,-0x1c)](_0x593405[_0x293fbf(0x1f5,0x22f,_0x387fd9._0x72b046,0x231)],_0x593405[_0x4feb8c(-0x112,-_0x387fd9._0x377ad1,-_0x387fd9._0x1fc7db,-0xe2)]))_0x593405[_0x4feb8c(0xb9,0x29,_0x387fd9._0x4cfd09,-0x4e)](_0x4d8085[_0x4feb8c(_0x387fd9._0x30cd65,-_0x387fd9._0x4c1a01,-0xb0,_0x387fd9._0x95c350)],_0x593405[_0x293fbf(_0x387fd9._0x128403,0x289,_0x387fd9._0x5b307d,_0x387fd9._0x2e5950)])?_0x583c5b[_0x4feb8c(-_0x387fd9._0x20b1d9,-0x13a,-0x12c,-0x186)](_0x4feb8c(-0x67,-_0x387fd9._0x4a846d,-0xf,-0x174)+_0x293fbf(0x1db,_0x387fd9._0x12a6e6,_0x387fd9._0x11f420,_0x387fd9._0x4ed369)+_0x4feb8c(-0xd9,-_0x387fd9._0x2334e7,-_0x387fd9._0x21412b,-0xb9)+'\x20'+_0x1ba1dc):_0xacb1b4[_0x4feb8c(-0x1f4,-_0x387fd9._0x5d9114,-0xa4,-_0x387fd9._0x1ffe18)](_0x4feb8c(-0x37,-_0x387fd9._0x346f1f,0xb5,-0xf)+_0x4feb8c(-_0x387fd9._0x2d4d67,-0x6b,0x4,-0xe9)+'json:\x20'+_0x3b976a[_0x293fbf(_0x387fd9._0x11aa37,_0x387fd9._0x158dec,_0x387fd9._0x59953b,_0x387fd9._0x3324fe)]),_0x4621a5[_0x293fbf(0x1cb,0x18c,_0x387fd9._0x50a443,_0x387fd9._0x549985)](-0x43*-0x7d+0x7*0xb8+-0x25be);else{const _0x467462=_0x45b978[_0x293fbf(0x165,0x1dd,0x139,0x211)](_0x4662ed);await saveSslCertPath(_0x467462),console[_0x4feb8c(-_0x387fd9._0x8b5f3e,-0x136,-0x120,-_0x387fd9._0x1c90ed)](_0x293fbf(0x2a3,_0x387fd9._0x351d22,0x226,0x160)+_0xc2a4f3+_0x293fbf(0x12f,_0x387fd9._0x2d1127,_0x387fd9._0x19e155,_0x387fd9._0xeb1a92)+_0x467462),console[_0x4feb8c(-_0x387fd9._0x436c1e,-_0x387fd9._0x4afa84,-_0x387fd9._0x145645,-0xbb)](_0x4feb8c(-_0x387fd9._0xc93b8b,-_0x387fd9._0x5e84ce,-_0x387fd9._0x1221d1,-0x169)+':\x20'+getConfigPath());break;}}case _0x593405[_0x293fbf(_0x387fd9._0x4308c0,0x261,0x1a6,_0x387fd9._0x2773d8)]:{const _0x17bb86=_0x45b978[_0x293fbf(_0x387fd9._0x4e9e8b,0x1dd,0x25e,_0x387fd9._0xa19434)](_0x4662ed);await saveSslKeyPath(_0x17bb86),console[_0x293fbf(_0x387fd9._0x3d6b74,_0x387fd9._0x286f84,0xaa,_0x387fd9._0x453a93)](_0x4feb8c(-_0x387fd9._0x323a59,-0x8f,-_0x387fd9._0x1d57d1,-0x31)+_0xc2a4f3+'\x20=\x20'+_0x17bb86),console[_0x293fbf(_0x387fd9._0x2df0ab,0x15b,0x1e2,_0x387fd9._0x53c683)](_0x4feb8c(-_0x387fd9._0x1ffe18,-_0x387fd9._0x23f88b,-0x100,-0x10d)+':\x20'+getConfigPath());break;}case'ssl_ca_pat'+'h':{if(_0x593405['Zjpfs']===_0x593405[_0x4feb8c(-_0x387fd9._0x5921a2,-0xa1,-_0x387fd9._0x18de67,0x16)]){const _0x4777ef=_0x45b978['resolve'](_0x4662ed);await _0x593405['PXkbf'](saveSslCaPath,_0x4777ef),console[_0x4feb8c(-_0x387fd9._0x192193,-_0x387fd9._0x4afa84,-_0x387fd9._0x211e9a,-_0x387fd9._0x25efd3)](_0x293fbf(0x147,0x202,_0x387fd9._0x2b97fb,_0x387fd9._0x19e155)+_0xc2a4f3+_0x4feb8c(-_0x387fd9._0xb93fa6,-0xb0,-0x4c,-_0x387fd9._0x4c1a01)+_0x4777ef),console[_0x293fbf(_0x387fd9._0x3b6e49,0x15b,_0x387fd9._0x9c0250,_0x387fd9._0x47be76)](_0x293fbf(0x1d7,0x189,0x10e,_0x387fd9._0x5c0d5f)+':\x20'+getConfigPath());break;}else _0x21e2a2['error'](_0x4feb8c(-_0x387fd9._0x322a8a,-_0x387fd9._0x346f1f,-_0x387fd9._0x33fd87,0x7f)+_0x293fbf(0x1a9,0x226,_0x387fd9._0xc42cd0,0x262)+'json:\x20'+_0x977605[_0x4feb8c(-0xc5,-0x12a,-0x87,-0x99)]);}case _0x593405[_0x4feb8c(-0x56,-_0x387fd9._0x1927be,-0x8b,-0x174)]:{const _0x3da499=_0x593405[_0x4feb8c(_0x387fd9._0x1c6b17,0x29,-_0x387fd9._0x35a038,-_0x387fd9._0x1472e9)](_0x4662ed,_0x593405['byVfE'])||_0x4662ed==='1';await saveTrustProxy(_0x3da499),console['log'](_0x293fbf(_0x387fd9._0x38edfc,_0x387fd9._0x222507,0x154,0x1e6)+_0xc2a4f3+_0x293fbf(0x152,0x1e1,_0x387fd9._0x21ee7e,_0x387fd9._0x4a8107)+_0x3da499),console[_0x4feb8c(-_0x387fd9._0x4e315a,-_0x387fd9._0x4afa84,-0x1b4,-0xcc)](_0x293fbf(_0x387fd9._0x9119bc,_0x387fd9._0x4cb5ca,_0x387fd9._0x404fc1,0x107)+':\x20'+_0x593405[_0x293fbf(_0x387fd9._0x59227b,0x17a,0x176,_0x387fd9._0x4d76ed)](getConfigPath));break;}}}function _0x463f(_0x35e002,_0x48afa6){_0x35e002=_0x35e002-(0x7*-0x8b+-0x7*-0x9a+0x8b);const _0x38173c=_0x3b5c();let _0x2ea81f=_0x38173c[_0x35e002];if(_0x463f['tcDBGk']===undefined){var _0x596281=function(_0x13afaf){const _0x50240b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5dcd69='',_0x44377d='';for(let _0x1d018f=-0x9a2+0x7ed+0x1b5,_0x2ca9f3,_0x566744,_0x419e66=0x1e56+0x23*0xbf+-0x3*0x12d1;_0x566744=_0x13afaf['charAt'](_0x419e66++);~_0x566744&&(_0x2ca9f3=_0x1d018f%(0x5b*0x28+0x10*0x65+-0x1484*0x1)?_0x2ca9f3*(0x122e+0x8b3+-0x1aa1)+_0x566744:_0x566744,_0x1d018f++%(-0x3*-0x135+0xf*0x87+-0xb84))?_0x5dcd69+=String['fromCharCode'](0xe*-0x1a3+0x66e*-0x3+0x1*0x2b33&_0x2ca9f3>>(-(0x25*0xa1+-0x49d*-0x3+-0x251a)*_0x1d018f&0x1e68+-0x1bc*0x12+0x6b*0x2)):-0x1707+-0x13*-0x83+0xd4e){_0x566744=_0x50240b['indexOf'](_0x566744);}for(let _0x1d18b6=-0xa05+0x4f*-0x6d+0x2ba8,_0x21cbff=_0x5dcd69['length'];_0x1d18b6<_0x21cbff;_0x1d18b6++){_0x44377d+='%'+('00'+_0x5dcd69['charCodeAt'](_0x1d18b6)['toString'](0x1855*0x1+0x692+-0x1ed7))['slice'](-(-0xa8c+0x2063*0x1+0x747*-0x3));}return decodeURIComponent(_0x44377d);};_0x463f['zCzMej']=_0x596281,_0x463f['pqdEUV']={},_0x463f['tcDBGk']=!![];}const _0x2ffc8e=_0x38173c[0x1234*0x2+0x1a0+-0x2608],_0x2fd4d7=_0x35e002+_0x2ffc8e,_0x59fd73=_0x463f['pqdEUV'][_0x2fd4d7];return!_0x59fd73?(_0x2ea81f=_0x463f['zCzMej'](_0x2ea81f),_0x463f['pqdEUV'][_0x2fd4d7]=_0x2ea81f):_0x2ea81f=_0x59fd73,_0x2ea81f;}async function setSetupConfig(_0x37df28,_0x1a04d5){const _0x5b753b={_0x154c03:0x60,_0x2a4f85:0xb,_0x199d5d:0x1e,_0x15f418:0x20,_0x4b7a4a:0x30,_0x2d9d0a:0x41,_0x3be112:0x8,_0x485c95:0x8a,_0x21a97e:0xef,_0x3af973:0x9f,_0x3c277b:0x45,_0x42cf04:0x89,_0x5f4bdf:0xcc,_0xfc2570:0x7c,_0x3520b3:0x32,_0x5a6dd9:0x11,_0x1fc71f:0x51,_0x240e22:0x61,_0x4496b1:0x167,_0x28ae9c:0x107,_0x2541ec:0x103,_0x184c1e:0xca,_0x5d0eec:0x31,_0x1c4ef4:0xe,_0x158b5e:0x11e,_0x5f018e:0x131,_0x129678:0x4d,_0x2e8f66:0x49,_0x59f78c:0x74,_0x5df917:0xae,_0x521033:0xc,_0x38b60f:0x5,_0x5023a5:0x2f,_0x23e549:0xec,_0x5e9130:0x4,_0x3bba46:0xfb,_0x585ebf:0x84,_0x44ddcb:0xe9,_0x2dde68:0xf2,_0x148ebc:0x3f,_0x1e0493:0x92,_0x509744:0x94,_0x2188ca:0x72,_0x414556:0x19,_0x5ea2ea:0x7a,_0x387a58:0xd9,_0x5f00fe:0x6,_0x53b09c:0x4,_0x3d9ff9:0x8c,_0x446ae0:0x1a0,_0x21df74:0x158,_0x40e18e:0xb1,_0x21238a:0x29,_0x4882d7:0xa0,_0x4c409d:0xbf,_0xfc417e:0xc4,_0x21f344:0x57,_0x26e180:0xac,_0x99b58b:0x116,_0x17460e:0x95,_0x20bfa8:0xa0,_0x4466c4:0xc3,_0x34cf20:0x5b,_0x477317:0x82,_0x2c911c:0x10e,_0x33d1ea:0x1a3,_0x142505:0xa4,_0x620e36:0x1c,_0x59cc4a:0x64,_0x1cc607:0x133,_0x372b33:0x137,_0x435704:0xa4,_0x44e9d1:0xb,_0x14271e:0x1f,_0x227355:0xd8,_0x2d6dec:0x120,_0x4e8182:0x7b,_0xbeb30b:0x10,_0x3b9680:0x34,_0x33fc3c:0x49,_0x385b8d:0x12a,_0x54f6a6:0x9b,_0x2ee734:0xf4,_0x5762ad:0x14,_0x474e88:0x6f,_0x38a5e8:0x111,_0x2c3203:0x5d,_0x2662b3:0xee,_0x43bde4:0x3c,_0x46d6bb:0x64,_0x4aa324:0x122,_0x5d8dda:0x116,_0x584d55:0xee,_0x418967:0x7f,_0x1f51b7:0x52,_0x103e3c:0x35,_0x1bba43:0xee,_0x4d7702:0xb5,_0x48e44a:0x15d,_0x567dec:0x117,_0x2c398f:0x1a8,_0x58cd6e:0xcb,_0x486ed9:0xee,_0x143eaf:0x8d},_0x57d909={_0x407b37:0x162,_0x27d3dc:0x129},_0xdea700={_0x14c9e7:0xde,_0x3dd873:0x141},_0x5c27dc={'yvHiH':_0x5499ed(-0x5b,-0x93,_0x5b753b._0x154c03,-_0x5b753b._0x2a4f85)+_0x5499ed(-0x17,0x27,_0x5b753b._0x199d5d,-_0x5b753b._0x15f418)+'d)','uPQFn':function(_0x198f4c){return _0x198f4c();},'DZbNG':_0x25b8d7(_0x5b753b._0x4b7a4a,_0x5b753b._0x2d9d0a,0xef,0xe3),'fJveE':'Error:\x20Set'+_0x25b8d7(-_0x5b753b._0x3be112,0x2,-_0x5b753b._0x485c95,0xb4)+_0x5499ed(-0x141,-_0x5b753b._0x2d9d0a,-_0x5b753b._0x21a97e,-_0x5b753b._0x3af973)+'ed','sXeFL':_0x25b8d7(0x142,0x99,0xe2,_0x5b753b._0x4b7a4a)+_0x25b8d7(0x24,0x8a,0x23,0xc5)+_0x25b8d7(-_0x5b753b._0x3c277b,0xd,-0x1b,_0x5b753b._0x42cf04)+_0x25b8d7(_0x5b753b._0x5f4bdf,0x2a,0x81,-0xa)+_0x5499ed(-_0x5b753b._0xfc2570,-0xd3,0x3c,-_0x5b753b._0x3520b3)+_0x5499ed(-0x152,-0x77,-0x8a,-0xae)+'tup','tHzRB':_0x5499ed(_0x5b753b._0x5a6dd9,0x20,0xb0,_0x5b753b._0x1fc71f),'RxfsY':function(_0x2e974d,_0x50b4fd){return _0x2e974d===_0x50b4fd;},'hLSyD':_0x5499ed(-_0x5b753b._0x240e22,-0x175,-_0x5b753b._0x4496b1,-_0x5b753b._0x28ae9c),'mNRav':_0x5499ed(-0xbe,-0x1b5,-0xb2,-_0x5b753b._0x2541ec),'iogSn':_0x25b8d7(_0x5b753b._0x184c1e,_0x5b753b._0x5d0eec,-_0x5b753b._0x1fc71f,0x4c),'noUgJ':function(_0x560bcd,_0x518f99){return _0x560bcd+_0x518f99;},'bZSTV':_0x25b8d7(-0xb3,-0x48,-_0x5b753b._0x3520b3,-0x54)+_0x5499ed(-0xa8,0x34,0xb6,_0x5b753b._0x1c4ef4)+_0x5499ed(-_0x5b753b._0x158b5e,-0x16,-_0x5b753b._0x5f018e,-0xbe)+'\x20to\x20take\x20e'+_0x25b8d7(0x11,_0x5b753b._0x129678,-_0x5b753b._0x2e8f66,_0x5b753b._0x59f78c)},_0xd6d1f3=await _0x5c27dc[_0x25b8d7(0x93,_0x5b753b._0x5df917,0x30,0x43)](getCoderSetupPath);if(!_0xd6d1f3){const _0xbb68cf=_0x5c27dc['DZbNG'][_0x5499ed(0xa9,0xf,_0x5b753b._0x521033,_0x5b753b._0x38b60f)]('|');let _0x3fa285=0x194f+0x373+-0x1cc2;while(!![]){switch(_0xbb68cf[_0x3fa285++]){case'0':console[_0x25b8d7(-_0x5b753b._0x5023a5,-0xa4,-_0x5b753b._0x23e549,_0x5b753b._0x5e9130)](_0x5c27dc[_0x5499ed(-_0x5b753b._0x3bba46,-_0x5b753b._0x585ebf,-_0x5b753b._0x44ddcb,-0x82)]);continue;case'1':console[_0x5499ed(-0x135,-_0x5b753b._0x44ddcb,-0xf0,-_0x5b753b._0x2dde68)](_0x5c27dc['sXeFL']);continue;case'2':process[_0x25b8d7(-0x3e,-0x6f,-0xbc,-0xc1)](-0x7*0x48c+-0x71a+0x26ef);continue;case'3':console[_0x5499ed(-0x189,-0x95,-0x181,-0xf2)]('');continue;case'4':console['error'](_0x25b8d7(-0xd,_0x5b753b._0x148ebc,-0x67,_0x5b753b._0x1e0493)+_0x5499ed(-0x71,-_0x5b753b._0x509744,-_0x5b753b._0x2188ca,-0xa2)+_0x5499ed(-_0x5b753b._0x414556,-_0x5b753b._0x5ea2ea,0x81,-0x21)+':');continue;}break;}}const _0x2caa5d=_0x45b978[_0x25b8d7(-_0x5b753b._0x387a58,-_0x5b753b._0x2e8f66,_0x5b753b._0x5f00fe,0x24)](_0xd6d1f3,_0x5c27dc['tHzRB']);let _0x2664c3;try{if(_0x5c27dc['RxfsY'](_0x5c27dc[_0x5499ed(-0x91,_0x5b753b._0x53b09c,-0x88,-_0x5b753b._0x3d9ff9)],_0x5499ed(-_0x5b753b._0x446ae0,-_0x5b753b._0x21df74,-0x161,-0x107))){const _0x417dec=await _0x179acc['readFile'](_0x2caa5d,_0x5c27dc[_0x5499ed(-0x8e,-_0x5b753b._0x40e18e,-0x146,-0xb2)]);_0x2664c3=JSON[_0x25b8d7(-_0x5b753b._0x21238a,-0x68,-0x34,-0x60)](_0x417dec);}else _0x3d8fda[_0x25b8d7(-0x110,-_0x5b753b._0x4882d7,-0x17,-_0x5b753b._0x4c409d)](_0x5c27dc[_0x5499ed(-0x41,-_0x5b753b._0xfc417e,-_0x5b753b._0x21f344,-0xfc)]),_0x5242a0[_0x25b8d7(-_0x5b753b._0x26e180,-0xa0,-0x5d,-_0x5b753b._0x99b58b)](''),_0xc55fa7[_0x25b8d7(-_0x5b753b._0x17460e,-_0x5b753b._0x20bfa8,-0xa3,-0x51)](_0x25b8d7(0x12,-0x27,0x56,0xb)+_0x5499ed(-0x39,-0x6f,-_0x5b753b._0x4466c4,-0xf4)+_0x10fa97);}catch(_0x21e7fb){_0x5c27dc[_0x25b8d7(-0x10,-_0x5b753b._0x34cf20,-0x112,-0x3)](_0x21e7fb[_0x25b8d7(_0x5b753b._0x477317,0x5a,-0xb,_0x5b753b._0x2c911c)],_0x5c27dc['iogSn'])?(console[_0x5499ed(-0x177,-_0x5b753b._0x33d1ea,-_0x5b753b._0x142505,-_0x5b753b._0x2dde68)](_0x25b8d7(_0x5b753b._0x620e36,-0x22,-_0x5b753b._0x59cc4a,0x79)+'up.json\x20no'+_0x5499ed(-0x107,-_0x5b753b._0x1cc607,-0x17c,-_0x5b753b._0x184c1e)+'\x20'+_0x2caa5d),console[_0x25b8d7(-_0x5b753b._0x372b33,-_0x5b753b._0x435704,_0x5b753b._0x44e9d1,-0x61)](_0x25b8d7(0x49,-_0x5b753b._0x14271e,-_0x5b753b._0x227355,-0xa3)+'coder_setu'+'p_path\x20poi'+_0x25b8d7(-0x30,-0x65,-0x6,-_0x5b753b._0x2d6dec)+_0x25b8d7(-0x11c,-_0x5b753b._0x4e8182,_0x5b753b._0xbeb30b,-0x7f)+_0x25b8d7(_0x5b753b._0x3b9680,0xb,_0x5b753b._0x40e18e,-_0x5b753b._0x33fc3c)+'ectory')):console[_0x25b8d7(-0xab,-0xa4,-_0x5b753b._0x385b8d,-_0x5b753b._0x54f6a6)]('Error\x20read'+'ing\x20setup.'+'json:\x20'+_0x21e7fb[_0x25b8d7(-_0x5b753b._0x2ee734,-0x94,-0x102,0x6)]),process[_0x25b8d7(-_0x5b753b._0x5762ad,-_0x5b753b._0x474e88,-0xb7,-_0x5b753b._0x38a5e8)](0x1393+-0xaeb*0x2+0x244);}function _0x25b8d7(_0x2fa626,_0x382e65,_0x1ad59d,_0x1566d0){return _0x14ae10(_0x2fa626,_0x382e65- -_0xdea700._0x14c9e7,_0x1ad59d-_0xdea700._0x3dd873,_0x1566d0-0x15b);}_0x2664c3[_0x37df28]=_0x1a04d5,await _0x179acc['writeFile'](_0x2caa5d,_0x5c27dc[_0x5499ed(_0x5b753b._0x2c3203,_0x5b753b._0x2662b3,0xa7,0x3b)](JSON[_0x5499ed(-_0x5b753b._0x43bde4,0x119,0x1,0x63)](_0x2664c3,null,0x11c3*-0x2+0x13ce+0x21*0x7a),'\x0a'),_0x5c27dc[_0x25b8d7(0x2c,-_0x5b753b._0x46d6bb,-_0x5b753b._0x4aa324,-_0x5b753b._0x5d8dda)]),console[_0x5499ed(-0x16a,-0x5c,-0xb9,-_0x5b753b._0x584d55)](_0x25b8d7(0x2e,0x7,-0x6a,_0x5b753b._0x418967)+_0x37df28+_0x5499ed(-0x126,_0x5b753b._0x1f51b7,0x4d,-0x68)+_0x1a04d5);function _0x5499ed(_0x5a62df,_0x5995b0,_0x12a55a,_0x5e4298){return _0x3a167a(_0x5a62df-0x1a7,_0x5e4298-_0x57d909._0x407b37,_0x12a55a-_0x57d909._0x27d3dc,_0x5995b0);}console[_0x5499ed(-_0x5b753b._0x103e3c,-0xc3,-0x15a,-_0x5b753b._0x1bba43)](_0x25b8d7(-0xb7,-0x72,-_0x5b753b._0x4d7702,-_0x5b753b._0x3b9680)+':\x20'+_0x2caa5d),console[_0x5499ed(-_0x5b753b._0x48e44a,-_0x5b753b._0x567dec,-0xa0,-0xee)](''),console[_0x5499ed(-0x1a7,-_0x5b753b._0x2c398f,-_0x5b753b._0x58cd6e,-_0x5b753b._0x486ed9)](_0x5c27dc[_0x25b8d7(_0x5b753b._0x2e8f66,-0x6a,-0x6,-_0x5b753b._0x143eaf)]);}async function getConfig(_0x5cd2b5){const _0x352d56={_0x1de7c:0x4b7,_0x861749:0x5e4,_0x19248b:0x537,_0x3b48ce:0x4b8,_0x4d6937:0x566,_0x37f411:0x4ff,_0x374158:0x5d2,_0x3c7171:0x104,_0x1b329c:0x1bb,_0x24e50b:0x55a,_0x22a143:0x4c1,_0x1ef2ef:0xce,_0x1a766e:0x9e,_0xd5e8e0:0x5b2,_0x205e4d:0x4bd,_0x46b6aa:0x51a,_0x3a8e18:0x7e,_0x45df91:0x23,_0x427054:0xe,_0x3dd76c:0x4f8,_0x164d59:0x412,_0x3b28bf:0x52b,_0x2a53ee:0x51b,_0xae432d:0x569,_0x58db63:0x4a5,_0x400938:0x57d,_0x4416e3:0x51c,_0x2ed799:0xa6,_0x3913f0:0x82,_0x169942:0xd6,_0xcc1fce:0x444,_0x457f71:0x4dc,_0x18e5fe:0x683,_0x37c96a:0x5a5,_0x4ade4b:0x53d,_0x3a4d4d:0x5,_0x166479:0x146,_0x180ffb:0x90,_0x752288:0x534,_0x11b2c7:0x59e,_0x3352ad:0x59d,_0x1a7c1b:0x11e,_0x3658ea:0x4b2,_0x5021bf:0x12c,_0x40b53f:0x1a0,_0x5e6c93:0x197,_0xa332ba:0x228,_0x11d4e5:0x16f,_0x51e928:0x5,_0x1e8fd3:0x2a,_0x359af6:0x0,_0x3cbdc9:0x20,_0x296393:0xd2,_0x4052f3:0xdf,_0x333e2c:0x1d8,_0x1c9fe2:0x238,_0x2c0139:0xca,_0x20616c:0x12d,_0x3df9b4:0x4ae,_0x276b85:0x34,_0x274597:0x3,_0x154202:0x100,_0x51d679:0x124,_0x2205c9:0xc1,_0x4c091e:0xb8,_0x157ab8:0x57,_0x24f362:0x4e,_0x14207c:0x60,_0x289fa5:0x5a8,_0x9e1a6f:0x50b,_0x49bc40:0x4ca,_0x33b2ac:0x526,_0x13be8d:0x40a,_0x5896a9:0x43c,_0x4488df:0x87,_0x358df0:0xd2,_0x5845b6:0x12e,_0xc2323e:0x1a2,_0x8451a9:0xa0,_0x151dce:0xbc,_0x412ca3:0x5a7,_0x5094d5:0x654,_0x937c3e:0x8c,_0xda863:0x5a,_0x52a9a0:0x1b5,_0x4433e3:0x14b,_0x5acda9:0x4e3,_0x32d954:0x58d,_0x5572aa:0x4d2,_0x1d2b09:0x438,_0x35e28e:0x54f,_0x311ff3:0x5bc,_0x320dd7:0xc7,_0x158d91:0xa9,_0x4373d5:0x67,_0x345357:0x58e,_0x3f23d4:0x4f1,_0x35becd:0x55,_0x4f58c9:0xde,_0x25aaf4:0x4d4,_0x55c4ff:0x491,_0x10a22c:0x42a,_0x465bcf:0x50c,_0x4c13a4:0x502,_0x469ff7:0x151,_0x358f9a:0xf9,_0x591745:0xad,_0x4a34a2:0xdc,_0x1851eb:0x500,_0x3ea0ef:0x5ac,_0x2e4773:0x613,_0x5bb48e:0x608,_0x3e351c:0x551,_0x562bda:0x5b2,_0x40cdf0:0x538,_0xe162bc:0x1d3,_0x49cc54:0x591,_0xb17dfe:0x584,_0x1f7ae0:0x564,_0x22c95f:0x23b,_0x4b4701:0x1a3,_0x4e6fd3:0x4dd,_0x5b5f95:0x52e,_0x39324c:0x4e6,_0x5402fd:0x4a4,_0x4c0f71:0x434,_0x25e284:0x4d0,_0xdc7e31:0x4b7,_0x586013:0x4b5,_0x4169ac:0x4f0,_0x307f09:0x4e8,_0x242951:0x142,_0x513c8e:0xf6,_0x24f29d:0x506,_0x1783ea:0x4b8,_0x355e56:0x509,_0x1ee4b8:0x54f,_0x3bcb37:0x160,_0x46c024:0x5f0,_0x5b2f81:0x47a,_0x5d1a91:0x4db,_0x7322ee:0x5ca,_0x347617:0x30,_0x2210e4:0x50d,_0x2caf74:0x495,_0x2a1680:0x9b,_0x2ed0f6:0x5b,_0x51e46c:0x8,_0x423aaf:0x19,_0x5ad2a3:0x1c,_0x10c5c5:0x112,_0x88d1f5:0x20b,_0x589557:0x16b,_0x2656dd:0x1c6,_0x5df253:0x147,_0x2e74f0:0x3f7,_0x3474a8:0x504,_0x3074a1:0x5de,_0x34dc9b:0x5c3,_0x465efd:0x51c,_0x19c2b5:0x58a,_0x3a9ecd:0x44b,_0x262a0e:0x4bd,_0x531f75:0x48b,_0x3f7240:0xc8,_0x2da4de:0xed,_0x4baf64:0x549,_0x5f3043:0x528,_0x2a94e4:0x594,_0x51400c:0x42b,_0x1e7161:0x427,_0x2e1df9:0x5c8,_0x23c3a2:0x5dd,_0x1ace20:0x541,_0x3ce99a:0x191,_0x542028:0x7f,_0x482f50:0x1e,_0x5b65a2:0x8f,_0x5c014b:0xfd,_0x3699a3:0x5f4,_0x59ff3d:0x21,_0x4819d0:0xf2,_0x49b9fb:0xbf,_0x1cd2c1:0x7b,_0x120482:0x446,_0x617412:0x471,_0x25b7f6:0x442,_0x404deb:0x433,_0x363a14:0x45a,_0x5292ef:0x401,_0xde85d5:0x544,_0x48c84f:0x4bb,_0x15e252:0x55a,_0x14a56c:0x4f5,_0x11ffb3:0x129,_0x4be99f:0x1d6,_0x589e39:0x493},_0x562f0c={_0x472b83:0x19d},_0x2fd1db={_0x1b7b07:0x45b,_0x59d1c1:0x20,_0x20f92b:0x1c2},_0x537a33={'pNYSJ':_0x31b06e(0x461,0x55d,_0x352d56._0x1de7c,0x4cc),'upCbg':_0x31b06e(_0x352d56._0x861749,_0x352d56._0x19248b,0x578,0x630)+'igure\x20the\x20'+_0x31b06e(0x598,_0x352d56._0x3b48ce,_0x352d56._0x4d6937,_0x352d56._0x37f411)+':','PZzgU':_0x31b06e(0x61b,0x534,_0x352d56._0x374158,0x5c3)+'rver\x20confi'+_0x41e052(_0x352d56._0x3c7171,0x99,_0x352d56._0x1b329c,0x10b)+_0x31b06e(0x60d,_0x352d56._0x24e50b,0x563,_0x352d56._0x22a143)+'th\x20/path/t'+_0x41e052(0xee,0x13,_0x352d56._0x1ef2ef,_0x352d56._0x1a766e)+_0x31b06e(0x55b,0x602,0x562,_0x352d56._0xd5e8e0),'KaIXx':_0x31b06e(_0x352d56._0x205e4d,0x4b4,_0x352d56._0x46b6aa,0x506)+_0x41e052(_0x352d56._0x3a8e18,-_0x352d56._0x45df91,_0x352d56._0x427054,0x7f)+_0x31b06e(_0x352d56._0x3dd76c,_0x352d56._0x164d59,0x4c3,0x55c)+_0x31b06e(0x551,_0x352d56._0x3b28bf,0x4d4,_0x352d56._0x2a53ee)+_0x31b06e(0x4cc,_0x352d56._0xae432d,0x4be,_0x352d56._0x58db63)+'-setup\x20dir'+'ectory','pyqGf':function(_0x3a4a05,_0x261eb1){return _0x3a4a05===_0x261eb1;},'EMzrS':'rajEr','ZFrDv':_0x31b06e(0x51a,0x4d1,_0x352d56._0x400938,_0x352d56._0x4416e3)+'er-server\x20'+_0x41e052(_0x352d56._0x2ed799,0x69,_0x352d56._0x3913f0,_0x352d56._0x169942)+'\x20<key>','aHDmr':function(_0x343718,_0x47bf48){return _0x343718&&_0x47bf48;},'daouk':_0x31b06e(_0x352d56._0xcc1fce,0x428,_0x352d56._0x457f71,0x4e7),'uMtGE':_0x31b06e(_0x352d56._0x18e5fe,_0x352d56._0x37c96a,0x5f4,_0x352d56._0x4ade4b),'fodul':_0x41e052(_0x352d56._0x3a4d4d,0xf,_0x352d56._0x166479,_0x352d56._0x180ffb)+_0x31b06e(_0x352d56._0x752288,_0x352d56._0x11b2c7,0x5d9,_0x352d56._0x3352ad)+_0x41e052(0x158,0x9b,0x152,_0x352d56._0x1a7c1b)+_0x31b06e(_0x352d56._0x3658ea,0x4e8,0x4cd,0x432)+_0x41e052(0x1f7,_0x352d56._0x5021bf,0x103,_0x352d56._0x40b53f)+_0x41e052(_0x352d56._0x5e6c93,0x106,_0x352d56._0xa332ba,_0x352d56._0x11d4e5),'EONBL':_0x41e052(-_0x352d56._0x51e928,_0x352d56._0x1e8fd3,_0x352d56._0x359af6,0x7f)+'p_path','ulIsT':function(_0x3a7a99){return _0x3a7a99();},'dVlbr':function(_0x259734){return _0x259734();},'MMPwH':'ssl_cert_p'+'ath','BDZKs':_0x41e052(_0x352d56._0x3cbdc9,0x8c,0x61,_0x352d56._0x296393)+'up\x20path\x20no'+'t\x20configur'+'ed','ALhIv':_0x41e052(_0x352d56._0x4052f3,_0x352d56._0x333e2c,_0x352d56._0x1c9fe2,0x19d),'YtUJh':function(_0x69f1b2,_0x4ad9c2){return _0x69f1b2!==_0x4ad9c2;},'dCDnb':_0x41e052(0x1c6,0xd5,_0x352d56._0x2c0139,_0x352d56._0x20616c),'pjrhZ':_0x31b06e(_0x352d56._0x3df9b4,0x53d,0x542,0x50a),'sZCxg':_0x41e052(_0x352d56._0x276b85,0xd8,0x33,0x49),'Ebgcq':function(_0x1275be,_0x2f0a42){return _0x1275be!==_0x2f0a42;},'lMbXV':_0x41e052(-_0x352d56._0x274597,-0x2d,-0x10,0x62),'qXcEX':_0x41e052(_0x352d56._0x154202,0x5,_0x352d56._0x51d679,0x70),'xqSvs':function(_0x134e22,_0x293b68){return _0x134e22===_0x293b68;},'cedzR':'ZyGZC','ZPOsn':function(_0x84a8cd,_0x1de6d0){return _0x84a8cd!==_0x1de6d0;}};function _0x31b06e(_0x2535bf,_0x22d080,_0x4c01fe,_0x121e62){return _0x14ae10(_0x121e62,_0x4c01fe-_0x2fd1db._0x1b7b07,_0x4c01fe-_0x2fd1db._0x59d1c1,_0x121e62-_0x2fd1db._0x20f92b);}if(!_0x5cd2b5){if(_0x537a33['pyqGf'](_0x537a33[_0x41e052(_0x352d56._0x2205c9,0xe6,_0x352d56._0x4c091e,0xec)],_0x537a33[_0x41e052(0x172,_0x352d56._0x157ab8,0x8b,0xec)]))console[_0x41e052(-_0x352d56._0x24f362,0x117,-_0x352d56._0x14207c,0x5a)](_0x537a33[_0x31b06e(_0x352d56._0x289fa5,0x52b,0x50c,_0x352d56._0x9e1a6f)]),process[_0x31b06e(0x424,0x4e7,_0x352d56._0x49bc40,0x454)](-0xf06*0x1+0x1*-0x1a7d+0x2984);else{const _0x228b26=_0x537a33[_0x31b06e(0x603,0x67b,0x5c6,_0x352d56._0x33b2ac)][_0x41e052(0x168,0x127,0x1e4,0x151)]('|');let _0x4d6a53=-0x36b+0x15c8+0x1*-0x125d;while(!![]){switch(_0x228b26[_0x4d6a53++]){case'0':_0x2ea81f[_0x31b06e(0x4e8,_0x352d56._0x13be8d,0x495,_0x352d56._0x5896a9)](_0x41e052(0xa0,0x11d,_0x352d56._0x4488df,_0x352d56._0x358df0)+_0x41e052(0x189,_0x352d56._0x5845b6,_0x352d56._0xc2323e,_0x352d56._0x154202)+_0x31b06e(0x4a2,0x497,0x4e8,0x558)+'ed');continue;case'1':_0x2ffc8e[_0x41e052(_0x352d56._0x8451a9,_0x352d56._0x151dce,0xc6,0x5a)](_0x537a33[_0x31b06e(0x58b,_0x352d56._0x412ca3,0x5f1,_0x352d56._0x5094d5)]);continue;case'2':_0x59fd73['exit'](-0x10c7*-0x1+-0x1bf1+0xb2b);continue;case'3':_0x596281['error']('');continue;case'4':_0x2fd4d7[_0x41e052(0xaa,0x6c,_0x352d56._0x937c3e,_0x352d56._0xda863)](_0x537a33[_0x41e052(0x212,0x113,_0x352d56._0x52a9a0,0x170)]);continue;}break;}}}const _0x1aee96=SERVER_CONFIG_KEYS[_0x41e052(_0x352d56._0x4433e3,0x176,0x11e,0x133)](_0x5cd2b5);function _0x41e052(_0x57f978,_0x24f6e7,_0x444a06,_0x58aea1){return _0x3a167a(_0x57f978-_0x562f0c._0x472b83,_0x58aea1-0x2ae,_0x444a06-0x6c,_0x57f978);}const _0x5ba778=SETUP_JSON_KEYS['has'](_0x5cd2b5);_0x537a33[_0x31b06e(0x5a2,0x53e,0x56b,0x5ae)](!_0x1aee96,!_0x5ba778)&&(_0x537a33[_0x31b06e(_0x352d56._0x5acda9,_0x352d56._0x32d954,_0x352d56._0x5572aa,_0x352d56._0x1d2b09)]!==_0x537a33[_0x31b06e(0x574,_0x352d56._0x35e28e,_0x352d56._0x311ff3,0x597)]?(console['error']('Unknown\x20co'+_0x41e052(-0x10,_0x352d56._0x320dd7,_0x352d56._0x158d91,_0x352d56._0x4373d5)+_0x31b06e(_0x352d56._0x345357,0x4ef,0x5a2,_0x352d56._0x3f23d4)+_0x5cd2b5),console[_0x41e052(-_0x352d56._0x35becd,-0x37,_0x352d56._0x4f58c9,_0x352d56._0xda863)](_0x537a33[_0x31b06e(0x509,_0x352d56._0x25aaf4,_0x352d56._0x55c4ff,_0x352d56._0x10a22c)]),process['exit'](-0xc37+0x16a0+-0xa68)):_0xcddca1[_0x31b06e(0x40a,_0x352d56._0x465bcf,0x495,_0x352d56._0x4c13a4)](_0x41e052(_0x352d56._0x469ff7,_0x352d56._0x358f9a,_0x352d56._0x591745,_0x352d56._0x4a34a2)+'up.json\x20no'+_0x31b06e(_0x352d56._0x1851eb,0x458,_0x352d56._0x205e4d,0x47d)+'\x20'+_0x54aca3));let _0x46ac11;if(_0x1aee96)switch(_0x5cd2b5){case _0x537a33[_0x31b06e(_0x352d56._0x3ea0ef,_0x352d56._0x2e4773,0x557,_0x352d56._0x5bb48e)]:_0x46ac11=await _0x537a33['ulIsT'](getCoderSetupPath);break;case _0x31b06e(_0x352d56._0x3e351c,_0x352d56._0x562bda,_0x352d56._0x40cdf0,0x4bd)+'t':_0x46ac11=await _0x537a33[_0x41e052(0x18a,_0x352d56._0xe162bc,0x231,0x1b7)](getServerPort);break;case _0x537a33[_0x31b06e(_0x352d56._0x49cc54,0x62d,_0x352d56._0xb17dfe,0x4fa)]:_0x46ac11=await getSslCertPath();break;case _0x31b06e(0x54c,_0x352d56._0x1f7ae0,0x576,0x564)+'th':_0x46ac11=await getSslKeyPath();break;case _0x41e052(0x1bc,_0x352d56._0x22c95f,0x207,_0x352d56._0x4b4701)+'h':_0x46ac11=await _0x537a33[_0x31b06e(0x4bd,0x51d,_0x352d56._0x4e6fd3,_0x352d56._0x5b5f95)](getSslCaPath);break;case _0x31b06e(0x4f7,0x486,_0x352d56._0x39324c,_0x352d56._0x5402fd)+'y':_0x46ac11=await getTrustProxy();break;}else{if(_0x5ba778){const _0x19330f=await _0x537a33[_0x41e052(0x202,0x12a,0x207,0x1b7)](getCoderSetupPath);!_0x19330f&&(console[_0x31b06e(0x52e,0x46f,0x495,0x481)](_0x537a33[_0x31b06e(_0x352d56._0x4c0f71,0x41a,_0x352d56._0x25e284,0x4c6)]),process[_0x31b06e(_0x352d56._0xdc7e31,0x54b,0x4ca,0x43c)](0x601*0x2+-0x12cd*-0x2+-0x33*0xf9));const _0x3c51e6=_0x45b978[_0x31b06e(_0x352d56._0x586013,0x496,_0x352d56._0x4169ac,_0x352d56._0x307f09)](_0x19330f,_0x537a33['ALhIv']);try{if(_0x537a33[_0x41e052(_0x352d56._0x242951,0x17d,_0x352d56._0x513c8e,0x112)](_0x537a33[_0x31b06e(_0x352d56._0x24f29d,_0x352d56._0x1783ea,_0x352d56._0x355e56,_0x352d56._0x1ee4b8)],_0x537a33[_0x41e052(0x192,_0x352d56._0x3bcb37,0xa4,0x14f)])){const _0x32228f=await _0x179acc[_0x31b06e(_0x352d56._0x46c024,0x559,0x53f,0x540)](_0x3c51e6,_0x537a33[_0x31b06e(_0x352d56._0x5b2f81,_0x352d56._0x5d1a91,0x521,_0x352d56._0x7322ee)]),_0x1ae3b7=JSON[_0x41e052(-0x1d,_0x352d56._0x347617,0x121,0x96)](_0x32228f);_0x46ac11=_0x1ae3b7[_0x5cd2b5];}else _0x5f2a41[_0x31b06e(0x48e,_0x352d56._0x2210e4,_0x352d56._0x2caf74,0x4ca)](_0x41e052(0xce,_0x352d56._0x2a1680,_0x352d56._0x2ed0f6,0xdc)+'up.json\x20no'+_0x41e052(_0x352d56._0x51e46c,-0x8,-_0x352d56._0x423aaf,0x82)+'\x20'+_0x30884d),_0x47397f[_0x41e052(-_0x352d56._0x5ad2a3,_0x352d56._0x10c5c5,0x2e,0x5a)](_0x537a33[_0x41e052(0x1d7,_0x352d56._0x88d1f5,_0x352d56._0x589557,0x1bb)]);}catch(_0x41dbf9){_0x537a33['Ebgcq'](_0x537a33[_0x41e052(_0x352d56._0x2656dd,0x13c,_0x352d56._0x5df253,0x1a5)],_0x537a33[_0x31b06e(_0x352d56._0x2e74f0,0x553,0x4aa,0x4ad)])?(_0x537a33[_0x41e052(_0x352d56._0x14207c,0x14a,0x51,0xba)](_0x41dbf9['code'],_0x31b06e(_0x352d56._0x3474a8,_0x352d56._0x3074a1,0x56a,_0x352d56._0x34dc9b))?console[_0x31b06e(0x53b,0x42c,0x495,0x4c9)]('Error:\x20set'+_0x31b06e(0x529,0x507,_0x352d56._0x465efd,_0x352d56._0x19c2b5)+_0x31b06e(_0x352d56._0x3a9ecd,0x4b5,_0x352d56._0x262a0e,0x575)+'\x20'+_0x3c51e6):_0x537a33[_0x31b06e(_0x352d56._0x531f75,0x4a4,0x528,0x48d)]!==_0x537a33[_0x41e052(0x130,0x109,_0x352d56._0x3f7240,_0x352d56._0x2da4de)]?_0x14e15f[_0x31b06e(_0x352d56._0x4baf64,0x411,0x495,0x503)](_0x31b06e(0x5ab,0x4a5,0x517,_0x352d56._0x5f3043)+_0x31b06e(_0x352d56._0x2a94e4,0x552,0x51c,0x4aa)+'t\x20found\x20at'+'\x20'+_0x185ee6):console[_0x31b06e(0x529,_0x352d56._0x51400c,0x495,_0x352d56._0x1e7161)](_0x31b06e(0x5fd,0x67f,_0x352d56._0x2e1df9,_0x352d56._0x23c3a2)+_0x31b06e(_0x352d56._0x1ace20,_0x352d56._0x37f411,0x564,0x59c)+_0x41e052(0x1b1,0x20c,_0x352d56._0x3ce99a,0x161)+_0x41dbf9['message']),process[_0x41e052(_0x352d56._0x542028,_0x352d56._0x482f50,0x83,_0x352d56._0x5b65a2)](-0x1*-0x12dc+0x20cb+0x259*-0x16)):(_0x58382f[_0x41e052(-0x18,0xb5,_0x352d56._0x5c014b,0x5a)](_0x31b06e(_0x352d56._0x3699a3,0x58d,0x587,0x500)+_0x1a4b6b['message']),_0x410a6f['exit'](0xc82*0x3+0x1975+-0x3efa));}}}_0x537a33[_0x41e052(_0x352d56._0x59ff3d,_0x352d56._0x4819d0,_0x352d56._0x49b9fb,_0x352d56._0x1cd2c1)](_0x46ac11,undefined)?console[_0x31b06e(_0x352d56._0x120482,_0x352d56._0x617412,0x499,_0x352d56._0x25b7f6)](_0x46ac11):(console[_0x31b06e(_0x352d56._0x404deb,_0x352d56._0x363a14,_0x352d56._0x2caf74,_0x352d56._0x5292ef)](_0x31b06e(_0x352d56._0xde85d5,_0x352d56._0x307f09,_0x352d56._0x48c84f,_0x352d56._0x15e252)+_0x5cd2b5+(_0x31b06e(0x4aa,_0x352d56._0x14a56c,0x54b,0x5f2)+_0x41e052(_0x352d56._0x11ffb3,_0x352d56._0x4be99f,0x134,0x1be)+'guration')),process[_0x31b06e(0x4c6,_0x352d56._0x589e39,0x4ca,0x57e)](0xb*-0xad+-0x1ab9*0x1+0x9f*0x37));}async function removeConfig(_0x1b2331){const _0x1d1ad2={_0x276e9a:0x36d,_0x348d19:0x2f6,_0xd5334c:0x34e,_0x528fc2:0x2e5,_0x22145c:0x45c,_0x2a994c:0x3b3,_0x30b0f4:0x39f,_0xf5d29a:0x490,_0x3da136:0x3a4,_0x2d4ebb:0x328,_0x4607f1:0x350,_0xd0fd01:0x3c9,_0x1eec41:0x3e7,_0x5d74f9:0x325,_0x279d95:0x372,_0x369ae0:0x44b,_0x23e034:0x408,_0xc02e68:0x382,_0x1eaf07:0x3f0,_0x27ecbc:0x327,_0x1aa4c6:0x320,_0xdd4d37:0x2fa,_0x16b010:0x3e5,_0x4cd77b:0x3ac,_0x1ddfce:0x446,_0x316a03:0x37c,_0x52ed08:0x34e,_0xf3b68d:0x233,_0x41f610:0x371,_0x1e0ef1:0x400,_0xd69996:0x2f3,_0x1e9573:0x35d,_0x3de69d:0x2d0,_0x1bdec0:0x3a0,_0x1b45b7:0x347,_0x41f011:0x2ef,_0x4bd05a:0x315,_0x1f10eb:0x383,_0x3bf47c:0x474,_0x518510:0x334,_0x2d80e7:0x3ad,_0xf0f685:0x3ef,_0x162f1f:0x2f2,_0x5e107e:0x2ce,_0x19c62b:0x451,_0x5b3cf8:0x4b9,_0x238ef0:0x366,_0xf340d5:0x2e2,_0x5934fc:0x369,_0x2be0d2:0x3f9,_0x2c014a:0x390,_0x19a421:0x429,_0x33b8f6:0x31d,_0x2e43fa:0x2b0,_0x4e4b5b:0x368,_0x3b8167:0x2f4,_0x36ffed:0x45b,_0xabcff0:0x3e2,_0x4815dd:0x339,_0x15cac5:0x2fe,_0x1900f8:0x367,_0x21a76d:0x2f0,_0xb28b26:0x3da,_0x28ce75:0x2d7,_0x1a8b15:0x305,_0x41cf95:0x3d9,_0xd910d5:0x2ea,_0x1de98f:0x35a,_0x4a0b5f:0x274,_0x4c8027:0x325,_0x1f7a1e:0x45b,_0x3ac243:0x382,_0x13556f:0x3d2,_0x15dad4:0x4a3,_0x2dcffe:0x3ff,_0x38bf10:0x31d,_0x1b74d3:0x34d,_0x3b01d6:0x296,_0x30dfb0:0x2fe,_0x30715a:0x3b9,_0x12ab41:0x278,_0x2a9d43:0x348,_0x4f1a31:0x368,_0x15ca9e:0x317,_0x4e2106:0x254,_0x4e417e:0x25e,_0x1080c6:0x35b,_0x52b4e5:0x3f3,_0x192519:0x32e,_0x4bd8a7:0x3c6,_0x201725:0x210,_0x42d059:0x36a,_0x3696a4:0x340,_0x46f270:0x3e3,_0x1b9be9:0x4b2,_0x569dcf:0x40e,_0x5575f4:0x4a7,_0x595a94:0x2c9,_0x2d9130:0x34d,_0x35f184:0x3fd,_0x3a168a:0x3f8,_0x177d3c:0x3d5,_0x5f16d8:0x401,_0x2976cc:0x3a5,_0x2ce84f:0x41c,_0x14813c:0x374,_0x2046b4:0x3ff,_0x2a8865:0x365,_0x2ae849:0x28e,_0x1c65ed:0x237,_0x19ca1e:0x32b,_0x5281b0:0x2a5,_0x4cff72:0x3f0,_0x2a835c:0x49a,_0x46eb28:0x438,_0x3d09e4:0x361,_0x5cebde:0x39a,_0x383bf6:0x35f,_0x524e36:0x324,_0x5ee07a:0x3a8,_0x3c9d70:0x276,_0x37a17c:0x2d6,_0x1d0910:0x457,_0x36f81c:0x39d,_0x329f08:0x3a8,_0x1f0a02:0x335,_0x2547c1:0x2a3,_0x442eb7:0x3e2,_0x5a00a4:0x2ab,_0x333304:0x27e,_0x49d430:0x3ae,_0xc3f388:0x372,_0xb1e3cd:0x38a,_0x592d93:0x2a3,_0x103d14:0x2fc,_0x55375e:0x403,_0x1ceade:0x3de,_0x2b04d9:0x3eb,_0x2edd13:0x34b,_0x5bba6a:0x44a,_0x4bcd1d:0x41e,_0x2b53f4:0x3ee,_0x1bed95:0x309,_0x18aa23:0x2dd,_0x353b4a:0x331,_0x3ead22:0x3b1,_0x5d8975:0x399,_0x9ea8fa:0x41a,_0x4148e2:0x3b5,_0x32c5e4:0x39f,_0x192ecd:0x3e3,_0x318e78:0x316,_0x4b7f4d:0x2c2,_0x5c0c68:0x356,_0x465a09:0x362,_0x89a43f:0x410,_0xef0b6c:0x470,_0x4b949d:0x45b,_0x38ccae:0x318,_0x4c2d06:0x2cb,_0x283b0f:0x31d,_0x4fe34c:0x338,_0x5bd44a:0x397,_0x5e2956:0x4ae,_0x10309d:0x425,_0xb473df:0x3d1,_0x50fa3d:0x244,_0x40c9ab:0x241,_0x35827a:0x4dc,_0x21eaaf:0x413,_0x586262:0x326,_0x1ceec2:0x355,_0x2569ba:0x39b,_0x37848d:0x397,_0x25f485:0x39f,_0xf88f25:0x298,_0x11aa31:0x383,_0x11f1f7:0x3b4,_0x53c91b:0x397,_0x4fc63b:0x396,_0x4d94b4:0x4a1,_0x482d6f:0x41f,_0x170823:0x342,_0x24890f:0x3d7,_0x98f792:0x2be,_0x2e990e:0x24b,_0x85a860:0x2bc,_0x10c549:0x305,_0x31fcd2:0x358,_0x3d3414:0x3c0,_0x184c03:0x381,_0x1c60fb:0x32a,_0x5248d0:0x2ae,_0x2df553:0x318,_0x35dc02:0x386,_0x3ede0c:0x311,_0x3cc238:0x418,_0x1b4026:0x493,_0x3623f4:0x3bf,_0x536d6b:0x399,_0x3c532a:0x33a,_0x48e757:0x2ff,_0x2f37f4:0x307,_0x518387:0x345,_0x25a7b0:0x391,_0x52d7f3:0x232,_0xe13b35:0x2ca,_0x223e77:0x31b,_0x732187:0x34a,_0x11ca85:0x3b1,_0x2a3baa:0x323,_0x5d0941:0x34d,_0xa3a78a:0x2a5,_0x5f04f5:0x374,_0x212ec3:0x313,_0x3ce442:0x3a1,_0x4bdf2d:0x29d,_0x58e425:0x2a6,_0x4c4dc2:0x2f1,_0x52786c:0x263,_0x364402:0x304,_0x22fcb0:0x2cb},_0x17c1df={'DPVrX':function(_0x467a9f,_0x51539d){return _0x467a9f===_0x51539d;},'UpwTd':_0x3d3e0f(_0x1d1ad2._0x276e9a,_0x1d1ad2._0x348d19,_0x1d1ad2._0xd5334c,_0x1d1ad2._0x528fc2)+_0x3d3e0f(0x4e9,0x455,_0x1d1ad2._0x22145c,_0x1d1ad2._0x2a994c)+_0x3d3e0f(0x427,_0x1d1ad2._0x30b0f4,0x3dc,_0x1d1ad2._0xf5d29a)+_0x3d3e0f(_0x1d1ad2._0x3da136,_0x1d1ad2._0x2d4ebb,_0x1d1ad2._0x4607f1,0x34d)+_0x554cbf(_0x1d1ad2._0x276e9a,0x490,_0x1d1ad2._0xd0fd01,_0x1d1ad2._0x1eec41)+_0x3d3e0f(0x4eb,0x4df,0x42d,0x388),'rykla':'Configure\x20'+_0x554cbf(0x3dc,_0x1d1ad2._0x5d74f9,0x305,_0x1d1ad2._0x279d95)+_0x3d3e0f(0x33e,_0x1d1ad2._0x369ae0,0x3d6,0x48a)+'etup.json\x20'+_0x554cbf(_0x1d1ad2._0x23e034,0x4a2,_0x1d1ad2._0xc02e68,_0x1d1ad2._0x1eaf07)+_0x554cbf(0x303,_0x1d1ad2._0x27ecbc,_0x1d1ad2._0x1aa4c6,_0x1d1ad2._0xdd4d37),'BFJMj':'\x20\x20coder-se'+_0x3d3e0f(_0x1d1ad2._0x16b010,_0x1d1ad2._0x4cd77b,_0x1d1ad2._0x1ddfce,0x48a)+_0x554cbf(0x373,_0x1d1ad2._0x316a03,0x3ac,0x352)+_0x554cbf(0x2c6,0x337,0x3a0,0x36f)+'th\x20/path/t'+_0x554cbf(_0x1d1ad2._0x52ed08,0x2af,_0x1d1ad2._0xf3b68d,0x2e5)+'tup','hHKCk':_0x3d3e0f(0x450,_0x1d1ad2._0x41f610,_0x1d1ad2._0x1e0ef1,0x37f)+_0x554cbf(_0x1d1ad2._0xd69996,_0x1d1ad2._0x1e9573,_0x1d1ad2._0x5d74f9,0x303)+_0x3d3e0f(_0x1d1ad2._0x3de69d,_0x1d1ad2._0x1bdec0,_0x1d1ad2._0x1b45b7,0x3a1)+_0x3d3e0f(_0x1d1ad2._0x41f011,0x34d,_0x1d1ad2._0x4bd05a,_0x1d1ad2._0x1f10eb),'NPybY':function(_0x5b6bfa,_0x58b4e9){return _0x5b6bfa&&_0x58b4e9;},'mcBtd':function(_0x1927fb,_0x5e74be){return _0x1927fb!==_0x5e74be;},'gTDNE':_0x3d3e0f(0x318,0x38b,0x3cb,_0x1d1ad2._0x3bf47c),'Hnhfx':_0x3d3e0f(_0x1d1ad2._0x518510,0x48c,0x3d4,_0x1d1ad2._0x2d80e7),'mJJPa':_0x3d3e0f(0x2f1,_0x1d1ad2._0xf0f685,0x33d,_0x1d1ad2._0x162f1f)+_0x554cbf(_0x1d1ad2._0x5e107e,0x36a,0x313,0x2c5),'nCTim':'server_por'+'t','rGHvg':function(_0xd7b223,_0x11e88e){return _0xd7b223(_0x11e88e);},'uDJFZ':_0x3d3e0f(0x41a,0x3f3,_0x1d1ad2._0x19c62b,_0x1d1ad2._0x5b3cf8)+_0x3d3e0f(0x338,0x33e,_0x1d1ad2._0x238ef0,0x36e),'Mgaja':function(_0x1522ba,_0x48bc6e){return _0x1522ba(_0x48bc6e);},'oWlqn':_0x554cbf(0x450,0x387,0x423,0x3ea)+'h','xzGVs':_0x3d3e0f(_0x1d1ad2._0xf340d5,0x2b6,_0x1d1ad2._0x5934fc,_0x1d1ad2._0x2be0d2)+'y','yNocf':function(_0x239b9f,_0x278335){return _0x239b9f(_0x278335);},'WkfTz':function(_0x2bb122){return _0x2bb122();},'iqbUI':_0x3d3e0f(0x2f0,0x42c,_0x1d1ad2._0x2c014a,0x439)+_0x3d3e0f(_0x1d1ad2._0x19a421,0x46b,0x3be,_0x1d1ad2._0x33b8f6)+_0x554cbf(_0x1d1ad2._0x2e43fa,_0x1d1ad2._0x4e4b5b,0x395,_0x1d1ad2._0x3b8167)+'ed','IRHkM':_0x3d3e0f(0x3ca,0x493,_0x1d1ad2._0x36ffed,_0x1d1ad2._0xabcff0),'YleVb':_0x3d3e0f(0x394,0x2fc,0x307,_0x1d1ad2._0x4815dd),'pwsYx':_0x554cbf(0x31f,_0x1d1ad2._0x15cac5,0x2b6,_0x1d1ad2._0x1900f8),'YtVGE':_0x3d3e0f(0x3ed,0x367,0x384,0x3ab),'XWhIr':function(_0x49f9b1,_0x1c3324){return _0x49f9b1===_0x1c3324;},'sYytZ':function(_0x5b6851,_0xa9f756){return _0x5b6851===_0xa9f756;},'AwDzU':_0x554cbf(_0x1d1ad2._0x21a76d,_0x1d1ad2._0xb28b26,0x335,0x3a0),'SKQVH':function(_0x2fa7e4,_0x4f62e0){return _0x2fa7e4+_0x4f62e0;}};!_0x1b2331&&(console[_0x3d3e0f(0x34a,_0x1d1ad2._0x28ce75,0x318,0x336)](_0x17c1df['hHKCk']),process[_0x3d3e0f(_0x1d1ad2._0x1a8b15,0x2df,0x34d,0x2c5)](0x139a+-0x1*-0xada+-0x1e73));const _0x12102c=SERVER_CONFIG_KEYS['has'](_0x1b2331);function _0x554cbf(_0x3c1f4a,_0x3d205b,_0x3fe90c,_0x443b6b){return _0x3a167a(_0x3c1f4a-0x15,_0x443b6b-0x4f5,_0x3fe90c-0x1c3,_0x3c1f4a);}const _0x33ed6f=SETUP_JSON_KEYS[_0x3d3e0f(0x4aa,0x36b,0x3f1,0x3da)](_0x1b2331);function _0x3d3e0f(_0x11c0eb,_0xa0e71b,_0x1dfb74,_0x5f35db){return _0x14ae10(_0x5f35db,_0x1dfb74-0x2de,_0x1dfb74-0x1df,_0x5f35db-0x173);}_0x17c1df['NPybY'](!_0x12102c,!_0x33ed6f)&&(console['error'](_0x554cbf(_0x1d1ad2._0x41cf95,_0x1d1ad2._0xd910d5,0x32c,_0x1d1ad2._0x1de98f)+_0x3d3e0f(0x389,_0x1d1ad2._0x4a0b5f,_0x1d1ad2._0x4c8027,0x303)+_0x3d3e0f(0x45f,_0x1d1ad2._0x1f7a1e,0x425,0x4c8)+_0x1b2331),console[_0x3d3e0f(_0x1d1ad2._0x3ac243,0x2a2,0x318,_0x1d1ad2._0x13556f)](_0x17c1df[_0x554cbf(0x356,0x433,_0x1d1ad2._0x15dad4,_0x1d1ad2._0x2dcffe)]),process[_0x3d3e0f(_0x1d1ad2._0x38bf10,0x3d3,_0x1d1ad2._0x1b74d3,_0x1d1ad2._0x3b01d6)](0x2*0x55e+0x1794+-0x224f*0x1));if(_0x12102c){if(_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x30dfb0,_0x1d1ad2._0x30715a,0x3a8,0x391)](_0x17c1df[_0x554cbf(_0x1d1ad2._0x12ab41,0x33f,0x37f,0x2f6)],_0x17c1df[_0x3d3e0f(0x340,_0x1d1ad2._0x2a9d43,0x397,0x3ab)])){switch(_0x1b2331){case _0x17c1df[_0x554cbf(0x265,_0x1d1ad2._0x4f1a31,_0x1d1ad2._0x30dfb0,_0x1d1ad2._0x15ca9e)]:await saveCoderSetupPath(null),console[_0x554cbf(_0x1d1ad2._0x4e2106,_0x1d1ad2._0x4e417e,0x2ad,0x2a5)](_0x554cbf(0x354,0x3d5,0x385,_0x1d1ad2._0x1080c6)+_0x1b2331);break;case _0x17c1df[_0x3d3e0f(0x3be,0x3d5,0x380,_0x1d1ad2._0x52b4e5)]:await _0x17c1df[_0x554cbf(0x297,_0x1d1ad2._0x192519,_0x1d1ad2._0x4bd8a7,0x32e)](saveServerPort,-0x1*0x103d+-0x12f*0x16+0x35ff),console[_0x554cbf(0x249,_0x1d1ad2._0x201725,0x308,0x2a5)]('Reset\x20'+_0x1b2331+(_0x554cbf(_0x1d1ad2._0x42d059,_0x1d1ad2._0x3696a4,_0x1d1ad2._0x46f270,0x3c7)+'t\x20(3000)'));break;case _0x17c1df[_0x3d3e0f(0x39a,_0x1d1ad2._0x1b9be9,_0x1d1ad2._0x569dcf,_0x1d1ad2._0x5575f4)]:await _0x17c1df[_0x554cbf(0x316,0x367,_0x1d1ad2._0x595a94,0x387)](saveSslCertPath,null),console['log'](_0x3d3e0f(0x395,_0x1d1ad2._0x2d9130,0x3d2,_0x1d1ad2._0x35f184)+_0x1b2331);break;case _0x3d3e0f(_0x1d1ad2._0x3a168a,0x3a1,0x3f9,0x35c)+'th':await saveSslKeyPath(null),console[_0x3d3e0f(0x366,0x2d5,0x31c,0x3ad)]('Removed\x20'+_0x1b2331);break;case _0x17c1df[_0x3d3e0f(0x3f6,0x473,_0x1d1ad2._0x177d3c,0x491)]:await _0x17c1df[_0x3d3e0f(_0x1d1ad2._0x5f16d8,0x352,_0x1d1ad2._0x2976cc,_0x1d1ad2._0x2ce84f)](saveSslCaPath,null),console['log'](_0x3d3e0f(_0x1d1ad2._0x14813c,_0x1d1ad2._0x2046b4,0x3d2,0x47e)+_0x1b2331);break;case _0x17c1df[_0x3d3e0f(0x3d3,0x35a,_0x1d1ad2._0x2a8865,0x2cd)]:await _0x17c1df['yNocf'](saveTrustProxy,null),console['log']('Removed\x20'+_0x1b2331);break;}console[_0x554cbf(_0x1d1ad2._0x2ae849,_0x1d1ad2._0x1c65ed,_0x1d1ad2._0x19ca1e,_0x1d1ad2._0x5281b0)]('\x20\x20Location'+':\x20'+getConfigPath());}else _0x17c1df[_0x3d3e0f(_0x1d1ad2._0x4cff72,_0x1d1ad2._0x2a835c,0x458,0x4cd)](_0xf9ca7c[_0x554cbf(0x3ae,_0x1d1ad2._0x46eb28,_0x1d1ad2._0x3d09e4,_0x1d1ad2._0x30b0f4)],'ENOENT')?_0x266150['error'](_0x554cbf(0x310,0x333,0x31b,0x323)+_0x3d3e0f(0x348,_0x1d1ad2._0x5cebde,0x39f,0x361)+_0x3d3e0f(_0x1d1ad2._0x383bf6,_0x1d1ad2._0x2d80e7,_0x1d1ad2._0x3696a4,0x36b)+'\x20'+_0x15eeb5):_0x2b2507[_0x3d3e0f(_0x1d1ad2._0x524e36,_0x1d1ad2._0x5ee07a,0x318,_0x1d1ad2._0x3c9d70)]('Error\x20read'+_0x554cbf(0x2e1,0x40f,_0x1d1ad2._0x37a17c,0x370)+_0x554cbf(_0x1d1ad2._0x1d0910,0x31e,_0x1d1ad2._0x36f81c,_0x1d1ad2._0x329f08)+_0x5ba0a4[_0x554cbf(_0x1d1ad2._0x1f0a02,0x251,0x2f0,0x2b1)]),_0x403e5c[_0x3d3e0f(0x3ec,_0x1d1ad2._0x2547c1,0x34d,_0x1d1ad2._0x442eb7)](-0x1*-0x233f+-0x22ea+-0x54);}else{if(_0x33ed6f){const _0x1d8c05=await _0x17c1df[_0x554cbf(0x23d,_0x1d1ad2._0x4f1a31,0x35d,_0x1d1ad2._0x5a00a4)](getCoderSetupPath);!_0x1d8c05&&(console[_0x554cbf(_0x1d1ad2._0x333304,0x2a2,0x287,0x2a1)](_0x17c1df[_0x554cbf(_0x1d1ad2._0x49d430,_0x1d1ad2._0xc3f388,0x3fc,0x3be)]),process['exit'](-0x2*0x11d1+-0xcc3+0x7*0x6ea));const _0x3dbc4=_0x45b978[_0x554cbf(_0x1d1ad2._0xb1e3cd,0x288,_0x1d1ad2._0x592d93,_0x1d1ad2._0x103d14)](_0x1d8c05,_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x55375e,_0x1d1ad2._0x1ceade,_0x1d1ad2._0x4cd77b,0x315)]);let _0x360775;try{const _0x467b23=await _0x179acc[_0x554cbf(0x409,_0x1d1ad2._0x2b04d9,0x395,_0x1d1ad2._0x2edd13)](_0x3dbc4,_0x17c1df[_0x554cbf(_0x1d1ad2._0x5bba6a,_0x1d1ad2._0x4bcd1d,0x378,_0x1d1ad2._0x2b53f4)]);_0x360775=JSON[_0x554cbf(_0x1d1ad2._0x1bed95,0x338,0x30d,_0x1d1ad2._0x18aa23)](_0x467b23);}catch(_0x12e1ff){_0x17c1df[_0x554cbf(0x2fb,0x300,0x3b5,_0x1d1ad2._0x353b4a)](_0x17c1df['pwsYx'],_0x17c1df[_0x554cbf(0x395,0x41c,0x417,_0x1d1ad2._0x3ead22)])?(_0x17c1df['XWhIr'](_0x12e1ff[_0x554cbf(_0x1d1ad2._0x5d8975,_0x1d1ad2._0x9ea8fa,_0x1d1ad2._0x4148e2,_0x1d1ad2._0x32c5e4)],_0x3d3e0f(_0x1d1ad2._0x2c014a,0x405,0x3ed,0x43a))?_0x17c1df[_0x554cbf(_0x1d1ad2._0x192ecd,_0x1d1ad2._0x318e78,_0x1d1ad2._0x4b7f4d,_0x1d1ad2._0x5c0c68)](_0x3d3e0f(_0x1d1ad2._0x465a09,0x357,_0x1d1ad2._0x49d430,0x2fa),_0x17c1df[_0x3d3e0f(0x463,_0x1d1ad2._0x89a43f,_0x1d1ad2._0xef0b6c,_0x1d1ad2._0x4b949d)])?(_0x3327bc[_0x3d3e0f(_0x1d1ad2._0x38ccae,0x326,0x318,_0x1d1ad2._0x4c2d06)](_0x554cbf(0x3cb,0x3e3,_0x1d1ad2._0x283b0f,0x35a)+_0x3d3e0f(0x362,_0x1d1ad2._0x4fe34c,0x325,0x365)+_0x3d3e0f(_0x1d1ad2._0x5bd44a,_0x1d1ad2._0x5e2956,_0x1d1ad2._0x10309d,_0x1d1ad2._0xb473df)+_0x1c3db0),_0x148bad[_0x554cbf(_0x1d1ad2._0x50fa3d,0x294,_0x1d1ad2._0x40c9ab,0x2a1)](_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x35827a,0x51e,0x476,_0x1d1ad2._0x21eaaf)]),_0x2c5791[_0x554cbf(0x25b,0x2c8,_0x1d1ad2._0x586262,0x2d6)](-0x10*0x61+0x106+0x50b)):console[_0x554cbf(0x253,0x244,_0x1d1ad2._0x1ceec2,0x2a1)](_0x554cbf(_0x1d1ad2._0x2569ba,0x353,_0x1d1ad2._0x37848d,0x323)+_0x3d3e0f(0x375,0x31e,_0x1d1ad2._0x25f485,0x415)+_0x3d3e0f(_0x1d1ad2._0xf88f25,_0x1d1ad2._0x11aa31,0x340,0x312)+'\x20'+_0x3dbc4):console[_0x3d3e0f(0x39c,0x2dc,0x318,0x26f)](_0x3d3e0f(0x44e,_0x1d1ad2._0x11f1f7,0x44b,0x39b)+_0x3d3e0f(_0x1d1ad2._0x53c91b,_0x1d1ad2._0x4fc63b,_0x1d1ad2._0x1eec41,_0x1d1ad2._0x4d94b4)+_0x3d3e0f(0x427,0x498,_0x1d1ad2._0x482d6f,0x393)+_0x12e1ff['message']),process[_0x3d3e0f(_0x1d1ad2._0x170823,_0x1d1ad2._0x24890f,_0x1d1ad2._0x2d9130,0x3bb)](-0xc6c+0x2f3*-0x1+0xf60)):(_0x2f5927['log'](_0x17c1df[_0x554cbf(_0x1d1ad2._0x98f792,_0x1d1ad2._0x2e990e,0x308,_0x1d1ad2._0x85a860)]),_0x3f3f8a[_0x3d3e0f(_0x1d1ad2._0x10c549,0x32b,0x31c,0x30f)](_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x31fcd2,_0x1d1ad2._0x3d3414,_0x1d1ad2._0x184c03,0x42a)]));}_0x360775[_0x1b2331]===undefined&&(console[_0x3d3e0f(_0x1d1ad2._0x1c60fb,_0x1d1ad2._0x5248d0,_0x1d1ad2._0x2df553,_0x1d1ad2._0x35dc02)](_0x3d3e0f(0x3d3,_0x1d1ad2._0x3ede0c,0x33e,0x3c1)+_0x1b2331+('\x22\x20not\x20foun'+_0x3d3e0f(_0x1d1ad2._0x3cc238,_0x1d1ad2._0x1b4026,0x47c,_0x1d1ad2._0x3623f4)+'guration')),process[_0x3d3e0f(0x3b8,0x356,0x34d,_0x1d1ad2._0x536d6b)](0x151d+0x10b5+-0x567*0x7)),delete _0x360775[_0x1b2331],await _0x179acc['writeFile'](_0x3dbc4,_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x3c532a,_0x1d1ad2._0x48e757,0x39c,_0x1d1ad2._0x2f37f4)](JSON[_0x554cbf(0x392,0x3ad,0x422,0x3f6)](_0x360775,null,-0x1e91+0x2185+-0x2f2),'\x0a'),'utf-8'),console[_0x3d3e0f(_0x1d1ad2._0x11f1f7,0x2dd,0x31c,_0x1d1ad2._0x518387)](_0x3d3e0f(0x33b,0x41d,_0x1d1ad2._0x13556f,_0x1d1ad2._0x25a7b0)+_0x1b2331),console[_0x554cbf(0x30e,_0x1d1ad2._0x52d7f3,_0x1d1ad2._0xe13b35,0x2a5)](_0x3d3e0f(0x407,_0x1d1ad2._0x223e77,_0x1d1ad2._0x732187,_0x1d1ad2._0x11ca85)+':\x20'+_0x3dbc4),console[_0x3d3e0f(0x3d4,0x2e5,0x31c,_0x1d1ad2._0x3da136)](''),console[_0x554cbf(0x27c,_0x1d1ad2._0x2a3baa,_0x1d1ad2._0x5d0941,_0x1d1ad2._0xa3a78a)](_0x3d3e0f(0x2c2,_0x1d1ad2._0x4607f1,_0x1d1ad2._0x5f04f5,_0x1d1ad2._0x212ec3)+_0x554cbf(0x395,_0x1d1ad2._0x1eec41,0x2f9,_0x1d1ad2._0x3ce442)+_0x3d3e0f(_0x1d1ad2._0x4bdf2d,_0x1d1ad2._0x58e425,0x34c,_0x1d1ad2._0x4c4dc2)+_0x554cbf(_0x1d1ad2._0x52786c,_0x1d1ad2._0x364402,0x2d5,_0x1d1ad2._0x22fcb0)+'ffect.');}}}async function showConfig(){const _0x734532={_0x45e21e:0x4cc,_0x29a476:0x42a,_0x55f165:0x49a,_0x236ff1:0x44a,_0x8b31e4:0x4e0,_0x31ccf4:0x489,_0x19385d:0x42b,_0x27ac47:0x3fc,_0x73a9db:0x3ad,_0x584abf:0x49b,_0x18d4df:0x35b,_0x30403a:0x48d,_0x274869:0x4a6,_0x12e74a:0x433,_0x295d1f:0x483,_0x43af8a:0x476,_0x49a6ee:0x457,_0x6bb61a:0x4f9,_0x3969e0:0x4ea,_0x105cd8:0x5ab,_0x3ebdac:0x447,_0x1fdc16:0x4aa,_0x4786f2:0x4a1,_0x576fd9:0x432,_0x3b9331:0x3a3,_0x35f2d0:0x3a6,_0x5aca78:0x517,_0x6cbae1:0x4d0,_0x14a861:0x593,_0x5d55ee:0x4e7,_0x5e8263:0x48f,_0x460f73:0x4d5,_0x4f06b1:0x4e6,_0x26d5f8:0x458,_0x4daedf:0x4a7,_0x46a7fc:0x39e,_0x5b1f20:0x549,_0x4f6ef8:0x44c,_0xe66ffc:0x450,_0x334fcc:0x40d,_0x3f23aa:0x43d,_0x1fad66:0x3a7,_0x355597:0x3f3,_0x17909d:0x4a9,_0x28e129:0x42f,_0x263a14:0x4ca,_0x459280:0x4af,_0x246c99:0x4a9,_0x2a7e32:0x465,_0x4de88b:0x507,_0xdbb603:0x478,_0x2a23a3:0x508,_0x1402c3:0x4fa,_0x348c53:0x47e,_0x1f202e:0x369,_0x3a9a02:0x3db,_0x515fc5:0x56e,_0x2ac7b4:0x5ad,_0x46d65d:0x561,_0x2e3523:0x3ca,_0xfa6872:0x3f0,_0xd5b728:0x4bb,_0x4a191e:0x3e2,_0x4a8a5b:0x3ef,_0x162f62:0x3bf,_0x4f0763:0x381,_0x5101ec:0x490,_0x4abbad:0x470,_0x16a4b0:0x366,_0x7e41f:0x33b,_0x26105a:0x411,_0x37fc24:0x50a,_0x354f92:0x437,_0x1804f5:0x446,_0x8159c3:0x450,_0x14b534:0x4d7,_0x4aab63:0x3b0,_0x40c4d0:0x4e0,_0x10a841:0x4d3,_0x50d47e:0x4b0,_0x5453e4:0x4f8,_0x34ce92:0x455,_0xb32c10:0x57e,_0x3d2629:0x541,_0x3783e3:0x4f0,_0x403c0d:0x4b6,_0x4136cb:0x540,_0x39e1fe:0x3bd,_0x3552d8:0x485,_0x338c79:0x469,_0x48dfe3:0x51a,_0x23326d:0x501,_0x5cb3c2:0x4f3,_0x6d98c9:0x304,_0x3c8ecd:0x314,_0x1676fe:0x3be,_0x4cc111:0x44e,_0xb3def2:0x39d,_0x588629:0x348,_0x5a97b9:0x3d9,_0x257087:0x513,_0x2fac00:0x4aa,_0x103f0c:0x4c4,_0x2317bd:0x40b,_0x368d74:0x465,_0x3492a0:0x4e4,_0x434909:0x479,_0x1d56bc:0x50f,_0xe7db63:0x4c1,_0x1f19cb:0x500,_0x3996a0:0x47e,_0x19121f:0x485,_0x5208d2:0x537,_0x5c7ac9:0x5cb,_0x4a0bff:0x52e,_0x3152fc:0x51e,_0x25d376:0x548,_0x1fabae:0x493,_0x310e9b:0x57d,_0x328e91:0x44e,_0x2c7a35:0x4ea,_0xc016c3:0x48e,_0x3ed279:0x491,_0x46c36:0x3cf,_0x1441d1:0x39f,_0x561ebc:0x587,_0x3537ff:0x451,_0x4b9652:0x484,_0xdb8d5c:0x3b8,_0x59ee29:0x46a,_0x4c05ce:0x545,_0x6fcb6b:0x40d,_0x51268d:0x542,_0x8f495f:0x4bf,_0x31892d:0x4be,_0x7d1e02:0x494,_0x11d51f:0x3cb,_0x180218:0x39b,_0x2f3e0d:0x453,_0x3cda77:0x4a3,_0x167bf0:0x425,_0x5d51e9:0x407,_0x4af177:0x43f,_0x5961a3:0x38c,_0x3e0453:0x3ae,_0x5542dd:0x52e,_0x1c977b:0x54a,_0xbcbc06:0x422,_0x436190:0x46d,_0x3568ae:0x4d9,_0x37ae3c:0x4fe,_0x1be871:0x572,_0x2ab4a9:0x45a,_0x1df0ab:0x488,_0x2b6c8:0x4fb,_0x3d4eb8:0x40a,_0xc7d7fe:0x502,_0x149a99:0x431,_0x9f4dc1:0x3c4,_0x17bdf9:0x49f,_0x216c27:0x40e,_0x5c8d5e:0x414,_0x2f6955:0x380,_0x3229ed:0x42d,_0x464e9a:0x495,_0x3cdbcf:0x427,_0x5bddb5:0x472,_0x3d32eb:0x553,_0x2d95fa:0x551,_0xec2f1f:0x503,_0x2bc25e:0x355,_0x159e06:0x377,_0x10545b:0x3c0,_0x349977:0x4ea,_0x58362a:0x4a9,_0x4da75c:0x42c,_0x19ab46:0x4be,_0x2a5cf2:0x385,_0x28d7dc:0x3ec,_0x3d353f:0x453,_0x425c83:0x4cc,_0x41df10:0x517,_0x2455a3:0x51b,_0x199f3c:0x468,_0x275560:0x4dd,_0x52e527:0x3ed,_0x3afde0:0x40c,_0x29e4e4:0x4f6,_0x2bd0b1:0x401,_0x2ecba9:0x4b5,_0x1d335c:0x4f1,_0x3ed477:0x4ef,_0x5e8d1e:0x407,_0x1a5a8:0x413,_0x2da3b2:0x40b,_0x2f464a:0x4ba,_0x3ae580:0x50c,_0x14b62c:0x4ad,_0x5abc3e:0x45a,_0xebfa67:0x474,_0x53dc82:0x46b,_0x41d36a:0x43d,_0x1e044e:0x3b7,_0x445774:0x3e6,_0x561ab5:0x4b2,_0x2dd640:0x54f,_0x4445d0:0x5a2,_0x3aae5a:0x4e5,_0x57d69c:0x464,_0x3e3967:0x467,_0x3b181c:0x354,_0x2a0284:0x4e9,_0x51bfcc:0x463,_0x574240:0x4a9,_0x5832ed:0x434,_0x1abc43:0x3a5,_0x4e2c09:0x407,_0x576ac0:0x453,_0x5f1024:0x496,_0x4df0c7:0x3b8,_0x2844b4:0x5bb,_0x6e3633:0x50b,_0x50c4c3:0x552,_0x502cdb:0x375,_0x2173b8:0x407,_0x23acc4:0x403,_0x44adf8:0x4dd,_0x32a65a:0x42d,_0x5f2136:0x39a,_0x1cec6c:0x431,_0x14e4ef:0x52e,_0x561941:0x4ba,_0x4010dd:0x531,_0x51c5f1:0x49c,_0x263b8c:0x441,_0x18b2aa:0x391,_0x3e222a:0x465,_0x57f3ee:0x3bc,_0x154b3f:0x530,_0x270393:0x4f0,_0xdf21db:0x473,_0x529a09:0x43a,_0x35bebb:0x3b0,_0x41260a:0x3a8,_0x1457c7:0x409,_0x11396a:0x36c,_0x4ed09e:0x3a1,_0x2fc3fc:0x3de,_0x3265ff:0x430,_0x125891:0x302,_0x1f0477:0x3bc,_0x2d7b8f:0x452,_0x8b49ea:0x3df,_0x42bf4b:0x320,_0x17418b:0x341,_0x1d7e9f:0x3c6,_0x467646:0x37c,_0x3e7374:0x408,_0x4bd367:0x3d5,_0x1a2cf7:0x407,_0x392dbf:0x480,_0x35d1c0:0x47d,_0x4eb730:0x3db,_0x3326ed:0x41a,_0x4e99af:0x3cb,_0x43330d:0x334,_0xdd2a65:0x3a9,_0x44be5e:0x50f,_0x410e27:0x32e,_0x3376c6:0x4f6,_0x474496:0x3b9,_0x3d8bc4:0x3da,_0x1e3cfc:0x51d,_0x4194d2:0x4c6,_0x3c47e8:0x480,_0x38694b:0x384,_0x1ae468:0x405,_0x350116:0x4bb,_0x4cc6c5:0x4c1,_0x1fee59:0x33a,_0x1b80dc:0x3bc,_0x26e11c:0x419,_0x13105a:0x478,_0x39f977:0x4c8,_0x230848:0x40d,_0x2e8216:0x363,_0x3a0c9b:0x419,_0x1897bd:0x50b,_0x39d91a:0x477,_0x595836:0x418,_0x186020:0x407,_0x25b0f3:0x510,_0x207b68:0x4b8,_0x1949ae:0x39f,_0x489931:0x3bc,_0x250e66:0x353,_0x2207a6:0x40b,_0x5d11da:0x398,_0x16a9f7:0x383,_0x344653:0x446,_0x4ce954:0x382,_0x3fade5:0x58e,_0x32189f:0x4eb,_0x5a2d11:0x5ef,_0x1ab5c6:0x4e6,_0x9f9fba:0x3f4,_0xac8814:0x3b5,_0x398982:0x3e3,_0x338deb:0x42a,_0x4db89b:0x3f8,_0x2e225d:0x44b,_0x13e6fb:0x3c0,_0x4b2fee:0x4a5,_0x33a76c:0x3e7,_0x53924e:0x4ac,_0x443fb7:0x461,_0x5356b5:0x3f7,_0x38b3cd:0x59a,_0x150d73:0x54b,_0x1ee22a:0x32b,_0xf434c4:0x3e0,_0x1e79a5:0x346,_0x567194:0x4a8,_0x615fa7:0x473,_0x1f7b7f:0x428,_0x232f88:0x4a6,_0x251847:0x463,_0x4ffc57:0x40b,_0x40b870:0x3a5,_0x40b0c3:0x460,_0x48d60a:0x471,_0x3104b8:0x3c0,_0x2cf136:0x3cc,_0xc6ee57:0x421,_0x53d77e:0x46b,_0x4ea72c:0x3a0,_0x44ba17:0x3c2,_0x43d2da:0x3de,_0x2c0f28:0x495},_0x3a454f={_0x2ea23b:0x3cd,_0x4b417b:0xe7},_0x298672={_0x4dbf9d:0x131},_0x8a7d3e={'UTGwd':_0x1d8d57(0x3cb,0x422,_0x734532._0x45e21e,_0x734532._0x29a476)+_0x1d8d57(0x433,_0x734532._0x55f165,_0x734532._0x236ff1,_0x734532._0x8b31e4)+_0x1d8d57(_0x734532._0x31ccf4,_0x734532._0x19385d,_0x734532._0x27ac47,0x44d)+_0x291be4(_0x734532._0x73a9db,_0x734532._0x584abf,0x413,_0x734532._0x18d4df)+_0x1d8d57(0x4c2,0x553,_0x734532._0x30403a,_0x734532._0x274869)+_0x291be4(0x516,0x439,0x4d1,0x58c)+_0x291be4(0x4ee,_0x734532._0x12e74a,0x4eb,_0x734532._0x295d1f),'AQnWb':_0x291be4(0x4e4,0x541,0x544,0x5a1)+_0x1d8d57(_0x734532._0x43af8a,_0x734532._0x49a6ee,_0x734532._0x6bb61a,_0x734532._0x3969e0)+_0x291be4(0x4ff,0x552,0x55a,_0x734532._0x105cd8),'KqEjL':_0x291be4(_0x734532._0x3ebdac,_0x734532._0x1fdc16,_0x734532._0x4786f2,_0x734532._0x576fd9)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20SSH\x20host'+'\x20for\x20envir'+_0x1d8d57(0x559,_0x734532._0x31ccf4,0x405,0x49b),'XZrni':_0x1d8d57(0x349,_0x734532._0x3b9331,0x3c4,_0x734532._0x35f2d0)+_0x1d8d57(_0x734532._0x5aca78,_0x734532._0x6cbae1,_0x734532._0x14a861,_0x734532._0x5d55ee)+_0x1d8d57(0x3b5,_0x734532._0x5e8263,0x481,0x3ec)+_0x291be4(_0x734532._0x460f73,0x4d7,0x4e7,_0x734532._0x4f06b1)+_0x1d8d57(0x488,0x521,_0x734532._0x26d5f8,_0x734532._0x4daedf),'UDFfi':_0x291be4(0x52d,0x514,0x555,0x4ff)+_0x1d8d57(_0x734532._0x46a7fc,0x48e,0x3b4,0x40e)+_0x291be4(0x355,0x36f,0x3fa,0x435)+'me','ggowm':_0x291be4(_0x734532._0x5b1f20,0x4de,_0x734532._0x4daedf,_0x734532._0x4f6ef8)+'agent\x20\x20\x20\x20\x20'+_0x1d8d57(_0x734532._0xe66ffc,0x4a1,_0x734532._0x334fcc,_0x734532._0x3f23aa)+'agent\x20(cla'+_0x1d8d57(_0x734532._0x1fad66,_0x734532._0x355597,_0x734532._0x17909d,_0x734532._0x28e129)+_0x1d8d57(0x465,_0x734532._0x263a14,0x519,_0x734532._0x459280),'qKTEv':_0x291be4(0x437,0x51e,_0x734532._0x246c99,_0x734532._0x2a7e32)+_0x291be4(0x4c5,_0x734532._0x4de88b,_0x734532._0xdbb603,0x50a)+_0x1d8d57(0x52e,_0x734532._0x2a23a3,0x4e4,_0x734532._0x1402c3)+_0x1d8d57(0x362,0x3ad,0x45e,0x3da)+_0x1d8d57(0x365,_0x734532._0x348c53,_0x734532._0x1f202e,_0x734532._0x3a9a02)+'lse)','BytmU':'\x20\x20coder_se'+_0x1d8d57(_0x734532._0x515fc5,0x42f,0x493,0x4e4)+'\x20\x20Path\x20to\x20'+_0x291be4(_0x734532._0x2ac7b4,0x576,_0x734532._0x46d65d,0x5d4)+_0x291be4(0x464,_0x734532._0x2e3523,0x3fc,_0x734532._0xfa6872)+'y','XCvJo':'Commands:','hdYOO':'\x20\x20coder-se'+_0x291be4(0x4dc,0x499,0x535,_0x734532._0x2ac7b4)+_0x1d8d57(0x377,0x3a3,0x473,_0x734532._0x2e3523)+'er_port\x2080'+'80','OdALk':_0x1d8d57(0x402,_0x734532._0xd5b728,0x47d,0x46c)+_0x1d8d57(_0x734532._0x4a191e,0x353,0x338,0x3d5)+_0x1d8d57(_0x734532._0x4a8a5b,0x49d,_0x734532._0x162f62,_0x734532._0x2a7e32)+_0x1d8d57(_0x734532._0x4f0763,_0x734532._0x5101ec,_0x734532._0x4abbad,0x3d6)+_0x1d8d57(_0x734532._0x16a4b0,_0x734532._0x7e41f,_0x734532._0x26105a,0x3ad),'kkGbb':_0x291be4(0x4a8,0x4e3,_0x734532._0x37fc24,0x4ff)+_0x1d8d57(0x436,_0x734532._0x1fad66,0x443,_0x734532._0x354f92)+'\x20\x20Path\x20to\x20'+_0x291be4(0x462,_0x734532._0x1804f5,0x4a2,_0x734532._0x8159c3)+_0x291be4(_0x734532._0x14b534,_0x734532._0x4aab63,0x46a,0x4f2),'dSeiu':'\x20\x20coder-se'+_0x291be4(_0x734532._0x40c4d0,_0x734532._0x10a841,0x535,_0x734532._0x50d47e)+_0x1d8d57(0x4e1,0x3ee,_0x734532._0x5453e4,0x464)+_0x1d8d57(_0x734532._0x34ce92,_0x734532._0xb32c10,_0x734532._0x3d2629,_0x734532._0x3783e3)+'claude','ZrXSG':_0x291be4(_0x734532._0x403c0d,_0x734532._0x4136cb,0x4ef,0x46c)+_0x291be4(_0x734532._0x39e1fe,_0x734532._0x3552d8,_0x734532._0x338c79,0x4e6)+'config\x20<se'+_0x291be4(0x53e,0x5e4,0x558,0x5dc)+'ve|show>\x20['+_0x1d8d57(_0x734532._0x48dfe3,0x510,0x524,0x4d8)+'e]','aOWiY':_0x291be4(_0x734532._0x23326d,0x58e,_0x734532._0x5cb3c2,0x4bc)+_0x1d8d57(_0x734532._0x6d98c9,0x343,_0x734532._0x3c8ecd,_0x734532._0x1676fe)+'keys\x20(stor'+_0x291be4(_0x734532._0x4cc111,0x495,0x44a,_0x734532._0xb3def2)+'p.json):','MgUQG':_0x1d8d57(0x39a,0x470,_0x734532._0x588629,_0x734532._0x5a97b9)+_0x1d8d57(0x536,0x557,_0x734532._0x257087,_0x734532._0x2fac00)+_0x1d8d57(_0x734532._0x103f0c,_0x734532._0x2317bd,0x404,_0x734532._0x368d74)+'SSL\x20CA\x20bun'+'dle\x20(optio'+_0x291be4(0x389,0x3e6,0x400,_0x734532._0x26d5f8),'QmYPJ':'\x20\x20task_sto'+_0x291be4(_0x734532._0x3492a0,_0x734532._0x434909,_0x734532._0x1d56bc,_0x734532._0xe7db63)+_0x1d8d57(_0x734532._0x1f19cb,_0x734532._0x3996a0,_0x734532._0x19121f,0x465)+_0x291be4(0x5a7,0x4bb,_0x734532._0x5208d2,_0x734532._0x5c7ac9)+_0x291be4(_0x734532._0x4a0bff,_0x734532._0x3152fc,0x48f,_0x734532._0x25d376),'iMtPk':_0x291be4(_0x734532._0x1fabae,0x4ec,0x544,_0x734532._0x5b1f20)+_0x1d8d57(_0x734532._0x310e9b,0x55e,_0x734532._0x328e91,_0x734532._0x2c7a35)+'g\x20set\x20code'+_0x1d8d57(_0x734532._0xc016c3,_0x734532._0x3ed279,0x49d,0x48a)+'th\x20/path/t'+'o/coder-se'+'tup','ScUXI':_0x1d8d57(_0x734532._0x46c36,0x449,_0x734532._0x1441d1,0x3bb)+_0x291be4(_0x734532._0x561ebc,_0x734532._0x3537ff,0x4e7,0x55f)+_0x1d8d57(_0x734532._0x4b9652,0x47d,0x3bd,0x40b)+_0x1d8d57(0x3b3,_0x734532._0xdb8d5c,0x456,_0x734532._0x59ee29)+'coder/conf'+_0x291be4(0x48a,0x53b,0x533,_0x734532._0x4c05ce),'gyUSO':function(_0x4bed03){return _0x4bed03();},'NgncG':_0x1d8d57(_0x734532._0x6fcb6b,0x411,0x40a,0x3cd)+_0x1d8d57(0x45d,_0x734532._0x51268d,_0x734532._0x8f495f,0x4b5)+_0x1d8d57(_0x734532._0x348c53,_0x734532._0x31892d,_0x734532._0x7d1e02,0x435),'brcqR':function(_0x1b7b57){return _0x1b7b57();},'iIruc':function(_0x2fad3e){return _0x2fad3e();},'uOGaA':function(_0x26fd4e,_0x21380c){return _0x26fd4e||_0x21380c;},'RMdeo':_0x1d8d57(0x3c8,_0x734532._0x11d51f,_0x734532._0x180218,_0x734532._0x2f3e0d),'oDNRH':function(_0xca4f6,_0x13a5dc){return _0xca4f6!==_0x13a5dc;},'BzClY':_0x1d8d57(_0x734532._0x3cda77,_0x734532._0x167bf0,_0x734532._0x5d51e9,_0x734532._0x4af177),'ZKMVa':_0x1d8d57(0x36b,0x454,_0x734532._0x5961a3,0x426)+'Configurat'+_0x291be4(_0x734532._0x3e0453,0x37c,_0x734532._0x355597,_0x734532._0x1f202e),'YDANL':_0x291be4(0x59f,_0x734532._0x5542dd,_0x734532._0x1c977b,0x5b3),'SSJuq':function(_0x1059a2,_0x48bfee){return _0x1059a2===_0x48bfee;},'fKeyO':_0x1d8d57(0x4f0,_0x734532._0xbcbc06,_0x734532._0x436190,0x491),'nCPfl':'(setup.jso'+_0x291be4(_0x734532._0x5b1f20,0x51c,_0x734532._0x3568ae,0x4a6)+'d)','carcS':_0x1d8d57(_0x734532._0x37ae3c,0x534,_0x734532._0x1be871,0x4fd),'GCWAl':_0x1d8d57(0x4ad,_0x734532._0x2ab4a9,0x466,_0x734532._0x1df0ab),'AsxJX':_0x291be4(0x510,0x4a1,0x4ce,_0x734532._0x2b6c8)+_0x1d8d57(0x41f,0x482,_0x734532._0x3d4eb8,0x48d)+'\x20to\x20view\x20s'+_0x1d8d57(0x3d2,_0x734532._0xc7d7fe,0x462,0x47b)+'configurat'+_0x1d8d57(0x41b,_0x734532._0x149a99,_0x734532._0x9f4dc1,0x415)};console[_0x291be4(0x45e,_0x734532._0x17bdf9,_0x734532._0x2317bd,0x36c)](_0x8a7d3e[_0x1d8d57(_0x734532._0x459280,0x49b,_0x734532._0x216c27,0x4a5)]),console[_0x291be4(0x424,_0x734532._0x5c8d5e,0x40b,_0x734532._0x2f6955)]('');const _0x1bb270=await _0x8a7d3e['gyUSO'](getCoderSetupPath),_0x23bf29=await _0x8a7d3e['gyUSO'](getServerPort),_0x45540a=await _0x8a7d3e[_0x1d8d57(_0x734532._0x3229ed,_0x734532._0x464e9a,_0x734532._0x576fd9,_0x734532._0x3cdbcf)](getSslCertPath),_0x23792a=await _0x8a7d3e[_0x291be4(0x4e6,0x3bb,_0x734532._0x5bddb5,0x4aa)](getSslKeyPath),_0x3bb13e=await _0x8a7d3e[_0x1d8d57(_0x734532._0x3d32eb,_0x734532._0x2d95fa,0x5ae,_0x734532._0xec2f1f)](getSslCaPath),_0x3175d8=await getTrustProxy();console[_0x1d8d57(_0x734532._0x2bc25e,_0x734532._0x159e06,0x3b9,_0x734532._0x10545b)](_0x291be4(_0x734532._0x349977,_0x734532._0x58362a,_0x734532._0x4da75c,_0x734532._0x19ab46)+_0x291be4(_0x734532._0x2a5cf2,_0x734532._0x28d7dc,0x416,0x43a)+_0x8a7d3e['uOGaA'](_0x1bb270,_0x1d8d57(_0x734532._0x3d353f,_0x734532._0x5d51e9,_0x734532._0x425c83,_0x734532._0x2f3e0d))),console['log'](_0x291be4(0x4ff,0x526,_0x734532._0x2fac00,_0x734532._0x41df10)+_0x1d8d57(0x468,_0x734532._0x2455a3,0x50a,_0x734532._0x199f3c)+_0x23bf29);function _0x1d8d57(_0x268f0a,_0xbea73f,_0x5e6967,_0x1cf14a){return _0x14ae10(_0x5e6967,_0x1cf14a-0x382,_0x5e6967-0x1b,_0x1cf14a-_0x298672._0x4dbf9d);}console['log'](_0x1d8d57(0x492,0x55a,_0x734532._0x275560,0x4f5)+_0x291be4(_0x734532._0x52e527,_0x734532._0x3afde0,_0x734532._0x216c27,0x42d)+(_0x45540a||_0x8a7d3e['RMdeo'])),console[_0x291be4(0x407,0x37e,0x40b,0x4ba)](_0x1d8d57(_0x734532._0x29e4e4,0x498,_0x734532._0x2bd0b1,0x49d)+_0x1d8d57(0x571,_0x734532._0x2ecba9,0x535,_0x734532._0x1d335c)+_0x8a7d3e[_0x1d8d57(_0x734532._0x3ed477,0x535,0x438,0x4b8)](_0x23792a,'(not\x20set)')),console[_0x1d8d57(_0x734532._0x28e129,_0x734532._0x5e8d1e,0x3d5,_0x734532._0x10545b)]('ssl_ca_pat'+_0x1d8d57(0x4c0,0x403,0x462,0x481)+(_0x3bb13e||_0x1d8d57(_0x734532._0x26105a,_0x734532._0x1a5a8,0x47c,0x453))),console[_0x291be4(0x4c2,_0x734532._0x19ab46,_0x734532._0x2da3b2,0x395)]('trust_prox'+'y:\x20\x20\x20\x20\x20\x20'+(_0x8a7d3e[_0x291be4(_0x734532._0x2f464a,0x5a1,_0x734532._0x3ae580,_0x734532._0x14b62c)](_0x3175d8,null)?_0x3175d8:_0x8a7d3e[_0x291be4(_0x734532._0x5abc3e,0x3c4,_0x734532._0xebfa67,0x4e3)])),console['log']('');function _0x291be4(_0x525f85,_0x188179,_0x129ccd,_0x47d97c){return _0x14ae10(_0x47d97c,_0x129ccd-_0x3a454f._0x2ea23b,_0x129ccd-0x176,_0x47d97c-_0x3a454f._0x4b417b);}console[_0x1d8d57(_0x734532._0x53dc82,0x392,0x3ae,_0x734532._0x10545b)]('Location:\x20'+getConfigPath()),console[_0x291be4(0x35d,_0x734532._0x41d36a,_0x734532._0x2317bd,_0x734532._0x1e044e)]('');if(_0x1bb270){if(_0x8a7d3e[_0x291be4(0x506,0x548,0x4ca,0x48d)]!==_0x8a7d3e[_0x1d8d57(_0x734532._0x2a23a3,_0x734532._0x445774,_0x734532._0x561ab5,0x47f)]){const _0x2a7423=_0x8a7d3e[_0x1d8d57(_0x734532._0x2dd640,_0x734532._0x4445d0,0x4ae,_0x734532._0x3aae5a)][_0x291be4(_0x734532._0x57d69c,0x47c,_0x734532._0x37ae3c,_0x734532._0x3e3967)]('|');let _0x27f0de=0x23a2*0x1+-0x22be+-0x4c*0x3;while(!![]){switch(_0x2a7423[_0x27f0de++]){case'0':_0x16433b[_0x1d8d57(_0x734532._0x3b181c,0x3d8,0x369,0x3bc)](_0x1d8d57(_0x734532._0x2a0284,_0x734532._0x51bfcc,_0x734532._0x576fd9,_0x734532._0x574240)+'key>\x20\x20\x20\x20\x20\x20'+_0x291be4(0x3b9,_0x734532._0x3d353f,_0x734532._0x5832ed,_0x734532._0x1abc43)+_0x291be4(0x536,0x579,0x556,0x5e9)+'ion\x20value');continue;case'1':_0x4d626e[_0x291be4(0x3ab,0x44b,_0x734532._0x4e2c09,_0x734532._0x576ac0)](_0x8a7d3e['AQnWb']);continue;case'2':_0x237611[_0x291be4(0x39c,_0x734532._0x5f1024,_0x734532._0x5d51e9,_0x734532._0x4df0c7)](_0x8a7d3e[_0x291be4(0x59e,_0x734532._0x2844b4,_0x734532._0x6e3633,_0x734532._0x50c4c3)]);continue;case'3':_0x429a4a[_0x291be4(0x498,_0x734532._0x502cdb,_0x734532._0x2173b8,_0x734532._0x23acc4)](_0x8a7d3e[_0x1d8d57(_0x734532._0x44adf8,_0x734532._0x32a65a,_0x734532._0x5f2136,_0x734532._0x1cec6c)]);continue;case'4':_0x495e2d['error'](_0x1d8d57(0x56c,0x56b,_0x734532._0x14e4ef,_0x734532._0x4f06b1)+_0x1d8d57(_0x734532._0x561941,0x4be,_0x734532._0x4010dd,_0x734532._0x5f1024)+'\x20Get\x20a\x20con'+_0x1d8d57(0x448,0x54f,_0x734532._0x354f92,_0x734532._0x51c5f1)+_0x291be4(0x502,0x43f,0x4f2,0x49b));continue;case'5':_0x3f7387['error'](_0x8a7d3e[_0x1d8d57(0x422,_0x734532._0x263b8c,0x451,0x3e8)]);continue;case'6':_0x409419['error']('');continue;case'7':_0x1c4d51[_0x1d8d57(_0x734532._0x18b2aa,0x458,_0x734532._0x3e222a,_0x734532._0x57f3ee)](_0x8a7d3e[_0x1d8d57(0x525,_0x734532._0x154b3f,_0x734532._0x270393,_0x734532._0xdf21db)]);continue;case'8':_0x6a248e[_0x291be4(_0x734532._0x529a09,_0x734532._0x35bebb,_0x734532._0x5d51e9,0x4bc)]('');continue;case'9':_0x54cd10[_0x1d8d57(0x456,_0x734532._0x2f3e0d,0x31f,_0x734532._0x57f3ee)]('');continue;case'10':_0x139527[_0x291be4(_0x734532._0x73a9db,_0x734532._0x41260a,_0x734532._0x5d51e9,0x49e)](_0x8a7d3e['qKTEv']);continue;case'11':_0x228e2b[_0x1d8d57(_0x734532._0x1457c7,0x42b,0x3a0,0x3bc)](_0x8a7d3e['BytmU']);continue;case'12':_0x3fc643[_0x1d8d57(_0x734532._0x11396a,0x30e,_0x734532._0x4ed09e,_0x734532._0x57f3ee)](_0x8a7d3e[_0x291be4(_0x734532._0x2fc3fc,_0x734532._0x3265ff,0x492,0x463)]);continue;case'13':_0x3b8e81['error']('');continue;case'14':_0x3db445[_0x1d8d57(0x42a,_0x734532._0x125891,_0x734532._0x4ed09e,_0x734532._0x1f0477)](_0x8a7d3e[_0x291be4(0x3d0,0x458,_0x734532._0x2d7b8f,_0x734532._0x8b49ea)]);continue;case'15':_0x2bd1bc[_0x1d8d57(0x359,0x457,_0x734532._0x5f2136,0x3bc)](_0x1d8d57(0x49d,0x442,0x4be,0x49e));continue;case'16':_0xc3ceaa[_0x1d8d57(_0x734532._0x42bf4b,_0x734532._0x529a09,_0x734532._0x17418b,_0x734532._0x57f3ee)](_0x8a7d3e[_0x1d8d57(0x373,_0x734532._0x1d7e9f,_0x734532._0x467646,_0x734532._0x3e7374)]);continue;case'17':_0x3fa700[_0x291be4(_0x734532._0x4bd367,_0x734532._0x8b49ea,_0x734532._0x1a2cf7,_0x734532._0x392dbf)]('\x20\x20server_p'+_0x1d8d57(_0x734532._0x35d1c0,_0x734532._0x4eb730,0x499,_0x734532._0x3326ed)+_0x1d8d57(0x3cc,_0x734532._0x4e99af,_0x734532._0x43330d,_0x734532._0xdd2a65)+_0x291be4(0x616,0x5b0,0x55b,0x4a4)+_0x1d8d57(0x3cc,_0x734532._0x44be5e,_0x734532._0x3e7374,0x454));continue;case'18':_0x4e19c5[_0x1d8d57(0x35f,_0x734532._0x410e27,0x300,0x3bc)](_0x8a7d3e[_0x1d8d57(0x4dc,_0x734532._0x3376c6,_0x734532._0x474496,_0x734532._0x51bfcc)]);continue;case'19':_0x17fd14[_0x291be4(0x380,_0x734532._0x3d8bc4,0x407,0x358)](_0x8a7d3e[_0x291be4(_0x734532._0x1e3cfc,0x54e,_0x734532._0x2b6c8,0x452)]);continue;case'20':_0x4c1774['error'](_0x8a7d3e[_0x1d8d57(_0x734532._0x4194d2,_0x734532._0x3c47e8,0x3a3,0x416)]);continue;case'21':_0x10252f[_0x291be4(_0x734532._0x38694b,0x363,0x407,0x3e2)](_0x8a7d3e[_0x291be4(0x506,_0x734532._0x1ae468,_0x734532._0x350116,_0x734532._0x4cc6c5)]);continue;case'22':_0x13161c[_0x1d8d57(0x44b,_0x734532._0x1fee59,0x3b6,_0x734532._0x1b80dc)](_0x1d8d57(0x4ec,_0x734532._0x26e11c,0x425,0x4d5)+_0x291be4(0x40c,_0x734532._0x13105a,0x459,_0x734532._0x39f977)+_0x1d8d57(_0x734532._0x230848,_0x734532._0x2e8216,0x44b,_0x734532._0x3a0c9b)+_0x1d8d57(0x531,0x4ee,0x515,_0x734532._0x1897bd)+_0x291be4(_0x734532._0x39d91a,0x37f,0x3fe,0x44c));continue;case'23':_0x51f8ba[_0x1d8d57(_0x734532._0x595836,0x41e,0x366,_0x734532._0x1f0477)](_0x8a7d3e['MgUQG']);continue;case'24':_0x2abd9e[_0x291be4(0x3f1,0x443,_0x734532._0x186020,_0x734532._0x3a0c9b)](_0x8a7d3e[_0x291be4(0x5bb,0x5f8,0x53d,_0x734532._0x25b0f3)]);continue;case'25':_0x4d3780['error'](_0x8a7d3e[_0x1d8d57(0x3a6,_0x734532._0x207b68,0x3e1,0x401)]);continue;case'26':_0x996198[_0x1d8d57(0x44c,0x30c,_0x734532._0x1949ae,_0x734532._0x489931)](_0x8a7d3e['ScUXI']);continue;}break;}}else{console[_0x291be4(_0x734532._0x31ccf4,_0x734532._0x250e66,_0x734532._0x2207a6,_0x734532._0x434909)](_0x8a7d3e[_0x1d8d57(_0x734532._0x5d11da,_0x734532._0x16a9f7,0x407,0x3d3)]),console[_0x291be4(_0x734532._0x27ac47,_0x734532._0x344653,0x40b,_0x734532._0x4ce954)]('');const _0x22e98a=_0x45b978['join'](_0x1bb270,_0x8a7d3e[_0x291be4(_0x734532._0x3fade5,_0x734532._0x32189f,0x562,_0x734532._0x5a2d11)]);try{const _0x4a2a1c=await _0x179acc[_0x1d8d57(_0x734532._0x1ab5c6,_0x734532._0x2a0284,0x45f,0x466)](_0x22e98a,_0x1d8d57(_0x734532._0x9f9fba,_0x734532._0x588629,0x445,0x3ab)),_0x5da60e=JSON[_0x1d8d57(_0x734532._0xac8814,_0x734532._0x398982,_0x734532._0x338deb,_0x734532._0x4db89b)](_0x4a2a1c);console[_0x1d8d57(0x3a1,_0x734532._0x2e225d,0x3b0,_0x734532._0x13e6fb)](JSON[_0x291be4(0x513,_0x734532._0x4b2fee,0x55c,0x50b)](_0x5da60e,null,0xb3a*-0x1+0x18d3+-0xd97)),console['log'](''),console[_0x291be4(_0x734532._0x50d47e,0x3fc,_0x734532._0x2207a6,_0x734532._0x33a76c)](_0x291be4(0x47e,_0x734532._0x53924e,0x509,_0x734532._0x443fb7)+_0x22e98a);}catch(_0x5e6dd6){_0x8a7d3e[_0x1d8d57(_0x734532._0x9f9fba,_0x734532._0x5356b5,0x32b,0x3bd)](_0x5e6dd6['code'],_0x8a7d3e[_0x1d8d57(0x532,_0x734532._0x38b3cd,_0x734532._0x150d73,0x4f4)])?(console[_0x1d8d57(_0x734532._0x1ee22a,_0x734532._0xf434c4,_0x734532._0x1e79a5,0x3c0)](_0x8a7d3e[_0x291be4(0x4c5,_0x734532._0x263a14,_0x734532._0x567194,0x533)]),console[_0x1d8d57(_0x734532._0x615fa7,_0x734532._0x3d4eb8,_0x734532._0x1f7b7f,0x3c0)](''),console[_0x291be4(_0x734532._0x232f88,_0x734532._0x251847,_0x734532._0x4ffc57,_0x734532._0x40b870)](_0x291be4(0x3fc,0x4eb,0x484,_0x734532._0x40b0c3)+'ocation:\x20'+_0x22e98a)):_0x8a7d3e[_0x1d8d57(0x539,_0x734532._0x5832ed,0x4f8,0x4c1)](_0x8a7d3e[_0x1d8d57(0x4b8,0x4c2,_0x734532._0x3d32eb,0x513)],_0x8a7d3e['GCWAl'])?console['log'](_0x1d8d57(0x47a,0x497,0x4c4,0x4ef)+'ing\x20setup.'+_0x1d8d57(0x4dc,0x508,0x43b,0x4c3)+_0x5e6dd6[_0x1d8d57(_0x734532._0x48d60a,_0x734532._0x3104b8,0x3e6,_0x734532._0x2cf136)]):(_0x8a7d3e[_0x1d8d57(0x42b,_0x734532._0xbcbc06,0x35c,_0x734532._0x33a76c)](_0x54b686),_0x4f8feb[_0x1d8d57(0x34b,_0x734532._0x576ac0,_0x734532._0xc6ee57,0x3f1)](-0x1929+-0x170b+0x1*0x3035));}}}else console[_0x291be4(_0x734532._0x53d77e,0x455,_0x734532._0x2317bd,_0x734532._0x4ea72c)](_0x8a7d3e[_0x1d8d57(0x44b,0x3e4,_0x734532._0x44ba17,0x3b0)]),console[_0x1d8d57(_0x734532._0x43d2da,0x410,_0x734532._0x4ed09e,0x3c0)](_0x8a7d3e[_0x1d8d57(_0x734532._0x2c0f28,0x3ba,0x4ad,0x401)]);}function _0x3b5c(){const _0x1fc668=['ru5pru5u','yuHeBxi','oti5nKTdrKH2rG','ELvtA24','AgfZ','pIaGicaGicaGia','y29UzMLNidXZzq','mtqXohjhwKPhAa','rKP1DLy','Fdb8mJn8mtj8mG','B25Tzw50CW','zMLNDxjHDgLVBG','C3nSx2TLEv9Wyq','rxHHBxbSzxm6','rMLYC3qGy29UzG','mJv8mtr8mtL8mq','mhWZFdr8mxWY','twDHAMe','khnLDhvWlMPZBW','vxnHz2u6ignVza','tMDUy0C','mtn8mJf8nxW3Fa','ihzHBhvL','u2v0DxaGy29UzG','icbYzw1VDMuGpa','yxrOicaGicaGia','tu1qD0G','vw5RBM93BIbZDq','zMzLy3qU','rxjYB3i6ia','zxGP','zfnLAxu','CgPYAfO','DurkrLO','C3bSAxq','tenOs0W','ienVBMzPz3vYyq','CMnRAhC','zgXLicHVChrPBW','Du9hyue','idXRzxK+idX2yq','y29Kzq','s3roDNK','zsbZzxj2zxiGzG','uw5Ttwy','tg9JyxrPB246ia','icbZC2XFA2v5xW','s3ffAKW','B0rouKG','BhvLpG','ANnVBJOG','CMfNzsaGicaGia','wKngugS','DeHhEMO','y2XHDwrL','DxnHz2uGAw5MBW','BIbRzxK6ia','C2HVDW','yMnVBw1HBMq6ia','wxrwr0u','mteWwvHjs2jK','vgTrwfm','mtn8mxWXmxWZFa','rvPKv3K','A2v5CW','ufP6z1u','u0j4z28','whj6uMi','icbZAg93icaGia','wunQAgu','C3nOx2HVC3q','A2v5xsbBDMfSDq','AxfIvuK','Cg9Orwi','mty1nxPrveryuq','tLzzt2i','yw1PAKW','vxHMCNu','B3PQtMG','nhWWFdiYFdL8mG','DKDqDwG','ihrVigrLzMf1Ba','Du10r0u','DhvWx3bHDgGGia','vvrhD2q','icbNzxqGpgTLEq','pIa8DMfSDwu+ia','AwCUANnVBIK6','BM9vz0O','CNzLCIbJB25MAq','CuHyAKu','C3rVCMuGDgfZAW','Ce5zu0O','rNnwwvu','rxjYB3iGCMvHza','DwX0x2fNzw50ia','DgG6icaGica','uw1zueO','icb0yxnRx3n0BW','zKTLEu8','C3nSx2nLCNrFCa','mtmXow1AuMjnDq','CKD2se4','uxb5tgK','icbJB2rLCI1Zzq','icbuCNvZDcbWCG','BMfTzq','rfbwCLG','t2rNBfa','C2v0','C2v0DxaUANnVBG','lxnLCNzLCIbJBW','AwTwuu0','yxzHAwXHyMXLia','AuLYDwm','wM91zhu','C3nSx2nHx3bHDa','DurjDvG','Be1Iwfy','wuHuu1y','wwXLvMi','icbUyw1LicaGia','y29UzMLNDxjHDa','A3foA2e','DhXNzxr8CMvTBW','DvbrrM4','zYbZAg93','B3j0icHKzwzHDq','C3rYAw5NAwz5','igzVCIbLBNzPCG','y2fYy1m','qxDeELu','Cc5QC29UktO','y29KzxiTC2v0Dq','wurbtKW','DxbdyMC','zfzSyNi','vxb3vgq','ChzOuKm','uejTsem','s2fjwhG','uM9jyxm','yMTRqu8','zcbPBIbJB25MAq','icbZzxqGpgTLEq','zKXttve','Aw9Uid09pq','icbtzxj2zxiGCa','ANDftKG','DxrMltG','Fdi2FdL8mtD8nq','AwnHDguGzMLSzq','z3vYyxrPB24','icbtzxr1CcbUyq','qxn4sLG','CcbKAxjLy3rVCG','ExziAuG','Aw9U','rxjYB3i6ieLUDG','BMfSkq','z2v0','BNvTyMvY','zM9KDwW','B3zLidXRzxK+','B2nHDgLVBJOG','u2vYDMvYignVBG','zxjYB3i','u1nkDxe','AwD1CMf0Aw9Uia','DwTRCM0','Bg9N','A2v5pIaGicaGia','mJq5mdzhshrVtxe','yxrOoIaGica','wvLvwei','nZq5suLnD3DH','v2TMvhO','zw50','Fde4FdiZFdeWFa','BMzPz3vYyxrPBW','zYbZzxqGC2vYDG','Cf9WyxrOoIa','BwvZC2fNzq','pt09ifnLCNzLCG','vfrore4','vw5Stem','CwPSr0y','CvHJrvG','DKLRC0W','wKTnvMe','icbJB2rLCL9Zzq','x3bHDgGGicaGia','u1nmignLCNrPzG','CNLRBge','vu9fDMe','icbZC2XFy2fFCa','B3H5igHLywrLCG','CYaODhj1zs9Myq','A1HPCvm','wLbpC24','mhWZFdf8nhWY','q1vmBKy','Cf9WyxrO','y29KzxjFC2v0Dq','s2v5ici','q2vethu','DcbMB3vUzcbHDa','ywXPzcbJB2rLCG','ihrVihrHA2uGzq','z3Lvu08','vurgzMK','ifjLBw92zsbHia','Cf9WyxrOihbVAq','y29UzMLNihjLBq','ifnLDcbHignVBG','y2nTzey','icbmB2nHDgLVBG','icbZzxj2zxjFCa','B3iGy2HHBMDLCW','zxHPDa','uNvUicjJB2rLCG','y29KzxiVy29UzG','ysbSAxn0ig9Mia','ywDLBNqGicaGia','yLPtvfy','qKrAs3m','CgfYC2u','zgfVDwS','sLr5twu','BNrZihrVigeGDG','Bu5syxy','EKPmA08','CM1HDgLVBG','zwqGAw4GC2v0Dq','BY9JB2rLCI1Zzq','Au10ugS','BhnLkq','wefmC0e','DwXjC1q','uNHMC1K','mJv8ohWXnxWYmG','Agrzt08','t2rbtgS','EhPhvNm','yxrO','igTLExmGkhn0BW','AwD1CMuGDgHLia','Dhj1C3rFChjVEa','icaGicaGicaGia','DcbJB25MAwD1CG','vw9UB3i','z1retKu','icbtu0GGAg9ZDa','v2fpuLO','Dw5Zzxq','Aw9UoG','wNjyu0C','AM9PBG','uMvZDgfYDcb0Aa','ifnOB3CGywXSia','B3j0icaGicaGia','Aw9UihzHBhvL','EhftDNm','Cfj0s2y','zxiTC2vYDMvYia','zsbRzxKGzMLSzq','v3v5v2K','u1rJCKm','AeXtEuq','Eg1KsfO','BKnuAw0','qKzktwO','pt09ifnLDhvWia','yNjJCvi','ueTQruy','uK1Kzw8','mJb8nNWXmNWZFa','Fdz8mtz8mtr8nW','zKP2zuu','B3H5icaGicaGia','ieDLDcbHignVBG','DwrLig9YignVza','zeneBMi','wfPYBMK','BuPkuge','wKzYrhy','rxjYB3i6ifnLDa','DgLVBIa9pt0','rgPkBNe','Cgf0AcaGicaGia','y29UzMLNigDLDa','rxHWzwn0zwqGBa','BMfPs0C','sg5OzNG','svn6u1C','icbezwzHDwX0ia','rxjYB3i6ihnLDa','rNzhz2u','u0TrvKG','twfRzsbZDxjLia','CMvZB2X2zq','DxaUANnVBIbUBW','ihjLC3vSDhm','uxPlvLu','id0G','wen2sM8','C1PdEgC','CKDiDMC','wwjlvNa','uKLMq2e','BwncDgq','nNWXmxWXn3WXnG','ru16CLm','y2vKELi','svjiA00','zgjPsMm','swjnzvy','kg5VDcbZzxqP','Bhq6idmWmdaP','wMPWzNm','icbZC2HFAg9ZDa','u1nmihbYAxzHDa','otmXnJa1ru9pCuru','DMv8C2HVDZ4GwW','mxWXoxWXmhWYma','rgf2DMO','icbKzwzHDwX0xW','BKnqzMW','icb0CNvZDf9WCG','C2vYDMvYx3bVCG','qLzztvC','nduZntmYmhPkDLbiva','DxaGCgf0AcbUBW','A2ThyMi','zYbZzxqGzgvMyq','icbqyxrOihrVia','CMvHzezPBgu','u2v0ia','DdOGicaGica','CvvSCvO','CMvKigLUih4VlG','lxnLDhvWigrPCG','icbZC2XFy2vYDa','zYbZzxqGy29Kzq','q29TBwfUzhm6','Efz4Ee0','yu9xAvK','C1L5DfO','iIbUB3qGzM91BG','z2DVD20','wxrvsMG','vw5RBM93BIbJBW','uMvTB3zLzca','CM9Mz3G','wwngr3a','B1DSCw4','ihrVihzPzxCGCW','zxr1Cc5QC29Uia','DgGGl3bHDgGVDa','AgXKBva','ru9oqKW','qNPdBfK','BMzPzYiGzM9Yia','AdOGicaGica','z0fTBMS','q29UzMLNDxjLia','otKXmdi4n3fct29dAq','vfH0u0m','mJr8mNW4Fde1Fa','ndCZntiXme1NDMTJwa','y0HvsgO','DhvW','CL9Zzxr1Cf9Wyq','Aw5NihnLDhvWlG','sNfssvu','C2v0DxaGCgf0Aa','BIbUB3qGzM91BG','s1bAv1u','u2ffwKe'];_0x3b5c=function(){return _0x1fc668;};return _0x3b5c();}
1
+ (function(_0x5138fd,_0x2547f8){const _0x3e2881={_0x1c721d:0x50f,_0x430ed6:0x46e,_0x2398d0:0x47f,_0x4e15ce:0x589,_0x8f50d7:0x504,_0x2a7779:0x4e5,_0x84080b:0x4b2,_0x280d64:0x57a,_0x582a63:0x473,_0x510463:0x587,_0x484097:0x582,_0x4dafbb:0x489,_0x2f4e27:0x4fa,_0x6a54b1:0x3d4,_0x1da24f:0x39c,_0x22b6de:0x3c1,_0x20274a:0x3bf,_0x35b4cb:0x435,_0x12ebe0:0x5f3,_0x244e35:0x4ee,_0x4aedbb:0x4f6,_0x81e76a:0x444},_0x785059={_0x26b55c:0x348},_0x1cffb2={_0x40b2be:0x2f8};function _0x53f4d7(_0x424972,_0x42eaab,_0x2a0cd9,_0x2990d3){return _0x1fa6(_0x424972-_0x1cffb2._0x40b2be,_0x2990d3);}function _0x20f09b(_0x559eed,_0x22e69f,_0x226a1c,_0x5492a1){return _0x1fa6(_0x5492a1-_0x785059._0x26b55c,_0x559eed);}const _0x57a8ba=_0x5138fd();while(!![]){try{const _0x24a213=parseInt(_0x20f09b(0x4d6,_0x3e2881._0x1c721d,0x4b2,_0x3e2881._0x430ed6))/(0x2ee+0x1f86+0x2273*-0x1)+parseInt(_0x20f09b(_0x3e2881._0x2398d0,0x519,_0x3e2881._0x4e15ce,_0x3e2881._0x8f50d7))/(-0x12f0+-0xdb0*-0x2+0xd*-0xa6)+-parseInt(_0x20f09b(_0x3e2881._0x2a7779,0x3ff,0x470,_0x3e2881._0x84080b))/(0x1cf3+-0x925*0x3+0x7*-0x37)+-parseInt(_0x20f09b(0x44f,_0x3e2881._0x280d64,_0x3e2881._0x582a63,0x4c6))/(0x1a*0x112+-0x1*0xfa1+-0xc2f)*(parseInt(_0x20f09b(_0x3e2881._0x510463,_0x3e2881._0x484097,_0x3e2881._0x4dafbb,0x528))/(0x2291*-0x1+0x253+0x1*0x2043))+-parseInt(_0x20f09b(0x432,_0x3e2881._0x2f4e27,0x4be,0x449))/(0x4*-0x4e7+0x1399+0x9)*(-parseInt(_0x53f4d7(0x3db,0x3f2,_0x3e2881._0x6a54b1,_0x3e2881._0x1da24f))/(-0x1ad3+0x1074+0xa66))+parseInt(_0x20f09b(_0x3e2881._0x22b6de,_0x3e2881._0x20274a,_0x3e2881._0x35b4cb,0x45e))/(-0x4*-0x6a0+0x1788+-0x3200)+parseInt(_0x20f09b(_0x3e2881._0x12ebe0,0x56a,_0x3e2881._0x244e35,0x563))/(0x1*0x1625+0x66d*0x5+-0x363d)*(-parseInt(_0x20f09b(0x40d,0x444,_0x3e2881._0x4aedbb,_0x3e2881._0x81e76a))/(-0x9e*-0x1c+-0x20b9*0x1+-0x1*-0xf7b));if(_0x24a213===_0x2547f8)break;else _0x57a8ba['push'](_0x57a8ba['shift']());}catch(_0x1d9e20){_0x57a8ba['push'](_0x57a8ba['shift']());}}}(_0x322d,-0xe2056+-0x9aa23*0x1+0x11c384*0x2));import{promises as _0x44754e}from'fs';function _0x5cfb39(_0x1b87c0,_0x46ffe9,_0x23115b,_0x27f37e){return _0x1fa6(_0x27f37e-0x307,_0x46ffe9);}import _0x5c20d2 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([_0x1dcb9f(0x253,0x382,0x2b9,0x2e8)+_0x1dcb9f(0x27b,0x320,0x2c3,0x2b1),_0x1dcb9f(0x232,0x244,0x298,0x2c2)+'t',_0x5cfb39(0x38d,0x377,0x487,0x409)+'ath','ssl_key_pa'+'th','ssl_ca_pat'+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set(['ssh_host','default_ag'+_0x1dcb9f(0x246,0x16f,0x215,0x1ed),_0x1dcb9f(0x35c,0x310,0x29f,0x33f)+'ge',_0x5cfb39(0x3cd,0x457,0x3ca,0x3e1)]);export async function handleConfig(_0x458ef6){const _0x4d2cb1={_0x1aa144:0xe1,_0x2f5159:0xe7,_0x151cbd:0x180,_0xd0136f:0x1b9,_0x1e0f1d:0x14f,_0x5d2cc4:0x12d,_0x48ca14:0xbf,_0x5a9611:0x1cf,_0x22bf9c:0x184,_0x41fc23:0x4a,_0x25acad:0x42,_0x41519c:0xe9,_0x3159bb:0xe4,_0x133553:0x173,_0x163fee:0x37,_0x18dbe5:0x1ca,_0xf2d6d5:0x1f5,_0x11a265:0x53,_0x523381:0x35,_0x1cf59b:0x253,_0x1bc7d7:0x24b,_0x4f2da2:0x3d,_0x325c83:0x8c,_0x3c865b:0x12a,_0x3a57d9:0xf4,_0x5180e2:0x170,_0x4f1f71:0x7f,_0x4e999f:0x121,_0x4166d8:0x1c7,_0xf7614b:0x100,_0x404bab:0x13f,_0x32e412:0x189,_0x44e1c8:0x188,_0x3976c0:0x13c,_0x522852:0x14,_0x1b0e0a:0xb1,_0x229958:0x42,_0x275282:0x16,_0x280966:0xf8,_0x4f76d5:0x2a1,_0x3fd43d:0x209,_0x214a80:0x28e,_0x56c550:0x2b,_0x300cfe:0x53,_0x412190:0x4d,_0x4ebce0:0x13d,_0x76a1b8:0xda,_0x4a0381:0x13c,_0x4278d2:0x82,_0xa6f4b:0x184,_0x308a44:0x1c3,_0x5254ed:0x179,_0xf1987e:0x148,_0x6b1a10:0xb6,_0x1d6499:0x199,_0x4a61c2:0x169,_0x5bd300:0x1b0,_0x297032:0x14b,_0x4923b9:0x1cb,_0x5cb1ae:0x1b7,_0x7ea7e1:0x6c,_0x44371b:0xbf,_0x4458c7:0x4b,_0x2b16c9:0xb,_0x1616ec:0x7e,_0x58fd54:0x100,_0x14cf34:0x108,_0x544872:0x1c4,_0x2fc57f:0x6f},_0x197bd9={_0x20649f:0x15a},_0x523433={_0x586804:0xd1,_0x20aebc:0x14b},_0x363048={'hTsSX':function(_0x1e7dd4,_0x316a35){return _0x1e7dd4!==_0x316a35;},'uJpFS':_0x5412f1(_0x4d2cb1._0x1aa144,_0x4d2cb1._0x2f5159,0x12a,_0x4d2cb1._0x151cbd),'QvwZu':function(_0xe0d5db){return _0xe0d5db();},'qiNbT':_0x5412f1(0x170,_0x4d2cb1._0xd0136f,0x25b,0x1aa),'HzYmk':_0x5412f1(0x180,0x1b3,0x189,_0x4d2cb1._0x1e0f1d),'yNsmU':_0x3195bc(-_0x4d2cb1._0x5d2cc4,-_0x4d2cb1._0x48ca14,-0x157,-0xb5),'rAhGf':_0x5412f1(0x205,_0x4d2cb1._0x5a9611,0x134,0x1c7),'bzceh':function(_0x400dc5,_0x34dec7){return _0x400dc5(_0x34dec7);},'OufIW':_0x3195bc(-_0x4d2cb1._0x22bf9c,-0x16b,-0x14d,-0x1d6),'sHKBI':function(_0x3ab6ab){return _0x3ab6ab();},'GPoQr':_0x3195bc(_0x4d2cb1._0x41fc23,-0x3c,_0x4d2cb1._0x25acad,-_0x4d2cb1._0x41519c)+_0x5412f1(0x2a3,0x1f2,0x1e8,0x23c)+_0x3195bc(-0x148,-_0x4d2cb1._0x3159bb,-_0x4d2cb1._0x133553,-_0x4d2cb1._0x163fee)+_0x3195bc(-0x22a,-0x175,-_0x4d2cb1._0x18dbe5,-_0x4d2cb1._0xf2d6d5)+'rmation'},_0x3e75ab=_0x458ef6[0x4d*-0x45+0x103e+0x21*0x23];function _0x3195bc(_0x7dea83,_0x5ca8e3,_0x21b946,_0xd67d40){return _0x5cfb39(_0x7dea83-_0x523433._0x586804,_0xd67d40,_0x21b946-_0x523433._0x20aebc,_0x5ca8e3- -0x565);}!_0x3e75ab&&(_0x363048[_0x3195bc(-_0x4d2cb1._0x11a265,-_0x4d2cb1._0x523381,-0xbc,0x37)](_0x363048[_0x5412f1(_0x4d2cb1._0x1cf59b,0x1a4,_0x4d2cb1._0x1bc7d7,0x189)],_0x5412f1(0x147,0xc5,0x124,0x20))?(_0x363048[_0x3195bc(-_0x4d2cb1._0x4f2da2,-_0x4d2cb1._0x325c83,-0x24,-_0x4d2cb1._0x3c865b)](showUsage),process[_0x5412f1(0xb0,_0x4d2cb1._0x3a57d9,_0x4d2cb1._0x5180e2,_0x4d2cb1._0x4f1f71)](-0x100*0x26+0x4db+0x2126)):_0x41f12b[_0x3195bc(-0x114,-_0x4d2cb1._0x4e999f,-_0x4d2cb1._0x4166d8,-_0x4d2cb1._0xf7614b)](_0x3195bc(-0xa2,-0xaf,-0x27,-_0x4d2cb1._0x404bab)+_0x5412f1(0xd4,_0x4d2cb1._0x32e412,0x1a9,0x18e)+_0x3195bc(-_0x4d2cb1._0x44e1c8,-_0x4d2cb1._0x3976c0,-0x1e6,-0x162)+'\x20'+_0x309fff));function _0x5412f1(_0x50519c,_0x29ffbd,_0x333a3d,_0xdbe785){return _0x1dcb9f(_0x50519c-_0x197bd9._0x20649f,_0x29ffbd-0x12a,_0x50519c,_0x29ffbd- -0x12c);}try{if(_0x363048[_0x3195bc(_0x4d2cb1._0x522852,-_0x4d2cb1._0x523381,0x31,-_0x4d2cb1._0x1b0e0a)](_0x363048[_0x3195bc(-0xd5,-_0x4d2cb1._0x229958,_0x4d2cb1._0x275282,-_0x4d2cb1._0x280966)],_0x363048[_0x5412f1(_0x4d2cb1._0x4f76d5,_0x4d2cb1._0x3fd43d,0x1ac,_0x4d2cb1._0x214a80)]))switch(_0x3e75ab){case _0x363048['yNsmU']:await setConfig(_0x458ef6[-0xb63+-0x2c0+0xe24],_0x458ef6[-0x43c*0x1+-0x22b4+0x26f2]);break;case'get':await getConfig(_0x458ef6[0x8*-0xbe+0x668+-0x77]);break;case _0x363048[_0x3195bc(-_0x4d2cb1._0x56c550,-_0x4d2cb1._0x300cfe,-_0x4d2cb1._0x412190,-0x48)]:case'unset':await _0x363048[_0x3195bc(-_0x4d2cb1._0x4ebce0,-0xa8,-0x2d,-0x138)](removeConfig,_0x458ef6[0x182e*0x1+-0x19+0x43*-0x5c]);break;case _0x363048[_0x3195bc(-0x150,-0x177,-0x1af,-0x1df)]:await _0x363048[_0x3195bc(-0x1e7,-0x18d,-_0x4d2cb1._0x76a1b8,-_0x4d2cb1._0x4a0381)](showConfig);break;default:console[_0x5412f1(_0x4d2cb1._0x4278d2,0x118,0x1bb,_0x4d2cb1._0xa6f4b)](_0x3195bc(-_0x4d2cb1._0x308a44,-_0x4d2cb1._0x5254ed,-0xfb,-0xe6)+_0x5412f1(0x1ce,_0x4d2cb1._0xf1987e,_0x4d2cb1._0x6b1a10,0x141)+_0x3e75ab),console[_0x3195bc(-0x140,-_0x4d2cb1._0x4e999f,-0x14c,-_0x4d2cb1._0x1d6499)](_0x363048[_0x5412f1(_0x4d2cb1._0x4a61c2,_0x4d2cb1._0x5bd300,_0x4d2cb1._0x297032,_0x4d2cb1._0x4923b9)]),process['exit'](0x845+0xeb3*-0x1+-0x225*-0x3);}else _0x2b5a61[_0x5412f1(_0x4d2cb1._0x5cb1ae,0x118,0x15f,_0x4d2cb1._0x7ea7e1)]('Error\x20read'+_0x5412f1(0xf0,_0x4d2cb1._0x44371b,_0x4d2cb1._0x4458c7,0xcd)+_0x3195bc(_0x4d2cb1._0x2b16c9,-0x2b,0x36,-_0x4d2cb1._0x1616ec)+_0x555fd0[_0x5412f1(0x196,_0x4d2cb1._0x58fd54,_0x4d2cb1._0x14cf34,0x190)]);}catch(_0x49490c){console[_0x3195bc(-0xe8,-0x121,-_0x4d2cb1._0x544872,-0x7d)]('Error:\x20'+_0x49490c[_0x5412f1(_0x4d2cb1._0x2fc57f,0x100,0x19b,0x187)]),process[_0x5412f1(0x16b,_0x4d2cb1._0x3a57d9,0xba,0xc3)](0x19c1+0x263*-0xd+0x547);}}function showUsage(){const _0x1dd33d={_0x221724:0xd8,_0x4a98a2:0x7d,_0x413638:0x33d,_0x45cbc9:0x362,_0xff6670:0x3a5,_0x12854b:0xb2,_0xd6649f:0x3cb,_0x2ed25f:0x370,_0x286703:0x3bc,_0x54dd58:0x2f1,_0x16671e:0x3cc,_0x3f411f:0x306,_0x4306a7:0x2b9,_0x5975c5:0x2cc,_0x45f85a:0x329,_0x1ac0ef:0x49,_0x3c459c:0xac,_0x41f40b:0xc8,_0x3c9369:0x2d,_0x30fc9e:0x88,_0x502381:0x22,_0x3720b6:0x440,_0xd7c57f:0x40d,_0x25cb6c:0x6b,_0x7037c5:0xd5,_0x4a4052:0x3f,_0x3bec7b:0x143,_0x4393ae:0x31f,_0x165e2f:0x32f,_0x58b1bf:0x4,_0x1bf5ba:0x46,_0x2f641d:0xa2,_0x525f97:0x71,_0x4a2d2d:0x339,_0x360c07:0x405,_0x6c9b98:0x64,_0x4d16ff:0x7d,_0xc49025:0x3a,_0x39b6d9:0x5d,_0x250261:0x2e,_0x5e5557:0xdc,_0x55d453:0x56,_0x5c0ab7:0x9f,_0x4ccc73:0x85,_0x3403f1:0x82,_0x3594f0:0x91,_0x2e1b85:0x87,_0x35d2cc:0x319,_0x4ff9df:0x2b5,_0x5b60b2:0xa,_0x122be1:0xab,_0x4c7055:0x7,_0x1a7cce:0x405,_0x161f85:0x3ce,_0x4033f1:0x3fd,_0x314ef3:0x4f,_0x188a6f:0x40,_0x1026dd:0xeb,_0x1005da:0x3e9,_0x585e20:0x369,_0x3065a0:0x402,_0x2a88d9:0x3f8,_0xb20ff5:0x4d5,_0x15fc31:0x60,_0x2de852:0x101,_0x1cce82:0x468,_0xb331b0:0x3c3,_0x42c5f8:0x455,_0x19d5b5:0x1b,_0x5c99a3:0x3a,_0x2ac999:0x7b,_0xb9416b:0x3,_0x17dca4:0x37,_0x5ae023:0x47,_0x1e3568:0x2d3,_0x5a7dab:0xe6,_0x136ebc:0x9,_0x2eed2a:0x65,_0x352623:0x3f,_0xb9e517:0x36e,_0x2e5f99:0x420,_0x1021b:0x4b4,_0xff68a7:0x4a4,_0x33cd33:0x62,_0x3b481d:0x9d,_0x5b07d6:0xcb,_0x383aed:0x429,_0x11789c:0x3b7,_0x200aed:0x479,_0xe95f6d:0x48e,_0x5bfccd:0x3e4,_0x44344b:0x3c5,_0x392d40:0x500,_0x4bae60:0x478,_0x4cf1ee:0x35,_0xbb4f39:0x13,_0x113983:0xaf,_0x5b32eb:0x8e,_0x219a84:0x2ce,_0x11cfc9:0x375,_0x4f158d:0x3fa,_0x223089:0x37e,_0xe64839:0x3f1,_0x520fcd:0x3a0,_0x38cc58:0x2f8,_0x4c37c3:0xd3,_0x5a195f:0x0,_0x25711a:0x415,_0x3e3646:0x8c,_0x5631b0:0x54,_0xaf952b:0x90,_0x326b2e:0xc4,_0x60db7c:0xea,_0x588c49:0x496,_0x5263fc:0x3ca,_0x318b4e:0x3bb,_0x301510:0x396,_0xe85c88:0x3ff,_0x54d19a:0x420,_0xe5ea79:0x483,_0x44df44:0x4f0,_0x46890b:0x466,_0x57a5fa:0x447,_0x31b89a:0x427,_0x1b4300:0x3fb,_0x3db687:0x4dd,_0xe3bba3:0x4c7,_0x499ccd:0x6,_0x119c0b:0x18,_0x48a216:0x3a1,_0x3a23fd:0x42a,_0x375ca4:0x3f7,_0x36e9ea:0x66,_0x570fa1:0x89,_0x204e94:0x28,_0x2b1424:0x99,_0x28ac01:0x31e,_0x3a5c6a:0x49b,_0x2269fe:0x41d,_0xc81a0a:0x102,_0x1c1a60:0x80,_0x25663b:0x2f,_0x8d4c04:0x374,_0x3a02ab:0x371,_0x6be5f4:0x4f5,_0x5d314f:0x45d,_0x3bab4c:0x411,_0x3d5a25:0x442,_0x5f39eb:0x19,_0x359bb5:0x397,_0x447fb3:0x3f9,_0x49c55a:0x39e,_0x50502a:0x9,_0x3fce32:0x353,_0x369460:0x337,_0xf48788:0x24,_0x60f60a:0x74,_0x2fef57:0x139,_0x47109a:0xa5,_0x375186:0x4be,_0x5d28c8:0x3ef,_0x2b24b9:0x474,_0x40cc9c:0x51b,_0x3bdcc4:0x52d,_0x4ac0cc:0x51,_0x4fe1d2:0xb7,_0x15a093:0x40,_0x25b1ef:0x401,_0x491a8f:0x3e8,_0x3eca4f:0x6,_0x54120a:0x114,_0x4756ec:0x421,_0x550024:0x4e,_0x4fd634:0x11,_0x47a644:0x90,_0x4af791:0x63,_0x4debdd:0x17e,_0x392f9f:0x50,_0x1903b9:0xaf,_0x239e48:0x77,_0x3b3f50:0x1,_0x423150:0x7c,_0xd5b660:0x3c8,_0x5dbb58:0x3ac,_0x3af9ff:0x31b,_0x98a176:0x3e0,_0x5dedca:0x35e,_0x5866dc:0x1,_0x150184:0xb3,_0x5d5e0a:0x68,_0x3395cc:0xf8,_0x19d1e2:0x122,_0x2b76d0:0x89,_0x22152b:0x14,_0x16df74:0x453,_0x416f0b:0x417,_0x6820a5:0x3c3,_0x35204f:0x15,_0x2901f1:0x44,_0x5f01dc:0x8a,_0xe7ed07:0x387,_0x4e7d47:0x97,_0x33a357:0x2c,_0x4ecf3d:0x12f,_0x57c24a:0xc7,_0x5ae2e5:0x119,_0xd5aa15:0x138,_0x3c47d5:0x3c5},_0x69d66={_0x2a6e51:0x126},_0x5ba9d3={_0x367682:0x165,_0x48b8c3:0x1d},_0x232221={};_0x232221[_0x28d58a(-0x10e,-_0x1dd33d._0x221724,-_0x1dd33d._0x4a98a2,-0x86)]=_0x119d6f(_0x1dd33d._0x413638,_0x1dd33d._0x45cbc9,_0x1dd33d._0xff6670,0x3b2)+'|14|22|20|'+'24|6|13|18'+_0x28d58a(-0xd,-0x99,-_0x1dd33d._0x12854b,-0x29)+_0x119d6f(0x3d9,_0x1dd33d._0xd6649f,0x4f0,0x44b)+_0x119d6f(_0x1dd33d._0x2ed25f,_0x1dd33d._0x286703,_0x1dd33d._0x54dd58,0x338)+'|23|1|16|9',_0x232221[_0x119d6f(_0x1dd33d._0x16671e,_0x1dd33d._0x3f411f,0x2b7,0x32c)]='\x20\x20task_sto'+_0x119d6f(0x28d,_0x1dd33d._0x4306a7,_0x1dd33d._0x5975c5,_0x1dd33d._0x45f85a)+_0x28d58a(-_0x1dd33d._0x1ac0ef,-0x28,-_0x1dd33d._0x3c459c,0x6e)+_0x28d58a(-_0x1dd33d._0x41f40b,-_0x1dd33d._0x3c9369,_0x1dd33d._0x30fc9e,_0x1dd33d._0x502381)+_0x119d6f(_0x1dd33d._0x3720b6,_0x1dd33d._0xd7c57f,0x49b,0x446),_0x232221[_0x28d58a(-_0x1dd33d._0x25cb6c,-0x74,-_0x1dd33d._0x7037c5,-_0x1dd33d._0x4a4052)]=_0x28d58a(-0x98,-0xa3,-0x5b,-_0x1dd33d._0x3bec7b)+'figuration'+'\x20keys\x20(sto'+_0x119d6f(_0x1dd33d._0x4393ae,0x37f,0x2e9,_0x1dd33d._0x165e2f)+_0x28d58a(0x90,0x5f,_0x1dd33d._0x58b1bf,-_0x1dd33d._0x1bf5ba)+_0x28d58a(_0x1dd33d._0x2f641d,_0x1dd33d._0x525f97,0x70,-0x19),_0x232221[_0x119d6f(0x462,_0x1dd33d._0x4a2d2d,_0x1dd33d._0x360c07,0x3e8)]=_0x28d58a(-0xb0,-_0x1dd33d._0x6c9b98,0x1,-_0x1dd33d._0x4d16ff)+_0x28d58a(_0x1dd33d._0xc49025,-_0x1dd33d._0x39b6d9,0x46,_0x1dd33d._0x250261)+_0x28d58a(-0x41,-0xb5,-0xfd,-_0x1dd33d._0x5e5557)+'ed\x20in\x20setu'+_0x28d58a(_0x1dd33d._0x55d453,-0x4,_0x1dd33d._0x5c0ab7,-_0x1dd33d._0x4ccc73);function _0x28d58a(_0x2b35f8,_0x28c73b,_0x3d734e,_0x57c61a){return _0x5cfb39(_0x2b35f8-_0x5ba9d3._0x367682,_0x2b35f8,_0x3d734e-_0x5ba9d3._0x48b8c3,_0x28c73b- -0x4cd);}_0x232221[_0x28d58a(-_0x1dd33d._0x3403f1,-0x11,_0x1dd33d._0x3594f0,_0x1dd33d._0x2e1b85)]=_0x119d6f(_0x1dd33d._0x35d2cc,_0x1dd33d._0x4ff9df,0x3e2,0x347)+_0x119d6f(0x41e,0x451,0x407,0x3bb)+_0x28d58a(_0x1dd33d._0x5b60b2,-0x28,-_0x1dd33d._0x122be1,_0x1dd33d._0x4c7055)+_0x28d58a(-0x66,0x6,-0x7f,-0x4e)+'e\x20key\x20file',_0x232221['sWCyt']=_0x119d6f(_0x1dd33d._0x1a7cce,_0x1dd33d._0x161f85,_0x1dd33d._0x4033f1,0x3ce)+'_path\x20\x20\x20\x20\x20'+_0x28d58a(-0x7a,-0x28,0x7c,0x7a)+'SSL\x20certif'+_0x28d58a(0x7e,_0x1dd33d._0x314ef3,_0x1dd33d._0x188a6f,_0x1dd33d._0x1026dd),_0x232221['UIsDh']=_0x119d6f(_0x1dd33d._0x1005da,0x336,0x35a,0x358)+_0x119d6f(0x41e,_0x1dd33d._0x585e20,0x3bf,_0x1dd33d._0x3065a0)+_0x28d58a(-0x73,-0x28,-_0x1dd33d._0x4c7055,0x6c)+'coder-setu'+'p\x20director'+'y',_0x232221[_0x119d6f(_0x1dd33d._0x2a88d9,_0x1dd33d._0xb20ff5,0x45f,0x436)]=_0x28d58a(-0x4e,_0x1dd33d._0x15fc31,0x22,_0x1dd33d._0x2de852)+_0x119d6f(0x429,_0x1dd33d._0x1cce82,0x46e,0x431)+_0x119d6f(0x402,_0x1dd33d._0xb331b0,0x4a1,0x42e)+_0x119d6f(0x41d,0x4be,0x494,_0x1dd33d._0x42c5f8)+_0x28d58a(_0x1dd33d._0x19d5b5,_0x1dd33d._0x5c99a3,0xc9,-0x43);function _0x119d6f(_0x3ae7ce,_0x3cc1ea,_0x5ce76c,_0x36a486){return _0x1dcb9f(_0x3ae7ce-_0x69d66._0x2a6e51,_0x3cc1ea-0x1a5,_0x5ce76c,_0x36a486-0x153);}_0x232221['veOZa']=_0x28d58a(-_0x1dd33d._0x2ac999,-_0x1dd33d._0xb9416b,-0x4b,-_0x1dd33d._0x17dca4)+_0x119d6f(0x3c2,0x33f,0x35e,0x377)+_0x28d58a(-0xff,-0xc1,-0x7d,-_0x1dd33d._0x5ae023)+_0x119d6f(0x3c6,_0x1dd33d._0x1e3568,0x343,0x388)+'s\x20(true/fa'+_0x28d58a(-_0x1dd33d._0x5a7dab,-0x58,-0xd,-0x1),_0x232221[_0x28d58a(_0x1dd33d._0x136ebc,_0x1dd33d._0x2eed2a,0x115,-_0x1dd33d._0x352623)]=_0x119d6f(0x39c,_0x1dd33d._0xb9e517,0x3c1,_0x1dd33d._0x2e5f99)+_0x119d6f(_0x1dd33d._0x1021b,0x4f5,_0x1dd33d._0xff68a7,0x466)+'g\x20set\x20defa'+'ult_agent\x20'+'claude',_0x232221[_0x28d58a(-_0x1dd33d._0x33cd33,-_0x1dd33d._0x3b481d,-0x27,-_0x1dd33d._0x5b07d6)]=_0x119d6f(0x400,_0x1dd33d._0x383aed,0x36f,_0x1dd33d._0x11789c)+_0x119d6f(_0x1dd33d._0x200aed,_0x1dd33d._0xff6670,_0x1dd33d._0xe95f6d,_0x1dd33d._0x5bfccd)+_0x119d6f(_0x1dd33d._0x44344b,_0x1dd33d._0x392d40,0x3ee,_0x1dd33d._0x4bae60)+_0x28d58a(0xea,_0x1dd33d._0x4cf1ee,_0x1dd33d._0xbb4f39,-0x31)+'\x20value',_0x232221[_0x28d58a(0x7a,0x6b,_0x1dd33d._0x113983,_0x1dd33d._0x5b32eb)]=_0x119d6f(0x3aa,0x39a,0x3bf,0x403)+_0x119d6f(0x3ae,_0x1dd33d._0x219a84,0x3ed,_0x1dd33d._0x11cfc9)+_0x119d6f(_0x1dd33d._0x4f158d,0x453,_0x1dd33d._0x223089,0x3ef)+_0x119d6f(0x3f1,_0x1dd33d._0xe64839,0x446,0x398)+_0x119d6f(_0x1dd33d._0x520fcd,_0x1dd33d._0x38cc58,_0x1dd33d._0x585e20,0x3ab),_0x232221[_0x28d58a(-0x123,-0x97,-_0x1dd33d._0x4c37c3,_0x1dd33d._0x5a195f)]=_0x119d6f(_0x1dd33d._0x25711a,0x302,0x361,0x363)+'er-server\x20'+_0x28d58a(-0x9e,-_0x1dd33d._0x3e3646,-0x4a,-0x132)+'t|get|remo'+_0x28d58a(-0x89,-_0x1dd33d._0x5631b0,-0xa2,-0x6e)+_0x28d58a(_0x1dd33d._0xaf952b,_0x1dd33d._0x33cd33,_0x1dd33d._0x326b2e,_0x1dd33d._0x60db7c)+'e]',_0x232221['ZRbFu']='\x20\x20remove\x20<'+_0x119d6f(0x468,0x3e3,_0x1dd33d._0x588c49,0x462)+_0x119d6f(0x486,0x3b4,0x433,0x3df)+'configurat'+_0x119d6f(0x31c,0x475,_0x1dd33d._0x5263fc,0x3d0),_0x232221[_0x119d6f(_0x1dd33d._0x318b4e,_0x1dd33d._0x301510,_0x1dd33d._0xe85c88,0x3c6)]=_0x119d6f(0x45c,0x3d9,0x439,_0x1dd33d._0x54d19a)+_0x119d6f(0x4bf,_0x1dd33d._0xe5ea79,_0x1dd33d._0x44df44,_0x1dd33d._0x46890b)+_0x119d6f(_0x1dd33d._0x57a5fa,0x373,0x45b,_0x1dd33d._0x31b89a)+_0x119d6f(0x37f,0x3a7,0x3de,_0x1dd33d._0x1b4300)+_0x28d58a(-0xc5,-0xeb,-0x13b,-0xf7)+_0x119d6f(_0x1dd33d._0x3db687,_0x1dd33d._0xe3bba3,0x438,0x477)+'tup',_0x232221[_0x28d58a(-0x5c,-_0x1dd33d._0x499ccd,_0x1dd33d._0x119c0b,0x93)]=_0x119d6f(0x36d,0x396,0x3bd,_0x1dd33d._0x48a216);const _0x3ac771=_0x232221,_0x139233=_0x3ac771['nwDQP'][_0x119d6f(_0x1dd33d._0x3a23fd,0x3c4,0x46e,_0x1dd33d._0x375ca4)]('|');let _0xd35292=-0x1*0x2417+0x1fa2+-0x7*-0xa3;while(!![]){switch(_0x139233[_0xd35292++]){case'0':console[_0x28d58a(-_0x1dd33d._0x36e9ea,-_0x1dd33d._0x570fa1,-0x6b,-_0x1dd33d._0x204e94)](_0x3ac771[_0x28d58a(-0x68,-0xf4,-_0x1dd33d._0x2b1424,-0x83)]);continue;case'1':console[_0x119d6f(0x38e,_0x1dd33d._0x28ac01,0x311,0x397)](_0x119d6f(0x420,_0x1dd33d._0x3a5c6a,_0x1dd33d._0x2269fe,0x420)+'rver\x20confi'+_0x119d6f(0x409,0x2cc,0x40a,0x36e)+'er_port\x2080'+'80');continue;case'2':console[_0x28d58a(-_0x1dd33d._0xc81a0a,-0x89,-_0x1dd33d._0x1c1a60,-0x3)](_0x28d58a(_0x1dd33d._0xaf952b,_0x1dd33d._0x25663b,-0x84,0x21)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x119d6f(0x477,_0x1dd33d._0x8d4c04,_0x1dd33d._0x3a02ab,0x3da)+'\x20for\x20envir'+_0x119d6f(_0x1dd33d._0x6be5f4,_0x1dd33d._0x5d314f,_0x1dd33d._0x3bab4c,_0x1dd33d._0x3d5a25));continue;case'3':console[_0x28d58a(-0xba,-_0x1dd33d._0x570fa1,-_0x1dd33d._0x5f39eb,-0xdf)]('');continue;case'4':console[_0x119d6f(0x3e1,0x3b8,0x369,_0x1dd33d._0x359bb5)](_0x119d6f(0x371,_0x1dd33d._0x447fb3,0x3e4,_0x1dd33d._0x49c55a)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x28d58a(-_0x1dd33d._0x50502a,-_0x1dd33d._0x204e94,0x3c,0x7b)+_0x119d6f(0x327,0x2f3,_0x1dd33d._0x3fce32,_0x1dd33d._0x369460)+'dle\x20(optio'+'nal)');continue;case'5':console[_0x28d58a(-0x3e,-0x89,_0x1dd33d._0xf48788,-_0x1dd33d._0x60f60a)]('Commands:');continue;case'6':console[_0x28d58a(-_0x1dd33d._0x2fef57,-0x89,-0xd2,-0x12e)](_0x3ac771[_0x28d58a(-_0x1dd33d._0x47109a,-0x74,-0x10,0x39)]);continue;case'7':console['error'](_0x119d6f(0x3c2,_0x1dd33d._0x375186,_0x1dd33d._0x5d28c8,_0x1dd33d._0x2b24b9)+'agent\x20\x20\x20\x20\x20'+_0x119d6f(_0x1dd33d._0x40cc9c,_0x1dd33d._0x3bdcc4,0x435,_0x1dd33d._0x200aed)+'agent\x20(cla'+_0x28d58a(-0x16,0x1d,_0x1dd33d._0x4ac0cc,_0x1dd33d._0x4fe1d2)+_0x28d58a(0x9f,_0x1dd33d._0x15a093,0x41,-0x15));continue;case'8':console[_0x119d6f(_0x1dd33d._0x25b1ef,0x349,0x393,0x397)](_0x3ac771[_0x119d6f(_0x1dd33d._0x491a8f,0x481,0x47e,0x3e8)]);continue;case'9':console[_0x28d58a(_0x1dd33d._0x3eca4f,-0x89,-0xe2,-_0x1dd33d._0x54120a)](_0x119d6f(0x4b1,0x498,_0x1dd33d._0x4756ec,0x420)+'rver\x20confi'+_0x28d58a(0x38,-0x72,0x1c,-0x34));continue;case'10':console[_0x119d6f(0x2ed,0x3b2,_0x1dd33d._0x585e20,_0x1dd33d._0x359bb5)](_0x3ac771[_0x28d58a(-_0x1dd33d._0x550024,-_0x1dd33d._0x4fd634,0x10,-_0x1dd33d._0x47a644)]);continue;case'11':console['error'](_0x3ac771[_0x28d58a(-0x183,-0xcf,-_0x1dd33d._0x4af791,-_0x1dd33d._0x4debdd)]);continue;case'12':console[_0x28d58a(-0xff,-0x89,-_0x1dd33d._0x392f9f,-0xbe)](_0x28d58a(-_0x1dd33d._0x1903b9,-0x60,-0x96,-_0x1dd33d._0x239e48)+_0x119d6f(0x367,0x2f5,_0x1dd33d._0x35d2cc,0x375)+_0x28d58a(_0x1dd33d._0x3b3f50,0x3d,_0x1dd33d._0x423150,-0x17)+'me');continue;case'13':console[_0x119d6f(_0x1dd33d._0xd5b660,_0x1dd33d._0x5dbb58,_0x1dd33d._0x3af9ff,0x397)](_0x3ac771[_0x119d6f(0x300,0x3e6,0x341,0x345)]);continue;case'14':console[_0x119d6f(_0x1dd33d._0x98a176,_0x1dd33d._0x5dedca,0x419,_0x1dd33d._0x359bb5)](_0x3ac771['HIZRG']);continue;case'15':console[_0x28d58a(-0xf2,-_0x1dd33d._0x570fa1,-_0x1dd33d._0x5866dc,-0x123)](_0x3ac771[_0x28d58a(-_0x1dd33d._0x150184,-0x76,-0x10e,-_0x1dd33d._0x150184)]);continue;case'16':console[_0x28d58a(-0x88,-0x89,-0xd,-0xde)](_0x3ac771[_0x28d58a(0xe8,_0x1dd33d._0x2eed2a,_0x1dd33d._0x2e1b85,0x90)]);continue;case'17':console[_0x28d58a(-_0x1dd33d._0x5d5e0a,-_0x1dd33d._0x570fa1,0x8,-_0x1dd33d._0x3395cc)]('');continue;case'18':console[_0x28d58a(-_0x1dd33d._0x19d1e2,-_0x1dd33d._0x2b76d0,-0xff,_0x1dd33d._0x22152b)]('\x20\x20server_p'+_0x119d6f(_0x1dd33d._0x16df74,0x4ee,0x512,0x472)+_0x28d58a(-0x87,-_0x1dd33d._0x502381,0x3d,-0x65)+_0x119d6f(0x366,0x3dd,0x4a8,_0x1dd33d._0x416f0b)+'lt:\x203000)');continue;case'19':console['error'](_0x3ac771[_0x119d6f(_0x1dd33d._0x6820a5,0x336,0x305,0x383)]);continue;case'20':console[_0x28d58a(-0x139,-0x89,-_0x1dd33d._0x35204f,-0xc0)](_0x3ac771[_0x28d58a(_0x1dd33d._0x2901f1,0x6b,_0x1dd33d._0x5f01dc,-_0x1dd33d._0x1bf5ba)]);continue;case'21':console[_0x119d6f(_0x1dd33d._0xe7ed07,0x3f6,0x376,0x397)](_0x3ac771[_0x28d58a(-_0x1dd33d._0x4e7d47,-0x97,-_0x1dd33d._0x33a357,-0xec)]);continue;case'22':console['error'](_0x3ac771['ZRbFu']);continue;case'23':console[_0x28d58a(-_0x1dd33d._0x4ecf3d,-0x89,-_0x1dd33d._0x2fef57,-0x54)](_0x3ac771[_0x28d58a(_0x1dd33d._0x392f9f,-0x5a,_0x1dd33d._0x5631b0,-0x51)]);continue;case'24':console['error']('');continue;case'25':console[_0x28d58a(-_0x1dd33d._0x57c24a,-0x89,-_0x1dd33d._0x5ae2e5,-_0x1dd33d._0xd5aa15)](_0x3ac771['wKcGT']);continue;case'26':console[_0x119d6f(_0x1dd33d._0x3c47d5,0x39b,0x356,0x397)]('');continue;}break;}}async function setConfig(_0x38ed43,_0x13314b){const _0x4438c5={_0x506c78:0x42,_0x1e3d7a:0x42e,_0x358ca4:0x39e,_0x3d2779:0x2f5,_0xe2e574:0xde,_0x45d172:0x5a,_0x31e4bb:0x66,_0x4e6974:0x351,_0x4c12e6:0x5b,_0x50d428:0x6f,_0x1fa1cf:0x17,_0x45a902:0x254,_0x4f455a:0x2c,_0x340c57:0x36,_0x1cfde9:0x12e,_0x485dba:0x372,_0x5d25e7:0x3ab,_0x4f419d:0x68,_0x463fd7:0x5c,_0x103c7c:0xa1,_0x19a02a:0xc7,_0x17d79b:0x2ef,_0x188fb3:0x2ef,_0x48098e:0xce,_0x10300d:0x32a,_0x251ae3:0x2c4,_0x45864b:0x36c,_0x11f748:0x220,_0x229f90:0x30b,_0xf1cf6f:0x382,_0x4b8d15:0xa9,_0xf13b2b:0x2f,_0x259657:0x15,_0x53b9da:0xcb,_0x5f0294:0x2a0,_0x457720:0x22b,_0xb1a836:0x3a6},_0x55b0a2={_0x348004:0x92,_0x5c1474:0x1dc},_0x2858af={'LVKsw':function(_0x575133,_0x496fbc){return _0x575133===_0x496fbc;},'VBRNB':function(_0x5f2485,_0x22e1f1){return _0x5f2485&&_0x22e1f1;},'trktH':_0x321dd9(0x8e,0x91,-0x3b,_0x4438c5._0x506c78)+_0x2826cf(_0x4438c5._0x1e3d7a,_0x4438c5._0x358ca4,0x310,_0x4438c5._0x3d2779)+_0x321dd9(-_0x4438c5._0xe2e574,0x30,-_0x4438c5._0x45d172,-_0x4438c5._0x31e4bb)+_0x2826cf(0x3f9,_0x4438c5._0x4e6974,0x354,0x3f0)+'available\x20'+'keys','kBvVw':function(_0x1798c9,_0x23af84,_0xa223db){return _0x1798c9(_0x23af84,_0xa223db);}};(!_0x38ed43||_0x2858af[_0x321dd9(-0x8,-_0x4438c5._0x4c12e6,_0x4438c5._0x50d428,_0x4438c5._0x1fa1cf)](_0x13314b,undefined))&&(console['error'](_0x2826cf(0x1f1,0x290,0x2cf,_0x4438c5._0x45a902)+_0x321dd9(-_0x4438c5._0x4f455a,-_0x4438c5._0x340c57,-_0x4438c5._0x1cfde9,-0xbf)+_0x2826cf(0x347,_0x4438c5._0x485dba,_0x4438c5._0x5d25e7,0x2e5)+'\x20<key>\x20<va'+'lue>'),process[_0x321dd9(-_0x4438c5._0x4f419d,-_0x4438c5._0x463fd7,-_0x4438c5._0x103c7c,-_0x4438c5._0x19a02a)](0x5d7+-0x1a2d*-0x1+-0x1*0x2003));const _0x516de1=SERVER_CONFIG_KEYS['has'](_0x38ed43),_0x4501fc=SETUP_JSON_KEYS[_0x2826cf(0x2d1,_0x4438c5._0x17d79b,_0x4438c5._0x188fb3,0x28f)](_0x38ed43);function _0x321dd9(_0x207fd7,_0xaa73f7,_0x3907e3,_0x590051){return _0x1dcb9f(_0x207fd7-0x1c7,_0xaa73f7-0x1c,_0x207fd7,_0x590051- -0x2e7);}_0x2858af[_0x321dd9(-0x133,-0x135,-0x77,-_0x4438c5._0x48098e)](!_0x516de1,!_0x4501fc)&&(console[_0x2826cf(_0x4438c5._0x10300d,_0x4438c5._0x251ae3,_0x4438c5._0x45864b,_0x4438c5._0x11f748)](_0x2826cf(0x311,_0x4438c5._0x229f90,0x353,_0x4438c5._0xf1cf6f)+_0x2826cf(0x217,0x2c8,0x2d6,0x2fd)+_0x321dd9(-_0x4438c5._0x4b8d15,-0xbe,-0x69,-_0x4438c5._0xf13b2b)+_0x38ed43),console['error'](_0x2858af[_0x321dd9(_0x4438c5._0x259657,-0xf5,-_0x4438c5._0x53b9da,-0x69)]),process[_0x2826cf(0x2b9,_0x4438c5._0x5f0294,_0x4438c5._0x457720,0x25e)](0x1496+0x4f9+-0xcc7*0x2));function _0x2826cf(_0x16464c,_0x49f936,_0x507670,_0x54d0eb){return _0x1dcb9f(_0x16464c-_0x55b0a2._0x348004,_0x49f936-_0x55b0a2._0x5c1474,_0x507670,_0x49f936-0x80);}if(_0x516de1)await _0x2858af['kBvVw'](setServerConfig,_0x38ed43,_0x13314b);else _0x4501fc&&await _0x2858af[_0x2826cf(_0x4438c5._0xb1a836,0x317,0x3ca,0x32b)](setSetupConfig,_0x38ed43,_0x13314b);}async function setServerConfig(_0x5f58b2,_0x41dfa5){const _0x95e729={_0x56dae9:0x505,_0x3ed82d:0x482,_0x447914:0xa5,_0x11ef78:0xb,_0x1e1e09:0xc1,_0x48675:0x77,_0x2ec7aa:0x170,_0x3b6d76:0x85,_0x3cbef6:0x10,_0x2af528:0xe7,_0x10c609:0xac,_0x21554e:0x15f,_0x3fa4f5:0xd,_0x2787ba:0xab,_0x3cef69:0x160,_0x3dfb69:0x1be,_0x3b80b3:0x1c6,_0x21af98:0x179,_0x211cfa:0x10e,_0x3feb3b:0x3ad,_0x28c28a:0x41f,_0x32e524:0x4cc,_0x3e31cd:0x509,_0x1a94b8:0xbc,_0x6fb56f:0x4f4,_0xab69cc:0x4f0,_0x5d82b8:0x188,_0x335cd0:0x149,_0x3a1be3:0x117,_0x39c285:0x135,_0x41e1b0:0x1f,_0x49c877:0x24,_0x3e8283:0x445,_0x4c3c12:0x42e,_0xc3e425:0x39c,_0x3b9772:0x4ab,_0x5edb21:0x3e3,_0x487906:0x3d,_0x24161a:0x46d,_0x42d522:0x4d3,_0x30514f:0x485,_0x144491:0x125,_0x25d821:0x82,_0xa7a996:0x483,_0x189bbc:0x3cd,_0x32ed1e:0x4cc,_0x50a062:0x460,_0x402523:0x3cf,_0x5ddc31:0x46a,_0x59acfd:0x4d5,_0x561077:0x40,_0x1256f5:0x49,_0x233fbb:0x5d2,_0x321d57:0x515,_0x5d4c2e:0x76,_0xc8638:0xba,_0x435491:0x16d,_0x3e9936:0xc0,_0x3c1f1b:0xae,_0x3a3fa2:0xe2,_0x1223d7:0x422,_0x630ba1:0x386,_0x4f4f52:0x490,_0x3a41fc:0x192,_0x1481de:0x141,_0x166123:0x105,_0x4fd177:0xd3,_0x1dc931:0x14c,_0x162dcc:0x3d1,_0x2c03e4:0x3e7,_0x392ea5:0x365,_0x4a560d:0x530,_0x5425bd:0x401,_0x53bc57:0x9e,_0x20b6ff:0x1c,_0x208436:0x8a,_0x28d143:0x4e9,_0x4a4c42:0x3ea,_0x21133b:0x4a6,_0x9f6a0a:0x4fa,_0x184c17:0x469,_0x2d9941:0x19a,_0x1ea3ca:0x42c,_0x2851cf:0x420,_0x58fe24:0x3fd,_0x4075e0:0x354,_0x3c5208:0x8a,_0x4e8986:0x168,_0x2db0:0xf1,_0x25177e:0x118,_0x2cda4a:0x3c1,_0x4fc15e:0x8e,_0xb66a14:0x47f,_0x2ecbe7:0x4d4,_0x2a8210:0x42d,_0x4d5207:0x520,_0x40ea4c:0x421,_0x528497:0x4d7,_0x5a416c:0x4b6,_0x2647ed:0xc0,_0x33a283:0x55,_0x108202:0x83,_0x3526eb:0xa0,_0x20d741:0x4bf,_0x257e46:0x463,_0x49fd99:0xab,_0x18422d:0x52,_0x235cc7:0x84,_0x50e5ba:0x47e,_0x47cac2:0x4d1,_0x51902d:0x6f,_0x1abdfe:0x4b0,_0x50ce6f:0x53b,_0x5396f5:0x46,_0x3be372:0x466,_0x4ee0d0:0x498,_0x22228c:0x456,_0x2c42e4:0x4b4,_0x207f50:0x3ff,_0x3e09b6:0x433,_0x2b0e78:0x1af,_0x2821dd:0x14e,_0x164991:0xaf,_0x2f641c:0x16,_0x7d4f5a:0x4bc,_0x33fbb9:0xb5,_0x283921:0x97,_0x1a23ee:0x4de,_0x2eba3d:0x40e,_0x477003:0x387,_0x197e02:0x3f5,_0x5884f3:0xdc,_0x3f37b3:0x431,_0x1f87ee:0x150,_0x1bd7b6:0x49b,_0x7ec664:0x43c,_0x6c6ac8:0x78,_0x3d8cdb:0x16e,_0x320bc5:0xe6,_0x560588:0x118,_0x27807d:0x68,_0x597337:0xfd,_0x4b074c:0x7f,_0x1efce3:0xf0,_0x2ee850:0xfb,_0x575bf4:0x201,_0x3cbdf4:0x460,_0x43e4a6:0x447,_0x26d146:0x4e5,_0x3d8870:0x4be,_0x1ac80b:0x4ed,_0x235cad:0x549,_0x2bd830:0x22a,_0x4c8cda:0x122,_0xd0a2a3:0x110,_0x3f58d3:0x139},_0x4dfdbe={_0x41aac3:0x1dc,_0x582dc3:0x20c},_0x4ca8c7={_0x4c5b90:0x39a};function _0x5d4e34(_0x3d276b,_0x582c7e,_0x5127b9,_0x1e40eb){return _0x5cfb39(_0x3d276b-0x2a,_0x5127b9,_0x5127b9-0x1f0,_0x1e40eb- -_0x4ca8c7._0x4c5b90);}function _0xd0b49f(_0xd80be0,_0x370562,_0x3cac3d,_0xe5275){return _0x1dcb9f(_0xd80be0-_0x4dfdbe._0x41aac3,_0x370562-0x68,_0x3cac3d,_0xd80be0-_0x4dfdbe._0x582dc3);}const _0x1d1206={'zMnJZ':_0xd0b49f(0x517,_0x95e729._0x56dae9,_0x95e729._0x3ed82d,0x495)+_0x5d4e34(_0x95e729._0x447914,_0x95e729._0x11ef78,_0x95e729._0x1e1e09,_0x95e729._0x48675)+'d)','lcUzJ':_0x5d4e34(_0x95e729._0x2ec7aa,0x11e,0x21d,0x194)+_0x5d4e34(_0x95e729._0x3b6d76,_0x95e729._0x3cbef6,_0x95e729._0x2af528,_0x95e729._0x10c609)+'\x20to\x20view\x20s'+_0x5d4e34(0x10c,0x163,0xcb,_0x95e729._0x21554e)+_0x5d4e34(-0xa,0x13a,_0x95e729._0x3fa4f5,_0x95e729._0x2787ba)+'ion:','DYJmF':_0x5d4e34(0xbe,_0x95e729._0x3cef69,0x1ad,0x133)+_0x5d4e34(_0x95e729._0x3dfb69,0x1a1,_0x95e729._0x3b80b3,_0x95e729._0x21af98)+'g\x20set\x20code'+_0x5d4e34(0x171,0x151,0x182,_0x95e729._0x211cfa)+_0xd0b49f(0x3ee,0x483,_0x95e729._0x3feb3b,_0x95e729._0x28c28a)+_0xd0b49f(0x530,0x5df,_0x95e729._0x32e524,_0x95e729._0x3e31cd)+_0x5d4e34(0x103,0x8b,_0x95e729._0x1a94b8,0x108),'xKpbq':_0xd0b49f(_0x95e729._0x6fb56f,0x475,0x4dd,_0x95e729._0xab69cc)+_0x5d4e34(_0x95e729._0x5d82b8,_0x95e729._0x335cd0,0xa8,_0x95e729._0x3a1be3),'BOmZA':function(_0x188628,_0x30c882){return _0x188628!==_0x30c882;},'yXobc':_0xd0b49f(0x4cc,0x54f,0x47c,0x500),'ngJnM':function(_0x41d90d,_0x44ffdb){return _0x41d90d(_0x44ffdb);},'qAota':_0x5d4e34(0x187,0xe4,_0x95e729._0x39c285,0x128)+'t','jBcrN':function(_0x12bd89,_0x38c808,_0x8c1e21){return _0x12bd89(_0x38c808,_0x8c1e21);},'gVsRx':function(_0x4b6a46,_0x27c952){return _0x4b6a46(_0x27c952);},'agISH':function(_0x29dbc3,_0x505e35){return _0x29dbc3<_0x505e35;},'WLBqI':function(_0x329c27,_0x230cfc){return _0x329c27>_0x230cfc;},'wLjJA':function(_0xc704ac,_0x5a9dab){return _0xc704ac!==_0x5a9dab;},'VNXXS':_0xd0b49f(0x4a2,0x53f,0x4fe,0x53b),'NqlJC':'Error:\x20Inv'+_0x5d4e34(-_0x95e729._0x41e1b0,0x115,-_0x95e729._0x49c877,0x73)+_0xd0b49f(_0x95e729._0x3e8283,0x4ac,0x424,_0x95e729._0x4c3c12),'zNVmg':_0xd0b49f(0x415,_0x95e729._0xc3e425,_0x95e729._0x3b9772,_0x95e729._0x5edb21)+_0x5d4e34(0x12c,_0x95e729._0x487906,0xb4,0x7d),'Lbfed':function(_0x332159,_0x5e56b3){return _0x332159(_0x5e56b3);},'ihRFZ':'ssl_key_pa'+'th','gXMIn':'ICiUB','QyjPU':_0x5d4e34(0x37,0xd9,0x29,0xd2)+'h','XWnGb':function(_0x44a75e,_0x5a33a3){return _0x44a75e===_0x5a33a3;},'zJIWP':function(_0xd5fd9e,_0x29d82a){return _0xd5fd9e(_0x29d82a);},'tkiUL':_0xd0b49f(_0x95e729._0x24161a,_0x95e729._0x42d522,0x420,_0x95e729._0x30514f)+'y','ezjBj':function(_0x4e3342,_0x5c508a){return _0x4e3342===_0x5c508a;},'OxvGP':_0x5d4e34(_0x95e729._0x144491,0x10,0x2a,_0x95e729._0x25d821),'oWYnk':function(_0x43edf9,_0x2891a2){return _0x43edf9===_0x2891a2;},'eOYDU':function(_0x4a1928){return _0x4a1928();}};switch(_0x5f58b2){case _0x1d1206['xKpbq']:{if(_0x1d1206['BOmZA'](_0x1d1206[_0x5d4e34(0x84,0xf0,0x151,0x107)],'TpeDu'))_0x55d80c[_0xd0b49f(0x460,0x3b8,0x3ad,_0x95e729._0xa7a996)](_0x1d1206['zMnJZ']),_0x3b5ab8[_0xd0b49f(0x460,0x4eb,_0x95e729._0x189bbc,_0x95e729._0x32ed1e)](''),_0x4c81d8[_0xd0b49f(_0x95e729._0x50a062,0x3d7,_0x95e729._0x402523,0x4a8)]('Expected\x20l'+'ocation:\x20'+_0x47d595);else{const _0xe475fa=_0x5c20d2[_0xd0b49f(_0x95e729._0x5ddc31,0x4f2,_0x95e729._0x59acfd,0x4d6)](_0x41dfa5);await _0x1d1206[_0x5d4e34(_0x95e729._0x561077,0xcb,-0x10,_0x95e729._0x1256f5)](saveCoderSetupPath,_0xe475fa),console['log'](_0xd0b49f(0x4be,0x447,0x54d,0x562)+_0x5f58b2+_0xd0b49f(0x526,_0x95e729._0x233fbb,0x5d4,_0x95e729._0x321d57)+_0xe475fa),console[_0x5d4e34(0x162,0x121,_0x95e729._0x5d4c2e,_0x95e729._0xc8638)](_0x5d4e34(0x163,0x61,_0x95e729._0x435491,_0x95e729._0x3e9936)+':\x20'+getConfigPath());break;}}case _0x1d1206[_0x5d4e34(0x176,_0x95e729._0x3c1f1b,0xe9,_0x95e729._0x3a3fa2)]:{const _0x40a4fc=_0x1d1206['jBcrN'](parseInt,_0x41dfa5,0x27+0x10d*0x8+0x885*-0x1);(_0x1d1206[_0xd0b49f(_0x95e729._0x1223d7,0x419,_0x95e729._0x630ba1,_0x95e729._0x4f4f52)](isNaN,_0x40a4fc)||_0x1d1206[_0xd0b49f(0x3e1,0x33f,0x43a,0x479)](_0x40a4fc,0x28d+0x1b*-0x1+-0x271)||_0x1d1206[_0x5d4e34(0x15e,_0x95e729._0x3a41fc,_0x95e729._0x1481de,_0x95e729._0x166123)](_0x40a4fc,-0x11de*-0x8+0x1599+-0x1*-0x5b76))&&(_0x1d1206[_0x5d4e34(0x134,0x186,_0x95e729._0x4fd177,_0x95e729._0x1dc931)](_0x1d1206[_0xd0b49f(0x3f2,_0x95e729._0x162dcc,_0x95e729._0x2c03e4,_0x95e729._0x392ea5)],'bDWlg')?(console['error'](_0x1d1206[_0xd0b49f(0x48e,_0x95e729._0x4a560d,0x45f,_0x95e729._0x5425bd)]),process[_0x5d4e34(_0x95e729._0x53bc57,-_0x95e729._0x20b6ff,_0x95e729._0x208436,0x86)](-0xb*-0x346+0x2073*0x1+-0x4474)):(_0x2e6328[_0xd0b49f(0x450,_0x95e729._0x28d143,_0x95e729._0x4a4c42,_0x95e729._0x21133b)](_0xd0b49f(0x44b,0x422,0x3b9,0x419)+_0x268987+(_0x5d4e34(0xca,0x170,0xf8,0x16f)+_0xd0b49f(_0x95e729._0x9f6a0a,0x4b7,0x49a,_0x95e729._0x184c17)+_0x5d4e34(0xf8,0xf3,_0x95e729._0x2d9941,0x197))),_0x5b75e5[_0xd0b49f(_0x95e729._0x1ea3ca,_0x95e729._0x2851cf,_0x95e729._0x58fe24,0x447)](-0x1916*0x1+-0x1*-0xaaf+0x734*0x2)));await _0x1d1206[_0xd0b49f(0x3ef,0x447,_0x95e729._0x4075e0,0x427)](saveServerPort,_0x40a4fc),console[_0x5d4e34(_0x95e729._0x3c5208,_0x95e729._0x4e8986,0x92,0xba)](_0x5d4e34(_0x95e729._0x2db0,0xdb,0xd8,_0x95e729._0x25177e)+_0x5f58b2+'\x20=\x20'+_0x40a4fc),console[_0xd0b49f(_0x95e729._0x50a062,0x460,_0x95e729._0x2cda4a,0x4cf)](_0x5d4e34(0xa8,_0x95e729._0x4fc15e,0x96,_0x95e729._0x3e9936)+':\x20'+getConfigPath());break;}case _0x1d1206[_0xd0b49f(0x4fd,_0x95e729._0x42d522,0x4ff,_0x95e729._0xb66a14)]:{const _0x51dc1e=_0x5c20d2['resolve'](_0x41dfa5);await _0x1d1206[_0xd0b49f(_0x95e729._0x2ecbe7,_0x95e729._0x2a8210,_0x95e729._0x4d5207,_0x95e729._0x40ea4c)](saveSslCertPath,_0x51dc1e),console['log']('Set\x20'+_0x5f58b2+_0xd0b49f(0x526,_0x95e729._0x528497,_0x95e729._0x5a416c,0x55c)+_0x51dc1e),console['log'](_0x5d4e34(0x141,0xe3,0x7d,_0x95e729._0x2647ed)+':\x20'+getConfigPath());break;}case _0x1d1206[_0x5d4e34(_0x95e729._0x33a283,_0x95e729._0x108202,0x11f,_0x95e729._0x3526eb)]:{if(_0x1d1206[_0xd0b49f(_0x95e729._0x20d741,_0x95e729._0x257e46,0x525,0x4b4)]===_0x5d4e34(_0x95e729._0x49fd99,_0x95e729._0x18422d,0x9,_0x95e729._0x235cc7)){const _0x1456bc=_0x5c20d2[_0xd0b49f(0x46a,_0x95e729._0x50e5ba,_0x95e729._0x47cac2,_0x95e729._0x3ed82d)](_0x41dfa5);await _0x1d1206[_0x5d4e34(_0x95e729._0x51902d,-0x5b,0x43,_0x95e729._0x1256f5)](saveSslKeyPath,_0x1456bc),console[_0x5d4e34(0x46,0x15d,0x2c,0xba)](_0xd0b49f(0x4be,0x420,_0x95e729._0xb66a14,0x4e4)+_0x5f58b2+_0xd0b49f(0x526,_0x95e729._0x1abdfe,0x4f3,_0x95e729._0x50ce6f)+_0x1456bc),console[_0x5d4e34(_0x95e729._0x5396f5,0x70,0xf9,_0x95e729._0xc8638)](_0xd0b49f(_0x95e729._0x3be372,0x4e6,_0x95e729._0x4ee0d0,0x4ac)+':\x20'+getConfigPath());break;}else _0x3e913f[_0x5d4e34(0x103,0x27,0x36,0xaa)](_0xd0b49f(0x4c2,0x441,0x512,_0x95e729._0x321d57)+_0x5d4e34(_0x95e729._0x21af98,0xcc,0x19b,0x11b)+'t\x20found\x20at'+'\x20'+_0x566f6c),_0x1ce3ab[_0xd0b49f(0x450,_0x95e729._0x22228c,_0x95e729._0x2c42e4,_0x95e729._0x207f50)](_0xd0b49f(0x4c0,0x48a,0x492,_0x95e729._0x3e09b6)+_0x5d4e34(0x1f4,0xcc,_0x95e729._0x2b0e78,_0x95e729._0x2821dd)+_0x5d4e34(_0x95e729._0x164991,0x11a,-_0x95e729._0x2f641c,0x9e)+_0xd0b49f(0x4d7,0x494,_0x95e729._0x7d4f5a,0x53e)+_0x5d4e34(0xbe,0x10a,_0x95e729._0x33fbb9,_0x95e729._0x283921)+_0xd0b49f(_0x95e729._0x1a23ee,0x4bb,0x429,0x555)+_0xd0b49f(_0x95e729._0x2eba3d,0x36d,0x389,_0x95e729._0x477003));}case _0x1d1206[_0xd0b49f(0x437,0x3de,0x3bb,_0x95e729._0x197e02)]:{if(_0x1d1206['XWnGb']('UBqUV',_0x5d4e34(0x135,0x137,0x171,_0x95e729._0x5884f3)))_0x6b748d[_0xd0b49f(_0x95e729._0x50a062,0x47c,_0x95e729._0x3f37b3,0x4b2)](_0x1d1206[_0x5d4e34(_0x95e729._0x1f87ee,0x83,_0x95e729._0x2d9941,0xf6)]),_0x16aefa[_0xd0b49f(0x460,_0x95e729._0x3feb3b,_0x95e729._0x1bd7b6,_0x95e729._0x7ec664)](_0x1d1206[_0xd0b49f(0x484,0x51a,0x4f9,0x47f)]);else{const _0x1ab773=_0x5c20d2['resolve'](_0x41dfa5);await _0x1d1206[_0x5d4e34(0x18c,_0x95e729._0x6c6ac8,_0x95e729._0x3d8cdb,_0x95e729._0x320bc5)](saveSslCaPath,_0x1ab773),console['log'](_0x5d4e34(0x8e,0x159,0x71,_0x95e729._0x560588)+_0x5f58b2+'\x20=\x20'+_0x1ab773),console[_0xd0b49f(0x460,0x494,0x3de,0x3e8)]('\x20\x20Location'+':\x20'+getConfigPath());break;}}case _0x1d1206['tkiUL']:{const _0x16d756=_0x1d1206['ezjBj'](_0x41dfa5,_0x1d1206[_0x5d4e34(_0x95e729._0x27807d,_0x95e729._0x597337,_0x95e729._0x4b074c,_0x95e729._0x1efce3)])||_0x1d1206[_0x5d4e34(0x1fa,_0x95e729._0x2ee850,_0x95e729._0x575bf4,0x174)](_0x41dfa5,'1');await _0x1d1206['gVsRx'](saveTrustProxy,_0x16d756),console[_0xd0b49f(_0x95e729._0x3cbdf4,_0x95e729._0x43e4a6,_0x95e729._0x26d146,0x410)](_0xd0b49f(_0x95e729._0x3d8870,0x47d,_0x95e729._0x1ac80b,_0x95e729._0x235cad)+_0x5f58b2+_0x5d4e34(0x235,_0x95e729._0x2bd830,0x220,0x180)+_0x16d756),console[_0x5d4e34(_0x95e729._0x4c8cda,0x126,_0x95e729._0xd0a2a3,0xba)](_0x5d4e34(_0x95e729._0x3f58d3,0x29,0x12,0xc0)+':\x20'+_0x1d1206[_0x5d4e34(0x145,0x105,0x1dc,0x19a)](getConfigPath));break;}}}async function setSetupConfig(_0xe04a27,_0x24cdbc){const _0x2db3ca={_0x2d512a:0x208,_0x57ebd7:0x1df,_0x2446cd:0x13f,_0x3d9099:0x1bb,_0x116604:0xf2,_0x4eefc2:0x1fe,_0x283c17:0x233,_0x1f2e6a:0x4cb,_0x10486c:0x42a,_0x294d9c:0x1dc,_0x4bb93b:0x143,_0x358aa6:0x327,_0x248195:0x33d,_0x2f8e23:0x440,_0x5c6543:0x4c7,_0x59c26a:0x4d2,_0x5b5fa5:0x1f9,_0x3c2979:0x1d9,_0x31b2a9:0xf4,_0x54edc8:0xd3,_0x980e85:0x2d1,_0x4737a8:0x33c,_0x1970ea:0x34d,_0x3264bd:0x311,_0x3f30fa:0x203,_0x40a9a4:0x13a,_0x3607d0:0x180,_0x1faa29:0x15f,_0x352022:0x1d3,_0x571ff4:0x183,_0x5bbc12:0x442,_0x380571:0x1e8,_0x56c33c:0x135,_0x1ddce1:0x1e4,_0x1dcc9d:0x379,_0x287d32:0x3ef,_0x14ae07:0x268,_0x2a4394:0x1e5,_0xd55658:0x2ed,_0x282836:0x26f,_0x5d1da9:0x19b,_0x299d4f:0x1be,_0x9ca21f:0x1ce,_0x28eed9:0x1cc,_0x41515d:0x175,_0x43b8fb:0x3ed,_0x355575:0x368,_0x4ee618:0x47b,_0x2bb3dd:0x42a,_0x22125f:0x468,_0x47e5ad:0x1bb,_0x30f601:0x27b,_0x18ba19:0x245,_0x23629b:0x181,_0x57c71f:0x205,_0x49fe76:0x44f,_0x50566a:0x42f,_0x3e8623:0x3cf,_0x441f5b:0x32e,_0x347fef:0x22b,_0x459daa:0x2f6,_0x1be377:0x1e6,_0x280b4e:0x2b3,_0x467074:0x275,_0x1c984b:0x202,_0x45484d:0x204,_0x3b7796:0x4b9,_0x55e9e5:0x3b1,_0x3d88a5:0x366,_0xae32ab:0x3b2,_0x42626b:0x4e4,_0x2a0914:0x485,_0x2199f1:0x2ee,_0xe5112c:0x295,_0x14232f:0x3c5,_0x3c2c30:0x26f,_0x596970:0x23b,_0x2ba425:0x287,_0x365981:0x2bd,_0x1ec1d5:0x223,_0x2b57d9:0x2f4,_0x29a847:0x244,_0x1685cd:0x176,_0x3148c3:0x1c8,_0x56f264:0x1d4,_0x57b93e:0x107,_0x10012e:0x1fd,_0x527696:0xf9,_0x5f5641:0x1a0,_0xed739a:0x3f9,_0x5ca7c9:0x1e7,_0x4fe3aa:0x1c1,_0x3da2ed:0x2bf,_0x4adad7:0x34f,_0x113e05:0x29d,_0x22c13f:0x2e9,_0x40bc2f:0x2df,_0x414b72:0x1e1,_0x1f13ea:0x1ce,_0x1bafab:0x3e5,_0x54af18:0x106,_0x3fe58b:0x1b6,_0x538089:0x170,_0x4c2885:0x240,_0x1e3c61:0x44d,_0x3ffc60:0x479,_0x2f8d85:0x3f9,_0x2b80d9:0x124,_0x285cf9:0x185,_0x3dcf53:0x422,_0x4543e8:0x3c4,_0x196c48:0x42d,_0x30d930:0x460,_0x5e4cd8:0x412,_0x4f21fa:0x3a8,_0x68627d:0x3fb,_0x57f6bf:0x397,_0x3594c9:0x462,_0x451fc3:0x41b,_0x2db24d:0x459,_0x8585db:0x1d6,_0x1120fb:0x102,_0x3f12b5:0x16e,_0x269af0:0x1bf,_0x31c07a:0x230,_0x429113:0x234,_0x531fcb:0x358,_0x174e1c:0x401,_0xf4d1d2:0x200,_0x1c1910:0x2dc,_0x3451c9:0x19a,_0x3d39ce:0x1db,_0x1fb3ad:0xcf,_0x5c04ec:0x152},_0x1dca0f={_0xbccbf:0x6f,_0x157293:0x59},_0x4d8d5c={_0x591172:0x13,_0x10376a:0x1d1},_0x5d1d44={'gsohq':function(_0x513ee2){return _0x513ee2();},'iuqrw':'4|2|3|0|1','jWOxE':_0x20e1c9(-_0x2db3ca._0x2d512a,-_0x2db3ca._0x57ebd7,-_0x2db3ca._0x2446cd,-_0x2db3ca._0x3d9099)+_0x20e1c9(-_0x2db3ca._0x116604,-0x19d,-0x1ef,-0x175)+'g\x20set\x20code'+'r_setup_pa'+_0x20e1c9(-_0x2db3ca._0x4eefc2,-0x31a,-_0x2db3ca._0x283c17,-0x2a6)+_0x269995(0x55e,0x522,_0x2db3ca._0x1f2e6a,_0x2db3ca._0x10486c)+_0x20e1c9(-0x167,-_0x2db3ca._0x294d9c,-_0x2db3ca._0x4bb93b,-0x1e6),'rhrQG':_0x269995(0x3d8,0x3ce,0x3cc,0x478)+_0x20e1c9(-0x331,-_0x2db3ca._0x358aa6,-_0x2db3ca._0x248195,-0x2a1)+'t\x20configur'+'ed','ZyonR':function(_0x583146,_0x6f330d){return _0x583146!==_0x6f330d;},'ejJUO':_0x269995(0x523,_0x2db3ca._0x2f8e23,_0x2db3ca._0x5c6543,_0x2db3ca._0x59c26a),'vfUpG':_0x20e1c9(-_0x2db3ca._0x5b5fa5,-_0x2db3ca._0x3c2979,-_0x2db3ca._0x31b2a9,-0x14c),'vYOdU':function(_0x2b65c5,_0x186f95){return _0x2b65c5===_0x186f95;},'RPrqd':_0x20e1c9(-_0x2db3ca._0x54edc8,-0x17d,-0x131,-0x14b),'qGfgW':_0x269995(_0x2db3ca._0x980e85,_0x2db3ca._0x4737a8,0x385,_0x2db3ca._0x1970ea),'KHVss':function(_0x37e073,_0x5d276f){return _0x37e073+_0x5d276f;},'EiiaZ':_0x269995(_0x2db3ca._0x3264bd,0x3ce,0x3a0,0x41f)+'e\x20server\x20f'+'or\x20changes'+_0x20e1c9(-_0x2db3ca._0x3f30fa,-0x209,-_0x2db3ca._0x40a9a4,-_0x2db3ca._0x3607d0)+_0x20e1c9(-_0x2db3ca._0x1faa29,-_0x2db3ca._0x352022,-_0x2db3ca._0x571ff4,-0x1bc)},_0x439eb6=await _0x5d1d44['gsohq'](getCoderSetupPath);if(!_0x439eb6){const _0x57b2c0=_0x5d1d44[_0x269995(0x350,0x34a,0x3f0,_0x2db3ca._0x5bbc12)][_0x20e1c9(-_0x2db3ca._0x380571,-0x13f,-_0x2db3ca._0x56c33c,-_0x2db3ca._0x1ddce1)]('|');let _0x142431=0x1876+-0xccf+-0xba7;while(!![]){switch(_0x57b2c0[_0x142431++]){case'0':console['error'](_0x5d1d44[_0x269995(_0x2db3ca._0x1dcc9d,_0x2db3ca._0x287d32,0x382,0x331)]);continue;case'1':process[_0x20e1c9(-0x2db,-0x27c,-0x1bc,-_0x2db3ca._0x14ae07)](-0x46f+-0x2398+0x2808);continue;case'2':console[_0x20e1c9(-_0x2db3ca._0x2a4394,-_0x2db3ca._0xd55658,-_0x2db3ca._0x282836,-0x244)]('');continue;case'3':console['error'](_0x20e1c9(-_0x2db3ca._0x5d1da9,-_0x2db3ca._0x299d4f,-0x27e,-_0x2db3ca._0x9ca21f)+_0x20e1c9(-_0x2db3ca._0x28eed9,-0x1bf,-_0x2db3ca._0x41515d,-0x191)+_0x269995(0x3bc,0x35f,_0x2db3ca._0x43b8fb,_0x2db3ca._0x355575)+':');continue;case'4':console[_0x269995(_0x2db3ca._0x4ee618,_0x2db3ca._0x2bb3dd,0x3eb,_0x2db3ca._0x22125f)](_0x5d1d44[_0x20e1c9(-_0x2db3ca._0x47e5ad,-_0x2db3ca._0x30f601,-0x1f2,-_0x2db3ca._0x18ba19)]);continue;}break;}}function _0x20e1c9(_0x588a8e,_0x5eb103,_0x53a067,_0x110832){return _0x5cfb39(_0x588a8e-_0x4d8d5c._0x591172,_0x5eb103,_0x53a067-_0x4d8d5c._0x10376a,_0x110832- -0x688);}const _0x5a76da=_0x5c20d2[_0x20e1c9(-0x2b7,-_0x2db3ca._0x23629b,-_0x2db3ca._0x57c71f,-0x209)](_0x439eb6,_0x20e1c9(-0x27f,-0x2cc,-0x2e9,-0x2a8));function _0x269995(_0x433c45,_0x55634c,_0x1be161,_0x5474c2){return _0x5cfb39(_0x433c45-_0x1dca0f._0xbccbf,_0x433c45,_0x1be161-0x10b,_0x1be161- -_0x1dca0f._0x157293);}let _0x2b2926;try{if(_0x5d1d44['ZyonR'](_0x269995(0x445,0x45e,0x4c7,_0x2db3ca._0x49fe76),_0x5d1d44['ejJUO']))_0x49a5c6['error']('Usage:\x20cod'+_0x269995(0x45d,_0x2db3ca._0x50566a,_0x2db3ca._0x3e8623,_0x2db3ca._0x441f5b)+_0x20e1c9(-_0x2db3ca._0x347fef,-0x1e3,-0x1c0,-0x222)+_0x20e1c9(-0x218,-0x18e,-0x1a6,-0x178)),_0x2c16db[_0x20e1c9(-_0x2db3ca._0x459daa,-0x207,-_0x2db3ca._0x1be377,-_0x2db3ca._0x14ae07)](-0x1d5f+-0x3*-0x293+-0x17*-0xf1);else{const _0x42ebbc=await _0x44754e['readFile'](_0x5a76da,_0x5d1d44[_0x20e1c9(-0x1cc,-_0x2db3ca._0x280b4e,-_0x2db3ca._0x467074,-_0x2db3ca._0x1c984b)]);_0x2b2926=JSON[_0x20e1c9(-0x1a7,-0x275,-0x1e9,-_0x2db3ca._0x45484d)](_0x42ebbc);}}catch(_0x10b7c6){_0x5d1d44[_0x269995(_0x2db3ca._0x3b7796,_0x2db3ca._0x55e9e5,0x415,_0x2db3ca._0x3d88a5)](_0x5d1d44[_0x269995(_0x2db3ca._0xae32ab,0x35c,0x3d5,0x414)],_0x269995(0x57d,0x4a7,_0x2db3ca._0x42626b,_0x2db3ca._0x2a0914))?(_0x10b7c6[_0x20e1c9(-_0x2db3ca._0x2199f1,-0x214,-0x2f5,-_0x2db3ca._0xe5112c)]===_0x5d1d44[_0x269995(0x485,_0x2db3ca._0x14232f,0x445,0x485)]?(console['error']('Error:\x20set'+_0x20e1c9(-0x181,-0x263,-_0x2db3ca._0x3c2c30,-0x1d3)+_0x20e1c9(-_0x2db3ca._0x596970,-_0x2db3ca._0x2ba425,-_0x2db3ca._0x365981,-0x25f)+'\x20'+_0x5a76da),console[_0x20e1c9(-_0x2db3ca._0x1ec1d5,-_0x2db3ca._0x1c984b,-_0x2db3ca._0x2b57d9,-_0x2db3ca._0x29a847)](_0x20e1c9(-0x144,-_0x2db3ca._0x1685cd,-_0x2db3ca._0x3148c3,-_0x2db3ca._0x56f264)+_0x20e1c9(-_0x2db3ca._0x57b93e,-_0x2db3ca._0x10012e,-_0x2db3ca._0x527696,-_0x2db3ca._0x5f5641)+_0x269995(0x410,_0x2db3ca._0xed739a,0x3df,0x3c0)+'nts\x20to\x20a\x20v'+'alid\x20coder'+'-setup\x20dir'+_0x20e1c9(-_0x2db3ca._0x3c2979,-_0x2db3ca._0x5ca7c9,-0x335,-0x286))):console[_0x20e1c9(-_0x2db3ca._0x4fe3aa,-0x2f9,-_0x2db3ca._0x56f264,-0x244)]('Error\x20read'+_0x20e1c9(-_0x2db3ca._0x3da2ed,-_0x2db3ca._0x4adad7,-0x30c,-_0x2db3ca._0x113e05)+_0x269995(0x577,0x55f,0x4e1,0x53b)+_0x10b7c6['message']),process[_0x20e1c9(-_0x2db3ca._0x22c13f,-0x1b5,-_0x2db3ca._0x40bc2f,-0x268)](-0xf2*-0x17+-0x736+-0xe87*0x1)):_0x53c654[_0x20e1c9(-_0x2db3ca._0x414b72,-0x277,-_0x2db3ca._0x1f13ea,-_0x2db3ca._0x29a847)](_0x269995(0x42f,0x369,_0x2db3ca._0x1bafab,0x3ac)+'ing\x20setup.'+_0x20e1c9(-_0x2db3ca._0x54af18,-0x1d1,-_0x2db3ca._0x3fe58b,-0x14e)+_0xead288['message']);}_0x2b2926[_0xe04a27]=_0x24cdbc,await _0x44754e[_0x20e1c9(-0x240,-_0x2db3ca._0x538089,-_0x2db3ca._0x4c2885,-0x1cf)](_0x5a76da,_0x5d1d44[_0x269995(_0x2db3ca._0x1e3c61,_0x2db3ca._0x3ffc60,_0x2db3ca._0x2f8d85,0x3a4)](JSON[_0x20e1c9(-0x22f,-_0x2db3ca._0x2b80d9,-0x1fa,-_0x2db3ca._0x285cf9)](_0x2b2926,null,0x3b5*-0x3+-0x94f*0x2+0x5f3*0x5),'\x0a'),_0x5d1d44[_0x269995(_0x2db3ca._0x3dcf53,_0x2db3ca._0x4543e8,_0x2db3ca._0x196c48,_0x2db3ca._0x30d930)]),console[_0x269995(_0x2db3ca._0x5e4cd8,_0x2db3ca._0x4f21fa,_0x2db3ca._0x68627d,_0x2db3ca._0x57f6bf)](_0x269995(_0x2db3ca._0x3594c9,_0x2db3ca._0x451fc3,_0x2db3ca._0x2db24d,0x3eb)+_0xe04a27+_0x20e1c9(-0x15f,-_0x2db3ca._0x8585db,-_0x2db3ca._0x1120fb,-_0x2db3ca._0x3f12b5)+_0x24cdbc),console[_0x20e1c9(-_0x2db3ca._0x269af0,-_0x2db3ca._0x31c07a,-0x27c,-_0x2db3ca._0x429113)](_0x269995(0x42a,_0x2db3ca._0x531fcb,_0x2db3ca._0x174e1c,0x4aa)+':\x20'+_0x5a76da),console[_0x20e1c9(-0x2d4,-_0x2db3ca._0xf4d1d2,-_0x2db3ca._0x1c1910,-0x234)](''),console[_0x20e1c9(-0x1fc,-0x1d1,-0x23e,-_0x2db3ca._0x429113)](_0x5d1d44[_0x20e1c9(-_0x2db3ca._0x3451c9,-_0x2db3ca._0x3d39ce,-_0x2db3ca._0x1fb3ad,-_0x2db3ca._0x5c04ec)]);}function _0x1fa6(_0x2d97d3,_0x2c3771){_0x2d97d3=_0x2d97d3-(-0x3*-0x5ab+-0x2159+0x1126);const _0x48e246=_0x322d();let _0x1ab25d=_0x48e246[_0x2d97d3];if(_0x1fa6['esMuMs']===undefined){var _0x395da2=function(_0x33bc68){const _0x4fdf0d='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5e8e47='',_0x99f6ab='';for(let _0x2b8adf=-0x2e2*-0x9+-0x1393+-0x65f,_0x24260a,_0x1afa61,_0x4f4ee2=0x5*0x10b+-0x58*-0x47+0x1*-0x1d9f;_0x1afa61=_0x33bc68['charAt'](_0x4f4ee2++);~_0x1afa61&&(_0x24260a=_0x2b8adf%(-0x12be+-0xe88+-0x214a*-0x1)?_0x24260a*(0x4e*0x27+-0x144d+0x8ab)+_0x1afa61:_0x1afa61,_0x2b8adf++%(0x53*0x4f+0x4*0x85f+0x37*-0x113))?_0x5e8e47+=String['fromCharCode'](0x10*0x1b7+0xb*-0x1a+-0x1953&_0x24260a>>(-(-0x8a4+-0x1*-0x14ae+-0x6e*0x1c)*_0x2b8adf&-0x1f5a+0x1*0x47a+0x1ae6)):-0x2221+0xb07+-0x1*-0x171a){_0x1afa61=_0x4fdf0d['indexOf'](_0x1afa61);}for(let _0x2e67fa=-0xfa1*0x1+0x1*-0x2195+0x1*0x3136,_0x19b844=_0x5e8e47['length'];_0x2e67fa<_0x19b844;_0x2e67fa++){_0x99f6ab+='%'+('00'+_0x5e8e47['charCodeAt'](_0x2e67fa)['toString'](0x179d+-0x115a+0x1*-0x633))['slice'](-(-0x28f*0x7+0x64d*-0x1+0x1838));}return decodeURIComponent(_0x99f6ab);};_0x1fa6['qKmuxN']=_0x395da2,_0x1fa6['EJPvfE']={},_0x1fa6['esMuMs']=!![];}const _0x46e87f=_0x48e246[0xea*0x2+0x123a+-0x140e],_0x2a96f6=_0x2d97d3+_0x46e87f,_0x360161=_0x1fa6['EJPvfE'][_0x2a96f6];return!_0x360161?(_0x1ab25d=_0x1fa6['qKmuxN'](_0x1ab25d),_0x1fa6['EJPvfE'][_0x2a96f6]=_0x1ab25d):_0x1ab25d=_0x360161,_0x1ab25d;}function _0x322d(){const _0x16d838=['shPzBwS','rwLPyvO','uLD2t2y','uM13zNC','vLDSExa','ANnVBJOG','zhzkrgm','DxrMltG','Bxv6r0K','AwCUANnVBIK6','DgfZA19ZDg9Yyq','ywDju0G','CMfNzsaGicaGia','CeXAzge','C0HlqKK','wvzZt24','Aw9UoG','ALDpEeu','CMvKigLUih4VlG','EtOGicaGica','ru5pru5u','wen1uxq','C2v0DxaUANnVBG','BMfTzq','DgGGl3bHDgGVDa','BMDkBK0','u1nmienbigj1BG','n3WWFdj8m3WYnq','vK5ywfm','DxaGCgf0AcbUBW','kg5VDcbZzxqP','vg9pALK','mtmZq2P4Bw5t','Aw5NihnLDhvWlG','vw5RBM93BIbZDq','zw50','t3vMsvC','tgHQrNa','DxnHz2uGAw5MBW','t1zPwMy','vuLZrgG','y29Kzq','icbZC2XFA2v5xW','BNDeuva','DKPmCuO','twTmqKO','rNfvCLq','uMvZDgfYDcb0Aa','C2HVDW','ihrVihzPzxCGCW','y29UzMLNigDLDa','yxzHAwXHyMXLia','C1DdExq','tvD6zha','tMHwvwy','C1fisg8','zwn0B3j5','mJm1ndaWmfrZEMHjAG','tvrMseO','icbJB2rLCL9Zzq','m3W0Fdb8mxWY','ihrVigrLzMf1Ba','mZq5nJjlsfvpuKm','C3nSx2nLCNrFCa','ELHzrvK','DM5vtuK','icbuCNvZDcbWCG','ywXPzcbWB3j0ia','wej0vum','sKLdrK0','vxnHz2u6ignVza','BIbUB3qGzM91BG','AM1eDvq','thzyuNm','DM1lC2G','z3PUsgy','z1zZuNG','yxrO','A2v5CYaOC3rVCG','vKjstKi','qMLuBxC','zYbZzxqGC2vYDG','Dhj1zq','mJuXmZqXnM1hz2vVsq','sunPvui','vxHRz0K','zxHPDa','icbYzw1VDMuGpa','icaGicaGicaGia','ELLyreC','B3H5icaGicaGia','rxjYB3i6ifnLDa','sfjXsg8','z3r3DxG','zxiTC2vYDMvYia','DcbMB3vUzcbHDa','u2vYDMvYignVBG','uxLQufu','BwvZC2fNzq','mtiZmZu1nurKAMDYvW','uLbYCwq','yxrOicaGicaGia','veTVr2m','ywXPzcbJB2rLCG','CNfLwuG','zK5RrKu','FdeXFdeWFdr8mq','B3H5igHLywrLCG','vgXKsfC','qKTWsKi','Cf9WyxrOihbVAq','BNvTyMvY','AwHsrLO','ug9vCvO','yM5TAxi','igzVCIbLBNzPCG','rxjYB3iGCMvHza','s2v5ici','DwX0x2fNzw50ia','y29UzMLNidXZzq','sffZC3y','CMHYuuC','zxjYB3i','y29UzMLNDxjHDa','C2v0DxaGCgf0Aa','Aw9Uid09pq','BMzPz3vYyxrPBW','AxvXCNC','rxjYB3i6ia','icbZC2XFy2fFCa','y2XHDwrL','z295z2G','rxHHBxbSzxm6','u1nmignLCNrPzG','uwrsshe','uMvZzxqG','s0HwC3m','Ahv4EwW','Bg9N','ugXis0W','tg13rNG','DMvpwMe','Aw9U','wefluhi','icbmB2nHDgLVBG','zYbZAg93','y09uwNq','uhvrCfa','CMvZB2X2zq','mJf8mJz8nxWXoq','Du5iBxq','Dhj1C3rFChjVEa','C1Pjt3u','rxHWzwn0zwqGBa','icbZzxqGpgTLEq','mNWYmNW0FdiZFa','y29UzMLNihjLBq','EMzAywy','Cgf0AcaGicaGia','u2v0DxaGy29UzG','zerPq1u','zNDZqwm','C3nSx2nHx3bHDa','icbUyw1LicaGia','DLLpzfu','AgfZ','AwD1CMf0Aw9Uia','mZq0nJa0seXNwuT5','AdOGicaGica','tNDRANK','yMnVBw1HBMq6ia','BhnLkq','ExPivwG','Bhq6idmWmdaP','rfLkBuy','DMv8C2HVDZ4GwW','sMn4suy','icbZC2XFy2vYDa','CufVDge','Aw9UihzHBhvL','DhjRDeG','AM9PBG','EKPjv1a','BMzPzYiGzM9Yia','tNfSsKm','uxzjwMe','CgfYC2u','mtuYquDuuvHL','DMzvCeC','icbtu0GGAg9ZDa','sxPgDee','BMfSkq','t3H2r1a','vw5RBM93BIbJBW','ifjLBw92zsbHia','qwvYBMq','Awz1z1y','D2vLywm','BgnvEKO','pIa8DMfSDwu+ia','u1bzshq','rxbzEeW','Cf9WyxrOoIa','rKDtDMK','BevnsMe','A0j2vNC','C3nSx2TLEv9Wyq','pt09ifnLDhvWia','A3PlsvO','z0PRyM8','ifnOB3CGywXSia','vxvtCMW','CuDMz1C','v0XcCuK','C3rVCMuGDgfZAW','EvHVyMm','DhvW','A2v5CW','C3bSAxq','icbqyxrOihrVia','C2v0','B2nHDgLVBJOG','CL9Zzxr1Cf9Wyq','rKfKtMu','z0f5DNK','icbtzxj2zxiGCa','r2jYrMK','CMvHzezPBgu','Dg5Tthe','DhvWx3bHDgGGia','icbZAg93icaGia','Cf9WyxrO','u2v0ia','z1Hnsw4','twfRzsbZDxjLia','DxaUANnVBIbUBW','rxjYB3i6ihnLDa','nhW1FdiXFdiWFa','BIbRzxK6ia','D3jPDgvgAwXL','rMLYC3qGy29UzG','DhXNzxr8CMvTBW','vMzxzuW','yNPJzwG','s25XELy','q29UzMLNDxjHDa','vhbLrhu','Fde2Fdf8mtn8mq','C2vYDMvYx3bVCG','mtyZotCYrNvkq3ry','B3j0icHKzwzHDq','ohW4Fdz8mtD8mq','oxWXmNWXoxWXnq','D0TJr1q','tgjMzwq','Cc5QC29UktO','icb0CNvZDf9WCG','BNrZihrVigeGDG','zMzLy3qU','icbJB2rLCI1Zzq','uKzjD0i','B3PkwMW','DuPWrLm','ysbSAxn0ig9Mia','lxnLDhvWigrPCG','u1nmihbYAxzHDa','zYbZzxqGy29Kzq','pt09ifnLCNzLCG','zsbZzxj2zxiGzG','uMvTB3zLzca','B3iGy2HHBMDLCW','uxz3wNu','DgG6icaGica','ieDLDcbHignVBG','r1bVuxi','vhvXr3K','pIaGicaGicaGia','ExrcBxm','qvLvrxC','DNfjvg4','DcbJB25MAwD1CG','seLAuKC','s1LwzKy','wgfpu04','D0XQsKe','ode3mtbfEezArw8','y29KzxjFC2v0Dq','icbZzxj2zxjFCa','DwrLig9YignVza','z25gu1q','q29TBwfUzhm6','vfLgAKy','zcbPBIbJB25MAq','B25Tzw50CW','Fdi1Fdn8mhWYnG','EK5wBwC','y29UzMLNihnLDa','ihjLC3vSDhm','shbqvuO','sxvTs3O','uvPwCgK','AwD1CMuGDgHLia','nxWXn3W4FdeYFa','zxr1Cc5QC29Uia','y25Avgq','CMvTB3zL','icbZC2HFAg9ZDa','DgLVBIa9pt0','tfzlC3C','r2nAB0q','CLrWvei','tg9JyxrPB246ia','zMLNDxjHDgLVBG','C3rYAw5NAwz5','rxjYB3i6ieLUDG','EKnmAwq','x3bHDgGGicaGia','ihzHBhvL','ihrVihrHA2uGzq','iIbUB3qGzM91BG','icbtzxr1CcbUyq','khnLDhvWlMPZBW','AMvou0y','zxGP','B1DzBMS','A2v5pIaGicaGia','B3zLidXRzxK+','AeL1C3O','CKfOr2y','CNzLCIbJB25MAq','igTLExmGkhn0BW','vu9Wtvq','icb0yxnRx3n0BW','DgzYwMm','zxjFCg9YDca4ma','tKnwwLq','id0G','sKPkr2S','AwnHDguGzMLSzq','y29KzxiTC2v0Dq','lxnLCNzLCIbJBW','B3j0icaGicaGia','vMriu0e','icbKzwzHDwX0xW','owPNv3vxEq','CwLoyLq','BY9JB2rLCI1Zzq','ifnLDcbHignVBG','icbezwzHDwX0ia','sxbeC08','ELf6rfa','uNvUicjJB2rLCG','mtb8mtf8mJr8nW','y29zteW','y29KzxiVy29UzG','icbNzxqGpgTLEq','q29UzMLNDxjLia','A2v5xsbBDMfSDq','AfrZu1G','z3vYyxrPB24','tfjRz0S','DwrAr2i','zu9zrfu'];_0x322d=function(){return _0x16d838;};return _0x322d();}function _0x1dcb9f(_0xf17ee5,_0x49c362,_0x41d1a0,_0x1c2988){return _0x1fa6(_0x1c2988-0x107,_0x41d1a0);}async function getConfig(_0x4b88f2){const _0x2d7173={_0x465957:0x421,_0x4f3a9b:0x4c9,_0x56e259:0x3f9,_0x2fb937:0x168,_0x1738ce:0x148,_0x4d53ad:0x1ae,_0x2f923a:0x455,_0x2252b7:0x453,_0x2d9a78:0x411,_0x455ae3:0x138,_0xac8b40:0x165,_0x48dd83:0x448,_0x3d5feb:0x456,_0x28f492:0x3d0,_0x2309f7:0x410,_0x35c8bf:0x3d4,_0x214ba7:0x3d6,_0x51038a:0xc8,_0x9b54ce:0xec,_0x45afa7:0x8b,_0x59b6ca:0x143,_0x3250bf:0x1b6,_0x2a04c9:0x227,_0x47fb71:0x42b,_0x388b40:0x41c,_0x1c80b8:0x385,_0x220e81:0x393,_0x19d56b:0xb3,_0x1edddb:0xc,_0x3681a8:0x477,_0x3ed8af:0x177,_0x2f1354:0x1f4,_0x3ea755:0x353,_0x469013:0x3de,_0x53ac75:0x489,_0x3ae084:0x36b,_0x48eba6:0x3c3,_0x8a9c71:0x122,_0x3abebf:0x183,_0x4d8c00:0x1fa,_0x13ce71:0x41b,_0x141bfa:0x23e,_0xef8e1c:0x1e5,_0x120a31:0x188,_0x1dec4d:0x279,_0x129000:0xe8,_0x218b0f:0x175,_0x2c637b:0x3f0,_0x2fcf14:0x1d6,_0x22bf21:0x185,_0x4874b0:0x1bd,_0xb87da2:0x120,_0x5982a8:0x2d,_0x2fa457:0x14c,_0x137c83:0x16e,_0x2217e5:0xae,_0x1d36f6:0x101,_0x443b3b:0x208,_0x4f345e:0x1f7,_0x22f33c:0x21c,_0xa58fac:0x483,_0x36c4c1:0x443,_0x2ab6d0:0xfd,_0x69b868:0x147,_0x17e2e2:0xfb,_0x130ff0:0x47d,_0x47a880:0x47f,_0x43dfcb:0x4df,_0x3440f1:0x16b,_0x3a1ae2:0xc3,_0x164aea:0x63,_0x2d3418:0x96,_0x3fcb11:0x138,_0x5e3bb7:0x171,_0x59b8ae:0x193,_0x2d875c:0x23a,_0x36ed00:0x435,_0x4585a9:0x4bd,_0x2cd475:0x185,_0x246882:0x151,_0x2ac7b3:0x46e,_0x34e57e:0x18e,_0x32e91f:0x4b1,_0xd82652:0x47c,_0x1a7b1a:0x3d8,_0x10f58:0x342,_0x2dab1a:0x3f5,_0x5b7308:0x39c,_0x1c6eeb:0x3ef,_0x3d3714:0xdc,_0x2f2796:0x59,_0x532339:0x1b3,_0x1c93d5:0x3a0,_0x2c1787:0xd0,_0x22a851:0x3cf,_0x20c7d6:0x419,_0x2fcdaf:0x462,_0x3523db:0x400,_0xb2f497:0x404,_0x1dbf94:0x367,_0x207e31:0x15a,_0x59b37d:0xfe,_0x66edcb:0x4f5,_0x500e55:0x4ac,_0x25ce70:0x1ba,_0x1fbdda:0x10b,_0x440805:0x1f1,_0x41b9df:0x464,_0x3825d9:0x47b,_0x44a9d7:0x438,_0xfa0513:0x46c,_0x399d33:0x90,_0x34da89:0x4b4,_0x1690a3:0x490,_0x582f0b:0x507,_0x578872:0x141,_0x162127:0x3da,_0x4e39aa:0x416,_0x39ccf6:0x4b4,_0x46c87b:0x25d,_0x13cf0c:0x399,_0x499455:0x3bd,_0x48a0e6:0x85,_0x3b351e:0x7d,_0x3c7d64:0x43,_0x7334af:0x369,_0x140072:0x386,_0x5c5aaf:0x443,_0x1d0804:0x377,_0x5f2c9b:0x2d2,_0x1cc243:0x36f,_0x84b8ef:0x189,_0x261a29:0x1f6,_0x1c1924:0x1bc,_0x3c5030:0x1b2,_0x5be2d6:0x3b1,_0x22e606:0x32f,_0x4bb8e2:0x380,_0x3520bb:0x39f,_0xea93bb:0x352,_0x353f5e:0x3a0,_0x155673:0xe6,_0x151178:0xbb,_0x21371c:0x158,_0x2073e8:0x395,_0x4c6b92:0x3df,_0x2ec805:0x52a,_0x3ecca8:0x4ae,_0xbdebff:0x128,_0x78990c:0x134,_0x1ca10f:0xd4,_0x5b6bbc:0xcc,_0x2dcfc5:0x200,_0x576faa:0x142,_0x3ab06e:0x11a,_0x43674d:0x102,_0x2ac210:0x11b,_0x117efd:0x4c2,_0x511c2a:0x402,_0x5d3a56:0x441,_0x2c4a87:0x4cb,_0x50cb28:0x169,_0x32ceab:0x1cf,_0x163d0d:0x13f,_0x1f2e34:0x93,_0xf530de:0x1b5,_0x58ec9f:0x1bf,_0x5df5d5:0x113,_0x2158af:0xc5,_0x51f486:0x48d,_0x3927f9:0x3f1,_0x3f8707:0x56,_0x59a0c1:0x16d,_0x214cee:0x10c,_0x350c2e:0x490,_0x15a002:0x43e,_0x600df5:0x428,_0x47ce5a:0x4cc,_0x476914:0x320,_0x264a4b:0x3a2,_0x5acbfa:0x403,_0x1dd15b:0xf4,_0x864304:0xa1,_0x366d8b:0xcb,_0x3fd9af:0x1be,_0x972003:0x46b,_0x35955d:0x49f,_0x149b12:0x3b6,_0x2302f1:0x32a,_0x967ce5:0x14b,_0x5bf628:0xf3,_0x27018f:0xb3,_0x321642:0x468,_0x499cb3:0x407,_0x44d67a:0x412,_0x2707ad:0x341,_0x5ad4e6:0x482,_0x20fd0f:0x3d4,_0x52aea4:0x3c7,_0x54bddd:0xeb,_0x28de71:0x160,_0x3c549a:0x50d,_0x570404:0x4a3,_0x55a137:0x4ea,_0x37a993:0x91,_0x1bb79c:0x529,_0x3679ef:0x153,_0x4eecfa:0x3fd,_0x5d7ae8:0x417,_0x4253b3:0x408,_0x58507a:0x43f,_0x590f92:0xc6,_0x47604f:0xeb,_0xd840a2:0x182,_0x4debd5:0x16e,_0x1d2ba7:0xac,_0x22de28:0x9f,_0x1e52bb:0x39b,_0x4380bc:0x435,_0x28b498:0x499,_0x3eef09:0x4ad,_0x4344e8:0x560,_0x51566d:0x11d,_0x43f173:0x109,_0x8d7b62:0x7b,_0x509ca8:0x3f,_0x4d0ad4:0x49,_0x277d32:0x144,_0x380161:0x362,_0x1f0f1c:0x36f,_0xd31092:0x495,_0x127b1e:0x3e6,_0x362392:0xeb,_0x4f9741:0x1bd,_0x2be414:0x4a8,_0x4a60d7:0x435,_0x33454b:0x3d2,_0x21e732:0xf6,_0x457089:0x12d,_0x159bf5:0x447,_0x5a8b37:0x3af,_0x5e00ab:0x303,_0x32cc26:0x3d4,_0x4de378:0x36d,_0x27912f:0x193,_0x233ea6:0x18a,_0x2c871d:0x43b,_0xdb4ded:0x436,_0x1800c6:0x3f3,_0x4e00d6:0x127,_0x53e5dd:0xa6,_0x19974b:0x13c,_0x221013:0x100,_0x32836b:0x39e,_0x1e2c25:0x478,_0x1747c3:0x19c,_0x23fea1:0xed,_0x4676cb:0xc2,_0xdb460e:0x476,_0x3ccbcd:0x3c3,_0x389c76:0x3af,_0x21f3d2:0x3d3,_0x4809ec:0x415,_0x4cb012:0x4fb,_0x495b5e:0x510,_0x5234bf:0x4b6,_0x4fc458:0x480,_0x49f1c0:0x4b8,_0x50e764:0x151,_0x19a0b9:0x100,_0xe1747b:0x159,_0x4f57dc:0x89,_0x5a1a61:0xee,_0x459cee:0x129,_0x3004ad:0x19d,_0x3e0f8c:0x211,_0x233422:0x132,_0x469be8:0x139,_0x3617d0:0x186,_0x404048:0x333,_0x3183d1:0x439,_0x267e6:0x42a,_0x44b0d8:0x194,_0x149905:0x11,_0x5e8140:0xc9,_0xb2e219:0x460,_0x35bb35:0x15d,_0xe673d4:0x1ce,_0x26765c:0x116,_0x46eeaf:0x10f,_0x186ffb:0x1a8,_0x2e8e38:0x46,_0x581623:0x480,_0x4e43a7:0x43a,_0xe2e0f2:0x398,_0xfb0377:0x3bc,_0x3042f1:0x45b,_0x1fa77c:0x3fe,_0x1d48e6:0xc7,_0x57d23e:0x55,_0x1958a8:0x74,_0x311c9c:0x146,_0x15534b:0x3fb,_0x191850:0x3c4,_0x41f48b:0x48e,_0x379f42:0xc0,_0x2974a8:0xa8,_0x2632aa:0xbe,_0x5e46bd:0xe7,_0x330103:0x16a,_0x52bf88:0x112,_0x32c119:0x5e,_0x444bfa:0x182,_0x16428e:0x3ed,_0x1c427a:0x335,_0x1746c8:0x188,_0x353293:0x12e,_0x532e0b:0x215,_0x5b2f4a:0x17d,_0x2df6a3:0xb9,_0x5d8b3d:0x418,_0x408c98:0x48c,_0x55af15:0x3e5,_0x51e309:0x340,_0x443aae:0x3b0,_0xa54ce6:0x45c,_0x3aa1cd:0xe4,_0x3b844f:0x130,_0x20fcbe:0x222,_0x3f310f:0x450,_0xad8ed5:0x3b0,_0x36f314:0x426,_0x340d22:0x1c8,_0x2957cf:0xea,_0x11dd7a:0x38a,_0x230c37:0x414,_0x42faf1:0x237,_0x32389e:0x242,_0x2a7aa8:0x36d,_0x1b0633:0x42c,_0x55c912:0x12c,_0x379290:0xeb,_0x26f9fa:0x3c,_0x133f46:0xce,_0x303b39:0xd5,_0x1db989:0x13e,_0xebea05:0x17e,_0x1685c7:0x133,_0x57db20:0x370,_0x3af2a2:0x1a6,_0x5874a3:0x19b,_0x2172bf:0x14a,_0x4e2865:0x45,_0x5ce5ab:0x41c,_0x1db39b:0x486,_0x6a5b2c:0x417,_0x437a25:0x3c2,_0x5353a7:0x3f3,_0x192ac9:0x4cd,_0x250eb2:0x3a6,_0x40fe75:0x353,_0x48f3c3:0x92,_0x5463bf:0x5a,_0x50ebc7:0x3d7,_0x5a8d75:0x345,_0x57599a:0xdf,_0x26a370:0x92,_0x29c6f3:0x20,_0x348a77:0x72,_0x47f565:0x67,_0x271e2f:0x3bc,_0x475adc:0x465,_0x4a808a:0x30a,_0x1b258a:0x36,_0x5a356a:0x48a,_0x268153:0x528,_0x34fce8:0x387,_0xc579a4:0x364,_0x1e10de:0x90,_0x18c2a0:0x3e,_0x4d0448:0xb2,_0x1c09d2:0xd6,_0x26d788:0x3ca,_0x4961c1:0x41f,_0x3ba5ca:0x178,_0x54b96c:0xeb,_0x58c4ca:0xe7,_0x49cb75:0x1d0,_0x5018d0:0x1d7,_0x46a374:0x1c5,_0x28bacf:0x12a,_0x2bc247:0x4a0,_0x55945b:0x3bf,_0x3484c5:0x4d4,_0x4a3b3c:0x38f,_0x5d3f65:0x31e,_0x2989e4:0x3cf,_0xc603f:0x483,_0x48f4af:0x371,_0x1c287d:0x447,_0x4b1f2c:0x475,_0x3d470e:0x511,_0x584ceb:0x415,_0x5030c1:0x3f8,_0x35ee05:0x3b0,_0x34dbb0:0x322},_0x52d182={_0x5257fa:0x15c,_0xd471ca:0x359},_0x40cebe={_0x5c296d:0x21},_0x5b2d12={'sQHHo':_0x3efa58(_0x2d7173._0x465957,0x456,_0x2d7173._0x4f3a9b,_0x2d7173._0x56e259)+_0x22eced(_0x2d7173._0x2fb937,0x1c7,_0x2d7173._0x1738ce,_0x2d7173._0x4d53ad)+_0x3efa58(0x4e2,_0x2d7173._0x2f923a,0x4f9,0x40f)+_0x3efa58(_0x2d7173._0x2252b7,0x447,0x432,0x3cd)+_0x22eced(0x10c,0xab,0xa2,0x6a)+_0x3efa58(0x530,0x4ba,_0x2d7173._0x2d9a78,0x54c)+_0x22eced(0x197,0x1a5,_0x2d7173._0x455ae3,_0x2d7173._0xac8b40),'cOTZt':_0x3efa58(0x46a,0x45d,_0x2d7173._0x48dd83,_0x2d7173._0x3d5feb)+'rver\x20confi'+'g\x20set\x20defa'+_0x3efa58(0x361,_0x2d7173._0x28f492,_0x2d7173._0x2309f7,_0x2d7173._0x35c8bf)+_0x3efa58(0x3cc,0x3dc,0x38b,_0x2d7173._0x214ba7),'eHUOw':_0x22eced(_0x2d7173._0x51038a,_0x2d7173._0x9b54ce,_0x2d7173._0x45afa7,_0x2d7173._0x59b6ca)+_0x22eced(_0x2d7173._0x3250bf,0x217,_0x2d7173._0x2a04c9,0x11b)+_0x3efa58(_0x2d7173._0x47fb71,_0x2d7173._0x388b40,0x454,_0x2d7173._0x1c80b8)+_0x3efa58(0x37c,0x3d5,_0x2d7173._0x220e81,0x39e)+'ion\x20value','UxkgI':_0x22eced(0x9b,_0x2d7173._0x19d56b,0xc4,_0x2d7173._0x1edddb)+'path\x20\x20\x20\x20\x20\x20'+_0x3efa58(0x42f,0x435,0x4b5,_0x2d7173._0x3681a8)+_0x22eced(0x17a,_0x2d7173._0x3ed8af,_0x2d7173._0x2f1354,0x1c9)+'e\x20key\x20file','sZIOu':_0x3efa58(_0x2d7173._0x3ea755,_0x2d7173._0x469013,_0x2d7173._0x53ac75,0x3a6),'HRqHo':_0x3efa58(_0x2d7173._0x3ae084,0x3ba,0x42d,_0x2d7173._0x48eba6)+'figuration'+_0x22eced(0x1bb,_0x2d7173._0x8a9c71,_0x2d7173._0x3abebf,_0x2d7173._0x4d8c00)+_0x3efa58(0x399,0x36c,_0x2d7173._0x13ce71,0x31f)+_0x22eced(0x1d3,0x174,0x167,_0x2d7173._0x141bfa)+_0x22eced(_0x2d7173._0xef8e1c,0x251,_0x2d7173._0x120a31,_0x2d7173._0x1dec4d),'vgAjV':'Usage:\x20cod'+'er-server\x20'+_0x22eced(_0x2d7173._0x129000,_0x2d7173._0x218b0f,0x12f,0xd6)+_0x3efa58(0x3e7,0x44b,_0x2d7173._0x465957,_0x2d7173._0x2c637b)+'ve|show>\x20['+_0x22eced(_0x2d7173._0x2fcf14,0x121,_0x2d7173._0x22bf21,0x21a)+'e]','gnFST':_0x22eced(_0x2d7173._0x4874b0,_0x2d7173._0xb87da2,0x176,0x23a)+_0x22eced(0x7d,-0x2,0x9e,-_0x2d7173._0x5982a8)+_0x22eced(_0x2d7173._0x2fa457,0xbb,0xa3,_0x2d7173._0x137c83)+_0x22eced(0x147,0x10a,_0x2d7173._0x2217e5,_0x2d7173._0x1d36f6)+_0x22eced(0x19a,_0x2d7173._0x443b3b,_0x2d7173._0x4f345e,_0x2d7173._0x22f33c),'zCLid':_0x3efa58(_0x2d7173._0xa58fac,0x48c,0x4f1,_0x2d7173._0x36c4c1)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x22eced(0x12e,_0x2d7173._0x2ab6d0,0x19d,0xf5)+_0x22eced(0xe4,0x165,_0x2d7173._0x69b868,_0x2d7173._0x17e2e2)+_0x3efa58(_0x2d7173._0x130ff0,_0x2d7173._0x47a880,_0x2d7173._0x43dfcb,0x4ff),'CYqxb':'\x20\x20show\x20\x20\x20\x20'+_0x22eced(0xc9,0x141,0xca,0x12d)+_0x22eced(0x143,_0x2d7173._0x3440f1,0x1e8,0x169)+_0x22eced(_0x2d7173._0x9b54ce,0x129,0x10f,_0x2d7173._0x3a1ae2)+_0x22eced(0xff,0x126,_0x2d7173._0x164aea,_0x2d7173._0x2d3418),'vnUMI':_0x3efa58(0x452,0x3f4,0x3b9,0x3e5)+_0x22eced(_0x2d7173._0x3fcb11,_0x2d7173._0x5e3bb7,_0x2d7173._0x59b8ae,0x13f)+_0x22eced(0x1cc,_0x2d7173._0x2d875c,0x230,0x154)+'figuration'+'\x20value','kBGir':_0x3efa58(_0x2d7173._0x36ed00,_0x2d7173._0x4585a9,0x546,0x445)+_0x22eced(_0x2d7173._0x2cd475,0x214,0xe3,_0x2d7173._0x246882)+_0x3efa58(0x3cc,0x46b,0x44c,_0x2d7173._0x2ac7b3)+_0x22eced(0x1a9,0x1da,_0x2d7173._0x34e57e,0x1b5)+'\x20value','MWzdp':_0x3efa58(_0x2d7173._0x32e91f,_0x2d7173._0xd82652,_0x2d7173._0x1a7b1a,0x3e7),'LmwFx':_0x3efa58(0x3b7,0x45a,0x507,0x4cb)+_0x3efa58(_0x2d7173._0x10f58,0x3b4,_0x2d7173._0x2dab1a,0x306)+_0x3efa58(0x3a5,_0x2d7173._0x5b7308,0x3a7,_0x2d7173._0x1c6eeb)+_0x22eced(_0x2d7173._0x3d3714,0x117,0x12c,_0x2d7173._0x2f2796)+'s\x20(true/fa'+_0x22eced(0x11c,_0x2d7173._0x532339,0x1b0,0x17b),'IumKz':'\x20\x20ssl_ca_p'+_0x3efa58(0x3a8,0x3bf,_0x2d7173._0x1c93d5,0x324)+'\x20\x20Path\x20to\x20'+_0x22eced(0x8b,_0x2d7173._0x2c1787,0x56,-0x1b)+'dle\x20(optio'+_0x3efa58(_0x2d7173._0x22a851,_0x2d7173._0x20c7d6,_0x2d7173._0x2fcdaf,0x392),'fNkFE':'Setup\x20conf'+_0x3efa58(0x355,_0x2d7173._0x3523db,_0x2d7173._0xb2f497,0x3de)+_0x3efa58(0x2fb,0x3a8,_0x2d7173._0x1dbf94,0x44d)+'ed\x20in\x20setu'+_0x22eced(0x170,_0x2d7173._0x207e31,_0x2d7173._0x59b37d,0x18f),'gAyvy':_0x3efa58(0x3e8,0x45d,_0x2d7173._0x66edcb,_0x2d7173._0x500e55)+_0x22eced(_0x2d7173._0x25ce70,_0x2d7173._0xac8b40,_0x2d7173._0x1fbdda,_0x2d7173._0x440805)+_0x3efa58(0x4a9,_0x2d7173._0x41b9df,_0x2d7173._0x3825d9,0x41b)+_0x3efa58(0x487,_0x2d7173._0x44a9d7,0x468,_0x2d7173._0xfa0513)+_0x22eced(0x89,_0x2d7173._0x399d33,0x2c,0x5b)+_0x3efa58(0x534,_0x2d7173._0x34da89,_0x2d7173._0x1690a3,_0x2d7173._0x582f0b)+_0x22eced(0x149,0x1f5,_0x2d7173._0x578872,0x153),'pLZda':_0x3efa58(_0x2d7173._0x162127,0x45d,_0x2d7173._0x4e39aa,_0x2d7173._0x39ccf6)+_0x22eced(0x1ba,0x14d,_0x2d7173._0x46c87b,0x16c)+_0x3efa58(_0x2d7173._0x13cf0c,0x3eb,0x392,_0x2d7173._0x499455),'GcZoD':_0x22eced(_0x2d7173._0x48a0e6,_0x2d7173._0x3b351e,0x10e,_0x2d7173._0x3c7d64),'dvJDc':_0x3efa58(_0x2d7173._0x7334af,0x3b5,_0x2d7173._0x140072,_0x2d7173._0x5c5aaf)+_0x3efa58(0x3db,_0x2d7173._0x1d0804,_0x2d7173._0x5f2c9b,_0x2d7173._0x1cc243)+_0x22eced(_0x2d7173._0x84b8ef,_0x2d7173._0x261a29,_0x2d7173._0x1c1924,0x21c)+'ed','zfZaf':function(_0x4658e4,_0x3f716f){return _0x4658e4===_0x3f716f;},'XBtUC':_0x22eced(_0x2d7173._0x3c5030,0x1e8,0x265,0x15c)+_0x3efa58(0x334,0x3a1,_0x2d7173._0x5be2d6,_0x2d7173._0x22e606)+'d)','jmDuT':function(_0x5c129a,_0x1df8cf){return _0x5c129a!==_0x1df8cf;},'goygh':_0x3efa58(_0x2d7173._0x4bb8e2,_0x2d7173._0x3520bb,_0x2d7173._0xea93bb,0x42c),'ifugV':_0x22eced(0xc1,_0x2d7173._0x1738ce,0x77,0x7d),'VWlyp':_0x3efa58(0x3fe,_0x2d7173._0x353f5e,0x3e6,0x3bd)+_0x22eced(0xcf,_0x2d7173._0x155673,_0x2d7173._0x151178,_0x2d7173._0x21371c)+_0x3efa58(_0x2d7173._0x2073e8,0x38c,_0x2d7173._0x4c6b92,0x426)+'\x20<key>','TYFjF':function(_0x165324,_0xcc86ec){return _0x165324&&_0xcc86ec;},'cnZTd':function(_0x316aa4,_0x1beee2){return _0x316aa4!==_0x1beee2;},'QZVpi':'jknEx','kQlyX':_0x3efa58(0x4b4,0x4b9,_0x2d7173._0x2ec805,0x563)+_0x3efa58(0x400,_0x2d7173._0x3ecca8,0x510,0x4ff)+_0x22eced(_0x2d7173._0xbdebff,_0x2d7173._0x78990c,_0x2d7173._0x1ca10f,0x123)+_0x22eced(0x178,_0x2d7173._0x5b6bbc,_0x2d7173._0x2dcfc5,0x143)+_0x22eced(0xa4,0x83,_0x2d7173._0x576faa,_0x2d7173._0x3ab06e)+_0x22eced(0x14a,0xe8,_0x2d7173._0x43674d,_0x2d7173._0x2ac210),'ZBOAa':_0x3efa58(_0x2d7173._0x117efd,0x478,_0x2d7173._0x511c2a,0x4d7)+_0x3efa58(0x4e3,_0x2d7173._0x5d3a56,0x411,_0x2d7173._0x2c4a87),'fwsAc':function(_0x3765af){return _0x3765af();},'TuqGy':_0x22eced(_0x2d7173._0x50cb28,0x1b5,0x12e,_0x2d7173._0x32ceab)+'t','gtwux':_0x22eced(_0x2d7173._0x163d0d,_0x2d7173._0x1f2e34,_0x2d7173._0xf530de,_0x2d7173._0x58ec9f)+'th','QdRHq':function(_0x1ffc8c){return _0x1ffc8c();},'jeNSF':_0x22eced(_0x2d7173._0x5df5d5,0x162,_0x2d7173._0x2158af,_0x2d7173._0x1ca10f)+'h','vqITn':_0x3efa58(_0x2d7173._0x51f486,_0x2d7173._0x3927f9,0x3b8,0x393)+'y','IzFtA':_0x22eced(0xde,_0x2d7173._0x3f8707,_0x2d7173._0x59a0c1,_0x2d7173._0x214cee),'PlHKL':_0x3efa58(0x4d1,_0x2d7173._0x350c2e,0x4ff,0x456),'OvfhP':'utf-8','lRyQh':function(_0x39b60c,_0x5b99cf){return _0x39b60c===_0x5b99cf;},'vJLqJ':_0x3efa58(0x449,_0x2d7173._0x15a002,_0x2d7173._0x600df5,_0x2d7173._0x47ce5a),'vmKsh':function(_0xd9a88b,_0x1de885){return _0xd9a88b!==_0x1de885;},'MkLBJ':'heTWQ'};if(!_0x4b88f2){if(_0x5b2d12[_0x3efa58(_0x2d7173._0x476914,_0x2d7173._0x264a4b,0x2fd,_0x2d7173._0x5acbfa)](_0x5b2d12[_0x22eced(_0x2d7173._0x1dd15b,0x87,0x154,0x109)],_0x5b2d12[_0x22eced(0x135,_0x2d7173._0x864304,_0x2d7173._0x366d8b,_0x2d7173._0x3fd9af)]))console[_0x3efa58(0x357,0x3d4,_0x2d7173._0x972003,0x36b)](_0x5b2d12[_0x3efa58(0x4e7,_0x2d7173._0x4f3a9b,_0x2d7173._0x35955d,0x53c)]),process['exit'](0x2*0x13f+0x247*0xf+-0x24a6);else{const _0x566fcb=_0x5b2d12[_0x3efa58(_0x2d7173._0x149b12,0x391,_0x2d7173._0x2302f1,0x3e0)][_0x22eced(_0x2d7173._0x967ce5,0x150,_0x2d7173._0x5bf628,_0x2d7173._0x27018f)]('|');let _0x1b4e14=0x1ad8+-0x15e*-0x1b+0x1fe1*-0x2;while(!![]){switch(_0x566fcb[_0x1b4e14++]){case'0':_0x550798[_0x3efa58(0x3ab,_0x2d7173._0x35c8bf,_0x2d7173._0x321642,_0x2d7173._0x499cb3)](_0x5b2d12[_0x3efa58(_0x2d7173._0x44d67a,0x3ec,0x3a6,_0x2d7173._0x2707ad)]);continue;case'1':_0x332a66[_0x3efa58(_0x2d7173._0x5ad4e6,_0x2d7173._0x20fd0f,0x46b,_0x2d7173._0x52aea4)](_0x5b2d12['eHUOw']);continue;case'2':_0x2d93f9[_0x22eced(_0x2d7173._0x54bddd,0x68,0x127,0xf7)]('');continue;case'3':_0x40de45['error'](_0x22eced(0x174,_0x2d7173._0x32ceab,_0x2d7173._0x28de71,0x1eb)+_0x3efa58(_0x2d7173._0x3c549a,_0x2d7173._0x570404,0x4f5,_0x2d7173._0x55a137)+_0x22eced(0xc2,_0x2d7173._0x37a993,_0x2d7173._0x43674d,0x102)+_0x3efa58(_0x2d7173._0x1bb79c,0x4a8,0x4cf,0x496)+'80');continue;case'4':_0x30ff8d[_0x22eced(0xeb,0x46,0x107,_0x2d7173._0x3679ef)](_0x3efa58(0x47a,_0x2d7173._0x4eecfa,_0x2d7173._0x5d7ae8,_0x2d7173._0x4253b3)+_0x3efa58(0x44b,0x3b2,0x416,_0x2d7173._0x58507a)+'\x20\x20Setup\x20na'+'me');continue;case'5':_0x1c269c['error'](_0x5b2d12[_0x22eced(_0x2d7173._0x590f92,0xaf,0xaf,0xde)]);continue;case'6':_0x1adfad[_0x22eced(_0x2d7173._0x47604f,_0x2d7173._0xd840a2,_0x2d7173._0x4debd5,0xe0)](_0x22eced(_0x2d7173._0x1d2ba7,0x137,_0x2d7173._0x22de28,0x119)+_0x22eced(0x156,0x16c,0x182,0xc3)+_0x3efa58(_0x2d7173._0x1e52bb,_0x2d7173._0x4380bc,_0x2d7173._0x28b498,0x4d9)+_0x3efa58(_0x2d7173._0x44d67a,_0x2d7173._0x3eef09,0x4be,_0x2d7173._0x4344e8)+'p\x20director'+'y');continue;case'7':_0x1549aa[_0x22eced(0xeb,_0x2d7173._0x51566d,0x16e,0xff)](_0x5b2d12[_0x22eced(_0x2d7173._0x43f173,0x1a3,_0x2d7173._0x8d7b62,0x118)]);continue;case'8':_0x352708[_0x22eced(0xeb,0x39,_0x2d7173._0x509ca8,_0x2d7173._0x4d0ad4)](_0x5b2d12[_0x22eced(0xcd,_0x2d7173._0xbdebff,_0x2d7173._0x1dd15b,_0x2d7173._0x277d32)]);continue;case'9':_0x2524cc['error'](_0x5b2d12['vgAjV']);continue;case'10':_0x1c9d1f[_0x3efa58(_0x2d7173._0x380161,0x3d4,0x37f,_0x2d7173._0x1f0f1c)](_0x5b2d12[_0x3efa58(0x3e7,0x47b,0x4fb,_0x2d7173._0x3825d9)]);continue;case'11':_0x6b3be4['error'](_0x5b2d12[_0x3efa58(0x482,_0x2d7173._0xd31092,0x410,_0x2d7173._0x127b1e)]);continue;case'12':_0x48ed14[_0x22eced(_0x2d7173._0x362392,0xe0,_0x2d7173._0x362392,0xe3)]('');continue;case'13':_0x11ade3['error'](_0x5b2d12['CYqxb']);continue;case'14':_0x32bf5f['error'](_0x22eced(_0x2d7173._0x8a9c71,0x159,_0x2d7173._0x4f9741,0x1ca)+_0x3efa58(0x3f1,0x496,0x4cb,0x4a7)+_0x3efa58(_0x2d7173._0x2be414,_0x2d7173._0x4a60d7,0x441,_0x2d7173._0x33454b)+_0x22eced(_0x2d7173._0x21e732,_0x2d7173._0x457089,0x191,_0x2d7173._0x576faa)+'icate\x20file');continue;case'15':_0x53e515['error'](_0x5b2d12[_0x3efa58(_0x2d7173._0x159bf5,0x39b,_0x2d7173._0x5a8b37,_0x2d7173._0x5e00ab)]);continue;case'16':_0x253e20['error'](_0x5b2d12['kBGir']);continue;case'17':_0x4ab0f9[_0x3efa58(0x352,_0x2d7173._0x32cc26,_0x2d7173._0x4de378,0x36a)](_0x22eced(0x190,_0x2d7173._0x27912f,0x1e0,0x144)+_0x22eced(0x1c6,0x142,_0x2d7173._0x233ea6,0x173)+_0x3efa58(0x482,_0x2d7173._0x2c871d,_0x2d7173._0xdb4ded,_0x2d7173._0x1800c6)+'ort\x20(defau'+_0x22eced(0x11e,_0x2d7173._0x4e00d6,0x11a,0x13b));continue;case'18':_0x96c4bb['error']('');continue;case'19':_0x2585cf[_0x3efa58(_0x2d7173._0x4bb8e2,_0x2d7173._0x32cc26,0x3ef,0x326)](_0x5b2d12[_0x22eced(_0x2d7173._0x53e5dd,0x134,0x130,-0xf)]);continue;case'20':_0x3d25da[_0x22eced(0xeb,_0x2d7173._0x19974b,0x158,_0x2d7173._0x221013)](_0x5b2d12[_0x3efa58(0x362,0x3e6,_0x2d7173._0x32836b,_0x2d7173._0x1e2c25)]);continue;case'21':_0x607f90['error'](_0x5b2d12[_0x22eced(_0x2d7173._0x1747c3,0x121,_0x2d7173._0x23fea1,0x1a6)]);continue;case'22':_0x1d381f[_0x22eced(0xeb,_0x2d7173._0x4676cb,0x9a,0x184)](_0x5b2d12[_0x3efa58(_0x2d7173._0xdb460e,_0x2d7173._0x3ccbcd,0x383,_0x2d7173._0x389c76)]);continue;case'23':_0x26f80c[_0x3efa58(0x368,0x3d4,_0x2d7173._0x21f3d2,_0x2d7173._0x4809ec)](_0x3efa58(_0x2d7173._0x4cb012,0x4b1,_0x2d7173._0x495b5e,0x413)+'agent\x20\x20\x20\x20\x20'+_0x3efa58(0x469,_0x2d7173._0x5234bf,_0x2d7173._0x4fc458,_0x2d7173._0x49f1c0)+'agent\x20(cla'+'ude\x20or\x20cod'+'ex)');continue;case'24':_0x546ef3['error']('');continue;case'25':_0x35c917['error'](_0x5b2d12[_0x22eced(_0x2d7173._0x50e764,_0x2d7173._0x19a0b9,_0x2d7173._0xe1747b,0x1f7)]);continue;case'26':_0x384145['error'](_0x5b2d12[_0x3efa58(0x41a,_0x2d7173._0x1dbf94,0x3f8,0x33b)]);continue;}break;}}}const _0x2fab36=SERVER_CONFIG_KEYS['has'](_0x4b88f2),_0x5cc342=SETUP_JSON_KEYS[_0x22eced(0x116,_0x2d7173._0x4f57dc,0x19f,0x16f)](_0x4b88f2);_0x5b2d12[_0x22eced(0x194,0x142,_0x2d7173._0x5a1a61,_0x2d7173._0x459cee)](!_0x2fab36,!_0x5cc342)&&(_0x5b2d12['cnZTd'](_0x5b2d12[_0x22eced(_0x2d7173._0x3004ad,0x1f1,_0x2d7173._0x3e0f8c,0x17e)],'oBJvQ')?(console['error'](_0x22eced(_0x2d7173._0x233422,0x1c4,_0x2d7173._0x469be8,_0x2d7173._0x3617d0)+_0x3efa58(_0x2d7173._0x404048,0x3d8,_0x2d7173._0x3183d1,0x473)+_0x3efa58(0x443,_0x2d7173._0x48dd83,0x3a5,_0x2d7173._0x267e6)+_0x4b88f2),console[_0x22eced(0xeb,0x125,_0x2d7173._0x44b0d8,0x103)](_0x5b2d12['kQlyX']),process[_0x22eced(0xc7,0x145,0x97,0x149)](-0x38a+0x1ff5+-0x1*0x1c6a)):(_0x818a5b[_0x22eced(0x9a,-_0x2d7173._0x149905,_0x2d7173._0x5e8140,0x31)]===_0x5b2d12[_0x3efa58(0x44a,0x48f,_0x2d7173._0xb2e219,0x432)]?_0x42ee72['error'](_0x22eced(_0x2d7173._0x35bb35,_0x2d7173._0xe673d4,_0x2d7173._0x26765c,0x1a5)+_0x22eced(0x15c,_0x2d7173._0x46eeaf,_0x2d7173._0x58ec9f,_0x2d7173._0x186ffb)+'t\x20found\x20at'+'\x20'+_0x3a26ac):_0x4e0534['error'](_0x22eced(0xe5,0x73,_0x2d7173._0x21371c,_0x2d7173._0x2e8e38)+'ing\x20setup.'+_0x3efa58(_0x2d7173._0x581623,0x4ca,_0x2d7173._0x4e43a7,0x514)+_0x6e9cd3[_0x3efa58(_0x2d7173._0xe2e0f2,_0x2d7173._0xfb0377,_0x2d7173._0x3042f1,_0x2d7173._0x1fa77c)]),_0x286111[_0x22eced(_0x2d7173._0x1d48e6,_0x2d7173._0x57d23e,_0x2d7173._0x1958a8,_0x2d7173._0x311c9c)](0xfc1+0x8*0x1ea+-0x2*0xf88)));function _0x3efa58(_0x3f23c3,_0x42912c,_0x559051,_0x21b755){return _0x1dcb9f(_0x3f23c3-0x13f,_0x42912c-_0x40cebe._0x5c296d,_0x3f23c3,_0x42912c-0x190);}function _0x22eced(_0x368802,_0x2d09e0,_0x1bc16c,_0xd81558){return _0x5cfb39(_0x368802-_0x52d182._0x5257fa,_0xd81558,_0x1bc16c-0xad,_0x368802- -_0x52d182._0xd471ca);}let _0x4910a0;if(_0x2fab36)switch(_0x4b88f2){case _0x5b2d12['ZBOAa']:_0x4910a0=await _0x5b2d12[_0x3efa58(0x462,_0x2d7173._0x15534b,0x468,_0x2d7173._0x191850)](getCoderSetupPath);break;case _0x5b2d12[_0x3efa58(_0x2d7173._0x4eecfa,0x46d,_0x2d7173._0x41f48b,0x478)]:_0x4910a0=await getServerPort();break;case _0x22eced(0xb0,0x46,_0x2d7173._0x379f42,_0x2d7173._0x2974a8)+_0x22eced(_0x2d7173._0x2632aa,_0x2d7173._0x5b6bbc,_0x2d7173._0x5e46bd,_0x2d7173._0x330103):_0x4910a0=await _0x5b2d12[_0x22eced(_0x2d7173._0x52bf88,0x1a4,_0x2d7173._0x32c119,_0x2d7173._0x444bfa)](getSslCertPath);break;case _0x5b2d12[_0x3efa58(0x3ec,0x3b7,_0x2d7173._0x16428e,0x3dc)]:_0x4910a0=await _0x5b2d12[_0x3efa58(_0x2d7173._0x15a002,0x3e0,_0x2d7173._0x1c427a,0x3e2)](getSslKeyPath);break;case _0x5b2d12[_0x22eced(0x1b3,0x226,0x11a,_0x2d7173._0x35bb35)]:_0x4910a0=await getSslCaPath();break;case _0x5b2d12[_0x22eced(_0x2d7173._0x1746c8,0x1d4,_0x2d7173._0x353293,_0x2d7173._0x532e0b)]:_0x4910a0=await getTrustProxy();break;}else{if(_0x5cc342){const _0x179ff8=await _0x5b2d12[_0x22eced(0x112,0x1ac,_0x2d7173._0x5b2f4a,0xd7)](getCoderSetupPath);!_0x179ff8&&(_0x5b2d12[_0x22eced(_0x2d7173._0x2df6a3,0x149,0x15d,0x10)](_0x5b2d12[_0x3efa58(0x381,_0x2d7173._0x5d8b3d,0x42b,_0x2d7173._0x408c98)],_0x5b2d12[_0x3efa58(0x3f3,_0x2d7173._0x55af15,_0x2d7173._0x56e259,0x3d3)])?(console['error'](_0x5b2d12[_0x22eced(0x1e2,0x21e,0x250,0x1cf)]),process[_0x3efa58(_0x2d7173._0x51e309,_0x2d7173._0x443aae,_0x2d7173._0xa54ce6,0x349)](-0x24b*-0x11+0x1a03+-0x40fd)):(_0x47a4cd[_0x22eced(0xeb,0x4d,_0x2d7173._0x1fbdda,_0x2d7173._0x3aa1cd)](_0x5b2d12[_0x22eced(0x1e2,_0x2d7173._0x3b844f,_0x2d7173._0x20fcbe,_0x2d7173._0x440805)]),_0x5b5ba9[_0x3efa58(_0x2d7173._0x3f310f,_0x2d7173._0xad8ed5,_0x2d7173._0x36f314,0x31a)](-0x22ff+0x17*-0x96+0x307a)));const _0x52734e=_0x5c20d2['join'](_0x179ff8,'setup.json');try{const _0x4b1f9a=await _0x44754e[_0x22eced(0x154,_0x2d7173._0x340d22,_0x2d7173._0x2957cf,_0x2d7173._0x455ae3)](_0x52734e,_0x5b2d12['OvfhP']),_0x27642c=JSON[_0x3efa58(_0x2d7173._0x11dd7a,0x414,0x392,_0x2d7173._0x230c37)](_0x4b1f9a);_0x4910a0=_0x27642c[_0x4b88f2];}catch(_0x4a6bfa){_0x5b2d12['lRyQh'](_0x4a6bfa[_0x3efa58(_0x2d7173._0x56e259,0x383,0x395,0x3cf)],_0x5b2d12[_0x22eced(0x1a6,_0x2d7173._0x42faf1,_0x2d7173._0x32389e,0x1fb)])?_0x5b2d12[_0x3efa58(_0x2d7173._0x2a7aa8,0x3f7,_0x2d7173._0x1b0633,0x3c0)](_0x5b2d12[_0x22eced(0x9d,0xa4,0x10b,_0x2d7173._0x55c912)],_0x5b2d12['vJLqJ'])?console[_0x22eced(_0x2d7173._0x379290,_0x2d7173._0x26f9fa,0x136,0x124)](_0x22eced(_0x2d7173._0x35bb35,_0x2d7173._0x133f46,0x1ad,_0x2d7173._0x303b39)+_0x22eced(0x15c,_0x2d7173._0x1db989,_0x2d7173._0xebea05,_0x2d7173._0x1ca10f)+_0x22eced(0xd0,0x16a,_0x2d7173._0x1685c7,0xc4)+'\x20'+_0x52734e):_0x5b2d12[_0x3efa58(_0x2d7173._0x57db20,0x3f7,0x427,0x3a2)](_0xd6ecb2[_0x3efa58(0x36c,0x383,0x420,0x32d)],_0x5b2d12[_0x22eced(_0x2d7173._0x3af2a2,0x193,_0x2d7173._0x58ec9f,_0x2d7173._0x5874a3)])?(_0x34d42f['log'](_0x5b2d12[_0x22eced(0xb5,_0x2d7173._0x2172bf,0x36,_0x2d7173._0x4e2865)]),_0x670d35[_0x3efa58(_0x2d7173._0x5ce5ab,0x3e4,_0x2d7173._0x1db39b,0x331)](''),_0x4d4c39[_0x3efa58(0x44e,0x3e4,0x3d4,_0x2d7173._0x6a5b2c)](_0x3efa58(_0x2d7173._0x437a25,_0x2d7173._0x5353a7,0x348,0x43d)+_0x3efa58(_0x2d7173._0x192ac9,0x437,_0x2d7173._0x32836b,_0x2d7173._0x250eb2)+_0x2e3112)):_0x5b1d42[_0x22eced(0xfb,0xce,0x4f,0x179)](_0x3efa58(0x371,0x3ce,_0x2d7173._0x40fe75,0x45a)+_0x22eced(_0x2d7173._0x48f3c3,0x71,_0x2d7173._0x5463bf,0x12b)+_0x3efa58(0x43c,0x4ca,_0x2d7173._0x4380bc,0x568)+_0x247499[_0x3efa58(0x3b4,_0x2d7173._0xfb0377,_0x2d7173._0x50ebc7,_0x2d7173._0x5a8d75)]):console[_0x22eced(0xeb,0x11c,0x61,_0x2d7173._0x57599a)]('Error\x20read'+_0x22eced(_0x2d7173._0x26a370,-_0x2d7173._0x29c6f3,_0x2d7173._0x348a77,_0x2d7173._0x47f565)+'json:\x20'+_0x4a6bfa[_0x3efa58(0x361,_0x2d7173._0x271e2f,_0x2d7173._0x475adc,_0x2d7173._0x4a808a)]),process[_0x22eced(0xc7,_0x2d7173._0x1b258a,0x12d,0x10b)](-0x269d+0x254*0x3+0x1fa2);}}}_0x5b2d12[_0x3efa58(0x30b,0x3a4,0x439,0x411)](_0x4910a0,undefined)?_0x5b2d12[_0x3efa58(0x4c3,_0x2d7173._0x5a356a,0x444,_0x2d7173._0x268153)](_0x5b2d12[_0x3efa58(0x408,_0x2d7173._0x34fce8,0x3e1,_0x2d7173._0xc579a4)],_0x22eced(_0x2d7173._0x1e10de,0x12f,_0x2d7173._0x18c2a0,0x75))?console['log'](_0x4910a0):(_0x388ab1[_0x22eced(0xeb,_0x2d7173._0x4d0448,_0x2d7173._0x1c09d2,0xe4)](_0x22eced(_0x2d7173._0x233422,0x8b,0x94,0x1b0)+_0x3efa58(_0x2d7173._0x26d788,0x3d8,0x3fb,_0x2d7173._0x4961c1)+_0x22eced(0x15f,0x179,0x16b,_0x2d7173._0x3ba5ca)+_0x478188),_0x15924e[_0x22eced(_0x2d7173._0x54b96c,_0x2d7173._0x58c4ca,0xe7,0x10d)](_0x22eced(_0x2d7173._0x49cb75,0x27b,_0x2d7173._0x2dcfc5,_0x2d7173._0x5018d0)+_0x22eced(_0x2d7173._0x46a374,_0x2d7173._0x28bacf,0x121,0x1a3)+_0x3efa58(0x40d,0x411,_0x2d7173._0x2bc247,_0x2d7173._0x2f923a)+'a\x20list\x20of\x20'+_0x3efa58(0x3af,0x38d,_0x2d7173._0x55945b,0x3c8)+_0x3efa58(_0x2d7173._0x51f486,0x433,_0x2d7173._0x3484c5,0x44d)),_0x1590db['exit'](-0xc57+-0x2221*0x1+0x2e79)):(console[_0x3efa58(_0x2d7173._0x4a3b3c,0x3d4,0x381,0x330)](_0x3efa58(_0x2d7173._0x5d3f65,_0x2d7173._0x2989e4,_0x2d7173._0xc603f,_0x2d7173._0x48f4af)+_0x4b88f2+(_0x3efa58(_0x2d7173._0x1c287d,0x499,_0x2d7173._0x4b1f2c,0x4ce)+_0x3efa58(_0x2d7173._0x3d470e,0x47e,_0x2d7173._0x584ceb,0x449)+'guration')),process[_0x3efa58(_0x2d7173._0x5030c1,_0x2d7173._0x35ee05,_0x2d7173._0x162127,_0x2d7173._0x34dbb0)](0x28e+-0x108e+0xe01));}async function removeConfig(_0x322fa0){const _0x46c6fd={_0x41be78:0x406,_0x440a5a:0x43f,_0x3ea5df:0x407,_0x284226:0x4f,_0x2dd03b:0xcb,_0x3b3382:0x38b,_0x214ac0:0x336,_0x47bf36:0x3c1,_0x19a03f:0x369,_0x3bf0d8:0x386,_0x4222a5:0x362,_0x24d6ac:0x2f1,_0x38a8d2:0x2b2,_0x1b4f4a:0x2f3,_0x5673fb:0x11a,_0x1eba14:0x1c9,_0x4757ea:0x8d,_0x4287a8:0x119,_0x1dfbfb:0x171,_0x2c0f99:0x109,_0x1ecd00:0x202,_0x312539:0x14b,_0x3dd9b2:0x13e,_0x208500:0xe0,_0x3001d9:0x45a,_0x5af92e:0x3bc,_0x5d8d5d:0x36a,_0xcebc25:0x10c,_0x287fd7:0x37a,_0x2e9cd3:0x23c,_0x155658:0x2cc,_0x181d42:0x28c,_0x27c6d0:0x3ef,_0x1db2fa:0x3a1,_0xb2906e:0x38e,_0x3243d5:0x399,_0x2ed561:0x30a,_0x5b8941:0x348,_0x1caf4e:0x363,_0x47fc98:0x81,_0x2a3b5e:0xa7,_0xe22ca7:0x26,_0x4242d8:0x31c,_0x10cf6e:0x1a8,_0x28b08c:0xf0,_0x47830d:0x1f8,_0x3288ee:0x20f,_0x565ef2:0x24b,_0x1ea441:0x23b,_0x50107a:0x17d,_0x1c39a3:0x328,_0x3ff1bd:0x32f,_0x5b37ba:0x328,_0x525453:0x344,_0x57b34a:0x25e,_0x11d397:0x356,_0x5d22ba:0x25c,_0x5e0255:0x375,_0x3eaffb:0x2d5,_0x357966:0x2f7,_0x2d01a0:0x257,_0x28889f:0x20c,_0x4ae0ae:0x1a1,_0x3cc3a7:0x1ef,_0x235a34:0x3b9,_0x217be3:0x348,_0x48d29c:0x3e6,_0x35e24d:0x2b,_0xf30fdd:0x4a,_0x5e1ed5:0x329,_0x5127f7:0x405,_0x227660:0x21e,_0x126711:0x16f,_0x467f14:0x430,_0x4a29f6:0x413,_0x54aef6:0x379,_0x2b38d9:0x3a4,_0xb328c9:0x3dd,_0x263032:0x3c6,_0x33cf95:0x38c,_0x2c70aa:0x34f,_0x26d1ef:0x383,_0x3a0fad:0x377,_0x2ce216:0x95,_0x485772:0xab,_0x4550d7:0xe6,_0x4cf8b3:0x170,_0x21a862:0x15c,_0x1c60ac:0x12f,_0xee109e:0xfc,_0x3bc0c8:0x2bc,_0x56ccf0:0x2b5,_0x1c041b:0xf6,_0x522d90:0x2fd,_0x29090c:0x371,_0x16571a:0x288,_0x1cf283:0x2d6,_0x5c2dfe:0x361,_0x1a283c:0x43e,_0x2b5d99:0x3d0,_0x780879:0x3e8,_0x407981:0x12a,_0x18fe74:0x76,_0x21ae3d:0x179,_0x5a0b1e:0xcb,_0x469878:0x2b4,_0x3d6ce0:0x2da,_0x16bf30:0x354,_0x2378a7:0x37a,_0x59edfa:0x3db,_0x15a34f:0x36b,_0xdf1be:0x30c,_0x4eadf3:0x2d5,_0x3d9ea0:0x325,_0x4f0911:0x35b,_0x25695e:0x179,_0x85bdf1:0x1a4,_0x33db5c:0x340,_0x10d50b:0x2a0,_0x14b3d8:0x37b,_0x5886a4:0x37e,_0x161d16:0x33c,_0x40768b:0x26b,_0x58829a:0x86,_0x319597:0x8f,_0x176d2e:0x3de,_0x2999e8:0x334,_0x17f80a:0x30a,_0x1aa671:0x434,_0x3f795e:0x400,_0x93e25c:0x2c8,_0x5a5e95:0x362,_0xb40ba1:0x3fc,_0xa1532d:0x19e,_0x45732d:0x19d,_0x60e6c1:0x164,_0x4f16ac:0x1ea,_0x2e242e:0xce,_0x4d4d9f:0x2fb,_0x848c98:0x331,_0x37a048:0x3a2,_0x102820:0xf3,_0x479c35:0x2f9,_0x4f0787:0x2bf,_0x3befce:0x33b,_0x2192cd:0x87,_0xe78b07:0x301,_0x304c76:0x380,_0x649255:0x3b1,_0x571f03:0x3a9,_0xf5dd4b:0x3fe,_0x2e69ed:0x3b2,_0x281e16:0x3ad,_0x499021:0x325,_0x2b9d0a:0x179,_0x122048:0x183,_0x59a167:0x132,_0x42d451:0xe7,_0x3f29d0:0x36d,_0x4b4fc8:0x3f4,_0x4656fe:0x2b1,_0x5e535c:0x94,_0x28f1cf:0xd8,_0x1af34f:0xf1,_0x41d274:0x4e,_0x287d7e:0x2e5,_0x3a674a:0x336,_0x207e9e:0x2b2,_0x145ef9:0x245,_0x2d8ad2:0x19d,_0x287a30:0x15d,_0x12cf98:0x226,_0xcfdd8c:0x1d1,_0x37ed24:0x38e,_0x520ee8:0x33d,_0x1a3817:0x2a0,_0x275b5b:0xd,_0xa038d7:0x3b,_0x179265:0x321,_0x27f257:0x13a,_0x44390a:0x180,_0x33b444:0xd4,_0x3ac58b:0x48c,_0x4d24e7:0x3e0,_0x4c5dbd:0x36e,_0x1630d9:0x33c,_0x3c2432:0x10b,_0x138175:0x389,_0x31e3d1:0x36e,_0x31c7b8:0x2f5,_0x3de861:0xb4,_0x340912:0x6b,_0x36e735:0x11b,_0x14b78d:0x3b4,_0x21edba:0x42f,_0xa8c2c4:0x3e6,_0xf00b51:0x2fc,_0x87f765:0x29e,_0xa9009d:0x2da,_0xe12fdb:0xdb,_0x268d27:0x19d,_0x548cd3:0xf4,_0xf161c6:0x192,_0x559331:0x11c,_0x13e0d0:0x3b8,_0x52cd83:0x113,_0x4ade99:0x7f,_0x10d953:0x191,_0x4749b2:0x309,_0x244085:0x2ed,_0x469d57:0x3f3,_0x5484c8:0x38c,_0x4f28e6:0x2da,_0x150c15:0x101,_0xd23211:0x309,_0xa11b65:0x33a,_0xafd68b:0x1c4,_0x3c89a6:0x19c,_0x4a56ad:0x32c,_0xc767dd:0x38b,_0x48a4e8:0x35c,_0x12ddb5:0x412,_0x103ab0:0xf1,_0x4fe4c1:0x40},_0x57e592={_0x25461b:0xb5},_0x26b4a8={_0x2e1941:0x5bd},_0x23c392={'RWvOf':_0x14710c(_0x46c6fd._0x41be78,0x3de,_0x46c6fd._0x440a5a,_0x46c6fd._0x3ea5df)+_0x2f2ea6(-0x9f,-_0x46c6fd._0x284226,-0x13f,-_0x46c6fd._0x2dd03b)+_0x14710c(_0x46c6fd._0x3b3382,_0x46c6fd._0x214ac0,_0x46c6fd._0x47bf36,_0x46c6fd._0x19a03f)+_0x14710c(0x3f5,_0x46c6fd._0x3bf0d8,_0x46c6fd._0x4222a5,_0x46c6fd._0x24d6ac)+_0x14710c(0x231,_0x46c6fd._0x38a8d2,0x310,_0x46c6fd._0x1b4f4a)+_0x2f2ea6(-_0x46c6fd._0x5673fb,-_0x46c6fd._0x1eba14,-_0x46c6fd._0x4757ea,-0x15b),'GXhcl':_0x2f2ea6(-0xb9,-0x125,-_0x46c6fd._0x4287a8,-0xc8)+_0x2f2ea6(-0x1b0,-_0x46c6fd._0x1dfbfb,-0x149,-_0x46c6fd._0x2c0f99)+_0x2f2ea6(-0x184,-0xfa,-_0x46c6fd._0x1ecd00,-0x11f),'ADmmp':'Usage:\x20cod'+_0x2f2ea6(-0x195,-_0x46c6fd._0x312539,-_0x46c6fd._0x3dd9b2,-_0x46c6fd._0x208500)+'config\x20rem'+_0x14710c(_0x46c6fd._0x3001d9,0x3c5,_0x46c6fd._0x5af92e,_0x46c6fd._0x5d8d5d),'JcxIF':function(_0x255507,_0x5538f1){return _0x255507&&_0x5538f1;},'ioVYv':'coder_setu'+_0x2f2ea6(-_0x46c6fd._0xcebc25,-0x61,-0xf6,-0x84),'HQssv':function(_0x3ea0be,_0x21102e){return _0x3ea0be(_0x21102e);},'UOpMT':_0x14710c(0x368,0x377,0x2d2,_0x46c6fd._0x287fd7)+'t','zQzDP':function(_0x2fe872,_0x4dcc98){return _0x2fe872(_0x4dcc98);},'hIusz':_0x2f2ea6(-0x1b4,-0x1b3,-0x109,-_0x46c6fd._0x2e9cd3)+_0x14710c(0x367,_0x46c6fd._0x155658,0x218,_0x46c6fd._0x181d42),'IpDsO':_0x14710c(_0x46c6fd._0x27c6d0,0x34d,_0x46c6fd._0x1db2fa,0x3d2)+'th','RFIwB':_0x14710c(_0x46c6fd._0xb2906e,0x321,0x3ab,_0x46c6fd._0x3243d5)+'h','NhVUf':function(_0x3220b1,_0x194d93){return _0x3220b1(_0x194d93);},'GbrFi':function(_0x34b074){return _0x34b074();},'JJJGk':function(_0x31c898,_0x1a277a){return _0x31c898===_0x1a277a;},'hkMLD':_0x14710c(_0x46c6fd._0x2ed561,_0x46c6fd._0x5b8941,_0x46c6fd._0x1caf4e,0x35f),'KYVfF':_0x2f2ea6(-0x1dd,-0x19f,-0x173,-0x1f1),'weeac':_0x2f2ea6(-_0x46c6fd._0x47fc98,-_0x46c6fd._0x2a3b5e,-_0x46c6fd._0xe22ca7,0x21),'kzKIZ':function(_0xaf4017,_0xed6533){return _0xaf4017===_0xed6533;},'tfrZc':'xJkNS','ozJZl':'ENOENT','HpPUJ':_0x14710c(0x3f0,0x342,0x2cf,_0x46c6fd._0x4242d8),'PuQpP':_0x2f2ea6(-_0x46c6fd._0x10cf6e,-0x159,-0x17d,-0x255),'QvIZa':function(_0x434679,_0x3b005f){return _0x434679===_0x3b005f;},'coYLL':function(_0x5b7f36,_0x43597b){return _0x5b7f36!==_0x43597b;},'jwPZe':_0x2f2ea6(-0x122,-0x116,-0x9f,-_0x46c6fd._0x28b08c),'tWftH':_0x2f2ea6(-0x1b9,-_0x46c6fd._0x47830d,-_0x46c6fd._0x3288ee,-_0x46c6fd._0x565ef2),'zYXDG':function(_0x42ce6f,_0x5bf769){return _0x42ce6f+_0x5bf769;}};!_0x322fa0&&(console[_0x14710c(0x2bf,0x2f9,0x386,0x347)](_0x23c392['ADmmp']),process[_0x2f2ea6(-0x19d,-0x21f,-_0x46c6fd._0x1ea441,-_0x46c6fd._0x50107a)](0x46c+0xc10*-0x2+-0x13b5*-0x1));const _0x174a20=SERVER_CONFIG_KEYS['has'](_0x322fa0);function _0x2f2ea6(_0x33dd15,_0x4b1f2e,_0x496f88,_0xc34ac8){return _0x5cfb39(_0x33dd15-0x124,_0x4b1f2e,_0x496f88-0x1d,_0x33dd15- -_0x26b4a8._0x2e1941);}const _0x22a8c1=SETUP_JSON_KEYS[_0x14710c(0x34c,0x324,0x358,0x2d2)](_0x322fa0);_0x23c392[_0x14710c(_0x46c6fd._0x1c39a3,_0x46c6fd._0x3ff1bd,_0x46c6fd._0x5b37ba,_0x46c6fd._0x525453)](!_0x174a20,!_0x22a8c1)&&(console['error'](_0x14710c(0x29f,0x340,0x2b4,0x2c6)+_0x14710c(_0x46c6fd._0x57b34a,0x2fd,0x37a,0x28b)+'n\x20key:\x20'+_0x322fa0),console[_0x14710c(_0x46c6fd._0x11d397,0x2f9,_0x46c6fd._0x5d22ba,_0x46c6fd._0x5e0255)](_0x23c392['RWvOf']),process[_0x14710c(0x2e5,_0x46c6fd._0x3eaffb,0x372,0x368)](-0x12f+0x4*0x914+-0x2320));function _0x14710c(_0x23a9b0,_0x2629a8,_0x57a83b,_0x402d27){return _0x1dcb9f(_0x23a9b0-0xc8,_0x2629a8-0x77,_0x402d27,_0x2629a8-_0x57e592._0x25461b);}if(_0x174a20){switch(_0x322fa0){case _0x23c392['ioVYv']:await _0x23c392[_0x14710c(0x387,_0x46c6fd._0x357966,_0x46c6fd._0x2d01a0,0x2e6)](saveCoderSetupPath,null),console[_0x2f2ea6(-0x169,-_0x46c6fd._0x28889f,-_0x46c6fd._0x4ae0ae,-_0x46c6fd._0x3cc3a7)](_0x14710c(_0x46c6fd._0x235a34,0x38c,_0x46c6fd._0x217be3,_0x46c6fd._0x48d29c)+_0x322fa0);break;case _0x23c392[_0x2f2ea6(-0xa8,-_0x46c6fd._0x35e24d,-0x122,-_0x46c6fd._0xf30fdd)]:await _0x23c392['zQzDP'](saveServerPort,-0x7*-0xf+-0xfa0+0x1aef),console['log'](_0x14710c(0x3b1,0x306,_0x46c6fd._0x5e1ed5,0x28e)+_0x322fa0+(_0x2f2ea6(-0x1b6,-0x21e,-0x233,-0x125)+'t\x20(3000)'));break;case _0x23c392[_0x14710c(0x47b,0x3c6,_0x46c6fd._0x27c6d0,_0x46c6fd._0x5127f7)]:await saveSslCertPath(null),console[_0x2f2ea6(-0x169,-_0x46c6fd._0x227660,-_0x46c6fd._0x126711,-0xdb)](_0x14710c(_0x46c6fd._0x467f14,0x38c,_0x46c6fd._0x4a29f6,0x325)+_0x322fa0);break;case _0x23c392[_0x14710c(_0x46c6fd._0x54aef6,0x3dc,0x479,_0x46c6fd._0x2b38d9)]:await _0x23c392[_0x14710c(0x34f,_0x46c6fd._0xb328c9,_0x46c6fd._0x263032,0x442)](saveSslKeyPath,null),console['log'](_0x14710c(0x3d7,_0x46c6fd._0x33cf95,0x404,0x3ed)+_0x322fa0);break;case _0x23c392[_0x14710c(_0x46c6fd._0x2c70aa,_0x46c6fd._0x26d1ef,_0x46c6fd._0x3a0fad,0x2fd)]:await _0x23c392[_0x2f2ea6(-_0x46c6fd._0x2ce216,-_0x46c6fd._0x485772,-0x69,-0x26)](saveSslCaPath,null),console[_0x14710c(0x340,0x309,0x303,0x36b)](_0x2f2ea6(-_0x46c6fd._0x4550d7,-_0x46c6fd._0x4cf8b3,-0x12e,-0x75)+_0x322fa0);break;case _0x2f2ea6(-_0x46c6fd._0x21a862,-_0x46c6fd._0x1c60ac,-_0x46c6fd._0xee109e,-0xe8)+'y':await _0x23c392[_0x14710c(_0x46c6fd._0x3bc0c8,_0x46c6fd._0x56ccf0,0x326,0x200)](saveTrustProxy,null),console[_0x2f2ea6(-0x169,-0x1fc,-0x112,-_0x46c6fd._0x1c041b)](_0x14710c(_0x46c6fd._0x522d90,0x38c,_0x46c6fd._0x29090c,0x37b)+_0x322fa0);break;}console['log'](_0x14710c(_0x46c6fd._0x16571a,0x30f,_0x46c6fd._0x1cf283,0x37b)+':\x20'+getConfigPath());}else{if(_0x22a8c1){const _0x18b6de=await _0x23c392[_0x14710c(0x36a,_0x46c6fd._0x5c2dfe,0x416,0x3e6)](getCoderSetupPath);!_0x18b6de&&(_0x23c392[_0x14710c(_0x46c6fd._0x1a283c,_0x46c6fd._0x2b5d99,0x419,_0x46c6fd._0x780879)](_0x23c392['hkMLD'],_0x2f2ea6(-_0x46c6fd._0x407981,-0x175,-0x8e,-_0x46c6fd._0x18fe74))?(console[_0x2f2ea6(-_0x46c6fd._0x21ae3d,-_0x46c6fd._0x227660,-_0x46c6fd._0x5a0b1e,-0x116)](_0x14710c(_0x46c6fd._0x469878,_0x46c6fd._0x3d6ce0,_0x46c6fd._0x16bf30,0x2d7)+'up\x20path\x20no'+_0x14710c(_0x46c6fd._0x2378a7,0x397,_0x46c6fd._0x59edfa,_0x46c6fd._0x15a34f)+'ed'),process[_0x14710c(_0x46c6fd._0xdf1be,_0x46c6fd._0x4eadf3,_0x46c6fd._0x3d9ea0,_0x46c6fd._0x4f0911)](0x11*-0x1f3+0x1*-0x1588+0x36ac)):(_0x51886e[_0x2f2ea6(-_0x46c6fd._0x25695e,-_0x46c6fd._0x85bdf1,-0x1d0,-0x1fc)](_0x14710c(0x343,_0x46c6fd._0x33db5c,_0x46c6fd._0x10d50b,0x2dd)+_0x14710c(0x340,0x2fd,_0x46c6fd._0x14b3d8,0x351)+_0x14710c(0x303,0x36d,_0x46c6fd._0x5886a4,_0x46c6fd._0x161d16)+_0xc12d49),_0x5a0e41[_0x14710c(_0x46c6fd._0x181d42,0x2f9,_0x46c6fd._0x40768b,0x33c)](_0x23c392[_0x2f2ea6(-_0x46c6fd._0x58829a,-0xb6,-_0x46c6fd._0x319597,-0x6b)]),_0x4cd887['exit'](-0x9d6*0x2+-0x6*-0x277+0x4e3)));const _0x568a2d=_0x5c20d2[_0x14710c(_0x46c6fd._0x176d2e,_0x46c6fd._0x2999e8,_0x46c6fd._0x5af92e,0x2b5)](_0x18b6de,_0x23c392[_0x14710c(_0x46c6fd._0x17f80a,0x399,_0x46c6fd._0x1aa671,_0x46c6fd._0x3f795e)]);let _0x296764;try{const _0x4d97eb=await _0x44754e[_0x14710c(_0x46c6fd._0x93e25c,_0x46c6fd._0x5a5e95,0x347,_0x46c6fd._0xb40ba1)](_0x568a2d,_0x23c392[_0x2f2ea6(-0x12e,-_0x46c6fd._0xa1532d,-_0x46c6fd._0x45732d,-_0x46c6fd._0x60e6c1)]);_0x296764=JSON[_0x2f2ea6(-0x139,-0x111,-_0x46c6fd._0x4f16ac,-_0x46c6fd._0x2e242e)](_0x4d97eb);}catch(_0x35c924){_0x23c392[_0x14710c(0x30a,0x34f,_0x46c6fd._0x4d4d9f,_0x46c6fd._0x848c98)](_0x23c392[_0x14710c(0x361,0x3cc,_0x46c6fd._0x37a048,0x32f)],_0x23c392[_0x14710c(0x3a8,0x3cc,0x3bc,0x44f)])?(_0x35c924['code']===_0x23c392[_0x2f2ea6(-0xee,-0xe0,-0x194,-_0x46c6fd._0x102820)]?console[_0x14710c(0x25b,_0x46c6fd._0x479c35,_0x46c6fd._0x4f0787,_0x46c6fd._0x3befce)](_0x2f2ea6(-0x107,-0xe3,-_0x46c6fd._0x2a3b5e,-_0x46c6fd._0x2192cd)+_0x14710c(0x2f5,0x36a,_0x46c6fd._0xe78b07,_0x46c6fd._0x304c76)+'t\x20found\x20at'+'\x20'+_0x568a2d):_0x23c392[_0x14710c(_0x46c6fd._0x649255,_0x46c6fd._0x571f03,_0x46c6fd._0xf5dd4b,_0x46c6fd._0xe78b07)]===_0x23c392[_0x14710c(_0x46c6fd._0x2e69ed,0x312,_0x46c6fd._0x281e16,_0x46c6fd._0x499021)]?(_0xab3362[_0x2f2ea6(-_0x46c6fd._0x2b9d0a,-0x224,-0xee,-_0x46c6fd._0x122048)](_0x2f2ea6(-_0x46c6fd._0x59a167,-0xc7,-0x9c,-_0x46c6fd._0x42d451)+'nfiguratio'+_0x14710c(0x326,_0x46c6fd._0x3f29d0,0x3e3,_0x46c6fd._0x4b4fc8)+_0x4d1a8b),_0x24f094[_0x14710c(_0x46c6fd._0x4656fe,0x2f9,_0x46c6fd._0x3f29d0,0x3a9)](_0x2f2ea6(-_0x46c6fd._0x5e535c,-0xb2,-0x74,0x0)+_0x2f2ea6(-0x9f,-_0x46c6fd._0x28f1cf,-_0x46c6fd._0x1af34f,-_0x46c6fd._0x41d274)+_0x14710c(_0x46c6fd._0x287d7e,_0x46c6fd._0x3a674a,0x3a8,0x386)+_0x14710c(_0x46c6fd._0x3a0fad,0x386,0x3a7,0x31c)+_0x14710c(0x352,_0x46c6fd._0x207e9e,0x219,_0x46c6fd._0x145ef9)+'keys'),_0x52a2b7[_0x2f2ea6(-_0x46c6fd._0x2d8ad2,-_0x46c6fd._0x287a30,-_0x46c6fd._0x12cf98,-0x1cc)](0x2*-0xbc5+0x23e0+-0xc55)):console[_0x2f2ea6(-_0x46c6fd._0x21ae3d,-0x17c,-_0x46c6fd._0xcfdd8c,-0xe7)](_0x14710c(_0x46c6fd._0x37ed24,_0x46c6fd._0x1b4f4a,0x327,0x247)+_0x14710c(_0x46c6fd._0x520ee8,_0x46c6fd._0x1a3817,_0x46c6fd._0x1cf283,0x335)+_0x2f2ea6(-0x83,-0x4d,_0x46c6fd._0x275b5b,-_0x46c6fd._0xa038d7)+_0x35c924['message']),process[_0x14710c(0x2f7,0x2d5,_0x46c6fd._0x179265,0x246)](-0xf2a*-0x1+-0x26c0+0x1797)):(_0x45eeae['error'](_0x23c392['GXhcl']),_0x4652ad['exit'](-0xc9b*-0x2+-0xcd*0x2c+0xa07));}_0x23c392[_0x2f2ea6(-_0x46c6fd._0x27f257,-_0x46c6fd._0x44390a,-0xdb,-_0x46c6fd._0x33b444)](_0x296764[_0x322fa0],undefined)&&(_0x23c392[_0x14710c(_0x46c6fd._0x3ac58b,_0x46c6fd._0x4d24e7,_0x46c6fd._0x4c5dbd,_0x46c6fd._0x1630d9)](_0x23c392['jwPZe'],_0x23c392['tWftH'])?(console[_0x2f2ea6(-0x179,-_0x46c6fd._0x3c2432,-0x22a,-0x1eb)](_0x14710c(_0x46c6fd._0x138175,0x2f4,_0x46c6fd._0x31e3d1,_0x46c6fd._0x31c7b8)+_0x322fa0+(_0x2f2ea6(-_0x46c6fd._0x3de861,-0x44,-_0x46c6fd._0x340912,-_0x46c6fd._0x36e735)+_0x14710c(0x43a,0x3a3,_0x46c6fd._0x14b78d,_0x46c6fd._0x21edba)+_0x14710c(0x36f,_0x46c6fd._0xa8c2c4,0x447,0x34b))),process['exit'](-0x1*0x221b+-0x4*-0x2f+-0xc*-0x2c8)):(_0x177c96[_0x14710c(0x348,0x2f9,0x34c,0x2d7)](_0x14710c(_0x46c6fd._0xf00b51,_0x46c6fd._0x3d6ce0,_0x46c6fd._0x87f765,_0x46c6fd._0xa9009d)+'up\x20path\x20no'+_0x2f2ea6(-_0x46c6fd._0xe12fdb,-_0x46c6fd._0x18fe74,-0x185,-0xaf)+'ed'),_0x4bf739[_0x2f2ea6(-_0x46c6fd._0x268d27,-0x13e,-0x235,-0x160)](0x3af+0x21*-0xad+0x129f*0x1))),delete _0x296764[_0x322fa0],await _0x44754e[_0x2f2ea6(-0x104,-0xf4,-_0x46c6fd._0x548cd3,-0x195)](_0x568a2d,_0x23c392[_0x2f2ea6(-0x19a,-_0x46c6fd._0xf161c6,-0x12c,-_0x46c6fd._0x559331)](JSON[_0x14710c(0x40e,_0x46c6fd._0x13e0d0,0x466,0x381)](_0x296764,null,-0x8ef*-0x3+-0x17ad+0x31e*-0x1),'\x0a'),_0x23c392[_0x2f2ea6(-0x12e,-_0x46c6fd._0x52cd83,-_0x46c6fd._0x4ade99,-_0x46c6fd._0x10d953)]),console[_0x14710c(0x2bc,_0x46c6fd._0x4749b2,_0x46c6fd._0x244085,0x273)](_0x14710c(_0x46c6fd._0x469d57,_0x46c6fd._0x5484c8,0x2e3,_0x46c6fd._0x4f28e6)+_0x322fa0),console[_0x2f2ea6(-0x169,-_0x46c6fd._0x150c15,-0xd2,-0xc9)]('\x20\x20Location'+':\x20'+_0x568a2d),console[_0x14710c(_0x46c6fd._0x571f03,_0x46c6fd._0xd23211,0x2c7,_0x46c6fd._0x3befce)](''),console[_0x14710c(0x36c,_0x46c6fd._0x4749b2,0x290,_0x46c6fd._0xa11b65)](_0x2f2ea6(-_0x46c6fd._0xafd68b,-0x245,-0x1a2,-_0x46c6fd._0x3c89a6)+_0x14710c(_0x46c6fd._0x4a56ad,_0x46c6fd._0xc767dd,0x36d,0x3d8)+_0x14710c(_0x46c6fd._0x48a4e8,0x38d,_0x46c6fd._0x12ddb5,0x438)+'\x20to\x20take\x20e'+_0x2f2ea6(-_0x46c6fd._0x103ab0,-0x62,-_0x46c6fd._0x4fe4c1,-0x168));}}}async function showConfig(){const _0x1b505a={_0x234705:0x230,_0x17556e:0x213,_0x98e1f7:0x232,_0x236a60:0x5e3,_0x16b391:0x583,_0xf3f613:0x568,_0x3061cc:0x50f,_0x5d2ced:0x33f,_0x4798e6:0x39f,_0x27bc6c:0x3a0,_0x1bcaf7:0x300,_0x3b087d:0x163,_0x41d093:0x257,_0x10072b:0x2bc,_0x51b8b0:0x3c7,_0x5a890b:0x3b1,_0x52e280:0x4c2,_0x368af1:0x1ad,_0x2aa85d:0x2f7,_0xf8d7cc:0x1ca,_0x14375c:0x16f,_0xc80ab5:0x1eb,_0x2b1a70:0x290,_0x8f5127:0x39b,_0x12b404:0x57d,_0x419414:0x562,_0x497302:0x4d6,_0x3f1547:0x588,_0x2e0871:0x310,_0x5766c0:0x532,_0x387f40:0x4fe,_0x7b72ab:0x537,_0x581c3a:0x4ca,_0x8750b:0x56e,_0x46d2d7:0x668,_0x1d66af:0x605,_0x2392fc:0x584,_0x4892bb:0x593,_0x8afe83:0x562,_0x2bcd60:0x4da,_0xbedf7d:0x4e3,_0x501c80:0x36f,_0x5138ab:0x1b4,_0x48a09b:0x2da,_0x31dcc0:0x227,_0xbc95f5:0x390,_0x1c09db:0x325,_0x42ef64:0x557,_0x4e91dd:0x4e4,_0x6a19fe:0x4cf,_0x25a9ba:0x50e,_0x1244e3:0x206,_0x4c5869:0x30b,_0x3bc255:0x219,_0x137a21:0x276,_0x396d9c:0x5e8,_0xc37a99:0x545,_0x20ec0b:0x59e,_0x9b00d2:0x3cb,_0x5268ec:0x2d2,_0x40ae13:0x1cb,_0x199c7d:0x1d7,_0xe0e9cd:0x2fe,_0x324240:0x55b,_0x2eb984:0x550,_0x56c82c:0x55b,_0x118492:0x4cc,_0x5c0479:0x5bf,_0x344ec8:0x529,_0x527661:0x251,_0x42ef83:0x34f,_0x31daf2:0x2a5,_0x17fe8c:0x524,_0xe3adc2:0x51d,_0x55b4df:0x63b,_0x56e92c:0x5fb,_0x39ffb3:0x5b1,_0x58824d:0x2c0,_0x272986:0x2a4,_0x3ca7b9:0x3f4,_0x5cae8f:0x36f,_0x190700:0x5b6,_0x394916:0x61e,_0x3ec931:0x60d,_0x3841c6:0x58b,_0x51af54:0x556,_0xa749af:0x562,_0x16ff2d:0x218,_0x481f61:0x20e,_0x4345d0:0x259,_0x50af9c:0x571,_0x3d8d08:0x379,_0x54e3b9:0x2f3,_0x167fb5:0x5a7,_0x56e454:0x5e2,_0x3d25b7:0x2f7,_0x163226:0x275,_0x2dd71b:0x29c,_0x3b88e2:0x298,_0x1fcdbf:0x29e,_0x46c9c3:0x550,_0x4555b7:0x541,_0x422658:0x4a6,_0x367a12:0x542,_0x3661b4:0x51d,_0x51a119:0x43e,_0x41b636:0x5e2,_0x27552a:0x2e4,_0x5450e3:0x2d6,_0x3f3c7c:0x280,_0x291acb:0x236,_0x76101e:0x1f8,_0x21057c:0x250,_0x50c0c1:0x1cf,_0x3a034c:0x4c0,_0x40d04e:0x621,_0x16b97c:0x4cd,_0x142382:0x572,_0x3f3561:0x25b,_0x17b8af:0x1e1,_0x7fe0de:0x26f,_0x278faa:0x2ab,_0x4df543:0x25e,_0x555e87:0x654,_0x14dcbb:0x582,_0x3aeaf8:0x55d,_0x2d0db2:0x690,_0x19d142:0x5cc,_0x2c1546:0x594,_0x48c88b:0x3b8,_0x2f2be5:0x32f,_0x3a31e0:0x5e7,_0x54cf1f:0x5ca,_0x19294c:0x266,_0x513188:0x466,_0x28fdfd:0x513,_0x3a732a:0x299,_0x42cfea:0x1d6,_0x14953a:0x258,_0x44b6b5:0x523,_0x8414:0x514,_0x16271a:0x4b8,_0x3156eb:0x20d,_0x31f90f:0x21f,_0x444dcd:0x5fe,_0x1559e7:0x62f,_0x54c3de:0x587,_0x2e62b8:0x272,_0x483171:0x1fa,_0x5c5b0d:0x236,_0x1a969c:0x269,_0xa75959:0x275,_0x3729ed:0x280,_0x4956fb:0x5c0,_0x41eedf:0x554,_0x1abd6c:0x52c,_0x174b4b:0x540,_0x37e2a5:0x570,_0xf7fd8b:0x2c4,_0x3ad934:0x2ae,_0x359e1c:0x26a,_0x24db06:0x1f2,_0x6aab42:0x4ce,_0x41355c:0x51c,_0x580fa1:0x53f,_0x1aace7:0x4c1,_0xdfc34d:0x266,_0xc9a4db:0x325,_0x2de65e:0x5a4,_0xf2d1da:0x5b0,_0x17b826:0x5ad,_0x43e88c:0x5dc,_0x5e403e:0x2d4,_0x2d61bc:0x1ab,_0x1dcebe:0x690,_0x15e95c:0x681,_0x507e7b:0x4c4,_0x1874e2:0x5fc,_0x5c0866:0x554,_0x41e936:0x56b,_0x4d0f7d:0x329,_0x376f6a:0x2d0,_0x441f01:0x26e,_0x5a465:0x20b,_0x180b37:0x1f9,_0xf5de23:0x267,_0xff4268:0x24c,_0x582fac:0x4f9,_0xcd3b6a:0x220,_0x3a370e:0x270},_0x58e762={_0x316f25:0x151,_0x1b5f7f:0x1d6},_0x4ceda3={_0x44afc0:0x1ad},_0x590e89={'hlNTT':_0x5700c6(_0x1b505a._0x234705,_0x1b505a._0x17556e,0x286,_0x1b505a._0x98e1f7),'wqaiv':_0x13e7b9(0x588,_0x1b505a._0x236a60,0x5fc,_0x1b505a._0x16b391)+_0x5700c6(0x2a3,0x397,0x37c,0x323)+_0x13e7b9(_0x1b505a._0xf3f613,0x46a,0x4cf,_0x1b505a._0x3061cc)+':','XCuQt':'\x20\x20coder-se'+_0x5700c6(0x35c,0x3d5,0x2d7,_0x1b505a._0x5d2ced)+_0x5700c6(_0x1b505a._0x4798e6,_0x1b505a._0x27bc6c,0x2ac,_0x1b505a._0x1bcaf7)+_0x13e7b9(0x5cd,0x529,0x5e1,0x571)+_0x5700c6(_0x1b505a._0x3b087d,0x20c,_0x1b505a._0x41d093,0x20e)+_0x5700c6(_0x1b505a._0x10072b,_0x1b505a._0x51b8b0,_0x1b505a._0x5a890b,0x350)+_0x13e7b9(0x4e7,0x4d3,_0x1b505a._0x52e280,0x56b),'zYvdk':_0x5700c6(_0x1b505a._0x368af1,_0x1b505a._0x2aa85d,_0x1b505a._0xf8d7cc,0x251)+_0x5700c6(_0x1b505a._0x14375c,_0x1b505a._0xc80ab5,0x29b,0x213)+_0x5700c6(_0x1b505a._0x2b1a70,_0x1b505a._0x8f5127,0x303,0x30e)+'ed','uNHmt':function(_0x565112){return _0x565112();},'SPYHt':function(_0x137a1b){return _0x137a1b();},'UKPCl':function(_0xa506ae,_0x416102){return _0xa506ae||_0x416102;},'NCVZT':_0x13e7b9(0x469,0x42b,0x4a1,0x4b1),'AYUEw':function(_0x5063f4,_0x254af5){return _0x5063f4!==_0x254af5;},'FAdNe':_0x13e7b9(0x545,0x59a,_0x1b505a._0x12b404,_0x1b505a._0x419414)+_0x13e7b9(0x506,0x4fe,_0x1b505a._0x497302,_0x1b505a._0x3f1547)+_0x5700c6(0x303,0x28a,_0x1b505a._0x2e0871,0x273),'rqeYH':'setup.json','UuSrl':_0x13e7b9(_0x1b505a._0x5766c0,_0x1b505a._0x387f40,0x519,0x504),'udZGb':_0x13e7b9(_0x1b505a._0x7b72ab,_0x1b505a._0x581c3a,_0x1b505a._0x8750b,0x533),'SPaRK':_0x13e7b9(_0x1b505a._0x46d2d7,0x564,0x5ca,_0x1b505a._0x1d66af),'LhjFp':function(_0x275589,_0x592612){return _0x275589===_0x592612;},'AYhdD':'ENOENT','KnqzV':'FhBAA','zXYEY':_0x13e7b9(_0x1b505a._0x2392fc,0x5ca,_0x1b505a._0x4892bb,0x5d4)+_0x13e7b9(0x427,_0x1b505a._0x8afe83,0x53e,_0x1b505a._0x2bcd60)+'d)','ZPWPh':_0x13e7b9(_0x1b505a._0xbedf7d,0x4ce,0x53c,0x505),'huxyl':'VtPUC','FqUrT':_0x5700c6(0x3a7,_0x1b505a._0x501c80,0x329,0x35a)+'setup\x20path'+_0x5700c6(_0x1b505a._0x5138ab,_0x1b505a._0x48a09b,0x1b0,_0x1b505a._0x31dcc0)+_0x5700c6(_0x1b505a._0xbc95f5,0x28d,0x32b,_0x1b505a._0x1c09db)+_0x13e7b9(_0x1b505a._0x42ef64,_0x1b505a._0x4e91dd,_0x1b505a._0x6a19fe,_0x1b505a._0x25a9ba)+_0x5700c6(0x205,0x240,0x239,_0x1b505a._0x1244e3)};console[_0x5700c6(_0x1b505a._0x4c5869,_0x1b505a._0x3bc255,_0x1b505a._0x137a21,0x280)](_0x13e7b9(0x606,_0x1b505a._0x396d9c,_0x1b505a._0xc37a99,_0x1b505a._0x20ec0b)+'\x20Configura'+_0x5700c6(0x27b,_0x1b505a._0x9b00d2,_0x1b505a._0x5268ec,0x329)),console[_0x5700c6(_0x1b505a._0x40ae13,_0x1b505a._0x199c7d,_0x1b505a._0xe0e9cd,0x280)]('');const _0x23542d=await _0x590e89['uNHmt'](getCoderSetupPath),_0x2afb58=await _0x590e89[_0x13e7b9(0x5a5,0x5b7,0x5bc,_0x1b505a._0x324240)](getServerPort),_0x3e35a7=await _0x590e89[_0x13e7b9(_0x1b505a._0x2bcd60,_0x1b505a._0x2eb984,0x4a9,_0x1b505a._0x56c82c)](getSslCertPath),_0x2f8bb0=await _0x590e89[_0x13e7b9(_0x1b505a._0x118492,_0x1b505a._0x5c0479,0x499,_0x1b505a._0x344ec8)](getSslKeyPath);function _0x13e7b9(_0x2bbcbf,_0x244fc9,_0x376cb4,_0x152946){return _0x5cfb39(_0x2bbcbf-_0x4ceda3._0x44afc0,_0x2bbcbf,_0x376cb4-0xb0,_0x152946-0xc9);}const _0x7797b0=await _0x590e89[_0x5700c6(_0x1b505a._0x527661,_0x1b505a._0x42ef83,_0x1b505a._0x31daf2,0x2be)](getSslCaPath),_0x5028f7=await _0x590e89['uNHmt'](getTrustProxy);function _0x5700c6(_0x3b1c8d,_0x54975c,_0x22f7da,_0x58d307){return _0x5cfb39(_0x3b1c8d-_0x58e762._0x316f25,_0x3b1c8d,_0x22f7da-_0x58e762._0x1b5f7f,_0x58d307- -0x1d4);}console[_0x13e7b9(0x4ea,_0x1b505a._0x17fe8c,0x546,_0x1b505a._0xe3adc2)](_0x13e7b9(_0x1b505a._0x55b4df,0x64a,_0x1b505a._0x56e92c,_0x1b505a._0x39ffb3)+_0x5700c6(0x358,0x338,0x280,_0x1b505a._0x58824d)+_0x590e89['UKPCl'](_0x23542d,_0x590e89[_0x5700c6(_0x1b505a._0x272986,_0x1b505a._0x3ca7b9,_0x1b505a._0x5cae8f,0x345)])),console[_0x13e7b9(0x512,0x536,_0x1b505a._0x190700,_0x1b505a._0xe3adc2)](_0x13e7b9(_0x1b505a._0x394916,_0x1b505a._0x3ec931,0x4e7,_0x1b505a._0x3841c6)+'t:\x20\x20\x20\x20\x20\x20'+_0x2afb58),console['log'](_0x13e7b9(0x539,_0x1b505a._0x51af54,_0x1b505a._0xa749af,0x4d2)+'ath:\x20\x20\x20\x20'+(_0x3e35a7||_0x590e89['NCVZT'])),console[_0x5700c6(_0x1b505a._0x16ff2d,_0x1b505a._0x481f61,_0x1b505a._0x4345d0,0x280)](_0x13e7b9(0x4e3,_0x1b505a._0x50af9c,0x617,0x561)+_0x5700c6(_0x1b505a._0x3d8d08,_0x1b505a._0x54e3b9,0x3b4,0x306)+(_0x2f8bb0||_0x590e89[_0x13e7b9(0x56c,0x5f0,_0x1b505a._0x167fb5,_0x1b505a._0x56e454)])),console[_0x5700c6(0x261,_0x1b505a._0x3d25b7,0x2ea,0x280)](_0x5700c6(_0x1b505a._0x163226,0x29a,_0x1b505a._0x2dd71b,_0x1b505a._0x3b88e2)+_0x5700c6(0x332,0x1f4,0x30c,_0x1b505a._0x1fcdbf)+(_0x7797b0||_0x13e7b9(_0x1b505a._0x46c9c3,_0x1b505a._0x4555b7,0x412,0x4b1))),console[_0x13e7b9(0x51e,_0x1b505a._0x422658,_0x1b505a._0x367a12,_0x1b505a._0x3661b4)]('trust_prox'+_0x13e7b9(_0x1b505a._0x51a119,0x466,0x525,0x4a6)+(_0x590e89['AYUEw'](_0x5028f7,null)?_0x5028f7:_0x590e89[_0x13e7b9(0x538,0x59c,0x56c,_0x1b505a._0x41b636)])),console['log'](''),console[_0x5700c6(_0x1b505a._0x27552a,_0x1b505a._0x5450e3,0x1e0,_0x1b505a._0x3f3c7c)]('Location:\x20'+getConfigPath()),console[_0x5700c6(_0x1b505a._0x291acb,_0x1b505a._0x76101e,0x265,_0x1b505a._0x3f3c7c)]('');if(_0x23542d){console[_0x5700c6(_0x1b505a._0x21057c,_0x1b505a._0x21057c,_0x1b505a._0x50c0c1,0x280)](_0x590e89[_0x13e7b9(_0x1b505a._0x3a034c,_0x1b505a._0x40d04e,_0x1b505a._0x16b97c,_0x1b505a._0x142382)]),console[_0x5700c6(_0x1b505a._0x3f3561,0x28e,_0x1b505a._0x17b8af,_0x1b505a._0x3f3c7c)]('');const _0x32732a=_0x5c20d2[_0x5700c6(0x219,_0x1b505a._0x7fe0de,0x208,_0x1b505a._0x278faa)](_0x23542d,_0x590e89[_0x5700c6(0x275,_0x1b505a._0x31dcc0,0x271,_0x1b505a._0x4df543)]);try{if(_0x590e89[_0x13e7b9(_0x1b505a._0x555e87,0x5f9,0x503,0x5a9)](_0x590e89[_0x13e7b9(_0x1b505a._0x14dcbb,0x5da,_0x1b505a._0x3aeaf8,0x566)],_0x590e89[_0x13e7b9(_0x1b505a._0x2d0db2,_0x1b505a._0x19d142,_0x1b505a._0x2c1546,0x5fc)])){const _0x4a8acb=await _0x44754e['readFile'](_0x32732a,_0x590e89['SPaRK']),_0x4ffabc=JSON['parse'](_0x4a8acb);console['log'](JSON[_0x5700c6(_0x1b505a._0x48c88b,0x336,0x353,_0x1b505a._0x2f2be5)](_0x4ffabc,null,0x7*0x455+0x10*-0x222+0x3cf)),console['log'](''),console[_0x13e7b9(0x5a4,0x59b,0x5aa,0x51d)](_0x13e7b9(_0x1b505a._0x3a31e0,0x604,0x63d,_0x1b505a._0x54cf1f)+_0x32732a);}else _0x17adc2[_0x5700c6(0x297,_0x1b505a._0x19294c,0x1fc,0x270)](_0x13e7b9(0x4a1,0x49b,_0x1b505a._0x513188,_0x1b505a._0x28fdfd)+_0x4450ce[_0x5700c6(0x21b,_0x1b505a._0x3a732a,_0x1b505a._0x42cfea,_0x1b505a._0x14953a)]),_0x31c094['exit'](-0x1b5d+0x329*0x6+0x868);}catch(_0x32c2cf){_0x590e89[_0x13e7b9(0x4c1,_0x1b505a._0x44b6b5,_0x1b505a._0x8414,_0x1b505a._0x16271a)](_0x32c2cf[_0x5700c6(0x237,_0x1b505a._0x3156eb,0x2b7,_0x1b505a._0x31f90f)],_0x590e89['AYhdD'])?_0x590e89[_0x13e7b9(_0x1b505a._0x444dcd,_0x1b505a._0x1559e7,0x610,_0x1b505a._0x54c3de)]!==_0x590e89[_0x5700c6(0x2a6,0x368,_0x1b505a._0x2e62b8,0x2ea)]?_0x293120[_0x5700c6(0x218,0x288,_0x1b505a._0x483171,0x280)](_0x53eeed):(console['log'](_0x590e89[_0x5700c6(0x26f,0x2b3,0x291,_0x1b505a._0x5c5b0d)]),console[_0x5700c6(_0x1b505a._0x1a969c,_0x1b505a._0xa75959,0x321,_0x1b505a._0x3729ed)](''),console[_0x13e7b9(0x5a2,_0x1b505a._0x4956fb,0x48c,0x51d)](_0x13e7b9(0x555,0x5b6,_0x1b505a._0x41eedf,_0x1b505a._0x1abd6c)+_0x13e7b9(_0x1b505a._0x174b4b,0x516,0x5e5,_0x1b505a._0x37e2a5)+_0x32732a)):console['log'](_0x5700c6(_0x1b505a._0xf7fd8b,_0x1b505a._0x3ad934,0x29f,_0x1b505a._0x359e1c)+_0x5700c6(_0x1b505a._0x24db06,0x233,0x2b9,0x217)+_0x13e7b9(0x577,0x63c,0x5f9,0x603)+_0x32c2cf['message']);}}else{if(_0x590e89['ZPWPh']!==_0x590e89[_0x13e7b9(0x47c,0x516,_0x1b505a._0x6aab42,_0x1b505a._0x41355c)])console['log'](_0x590e89[_0x13e7b9(0x438,_0x1b505a._0x580fa1,0x573,_0x1b505a._0x1aace7)]),console[_0x5700c6(0x2ad,0x1e7,0x22d,0x280)](_0x5700c6(0x252,_0x1b505a._0xdfc34d,_0x1b505a._0xc9a4db,0x2f9)+_0x13e7b9(_0x1b505a._0x2de65e,_0x1b505a._0xf2d1da,_0x1b505a._0x17b826,_0x1b505a._0x43e88c)+_0x5700c6(_0x1b505a._0x41d093,0x36d,0x2b0,_0x1b505a._0x1bcaf7)+_0x5700c6(0x26d,_0x1b505a._0x3a732a,0x2cc,_0x1b505a._0x5e403e)+_0x5700c6(_0x1b505a._0x2d61bc,0x23d,0x229,0x20e)+_0x13e7b9(0x5a3,_0x1b505a._0x1dcebe,_0x1b505a._0x15e95c,0x5ed)+_0x13e7b9(_0x1b505a._0x507e7b,_0x1b505a._0x1874e2,_0x1b505a._0x5c0866,_0x1b505a._0x41e936));else{const _0x50d7ed=_0x590e89['hlNTT'][_0x5700c6(_0x1b505a._0x4d0f7d,0x33a,0x36e,_0x1b505a._0x376f6a)]('|');let _0x6208eb=-0x3*0x1f3+0x582+0x57;while(!![]){switch(_0x50d7ed[_0x6208eb++]){case'0':_0x395da2['error'](_0x590e89['wqaiv']);continue;case'1':_0x46e87f['error'](_0x590e89[_0x5700c6(0x17d,_0x1b505a._0x441f01,0x168,_0x1b505a._0x5a465)]);continue;case'2':_0x2a96f6[_0x5700c6(_0x1b505a._0x180b37,0x19b,_0x1b505a._0xf5de23,_0x1b505a._0xff4268)](0x1176+0x1*-0xb0a+-0x66b*0x1);continue;case'3':_0x48e246[_0x13e7b9(_0x1b505a._0x582fac,0x48d,_0x1b505a._0x52e280,0x50d)](_0x590e89['zYvdk']);continue;case'4':_0x1ab25d[_0x5700c6(_0x1b505a._0x3f3c7c,0x238,_0x1b505a._0xcd3b6a,_0x1b505a._0x3a370e)]('');continue;}break;}}}}