@profoundlogic/coderflow-server 0.4.6 → 0.4.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/config-migration.js +1 -1
  27. package/dist/lib/container-credential-sync.js +1 -1
  28. package/dist/lib/container-tokens.js +1 -1
  29. package/dist/lib/data-dir.js +1 -1
  30. package/dist/lib/deployment-history.js +1 -1
  31. package/dist/lib/deployment-service.js +1 -1
  32. package/dist/lib/docker-utils.js +1 -1
  33. package/dist/lib/email.js +1 -1
  34. package/dist/lib/emailTemplates.js +1 -1
  35. package/dist/lib/entitlement.js +1 -1
  36. package/dist/lib/fetch-utils.js +1 -1
  37. package/dist/lib/git-commit-details-route.js +1 -1
  38. package/dist/lib/git-history-diff-guardrails.js +1 -1
  39. package/dist/lib/git-provider-service.js +1 -1
  40. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  41. package/dist/lib/git-provider-setup/index.js +1 -1
  42. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  44. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  45. package/dist/lib/git-providers/github-app-provider.js +1 -1
  46. package/dist/lib/git-providers/index.js +1 -1
  47. package/dist/lib/git-providers/provider-factory.js +1 -1
  48. package/dist/lib/git-providers/provider-interface.js +1 -1
  49. package/dist/lib/github-urls.js +1 -1
  50. package/dist/lib/group-objective-linking.js +1 -1
  51. package/dist/lib/jira-client.js +1 -1
  52. package/dist/lib/judge-blinding.js +1 -1
  53. package/dist/lib/logger.js +1 -1
  54. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/objective-context.js +1 -1
  58. package/dist/lib/oidc-auth.js +1 -1
  59. package/dist/lib/oidc-device-flow.js +1 -1
  60. package/dist/lib/passwordTokens.js +1 -1
  61. package/dist/lib/permission-resolver.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/role-definitions.js +1 -1
  70. package/dist/lib/roles.js +1 -1
  71. package/dist/lib/secrets.js +1 -1
  72. package/dist/lib/setup-repo-git-auth.js +1 -1
  73. package/dist/lib/state-capture.js +1 -1
  74. package/dist/lib/static-files.js +1 -1
  75. package/dist/lib/task-name-format.js +1 -1
  76. package/dist/lib/task-name-generator.js +1 -1
  77. package/dist/lib/task-source-metadata.js +1 -1
  78. package/dist/lib/teams.js +1 -1
  79. package/dist/lib/user-git-oauth.js +1 -1
  80. package/dist/lib/user-git-tokens.js +1 -1
  81. package/dist/lib/users.js +1 -1
  82. package/dist/middleware/requireAuth.js +1 -1
  83. package/dist/middleware/requireInit.js +1 -1
  84. package/dist/middleware/requirePermission.js +1 -1
  85. package/dist/package.json +1 -1
  86. package/dist/playwright.config.js +1 -1
  87. package/dist/routes/apiKeys.js +1 -1
  88. package/dist/routes/auth-oidc.js +1 -1
  89. package/dist/routes/auth.js +1 -1
  90. package/dist/routes/automations.js +1 -1
  91. package/dist/routes/bindings.js +1 -1
  92. package/dist/routes/build.js +1 -1
  93. package/dist/routes/containers.js +1 -1
  94. package/dist/routes/deploy-task.js +1 -1
  95. package/dist/routes/environment-management.js +1 -1
  96. package/dist/routes/environments.js +1 -1
  97. package/dist/routes/external-skills.js +1 -1
  98. package/dist/routes/git-credentials.js +1 -1
  99. package/dist/routes/git-oauth.js +1 -1
  100. package/dist/routes/git-provider-setup.js +1 -1
  101. package/dist/routes/health.js +1 -1
  102. package/dist/routes/jira.js +1 -1
  103. package/dist/routes/objective-management.js +1 -1
  104. package/dist/routes/password.js +1 -1
  105. package/dist/routes/prompt.js +1 -1
  106. package/dist/routes/provider-auth.js +1 -1
  107. package/dist/routes/qa.js +1 -1
  108. package/dist/routes/roles.js +1 -1
  109. package/dist/routes/settings.js +1 -1
  110. package/dist/routes/skill-management.js +1 -1
  111. package/dist/routes/skills.js +1 -1
  112. package/dist/routes/tasks.js +1 -1
  113. package/dist/routes/teams.js +1 -1
  114. package/dist/routes/templates.js +1 -1
  115. package/dist/routes/test-task.js +1 -1
  116. package/dist/routes/test.js +1 -1
  117. package/dist/routes/users.js +1 -1
  118. package/dist/routes/visualizations.js +1 -1
  119. package/dist/scripts/create-user.js +1 -1
  120. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  121. package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
  122. package/dist/start.js +1 -1
  123. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  124. package/dist/web-ui/public/activity-feed.js +1 -1
  125. package/dist/web-ui/public/activity-formatters.js +1 -1
  126. package/dist/web-ui/public/agent-event-parser.js +1 -1
  127. package/dist/web-ui/public/app.js +1 -1
  128. package/dist/web-ui/public/approve-dialog.js +1 -1
  129. package/dist/web-ui/public/automation-links.js +1 -1
  130. package/dist/web-ui/public/automation-schedule.js +1 -1
  131. package/dist/web-ui/public/comments-widget.js +1 -1
  132. package/dist/web-ui/public/diff-utils.js +1 -1
  133. package/dist/web-ui/public/environments.js +1 -1
  134. package/dist/web-ui/public/feedback-widget.js +1 -1
  135. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  136. package/dist/web-ui/public/git-history.js +1 -1
  137. package/dist/web-ui/public/git-status.js +1 -1
  138. package/dist/web-ui/public/index.js +1 -1
  139. package/dist/web-ui/public/login.js +1 -1
  140. package/dist/web-ui/public/markdown-editor.js +1 -1
  141. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  142. package/dist/web-ui/public/modal-maximize.js +1 -1
  143. package/dist/web-ui/public/notifications.js +1 -1
  144. package/dist/web-ui/public/pr-dialog.js +1 -1
  145. package/dist/web-ui/public/roles.js +1 -1
  146. package/dist/web-ui/public/server-health.js +1 -1
  147. package/dist/web-ui/public/settings.js +1 -1
  148. package/dist/web-ui/public/setup-password.js +1 -1
  149. package/dist/web-ui/public/skills.js +1 -1
  150. package/dist/web-ui/public/sse-client.js +1 -1
  151. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  152. package/dist/web-ui/public/task.js +1 -1
  153. package/dist/web-ui/public/teams.js +1 -1
  154. package/dist/web-ui/public/terminal.js +1 -1
  155. package/dist/web-ui/public/theme.js +1 -1
  156. package/dist/web-ui/public/users.js +1 -1
  157. package/dist/web-ui/public/variant-grouping.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0xabb6(_0x162de4,_0x334b18){_0x162de4=_0x162de4-(-0xd14+0x327+0x13*0x9c);const _0x523337=_0xca86();let _0x2a79aa=_0x523337[_0x162de4];if(_0xabb6['RKBtWw']===undefined){var _0x24b1cb=function(_0x25969e){const _0x16a838='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2d5cd9='',_0x7c8171='';for(let _0x2e21ba=0x6*0x85+0x22fb+-0x2619,_0x507bee,_0x18bff3,_0x4e85ee=-0xd78*-0x2+0x1*-0xc8b+-0xe65;_0x18bff3=_0x25969e['charAt'](_0x4e85ee++);~_0x18bff3&&(_0x507bee=_0x2e21ba%(-0x1*0x118c+-0x3b*-0x3a+0x432)?_0x507bee*(0x189*0x1+0x801+-0x94a)+_0x18bff3:_0x18bff3,_0x2e21ba++%(-0xabd+0x223c+-0x177b))?_0x2d5cd9+=String['fromCharCode'](-0xc3b+-0x161*-0xe+-0x614&_0x507bee>>(-(0x1*0x932+0x60a+0x1*-0xf3a)*_0x2e21ba&-0x1129*0x1+0x49e+0xc91*0x1)):0x1503*0x1+-0x7a*-0x19+-0x20ed){_0x18bff3=_0x16a838['indexOf'](_0x18bff3);}for(let _0x58f065=0x221e+0x3fd*-0x2+-0x1a24,_0x46d591=_0x2d5cd9['length'];_0x58f065<_0x46d591;_0x58f065++){_0x7c8171+='%'+('00'+_0x2d5cd9['charCodeAt'](_0x58f065)['toString'](-0x72e+0xe4d*0x1+-0x70f))['slice'](-(-0x4*-0x4db+-0x1*0xeb6+-0x4b4));}return decodeURIComponent(_0x7c8171);};_0xabb6['lojVEN']=_0x24b1cb,_0xabb6['GcadLa']={},_0xabb6['RKBtWw']=!![];}const _0x502c5d=_0x523337[-0x1132+0xcfb+0x437],_0x7004ec=_0x162de4+_0x502c5d,_0x1b0bcf=_0xabb6['GcadLa'][_0x7004ec];return!_0x1b0bcf?(_0x2a79aa=_0xabb6['lojVEN'](_0x2a79aa),_0xabb6['GcadLa'][_0x7004ec]=_0x2a79aa):_0x2a79aa=_0x1b0bcf,_0x2a79aa;}function _0x62f0fe(_0x2fcbf6,_0x2e6b78,_0x96d8a3,_0x34e24f){const _0x5754b8={_0x4bd4be:0x23e};return _0xabb6(_0x2e6b78- -_0x5754b8._0x4bd4be,_0x2fcbf6);}(function(_0x2bac6e,_0x399a7b){const _0x3f5a59={_0x59d91e:0x2d,_0x33980b:0x41,_0x10e58b:0xdf,_0x2d8dd3:0x105,_0x99c423:0x185,_0x332b62:0x10b,_0x390247:0x20c,_0x342ff7:0x96,_0x582656:0xd1,_0x2abc28:0x109,_0x34da71:0x10a,_0x45812b:0xf1,_0x151a21:0x139,_0x4692d6:0x3,_0x12b2f0:0x9b,_0x190e97:0x108,_0x4b5473:0x13f,_0x232a4a:0xc6,_0x6f577b:0x101,_0x36e973:0x8c,_0x1e99a4:0xf2,_0x1cf7c5:0x3a,_0x2e519e:0x60,_0x448b99:0x15e,_0x880734:0xdd,_0x3c7ace:0x118,_0xc134c4:0x162,_0x8ff029:0xf4,_0x4b095c:0x15c};function _0x56387e(_0x108b1f,_0x415382,_0x25ca6a,_0x52875d){return _0xabb6(_0x108b1f- -0x3dd,_0x52875d);}function _0x4e648b(_0x37ebc8,_0xd89147,_0x4cf717,_0x73c09b){return _0xabb6(_0x73c09b- -0x347,_0x4cf717);}const _0x10fcba=_0x2bac6e();while(!![]){try{const _0x297ad2=-parseInt(_0x4e648b(_0x3f5a59._0x59d91e,-_0x3f5a59._0x33980b,-0xc0,-0x5a))/(-0x1616+-0x3*-0xa45+0x22e*-0x4)*(-parseInt(_0x4e648b(-0x9c,-0xac,-_0x3f5a59._0x10e58b,-_0x3f5a59._0x2d8dd3))/(0x6f5+-0x160*-0x2+0x9b3*-0x1))+-parseInt(_0x56387e(-_0x3f5a59._0x99c423,-_0x3f5a59._0x332b62,-0x18e,-_0x3f5a59._0x390247))/(0xadb+0x24a3+-0x1*0x2f7b)*(parseInt(_0x4e648b(-0xa4,-_0x3f5a59._0x342ff7,-_0x3f5a59._0x582656,-_0x3f5a59._0x2abc28))/(0x228f+-0xff*-0x4+-0x2687))+parseInt(_0x4e648b(-0x95,-_0x3f5a59._0x34da71,-0x17a,-_0x3f5a59._0x45812b))/(0xb6c+-0x7*0x13c+-0x2c3)+-parseInt(_0x4e648b(-_0x3f5a59._0x151a21,-0xf0,_0x3f5a59._0x4692d6,-_0x3f5a59._0x12b2f0))/(-0x1a3d+-0x5ab*-0x1+-0xa4c*-0x2)*(-parseInt(_0x56387e(-_0x3f5a59._0x190e97,-_0x3f5a59._0x4b5473,-0x69,-_0x3f5a59._0x232a4a))/(0x73*-0x36+-0x1104+0x294d))+-parseInt(_0x4e648b(-0x154,-_0x3f5a59._0x6f577b,-_0x3f5a59._0x36e973,-_0x3f5a59._0x1e99a4))/(-0x2216+-0x679*-0x3+0x1*0xeb3)*(-parseInt(_0x4e648b(0xf,-0x69,-_0x3f5a59._0x1cf7c5,-_0x3f5a59._0x2e519e))/(0x3*-0x170+-0xe09*0x1+0xd*0x16a))+-parseInt(_0x4e648b(-_0x3f5a59._0x448b99,-_0x3f5a59._0x880734,-0xfc,-0x136))/(0x9dd+0xf7c+0xd1*-0x1f)+-parseInt(_0x56387e(-_0x3f5a59._0x3c7ace,-0x159,-0x131,-_0x3f5a59._0xc134c4))/(-0x7c9*-0x5+0x1237*0x1+-0x3919)*(parseInt(_0x4e648b(-0xd1,-0x200,-_0x3f5a59._0x8ff029,-_0x3f5a59._0x4b095c))/(0x3*-0x9c5+-0x67f+0x23da));if(_0x297ad2===_0x399a7b)break;else _0x10fcba['push'](_0x10fcba['shift']());}catch(_0x4ef57f){_0x10fcba['push'](_0x10fcba['shift']());}}}(_0xca86,-0x9830*-0x2+0x16*-0x24d7+-0x3*-0x18b1f));import{promises as _0x5d15aa}from'fs';import _0x7beee6 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x4204eb(_0x193b1a,_0x222890,_0x3e979a,_0x2b96fa){const _0x37957c={_0x4de973:0x37};return _0xabb6(_0x2b96fa- -_0x37957c._0x4de973,_0x222890);}const SERVER_CONFIG_KEYS=new Set([_0x4204eb(0x24b,0x160,0x148,0x1d7)+_0x62f0fe(-0x54,-0xf,-0x4e,0x2),_0x4204eb(0x1c4,0x1dd,0x11f,0x196)+'t',_0x62f0fe(-0x1c,0x62,0xfd,0xf8)+_0x62f0fe(0x28,0x3b,-0x51,0xce),_0x4204eb(0x2c0,0x31a,0x2c8,0x288)+'th',_0x62f0fe(-0x13,-0x51,-0x6f,-0xec)+'h',_0x62f0fe(-0xce,-0x34,0x24,-0xcd)+'y']),SETUP_JSON_KEYS=new Set([_0x62f0fe(0xa2,0xd,-0x94,-0x7a),'default_ag'+'ent',_0x62f0fe(-0x3a,0x4d,0xa7,0xed)+'ge',_0x62f0fe(0x29,-0x2c,-0x88,-0xa2)]);export async function handleConfig(_0x11c523){const _0x4d32b0={_0x43e865:0x5d3,_0x33fdc1:0x5cf,_0x65faad:0x63c,_0x2630a0:0x601,_0x16645f:0xa4,_0x5eba9a:0x55,_0x19d49f:0x13b,_0x4a7bfd:0x64,_0x1168e0:0x7f,_0x26be7e:0x117,_0x13d141:0x555,_0x5ca7d1:0x51a,_0x1d68ce:0x57d,_0x5b24ce:0x124,_0x50c8f9:0xed,_0x22ee3a:0x161,_0x2d7acd:0x138,_0x441083:0x8c,_0x59ad7c:0xf0,_0x5c3312:0x596,_0x480841:0x5a1,_0x454276:0x648,_0x3a5f1d:0x100,_0x5ce9e6:0x17f,_0x47d055:0xa,_0x52a405:0xb2,_0x542f75:0x99,_0xf80dfa:0x12e,_0x57624c:0x53f,_0x1a1e70:0x449,_0x273c5b:0x57c,_0x3c9823:0x5a2,_0x4897c3:0x56a,_0x5b8afe:0x609,_0x4f50dd:0x125,_0x4e18ee:0x4cc,_0x405927:0x49e,_0x4942f9:0x5b0,_0x501247:0xd3,_0xa7c01:0x4f,_0x34c361:0xb8,_0x35383e:0xa5,_0x256caa:0x122,_0x49f52d:0x25,_0x211d4c:0xc0,_0x20d30a:0x607,_0x22ccb9:0x104,_0x445560:0x96,_0x3ed9b9:0x60e,_0x135dd2:0x10c,_0x104543:0xe0,_0x3a6431:0x174,_0x558f19:0x3,_0x8052d8:0x5b4,_0x350e16:0x556,_0x436569:0x594,_0x587b2d:0x580,_0x290157:0x581,_0x16b7cb:0x5b5,_0x290c46:0x5a5,_0x4fc4ad:0x48,_0x1885c6:0xc5,_0xea8a5e:0x63,_0x419d16:0x553,_0x24097e:0x4e8,_0x2eb60a:0x4bf,_0x20dc35:0x5b4,_0x2f8496:0x63e,_0x878fbd:0x5d9,_0x49e295:0x113,_0x3119fa:0x76,_0x188364:0xb2,_0x4e1e37:0x42},_0x20b9c2={_0xf34be5:0x1aa,_0x4993c4:0x139},_0xbb7db7={'EYjph':_0x336d17(_0x4d32b0._0x43e865,_0x4d32b0._0x33fdc1,_0x4d32b0._0x65faad,0x601)+'alid\x20port\x20'+'number','Limmn':_0x336d17(0x5c5,0x567,0x552,_0x4d32b0._0x2630a0)+_0x5bb156(-0xe0,-_0x4d32b0._0x16645f,-_0x4d32b0._0x5eba9a,-_0x4d32b0._0x19d49f)+'d)','SKBXT':function(_0x98b18d){return _0x98b18d();},'AlVwC':_0x336d17(0x5e2,0x5f8,0x5db,0x5b2),'wJEOS':function(_0x444a10,_0x2147bf,_0x50d0fc){return _0x444a10(_0x2147bf,_0x50d0fc);},'ZmTHN':_0x5bb156(-_0x4d32b0._0x4a7bfd,-_0x4d32b0._0x1168e0,-_0x4d32b0._0x26be7e,-0xb9),'EPPIn':function(_0x46ecf8,_0x30d5a2){return _0x46ecf8(_0x30d5a2);},'zdFaW':_0x336d17(_0x4d32b0._0x13d141,0x531,_0x4d32b0._0x5ca7d1,_0x4d32b0._0x1d68ce),'iIBhq':_0x5bb156(-_0x4d32b0._0x5b24ce,-_0x4d32b0._0x50c8f9,-_0x4d32b0._0x22ee3a,-_0x4d32b0._0x2d7acd),'WTiua':function(_0x47c166,_0x42f9e5){return _0x47c166(_0x42f9e5);},'Ihrnd':'show','gbXnc':function(_0x46cca4){return _0x46cca4();},'XobRX':'Run\x20\x22coder'+_0x5bb156(-0x151,-0xec,-0x6c,-_0x4d32b0._0x441083)+_0x5bb156(-0x179,-_0x4d32b0._0x59ad7c,-0x99,-0x130)+_0x336d17(0x609,_0x4d32b0._0x5c3312,_0x4d32b0._0x480841,0x5df)+_0x336d17(0x5a6,_0x4d32b0._0x454276,0x52c,0x631),'lbcRA':function(_0xa99145,_0x247f66){return _0xa99145!==_0x247f66;},'MPgLD':_0x5bb156(-0xd8,-0x115,-_0x4d32b0._0x3a5f1d,-_0x4d32b0._0x5ce9e6),'sXSfN':'qgSog'},_0x407673=_0x11c523[-0x1e32+-0xa65+0x2897];!_0x407673&&(_0xbb7db7[_0x5bb156(0xe,-0x54,-_0x4d32b0._0x47d055,-0xa5)](showUsage),process[_0x5bb156(-_0x4d32b0._0x52a405,-_0x4d32b0._0x542f75,-_0x4d32b0._0xf80dfa,-0xdd)](0x740+-0x1259+-0x196*-0x7));function _0x5bb156(_0x18da79,_0x357cc,_0x448750,_0x58ade5){return _0x62f0fe(_0x18da79,_0x357cc- -0xd0,_0x448750-_0x20b9c2._0xf34be5,_0x58ade5-_0x20b9c2._0x4993c4);}function _0x336d17(_0x1d7bf1,_0x1b356d,_0x94c523,_0x37039b){return _0x62f0fe(_0x94c523,_0x1d7bf1-0x568,_0x94c523-0xa2,_0x37039b-0x46);}try{if(_0xbb7db7[_0x336d17(0x4df,0x4be,_0x4d32b0._0x57624c,_0x4d32b0._0x1a1e70)]!==_0xbb7db7[_0x336d17(0x4df,_0x4d32b0._0x273c5b,0x52e,0x529)])_0x162de4[_0x336d17(_0x4d32b0._0x3c9823,0x554,_0x4d32b0._0x4897c3,_0x4d32b0._0x5b8afe)](_0xbb7db7[_0x5bb156(-0x85,-_0x4d32b0._0x4f50dd,-0xbc,-0x1ae)]),_0x334b18[_0x5bb156(-0xed,-0x99,-0x12b,-0xeb)](-0x110e+-0x26f3+0x3802);else switch(_0x407673){case _0x336d17(0x52c,_0x4d32b0._0x4e18ee,_0x4d32b0._0x405927,_0x4d32b0._0x4942f9):await _0xbb7db7['wJEOS'](setConfig,_0x11c523[-0x1b6c+0x259*0x10+-0x5*0x207],_0x11c523[-0x1fc8+0x377*-0x3+0x2a2f]);break;case _0xbb7db7['ZmTHN']:await _0xbb7db7[_0x5bb156(-_0x4d32b0._0x501247,-0xdd,-0xe1,-_0x4d32b0._0xa7c01)](getConfig,_0x11c523[-0x1b1*-0xa+0x1*-0xc5c+-0x48d]);break;case _0xbb7db7['zdFaW']:case _0xbb7db7[_0x5bb156(-_0x4d32b0._0x34c361,-_0x4d32b0._0x35383e,-0x3c,-_0x4d32b0._0x256caa)]:await _0xbb7db7['WTiua'](removeConfig,_0x11c523[0x45e+0xb*0x107+-0xfaa]);break;case _0xbb7db7[_0x5bb156(-_0x4d32b0._0x49f52d,-_0x4d32b0._0x211d4c,-0x12e,-0xc9)]:await _0xbb7db7[_0x336d17(_0x4d32b0._0x20d30a,0x640,0x5c1,0x65f)](showConfig);break;default:console[_0x5bb156(-_0x4d32b0._0x22ccb9,-_0x4d32b0._0x445560,-0xdf,-0x12c)](_0x336d17(_0x4d32b0._0x3ed9b9,0x5f0,0x5b3,0x59b)+_0x5bb156(-_0x4d32b0._0x135dd2,-_0x4d32b0._0x104543,-0x181,-_0x4d32b0._0x3a6431)+_0x407673),console[_0x5bb156(-0x89,-0x96,-0x1b,_0x4d32b0._0x558f19)](_0xbb7db7[_0x336d17(_0x4d32b0._0x8052d8,0x57e,_0x4d32b0._0x350e16,_0x4d32b0._0x436569)]),process[_0x336d17(0x59f,_0x4d32b0._0x587b2d,0x61c,_0x4d32b0._0x290157)](0xd*0x21d+-0x39*0x49+0x105*-0xb);}}catch(_0x4421f5){_0xbb7db7[_0x336d17(0x51f,0x4cd,_0x4d32b0._0x16b7cb,_0x4d32b0._0x290c46)](_0xbb7db7[_0x5bb156(_0x4d32b0._0x4fc4ad,-0x24,0x12,-0xae)],_0xbb7db7[_0x5bb156(-0x91,-0xa2,-0x7b,-0x11b)])?(console['error'](_0x5bb156(-_0x4d32b0._0x1885c6,-0x40,-0x32,-_0x4d32b0._0xea8a5e)+_0x4421f5[_0x336d17(_0x4d32b0._0x419d16,_0x4d32b0._0x24097e,_0x4d32b0._0x2eb60a,_0x4d32b0._0x20dc35)]),process[_0x336d17(0x59f,_0x4d32b0._0x2f8496,0x63a,_0x4d32b0._0x878fbd)](-0x7*-0x53b+0x1*-0x8d+-0x240f)):(_0xf4b6c6['log'](_0xbb7db7[_0x5bb156(-0x127,-_0x4d32b0._0x49e295,-_0x4d32b0._0x3119fa,-_0x4d32b0._0x188364)]),_0x28f977['log'](''),_0x385f88['log']('Expected\x20l'+_0x5bb156(-0x133,-0xda,-_0x4d32b0._0x4e1e37,-0x12a)+_0x38adcf));}}function showUsage(){const _0xc1d347={_0x1c97d3:0x1b,_0x4f9a3a:0x64,_0x44a74d:0x59,_0x8f43f8:0x117,_0x7f8ee2:0xae,_0x3aaf63:0x56c,_0x3a2465:0x692,_0x16d5e0:0x4d,_0x375bfd:0xe7,_0x168690:0x53,_0x3d9a61:0xf1,_0x112986:0x185,_0x48c02a:0x5c8,_0x11a42c:0x4f0,_0x5571f1:0x8,_0x54cbb2:0x4bc,_0x5ab3e2:0x4df,_0x2ccced:0x77,_0x4f5337:0x505,_0x2e1870:0x57d,_0x5d2082:0x139,_0x5092fb:0x44,_0x3d7678:0x4b,_0x1ce6bd:0xd1,_0x530341:0x546,_0xa6be39:0x582,_0x53c6e5:0x74,_0x427639:0x647,_0x4b362c:0x61c,_0x3a5320:0x5f4,_0x581daf:0x619,_0x3a8922:0x667,_0x541b58:0x623,_0x1095b2:0x5fb,_0x5d31f0:0x5f,_0x5e4a36:0xe3,_0xc50a9c:0x3f,_0x4a9c9d:0x61e,_0x217aae:0x56b,_0x5473ac:0x1e,_0x411f62:0x26,_0x48929d:0x630,_0x2821c6:0x574,_0x1e3f76:0x57b,_0x4f79e9:0x18,_0x565a19:0x4f,_0x25f389:0x52f,_0x1bb95d:0x48e,_0x453126:0x5b6,_0x4bc444:0x52a,_0x3e5700:0xb3,_0x64383b:0xc5,_0x519478:0x36,_0x55db8e:0xb6,_0x364ed2:0x60,_0x7d6ee6:0x4e,_0x55b071:0x111,_0x5a80c3:0x1a,_0x517182:0x37,_0x28efc0:0xb,_0x24b56f:0x70,_0x38a45f:0x87,_0x590e3d:0x2d,_0x5a841b:0x2c,_0x4e6393:0x6,_0x3b95df:0x56,_0x166b96:0x16,_0x1d96dd:0xa2,_0xe64a0a:0xd,_0x292242:0x6a7,_0x27d7b3:0x635,_0x239352:0xfe,_0x6b15f0:0x73,_0x24c5e2:0x43,_0x510666:0x13,_0x33ab31:0x560,_0x53f73b:0x628,_0x2a9255:0x8c,_0xd1a410:0x2c,_0x6f82de:0xc,_0xce0c02:0x57,_0x5bfaf4:0x96,_0x29a6e0:0x6e,_0x5dbe62:0x55b,_0x1880e1:0x53e,_0x101645:0x13b,_0x3d9d8f:0xc3,_0x432d7d:0x666,_0x233569:0x78,_0x515695:0xc2,_0x2d8d9d:0x49a,_0x1a5d4f:0x4f3,_0x4fb1cf:0x584,_0x11b60e:0x67a,_0x573968:0x57b,_0x361fb1:0x555,_0x418397:0x5f7,_0x4908a9:0x5fc,_0x521560:0x4fa,_0x8318a4:0x7a,_0x2122fe:0x4,_0x823612:0x10,_0x35d93b:0x88,_0x52667a:0x1e,_0x1dc0c7:0x57a,_0x5697bb:0x5d5,_0x50c5f1:0x605,_0x550476:0x7b,_0xce010f:0x8,_0x1135c3:0x539,_0x2f3d07:0x4f4,_0x3a6e24:0x550,_0x4c42b3:0x587,_0x1c872a:0x614,_0x2f268f:0x5ee,_0x20122f:0x53c,_0x288ec7:0x5a7,_0x1600aa:0xfa,_0x3e990f:0xab,_0x350c72:0x98,_0x17ba96:0x62c,_0x1bebe6:0x639,_0x253e58:0x5b7,_0x5467d1:0xcc,_0x36ff98:0x14f,_0x5b7a9f:0x14d,_0x2a1a89:0x655,_0x5232b1:0x648,_0x434923:0x4a,_0x336cc3:0x1d,_0x1724c9:0x12,_0x5112de:0x33,_0x232c6d:0x22,_0x241e4f:0x92,_0x567100:0x60b,_0x218204:0x58d,_0x26f227:0x59c,_0x34a9ce:0x5ee,_0x3826bc:0x57a,_0x226e64:0x5a2,_0x535fbb:0x528,_0x37814e:0xc8,_0x584e60:0xca,_0x38f1e5:0x85,_0x32383e:0x523,_0x1ff039:0x611,_0x5b8a2f:0x5c0,_0x1cea33:0x659,_0x509467:0x5cd,_0x3b5e5b:0x13,_0x135f66:0xa4,_0x143555:0xe6,_0x421ee4:0x507,_0x2064c8:0x62,_0x476792:0x51,_0x1ce5a3:0x37,_0x1defbb:0xb1,_0x4a5a86:0x69,_0x1bc4b5:0x5c,_0x298988:0x118,_0xeed0fb:0xe,_0x4d83b4:0x52,_0x491f80:0x5c1,_0xf7a5f0:0x5a6,_0xaa84a6:0x33,_0x2e862c:0xb9,_0x4cb7ab:0x51d,_0x472281:0x593,_0x296227:0x510,_0x448fc3:0x608,_0x30e930:0x61a,_0x3e4ab8:0x5bf,_0x1fe3e8:0x3c,_0x4db489:0x5d8,_0x98c225:0x552,_0x5c70b4:0x541,_0x2093c7:0x18,_0x29fb60:0xa1,_0x46b9f8:0xe9,_0x115a61:0x2e,_0x3331de:0xd2,_0x40732d:0xa3,_0x225ba3:0x85,_0x30d0ba:0x656,_0x4b2496:0x5ce,_0x2f4df8:0x4e3,_0x3a97f7:0x564,_0xca4c4a:0x5cc,_0x1cc7f2:0x86,_0x297030:0xc7,_0x4ca9b2:0xa7,_0x1e17af:0x58f,_0x3d4e84:0x51e,_0xc2861a:0x633,_0xd1f83f:0x5bf,_0x4aa5f6:0x5e8,_0x4d0d5f:0x586,_0x421b50:0x53e,_0x1f237e:0xa,_0x54051b:0x66f,_0x51b1fa:0x15,_0x5809de:0x459,_0x1e3931:0x4e0,_0x6b32b4:0x4f8,_0x4a5a7f:0x5d2,_0x625b98:0x5bf,_0xe6d057:0x530,_0x9c097e:0x603,_0x5f3da8:0x16,_0x36e73f:0x5bb,_0x24d341:0x8b,_0x4311f3:0xc,_0x13edc7:0x658,_0x27ac08:0x5f1,_0x9d2971:0x5db,_0x3f4422:0x60e,_0x2f4fd3:0x644,_0x325fc0:0x5dd,_0x9ad04e:0x19,_0x24cc9e:0xc6,_0x33fc6e:0x5d,_0xe5d92c:0xec,_0x24f16a:0x11d,_0x1a94d0:0x9c,_0x3089b1:0x125,_0x110b42:0x122,_0x28eba5:0x577,_0x381606:0x5e9,_0x5b7d49:0x589,_0x51fff9:0x604,_0x532d30:0x591,_0x3d38b2:0x29,_0x279683:0x4ff,_0x442dcf:0x56a,_0x26afcd:0x504,_0x2fd230:0x507},_0x562879={_0x398c74:0x274},_0x15ad36={_0x3bac9e:0x77,_0x26408d:0x1a7},_0x3ae080={};_0x3ae080[_0x550512(-0x83,_0xc1d347._0x1c97d3,-_0xc1d347._0x4f9a3a,-_0xc1d347._0x44a74d)]=_0x550512(-0xe3,-_0xc1d347._0x8f43f8,-_0xc1d347._0x7f8ee2,-0xf7)+_0x2d3338(_0xc1d347._0x3aaf63,0x5fb,_0xc1d347._0x3a2465,0x602)+_0x550512(0x2c,0x50,-0x35,-_0xc1d347._0x16d5e0)+_0x2d3338(0x5ba,0x561,0x65c,0x5fe)+_0x550512(-_0xc1d347._0x375bfd,-_0xc1d347._0x168690,-_0xc1d347._0x3d9a61,-_0xc1d347._0x112986)+'0|24|6|25|'+'8|11|23|21',_0x3ae080[_0x2d3338(_0xc1d347._0x48c02a,0x53d,0x5cd,0x537)]=_0x2d3338(0x4d0,0x457,0x485,_0xc1d347._0x11a42c)+'rage\x20\x20\x20\x20\x20\x20'+_0x550512(-0x4,-0x27,_0xc1d347._0x5571f1,-0x85)+_0x2d3338(_0xc1d347._0x54cbb2,0x4ac,_0xc1d347._0x5ab3e2,0x4f3)+'\x20results',_0x3ae080[_0x550512(-0x35,-0x1a,-_0xc1d347._0x2ccced,0x20)]=_0x2d3338(0x564,_0xc1d347._0x4f5337,0x5d9,_0xc1d347._0x2e1870)+'figuration'+_0x550512(-0x94,-_0xc1d347._0x5d2082,-0x107,-0x2c)+'red\x20in\x20~/.'+_0x550512(-_0xc1d347._0x5092fb,-_0xc1d347._0x3d7678,-_0xc1d347._0x1ce6bd,0x10)+_0x2d3338(0x5b0,_0xc1d347._0x530341,_0xc1d347._0xa6be39,0x5e3),_0x3ae080['fsgdM']=_0x550512(-0xf0,-0x7b,-_0xc1d347._0x53c6e5,-0x17c)+_0x2d3338(_0xc1d347._0x427639,_0xc1d347._0x4b362c,0x563,_0xc1d347._0x3a5320)+'\x20Get\x20a\x20con'+_0x2d3338(_0xc1d347._0x581daf,_0xc1d347._0x3a8922,0x697,_0xc1d347._0x541b58)+'\x20value',_0x3ae080[_0x2d3338(0x621,0x5c1,0x63c,_0xc1d347._0x1095b2)]=_0x550512(-_0xc1d347._0x5d31f0,-0x101,-_0xc1d347._0x5e4a36,-0x68)+_0x550512(-0xa6,-0xa6,-_0xc1d347._0xc50a9c,-0xbb)+_0x2d3338(_0xc1d347._0x4a9c9d,_0xc1d347._0x217aae,0x621,0x5ee)+_0x550512(-0xc3,-0x27,-0x8c,-0x53)+_0x550512(-0xb9,-0xb3,-_0xc1d347._0x5473ac,-_0xc1d347._0x411f62);function _0x2d3338(_0x582692,_0x34e3dd,_0x19d2ef,_0x20d10d){return _0x4204eb(_0x582692-_0x15ad36._0x3bac9e,_0x582692,_0x19d2ef-_0x15ad36._0x26408d,_0x20d10d-0x37e);}_0x3ae080[_0x2d3338(_0xc1d347._0x48929d,_0xc1d347._0x2821c6,_0xc1d347._0x1e3f76,0x5b4)]='\x20\x20coder-se'+_0x550512(-0x19,-_0xc1d347._0x4f79e9,0x70,_0xc1d347._0x565a19)+'g\x20set\x20code'+_0x2d3338(_0xc1d347._0x25f389,_0xc1d347._0x1bb95d,_0xc1d347._0x453126,_0xc1d347._0x4bc444)+_0x550512(0x17,0x73,-0x52,_0xc1d347._0x3e5700)+_0x550512(-_0xc1d347._0x64383b,-_0xc1d347._0x519478,-0x28,-_0xc1d347._0x55db8e)+_0x550512(-0x91,-_0xc1d347._0x364ed2,-_0xc1d347._0x7d6ee6,-_0xc1d347._0x55b071),_0x3ae080[_0x550512(0x2e,_0xc1d347._0x5a80c3,_0xc1d347._0x517182,_0xc1d347._0x28efc0)]=_0x550512(-_0xc1d347._0x24b56f,-0x113,0x12,-_0xc1d347._0x38a45f)+_0x2d3338(0x5ae,0x6b2,_0xc1d347._0x48c02a,0x611)+_0x550512(_0xc1d347._0x4f79e9,-0x32,-_0xc1d347._0x590e3d,-_0xc1d347._0x5a841b)+'me';function _0x550512(_0x13cc23,_0x2f01da,_0x33311c,_0x54febb){return _0x4204eb(_0x13cc23-0x19,_0x2f01da,_0x33311c-0x1a2,_0x13cc23- -_0x562879._0x398c74);}_0x3ae080[_0x550512(-_0xc1d347._0x4e6393,0x54,-0x90,-_0xc1d347._0x3b95df)]=_0x550512(-0x15,0x3f,_0xc1d347._0x166b96,-_0xc1d347._0x1d96dd)+_0x550512(-0x19,-_0xc1d347._0xe64a0a,-0x8f,-0x7c)+_0x2d3338(_0xc1d347._0x292242,0x59b,_0xc1d347._0x27d7b3,0x605)+'er_port\x2080'+'80',_0x3ae080[_0x550512(-_0xc1d347._0x239352,-0x168,-0x71,-_0xc1d347._0x6b15f0)]=_0x550512(_0xc1d347._0x24c5e2,_0xc1d347._0x510666,-0x24,0xc5)+_0x2d3338(_0xc1d347._0x33ab31,0x5f5,_0xc1d347._0x53f73b,0x5a1)+_0x550512(_0xc1d347._0x28efc0,-_0xc1d347._0x2a9255,_0xc1d347._0xd1a410,-_0xc1d347._0x6f82de)+_0x550512(0x8,_0xc1d347._0xce0c02,-_0xc1d347._0x5bfaf4,-_0xc1d347._0x29a6e0)+'ude\x20or\x20cod'+_0x2d3338(0x4a1,_0xc1d347._0x5dbe62,0x593,_0xc1d347._0x1880e1),_0x3ae080[_0x550512(-0xba,-_0xc1d347._0x101645,-_0xc1d347._0x3d9d8f,-0xb0)]='\x20\x20show\x20\x20\x20\x20'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x2d3338(0x581,_0xc1d347._0x432d7d,0x56b,0x5c9)+'configurat'+_0x550512(-_0xc1d347._0x233569,-_0xc1d347._0x515695,-0x117,-0xec),_0x3ae080['vuoug']=_0x2d3338(_0xc1d347._0x2d8d9d,0x497,_0xc1d347._0x1a5d4f,0x535)+_0x2d3338(0x61a,_0xc1d347._0x4fb1cf,_0xc1d347._0x11b60e,0x5f1)+'\x20\x20Path\x20to\x20'+'coder-setu'+_0x2d3338(_0xc1d347._0x573968,_0xc1d347._0x3a5320,_0xc1d347._0x361fb1,_0xc1d347._0x418397)+'y',_0x3ae080[_0x2d3338(_0xc1d347._0x4908a9,_0xc1d347._0x521560,0x602,0x56c)]=_0x550512(-0x68,-0xd,-_0xc1d347._0x8318a4,-0x71)+_0x550512(_0xc1d347._0x2122fe,_0xc1d347._0x823612,-_0xc1d347._0x35d93b,_0xc1d347._0x52667a)+'\x20\x20Path\x20to\x20'+_0x2d3338(0x5b9,_0xc1d347._0x1dc0c7,0x558,_0xc1d347._0x5697bb)+_0x2d3338(0x576,_0xc1d347._0x50c5f1,0x5cf,0x5a4),_0x3ae080[_0x550512(0x29,_0xc1d347._0x550476,-0x33,-_0xc1d347._0xce010f)]=_0x2d3338(0x4c0,_0xc1d347._0x1135c3,0x55e,0x524)+_0x2d3338(0x5a2,_0xc1d347._0x2f3d07,_0xc1d347._0x3a6e24,_0xc1d347._0x4c42b3)+'keys\x20(stor'+_0x2d3338(_0xc1d347._0x1c872a,_0xc1d347._0x2f268f,0x570,0x5c7)+_0x2d3338(_0xc1d347._0x20122f,_0xc1d347._0x288ec7,0x5a8,0x53b),_0x3ae080[_0x550512(-_0xc1d347._0x1600aa,-0x15e,-_0xc1d347._0x3e990f,-_0xc1d347._0x350c72)]='\x20\x20remove\x20<'+_0x2d3338(_0xc1d347._0x17ba96,_0xc1d347._0x1bebe6,_0xc1d347._0x253e58,0x627)+_0x550512(-_0xc1d347._0x5467d1,-0x164,-_0xc1d347._0x36ff98,-_0xc1d347._0x5b7a9f)+_0x2d3338(_0xc1d347._0x2a1a89,0x58e,_0xc1d347._0x5232b1,0x5e5)+_0x550512(-_0xc1d347._0x434923,-_0xc1d347._0x336cc3,-_0xc1d347._0x1724c9,-0x12),_0x3ae080[_0x550512(_0xc1d347._0x5112de,_0xc1d347._0x232c6d,0x35,_0xc1d347._0x241e4f)]=_0x2d3338(_0xc1d347._0x567100,0x59a,0x617,_0xc1d347._0x581daf)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x2d3338(_0xc1d347._0x218204,_0xc1d347._0x26f227,0x54d,_0xc1d347._0x34a9ce)+'SSL\x20CA\x20bun'+_0x2d3338(_0xc1d347._0x3826bc,_0xc1d347._0x226e64,_0xc1d347._0x535fbb,0x58d)+_0x550512(-0x7e,-_0xc1d347._0x37814e,-_0xc1d347._0x584e60,-0x6e),_0x3ae080['mfDtD']=_0x550512(-0x5b,-0xbd,-_0xc1d347._0x38f1e5,-0xc6),_0x3ae080['wzrsa']=_0x2d3338(_0xc1d347._0x32383e,0x596,0x56f,0x557)+_0x2d3338(_0xc1d347._0x4fb1cf,0x61b,0x65b,_0xc1d347._0x1ff039)+_0x2d3338(_0xc1d347._0x5b8a2f,_0xc1d347._0x1cea33,0x573,_0xc1d347._0x509467)+_0x550512(-_0xc1d347._0x3b5e5b,-_0xc1d347._0x135f66,0x6a,0x67)+_0x550512(-_0xc1d347._0x143555,-0x4a,-0x65,-0x69),_0x3ae080[_0x2d3338(0x58e,0x540,0x56e,_0xc1d347._0x421ee4)]=_0x550512(-0x31,-_0xc1d347._0x2064c8,0x33,_0xc1d347._0x476792),_0x3ae080[_0x550512(_0xc1d347._0x1ce5a3,_0xc1d347._0x1defbb,0xd0,_0xc1d347._0x4a5a86)]='\x20\x20set\x20<key'+_0x550512(-_0xc1d347._0x1bc4b5,-0x49,-0x68,-0x6b)+'\x20Set\x20a\x20con'+'figuration'+'\x20value';const _0x1ff778=_0x3ae080,_0xaa69e6=_0x1ff778[_0x550512(-0x83,-0xcb,-_0xc1d347._0x298988,_0xc1d347._0xeed0fb)][_0x550512(0x1b,-0xc,_0xc1d347._0x4d83b4,0x81)]('|');let _0x3ebafb=-0x17d6+-0x8fb+0x20d1;while(!![]){switch(_0xaa69e6[_0x3ebafb++]){case'0':console[_0x2d3338(_0xc1d347._0x491f80,0x602,_0xc1d347._0xf7a5f0,0x5bf)](_0x1ff778['vElfh']);continue;case'1':console[_0x550512(-_0xc1d347._0xaa84a6,-0x47,-0xba,-0xac)](_0x1ff778[_0x550512(-0x35,-_0xc1d347._0x2e862c,-0x7d,-_0xc1d347._0x37814e)]);continue;case'2':console['error'](_0x1ff778[_0x2d3338(_0xc1d347._0x4cb7ab,_0xc1d347._0x472281,0x593,_0xc1d347._0x296227)]);continue;case'3':console[_0x2d3338(_0xc1d347._0x448fc3,0x592,_0xc1d347._0x30e930,_0xc1d347._0x3e4ab8)]('');continue;case'4':console[_0x550512(-0x33,0x5e,0x44,-_0xc1d347._0x1fe3e8)]('');continue;case'5':console[_0x2d3338(_0xc1d347._0x4db489,_0xc1d347._0x98c225,_0xc1d347._0x5c70b4,_0xc1d347._0x3e4ab8)](_0x1ff778['kKhSS']);continue;case'6':console['error']('');continue;case'7':console['error']('\x20\x20trust_pr'+'oxy\x20\x20\x20\x20\x20\x20\x20'+_0x550512(-_0xc1d347._0x2093c7,0x60,-0x84,-0x79)+'oxy\x20header'+_0x550512(0xa,0x32,_0xc1d347._0x29fb60,-0x4a)+_0x550512(-_0xc1d347._0x46b9f8,-0x9f,-0x127,-0x13c));continue;case'8':console['error'](_0x1ff778['BzmJt']);continue;case'9':console['error'](_0x1ff778[_0x550512(_0xc1d347._0x115a61,_0xc1d347._0x3331de,-0x41,_0xc1d347._0x40732d)]);continue;case'10':console['error']('');continue;case'11':console[_0x550512(-_0xc1d347._0x5112de,-_0xc1d347._0x225ba3,-0x8d,-_0xc1d347._0x35d93b)](_0x1ff778[_0x2d3338(_0xc1d347._0x30d0ba,_0xc1d347._0x3e4ab8,0x67c,0x5ec)]);continue;case'12':console[_0x2d3338(0x5bd,_0xc1d347._0x4b2496,0x537,0x5bf)](_0x1ff778[_0x2d3338(0x55b,_0xc1d347._0x2f4df8,_0xc1d347._0x3a97f7,_0xc1d347._0x2f3d07)]);continue;case'13':console[_0x2d3338(0x616,0x536,0x5df,0x5bf)](_0x1ff778['uahtT']);continue;case'14':console[_0x2d3338(0x5b4,0x543,0x5ae,_0xc1d347._0x3e4ab8)](_0x1ff778['vuoug']);continue;case'15':console[_0x2d3338(_0xc1d347._0x535fbb,0x58a,_0xc1d347._0xca4c4a,_0xc1d347._0x3e4ab8)](_0x1ff778[_0x550512(-_0xc1d347._0x1cc7f2,-_0xc1d347._0x297030,-0x7e,-_0xc1d347._0x4ca9b2)]);continue;case'16':console[_0x2d3338(_0xc1d347._0x4fb1cf,_0xc1d347._0x1e17af,_0xc1d347._0x3d4e84,_0xc1d347._0x3e4ab8)](_0x1ff778['eUdem']);continue;case'17':console[_0x2d3338(_0xc1d347._0xc2861a,0x648,0x556,_0xc1d347._0xd1f83f)](_0x550512(-_0xc1d347._0x3e5700,-0x8c,-0x11f,-0xed)+_0x2d3338(0x581,0x676,0x59c,_0xc1d347._0x4aa5f6)+_0x550512(-0x88,-0x45,-0xf3,-_0xc1d347._0x476792)+_0x2d3338(_0xc1d347._0x4d0d5f,0x57a,_0xc1d347._0x421b50,0x533)+_0x550512(-0x11,0x48,-0x33,-_0xc1d347._0x1f237e)+_0x2d3338(0x614,0x673,_0xc1d347._0x54051b,0x618)+'e]');continue;case'18':console[_0x550512(-0x33,-0xd1,_0xc1d347._0x51b1fa,0x62)](_0x1ff778[_0x2d3338(_0xc1d347._0x5809de,_0xc1d347._0x1e3931,0x544,_0xc1d347._0x6b32b4)]);continue;case'19':console[_0x2d3338(_0xc1d347._0x4a5a7f,0x63e,0x552,_0xc1d347._0x625b98)](_0x1ff778['WEBGn']);continue;case'20':console[_0x2d3338(_0xc1d347._0xe6d057,0x5b5,_0xc1d347._0x9c097e,0x5bf)](_0x1ff778[_0x2d3338(0x553,0x5bd,0x4a2,0x536)]);continue;case'21':console[_0x550512(-_0xc1d347._0x5112de,0x5a,_0xc1d347._0x5f3da8,0x63)]('\x20\x20coder-se'+'rver\x20confi'+_0x2d3338(0x56a,0x666,0x60c,0x5f2));continue;case'22':console[_0x550512(-0x33,-0xd2,-0x8d,-0x33)]('\x20\x20server_p'+_0x2d3338(0x566,_0xc1d347._0x36e73f,_0xc1d347._0x4b2496,0x5be)+'\x20\x20Server\x20p'+_0x550512(-_0xc1d347._0x24d341,-0x8,-0xd4,_0xc1d347._0x4311f3)+_0x2d3338(_0xc1d347._0x13edc7,_0xc1d347._0x27ac08,_0xc1d347._0x9d2971,0x616));continue;case'23':console[_0x2d3338(_0xc1d347._0x5dbe62,0x5f8,_0xc1d347._0x3f4422,0x5bf)](_0x2d3338(0x5e7,_0xc1d347._0x2f4fd3,0x595,_0xc1d347._0x325fc0)+_0x550512(-_0xc1d347._0x9ad04e,-0x61,-0x83,0x5b)+_0x550512(-_0xc1d347._0x24cc9e,-_0xc1d347._0x33fc6e,-_0xc1d347._0xe5d92c,-_0xc1d347._0x24f16a)+_0x550512(-_0xc1d347._0x1a94d0,-0xb6,-0x64,-0x8b)+_0x550512(-0x81,-0x70,-_0xc1d347._0x3089b1,-_0xc1d347._0x110b42));continue;case'24':console[_0x2d3338(_0xc1d347._0x28eba5,_0xc1d347._0x381606,_0xc1d347._0x50c5f1,0x5bf)](_0x1ff778[_0x2d3338(_0xc1d347._0x5b7d49,_0xc1d347._0x51fff9,0x62c,_0xc1d347._0x532d30)]);continue;case'25':console[_0x550512(-_0xc1d347._0xaa84a6,-_0xc1d347._0x823612,_0xc1d347._0x3d38b2,-0x1c)](_0x1ff778[_0x2d3338(_0xc1d347._0x279683,_0xc1d347._0x442dcf,_0xc1d347._0x26afcd,_0xc1d347._0x2fd230)]);continue;case'26':console['error'](_0x1ff778['DWrsp']);continue;}break;}}async function setConfig(_0x310e65,_0x128392){const _0x18b5ed={_0x2ad6a3:0x164,_0x23a592:0x1f8,_0x235833:0x1a1,_0x1f1265:0xc8,_0x5848ea:0xc6,_0x529cb3:0x82,_0x18c98c:0x101,_0x46fb05:0x111,_0x41a377:0x6d,_0x1f21ca:0xb8,_0x3a4350:0x51,_0x10d0f8:0x17b,_0x4fb767:0x9c,_0x4f205a:0xe1,_0x443e72:0xe0,_0x1852b9:0xf3,_0x40098b:0x15b,_0xcb75fe:0x12f,_0x5d3422:0x76,_0x3ffb5b:0x21c,_0x52e78b:0x1e3,_0x1476ec:0x195,_0x41965c:0x13f,_0x3f4929:0xc3,_0x44984d:0x9f,_0x3b2b7d:0xc7,_0x243d8d:0x17a,_0x1681c1:0x179,_0xad8068:0xbd,_0x464187:0x11b,_0x39e38c:0x269,_0x4f6f76:0x1c8,_0x5176eb:0x1fa,_0x481960:0x1e6,_0x2b41dc:0x1d5,_0x409b55:0x23e,_0x50aad1:0x272,_0x48cd83:0x157,_0xccfba2:0x16c,_0x1b3982:0x154,_0x75d711:0x12c,_0x18c48c:0x1bc,_0x17d652:0x1ab,_0x3fcd7:0x146,_0x2d65f8:0x1fa,_0x37157f:0xe8,_0x1f69bd:0x183,_0x370fa1:0x194,_0x1bc12f:0x1b,_0x4eabaf:0xe6,_0x126615:0x1b,_0x4fc496:0x50,_0x4d8b4a:0x21,_0x33855a:0x2f,_0x4db930:0x75,_0x32f580:0x231,_0x2586ac:0x20d,_0x29f65d:0x133,_0x3d271a:0xea,_0x504537:0xb7,_0x254319:0x125,_0x5f0e37:0xb5,_0x3b9a9d:0x74,_0x5c515f:0x2c8,_0x51f52f:0x218,_0x31aebe:0x233,_0xdd5279:0x211,_0x21082:0xc2,_0x534fda:0x189,_0x33bd04:0x1ed,_0x150cd8:0x1b6,_0x4248c7:0x14d,_0x57d42c:0xea},_0x4708b1={_0x432c05:0xf},_0x4ab22e={_0x1ca89d:0x21,_0xb5717c:0x47};function _0x488a80(_0x39bf60,_0x398c04,_0x470840,_0x46c4ce){return _0x4204eb(_0x39bf60-0x126,_0x398c04,_0x470840-_0x4ab22e._0x1ca89d,_0x470840- -_0x4ab22e._0xb5717c);}const _0x33b2a6={'qJGxQ':function(_0xe23f,_0x38703b){return _0xe23f===_0x38703b;},'nkwpn':_0x509cc6(0x155,_0x18b5ed._0x2ad6a3,0x16d,0xfd),'tDZJI':'nDFOc','XcKHG':function(_0x58074d,_0x369a9c){return _0x58074d&&_0x369a9c;},'xIzzV':function(_0x4baff6,_0x3a35e1){return _0x4baff6!==_0x3a35e1;},'EDsNV':'QRSGX','WNwjU':_0x488a80(0x201,_0x18b5ed._0x23a592,_0x18b5ed._0x235833,0x22d),'dwGtW':_0x509cc6(_0x18b5ed._0x1f1265,_0x18b5ed._0x5848ea,_0x18b5ed._0x529cb3,_0x18b5ed._0x18c98c)+'-server\x20co'+_0x509cc6(0x66,0x7f,_0x18b5ed._0x46fb05,_0x18b5ed._0x41a377)+_0x509cc6(_0x18b5ed._0x1f21ca,_0x18b5ed._0x3a4350,0x10,0x23)+_0x509cc6(_0x18b5ed._0x10d0f8,_0x18b5ed._0x4fb767,_0x18b5ed._0x4f205a,_0x18b5ed._0x443e72)+_0x488a80(0x1f9,_0x18b5ed._0x1852b9,_0x18b5ed._0x40098b,_0x18b5ed._0xcb75fe),'wMuXq':function(_0x2cc3f2,_0x399ff6,_0x4528fa){return _0x2cc3f2(_0x399ff6,_0x4528fa);}};function _0x509cc6(_0x188203,_0x34a67d,_0xd0ddac,_0x4397eb){return _0x4204eb(_0x188203-0x175,_0xd0ddac,_0xd0ddac-_0x4708b1._0x432c05,_0x4397eb- -0x17a);}(!_0x310e65||_0x33b2a6[_0x509cc6(0x2e,0x17,0xa7,_0x18b5ed._0x5d3422)](_0x128392,undefined))&&(_0x33b2a6[_0x488a80(0x20a,0x253,0x1db,_0x18b5ed._0x3ffb5b)]!==_0x33b2a6[_0x488a80(_0x18b5ed._0x52e78b,0x225,_0x18b5ed._0x1476ec,_0x18b5ed._0x41965c)]?(console[_0x509cc6(0xd8,_0x18b5ed._0x3f4929,_0x18b5ed._0x44984d,_0x18b5ed._0x3b2b7d)](_0x488a80(0x168,0x153,_0x18b5ed._0x243d8d,_0x18b5ed._0x1681c1)+'er-server\x20'+'config\x20set'+_0x509cc6(0xbb,0x16b,_0x18b5ed._0xad8068,_0x18b5ed._0x464187)+'lue>'),process['exit'](0x98*0x2a+-0x36b+-0x1584)):_0x39c9d0[_0x488a80(_0x18b5ed._0x39e38c,_0x18b5ed._0x4f6f76,_0x18b5ed._0x5176eb,0x181)](_0x488a80(_0x18b5ed._0x481960,_0x18b5ed._0x2b41dc,_0x18b5ed._0x409b55,_0x18b5ed._0x50aad1)+'ing\x20setup.'+_0x488a80(_0x18b5ed._0x48cd83,0x1a5,_0x18b5ed._0xccfba2,_0x18b5ed._0x1b3982)+_0x4988d2[_0x488a80(_0x18b5ed._0x75d711,_0x18b5ed._0x18c48c,_0x18b5ed._0x17d652,_0x18b5ed._0x3fcd7)]));const _0x499d86=SERVER_CONFIG_KEYS[_0x488a80(_0x18b5ed._0x2d65f8,_0x18b5ed._0x37157f,_0x18b5ed._0x1f69bd,_0x18b5ed._0x370fa1)](_0x310e65),_0x349cb4=SETUP_JSON_KEYS[_0x509cc6(-0x15,_0x18b5ed._0x1bc12f,_0x18b5ed._0x4eabaf,0x50)](_0x310e65);_0x33b2a6[_0x509cc6(_0x18b5ed._0x126615,-0x2b,0x98,0x73)](!_0x499d86,!_0x349cb4)&&(_0x33b2a6[_0x509cc6(-0x6d,0xa6,_0x18b5ed._0x4fc496,_0x18b5ed._0x4d8b4a)](_0x33b2a6[_0x509cc6(0x6a,0x90,0x47,_0x18b5ed._0x33855a)],_0x33b2a6[_0x509cc6(_0x18b5ed._0x4db930,-0x49,0x4e,-0x2)])?(console[_0x488a80(_0x18b5ed._0x32f580,0x183,_0x18b5ed._0x2d65f8,_0x18b5ed._0x2586ac)](_0x488a80(_0x18b5ed._0x29f65d,_0x18b5ed._0x3d271a,0x14e,0x114)+_0x509cc6(0x48,0x134,0xb3,0xd4)+_0x509cc6(_0x18b5ed._0x504537,_0x18b5ed._0x254319,0x60,_0x18b5ed._0x5f0e37)+_0x310e65),console[_0x509cc6(0xad,_0x18b5ed._0x3b9a9d,0xea,0xc7)](_0x33b2a6[_0x488a80(_0x18b5ed._0x5c515f,_0x18b5ed._0x51f52f,_0x18b5ed._0x31aebe,_0x18b5ed._0xdd5279)]),process[_0x509cc6(_0x18b5ed._0x21082,0xd9,0x158,0xc4)](-0x3dd+-0x1a04+-0x6*-0x4fb)):(_0x364404[_0x509cc6(0x3a,0x4b,0x156,_0x18b5ed._0x3b2b7d)]('Error:\x20'+_0x28c21e[_0x488a80(0x11d,0x19b,0x1ab,0x18e)]),_0x1a453b[_0x488a80(_0x18b5ed._0x534fda,0x28c,0x1f7,_0x18b5ed._0x33bd04)](-0x185c+-0x23b*-0x5+-0x26*-0x59)));if(_0x499d86)await _0x33b2a6['wMuXq'](setServerConfig,_0x310e65,_0x128392);else _0x349cb4&&await _0x33b2a6[_0x488a80(0x180,_0x18b5ed._0x150cd8,_0x18b5ed._0x4248c7,_0x18b5ed._0x57d42c)](setSetupConfig,_0x310e65,_0x128392);}async function setServerConfig(_0x4e60a7,_0xd5872a){const _0x2e04eb={_0x2e6175:0x11f,_0x281457:0x19d,_0xdc32ff:0x73,_0x2c07f3:0x682,_0x365a09:0x6b7,_0x1ce411:0x671,_0x5b94a6:0x5ad,_0x1441be:0x5ce,_0x54ece8:0x5e8,_0x307918:0x5c7,_0x3417ec:0x661,_0x533332:0x105,_0x5e4dfa:0x1c5,_0xf4e180:0x6e,_0x5dcb97:0x2b,_0x3e2f21:0xbd,_0x54f005:0x135,_0x3fc172:0x44,_0x581db5:0xe,_0x53e70b:0x101,_0x5c8bbe:0x5c7,_0x180fb6:0x656,_0x315c4c:0x65e,_0x117405:0x6ea,_0xbf5b65:0x5f4,_0x753dad:0xc6,_0x3a0cca:0xa0,_0x2acaa5:0x142,_0x175bee:0x57,_0x7a1e73:0x5a9,_0x4a8568:0x524,_0xb4e549:0x5d4,_0x3bc8fd:0x62c,_0x158916:0x64c,_0x5302f7:0x61e,_0x21f179:0x610,_0x1a0b27:0x585,_0x26073a:0x517,_0x58379d:0x657,_0x50d5f1:0x5bc,_0x3d3a82:0x5c3,_0x518cec:0xaf,_0x22935f:0x7a,_0x2b9ba5:0x134,_0x488a22:0x668,_0x27eea5:0x5d3,_0x746aad:0x695,_0x2bc0a0:0xa7,_0x48577f:0x11e,_0x2e60af:0x61,_0x459f81:0x5c,_0x2448d8:0x575,_0x3ee35f:0x546,_0x213f96:0x5f3,_0x5b7ed0:0x56f,_0xc41804:0x555,_0x26740d:0x4d0,_0x4ff3e7:0x50d,_0x184afa:0x5b8,_0x2e407b:0x558,_0x3b2450:0x635,_0x1f5c5e:0xb1,_0x29f5fa:0x618,_0x1ec5ee:0x511,_0x46290c:0x66c,_0x327873:0xf1,_0x4346eb:0x7b,_0x5595a7:0x59e,_0xda35ab:0x593,_0x25e922:0x56,_0x559dbe:0xd,_0x39a442:0xf7,_0x6e5d97:0x66b,_0x176471:0x663,_0xba269d:0xf8,_0x3b751a:0xcd,_0x2ce516:0xe9,_0x551ae9:0xbb,_0x54f0e3:0x170,_0xd7fe9:0x1d3,_0x14b4d5:0xde,_0x1fc1fa:0x5e3,_0x5a2262:0x5d9,_0x5ba261:0x615,_0x25ee61:0x59c,_0x71a19d:0x56,_0x2e3adc:0x47,_0x5421d2:0xd3,_0x4f24e5:0x68b,_0x337164:0x6df,_0x2c1d4d:0x12a,_0x471199:0x15a,_0x31bc0a:0x146,_0x5f4310:0x168,_0x4c5f67:0x1cd,_0x3f553c:0x9f,_0x4e9966:0xd2,_0x3bb6ea:0x25,_0x23b1ca:0xa2,_0x1ef483:0x84,_0x220065:0x575,_0x1b751c:0xc,_0x2fca67:0xb6,_0x1d3a89:0x57f,_0x57c7c7:0x660,_0x15cba3:0x6cb,_0x5b371b:0x61c,_0x52f6bd:0x62c,_0xa834a:0x6be,_0x47fc88:0x603,_0x52f589:0x565,_0x8418e8:0xe4,_0x572317:0xf1,_0x9c40f5:0x13c,_0x11ac6c:0x137,_0x2a011d:0x1d7,_0x9a2684:0x702,_0x248b09:0x577,_0xad12b9:0x561,_0xb7dcb8:0xa4,_0x10cb3a:0xa8,_0x5f413c:0xed,_0x386e95:0x6cf,_0x3eebb1:0x61c},_0x1c1dee={_0x5dbdd8:0xc4,_0x25c3ec:0x142,_0x4335c6:0x3d6};function _0x5e0251(_0x2a73c8,_0x2a5b8f,_0x11828d,_0x2bb18f){return _0x62f0fe(_0x2a5b8f,_0x2a73c8- -0xd9,_0x11828d-0xcd,_0x2bb18f-0xe9);}const _0x595c04={'jmpZF':_0x5e0251(-_0x2e04eb._0x2e6175,-0xa8,-0x1bf,-_0x2e04eb._0x281457)+_0x5e0251(-0x76,-0xea,0x15,-_0x2e04eb._0xdc32ff)+_0x5d44a1(_0x2e04eb._0x2c07f3,_0x2e04eb._0x365a09,0x5fd,_0x2e04eb._0x1ce411)+_0x5d44a1(0x599,0x56b,0x507,0x5a5),'FgWDi':function(_0x5f0846){return _0x5f0846();},'gdnbA':_0x5d44a1(_0x2e04eb._0x5b94a6,0x5b0,0x5c8,0x582)+_0x5d44a1(_0x2e04eb._0x1441be,_0x2e04eb._0x54ece8,_0x2e04eb._0x307918,_0x2e04eb._0x3417ec),'mkeQw':function(_0x19e888){return _0x19e888();},'bepnB':_0x5e0251(-0x14a,-0xec,-_0x2e04eb._0x533332,-_0x2e04eb._0x5e4dfa)+'t','aIikb':function(_0x1a9619,_0x93d72e){return _0x1a9619(_0x93d72e);},'vMvZK':function(_0x55a246,_0x2b8928){return _0x55a246<_0x2b8928;},'nIoee':function(_0x5f7dce,_0x5e558b){return _0x5f7dce>_0x5e558b;},'DElhe':_0x5e0251(-_0x2e04eb._0xf4e180,-_0x2e04eb._0x5dcb97,-0xb5,-_0x2e04eb._0x3e2f21)+'alid\x20port\x20'+_0x5e0251(-0x139,-0xdd,-_0x2e04eb._0x54f005,-0x18b),'raglp':function(_0x61d92e){return _0x61d92e();},'LNRRb':_0x5e0251(-0x77,-_0x2e04eb._0x3fc172,_0x2e04eb._0x581db5,-_0x2e04eb._0x53e70b)+_0x5d44a1(0x618,_0x2e04eb._0x5c8bbe,0x670,_0x2e04eb._0x180fb6),'OoAIA':_0x5d44a1(_0x2e04eb._0x315c4c,_0x2e04eb._0x117405,_0x2e04eb._0xbf5b65,0x6af)+'th','UAPwO':function(_0x2a6bce,_0x110c9a){return _0x2a6bce!==_0x110c9a;},'FZZEh':_0x5e0251(-_0x2e04eb._0x753dad,-_0x2e04eb._0x3a0cca,-_0x2e04eb._0x2acaa5,-_0x2e04eb._0x175bee),'IQYFh':_0x5d44a1(_0x2e04eb._0x7a1e73,_0x2e04eb._0x4a8568,0x5a0,0x5bb)+'y','CCXAL':function(_0x58dd1c,_0x58df2a){return _0x58dd1c!==_0x58df2a;},'kSHce':'BTlDn','bUbaa':_0x5d44a1(_0x2e04eb._0xb4e549,_0x2e04eb._0x3bc8fd,0x626,0x557),'PaUpv':function(_0x382f7d,_0x5b4c0c){return _0x382f7d===_0x5b4c0c;},'HvqgY':_0x5d44a1(0x66f,_0x2e04eb._0x158916,_0x2e04eb._0x5302f7,_0x2e04eb._0x21f179),'nwzzk':function(_0x348a0b,_0x5fbdbe){return _0x348a0b(_0x5fbdbe);},'oIfQt':function(_0x5af8e2){return _0x5af8e2();}};function _0x5d44a1(_0x7604d4,_0x2151bd,_0x2f0f6d,_0x5f80f4){return _0x4204eb(_0x7604d4-_0x1c1dee._0x5dbdd8,_0x2f0f6d,_0x2f0f6d-_0x1c1dee._0x25c3ec,_0x7604d4-_0x1c1dee._0x4335c6);}switch(_0x4e60a7){case _0x595c04[_0x5d44a1(0x5ac,0x5ce,_0x2e04eb._0x1a0b27,_0x2e04eb._0x26073a)]:{const _0x14bb1d=_0x7beee6[_0x5d44a1(0x5d1,_0x2e04eb._0x58379d,0x5ff,0x65a)](_0xd5872a);await saveCoderSetupPath(_0x14bb1d),console['log']('Set\x20'+_0x4e60a7+_0x5d44a1(0x546,0x4e1,_0x2e04eb._0x50d5f1,_0x2e04eb._0x3d3a82)+_0x14bb1d),console['log'](_0x5e0251(-0xd3,-_0x2e04eb._0x518cec,-_0x2e04eb._0x22935f,-_0x2e04eb._0x2b9ba5)+':\x20'+_0x595c04[_0x5d44a1(_0x2e04eb._0x488a22,_0x2e04eb._0x27eea5,_0x2e04eb._0x746aad,0x665)](getConfigPath));break;}case _0x595c04[_0x5e0251(-_0x2e04eb._0x2bc0a0,-_0x2e04eb._0x48577f,-_0x2e04eb._0x2e60af,-_0x2e04eb._0x459f81)]:{const _0x31c230=parseInt(_0xd5872a,0x7c9*0x3+-0x2ba+-0x2f1*0x7);(_0x595c04[_0x5d44a1(_0x2e04eb._0x2448d8,_0x2e04eb._0x3ee35f,_0x2e04eb._0x213f96,0x50b)](isNaN,_0x31c230)||_0x595c04[_0x5d44a1(_0x2e04eb._0x5b7ed0,_0x2e04eb._0xc41804,_0x2e04eb._0x26740d,_0x2e04eb._0x4ff3e7)](_0x31c230,-0x20fe+-0xd8+0x21d7)||_0x595c04[_0x5d44a1(_0x2e04eb._0x184afa,_0x2e04eb._0x2e407b,0x5e4,_0x2e04eb._0x3b2450)](_0x31c230,-0x1b048+0xd*-0xb30+0x341b7))&&(console[_0x5e0251(-0x9f,-_0x2e04eb._0x53e70b,-0x94,-_0x2e04eb._0x1f5c5e)](_0x595c04[_0x5d44a1(0x574,0x5c2,_0x2e04eb._0x29f5fa,_0x2e04eb._0x1ec5ee)]),process[_0x5d44a1(0x614,0x5b9,0x5be,_0x2e04eb._0x46290c)](0x1ac6+0x2691+-0x4156*0x1));await _0x595c04['aIikb'](saveServerPort,_0x31c230),console['log'](_0x5e0251(-_0x2e04eb._0x327873,-0xb0,-0x107,-_0x2e04eb._0x4346eb)+_0x4e60a7+_0x5d44a1(_0x2e04eb._0x3ee35f,_0x2e04eb._0x5595a7,0x562,_0x2e04eb._0xda35ab)+_0x31c230),console[_0x5e0251(-_0x2e04eb._0x25e922,-0xdf,_0x2e04eb._0x559dbe,-_0x2e04eb._0x39a442)]('\x20\x20Location'+':\x20'+_0x595c04['raglp'](getConfigPath));break;}case _0x595c04['LNRRb']:{const _0xbe85d5=_0x7beee6[_0x5d44a1(0x5d1,0x648,_0x2e04eb._0x6e5d97,_0x2e04eb._0x176471)](_0xd5872a);await _0x595c04[_0x5e0251(-0x141,-_0x2e04eb._0xba269d,-0x143,-_0x2e04eb._0x3b751a)](saveSslCertPath,_0xbe85d5),console['log'](_0x5e0251(-0xf1,-_0x2e04eb._0x2ce516,-_0x2e04eb._0x551ae9,-_0x2e04eb._0x48577f)+_0x4e60a7+_0x5e0251(-_0x2e04eb._0x54f0e3,-_0x2e04eb._0xd7fe9,-0x146,-_0x2e04eb._0x14b4d5)+_0xbe85d5),console['log'](_0x5d44a1(_0x2e04eb._0x1fc1fa,_0x2e04eb._0x5a2262,_0x2e04eb._0x5ba261,0x609)+':\x20'+getConfigPath());break;}case _0x595c04['OoAIA']:{const _0x4ecc14=_0x7beee6[_0x5d44a1(0x5d1,0x672,0x591,_0x2e04eb._0x25ee61)](_0xd5872a);await saveSslKeyPath(_0x4ecc14),console[_0x5d44a1(0x660,0x5d4,0x662,0x643)]('Set\x20'+_0x4e60a7+'\x20=\x20'+_0x4ecc14),console[_0x5e0251(-_0x2e04eb._0x71a19d,-0xd,-0xe4,-_0x2e04eb._0x2e3adc)](_0x5e0251(-_0x2e04eb._0x5421d2,-_0x2e04eb._0xba269d,-0x145,-0x168)+':\x20'+_0x595c04[_0x5d44a1(_0x2e04eb._0x4f24e5,0x662,0x604,_0x2e04eb._0x337164)](getConfigPath));break;}case _0x5e0251(-_0x2e04eb._0x2c1d4d,-_0x2e04eb._0x471199,-0x18f,-0xdf)+'h':{if(_0x595c04[_0x5e0251(-_0x2e04eb._0x31bc0a,-0x1b5,-_0x2e04eb._0x5f4310,-_0x2e04eb._0x4c5f67)](_0x595c04['FZZEh'],_0x595c04[_0x5e0251(-0x160,-0x144,-_0x2e04eb._0x2ce516,-0xf5)]))_0x4427e3[_0x5e0251(-_0x2e04eb._0x3f553c,-0xc4,-_0x2e04eb._0x4e9966,-_0x2e04eb._0x3bb6ea)](_0x595c04['jmpZF']),_0x1a0d12[_0x5e0251(-_0x2e04eb._0x23b1ca,0x1,-0x9e,-_0x2e04eb._0x1ef483)](-0xa6*-0x21+-0x1f22+0x9bd*0x1);else{const _0x390d96=_0x7beee6['resolve'](_0xd5872a);await _0x595c04[_0x5d44a1(_0x2e04eb._0x220065,0x531,0x5bc,0x53d)](saveSslCaPath,_0x390d96),console[_0x5e0251(-0x56,-0xbd,_0x2e04eb._0x1b751c,-_0x2e04eb._0x2fca67)](_0x5d44a1(0x5c5,_0x2e04eb._0x1d3a89,0x64d,0x553)+_0x4e60a7+'\x20=\x20'+_0x390d96),console[_0x5d44a1(_0x2e04eb._0x57c7c7,0x639,_0x2e04eb._0x15cba3,0x644)]('\x20\x20Location'+':\x20'+getConfigPath());break;}}case _0x595c04['IQYFh']:{if(_0x595c04[_0x5d44a1(_0x2e04eb._0x5b371b,_0x2e04eb._0x52f6bd,_0x2e04eb._0xa834a,_0x2e04eb._0x1fc1fa)](_0x595c04[_0x5d44a1(_0x2e04eb._0x47fc88,0x68a,0x5cf,_0x2e04eb._0x52f589)],_0x595c04[_0x5e0251(-0x119,-0x1a0,-0x9e,-0xc6)])){const _0x494fa9=_0x595c04[_0x5e0251(-0x114,-0x164,-0x179,-_0x2e04eb._0x8418e8)](_0xd5872a,_0x595c04['HvqgY'])||_0xd5872a==='1';await _0x595c04['nwzzk'](saveTrustProxy,_0x494fa9),console[_0x5d44a1(_0x2e04eb._0x57c7c7,0x6b8,0x6af,0x6df)](_0x5e0251(-_0x2e04eb._0x572317,-_0x2e04eb._0x9c40f5,-_0x2e04eb._0x11ac6c,-0x127)+_0x4e60a7+_0x5e0251(-_0x2e04eb._0x54f0e3,-0x19b,-_0x2e04eb._0x2a011d,-0xde)+_0x494fa9),console[_0x5d44a1(_0x2e04eb._0x57c7c7,0x6a0,0x64f,_0x2e04eb._0x9a2684)](_0x5d44a1(_0x2e04eb._0x1fc1fa,_0x2e04eb._0x248b09,0x683,_0x2e04eb._0xad12b9)+':\x20'+_0x595c04[_0x5e0251(-0xff,-_0x2e04eb._0xb7dcb8,-_0x2e04eb._0x10cb3a,-_0x2e04eb._0x5f413c)](getConfigPath));break;}else _0x595c04[_0x5d44a1(_0x2e04eb._0x4f24e5,_0x2e04eb._0x386e95,_0x2e04eb._0x3eebb1,0x66f)](_0x509165),_0x206198['exit'](0x10d2+-0x1231+-0x58*-0x4);}}}async function setSetupConfig(_0x41a583,_0x2e648b){const _0x277f53={_0x11a449:0x2bd,_0x12da0b:0x2d2,_0x104fa6:0x2cb,_0x13c223:0x3a8,_0x3f9920:0x19e,_0x2d15f4:0xfa,_0x3bb336:0x196,_0x5bdbd5:0xfd,_0x19b489:0xf3,_0x3653e8:0x3c9,_0x87ab3c:0xf9,_0x14b246:0x168,_0x3590e4:0x2c5,_0x3e13e6:0x12c,_0x13b228:0x79,_0x1326ad:0x1a1,_0x1409bb:0x1a8,_0x4625fc:0x2b5,_0x4712bc:0x2d7,_0x290957:0x288,_0x4f30bb:0x3af,_0x584362:0x322,_0x3af492:0x2a6,_0x4b3b7c:0x2c4,_0x2b6d54:0xdf,_0x53d056:0x14e,_0xf4c2c1:0x384,_0x226ca4:0x302,_0x187ec7:0x1e8,_0x14298a:0x158,_0x497c38:0x18d,_0x180fc2:0x1b4,_0x345690:0x202,_0xe7a9f4:0x176,_0x3116c8:0x1c3,_0x26d820:0x27e,_0x43abbd:0x2b4,_0x255160:0x335,_0x576c3f:0x33f,_0x52881b:0x2ee,_0x24d9f1:0x252,_0x174eeb:0x36c,_0x5f0c7b:0x344,_0xc3268f:0x1a7,_0x392eb6:0x1a3,_0x1f1872:0x23e,_0x512c58:0x135,_0x8a8643:0x2fb,_0xad9389:0x2ad,_0x3187fc:0x317,_0x516454:0x2bd,_0x2298e0:0x328,_0x565efd:0x2fe,_0x380f71:0x19c,_0x41a24e:0x21f,_0x36e92a:0x224,_0x431037:0x1b4,_0x1713a6:0x205,_0x57fd3d:0x20b,_0x42f0c9:0x181,_0x26738a:0x1e9,_0x3c1658:0x1b7,_0x52576d:0x239,_0x2d85ad:0x1c7,_0x28b0a4:0x396,_0x1a1503:0x2b6,_0x553ac2:0x2ce,_0x4d60cf:0x1de,_0x58aa60:0x271,_0x2e885b:0x37e,_0x30f190:0x379,_0x1b5053:0x3ba,_0x583ea2:0x1bd,_0x1ac48f:0xf0,_0x5b4de6:0x157,_0x1f7666:0xbd,_0x240288:0x2e9,_0x3cd936:0x2e6,_0x4f1aa6:0x240,_0x14d137:0x356,_0x23608f:0x306,_0x5d0bf9:0x1d5,_0x158d3b:0x1ef,_0x380698:0x2ce,_0x4603cb:0x2c1,_0x2ee0ee:0x322,_0x264da3:0x3ba,_0x38b91c:0x379,_0x598456:0x2ea,_0x35a1b5:0x11f,_0x5b1548:0x115,_0x5c410f:0x205,_0x41a56e:0x2e1,_0x4ed898:0x230,_0x5b4148:0x163,_0x1197b6:0x1b7,_0x1a9ce0:0x1c2,_0x5ac0a8:0x3b3,_0x4789ec:0x367,_0x1b6acd:0x293,_0x58c468:0x389,_0x1ae0c3:0x26b,_0x32d903:0x30d,_0x14facf:0x71,_0x26376f:0x1f3,_0x1a3679:0x241,_0x1b6f4e:0x323,_0x5a2fac:0x2e3,_0x28984d:0x1f0,_0x435acb:0x27d,_0x4dfbb9:0x1a9,_0x26ee16:0x168,_0x3fa32d:0x348,_0x4e576e:0x387},_0x4d07fd={_0x25bb66:0x6},_0x82c05={_0x458c0b:0xa6},_0x57f588={'aeimB':function(_0x44a844,_0xc0508e){return _0x44a844===_0xc0508e;},'vRjkX':_0x2b44f9(0x28a,_0x277f53._0x11a449,_0x277f53._0x12da0b,0x2a5),'YhPGx':_0x3c2ba0(0x1ad,0x10e,0x21f,0x1bf)+_0x2b44f9(0x340,0x2da,_0x277f53._0x104fa6,0x324)+'p_path\x20poi'+_0x2b44f9(0x2c9,0x2cc,0x328,0x35f)+'alid\x20coder'+_0x2b44f9(0x39b,0x346,_0x277f53._0x13c223,0x33a)+'ectory','TkBZl':function(_0x3bfdaf){return _0x3bfdaf();},'QWwhD':function(_0x209c9b,_0x2b9e80){return _0x209c9b!==_0x2b9e80;},'SfRPZ':_0x3c2ba0(_0x277f53._0x3f9920,_0x277f53._0x2d15f4,0x18f,_0x277f53._0x3bb336),'nOaBc':_0x3c2ba0(_0x277f53._0x5bdbd5,0xae,0xd4,_0x277f53._0x19b489),'JMlvO':'Error:\x20Set'+_0x2b44f9(0x3ce,0x3e0,0x397,_0x277f53._0x3653e8)+_0x3c2ba0(_0x277f53._0x87ab3c,0x127,_0x277f53._0x14b246,0x104)+'ed','vPZUN':_0x2b44f9(0x2b5,0x282,_0x277f53._0x3590e4,0x2e5)+'igure\x20the\x20'+'setup\x20path'+':','vFJxV':'\x20\x20coder-se'+'rver\x20confi'+_0x3c2ba0(0x18b,0x20a,0x114,_0x277f53._0x3e13e6)+'r_setup_pa'+'th\x20/path/t'+_0x3c2ba0(0x115,_0x277f53._0x13b228,_0x277f53._0x1326ad,_0x277f53._0x1409bb)+_0x2b44f9(0x25c,_0x277f53._0x4625fc,_0x277f53._0x4712bc,_0x277f53._0x290957),'zgeIw':_0x2b44f9(_0x277f53._0x4f30bb,0x2e2,_0x277f53._0x584362,0x2ce),'emfNl':_0x2b44f9(0x315,_0x277f53._0x3af492,0x2e9,_0x277f53._0x4b3b7c),'QAxHK':function(_0x7010bd,_0xf0d78b){return _0x7010bd+_0xf0d78b;},'eGqxf':_0x3c2ba0(_0x277f53._0x2b6d54,_0x277f53._0x53d056,0x5a,0x7c)+_0x2b44f9(_0x277f53._0xf4c2c1,0x292,_0x277f53._0x226ca4,0x2a2)+'or\x20changes'+'\x20to\x20take\x20e'+_0x3c2ba0(0x14a,0x108,0x11e,0x1cd)},_0x4dac85=await _0x57f588[_0x3c2ba0(_0x277f53._0x187ec7,0x146,_0x277f53._0x14298a,0x208)](getCoderSetupPath);!_0x4dac85&&(_0x57f588[_0x3c2ba0(_0x277f53._0x497c38,_0x277f53._0x180fc2,_0x277f53._0x345690,0x20c)](_0x57f588[_0x3c2ba0(_0x277f53._0xe7a9f4,_0x277f53._0x3116c8,0x205,0x151)],_0x57f588[_0x2b44f9(0x2c6,0x1f6,_0x277f53._0x26d820,0x23a)])?(console[_0x2b44f9(0x386,_0x277f53._0x43abbd,_0x277f53._0x255160,0x2fd)](_0x57f588[_0x2b44f9(_0x277f53._0x576c3f,_0x277f53._0x52881b,0x2c6,_0x277f53._0x24d9f1)]),console[_0x2b44f9(0x2e2,_0x277f53._0x174eeb,0x335,_0x277f53._0x5f0c7b)](''),console[_0x3c2ba0(_0x277f53._0xc3268f,0x1ef,0x240,0x228)](_0x57f588['vPZUN']),console['error'](_0x57f588[_0x3c2ba0(_0x277f53._0x392eb6,_0x277f53._0x1f1872,0x1e3,_0x277f53._0x512c58)]),process[_0x2b44f9(_0x277f53._0x8a8643,0x2ae,0x332,_0x277f53._0xad9389)](-0x2128+-0x26b1+0x47da)):(_0x57f588[_0x2b44f9(0x336,_0x277f53._0x3187fc,_0x277f53._0x516454,0x26d)](_0x4e19c8[_0x2b44f9(0x2f4,_0x277f53._0x2298e0,_0x277f53._0x565efd,0x33c)],_0x57f588[_0x3c2ba0(0x1d2,0x204,_0x277f53._0x380f71,_0x277f53._0x41a24e)])?(_0x1ed084[_0x3c2ba0(0x1a7,_0x277f53._0x36e92a,_0x277f53._0x431037,0x112)](_0x3c2ba0(_0x277f53._0x1713a6,0x27b,0x18e,_0x277f53._0x57fd3d)+_0x3c2ba0(_0x277f53._0x42f0c9,_0x277f53._0x26738a,0x15f,0x136)+_0x3c2ba0(_0x277f53._0x3c1658,0x24b,_0x277f53._0x52576d,_0x277f53._0x2d85ad)+'\x20'+_0x1c48ff),_0x701bb5[_0x2b44f9(_0x277f53._0x28b0a4,_0x277f53._0x1a1503,0x335,_0x277f53._0x553ac2)](_0x57f588[_0x3c2ba0(0x207,0x168,_0x277f53._0x4d60cf,_0x277f53._0x58aa60)])):_0x5c449f['error'](_0x2b44f9(_0x277f53._0x2e885b,0x394,_0x277f53._0x30f190,_0x277f53._0x1b5053)+_0x3c2ba0(0x166,_0x277f53._0x583ea2,_0x277f53._0x1ac48f,_0x277f53._0x5b4de6)+_0x3c2ba0(0x119,_0x277f53._0x1f7666,0xbc,0x14b)+_0x165b08[_0x2b44f9(_0x277f53._0x240288,0x34f,_0x277f53._0x3cd936,_0x277f53._0x4625fc)]),_0x45f3f6[_0x3c2ba0(0x1a4,0x205,0x15c,_0x277f53._0x4f1aa6)](-0x57*-0x11+0x147c+-0x1a42)));const _0x280b9b=_0x7beee6[_0x2b44f9(_0x277f53._0x14d137,_0x277f53._0x23608f,0x340,0x304)](_0x4dac85,_0x57f588[_0x3c2ba0(_0x277f53._0x5d0bf9,_0x277f53._0x158d3b,0x1e9,0x249)]);function _0x3c2ba0(_0x40c099,_0x53e67a,_0x36e654,_0x22a71f){return _0x62f0fe(_0x36e654,_0x40c099-0x16d,_0x36e654-0xf1,_0x22a71f-_0x82c05._0x458c0b);}let _0x4c2c1a;try{const _0x45b030=await _0x5d15aa[_0x2b44f9(_0x277f53._0x380698,_0x277f53._0x4603cb,0x29e,_0x277f53._0x2ee0ee)](_0x280b9b,_0x57f588['emfNl']);_0x4c2c1a=JSON[_0x2b44f9(0x404,0x375,0x3ac,_0x277f53._0x264da3)](_0x45b030);}catch(_0x319b54){_0x319b54[_0x2b44f9(0x379,0x378,0x2fe,_0x277f53._0x26d820)]===_0x57f588[_0x2b44f9(0x37a,_0x277f53._0x38b91c,0x360,_0x277f53._0x598456)]?(console[_0x3c2ba0(0x1a7,0x182,_0x277f53._0x35a1b5,_0x277f53._0x5b1548)](_0x3c2ba0(_0x277f53._0x5c410f,0x1cf,0x271,0x1bc)+_0x2b44f9(0x2c3,0x3ae,0x30f,_0x277f53._0x41a56e)+_0x3c2ba0(0x1b7,0x14f,0x1bd,_0x277f53._0x4ed898)+'\x20'+_0x280b9b),console['error'](_0x57f588[_0x3c2ba0(0x207,_0x277f53._0x5b4148,_0x277f53._0x1197b6,_0x277f53._0x1f1872)])):console[_0x3c2ba0(0x1a7,0x1b0,_0x277f53._0x1a9ce0,0x11e)](_0x2b44f9(_0x277f53._0x5ac0a8,_0x277f53._0x4789ec,0x379,0x343)+_0x2b44f9(0x278,0x306,0x2f4,_0x277f53._0x1b6acd)+'json:\x20'+_0x319b54[_0x2b44f9(_0x277f53._0x58c468,0x2a5,0x2e6,0x27f)]),process['exit'](0x22aa+0x2653*0x1+-0x48fc);}_0x4c2c1a[_0x41a583]=_0x2e648b,await _0x5d15aa[_0x2b44f9(0x24e,0x254,_0x277f53._0x1ae0c3,_0x277f53._0x32d903)](_0x280b9b,_0x57f588[_0x3c2ba0(0x111,_0x277f53._0x14facf,0x12e,0x134)](JSON[_0x3c2ba0(_0x277f53._0x26376f,0x249,_0x277f53._0x1a3679,0x196)](_0x4c2c1a,null,-0x1b89+-0x43*0x25+0x253a),'\x0a'),_0x2b44f9(0x35f,0x252,0x2e9,0x27c)),console['log'](_0x2b44f9(_0x277f53._0x584362,_0x277f53._0x1b6f4e,_0x277f53._0x5a2fac,_0x277f53._0x576c3f)+_0x41a583+'\x20=\x20'+_0x2e648b),console[_0x3c2ba0(_0x277f53._0x28984d,0x19f,_0x277f53._0x435acb,_0x277f53._0x4dfbb9)](_0x3c2ba0(0x173,0x1b6,_0x277f53._0x26ee16,0x16f)+':\x20'+_0x280b9b),console[_0x2b44f9(_0x277f53._0x3fa32d,0x3f9,_0x277f53._0x2e885b,_0x277f53._0x4e576e)]('');function _0x2b44f9(_0xd9ed99,_0x108f45,_0x1ff50b,_0x4f0501){return _0x4204eb(_0xd9ed99-0x16c,_0x108f45,_0x1ff50b-_0x4d07fd._0x25bb66,_0x1ff50b-0xf4);}console['log'](_0x57f588['eGqxf']);}async function getConfig(_0xa2af7a){const _0x4da9ce={_0x18afa6:0x3df,_0x4700ff:0x2ef,_0x2800d6:0x25d,_0x1d8ba6:0x279,_0x1807b0:0x286,_0x26b7ff:0x28b,_0x188562:0x26c,_0x4f15ff:0x3bb,_0x6e98cc:0x2de,_0x53efb1:0x25a,_0x550aa3:0x2c4,_0x2cb182:0x3fb,_0x2a59aa:0x248,_0x3095e6:0x256,_0x22421f:0x2ff,_0x4e16d1:0x33b,_0x1f038d:0x257,_0x19b666:0x1e2,_0x4c7fa1:0x3a6,_0x1408a8:0x3fb,_0x1a66d6:0x2c8,_0x5eca6e:0x31a,_0xc778fe:0x2fd,_0x13e3c8:0x2b5,_0x405118:0x261,_0x92d986:0x1b3,_0x20f7bd:0x21a,_0x243cd6:0x294,_0xd2affa:0x1c2,_0x44761f:0x444,_0x2739f6:0x35e,_0x470918:0x21c,_0xaaffd0:0x1a1,_0x251b0b:0x246,_0x412d79:0x302,_0x40159d:0x2ea,_0x2a136a:0x2bb,_0x1ff416:0x2fc,_0x4260fb:0x341,_0x462573:0x3c7,_0x1b3162:0x35b,_0x4b8d44:0x3f4,_0x5a8f11:0x201,_0x4039da:0x407,_0x2126f8:0x44b,_0x407ec2:0x36c,_0x1a5221:0x3a2,_0x3807d5:0x357,_0xddf81e:0x24c,_0x173994:0x34a,_0x151cbe:0x2cf,_0xeda693:0x352,_0x33b898:0x2f9,_0x233453:0x2b3,_0x2db8dd:0x2cc,_0x17d5a0:0x1d1,_0x2a569e:0x258,_0x4fa50c:0x3c6,_0x3415f3:0x379,_0x133ba7:0x3a5,_0x2cf38f:0x200,_0x5df645:0x222,_0x253fcb:0x310,_0x3935ce:0x3bd,_0x1545e8:0x39d,_0x274dd6:0x2a6,_0x5c948e:0x20f,_0x570a8a:0x207,_0x1d18e5:0x2a2,_0x2a0e87:0x2c5,_0x139a4e:0x2dc,_0x5362e8:0x277,_0x459b58:0x348,_0x22140a:0x31f,_0x469515:0x242,_0x2e59bc:0x22d,_0x51edb1:0x344,_0x5d9e85:0x39f,_0x3e5781:0x2ec,_0xbdb92e:0x267,_0x38ef56:0x41f,_0x5b39a4:0x437,_0x4ca5e9:0x38f,_0x498107:0x46b,_0x52d9d5:0x3ec,_0x9f71a0:0x423,_0x143eee:0x46f,_0x163ffd:0x2df,_0x6e9e34:0x2fe,_0xd54c0c:0x331,_0x463bda:0x25b,_0x38d4bd:0x370,_0x59ce70:0x2f0,_0xdb8e4:0x2eb,_0x2e6a35:0x2f1,_0x3e5102:0x326,_0x2d074e:0x3af,_0x4cc32e:0x340,_0x1cd336:0x233,_0x1fa19a:0x30e,_0x2b34ef:0x1b7,_0x6fc248:0x2da,_0x37ed29:0x26e,_0xf84718:0x2bf,_0x325493:0x383,_0x1ce0f2:0x3a2,_0x451d0f:0x31a,_0x374557:0x3b0,_0x386fec:0x353,_0x4b2023:0x2bc,_0x5155b1:0x227,_0x16c07f:0x2c3,_0x353e29:0x2bf,_0x304257:0x298,_0x2ed2e9:0x2db,_0x4a19fb:0x2d9,_0x20782f:0x1ea,_0x18edc0:0x2e4,_0x5b00ff:0x3d6,_0x42b23d:0x3d2,_0x828c37:0x346,_0x1de1df:0x339,_0x5f464f:0x365,_0x4b84d2:0x2ee,_0x1de03f:0x36e,_0x1c5009:0x3c4,_0x5c8148:0x336,_0xb9fc3d:0x338,_0x519f0:0x262,_0x1790c6:0x24e,_0x1026d4:0x403,_0x10da3a:0x46a,_0x42ac45:0x3b7,_0x152dfe:0x33a,_0x14a0cb:0x37f,_0x3a711f:0x353,_0x30783b:0x2c5,_0x356450:0x313,_0x3bc56e:0x364,_0x57a197:0x3ff,_0x1dadf6:0x30c,_0xb12874:0x244,_0x4e8cd7:0x280,_0x39ad64:0x33e,_0x1e84fa:0x2f6,_0x4823e5:0x1e0,_0x131d17:0x226,_0x441d90:0x1d3,_0x11bad2:0x3bc,_0xd186f4:0x384,_0x2f19b5:0x308,_0xe23b59:0x34b,_0x3c3022:0x349,_0x3924ff:0x3ac,_0x15a21c:0x31e,_0x5024ab:0x347,_0x13b7df:0x3a2,_0x3f8103:0x34f,_0x17249c:0x25f,_0x3c9821:0x305,_0x5c87eb:0x2ed,_0x32951b:0x31c,_0x3b0cdc:0x2f4,_0x2e3928:0x3a1,_0x9e29ee:0x322,_0x12c91e:0x2ca,_0x5f297c:0x297},_0x568549={_0x59814d:0x295,_0x3d1f52:0x5e},_0x4bf7a0={_0x1d3c27:0xb0},_0x5f31d7={'QclSw':_0x3facf2(0x3ac,_0x4da9ce._0x18afa6,0x477,0x3be)+_0x2b68be(_0x4da9ce._0x4700ff,_0x4da9ce._0x2800d6,0x306,_0x4da9ce._0x1d8ba6)+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+_0x2b68be(_0x4da9ce._0x1807b0,_0x4da9ce._0x26b7ff,_0x4da9ce._0x188562,0x2e8)+'keys','ngyur':function(_0xfdf89,_0x252ba8){return _0xfdf89!==_0x252ba8;},'SOQQQ':_0x2b68be(0x2aa,_0x4da9ce._0x4f15ff,_0x4da9ce._0x6e98cc,0x31e),'yQkfw':_0x2b68be(_0x4da9ce._0x53efb1,0x2e2,0x29c,0x24f)+_0x2b68be(0x371,_0x4da9ce._0x550aa3,0x28f,0x2f8)+_0x3facf2(_0x4da9ce._0x2cb182,0x410,0x39e,0x418)+_0x2b68be(_0x4da9ce._0x2a59aa,0x2c4,_0x4da9ce._0x3095e6,0x251),'snEqD':_0x3facf2(_0x4da9ce._0x22421f,_0x4da9ce._0x4e16d1,0x301,0x301)+'p_path','cEVWD':function(_0x5cae04){return _0x5cae04();},'oFLqA':_0x2b68be(_0x4da9ce._0x1f038d,_0x4da9ce._0x19b666,0x1f5,0x224)+'t','MLUxb':_0x2b68be(0x33b,0x27e,0x2e5,0x2f7)+_0x3facf2(0x33a,_0x4da9ce._0x4c7fa1,_0x4da9ce._0x1408a8,0x3a5),'JXWPq':_0x3facf2(_0x4da9ce._0x1a66d6,_0x4da9ce._0x5eca6e,0x27c,_0x4da9ce._0xc778fe)+'h','lorJg':_0x2b68be(_0x4da9ce._0x13e3c8,0x252,0x25e,_0x4da9ce._0x405118)+'y','AIxYB':_0x2b68be(0x1b1,_0x4da9ce._0x92d986,0x1af,_0x4da9ce._0x20f7bd),'TJYTA':_0x2b68be(0x1e9,_0x4da9ce._0x243cd6,_0x4da9ce._0xd2affa,0x202)+_0x3facf2(0x37b,0x407,0x43b,_0x4da9ce._0x44761f)+_0x3facf2(0x37c,0x2f7,_0x4da9ce._0x188562,_0x4da9ce._0x2739f6)+'ed','TkHQA':function(_0x53561c,_0x5a60e9){return _0x53561c===_0x5a60e9;},'DDoKP':_0x2b68be(0x217,_0x4da9ce._0x470918,_0x4da9ce._0xaaffd0,0x232),'oYudg':'utf-8','yhYOH':function(_0x1f3656,_0x5ca55d){return _0x1f3656===_0x5ca55d;},'CNjuM':_0x2b68be(_0x4da9ce._0x251b0b,0x2aa,0x27b,0x26c),'pSHBe':function(_0x43d74b,_0x3aaa36){return _0x43d74b!==_0x3aaa36;},'DaTyo':_0x3facf2(_0x4da9ce._0x412d79,0x300,0x27f,_0x4da9ce._0x40159d)};!_0xa2af7a&&(_0x5f31d7[_0x3facf2(_0x4da9ce._0x2a136a,_0x4da9ce._0x1ff416,0x2f2,0x366)](_0x5f31d7[_0x3facf2(0x35f,_0x4da9ce._0x4260fb,0x2ed,_0x4da9ce._0x462573)],_0x3facf2(_0x4da9ce._0x1b3162,_0x4da9ce._0x4b8d44,0x498,0x46e))?(_0x4b2d8e[_0x3facf2(0x37e,0x3a5,0x3fe,0x320)](_0x2b68be(0x25a,0x1ff,_0x4da9ce._0x5a8f11,0x202)+_0x3facf2(0x366,_0x4da9ce._0x4039da,_0x4da9ce._0x2126f8,_0x4da9ce._0x407ec2)+'t\x20configur'+'ed'),_0x3b352e[_0x3facf2(0x388,_0x4da9ce._0x1a5221,_0x4da9ce._0x3807d5,0x32e)](-0x168c+-0xdd5*0x2+0x3*0x10bd)):(console[_0x2b68be(0x25a,_0x4da9ce._0xddf81e,_0x4da9ce._0x173994,_0x4da9ce._0x151cbe)](_0x5f31d7[_0x2b68be(0x32f,0x277,_0x4da9ce._0xeda693,_0x4da9ce._0x33b898)]),process[_0x2b68be(0x272,_0x4da9ce._0x233453,0x238,_0x4da9ce._0x2db8dd)](-0x147*-0x1+-0x74a+0x604)));const _0x3719e6=SERVER_CONFIG_KEYS[_0x2b68be(_0x4da9ce._0x40159d,_0x4da9ce._0x17d5a0,0x24a,_0x4da9ce._0x2a569e)](_0xa2af7a),_0x568828=SETUP_JSON_KEYS[_0x3facf2(_0x4da9ce._0x4fa50c,0x32e,0x2fc,0x348)](_0xa2af7a);!_0x3719e6&&!_0x568828&&(console[_0x3facf2(_0x4da9ce._0x3415f3,_0x4da9ce._0x133ba7,0x31e,0x31e)](_0x2b68be(_0x4da9ce._0x2cf38f,0x180,_0x4da9ce._0x5df645,0x223)+_0x2b68be(_0x4da9ce._0x253fcb,0x340,_0x4da9ce._0x3807d5,0x2dc)+'n\x20key:\x20'+_0xa2af7a),console[_0x2b68be(0x2cc,0x321,0x32a,_0x4da9ce._0x151cbe)](_0x3facf2(_0x4da9ce._0x3935ce,_0x4da9ce._0x18afa6,_0x4da9ce._0x1545e8,0x3e2)+_0x2b68be(0x2b4,0x213,_0x4da9ce._0x274dd6,0x279)+_0x2b68be(_0x4da9ce._0x5c948e,_0x4da9ce._0x570a8a,0x306,0x275)+_0x2b68be(_0x4da9ce._0x1d18e5,_0x4da9ce._0x2a0e87,0x2b0,0x22b)+_0x2b68be(0x382,_0x4da9ce._0x139a4e,_0x4da9ce._0x5362e8,0x2e8)+_0x3facf2(0x304,0x306,0x2e6,_0x4da9ce._0x459b58)),process[_0x2b68be(_0x4da9ce._0x22140a,_0x4da9ce._0x469515,_0x4da9ce._0x2e59bc,_0x4da9ce._0x2db8dd)](-0x2223+-0x1178*-0x2+-0xcc));let _0x3c4dc9;if(_0x3719e6)switch(_0xa2af7a){case _0x5f31d7[_0x3facf2(_0x4da9ce._0x51edb1,_0x4da9ce._0x5d9e85,0x402,0x327)]:_0x3c4dc9=await _0x5f31d7[_0x2b68be(_0x4da9ce._0x2a569e,_0x4da9ce._0x3e5781,_0x4da9ce._0xbdb92e,0x25b)](getCoderSetupPath);break;case _0x5f31d7[_0x3facf2(_0x4da9ce._0x38ef56,0x3c6,_0x4da9ce._0x5b39a4,_0x4da9ce._0x4ca5e9)]:_0x3c4dc9=await _0x5f31d7['cEVWD'](getServerPort);break;case _0x5f31d7['MLUxb']:_0x3c4dc9=await getSslCertPath();break;case _0x3facf2(_0x4da9ce._0x498107,_0x4da9ce._0x52d9d5,_0x4da9ce._0x9f71a0,_0x4da9ce._0x143eee)+'th':_0x3c4dc9=await getSslKeyPath();break;case _0x5f31d7[_0x3facf2(0x2d2,_0x4da9ce._0x163ffd,_0x4da9ce._0x6e9e34,0x2d5)]:_0x3c4dc9=await _0x5f31d7[_0x3facf2(0x388,_0x4da9ce._0xd54c0c,0x377,0x2c2)](getSslCaPath);break;case _0x5f31d7['lorJg']:_0x3c4dc9=await _0x5f31d7[_0x2b68be(0x23e,0x1ef,0x2d4,_0x4da9ce._0x463bda)](getTrustProxy);break;}else{if(_0x568828){const _0x1e6037=await _0x5f31d7['cEVWD'](getCoderSetupPath);!_0x1e6037&&(_0x3facf2(_0x4da9ce._0x38d4bd,_0x4da9ce._0x59ce70,0x2b3,0x27f)===_0x5f31d7[_0x3facf2(0x24c,_0x4da9ce._0xdb8e4,0x2fa,_0x4da9ce._0x2e6a35)]?(console['error'](_0x5f31d7[_0x2b68be(_0x4da9ce._0x3e5102,_0x4da9ce._0x2d074e,0x3a5,_0x4da9ce._0x4cc32e)]),process[_0x2b68be(_0x4da9ce._0x1cd336,_0x4da9ce._0x1fa19a,0x25d,_0x4da9ce._0x2db8dd)](0xd7e+-0x738*-0x4+-0x2a5d)):(_0x4b1f61['error'](_0x2b68be(0x266,0x24b,_0x4da9ce._0x2b34ef,0x223)+'nfiguratio'+_0x2b68be(_0x4da9ce._0x6fc248,0x2c6,0x225,0x2bd)+_0x23e719),_0x27034c[_0x2b68be(0x290,_0x4da9ce._0x37ed29,0x257,0x2cf)](_0x5f31d7[_0x2b68be(0x2de,0x248,_0x4da9ce._0xf84718,_0x4da9ce._0x3e5781)]),_0x1658e8[_0x3facf2(_0x4da9ce._0x325493,_0x4da9ce._0x1ce0f2,0x30d,0x301)](-0xc22+0x1fff*-0x1+0x2c22)));const _0x5d8923=_0x7beee6[_0x3facf2(_0x4da9ce._0x451d0f,_0x4da9ce._0x374557,0x352,0x39f)](_0x1e6037,_0x2b68be(_0x4da9ce._0x386fec,0x271,0x2e5,_0x4da9ce._0x4b2023));try{if(_0x5f31d7[_0x2b68be(0x2bf,_0x4da9ce._0x5155b1,_0x4da9ce._0x16c07f,_0x4da9ce._0x353e29)]('xuqxb',_0x5f31d7[_0x2b68be(_0x4da9ce._0x304257,0x27c,0x24c,_0x4da9ce._0x2ed2e9)])){const _0x1e51a3=await _0x5d15aa[_0x2b68be(0x283,_0x4da9ce._0x4a19fb,0x248,0x238)](_0x5d8923,_0x5f31d7[_0x2b68be(0x20e,_0x4da9ce._0x20782f,0x1cc,0x22e)]),_0x35766d=JSON[_0x2b68be(_0x4da9ce._0x18edc0,_0x4da9ce._0x5b00ff,_0x4da9ce._0x42b23d,_0x4da9ce._0x828c37)](_0x1e51a3);_0x3c4dc9=_0x35766d[_0xa2af7a];}else _0xb53408['error']('Error:\x20set'+_0x2b68be(0x20c,0x2f4,0x20f,0x2a9)+'t\x20found\x20at'+'\x20'+_0x17d5d6);}catch(_0x380db6){_0x5f31d7[_0x3facf2(0x301,_0x4da9ce._0x1de1df,_0x4da9ce._0x5f464f,0x361)](_0x380db6[_0x3facf2(_0x4da9ce._0x4b84d2,_0x4da9ce._0x1de03f,0x399,_0x4da9ce._0x1c5009)],_0x5f31d7[_0x2b68be(_0x4da9ce._0x5c8148,_0x4da9ce._0xb9fc3d,_0x4da9ce._0x519f0,0x2aa)])?console[_0x2b68be(0x285,_0x4da9ce._0x1790c6,_0x4da9ce._0x4e16d1,0x2cf)](_0x3facf2(0x438,_0x4da9ce._0x1026d4,_0x4da9ce._0x10da3a,_0x4da9ce._0x42ac45)+_0x3facf2(_0x4da9ce._0x152dfe,_0x4da9ce._0x14a0cb,0x3c0,0x3f9)+'t\x20found\x20at'+'\x20'+_0x5d8923):console[_0x2b68be(_0x4da9ce._0x3a711f,0x240,0x258,0x2cf)](_0x2b68be(0x368,0x374,_0x4da9ce._0x30783b,_0x4da9ce._0x356450)+_0x3facf2(0x3df,_0x4da9ce._0x3bc56e,_0x4da9ce._0x57a197,_0x4da9ce._0x3415f3)+'json:\x20'+_0x380db6[_0x2b68be(_0x4da9ce._0x1dadf6,0x2f3,_0x4da9ce._0xb12874,_0x4da9ce._0x4e8cd7)]),process[_0x3facf2(0x31e,_0x4da9ce._0x1ce0f2,0x43e,0x364)](-0x1ac9*-0x1+0x62f*-0x1+0x1*-0x1499);}}}function _0x3facf2(_0x36cb77,_0x2c72a6,_0x1d10a8,_0x1bfb4e){return _0x4204eb(_0x36cb77-_0x4bf7a0._0x1d3c27,_0x36cb77,_0x1d10a8-0x12d,_0x2c72a6-0x164);}function _0x2b68be(_0x2d1ec1,_0x505f1e,_0xc91835,_0x58e929){return _0x62f0fe(_0x505f1e,_0x58e929-_0x568549._0x59814d,_0xc91835-0x71,_0x58e929-_0x568549._0x3d1f52);}_0x5f31d7[_0x3facf2(_0x4da9ce._0x39ad64,0x32a,0x3a0,_0x4da9ce._0x1e84fa)](_0x3c4dc9,undefined)?_0x5f31d7[_0x2b68be(_0x4da9ce._0x4823e5,0x2b7,0x24b,_0x4da9ce._0x131d17)](_0x5f31d7[_0x2b68be(0x1d8,_0x4da9ce._0x441d90,0x2a8,0x256)],_0x5f31d7[_0x3facf2(0x304,0x32c,_0x4da9ce._0x11bad2,_0x4da9ce._0xd186f4)])?(_0x4dfa2e[_0x2b68be(_0x4da9ce._0x2f19b5,0x327,_0x4da9ce._0xe23b59,_0x4da9ce._0x151cbe)](_0x3facf2(0x38a,0x325,0x39d,_0x4da9ce._0x3c3022)+'er-server\x20'+_0x3facf2(0x326,0x38c,_0x4da9ce._0x3924ff,_0x4da9ce._0x15a21c)+_0x2b68be(0x2d7,0x25e,0x338,0x2f6)),_0x53a0c3[_0x3facf2(_0x4da9ce._0x5024ab,_0x4da9ce._0x13b7df,0x33e,0x3fc)](-0x47*-0x1+0x29a+-0x2e0)):console['log'](_0x3c4dc9):(console[_0x2b68be(0x30d,_0x4da9ce._0x3f8103,_0x4da9ce._0x17249c,_0x4da9ce._0x151cbe)](_0x3facf2(_0x4da9ce._0x5f464f,_0x4da9ce._0x3c9821,0x2ad,_0x4da9ce._0x5c87eb)+_0xa2af7a+(_0x2b68be(_0x4da9ce._0x32951b,_0x4da9ce._0x3b0cdc,_0x4da9ce._0x2e3928,_0x4da9ce._0x9e29ee)+_0x2b68be(0x2a6,0x251,0x34e,_0x4da9ce._0x12c91e)+_0x2b68be(0x3a5,_0x4da9ce._0x5f297c,_0x4da9ce._0x151cbe,0x338))),process['exit'](0x1*0x1949+0x35*0x43+-0x2727));}async function removeConfig(_0x4f9d33){const _0x5c321f={_0x37aeea:0x1e8,_0x5f357d:0x14a,_0x383a07:0x263,_0x480f3a:0x170,_0x47cf92:0x4ec,_0x446a42:0x57d,_0x29e6b1:0x513,_0x5a1141:0x5c5,_0x2966bc:0x631,_0x458dee:0x5f2,_0x1a7339:0x11b,_0x30fc9c:0x4ef,_0x27f7c6:0x4a3,_0xe73f40:0x58f,_0x1661cd:0x53e,_0x56317c:0x196,_0x11b8c2:0x1af,_0x399628:0x151,_0xf2996f:0x1a1,_0x4ab3ef:0x69b,_0x20f6ae:0x58a,_0x285e32:0x59e,_0x11b5c3:0xa2,_0x29bd2f:0x158,_0x356b3d:0xd6,_0x5af4c7:0x12d,_0x2ed8ea:0x239,_0x4f5b84:0x1d6,_0x512e5f:0x569,_0x5a5b52:0x4f1,_0x44b054:0x58f,_0x2d9894:0x15b,_0x3b5c24:0x165,_0x504534:0x222,_0x1390a2:0x140,_0x6b7ee2:0x488,_0x447cc8:0x4f6,_0x53c941:0x50a,_0x1799b3:0x4a9,_0x4a70ca:0x4d5,_0x4e6036:0x4fd,_0x76fb38:0x60d,_0x5600f0:0x539,_0x360d58:0x567,_0x51be8f:0x5a9,_0x1710ae:0xd5,_0x3be332:0x1b6,_0x40e8fd:0x122,_0x84522f:0xbe,_0x2969b3:0x61b,_0x448f7b:0x569,_0x15c26a:0x552,_0x2bd9b8:0x4ea,_0x504713:0x135,_0x8f5057:0x161,_0x4b3186:0x1e2,_0x342a9a:0x1c1,_0x279fa9:0x575,_0x330ccc:0x20e,_0x1a5e66:0x25c,_0x4b5bcf:0x4d1,_0x4dd5eb:0xe9,_0x42699b:0x5f9,_0x1bdfaf:0x5f1,_0x4fc22f:0x1f1,_0x270b05:0x4c8,_0x337526:0x51a,_0x19e640:0x4d6,_0x204d0c:0x5b2,_0x12c365:0x584,_0x184c3f:0x62f,_0x1521be:0x5c3,_0x45480c:0x531,_0x479be5:0x5c8,_0xe2a6b8:0x4f4,_0x327ff5:0x1bc,_0x4867da:0xb5,_0x2d701d:0x152,_0x384226:0x4be,_0x51e07b:0x5b6,_0x49bc8e:0x537,_0x20a5ee:0x13c,_0x28a40c:0x14e,_0xceec95:0x4a4,_0x16a349:0x4fc,_0x1655b3:0x1a1,_0x99270d:0x121,_0x3cb64f:0x53c,_0x1f7842:0x522,_0x45f79e:0x575,_0xfa9d3e:0x505,_0x212b5a:0x5a8,_0x2d4efb:0x20a,_0x1942c0:0x1aa,_0x58830e:0x4b0,_0x57f6ba:0x466,_0x3a410b:0x228,_0x5d8ffb:0x170,_0x489b4d:0x1fb,_0x5b93ca:0x62d,_0x24431a:0x510,_0x6990af:0x5a8,_0x4a3ecd:0x15f,_0x5ce7ab:0x5d5,_0x327636:0x51a,_0x2b992e:0x5a8,_0x50824c:0x45a,_0x5abe0c:0x4db,_0x553a0f:0x1e7,_0x1f3ee8:0x1ad,_0x3ff9d4:0x60d,_0x55f427:0x582,_0x3c9ddf:0x592,_0x1fd2c1:0x190,_0x4caff2:0x1c1,_0x307692:0x60b,_0x5adba1:0x68f,_0x117142:0xf7,_0x495fcb:0x1ae,_0x81d74e:0x119,_0x1edfc6:0x64a,_0x1a90d9:0x625,_0xd475f4:0x461,_0x470368:0x4ec,_0x290ffc:0x191,_0x45cf6a:0x16d,_0x37ee76:0x523,_0x989f35:0x55f,_0x381169:0x188,_0x2689d2:0x18b,_0x18caca:0x183,_0x201db3:0x180,_0x1a96fd:0x210,_0x5437ff:0x1f4,_0xbb4348:0x122,_0x37db94:0x199,_0x399fda:0x1f6,_0x317d1e:0x26d,_0x2c39a8:0x1e6,_0x302cbd:0x205,_0x558397:0x297,_0x418c19:0x126,_0x1ec57f:0x5eb,_0x140976:0x52d,_0x12ca5d:0x5af,_0x5bf937:0x5bc,_0x237e42:0x153,_0x55e97e:0xb7,_0x1cbaaa:0x119,_0x32ba91:0xc9,_0x59c709:0x134,_0x3020bf:0x11c,_0x32e213:0x599,_0x5b33e9:0x507,_0x1876f7:0x119,_0x5f29a2:0x8a,_0x35ef45:0x7c,_0x1df3c8:0xee,_0x106d7d:0x15d,_0x243771:0x1e1,_0x36603a:0x1d9,_0x12b84a:0x13c,_0x61fb9c:0x10d,_0x1d58c5:0x15a,_0x354917:0x176,_0x5beed4:0x159,_0x281953:0xdb,_0xa111c1:0x633,_0x4ff0b1:0x60e,_0x361dcd:0x20b,_0x365a89:0x241,_0x4efdc1:0x504,_0x265c67:0x51a,_0x3be3b7:0x5e7,_0x55e7a3:0x523,_0x6cf5d:0x4fb,_0x3219f2:0x529,_0x3fb888:0x1de,_0x3e1818:0x224,_0x3ffe11:0x5aa,_0x3ecf01:0x19b,_0x570e41:0x143,_0x2fc762:0x108,_0x3d303f:0x176,_0x22b248:0x22c,_0x22e74e:0x1df,_0x357a11:0x5f6,_0x3005f2:0x582,_0x195c7c:0x11b,_0xb167f3:0x1bd,_0x11b239:0x500,_0x971d5e:0x60d,_0x503cb9:0x5e3,_0x54f19d:0x67a,_0x275d48:0x137,_0x21782a:0x155,_0x522d0a:0x106,_0x5e35bc:0x20c,_0x219e72:0x177,_0x48b669:0x5bc,_0x23e937:0x583,_0x1dbc2f:0x1fd,_0x247bd2:0x19c,_0x5ddbf3:0x4d7,_0x4ca8dc:0x528,_0x292d11:0x5f8,_0x5b3cdd:0x579,_0x55fab8:0x12e,_0x2b27e2:0x485,_0x519e3a:0x257,_0x3e5acf:0x200,_0x23e3a5:0x647,_0x5706eb:0xe6,_0x587ff8:0x175,_0x1d8fd5:0x1bc,_0x3d4569:0x62b,_0xe17547:0x606,_0x3f0e1c:0x13f,_0x27c30a:0x146,_0x13ad5a:0x1fd,_0x653590:0x1c7,_0x160dd8:0xe7,_0x28b4a0:0x16c,_0x54b919:0x559,_0x5baf70:0x51b,_0x3fc484:0x193,_0x4a7ac7:0x1aa,_0x177e63:0x111,_0x295fd5:0x17e,_0xbc593c:0x14e,_0x470b19:0xe3,_0x396b32:0x185,_0x25f838:0x219,_0x1f2ea0:0x1f6,_0x3dfcb9:0x183,_0x53393b:0x1b5,_0x5371c5:0x1ef,_0x402355:0x183},_0x30e0ea={_0x4ef26a:0x19a,_0x4db590:0x94},_0xae09e8={_0x3f7268:0x56e};function _0x7b433(_0x35a9c2,_0x151baf,_0x6ac8b1,_0x5af56c){return _0x62f0fe(_0x151baf,_0x5af56c-_0xae09e8._0x3f7268,_0x6ac8b1-0x1af,_0x5af56c-0x20);}const _0x31a7cd={'FhKjt':'First\x20conf'+_0x1bf512(_0x5c321f._0x37aeea,_0x5c321f._0x5f357d,0x20b,0x189)+_0x7b433(0x5ac,0x610,0x649,0x5b1)+':','SvFzF':_0x1bf512(_0x5c321f._0x383a07,_0x5c321f._0x480f3a,0x180,0x1cb)+'rver\x20confi'+_0x7b433(0x630,0x5cf,_0x5c321f._0x47cf92,0x58c)+_0x7b433(0x587,0x46f,_0x5c321f._0x446a42,_0x5c321f._0x29e6b1)+_0x7b433(_0x5c321f._0x5a1141,_0x5c321f._0x2966bc,0x66b,_0x5c321f._0x458dee)+_0x1bf512(0x141,0x134,0xb7,_0x5c321f._0x1a7339)+_0x7b433(0x596,0x4c0,_0x5c321f._0x30fc9c,0x54a),'tRkhs':function(_0x120817,_0x4470a8){return _0x120817===_0x4470a8;},'TsyuP':'Make\x20sure\x20'+_0x7b433(_0x5c321f._0x27f7c6,_0x5c321f._0xe73f40,0x5ab,_0x5c321f._0x1661cd)+_0x1bf512(0x170,_0x5c321f._0x56317c,_0x5c321f._0x11b8c2,_0x5c321f._0x399628)+_0x7b433(0x5e6,0x5a5,0x5bb,0x59b)+_0x1bf512(_0x5c321f._0x37aeea,_0x5c321f._0xf2996f,0x1f2,0x208)+_0x7b433(0x683,_0x5c321f._0x4ab3ef,0x582,0x61b)+'ectory','flLTz':function(_0x334d92,_0x1950df){return _0x334d92===_0x1950df;},'dUBSY':'ENOENT','pCNXY':function(_0x22cd4f,_0x37a327){return _0x22cd4f!==_0x37a327;},'OPBlX':_0x7b433(_0x5c321f._0x20f6ae,0x56e,0x591,_0x5c321f._0x285e32),'rwwTp':_0x1bf512(_0x5c321f._0x11b5c3,_0x5c321f._0x29bd2f,_0x5c321f._0x356b3d,_0x5c321f._0x5af4c7)+_0x1bf512(_0x5c321f._0x2ed8ea,0x19e,0x1db,_0x5c321f._0x4f5b84)+_0x7b433(0x60d,_0x5c321f._0x512e5f,_0x5c321f._0x5a5b52,_0x5c321f._0x44b054)+'ove\x20<key>','myzcO':function(_0x437afc,_0x4d22b5){return _0x437afc&&_0x4d22b5;},'ZDjrl':_0x1bf512(_0x5c321f._0x2d9894,0x1dc,0x1a0,_0x5c321f._0x3b5c24),'hkUDO':_0x1bf512(0x148,0x1c5,0x27b,0x1e7)+'-server\x20co'+'nfig\x22\x20for\x20'+'a\x20list\x20of\x20'+_0x1bf512(_0x5c321f._0x504534,_0x5c321f._0x1390a2,0x263,0x1c6)+_0x7b433(_0x5c321f._0x6b7ee2,_0x5c321f._0x447cc8,0x465,0x509),'LmiAY':'coder_setu'+'p_path','CKJrP':function(_0x927ffd,_0x57158d){return _0x927ffd(_0x57158d);},'jxGpf':_0x7b433(_0x5c321f._0x53c941,_0x5c321f._0x1799b3,_0x5c321f._0x4a70ca,_0x5c321f._0x4e6036)+'t','RVEfF':_0x7b433(_0x5c321f._0x76fb38,_0x5c321f._0x5600f0,_0x5c321f._0x360d58,0x5d0)+_0x7b433(0x53b,0x5d8,0x594,_0x5c321f._0x51be8f),'qrqEf':_0x1bf512(_0x5c321f._0x1710ae,_0x5c321f._0x3be332,0x17d,_0x5c321f._0x40e8fd)+'h','mEpeF':_0x1bf512(0x9d,_0x5c321f._0x84522f,0x1d5,0x13f)+'y','hfjhz':function(_0x11173a){return _0x11173a();},'lSgin':'Error:\x20Set'+_0x7b433(_0x5c321f._0x2969b3,0x5b4,_0x5c321f._0x448f7b,0x60a)+'t\x20configur'+'ed','lTiWo':_0x7b433(0x579,0x57e,_0x5c321f._0x15c26a,_0x5c321f._0x2bd9b8),'foXQZ':_0x1bf512(0x161,_0x5c321f._0x504713,0xc6,_0x5c321f._0x8f5057),'OimQp':function(_0x2d6dda,_0x5a6c74){return _0x2d6dda===_0x5a6c74;},'FtgBf':'MwUUq','dpPIT':function(_0x54455c,_0x4473c3){return _0x54455c!==_0x4473c3;},'bJMuw':_0x1bf512(_0x5c321f._0x4b3186,_0x5c321f._0x342a9a,0x1ef,0x171),'UtOLE':'Restart\x20th'+_0x7b433(0x59c,0x54f,0x4ef,_0x5c321f._0x279fa9)+'or\x20changes'+_0x1bf512(_0x5c321f._0x330ccc,_0x5c321f._0x1a5e66,0x26e,0x21a)+_0x7b433(0x52e,0x581,_0x5c321f._0x4b5bcf,0x54b)};function _0x1bf512(_0x15c98c,_0x3c5180,_0x404a96,_0x379555){return _0x4204eb(_0x15c98c-0x7d,_0x404a96,_0x404a96-_0x30e0ea._0x4ef26a,_0x379555- -_0x30e0ea._0x4db590);}!_0x4f9d33&&(_0x31a7cd[_0x1bf512(0xa7,0x186,0x185,_0x5c321f._0x4dd5eb)](_0x31a7cd['OPBlX'],_0x31a7cd[_0x7b433(0x57b,0x4b6,0x4d6,0x546)])?_0x437cbd[_0x7b433(_0x5c321f._0x42699b,0x5af,_0x5c321f._0x458dee,_0x5c321f._0x1bdfaf)](_0x1bf512(0x1b2,0x272,0x1fe,_0x5c321f._0x4fc22f)+'ing\x20setup.'+_0x7b433(0x513,0x489,_0x5c321f._0x270b05,_0x5c321f._0x337526)+_0x14c6c6[_0x7b433(0x522,_0x5c321f._0x19e640,0x5bb,0x559)]):(console['error'](_0x31a7cd[_0x7b433(_0x5c321f._0x204d0c,0x55c,_0x5c321f._0x12c365,0x578)]),process[_0x7b433(0x586,_0x5c321f._0x184c3f,_0x5c321f._0x1521be,0x5a5)](0x1b89*-0x1+0x1*-0xf90+0x265*0x12)));const _0x4d48fa=SERVER_CONFIG_KEYS[_0x7b433(_0x5c321f._0x45480c,0x4c9,0x594,_0x5c321f._0x45480c)](_0x4f9d33),_0x135f6f=SETUP_JSON_KEYS[_0x7b433(_0x5c321f._0x479be5,_0x5c321f._0x5a1141,_0x5c321f._0xe2a6b8,0x531)](_0x4f9d33);if(_0x31a7cd[_0x1bf512(0xdb,0x1ef,_0x5c321f._0x327ff5,0x174)](!_0x4d48fa,!_0x135f6f)){if(_0x31a7cd[_0x1bf512(_0x5c321f._0x4867da,_0x5c321f._0x356b3d,0x16f,_0x5c321f._0x2d701d)](_0x31a7cd[_0x7b433(_0x5c321f._0x384226,0x580,_0x5c321f._0x51e07b,_0x5c321f._0x49bc8e)],_0x31a7cd[_0x1bf512(0x174,0x14b,0x131,_0x5c321f._0x20a5ee)]))console[_0x1bf512(_0x5c321f._0x28a40c,0x20a,0x1eb,0x1ad)](_0x7b433(_0x5c321f._0xceec95,0x47c,0x59a,_0x5c321f._0x16a349)+_0x1bf512(_0x5c321f._0x1655b3,_0x5c321f._0x99270d,0x253,0x1ba)+_0x7b433(0x4f7,_0x5c321f._0x3cb64f,_0x5c321f._0x1f7842,0x596)+_0x4f9d33),console[_0x7b433(_0x5c321f._0x45f79e,_0x5c321f._0xfa9d3e,0x618,_0x5c321f._0x212b5a)](_0x31a7cd['hkUDO']),process[_0x1bf512(0x182,0x120,_0x5c321f._0x2d4efb,_0x5c321f._0x1942c0)](-0x26f8+-0x9c2+-0x30bb*-0x1);else{const _0x3c8989=_0x7b433(0x4a3,_0x5c321f._0x58830e,_0x5c321f._0x57f6ba,0x4f7)[_0x1bf512(_0x5c321f._0x3a410b,_0x5c321f._0x5d8ffb,0x222,_0x5c321f._0x489b4d)]('|');let _0x31a6be=-0x210c+0x7bf+0x194d;while(!![]){switch(_0x3c8989[_0x31a6be++]){case'0':_0x16a838['error'](_0x31a7cd['FhKjt']);continue;case'1':_0x25969e[_0x7b433(0x5fc,_0x5c321f._0x5b93ca,_0x5c321f._0x24431a,_0x5c321f._0x6990af)]('');continue;case'2':_0x7c8171[_0x1bf512(_0x5c321f._0x4a3ecd,0x1f9,0x22d,0x1aa)](0x529+0x937+0x11b*-0xd);continue;case'3':_0x1b0bcf[_0x7b433(_0x5c321f._0x5ce7ab,0x53c,_0x5c321f._0x327636,_0x5c321f._0x2b992e)](_0x7b433(_0x5c321f._0x50824c,0x467,_0x5c321f._0x19e640,_0x5c321f._0x5abe0c)+'up\x20path\x20no'+'t\x20configur'+'ed');continue;case'4':_0x2d5cd9[_0x1bf512(0x24e,_0x5c321f._0x553a0f,0x1d2,_0x5c321f._0x1f3ee8)](_0x31a7cd['SvFzF']);continue;}break;}}}if(_0x4d48fa){switch(_0x4f9d33){case _0x31a7cd[_0x7b433(_0x5c321f._0x3ff9d4,0x4fa,_0x5c321f._0x55f427,_0x5c321f._0x3c9ddf)]:await _0x31a7cd[_0x1bf512(0x155,_0x5c321f._0x1fd2c1,0x248,_0x5c321f._0x4caff2)](saveCoderSetupPath,null),console[_0x7b433(0x607,_0x5c321f._0x307692,_0x5c321f._0x5adba1,0x5f1)](_0x1bf512(_0x5c321f._0x117142,_0x5c321f._0x495fcb,0xad,_0x5c321f._0x81d74e)+_0x4f9d33);break;case _0x31a7cd['jxGpf']:await _0x31a7cd['CKJrP'](saveServerPort,-0xb5a*0x3+-0x1c25*-0x1+0x11a1),console[_0x7b433(_0x5c321f._0x1edfc6,0x5c9,_0x5c321f._0x1a90d9,0x5f1)](_0x7b433(0x584,0x4af,_0x5c321f._0xd475f4,_0x5c321f._0x470368)+_0x4f9d33+(_0x1bf512(0x1ad,_0x5c321f._0x290ffc,0x1e9,_0x5c321f._0x45cf6a)+_0x7b433(0x516,0x4da,0x49b,_0x5c321f._0x37ee76)));break;case _0x31a7cd[_0x7b433(0x5d7,_0x5c321f._0x989f35,0x634,0x593)]:await saveSslCertPath(null),console['log'](_0x1bf512(_0x5c321f._0x381169,0x182,_0x5c321f._0x2689d2,0x119)+_0x4f9d33);break;case _0x1bf512(_0x5c321f._0x18caca,_0x5c321f._0x201db3,_0x5c321f._0x1a96fd,_0x5c321f._0x5437ff)+'th':await _0x31a7cd[_0x1bf512(0x1a2,_0x5c321f._0xbb4348,0x181,0x1c1)](saveSslKeyPath,null),console[_0x1bf512(0x28f,0x23f,_0x5c321f._0x37db94,_0x5c321f._0x399fda)]('Removed\x20'+_0x4f9d33);break;case _0x31a7cd[_0x1bf512(_0x5c321f._0x317d1e,_0x5c321f._0x2c39a8,0x255,0x1d2)]:await saveSslCaPath(null),console[_0x1bf512(_0x5c321f._0x302cbd,_0x5c321f._0x558397,0x1a8,0x1f6)](_0x1bf512(_0x5c321f._0x418c19,0xa4,0xe4,0x119)+_0x4f9d33);break;case _0x31a7cd[_0x7b433(_0x5c321f._0x1ec57f,_0x5c321f._0x140976,0x5d5,_0x5c321f._0x12ca5d)]:await _0x31a7cd[_0x7b433(0x573,0x548,0x51b,_0x5c321f._0x5bf937)](saveTrustProxy,null),console[_0x1bf512(0x228,0x165,0x183,0x1f6)](_0x1bf512(_0x5c321f._0x237e42,0xfc,_0x5c321f._0x55e97e,_0x5c321f._0x1cbaaa)+_0x4f9d33);break;}console['log'](_0x1bf512(0x20e,0xf6,0x1c5,0x179)+':\x20'+getConfigPath());}else{if(_0x135f6f){const _0xf93926=await _0x31a7cd[_0x1bf512(_0x5c321f._0x32ba91,_0x5c321f._0x59c709,_0x5c321f._0x4867da,_0x5c321f._0x3020bf)](getCoderSetupPath);!_0xf93926&&(console[_0x7b433(_0x5c321f._0x32e213,_0x5c321f._0x5b33e9,0x5ca,0x5a8)](_0x31a7cd[_0x1bf512(_0x5c321f._0x1876f7,_0x5c321f._0x5f29a2,_0x5c321f._0x35ef45,_0x5c321f._0x1df3c8)]),process['exit'](-0x1*-0xd51+-0x1536+0x7e6));const _0x1bfe79=_0x7beee6['join'](_0xf93926,_0x1bf512(_0x5c321f._0x2d4efb,_0x5c321f._0x106d7d,0x19d,0x19a));let _0x455d7d;try{if(_0x31a7cd[_0x1bf512(0x1fd,_0x5c321f._0x243771,_0x5c321f._0x3be332,_0x5c321f._0x36603a)]===_0x1bf512(0x99,0x100,0x192,0x12b))_0x31a7cd[_0x1bf512(0xd2,_0x5c321f._0x12b84a,_0x5c321f._0x61fb9c,0x152)](_0xa7948c[_0x1bf512(_0x5c321f._0x1d58c5,0x17d,0x171,_0x5c321f._0x354917)],_0x1bf512(_0x5c321f._0x1df3c8,_0x5c321f._0x5beed4,_0x5c321f._0x281953,0x14a))?_0x4b738a[_0x7b433(_0x5c321f._0xa111c1,_0x5c321f._0x4ff0b1,0x5b3,0x5a8)](_0x7b433(0x63d,0x68c,0x67b,0x606)+'up.json\x20no'+_0x1bf512(_0x5c321f._0x399628,_0x5c321f._0x361dcd,_0x5c321f._0x365a89,0x1bd)+'\x20'+_0x4e648a):_0x4434c6['error']('Error\x20read'+'ing\x20setup.'+_0x7b433(_0x5c321f._0x4efdc1,0x4f0,0x48e,_0x5c321f._0x265c67)+_0x541436[_0x7b433(0x5a8,_0x5c321f._0x3be3b7,0x51b,0x559)]),_0x30f37d['exit'](-0x228e+0xb*-0x209+-0x4a*-0xc5);else{const _0x233703=await _0x5d15aa['readFile'](_0x1bfe79,_0x31a7cd[_0x7b433(_0x5c321f._0x55e7a3,_0x5c321f._0x6cf5d,_0x5c321f._0x3219f2,_0x5c321f._0x30fc9c)]);_0x455d7d=JSON[_0x1bf512(0x1d4,_0x5c321f._0x3fb888,0x21b,_0x5c321f._0x3e1818)](_0x233703);}}catch(_0x4ff5e9){_0x31a7cd[_0x7b433(0x53f,_0x5c321f._0x3ffe11,0x4df,_0x5c321f._0x53c941)](_0x4ff5e9[_0x1bf512(_0x5c321f._0x3ecf01,_0x5c321f._0x570e41,_0x5c321f._0x2fc762,_0x5c321f._0x3d303f)],_0x31a7cd[_0x1bf512(0x1ce,_0x5c321f._0x22b248,0x242,0x1bc)])?console[_0x1bf512(0x16e,_0x5c321f._0x22e74e,0x16f,0x1ad)]('Error:\x20set'+_0x7b433(0x60b,_0x5c321f._0x357a11,0x5c1,_0x5c321f._0x3005f2)+_0x1bf512(_0x5c321f._0x195c7c,0x1ae,0x1e6,_0x5c321f._0xb167f3)+'\x20'+_0x1bfe79):_0x31a7cd['pCNXY']('MwUUq',_0x31a7cd[_0x7b433(0x55d,_0x5c321f._0x11b239,_0x5c321f._0x971d5e,0x56d)])?(_0x27f5fc['error'](_0x7b433(_0x5c321f._0x503cb9,0x5cf,_0x5c321f._0x54f19d,0x606)+_0x1bf512(_0x5c321f._0x275d48,_0x5c321f._0x21782a,_0x5c321f._0x522d0a,0x187)+'t\x20found\x20at'+'\x20'+_0x11994e),_0x2f241d[_0x1bf512(_0x5c321f._0x5e35bc,0x1b2,_0x5c321f._0x219e72,0x1ad)](_0x31a7cd['TsyuP'])):console[_0x7b433(0x552,0x5c2,_0x5c321f._0x48b669,0x5a8)]('Error\x20read'+_0x7b433(_0x5c321f._0x23e937,0x5db,0x5db,_0x5c321f._0x360d58)+_0x1bf512(0xd1,0x12f,_0x5c321f._0x327ff5,0x11f)+_0x4ff5e9[_0x1bf512(_0x5c321f._0x1dbc2f,0x103,_0x5c321f._0x247bd2,0x15e)]),process['exit'](0x8*0x95+0x1d1e+-0x21c5);}_0x455d7d[_0x4f9d33]===undefined&&(_0x31a7cd['dpPIT'](_0x7b433(_0x5c321f._0x5ddbf3,_0x5c321f._0x4ca8dc,_0x5c321f._0x292d11,_0x5c321f._0x5b3cdd),_0x31a7cd['bJMuw'])?(console[_0x1bf512(_0x5c321f._0x55fab8,0x250,0x118,0x1ad)](_0x7b433(0x5a8,_0x5c321f._0x2b27e2,0x4ae,0x508)+_0x4f9d33+(_0x1bf512(0x29d,0x254,_0x5c321f._0x519e3a,_0x5c321f._0x3e5acf)+_0x7b433(_0x5c321f._0x23e3a5,0x521,0x555,0x5a3)+'guration')),process['exit'](0x1*-0x263f+0x1264+-0x3e*-0x52)):(_0x31a7cd[_0x1bf512(0x190,0xc1,_0x5c321f._0x5706eb,0xf2)](_0x4c5a7b[_0x1bf512(0x1f9,0x11d,_0x5c321f._0x587ff8,0x176)],_0x31a7cd[_0x1bf512(_0x5c321f._0x1f3ee8,0x1bb,0x15f,_0x5c321f._0x1d8fd5)])?_0x2588d7[_0x1bf512(0x251,0x118,0x11c,0x1ad)](_0x7b433(0x686,0x5f6,_0x5c321f._0x3d4569,_0x5c321f._0xe17547)+_0x1bf512(_0x5c321f._0x3f0e1c,0x18d,0x1ad,0x187)+_0x1bf512(0x142,_0x5c321f._0x27c30a,0x1b1,0x1bd)+'\x20'+_0x58406c):_0x5abe57[_0x1bf512(0x12a,0x16a,0x198,0x1ad)](_0x1bf512(0x22d,0x26b,0x19d,_0x5c321f._0x4fc22f)+_0x1bf512(_0x5c321f._0x13ad5a,_0x5c321f._0x653590,_0x5c321f._0x160dd8,_0x5c321f._0x28b4a0)+_0x7b433(0x4d8,_0x5c321f._0x54b919,_0x5c321f._0x5baf70,0x51a)+_0x457f9e['message']),_0x391af1[_0x1bf512(_0x5c321f._0x3fc484,0x18c,0x131,_0x5c321f._0x4a7ac7)](0x1e1f+0x116a+-0x2f88))),delete _0x455d7d[_0x4f9d33],await _0x5d15aa[_0x1bf512(_0x5c321f._0x177e63,_0x5c321f._0x295fd5,_0x5c321f._0xbc593c,_0x5c321f._0x470b19)](_0x1bfe79,JSON['stringify'](_0x455d7d,null,0x13e8+-0x10e3+-0x3*0x101)+'\x0a',_0x31a7cd['foXQZ']),console[_0x7b433(0x64a,_0x5c321f._0x54f19d,0x57f,0x5f1)]('Removed\x20'+_0x4f9d33),console[_0x1bf512(_0x5c321f._0x396b32,0x1a7,_0x5c321f._0x25f838,_0x5c321f._0x1f2ea0)](_0x1bf512(_0x5c321f._0x3dfcb9,0x1f6,0x133,0x179)+':\x20'+_0x1bfe79),console[_0x1bf512(0x1eb,0x21d,_0x5c321f._0x53393b,0x1f6)](''),console['log'](_0x31a7cd[_0x1bf512(_0x5c321f._0x5371c5,0x222,_0x5c321f._0x402355,0x210)]);}}}function _0xca86(){const _0x83932b=['DfjRAhm','BMzPzYiGzM9Yia','u2TRA1K','B3j0icHKzwzHDq','Dw5Zzxq','lxnLCNzLCIbJBW','y29UzMLNidXZzq','wgnlseC','vMj2rvy','u2v0ia','CuPhEfe','v2nUq2K','BwvZC2fNzq','y2XHDwrL','CMvTB3zL','DxrMltG','BMfSkq','yMnVBw1HBMq6ia','Cf9WyxrO','yNrMDfi','rvbqsw4','CMvZB2X2zq','Aw9U','B2nHDgLVBJOG','A2L2zhi','u2vYDMvYignVBG','Aw5NihnLDhvWlG','ihrVigrLzMf1Ba','ienVBMzPz3vYyq','Censuvm','icbUyw1LicaGia','EM5etKi','rNrNqMy','mtGWzw9yCurP','BxL6y08','AwD1CMf0Aw9Uia','y29Kzq','mtj0rhnSvNO','icbZC2XFA2v5xW','icbmB2nHDgLVBG','zsbZzxj2zxiGzG','zgXLicHVChrPBW','u2zsufO','CND3vha','s1fxAue','D3PYC2e','C3nOx2HVC3q','icbZC2XFy2vYDa','uNnRuMm','swHYBMq','pIa8DMfSDwu+ia','q29TBwfUzhm6','A3bethy','DxaUANnVBIbUBW','q05QDu0','AwD1CMuGDgHLia','oe92sMLrva','mti4mJKYmeLLDvrVAW','yxrOoIaGica','mtu2mdzit1vkwvK','BMT3Cg4','ywDLBNqGicaGia','sgL1vLe','zYbZzxqGy29Kzq','zsbRzxKGzMLSzq','uvD3Aeq','y29UzMLNihjLBq','zxr1Cc5QC29Uia','Aw9UihzHBhvL','tg1PqvK','uLzfzKy','A1niy2u','C2v0DxaUANnVBG','BIbRzxK6ia','y29KzxiVy29UzG','vgTiuue','AuLcAhe','BIbUB3qGzM91BG','BNrZihrVigeGDG','C1HtzK4','qNPTsNq','Eunry3G','shzjqva','yMvWBKi','vgXQzeW','C25fCuq','zcbPBIbJB25MAq','DKzkEfy','zxHPDa','B1zTEeW','B3j0icaGicaGia','zxjYB3i','yxrO','rxHHBxbSzxm6','rxHWzwn0zwqGBa','CM1HDgLVBG','q0nyquW','twfRzsbZDxjLia','BuvWzuy','zwqGAw4GC2v0Dq','C2v0DxaGCgf0Aa','ifnOB3CGywXSia','AM9PBG','rerVs1a','BMzPz3vYyxrPBW','icbtu0GGAg9ZDa','zfvcu1K','DcbMB3vUzcbHDa','kg5VDcbZzxqP','wg9IuLG','DgfZA19ZDg9Yyq','q0TkCLa','wMv5DKG','u1nmihbYAxzHDa','z2v0','q29UzMLNDxjLia','yxzHAwXHyMXLia','CNzLCIbJB25MAq','icbuCNvZDcbWCG','yKrws2i','uwnSu3C','icbJB2rLCI1Zzq','Aw9UoG','igzVCIbLBNzPCG','B0zmCue','DMv8C2HVDZ4GwW','khnLDhvWlMPZBW','AwCUANnVBIK6','CxjXrwy','y29UzMLNDxjHDa','B3zLidXRzxK+','C3nSx2nLCNrFCa','zxiTC2vYDMvYia','EvfRzNC','DLjQA1G','BfrPv28','wgrrrxq','EMDLsxC','icbqyxrOihrVia','EMrVu00','rxjYB3i6ieLUDG','DhvWx3bHDgGGia','zYbZAg93','mZbzte9wu3u','pIaGicaGicaGia','rKvUtuO','Cgf0AcaGicaGia','CcbKAxjLy3rVCG','zhDhDfC','uNvUicjJB2rLCG','ywDLBNqGkgnSyq','A0TOu1m','CYaODhj1zs9Myq','icbezwzHDwX0ia','Fde1Fde5FdD8mq','AufZsxG','vgTcwMW','u0Tcwfq','Fdj8mtH8mtn8na','rxjYB3iGCMvHza','pt09ifnLCNzLCG','zYbZzxqGC2vYDG','C3nSx2TLEv9Wyq','reLOrfK','Bg9N','DgGGl3bHDgGVDa','icbtzxr1CcbUyq','C3rYAw5NAwz5','mta4ndq0nLfRteTLuq','C3bSAxq','seDqBfG','uxv6shO','BwTLuxC','icaGicaGicaGia','iIbUB3qGzM91BG','idXRzxK+idX2yq','EtOGicaGica','rxjYB3i6ia','Bhq6idmWmdaP','Dhj1zq','A2v5xsbBDMfSDq','icbZC2XFy2fFCa','ywXPzcbJB2rLCG','zvvKzw0','mJu3odeWr3r2vwTS','rxjYB3i6ihnLDa','Fdf8mtr8mJj8nq','wwHqr3G','uxHHB3q','DxaGCgf0AcbUBW','vxrpteu','zMLNDxjHDgLVBG','z2jyBMm','v0vcr24','DxnHz2uGAw5MBW','A2v5pIaGicaGia','z3vYyxrPB24','rfDYC3a','y29UzMLNigDLDa','vw5RBM93BIbZDq','ihrVihrHA2uGzq','D1HLEM4','nZeWotu1Be9XC05s','rvPnDKy','vePzvee','tvbNteq','lxnLDhvWigrPCG','rMDxrgK','mZC4mdn0y3jOqxC','icbKzwzHDwX0xW','CgfYC2u','id0G','DgLVBIa9pt0','icb0yxnRx3n0BW','D1LgA3e','rxjYB3i6ifnLDa','C3rVCMuGDgfZAW','BvHlDNK','D3jPDgvgAwXL','v053ALu','uMvZDgfYDcb0Aa','B1niz2e','sLHxuhe','AdOGicaGica','CenowfK','qwXwD0m','rvDsDfC','rLPArwG','ihrVihzPzxCGCW','BfnNAw4','uxfoChu','icbNzxqGpgTLEq','uMvZzxqG','zMXmvhO','quL4wui','zM9yuvO','vvvoshK','BK9HqMm','BhnLkq','DwDjA2C','mhWXnNW5FdeYFa','B25Tzw50CW','DgG6icaGica','m3WXFdb8nhWY','mtD8m3WYmhWYnG','zNnNze0','DcbJB25MAwD1CG','D011whe','vw5RBM93BIbJBW','C2vYDMvYx3bVCG','yvbdAwq','BMD5Dxi','DK12wKS','vufqD08','EeL6ELy','r25HAvm','ysbSAxn0ig9Mia','revSAgu','yuLPA2i','B1L1zgC','s2v5ici','A2v5CW','t2LTuxa','EhvXEgi','vKzMDMK','u2v0DxaGy29UzG','BNvTyMvY','ifjLBw92zsbHia','rurZtLy','CMvHzezPBgu','uuf4seS','CL9Zzxr1Cf9Wyq','uMvTB3zLzca','zYbZzxqGzgvMyq','BY9JB2rLCI1Zzq','AgzQAhO','u1nmignLCNrPzG','rvLQCgG','ANnVBJOG','mJruB2vHD2y','DhXNzxr8CMvTBW','C3nSx2nHx3bHDa','icbJB2rLCL9Zzq','BwzeDeq','DKvSzMG','DwfODfq','AwnHDguGzMLSzq','DcaOmZaWmcK','Cc5QC29UktO','BgjJuKe','sfzRy24','zxGP','vxnHz2u6ignVza','uhLPtfO','idXRzxK+','tgLTBw4','tg9JyxrPB246ia','CfniqMu','yLvIywe','rgfuEw8','ywvPBui','AgfZ','C2v0','ugfvChy','y0vwv0q','x3bHDgGGicaGia','C0DgDNK','wKrQCMW','rMLYC3qGy29UzG','sK1SDK8','Dhj1C3rFChjVEa','u1bzzMS','EwHzt0G','z2rUyKe','y29KzxjFC2v0Dq','DwX0x2fNzw50ia','icbZC2HFAg9ZDa','mtqXmZK0mfLyCK9AvG','BMfTzq','DerAsKK','u09ruve','ru5pru5u','t1bcBfG','igTLExmGkhn0BW','B0LMuxq','BKLVzwu','DhvW','zMzLy3qU','Cf9WyxrOihbVAq'];_0xca86=function(){return _0x83932b;};return _0xca86();}async function showConfig(){const _0x29a0eb={_0x4d9013:0x85,_0x26ac78:0x420,_0x47c0db:0x11e,_0x3aebf4:0x99,_0x35c65a:0x36c,_0x2de88f:0x386,_0x3be5d2:0x6e,_0x35b46d:0x9c,_0x473412:0x60,_0x1eb6d8:0x2ec,_0x566287:0x3a3,_0x26db8b:0x35d,_0x49b1c5:0x374,_0x66f1ae:0x324,_0x3a7c5b:0x3ca,_0x3c5161:0x2d5,_0x5e25b4:0x398,_0x4aa582:0x2ec,_0x5e6ab7:0x238,_0x5213e3:0xce,_0x46329f:0x34e,_0x13b82f:0x2e9,_0x582d28:0x27f,_0xb46cd9:0x30d,_0x1114f2:0x3f2,_0xa9da3d:0xb7,_0x139d27:0x65,_0x31424a:0x3a,_0x32f4ba:0x8,_0x24c047:0x1b,_0x2b5e64:0x2f8,_0x1434c1:0x36f,_0x39dffa:0x306,_0xd2150e:0xa9,_0x11a997:0x21,_0x572f2a:0x78,_0x357bba:0x48,_0x51977a:0x3e9,_0x3b185f:0x39f,_0x3bd8d5:0x406,_0x5cf56d:0xe9,_0x494439:0xbe,_0x38835c:0x107,_0x555d3b:0x98,_0x4b7dd2:0x8a,_0x2f3d89:0x4e,_0x5df441:0x4d,_0x43ef35:0x1d,_0x1bb183:0x25c,_0x1003bf:0x2b8,_0x10937a:0x2bf,_0x5b2411:0x338,_0x9ec647:0x3b0,_0x2958c6:0x24d,_0x2a4a59:0x293,_0x4936ec:0x2c9,_0x198ffa:0x293,_0x4cbf87:0x231,_0x21e09b:0x35f,_0x26d6d3:0x3ee,_0x80635f:0x3fb,_0x167e42:0x3a5,_0x484536:0x31b,_0x4617fc:0x366,_0x47e05d:0x3ac,_0x3777d5:0x39e,_0x5d1745:0x270,_0x29b898:0x208,_0x1eacfd:0x2aa,_0x56da08:0x356,_0x88a06b:0x2b5,_0x513e18:0x3ba,_0x2f2431:0x36d,_0x401d2f:0x364,_0x54b84b:0x2a3,_0x1aa2eb:0x32b,_0xe908ef:0x31,_0x272313:0x82,_0x17ca81:0x26a,_0x5e8d4b:0x2ca,_0x43d1a6:0x323,_0x33fac6:0x23e,_0x26bb34:0x290,_0x1df5d0:0x38d,_0x2774c8:0x33a,_0x15e08c:0x39e,_0x2d3ffb:0x54,_0x391e09:0x19,_0x3e8e70:0x1a,_0x12c6e1:0xc1,_0x129d94:0x1a,_0x546c13:0x4e,_0x5cf723:0x25,_0x11c04d:0x6,_0x434ca1:0x7a,_0x592bf3:0x348,_0x4dffef:0x319,_0x17b98a:0x28,_0x26a3f4:0x4c,_0x11acd0:0xa8,_0x5dea57:0x1e7,_0x2b845f:0x2bd,_0x524ac:0xa4,_0xd2ec5e:0x1d,_0x57a497:0x357,_0x2c6d32:0x2b9,_0x389b54:0x30b,_0x33d3e0:0x21,_0x523476:0x39d,_0x151ea9:0x41e,_0x514da2:0x3a1,_0x54341c:0x3b1,_0x4fa688:0x258,_0x737ef4:0x4a,_0x2b4101:0x44,_0x4f438e:0x352,_0x3e0087:0x329,_0x1feea0:0x6e,_0x4e62e:0x2c,_0x2f8115:0x9e,_0x471009:0x2f,_0x81a933:0x31f,_0x337410:0x32a,_0x541bf5:0x320,_0x1b9a8d:0x3f7,_0x71cb06:0x39e,_0x2441c5:0x43,_0x35928b:0x4c,_0x1e2764:0x4,_0xd47d45:0xf,_0x46fc39:0x42,_0x3d9cea:0x1,_0x4c6d43:0x29,_0xf27baf:0x3a2,_0x3a23d2:0x39e,_0x1506e9:0x18,_0x6ded50:0x112,_0x1b27e1:0x11,_0x1b38c9:0x2a5,_0x5c45fb:0x339,_0x3b94b2:0x347,_0x5f27b4:0x348,_0x23f6cd:0x2cd,_0x1d53df:0x373,_0x30f07e:0x88,_0x32dae7:0x39,_0x2f05a9:0x4e,_0x3302b4:0x28e,_0x474a04:0x2c0,_0x1447b9:0x349,_0x3c3242:0x27,_0x4a7da5:0x58,_0x4b4746:0x2de,_0x31d181:0x429,_0x156953:0x419,_0x2f5dc3:0x39e,_0x516890:0x59,_0x3e6f0a:0x340,_0x1faca7:0x2a6,_0x15b151:0x29f,_0xeefff8:0x295,_0x39ffc4:0x33d,_0x1146cc:0x369,_0x2f7eec:0x56,_0x4a2763:0xd,_0x29c1b4:0x1d,_0x54ee75:0x40d,_0xe29f79:0x347},_0x5418a6={_0x4dfa41:0x26d},_0x28cc95={_0x1709f1:0x14d},_0x6abb81={'sGFvy':_0xfee8d1(-_0x29a0eb._0x4d9013,-0x18f,-0xde,-0xf9)+_0x1c828f(0x37f,0x3f3,0x3b7,_0x29a0eb._0x26ac78)+_0xfee8d1(-_0x29a0eb._0x47c0db,-0x4c,-_0x29a0eb._0x3aebf4,-0xda)+'ed','isgMu':_0x1c828f(_0x29a0eb._0x35c65a,_0x29a0eb._0x2de88f,0x36d,0x394)+_0xfee8d1(-_0x29a0eb._0x3be5d2,-_0x29a0eb._0x35b46d,-_0x29a0eb._0x473412,-0x23)+'\x20to\x20view\x20s'+_0x1c828f(_0x29a0eb._0x1eb6d8,_0x29a0eb._0x566287,0x33d,0x2c8)+'configurat'+_0x1c828f(0x2eb,_0x29a0eb._0x26db8b,_0x29a0eb._0x49b1c5,0x3ae),'MQDbP':_0x1c828f(0x364,_0x29a0eb._0x66f1ae,0x39a,_0x29a0eb._0x3a7c5b)+_0x1c828f(_0x29a0eb._0x3c5161,_0x29a0eb._0x5e25b4,0x316,_0x29a0eb._0x4aa582)+_0x1c828f(0x303,_0x29a0eb._0x5e6ab7,0x285,0x2b6),'EWRtW':function(_0x168fbd){return _0x168fbd();},'HiuVQ':function(_0x2e457a){return _0x2e457a();},'QuzHz':function(_0x1550b3,_0x469733){return _0x1550b3||_0x469733;},'PcUOw':_0xfee8d1(-0x8d,-0x9d,-0x6a,-0x1b),'pCRQS':function(_0x1a14cb,_0x2002ee){return _0x1a14cb||_0x2002ee;},'bDVKb':function(_0x237f2d,_0x477996){return _0x237f2d!==_0x477996;},'wYFkq':function(_0x221d1c){return _0x221d1c();},'VFfvi':'===\x20Setup\x20'+'Configurat'+'ion\x20===','DIhDY':_0xfee8d1(-0xb,0xe,-_0x29a0eb._0x5213e3,-0x78),'JdHIX':function(_0x1acb3b,_0x2ed83f){return _0x1acb3b===_0x2ed83f;},'EZMvF':'QqSxu','ZeyvH':_0x1c828f(0x3b6,0x2ac,_0x29a0eb._0x46329f,_0x29a0eb._0x13b82f),'RskRc':_0x1c828f(_0x29a0eb._0x582d28,0x28e,0x2f2,_0x29a0eb._0xb46cd9),'zdoSM':_0x1c828f(_0x29a0eb._0x1114f2,0x2fd,0x378,0x2e7)+_0xfee8d1(-_0x29a0eb._0xa9da3d,-0x49,_0x29a0eb._0x139d27,-_0x29a0eb._0x31424a)+'d)','sJXVa':function(_0x13763d,_0x1ed00c){return _0x13763d===_0x1ed00c;},'SPYfk':'DzeCp','wXezn':_0xfee8d1(-0x92,-_0x29a0eb._0x32f4ba,-_0x29a0eb._0x24c047,-0xe)+_0x1c828f(0x2cd,_0x29a0eb._0x2b5e64,_0x29a0eb._0x1434c1,_0x29a0eb._0x39dffa)+_0xfee8d1(-_0x29a0eb._0xd2150e,_0x29a0eb._0x11a997,-_0x29a0eb._0x572f2a,-_0x29a0eb._0x357bba)+'r_setup_pa'+_0x1c828f(0x38a,_0x29a0eb._0x51977a,_0x29a0eb._0x3b185f,_0x29a0eb._0x3bd8d5)+_0xfee8d1(-_0x29a0eb._0x5cf56d,-0x6c,-_0x29a0eb._0x4d9013,-_0x29a0eb._0x494439)+_0xfee8d1(-_0x29a0eb._0x38835c,-_0x29a0eb._0x555d3b,0xc,-_0x29a0eb._0x4b7dd2)};function _0x1c828f(_0x27261b,_0x4c1f65,_0xa90ece,_0x1fb681){return _0x62f0fe(_0x27261b,_0xa90ece-0x31b,_0xa90ece-_0x28cc95._0x1709f1,_0x1fb681-0xb3);}console[_0x1c828f(0x3ab,0x3d3,0x39e,0x3c4)](_0x6abb81['MQDbP']),console[_0xfee8d1(0x6e,-_0x29a0eb._0x2f3d89,-_0x29a0eb._0x5df441,_0x29a0eb._0x43ef35)]('');function _0xfee8d1(_0x43f853,_0x471b1d,_0x2e2a4f,_0x13c7a4){return _0x4204eb(_0x43f853-0xfc,_0x471b1d,_0x2e2a4f-0x157,_0x13c7a4- -_0x5418a6._0x4dfa41);}const _0x1a4987=await _0x6abb81[_0x1c828f(_0x29a0eb._0x1bb183,0x2de,0x293,_0x29a0eb._0x1003bf)](getCoderSetupPath),_0x261475=await _0x6abb81[_0x1c828f(0x2f1,_0x29a0eb._0x10937a,_0x29a0eb._0x5b2411,_0x29a0eb._0x9ec647)](getServerPort),_0x1cba1b=await _0x6abb81[_0x1c828f(0x2a6,_0x29a0eb._0x2958c6,_0x29a0eb._0x2a4a59,0x32a)](getSslCertPath),_0x90a8c=await getSslKeyPath(),_0x44f7bf=await _0x6abb81[_0x1c828f(0x1f4,_0x29a0eb._0x4936ec,_0x29a0eb._0x198ffa,_0x29a0eb._0x4cbf87)](getSslCaPath),_0x3c89e5=await _0x6abb81['HiuVQ'](getTrustProxy);console[_0x1c828f(_0x29a0eb._0x21e09b,_0x29a0eb._0x26d6d3,0x39e,0x429)]('coder_setu'+'p_path:\x20'+_0x6abb81[_0x1c828f(_0x29a0eb._0x80635f,0x40c,_0x29a0eb._0x167e42,0x34f)](_0x1a4987,_0x1c828f(_0x29a0eb._0x484536,0x302,_0x29a0eb._0x4617fc,_0x29a0eb._0x47e05d))),console[_0x1c828f(_0x29a0eb._0x5b2411,_0x29a0eb._0x167e42,_0x29a0eb._0x3777d5,0x370)](_0x1c828f(_0x29a0eb._0x5d1745,_0x29a0eb._0x29b898,_0x29a0eb._0x1eacfd,0x296)+'t:\x20\x20\x20\x20\x20\x20'+_0x261475),console['log'](_0x1c828f(_0x29a0eb._0x56da08,0x410,0x37d,0x370)+_0x1c828f(_0x29a0eb._0x88a06b,_0x29a0eb._0x513e18,0x334,0x32f)+(_0x1cba1b||_0x6abb81['PcUOw'])),console['log'](_0x1c828f(0x36c,_0x29a0eb._0x2f2431,0x39c,_0x29a0eb._0x401d2f)+_0x1c828f(0x268,_0x29a0eb._0x5d1745,_0x29a0eb._0x54b84b,_0x29a0eb._0x1aa2eb)+(_0x90a8c||'(not\x20set)')),console[_0xfee8d1(-0x29,-_0x29a0eb._0xe908ef,_0x29a0eb._0x272313,0x1d)](_0x1c828f(_0x29a0eb._0x17ca81,0x244,_0x29a0eb._0x5e8d4b,_0x29a0eb._0x43d1a6)+_0x1c828f(0x2ed,_0x29a0eb._0x33fac6,_0x29a0eb._0x26bb34,0x31c)+_0x6abb81[_0x1c828f(_0x29a0eb._0x1df5d0,0x335,0x317,0x2ac)](_0x44f7bf,_0x6abb81['PcUOw'])),console[_0x1c828f(_0x29a0eb._0x2774c8,0x396,_0x29a0eb._0x15e08c,0x364)](_0xfee8d1(-_0x29a0eb._0x2d3ffb,-0x33,-_0x29a0eb._0x391e09,-0x9a)+_0xfee8d1(0xb5,-_0x29a0eb._0x3e8e70,_0x29a0eb._0x12c6e1,0x29)+(_0x6abb81[_0xfee8d1(0x93,-0x79,-_0x29a0eb._0x129d94,-0x10)](_0x3c89e5,null)?_0x3c89e5:_0xfee8d1(-_0x29a0eb._0x546c13,0x54,_0x29a0eb._0x5cf723,-_0x29a0eb._0x24c047))),console[_0xfee8d1(-0x81,-_0x29a0eb._0x11c04d,-_0x29a0eb._0x434ca1,0x1d)](''),console[_0x1c828f(_0x29a0eb._0x592bf3,0x369,0x39e,_0x29a0eb._0x4dffef)](_0xfee8d1(-0xd9,-_0x29a0eb._0x17b98a,-_0x29a0eb._0x26a3f4,-_0x29a0eb._0x11acd0)+_0x6abb81[_0x1c828f(_0x29a0eb._0x5dea57,0x2f2,0x287,_0x29a0eb._0x2b845f)](getConfigPath)),console[_0xfee8d1(0x10,0x1,_0x29a0eb._0x524ac,_0x29a0eb._0xd2ec5e)]('');if(_0x1a4987){console['log'](_0x6abb81[_0x1c828f(0x2e3,_0x29a0eb._0x57a497,_0x29a0eb._0x2c6d32,_0x29a0eb._0x389b54)]),console[_0xfee8d1(0x43,0x9f,0x20,0x1d)]('');const _0x1c2d26=_0x7beee6[_0xfee8d1(-0x6f,-0x2d,-0x1b,-_0x29a0eb._0x33d3e0)](_0x1a4987,'setup.json');try{const _0x41628d=await _0x5d15aa['readFile'](_0x1c2d26,_0x6abb81[_0x1c828f(0x2fc,0x334,_0x29a0eb._0x523476,_0x29a0eb._0x151ea9)]),_0x5edb23=JSON['parse'](_0x41628d);console['log'](JSON[_0x1c828f(0x316,0x3d1,_0x29a0eb._0x514da2,0x3f7)](_0x5edb23,null,-0xb*-0x2c5+0x4*0x96b+-0x4421)),console[_0x1c828f(_0x29a0eb._0x43d1a6,0x35e,0x39e,_0x29a0eb._0x54341c)](''),console['log'](_0x1c828f(_0x29a0eb._0x4fa688,0x26c,0x2d9,0x264)+_0x1c2d26);}catch(_0x519feb){_0x6abb81['JdHIX'](_0x6abb81[_0xfee8d1(-_0x29a0eb._0x737ef4,_0x29a0eb._0x391e09,0xcc,_0x29a0eb._0x2b4101)],_0x6abb81[_0x1c828f(0x325,_0x29a0eb._0x4f438e,0x36a,_0x29a0eb._0x3e0087)])?(_0x58a4ac[_0xfee8d1(-_0x29a0eb._0x11acd0,_0x29a0eb._0x1feea0,-0x84,-_0x29a0eb._0x4e62e)](_0x6abb81[_0xfee8d1(-0x12c,0x1,-0x6a,-_0x29a0eb._0x2f8115)]),_0x402fb8[_0xfee8d1(0x11,-0x35,0x3,-_0x29a0eb._0x471009)](0x1e21+-0x1557*-0x1+-0x3377)):_0x6abb81['JdHIX'](_0x519feb['code'],_0x6abb81[_0x1c828f(_0x29a0eb._0x81a933,0x33d,_0x29a0eb._0x337410,_0x29a0eb._0x541bf5)])?(console[_0x1c828f(0x391,_0x29a0eb._0x1b9a8d,_0x29a0eb._0x71cb06,0x31d)](_0x6abb81[_0xfee8d1(0x4e,_0x29a0eb._0x2441c5,-_0x29a0eb._0x35928b,_0x29a0eb._0x1e2764)]),console[_0xfee8d1(-_0x29a0eb._0xd47d45,-0x48,0x7d,0x1d)](''),console['log'](_0xfee8d1(-_0x29a0eb._0x46fc39,_0x29a0eb._0x3d9cea,-0x41,-_0x29a0eb._0x4c6d43)+_0xfee8d1(-0xe,-0xc5,-0x48,-0x70)+_0x1c2d26)):_0x6abb81['sJXVa'](_0x6abb81[_0x1c828f(0x33b,0x2b9,0x2e8,0x295)],_0x6abb81['SPYfk'])?console[_0x1c828f(_0x29a0eb._0x35c65a,_0x29a0eb._0xf27baf,_0x29a0eb._0x3a23d2,0x33d)]('Error\x20read'+_0xfee8d1(_0x29a0eb._0x1506e9,-_0x29a0eb._0x6ded50,_0x29a0eb._0x1b27e1,-0x6d)+_0x1c828f(_0x29a0eb._0x1b38c9,_0x29a0eb._0x5c45fb,0x2c7,_0x29a0eb._0x3b94b2)+_0x519feb[_0x1c828f(_0x29a0eb._0x5f27b4,0x37b,0x306,_0x29a0eb._0x23f6cd)]):(_0x1e5811[_0x1c828f(0x321,_0x29a0eb._0x1d53df,_0x29a0eb._0x3a23d2,0x410)](_0x6abb81['isgMu']),_0x1fb7f4[_0xfee8d1(-0x4f,_0x29a0eb._0x30f07e,0xad,0x1d)](_0xfee8d1(_0x29a0eb._0x32dae7,-_0x29a0eb._0x2f05a9,-0x91,-0xe)+'rver\x20confi'+'g\x20set\x20code'+_0x1c828f(_0x29a0eb._0x3302b4,0x358,_0x29a0eb._0x474a04,_0x29a0eb._0x1447b9)+_0xfee8d1(-_0x29a0eb._0x3c3242,0x8a,-_0x29a0eb._0x4a7da5,0x1e)+_0x1c828f(0x334,0x27e,0x2c3,_0x29a0eb._0x4b4746)+'tup'));}}else console[_0x1c828f(_0x29a0eb._0x31d181,_0x29a0eb._0x156953,_0x29a0eb._0x2f5dc3,0x3df)](_0xfee8d1(-0xa,-_0x29a0eb._0x516890,0x14,-0x14)+_0x1c828f(0x34c,0x3f1,0x35e,_0x29a0eb._0x3e6f0a)+_0x1c828f(_0x29a0eb._0x1faca7,_0x29a0eb._0x15b151,_0x29a0eb._0xeefff8,0x30a)+_0x1c828f(0x368,0x319,_0x29a0eb._0x39ffc4,_0x29a0eb._0x1146cc)+'configurat'+_0xfee8d1(0x87,0x53,-_0x29a0eb._0x2f7eec,-_0x29a0eb._0x4a2763)),console[_0xfee8d1(-0x7a,0x58,-0x17,_0x29a0eb._0x29c1b4)](_0x6abb81[_0x1c828f(0x43c,_0x29a0eb._0x54ee75,0x3c3,_0x29a0eb._0xe29f79)]);}
1
+ function _0x44f3(_0x5693e6,_0x415419){_0x5693e6=_0x5693e6-(-0x26c3*0x1+-0x4c0*0x1+-0x305*-0xf);const _0xed435e=_0x32c5();let _0x5cdd22=_0xed435e[_0x5693e6];if(_0x44f3['VTOyQh']===undefined){var _0x49250d=function(_0x5ec411){const _0x51e15b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x8327a2='',_0x32d037='';for(let _0x3e108a=-0x963+-0x2054+0x29b7,_0x45109e,_0x134837,_0x392f56=-0x1167+0x2162+0xffb*-0x1;_0x134837=_0x5ec411['charAt'](_0x392f56++);~_0x134837&&(_0x45109e=_0x3e108a%(0x2*-0x1228+-0x6*-0x209+0x181e)?_0x45109e*(0x1*-0x3fb+0x4cd+-0x92*0x1)+_0x134837:_0x134837,_0x3e108a++%(0x1b61+-0x1c4d+0xf0))?_0x8327a2+=String['fromCharCode'](0xb*0x243+0xa9b+-0x3d5*0x9&_0x45109e>>(-(0x19*0x86+-0x59*0x43+0x20b*0x5)*_0x3e108a&-0x1993+0x1*0x6c9+0x12d0)):0x1402+-0x1991+0x58f){_0x134837=_0x51e15b['indexOf'](_0x134837);}for(let _0x462f6f=-0x24fd+0x1a*-0xdf+-0x1*-0x3ba3,_0x1b6137=_0x8327a2['length'];_0x462f6f<_0x1b6137;_0x462f6f++){_0x32d037+='%'+('00'+_0x8327a2['charCodeAt'](_0x462f6f)['toString'](0xd1+-0x2*0x132e+-0xc89*-0x3))['slice'](-(-0x317*-0x1+-0x12*-0x180+-0x1e15));}return decodeURIComponent(_0x32d037);};_0x44f3['taEIuV']=_0x49250d,_0x44f3['QuUQYY']={},_0x44f3['VTOyQh']=!![];}const _0x59da88=_0xed435e[0x138f+-0x22d6+-0xf47*-0x1],_0x1ac6af=_0x5693e6+_0x59da88,_0x258504=_0x44f3['QuUQYY'][_0x1ac6af];return!_0x258504?(_0x5cdd22=_0x44f3['taEIuV'](_0x5cdd22),_0x44f3['QuUQYY'][_0x1ac6af]=_0x5cdd22):_0x5cdd22=_0x258504,_0x5cdd22;}(function(_0x5565a6,_0x5e1cc3){const _0x2186e7={_0x48c69b:0xa2,_0x2a7e68:0x3,_0x505f17:0x62a,_0x4b283e:0x6c3,_0x13bc83:0x5ff,_0x2fae58:0x5b9,_0x25dc72:0x600,_0x4f39fd:0x58a,_0x120fe3:0x26,_0x3b2568:0xa0,_0x24c73d:0x27,_0x567f43:0x9,_0x17fcdd:0xea,_0x52a8da:0x2a,_0x5b1b61:0x696,_0x564c90:0x63d,_0x2a81be:0x64f,_0x4c2446:0x10,_0xbd45c0:0x7e,_0x298fae:0x12,_0x47b146:0xe1,_0x11e9b0:0x112,_0x13b9fd:0x18,_0x2be466:0x88,_0x59166e:0xb7,_0x11e8f9:0x74,_0x45687e:0xac},_0x21069c={_0xf31b87:0x2e0},_0x283b07={_0x25691e:0x37e},_0x51b090=_0x5565a6();function _0x2e0be1(_0x595d5f,_0xe44896,_0x16d2a2,_0x3bfe33){return _0x44f3(_0xe44896-_0x283b07._0x25691e,_0x595d5f);}function _0x27cda0(_0x3ee116,_0x5ee68c,_0x10caf6,_0x126347){return _0x44f3(_0x10caf6- -_0x21069c._0xf31b87,_0x126347);}while(!![]){try{const _0x51e092=parseInt(_0x27cda0(-0x5c,-0x1b,-_0x2186e7._0x48c69b,-_0x2186e7._0x2a7e68))/(0x4f1+-0xd7*0x23+0x827*0x3)+-parseInt(_0x2e0be1(_0x2186e7._0x505f17,0x63f,0x5df,_0x2186e7._0x4b283e))/(-0x1e16+0xbda+0x1*0x123e)*(-parseInt(_0x2e0be1(0x661,_0x2186e7._0x13bc83,_0x2186e7._0x2fae58,0x5a6))/(0xd06*-0x2+0x10b7+-0x12b*-0x8))+parseInt(_0x2e0be1(0x5c1,0x5ed,_0x2186e7._0x25dc72,_0x2186e7._0x4f39fd))/(0x29f+-0x264+-0x37*0x1)*(-parseInt(_0x27cda0(-_0x2186e7._0x120fe3,_0x2186e7._0x3b2568,-0x7,-0x29))/(-0xeac*0x1+0x1*0x24c5+-0x1614))+-parseInt(_0x27cda0(_0x2186e7._0x24c73d,_0x2186e7._0x567f43,-0x63,-_0x2186e7._0x17fcdd))/(0xa6a+-0x3f1*-0x1+-0xe55)*(-parseInt(_0x27cda0(0x20,_0x2186e7._0x52a8da,_0x2186e7._0x567f43,-0x1c))/(0x24db+0x81d*0x4+-0x1718*0x3))+parseInt(_0x2e0be1(0x63d,_0x2186e7._0x5b1b61,_0x2186e7._0x564c90,_0x2186e7._0x2a81be))/(-0x26*-0x2+-0x6*0x298+-0x164*-0xb)+-parseInt(_0x27cda0(_0x2186e7._0x4c2446,-0x103,-_0x2186e7._0xbd45c0,-_0x2186e7._0x298fae))/(-0x21de+0xf3*0x1e+-0x1*-0x56d)*(-parseInt(_0x27cda0(-0x194,-_0x2186e7._0x47b146,-_0x2186e7._0x11e9b0,-0x130))/(-0x2351+0x521*-0x7+0x4742))+-parseInt(_0x27cda0(_0x2186e7._0x13b9fd,-_0x2186e7._0x2be466,-0x6b,-_0x2186e7._0x59166e))/(0x95*0x43+-0x22d8*-0x1+-0x49cc)*(parseInt(_0x27cda0(0x82,-_0x2186e7._0x11e8f9,-0x29,-_0x2186e7._0x45687e))/(-0x10*-0x141+-0xed7+0x5*-0x109));if(_0x51e092===_0x5e1cc3)break;else _0x51b090['push'](_0x51b090['shift']());}catch(_0x4cb2a8){_0x51b090['push'](_0x51b090['shift']());}}}(_0x32c5,-0x1d453+-0x42b43+0x9ebd7));import{promises as _0x1acb2e}from'fs';import _0x424ab8 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([_0x4707b6(0x516,0x517,0x538,0x507)+'p_path',_0x17ed76(-0x182,-0x77,-0xf7,-0xb1)+'t',_0x4707b6(0x642,0x4ec,0x599,0x596)+_0x4707b6(0x4cc,0x46c,0x4e4,0x4a9),_0x17ed76(-0xaf,-0x199,-0x122,-0x18d)+'th',_0x4707b6(0x5e6,0x5eb,0x55a,0x55d)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set(['ssh_host','default_ag'+_0x4707b6(0x5a4,0x5b4,0x53b,0x50d),_0x17ed76(-0xda,-0xc0,-0xa4,-0x5d)+'ge',_0x17ed76(-0x14f,-0x1bc,-0x1a0,-0x1cd)]);function _0x32c5(){const _0x804b60=['BMrmDw8','B3iGy2HHBMDLCW','mxW0Fdn8mNWW','B0Pez3q','AwCUANnVBIK6','AwnHDguGzMLSzq','D3zJDwe','CMvZB2X2zq','y2TwChG','C3nIvxi','BMzPz3vYyxrPBW','ihzHBhvL','zgXLicHVChrPBW','DgfZA19ZDg9Yyq','icbZAg93icaGia','AwvpsK8','Aw1Yshm','C3bSAxq','zxHPDa','B3zLidXRzxK+','C3nSx2nLCNrFCa','zMzLy3qU','ywXPzcbJB2rLCG','uMvTB3zLzca','B3H5igHLywrLCG','C2v0DxaUANnVBG','uuvts0W','u1zOt3K','tMj5yvq','B25Tzw50CW','mteYmdCYoeDZzfPvqW','yMnVBw1HBMq6ia','u3rIvM4','icbezwzHDwX0ia','AwD1CMf0Aw9Uia','AMLfBNO','ihrVigrLzMf1Ba','uMvZDgfYDcb0Aa','sgrizxO','CMvTB3zL','DMv8C2HVDZ4GwW','D3zyA3m','y29UzMLNihjLBq','y29Kzq','Aw9U','mJiYoteWs0X6EKnQ','su5kAgq','D3jPDgvgAwXL','twfRzsbZDxjLia','whjmrLC','DhvWx3bHDgGGia','DvD2sM8','AxjqvNG','icbtzxj2zxiGCa','mtH8nxWXmNWXnG','BIbRzxK6ia','CxrRAhq','ExnYtKu','u2DPugq','ihjLC3vSDhm','rKjKB2O','z3vYyxrPB24','rNHHq3K','u2rAqLG','uMvZzxqG','Cf9WyxrOoIa','A2v5CYaOC3rVCG','ifjLBw92zsbHia','u1nmienbigj1BG','zLnxAKS','BNrZihrVigeGDG','DgLVBIa9pt0','vxnHz2u6ignVza','rw1frLG','Dhj1C3rFChjVEa','rxHHBxbSzxm6','zLHAB2W','s3rwD2i','q29TBwfUzhm6','DwLXv1O','y2XHDwrL','rxjYB3i6ifnLDa','pIa8DMfSDwu+ia','zYbZAg93','B3j0icHKzwzHDq','y29UzMLNidXZzq','AvboENO','B2nHDgLVBJOG','q29UzMLNDxjLia','y1jPCxa','BIbUB3qGzM91BG','rxjYB3i6ieLUDG','Eg13txu','BMDcD04','icbJB2rLCL9Zzq','yvHyrNu','ihrVihrHA2uGzq','khnLDhvWlMPZBW','EK1tBfu','DxzLuM4','qKTOsLC','vvDIzMK','BwvZC2fNzq','ifnLDcbHignVBG','D2LxEg8','yNjnt0q','BMfTzq','txjov2m','CYaODhj1zs9Myq','v0PcwMC','z05qA1O','icbtzxr1CcbUyq','EKPyCMK','DcbJB25MAwD1CG','B3j0icaGicaGia','rgv6EKW','ysbSAxn0ig9Mia','icbKzwzHDwX0xW','q2XovgC','tuzfrKO','tMz5AxO','EKfRC2C','s2v5ici','zcbPBIbJB25MAq','yMztqLK','Aw9UoG','DxjmBuK','z2jrsNa','yxrO','BMzPzYiGzM9Yia','icbZzxj2zxjFCa','u1nmignLCNrPzG','uxHrsxq','DxaGCgf0AcbUBW','Dvr3wfe','Exvmv0G','A2XSD0y','zsbRzxKGzMLSzq','uNjdwKG','rxjYB3i6ia','sgL6thm','ChDzt2q','CM1HDgLVBG','CKvNv1C','icbZC2HFAg9ZDa','Cf9WyxrO','vhzsBum','CK10ALm','Aw9Uid09pq','yMvytee','C3b4Cuq','A1boy1q','u3bbzMq','t0nYEg0','vgvqt2e','AgfZ','ihrVihzPzxCGCW','mtK4mZi5yKr0CgTf','vKz4we0','zMX5rK8','DxnHz2uGAw5MBW','tNnWwha','qwjmv0e','idXRzxK+idX2yq','DcbMB3vUzcbHDa','u1nmihbYAxzHDa','vMfnz2y','CMvKigLUih4VlG','y29KzxiTC2v0Dq','BhnLkq','Bhq6idmWmdaP','Fdf8mhWXmhWXna','x3bHDgGGicaGia','Ben0A1m','z1rQtMu','ANb2z0i','u2vYDMvYignVBG','ohW5Fde5Fde0Fa','CNzLCIbJB25MAq','zxiTC2vYDMvYia','yMHyBeu','suTmsfq','yunoq3q','AwD1CMuGDgHLia','igzVCIbLBNzPCG','mNWYnhW3Fdz8nq','icb0CNvZDf9WCG','Cfjesgu','qwLJrhG','ifnOB3CGywXSia','ywDLBNqGkgnSyq','C3rVCMuGDgfZAW','A2v5xsbBDMfSDq','mta4v2rkCLjk','zxvIEhO','C3rYAw5NAwz5','A2v5pIaGicaGia','FdiZFdeZFdD8mq','CL9Zzxr1Cf9Wyq','rxfJu1C','CuLYCKm','rLf2rve','EMryy20','mtD8mJj8nhW4Fa','CMvHzezPBgu','AM9PBG','nZCYmZjIwfD5t00','y29KzxiVy29UzG','y29UzMLNigDLDa','lxnLDhvWigrPCG','ueTvr1u','BuT6v0C','ntuZotKWoe1IsMrcsG','DxrMltG','wLH3sMW','suzZq3e','EhzJyNe','mhWXn3WZFdb8mq','B3H5icaGicaGia','icbZC2XFy2fFCa','nJuXmZe4tfrgu0Xg','Cc5QC29UktO','y29KzxjFC2v0Dq','u2v0ia','mJu5ohrHzw9yCG','icbUyw1LicaGia','EtOGicaGica','zMLNDxjHDgLVBG','zw50','zYbZzxqGC2vYDG','s0jbAeW','yufjELu','C3nSx2TLEv9Wyq','A2v5CW','rxjYB3i6ihnLDa','u3bkBfq','icb0yxnRx3n0BW','D0Pzzhm','ienVBMzPz3vYyq','y29UzMLNDxjHDa','tg9JyxrPB246ia','EgTlDeO','wgfrzxu','v0H1veO','yxrOicaGicaGia','Evjis1i','idXRzxK+','AwLcree','yM16uvG','zwn0B3j5','id0G','wvLTA2u','zYbZzxqGzgvMyq','yMPSqMW','A0nJu3O','icbZzxqGpgTLEq','mtf8oxWYnNWZFa','BhvLpG','vuTvEfK','wwLmqMu','AMj1B2e','ru5pru5u','rfzlrMy','t0P2DxK','DgG6icaGica','pIaGicaGicaGia','icbqyxrOihrVia','BhPiD1a','BKLpuvC','u1n3ALG','zYbZzxqGy29Kzq','BhrdAhC','icbJB2rLCI1Zzq','wLb3CKm','rK9qAfO','C2vYDMvYx3bVCG','CMfNzsaGicaGia','ieDLDcbHignVBG','mtjLBMrPzfu','icbmB2nHDgLVBG','lxnLCNzLCIbJBW','u2v0DxaGy29UzG','rxHWzwn0zwqGBa','yxzHAwXHyMXLia','qNzeDhm','igTLExmGkhn0BW','zwqGAw4GC2v0Dq','ywXPzcbWB3j0ia','mtK2twvKzvH5','icbZC2XFA2v5xW','rujyseq','ywDLBNqGicaGia','zLPsyMm','CgfYC2u','vw5RBM93BIbZDq','DvvfBwu','AeXlExe','rvLSsuK','zxjYB3i','Bg9N','uennEey','icbYzw1VDMuGpa','C2r0Ehi','CcbKAxjLy3rVCG','icaGicaGicaGia','Fde2FdiZFdiYFa','zxr1Cc5QC29Uia','z1PTAMK','C3nSx2nHx3bHDa','Cf9WyxrOihbVAq','iIbUB3qGzM91BG','u1DZzKC','mtbZAKDmqLO','BY9JB2rLCI1Zzq','vw5RBM93BIbJBW','Cgf0AcaGicaGia','DwrLig9YignVza','y3nsuwS','thnrChC','C2v0DxaGCgf0Aa','DgGGl3bHDgGVDa','y29UzMLNihnLDa','sMfcAgO','EunWEwC','EhPPy3e','DwX0x2fNzw50ia','kg5VDcbZzxqP','ANnVBJOG','n2nbAe5WDW','Bunluvq','Aw5NihnLDhvWlG','AdOGicaGica','rxjYB3iGCMvHza','uNvUicjJB2rLCG','y0rOwxi','qKThtwm','rMnssLy','wgLJtuC','DxaUANnVBIbUBW','r0D6s3K','DhvW','icbNzxqGpgTLEq','BNvTyMvY','rMLYC3qGy29UzG','zxGP'];_0x32c5=function(){return _0x804b60;};return _0x32c5();}export async function handleConfig(_0xe92243){const _0x270dcc={_0x4f7d27:0x327,_0x30dfce:0x355,_0x4cddc4:0x34c,_0x339ba3:0x3a8,_0x98bb2e:0x324,_0x580469:0xf7,_0x214223:0x74,_0x65e3ff:0x19e,_0x253e4a:0x10a,_0x2986a0:0x102,_0xba1b89:0xcf,_0x18f5e2:0x436,_0x13dfb3:0x3da,_0x5a136a:0x11d,_0x3dbd10:0xd9,_0x14661c:0x8a,_0x3d39c9:0x1c,_0x46155e:0x43,_0x56cae5:0x20,_0x3a6114:0x369,_0x1f96d7:0x3fe,_0x35c300:0x3c9,_0x51119a:0x2a,_0x2e1101:0xb1,_0x2ff04b:0x41,_0x59f4c7:0x6d,_0xe1b747:0xd,_0x58bfec:0x87,_0x18fef9:0x3ea,_0x5747b7:0x10c,_0x34d394:0x14d,_0x2debe4:0x13f},_0x5d75d6={_0x525534:0x178},_0xdaed2={_0x136138:0x4},_0x427ec5={'dThDP':function(_0x28f578){return _0x28f578();},'qIrrC':'set','oJDgt':'get','pwxYr':function(_0x289b86,_0x17293e){return _0x289b86(_0x17293e);},'xvcbq':_0x19f21b(_0x270dcc._0x4f7d27,_0x270dcc._0x30dfce,0x2ca,_0x270dcc._0x4cddc4),'wFohi':'show','SSwjX':function(_0x241cb0){return _0x241cb0();},'ltChw':_0x47eb6b(-0x4a,0x56,0x51,-0xee)+'-server\x20co'+_0x19f21b(_0x270dcc._0x339ba3,0x286,_0x270dcc._0x98bb2e,0x380)+_0x47eb6b(-_0x270dcc._0x580469,-0x147,-_0x270dcc._0x214223,-_0x270dcc._0x65e3ff)+_0x47eb6b(-0x109,-_0x270dcc._0x253e4a,-0xc9,-_0x270dcc._0x2986a0)},_0x454ec7=_0xe92243[-0x3*-0x917+0x1*0x146b+-0x5f6*0x8];!_0x454ec7&&(_0x427ec5['dThDP'](showUsage),process[_0x47eb6b(-0x2c,0x3a,0x3a,-0xb4)](0xb0*-0xb+-0xfce+-0x1*-0x175f));function _0x19f21b(_0xf68d3,_0x531823,_0x1a9482,_0x375fc4){return _0x17ed76(_0xf68d3,_0x531823-0x142,_0x1a9482-0x4ad,_0x375fc4-_0xdaed2._0x136138);}function _0x47eb6b(_0x612d39,_0x596155,_0x265513,_0x1261b3){return _0x4707b6(_0x1261b3,_0x596155-_0x5d75d6._0x525534,_0x265513-0x3,_0x612d39- -0x5c0);}try{switch(_0x454ec7){case _0x427ec5[_0x47eb6b(-_0x270dcc._0xba1b89,-0xa8,-0x6f,-0x95)]:await setConfig(_0xe92243[0xd95+0xa4e+-0x3fb*0x6],_0xe92243[-0x8af+-0x1ae8+0x2399*0x1]);break;case _0x427ec5[_0x19f21b(0x3e2,_0x270dcc._0x18f5e2,0x3ff,_0x270dcc._0x13dfb3)]:await _0x427ec5['pwxYr'](getConfig,_0xe92243[0x8a3+-0x379*0x8+0x13*0x102]);break;case _0x427ec5[_0x47eb6b(-0xbf,-_0x270dcc._0x5a136a,-0x4a,-_0x270dcc._0x3dbd10)]:case'unset':await removeConfig(_0xe92243[0x2c1*0xc+-0x2501+0x3f6]);break;case _0x427ec5['wFohi']:await _0x427ec5[_0x47eb6b(-_0x270dcc._0x14661c,_0x270dcc._0x3d39c9,-0x4e,-_0x270dcc._0x46155e)](showConfig);break;default:console[_0x47eb6b(-0x6d,_0x270dcc._0x56cae5,-0x15,-0x2d)](_0x19f21b(_0x270dcc._0x3a6114,_0x270dcc._0x1f96d7,_0x270dcc._0x35c300,0x3c1)+_0x47eb6b(-0x1f,-_0x270dcc._0x51119a,-_0x270dcc._0x2e1101,-_0x270dcc._0x2ff04b)+_0x454ec7),console[_0x47eb6b(-0x6d,-_0x270dcc._0x59f4c7,_0x270dcc._0xe1b747,0x30)](_0x427ec5[_0x47eb6b(-0x88,-0x3c,-0x6f,-_0x270dcc._0x58bfec)]),process[_0x19f21b(0x3f8,0x3dd,0x40e,_0x270dcc._0x18fef9)](-0x1d6b*-0x1+0x110d+-0x41*0xb7);}}catch(_0x2b6644){console['error'](_0x47eb6b(-_0x270dcc._0x5747b7,-_0x270dcc._0x34d394,-_0x270dcc._0x2debe4,-0xdf)+_0x2b6644['message']),process['exit'](0xb89*-0x1+-0xa8d+0x1617);}}function _0x4707b6(_0x11c4e3,_0x49315a,_0x481016,_0x397da2){const _0x5435f0={_0x457efd:0x288};return _0x44f3(_0x397da2-_0x5435f0._0x457efd,_0x11c4e3);}function showUsage(){const _0x3acf37={_0x13467d:0x4ca,_0x9118d6:0x50c,_0x49d85e:0x551,_0x2e423d:0x512,_0x4db9e2:0x59c,_0x597046:0x52e,_0x142466:0x44c,_0x1dedcc:0x44b,_0x21edeb:0x47b,_0x339343:0x472,_0x5ebf61:0x449,_0x577a8b:0x427,_0x3cb26d:0x3ff,_0x381a63:0x501,_0x117ad8:0x583,_0x5e38a9:0x5da,_0x30f5b9:0x57c,_0x370740:0x5e8,_0x423f69:0x596,_0x127de3:0x53f,_0x390f9f:0x3b1,_0x4cf004:0x3e0,_0x4d467e:0x4a8,_0x3e385a:0x41f,_0x3a011d:0x3e0,_0x1786f8:0x4a5,_0x529217:0x400,_0x329ef6:0x52c,_0x44bf23:0x527,_0x3cd963:0x493,_0x30e777:0x44c,_0x46e35f:0x3fd,_0x537430:0x5cc,_0x100678:0x553,_0x3ef67f:0x5a5,_0x1b366c:0x58e,_0x4ba382:0x41c,_0x439db3:0x5ce,_0x21caca:0x40e,_0x19494b:0x4d1,_0x26a205:0x562,_0x3c7659:0x3e9,_0x18ca02:0x474,_0x4d9297:0x3e5,_0x2f8cc0:0x4b6,_0x2e151c:0x3be,_0x2df6b0:0x545,_0x1be646:0x5f6,_0x569299:0x5f0,_0x5b7584:0x5bb,_0x2492a2:0x55c,_0x26fdc5:0x365,_0x39ee62:0x3e6,_0x254e57:0x3ec,_0x162a8b:0x3fb,_0x246eaa:0x477,_0xb1df8d:0x517,_0x5afd42:0x447,_0x5ebce4:0x39c,_0x1d378d:0x404,_0x5d60b5:0x5dd,_0x1c0bd6:0x5c3,_0x6446aa:0x551,_0x4f37b4:0x553,_0x2e2dab:0x52a,_0x378112:0x3d5,_0x246590:0x437,_0x3258e6:0x3f6,_0x8862ff:0x4e1,_0x2d781c:0x560,_0x16e6cc:0x38b,_0x398691:0x3b5,_0x536373:0x46e,_0x4ea317:0x3da,_0x447cd0:0x3ee,_0x55f90d:0x3b2,_0x58845b:0x450,_0x2adb77:0x403,_0x268364:0x2e2,_0x5afa44:0x3d7,_0x22a02c:0x531,_0x4a56f0:0x490,_0x3150b6:0x399,_0x1bf7d1:0x372,_0x4a4285:0x431,_0xcb9413:0x52a,_0x304777:0x4c4,_0x43ffd7:0x524,_0x530879:0x570,_0xc68ba0:0x4f2,_0x51ed2e:0x513,_0x106983:0x4e2,_0x411991:0x57b,_0x2b43e4:0x5a4,_0x5f0ae6:0x5ac,_0x1a443b:0x439,_0x1a78e0:0x3a1,_0x2a0790:0x56d,_0x11b353:0x3bf,_0x2ddeeb:0x5ac,_0x2e2ae4:0x59a,_0xc3e36a:0x54b,_0x42e790:0x4f7,_0x4f8a60:0x3fa,_0x3989cd:0x470,_0x55cb60:0x367,_0x3643d9:0x376,_0x66d4b7:0x34e,_0x54ce86:0x2fe,_0x34460a:0x4ed,_0x264372:0x417,_0xb62f57:0x41f,_0x31f61d:0x37b,_0x5b78f5:0x371,_0x337682:0x42a,_0x3ab74f:0x58c,_0x21b540:0x536,_0x53f6c8:0x51f,_0x11dcb8:0x463,_0x4193d3:0x4a0,_0x28ad5f:0x4ad,_0x16effc:0x401,_0x29440d:0x40d,_0x5f46f2:0x3e4,_0x457fc1:0x404,_0x10828d:0x48f,_0x3d6b42:0x4f1,_0x38d4b7:0x595,_0x2dc851:0x5b5,_0x59afc5:0x524,_0x5bc97f:0x3e2,_0x31cd69:0x55e,_0x1c2407:0x482,_0x2f5f4c:0x498,_0x369a17:0x491,_0x1da09e:0x58a,_0xc1708a:0x596,_0x2387db:0x54a,_0x52fa41:0x4e6,_0x1db30b:0x445,_0x5366a6:0x4b4,_0x4d2ba7:0x4e4,_0x283610:0x4bb,_0x5af304:0x5fc,_0x20e494:0x562,_0x4cf331:0x541,_0x18d13c:0x540,_0x1d941c:0x494,_0x21ec0c:0x4df,_0x1af6b2:0x41d,_0x4aa3fe:0x326,_0x14841b:0x43f,_0x3f18b9:0x4cc,_0x33a291:0x44e,_0x2aaadf:0x465,_0x18fb65:0x45e,_0x57874a:0x36c,_0x4dfa10:0x3e8,_0x4e2371:0x48d,_0xa9fe7:0x4b1,_0x17e073:0x46c,_0x424c68:0x48a,_0x323b8f:0x45b,_0xb81c6:0x465,_0x5df9c7:0x55b,_0x595cc7:0x576,_0x406848:0x56b,_0x214740:0x358,_0x3c425e:0x3cb,_0x40d0a9:0x42e,_0xc31f6c:0x443,_0x4ff81a:0x46b,_0x55817f:0x5d1,_0x232a38:0x5f4,_0x451929:0x56b,_0x4d565a:0x561,_0x3169ee:0x4f8,_0x3a1ea9:0x50e,_0x49194:0x556,_0x56cd3d:0x56b,_0x336d1c:0x41e,_0x1cfc4e:0x4b8,_0x141279:0x508,_0x24983b:0x4f4,_0x3f42bb:0x56e,_0x440c1b:0x487,_0x30fc31:0x465,_0x2791b8:0x549,_0x3ff65c:0x574,_0x3e90b9:0x4e7,_0x35d54d:0x4e9,_0x44b676:0x3a3,_0x5e2565:0x465,_0x389423:0x423,_0x1115ce:0x421,_0x277809:0x4cb,_0x325e5f:0x37a,_0x33bfe6:0x473,_0x2195b5:0x465,_0x2b9326:0x56b,_0x4d8639:0x464,_0x251806:0x465,_0x3c799a:0x49b,_0x2f38dc:0x465,_0x52e402:0x4d5,_0xee61d8:0x453,_0x13f1d5:0x496,_0xc4260a:0x463,_0x2322d3:0x446,_0x29cb9c:0x3de,_0xc32902:0x47c,_0x180dae:0x412,_0x3b4c36:0x3f2,_0x1fb258:0x37e,_0x5682ce:0x33c,_0x252125:0x3f7,_0x4b4f01:0x505,_0x1d8ff7:0x4ab,_0x26c5ca:0x60f,_0x3fdb14:0x306,_0x46745b:0x37d,_0x21c383:0x31f,_0x361ada:0x52f,_0x12ccb7:0x5c9,_0x470137:0x5c1,_0x1cc363:0x51e,_0x433d27:0x48c,_0x74fc39:0x609,_0x141731:0x5d9,_0x266909:0x3ae,_0x2d51ac:0x3ca,_0x299be1:0x3bd,_0x178ca1:0x3cc,_0x34d586:0x479,_0x5294ca:0x4d7,_0x343ca9:0x601},_0x4419bf={_0x4fef91:0x88},_0x557dcf={_0x3c3d28:0x13d},_0x49d6e5={};_0x49d6e5[_0x58f295(_0x3acf37._0x13467d,0x48b,0x472,0x43d)]=_0x58f295(0x544,_0x3acf37._0x9118d6,_0x3acf37._0x49d85e,_0x3acf37._0x2e423d)+'rver\x20confi'+_0x58f295(_0x3acf37._0x4db9e2,_0x3acf37._0x597046,0x526,0x57b)+'er_port\x2080'+'80',_0x49d6e5[_0x4ea148(0x3ea,_0x3acf37._0x142466,0x48d,0x3c6)]=_0x4ea148(0x3ad,_0x3acf37._0x1dedcc,_0x3acf37._0x21edeb,0x3ce)+'rver\x20confi'+_0x4ea148(_0x3acf37._0x339343,_0x3acf37._0x5ebf61,0x463,_0x3acf37._0x577a8b)+_0x4ea148(0x392,0x401,0x448,0x493)+'th\x20/path/t'+_0x4ea148(0x432,0x474,0x4b4,_0x3acf37._0x3cb26d)+_0x58f295(_0x3acf37._0x381a63,_0x3acf37._0x117ad8,0x595,0x628),_0x49d6e5['zJXri']='\x20\x20ssl_key_'+_0x58f295(0x4d5,_0x3acf37._0x5e38a9,_0x3acf37._0x30f5b9,_0x3acf37._0x370740)+_0x58f295(0x4c6,_0x3acf37._0x423f69,0x54b,_0x3acf37._0x127de3)+_0x4ea148(_0x3acf37._0x390f9f,_0x3acf37._0x4cf004,0x43b,0x423)+_0x58f295(_0x3acf37._0x4d467e,0x569,0x4ca,0x4ec),_0x49d6e5[_0x58f295(0x405,_0x3acf37._0x3e385a,0x48a,_0x3acf37._0x3a011d)]=_0x4ea148(0x419,0x43a,_0x3acf37._0x1786f8,_0x3acf37._0x529217)+_0x58f295(_0x3acf37._0x329ef6,_0x3acf37._0x44bf23,_0x3acf37._0x3cd963,0x530)+'\x20Set\x20a\x20con'+_0x4ea148(_0x3acf37._0x30e777,0x41e,0x40e,_0x3acf37._0x46e35f)+_0x58f295(_0x3acf37._0x537430,_0x3acf37._0x100678,_0x3acf37._0x3ef67f,_0x3acf37._0x1b366c),_0x49d6e5['PCMxF']=_0x4ea148(0x44d,_0x3acf37._0x4ba382,0x4a1,0x3c5)+_0x58f295(_0x3acf37._0x439db3,0x5e4,0x571,0x4f1)+'\x20\x20Setup\x20na'+'me';function _0x58f295(_0x44d9ed,_0x3f95bb,_0x1f71fc,_0x43d1d6){return _0x4707b6(_0x44d9ed,_0x3f95bb-_0x557dcf._0x3c3d28,_0x1f71fc-0x9e,_0x1f71fc-0x18);}_0x49d6e5[_0x58f295(0x49d,0x4bb,0x47d,_0x3acf37._0x21caca)]=_0x58f295(_0x3acf37._0x19494b,_0x3acf37._0x4ba382,0x4c3,_0x3acf37._0x26a205)+_0x58f295(0x429,0x520,0x4b3,0x46d)+_0x58f295(_0x3acf37._0x3c7659,0x43e,0x476,0x474)+'ort\x20(defau'+_0x4ea148(_0x3acf37._0x18ca02,_0x3acf37._0x4d9297,0x39f,0x358),_0x49d6e5[_0x4ea148(0x4fc,0x47d,_0x3acf37._0x2f8cc0,0x459)]=_0x4ea148(0x3a5,0x3b0,0x423,_0x3acf37._0x2e151c)+_0x58f295(0x4ce,_0x3acf37._0x2df6b0,0x564,_0x3acf37._0x1be646)+_0x58f295(_0x3acf37._0x569299,0x5c7,_0x3acf37._0x5b7584,_0x3acf37._0x2492a2)+_0x4ea148(_0x3acf37._0x26fdc5,0x3f9,_0x3acf37._0x39ee62,_0x3acf37._0x254e57)+_0x4ea148(_0x3acf37._0x162a8b,_0x3acf37._0x246eaa,0x484,0x402)+_0x4ea148(_0x3acf37._0xb1df8d,_0x3acf37._0x3cd963,0x4a7,_0x3acf37._0x5afd42),_0x49d6e5[_0x4ea148(0x439,0x3a4,_0x3acf37._0x5ebce4,_0x3acf37._0x1d378d)]=_0x58f295(_0x3acf37._0x5d60b5,_0x3acf37._0x1c0bd6,_0x3acf37._0x6446aa,0x4ef)+_0x58f295(0x504,_0x3acf37._0x4f37b4,0x4f3,_0x3acf37._0x2e2dab)+_0x4ea148(_0x3acf37._0x378112,_0x3acf37._0x246590,_0x3acf37._0x3258e6,_0x3acf37._0x8862ff)+_0x58f295(0x5bf,0x557,0x586,_0x3acf37._0x2d781c)+_0x4ea148(0x3f8,_0x3acf37._0x16e6cc,0x3b9,_0x3acf37._0x398691),_0x49d6e5[_0x4ea148(0x404,_0x3acf37._0x536373,0x4e6,_0x3acf37._0x4ea317)]=_0x58f295(0x491,0x48c,0x489,0x3f1)+_0x4ea148(0x38d,_0x3acf37._0x447cd0,_0x3acf37._0x55f90d,0x463)+_0x58f295(_0x3acf37._0x58845b,_0x3acf37._0x2adb77,0x496,0x4df)+'t|get|remo'+_0x4ea148(_0x3acf37._0x268364,0x363,_0x3acf37._0x5afa44,0x2fb)+_0x58f295(0x51f,0x582,0x501,_0x3acf37._0x22a02c)+'e]';function _0x4ea148(_0x4068e1,_0x150aa2,_0x254996,_0x29ca39){return _0x17ed76(_0x29ca39,_0x150aa2-0x1ea,_0x150aa2-0x545,_0x29ca39-_0x4419bf._0x4fef91);}_0x49d6e5[_0x58f295(_0x3acf37._0x2df6b0,_0x3acf37._0x4a56f0,0x4a9,0x49f)]=_0x4ea148(0x340,_0x3acf37._0x3150b6,_0x3acf37._0x1bf7d1,0x3c8)+_0x58f295(_0x3acf37._0x4a4285,0x4fb,0x473,0x4e8)+_0x58f295(0x4bf,_0x3acf37._0xcb9413,0x54b,_0x3acf37._0x304777)+'coder-setu'+_0x58f295(0x530,_0x3acf37._0x43ffd7,_0x3acf37._0x530879,_0x3acf37._0xc68ba0)+'y',_0x49d6e5[_0x58f295(_0x3acf37._0x6446aa,_0x3acf37._0x51ed2e,0x527,_0x3acf37._0x26a205)]=_0x58f295(_0x3acf37._0x106983,_0x3acf37._0x411991,_0x3acf37._0x6446aa,0x542)+'rver\x20confi'+'g\x20show',_0x49d6e5[_0x4ea148(0x53b,0x4a3,0x52b,0x4a4)]=_0x58f295(_0x3acf37._0x2b43e4,_0x3acf37._0x2e423d,0x5a8,0x61e)+_0x58f295(0x56c,0x5e6,0x571,_0x3acf37._0x5f0ae6)+_0x4ea148(_0x3acf37._0x1a443b,0x3f8,_0x3acf37._0x1a78e0,0x417)+'configurat'+'ion',_0x49d6e5[_0x58f295(0x522,0x565,0x59a,_0x3acf37._0x2a0790)]=_0x4ea148(_0x3acf37._0x11b353,0x386,0x322,0x3e3),_0x49d6e5['HCgDg']='\x20\x20task_sto'+_0x58f295(0x4d3,_0x3acf37._0x2ddeeb,0x555,0x4ec)+_0x58f295(_0x3acf37._0x2e2ae4,_0x3acf37._0x22a02c,_0x3acf37._0xc3e36a,_0x3acf37._0x42e790)+_0x4ea148(0x3d5,_0x3acf37._0x4f8a60,_0x3acf37._0x3989cd,_0x3acf37._0x55cb60)+_0x4ea148(0x316,_0x3acf37._0x3643d9,_0x3acf37._0x66d4b7,_0x3acf37._0x54ce86),_0x49d6e5['hLKyq']='\x20\x20ssl_cert'+_0x58f295(0x58c,0x515,_0x3acf37._0x34460a,_0x3acf37._0x1786f8)+'\x20\x20Path\x20to\x20'+_0x4ea148(0x40d,_0x3acf37._0x2e151c,_0x3acf37._0x264372,_0x3acf37._0xb62f57)+'icate\x20file',_0x49d6e5[_0x4ea148(_0x3acf37._0x1dedcc,0x39f,0x425,_0x3acf37._0x31f61d)]=_0x4ea148(0x3c6,0x3f5,_0x3acf37._0x5b78f5,_0x3acf37._0x337682)+_0x58f295(0x46e,0x594,0x51b,_0x3acf37._0x3ab74f)+'\x20\x20Trust\x20pr'+_0x4ea148(0x4d3,0x4ac,_0x3acf37._0x21b540,_0x3acf37._0x53f6c8)+_0x58f295(_0x3acf37._0x11dcb8,_0x3acf37._0x4193d3,_0x3acf37._0x28ad5f,_0x3acf37._0x16effc)+_0x4ea148(_0x3acf37._0x29440d,_0x3acf37._0x5f46f2,_0x3acf37._0x457fc1,0x3be),_0x49d6e5['DezzL']=_0x58f295(0x4fe,_0x3acf37._0x10828d,_0x3acf37._0x3d6b42,_0x3acf37._0x38d4b7)+_0x58f295(_0x3acf37._0x2dc851,0x4fe,_0x3acf37._0x59afc5,0x4fc)+_0x4ea148(_0x3acf37._0x3cd963,0x458,0x4ed,0x4a6)+_0x4ea148(0x383,_0x3acf37._0x5bc97f,0x3d1,0x481)+_0x58f295(0x4d8,_0x3acf37._0x31cd69,0x510,_0x3acf37._0x1c2407)+_0x4ea148(0x455,_0x3acf37._0x2f5f4c,_0x3acf37._0x4ba382,_0x3acf37._0x369a17),_0x49d6e5['OmYyN']=_0x58f295(0x63a,_0x3acf37._0x1da09e,_0x3acf37._0xc1708a,0x52d)+_0x58f295(0x516,0x4b8,_0x3acf37._0x2387db,0x4ae)+_0x4ea148(_0x3acf37._0x52fa41,0x450,_0x3acf37._0x1db30b,0x44d)+_0x58f295(0x499,0x57b,_0x3acf37._0x43ffd7,_0x3acf37._0x5366a6)+_0x4ea148(_0x3acf37._0x4d2ba7,0x49f,0x3f7,_0x3acf37._0x283610),_0x49d6e5[_0x58f295(0x61e,_0x3acf37._0x5af304,0x594,0x580)]='Commands:';const _0x5b7957=_0x49d6e5,_0x957385=(_0x58f295(0x4ac,_0x3acf37._0x20e494,_0x3acf37._0x4cf331,_0x3acf37._0x18d13c)+'24|20|15|6'+_0x4ea148(0x3f3,0x400,_0x3acf37._0x1d941c,0x3b4)+'9|2|25|21|'+_0x58f295(0x493,0x4fb,_0x3acf37._0x9118d6,_0x3acf37._0x21ec0c)+_0x4ea148(_0x3acf37._0x1af6b2,_0x3acf37._0x5b78f5,0x330,_0x3acf37._0x4aa3fe)+_0x58f295(_0x3acf37._0x14841b,0x448,0x4ec,0x47d))[_0x4ea148(0x51b,_0x3acf37._0x1786f8,_0x3acf37._0x3f18b9,0x4e8)]('|');let _0x3fe92a=-0xd9d+-0x3dc+-0x1*-0x1179;while(!![]){switch(_0x957385[_0x3fe92a++]){case'0':console[_0x4ea148(_0x3acf37._0x33a291,_0x3acf37._0x2aaadf,_0x3acf37._0x18fb65,0x43c)](_0x5b7957[_0x4ea148(0x307,_0x3acf37._0x57874a,_0x3acf37._0x4dfa10,0x2d1)]);continue;case'1':console['error'](_0x5b7957[_0x4ea148(0x4f6,_0x3acf37._0x30e777,_0x3acf37._0x4e2371,0x444)]);continue;case'2':console['error'](_0x5b7957[_0x58f295(_0x3acf37._0x51ed2e,0x4c7,_0x3acf37._0xa9fe7,_0x3acf37._0x17e073)]);continue;case'3':console['error'](_0x5b7957[_0x58f295(0x46c,_0x3acf37._0x447cd0,_0x3acf37._0x424c68,_0x3acf37._0x323b8f)]);continue;case'4':console[_0x4ea148(_0x3acf37._0x254e57,_0x3acf37._0xb81c6,0x4b9,0x43c)](_0x5b7957[_0x58f295(_0x3acf37._0x5af304,_0x3acf37._0x5df9c7,_0x3acf37._0x2a0790,_0x3acf37._0x595cc7)]);continue;case'5':console[_0x58f295(0x5cf,0x51e,_0x3acf37._0x406848,0x506)](_0x4ea148(_0x3acf37._0x214740,_0x3acf37._0x3c425e,_0x3acf37._0x40d0a9,_0x3acf37._0xc31f6c)+_0x4ea148(0x4ba,_0x3acf37._0x4ff81a,0x3ea,0x4f7)+'\x20\x20SSH\x20host'+'\x20for\x20envir'+_0x58f295(_0x3acf37._0x55817f,_0x3acf37._0x232a38,0x5b7,0x57d));continue;case'6':console[_0x58f295(0x5aa,0x563,_0x3acf37._0x451929,_0x3acf37._0x4d565a)]('');continue;case'7':console[_0x4ea148(_0x3acf37._0x3169ee,0x465,0x43c,_0x3acf37._0x3a1ea9)](_0x5b7957['FBdoj']);continue;case'8':console[_0x58f295(_0x3acf37._0x49194,0x593,_0x3acf37._0x56cd3d,0x521)](_0x5b7957[_0x4ea148(0x457,0x47d,_0x3acf37._0x336d1c,0x48d)]);continue;case'9':console[_0x4ea148(_0x3acf37._0x106983,0x465,0x4b9,_0x3acf37._0x1cfc4e)]('');continue;case'10':console[_0x58f295(_0x3acf37._0x141279,_0x3acf37._0x24983b,0x56b,_0x3acf37._0x3f42bb)](_0x5b7957['brMOD']);continue;case'11':console[_0x4ea148(_0x3acf37._0x440c1b,_0x3acf37._0x30fc31,0x4a1,0x435)](_0x5b7957[_0x58f295(0x544,_0x3acf37._0x2791b8,_0x3acf37._0x3ff65c,_0x3acf37._0x3e90b9)]);continue;case'12':console['error']('');continue;case'13':console[_0x4ea148(0x44c,_0x3acf37._0x2aaadf,_0x3acf37._0x35d54d,0x4d6)](_0x5b7957[_0x4ea148(0x336,_0x3acf37._0x44b676,0x341,0x2f6)]);continue;case'14':console[_0x4ea148(0x4e5,_0x3acf37._0x5e2565,_0x3acf37._0x389423,0x400)](_0x5b7957[_0x4ea148(0x417,_0x3acf37._0x1115ce,_0x3acf37._0x277809,_0x3acf37._0x325e5f)]);continue;case'15':console[_0x4ea148(_0x3acf37._0x33bfe6,_0x3acf37._0x2195b5,0x46b,_0x3acf37._0x447cd0)](_0x5b7957['ieOJO']);continue;case'16':console['error'](_0x5b7957['ndLuo']);continue;case'17':console[_0x58f295(0x541,0x558,_0x3acf37._0x2b9326,0x5f0)]('');continue;case'18':console[_0x4ea148(_0x3acf37._0x4d8639,_0x3acf37._0x251806,0x3f9,0x510)](_0x5b7957['HCgDg']);continue;case'19':console[_0x4ea148(_0x3acf37._0x3c799a,_0x3acf37._0x2f38dc,_0x3acf37._0x52e402,_0x3acf37._0xee61d8)](_0x5b7957[_0x4ea148(_0x3acf37._0x13f1d5,_0x3acf37._0xc4260a,0x49c,_0x3acf37._0x2322d3)]);continue;case'20':console[_0x4ea148(_0x3acf37._0x29cb9c,0x465,0x3c7,_0x3acf37._0xc32902)](_0x58f295(0x528,_0x3acf37._0x3169ee,0x56e,0x515)+_0x4ea148(_0x3acf37._0x180dae,_0x3acf37._0x3cb26d,_0x3acf37._0x3b4c36,0x465)+_0x4ea148(0x3f1,_0x3acf37._0x1fb258,0x3dd,_0x3acf37._0x5682ce)+_0x4ea148(_0x3acf37._0x252125,0x42a,0x3a9,0x3f1)+'ion\x20value');continue;case'21':console[_0x4ea148(0x3c0,0x465,_0x3acf37._0x4b4f01,0x464)](_0x5b7957['BKhJW']);continue;case'22':console[_0x58f295(_0x3acf37._0x2a0790,0x5b9,0x56b,0x5cc)](_0x4ea148(_0x3acf37._0x1d8ff7,0x454,0x42c,0x42a)+_0x58f295(_0x3acf37._0x55817f,_0x3acf37._0x26c5ca,0x5bc,_0x3acf37._0x423f69)+_0x4ea148(_0x3acf37._0x3fdb14,_0x3acf37._0x46745b,0x3a8,_0x3acf37._0x21c383)+_0x58f295(_0x3acf37._0x361ada,_0x3acf37._0x12ccb7,0x55f,_0x3acf37._0x6446aa)+_0x58f295(0x502,_0x3acf37._0x470137,_0x3acf37._0x1cc363,_0x3acf37._0x433d27));continue;case'23':console[_0x58f295(_0x3acf37._0x74fc39,_0x3acf37._0x470137,_0x3acf37._0x2b9326,_0x3acf37._0x141731)](_0x5b7957[_0x4ea148(0x33f,_0x3acf37._0x266909,0x3d1,_0x3acf37._0x2d51ac)]);continue;case'24':console[_0x4ea148(0x4f9,0x465,0x46c,0x3df)](_0x5b7957['OmYyN']);continue;case'25':console[_0x4ea148(_0x3acf37._0x9118d6,0x465,0x3df,0x49c)](_0x4ea148(_0x3acf37._0x299be1,0x416,_0x3acf37._0x178ca1,0x480)+'ath\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0x58f295(0x3f9,0x403,0x485,0x504)+_0x4ea148(_0x3acf37._0x34d586,_0x3acf37._0x4193d3,0x3fc,_0x3acf37._0x1a443b)+'nal)');continue;case'26':console[_0x58f295(_0x3acf37._0x5294ca,_0x3acf37._0x343ca9,_0x3acf37._0x2b9326,0x594)](_0x5b7957['GGzKy']);continue;}break;}}async function setConfig(_0x474f74,_0x13634c){const _0x48e3e9={_0x421277:0x2c,_0x1e9aad:0x79,_0x1e2b55:0x156,_0x1cb940:0x4f,_0x56e6a9:0x51,_0xc28b57:0xc,_0x281d77:0x20,_0x5120af:0x81,_0x38360d:0x53,_0x6fc6b:0x63,_0x139d50:0x47,_0x409e70:0xc5,_0x15b8f5:0xe2,_0x32b8f7:0x49,_0x370a5d:0x16,_0x56fdf3:0x50,_0x4cef5f:0x98,_0x2b2298:0xf2,_0x396e20:0x137,_0x59db7f:0x17a,_0x4ff3f1:0x16e,_0x33ceb5:0xc2,_0x2f9ce1:0x33,_0x168056:0x187,_0x24b958:0xfb,_0x224ec5:0x61,_0x490a1d:0x45,_0x2d4c2a:0xa8,_0x540084:0x46,_0x1472a4:0x27,_0x3f09f5:0x73},_0x2620d5={_0x2aeb15:0x2f,_0x4f9170:0xdb},_0x205873={_0x5c83df:0x40d};function _0x1b7a3b(_0x569c7c,_0x37ff3e,_0x154bce,_0x4bfee8){return _0x4707b6(_0x4bfee8,_0x37ff3e-0x2c,_0x154bce-0x5,_0x569c7c- -_0x205873._0x5c83df);}const _0x5bb2b9={'StIAH':function(_0x48260d,_0x35a557){return _0x48260d===_0x35a557;},'hpyTi':function(_0xe04690,_0x3c254b){return _0xe04690&&_0x3c254b;},'fSWjK':function(_0x4411ea,_0x35ac2f,_0x89c686){return _0x4411ea(_0x35ac2f,_0x89c686);},'yCpyg':function(_0x21b9f3,_0x3d764d,_0x3d0252){return _0x21b9f3(_0x3d764d,_0x3d0252);}};(!_0x474f74||_0x5bb2b9['StIAH'](_0x13634c,undefined))&&(console['error']('Usage:\x20cod'+'er-server\x20'+_0x211ce4(_0x48e3e9._0x421277,-0x4,0x25,-0x5f)+_0x211ce4(-0xc1,0x31,-_0x48e3e9._0x1e9aad,-0x108)+_0x1b7a3b(0x11d,_0x48e3e9._0x1e2b55,0x126,0x71)),process[_0x211ce4(-0x18,_0x48e3e9._0x1cb940,_0x48e3e9._0x1cb940,-_0x48e3e9._0x56e6a9)](-0xe2*0x1c+0x95+0x1824));const _0x4dfd97=SERVER_CONFIG_KEYS[_0x211ce4(_0x48e3e9._0xc28b57,-_0x48e3e9._0x281d77,-_0x48e3e9._0x5120af,-0x11c)](_0x474f74);function _0x211ce4(_0x2e4437,_0x204cdc,_0x1d7292,_0x82be83){return _0x4707b6(_0x2e4437,_0x204cdc-_0x2620d5._0x2aeb15,_0x1d7292-_0x2620d5._0x4f9170,_0x1d7292- -0x545);}const _0x31307c=SETUP_JSON_KEYS[_0x211ce4(-0xbd,0x1,-0x81,0x9)](_0x474f74);_0x5bb2b9['hpyTi'](!_0x4dfd97,!_0x31307c)&&(console[_0x211ce4(0x7d,_0x48e3e9._0x38360d,0xe,-0x88)]('Unknown\x20co'+_0x211ce4(0x16,-_0x48e3e9._0x6fc6b,_0x48e3e9._0x139d50,-0x13)+_0x1b7a3b(_0x48e3e9._0x38360d,_0x48e3e9._0x409e70,_0x48e3e9._0x15b8f5,_0x48e3e9._0x32b8f7)+_0x474f74),console[_0x1b7a3b(0x146,0x1b5,0x1d2,0x11d)]('Run\x20\x22coder'+_0x211ce4(_0x48e3e9._0x370a5d,-_0x48e3e9._0x56fdf3,-0x4,0x82)+'nfig\x22\x20for\x20'+_0x211ce4(-_0x48e3e9._0x4cef5f,-0x136,-0xa8,-_0x48e3e9._0x2b2298)+_0x1b7a3b(_0x48e3e9._0x396e20,_0x48e3e9._0x59db7f,_0x48e3e9._0x4ff3f1,0x140)+_0x211ce4(-0x25,-_0x48e3e9._0x33ceb5,-_0x48e3e9._0x2f9ce1,0x33)),process[_0x1b7a3b(_0x48e3e9._0x168056,0x128,_0x48e3e9._0x24b958,0x13c)](-0x1587+0xa06*-0x3+0x339a));if(_0x4dfd97)await _0x5bb2b9[_0x1b7a3b(_0x48e3e9._0x224ec5,-_0x48e3e9._0x490a1d,0xe2,0x30)](setServerConfig,_0x474f74,_0x13634c);else _0x31307c&&await _0x5bb2b9[_0x211ce4(_0x48e3e9._0x2d4c2a,-_0x48e3e9._0x540084,_0x48e3e9._0x1472a4,-_0x48e3e9._0x3f09f5)](setSetupConfig,_0x474f74,_0x13634c);}async function setServerConfig(_0x24f9e0,_0x3fab97){const _0x397a3b={_0x1dd89b:0x6e6,_0x378ca4:0x5d4,_0x570642:0x660,_0x23a9c4:0x4a0,_0x5f3537:0x595,_0x512bc0:0x5fa,_0x320008:0x59c,_0x535538:0x5c4,_0x3e4d29:0x56b,_0x2131df:0x5d3,_0x2fff6a:0x625,_0x35afe4:0x69b,_0x5cabfa:0x639,_0x46b9cb:0x4fe,_0x2ae117:0x550,_0x5a483e:0x655,_0x578ebc:0x4ef,_0x4dc8a2:0x5cf,_0x5336c3:0x624,_0x1dc1db:0x5f6,_0x4073a7:0x586,_0x2e0916:0x6a8,_0x3206a4:0x71b,_0x2d83f8:0x583,_0x26e73b:0x62c,_0x5218b6:0x68d,_0x168703:0x5c6,_0x2b7b2b:0x559,_0x38164d:0x532,_0x239751:0x638,_0x1ff84c:0x5c0,_0x485262:0x5c5,_0x448d1c:0x68e,_0xf3b01e:0x629,_0x4d36ad:0x6a8,_0x2bd1ee:0x622,_0x410c88:0x5d1,_0x47f551:0x530,_0x527ed2:0x547,_0x18e72f:0x646,_0x4705df:0x760,_0x4279ca:0x6c5,_0x398f26:0x6c6,_0x43fa47:0x587,_0x406325:0x5eb,_0x8685cd:0x5f6,_0x392b62:0x568,_0x370b74:0x62d,_0x48b8b2:0x5aa,_0x5c732a:0x5c7,_0x128ecb:0x710,_0x568131:0x686,_0x23e6bc:0x5e2,_0xa1db0e:0x546,_0x59566e:0x61a,_0x543569:0x638,_0x2c6aba:0x638,_0x4c103d:0x651,_0x1bc407:0x54b,_0x466d05:0x582,_0x389332:0x4bd,_0x5024ae:0x4ec,_0x265a62:0x62b,_0x357b1a:0x620,_0x4bd153:0x6d9,_0x14579e:0x5f2,_0x5d19b8:0x608,_0x447a90:0x5ec,_0x1a2b00:0x661,_0x4f8c40:0x716,_0x54b4ab:0x672,_0x198a58:0x644,_0x30688b:0x637,_0x12a8d2:0x61f,_0x1d2d1e:0x4f6,_0xbadb2a:0x4c9,_0x28524f:0x47d,_0x3f1e8a:0x68c,_0x30e9da:0x677,_0x96f0f9:0x5f5,_0x14e27c:0x56d,_0x4da22b:0x62e,_0x5e6678:0x68b,_0x11fc73:0x645,_0x26a764:0x6ad,_0x4d169a:0x5f5,_0x1e52b7:0x5a5,_0x1cb243:0x685,_0x3ae010:0x5b2,_0x112b68:0x5ab,_0x1d9d73:0x578,_0x19e12e:0x62a,_0x51dd26:0x6b4,_0x344498:0x626,_0x3a9cf9:0x6ef,_0x18c5b6:0x6ca,_0x68e20e:0x650,_0x24b73b:0x658,_0x37d781:0x531,_0x12ae66:0x57c,_0x2169f4:0x62b,_0x340f37:0x6ae,_0x43307e:0x5c8,_0x48948b:0x63a,_0x5c3546:0x5a9,_0x50cea5:0x58d,_0x1fe410:0x541,_0x5597f6:0x5b5,_0x4d0f9e:0x670,_0x11038f:0x664,_0x5b3315:0x5f0,_0x40b30c:0x698,_0x3cd139:0x6fd,_0x14d0d8:0x5aa,_0x35856d:0x5fb,_0x390cf7:0x51d,_0x2773cd:0x5b8,_0xa000d4:0x562,_0x123080:0x532,_0x1cd1d7:0x59e,_0x28aa7d:0x538,_0x15446f:0x5b3,_0x179034:0x58a,_0xf5faa1:0x624,_0x3e8278:0x5da,_0x839de5:0x5da,_0x318b48:0x69e,_0x257801:0x6f8,_0x132ff1:0x558,_0x562cdd:0x545,_0x7f0bbd:0x59d,_0x557769:0x5f6,_0x2695df:0x60e,_0x45ae6c:0x66e,_0x4b644c:0x534,_0x2e6daa:0x5e2,_0x32848d:0x659,_0x5ef30c:0x669,_0x3e196f:0x5df,_0x482cf9:0x69f},_0x3236c9={_0x507fa0:0x6d5},_0x16983a={_0x2c901e:0x14e,_0x3c7ca6:0x132},_0x51864f={'StbVn':function(_0x556f3a,_0xe7b225){return _0x556f3a===_0xe7b225;},'BvDts':_0x521297(_0x397a3b._0x1dd89b,_0x397a3b._0x378ca4,0x62f,_0x397a3b._0x570642),'aAIzU':_0x3e5fb1(0x4fb,0x49b,_0x397a3b._0x23a9c4,0x472)+'coder_setu'+'p_path\x20poi'+_0x521297(_0x397a3b._0x5f3537,0x573,0x574,0x5a1)+_0x3e5fb1(0x63a,0x5f4,_0x397a3b._0x512bc0,0x6b7)+_0x3e5fb1(_0x397a3b._0x320008,0x5b5,0x5ff,0x5d3)+_0x3e5fb1(_0x397a3b._0x535538,_0x397a3b._0x3e4d29,_0x397a3b._0x2131df,0x56e),'DVKFf':function(_0x233de2){return _0x233de2();},'afVQC':_0x521297(_0x397a3b._0x2fff6a,_0x397a3b._0x35afe4,0x5ac,_0x397a3b._0x5cabfa)+_0x3e5fb1(0x55c,_0x397a3b._0x46b9cb,_0x397a3b._0x2ae117,0x5c5),'UWHWY':_0x3e5fb1(0x5de,0x5ce,0x688,_0x397a3b._0x5a483e)+'t','fXZol':function(_0x4d4f8a,_0x3b1037){return _0x4d4f8a(_0x3b1037);},'wvcua':function(_0x2ad573,_0xa6d96c){return _0x2ad573<_0xa6d96c;},'ghJjR':function(_0x74b0af,_0xd9c4f4){return _0x74b0af>_0xd9c4f4;},'HdHez':_0x3e5fb1(0x526,_0x397a3b._0x578ebc,0x485,0x578)+_0x3e5fb1(0x5ea,0x53f,_0x397a3b._0x4dc8a2,_0x397a3b._0x5336c3)+_0x3e5fb1(0x621,_0x397a3b._0x1dc1db,0x69c,_0x397a3b._0x4073a7),'BKGMc':'ssl_key_pa'+'th','uiqWZ':'NeCzF','QdqGZ':'EigaL','lzHwP':_0x521297(_0x397a3b._0x2e0916,_0x397a3b._0x3206a4,0x70c,0x68f)+'h','kPNcT':_0x521297(_0x397a3b._0x2d83f8,0x5c5,0x55e,0x5a5)+'y','mKzWG':'uTwXQ','gbQJp':function(_0x39992c,_0x59df60){return _0x39992c===_0x59df60;},'yHTXo':'true','yRHKR':function(_0x24fa9a,_0xd2fa12){return _0x24fa9a===_0xd2fa12;},'FOPhZ':function(_0x405f08,_0x68a95c){return _0x405f08(_0x68a95c);}};function _0x521297(_0x479b55,_0x5474f8,_0x248690,_0x45bd46){return _0x4707b6(_0x479b55,_0x5474f8-_0x16983a._0x2c901e,_0x248690-0x181,_0x45bd46-_0x16983a._0x3c7ca6);}function _0x3e5fb1(_0x549dbb,_0x2d4c64,_0xa567b4,_0x24c8fc){return _0x17ed76(_0x24c8fc,_0x2d4c64-0x11,_0x549dbb-_0x3236c9._0x507fa0,_0x24c8fc-0xbc);}switch(_0x24f9e0){case _0x51864f['afVQC']:{const _0x162d44=_0x424ab8[_0x3e5fb1(0x62b,0x59e,_0x397a3b._0x26e73b,0x591)](_0x3fab97);await saveCoderSetupPath(_0x162d44),console[_0x3e5fb1(0x5f6,0x635,_0x397a3b._0x5218b6,0x59f)](_0x3e5fb1(0x5aa,_0x397a3b._0x168703,_0x397a3b._0x2b7b2b,0x597)+_0x24f9e0+_0x3e5fb1(0x5c5,_0x397a3b._0x38164d,_0x397a3b._0x239751,_0x397a3b._0x1ff84c)+_0x162d44),console[_0x3e5fb1(_0x397a3b._0x1dc1db,_0x397a3b._0x485262,_0x397a3b._0x448d1c,_0x397a3b._0xf3b01e)](_0x521297(_0x397a3b._0x4d36ad,0x68b,_0x397a3b._0x2bd1ee,0x672)+':\x20'+_0x51864f[_0x3e5fb1(_0x397a3b._0x410c88,0x5e7,0x5f6,0x5a4)](getConfigPath));break;}case _0x51864f['UWHWY']:{const _0x4f5098=parseInt(_0x3fab97,0x11bc+0x1639*-0x1+0x487);(_0x51864f[_0x3e5fb1(0x517,0x54e,_0x397a3b._0x47f551,_0x397a3b._0x527ed2)](isNaN,_0x4f5098)||_0x51864f[_0x3e5fb1(0x62a,0x5b8,0x659,_0x397a3b._0x18e72f)](_0x4f5098,-0xfdd*0x1+-0x7ed*-0x1+0x7f1*0x1)||_0x51864f['ghJjR'](_0x4f5098,0x7ec9+-0x1f76a+0x278a0))&&(console[_0x3e5fb1(0x5f5,0x557,0x5b9,0x626)](_0x51864f[_0x521297(0x769,0x704,_0x397a3b._0x4705df,0x6da)]),process[_0x521297(0x732,0x678,_0x397a3b._0x4279ca,_0x397a3b._0x398f26)](-0x1a10+-0x5*0x169+-0x211e*-0x1));await _0x51864f[_0x521297(_0x397a3b._0x43fa47,_0x397a3b._0x406325,0x508,0x5a7)](saveServerPort,_0x4f5098),console[_0x3e5fb1(_0x397a3b._0x8685cd,_0x397a3b._0x392b62,_0x397a3b._0x370b74,0x5a9)](_0x3e5fb1(_0x397a3b._0x48b8b2,0x655,0x647,_0x397a3b._0x5c732a)+_0x24f9e0+'\x20=\x20'+_0x4f5098),console[_0x521297(_0x397a3b._0x128ecb,0x6dd,0x65c,_0x397a3b._0x568131)](_0x3e5fb1(_0x397a3b._0x23e6bc,_0x397a3b._0xa1db0e,_0x397a3b._0x59566e,_0x397a3b._0x543569)+':\x20'+_0x51864f['DVKFf'](getConfigPath));break;}case _0x3e5fb1(_0x397a3b._0x2c6aba,0x69b,_0x397a3b._0x4c103d,0x5ce)+_0x3e5fb1(_0x397a3b._0x1bc407,_0x397a3b._0x466d05,_0x397a3b._0x389332,_0x397a3b._0x5024ae):{const _0x18bc89=_0x424ab8[_0x3e5fb1(_0x397a3b._0x265a62,0x58d,0x6b5,_0x397a3b._0x357b1a)](_0x3fab97);await saveSslCertPath(_0x18bc89),console[_0x521297(_0x397a3b._0x4bd153,0x6f8,_0x397a3b._0x14579e,_0x397a3b._0x568131)](_0x521297(0x60f,0x6d7,_0x397a3b._0x5d19b8,0x63a)+_0x24f9e0+'\x20=\x20'+_0x18bc89),console['log'](_0x521297(_0x397a3b._0x447a90,_0x397a3b._0x1a2b00,_0x397a3b._0x4f8c40,_0x397a3b._0x54b4ab)+':\x20'+getConfigPath());break;}case _0x51864f[_0x3e5fb1(0x61a,0x583,0x63d,0x690)]:{if(_0x51864f['StbVn'](_0x51864f[_0x3e5fb1(0x51a,0x55d,0x4f0,_0x397a3b._0x168703)],_0x51864f['QdqGZ']))_0x51864f[_0x3e5fb1(_0x397a3b._0x198a58,_0x397a3b._0x30688b,_0x397a3b._0x12a8d2,0x5e8)](_0x462f6f[_0x3e5fb1(_0x397a3b._0x1d2d1e,0x4c8,_0x397a3b._0xbadb2a,_0x397a3b._0x28524f)],_0x51864f[_0x521297(_0x397a3b._0x3f1e8a,0x6d1,0x626,_0x397a3b._0x30e9da)])?(_0xb199f4[_0x3e5fb1(_0x397a3b._0x96f0f9,0x591,0x558,_0x397a3b._0x14e27c)](_0x521297(_0x397a3b._0x4da22b,0x671,_0x397a3b._0x5e6678,_0x397a3b._0x11fc73)+_0x521297(0x72e,0x6a5,0x685,_0x397a3b._0x26a764)+'t\x20found\x20at'+'\x20'+_0xedeea0),_0x2149dc[_0x3e5fb1(_0x397a3b._0x4d169a,_0x397a3b._0x1e52b7,_0x397a3b._0x1cb243,0x577)](_0x51864f[_0x3e5fb1(_0x397a3b._0x3ae010,_0x397a3b._0x112b68,0x56f,_0x397a3b._0x1d9d73)])):_0x583989[_0x521297(0x60a,_0x397a3b._0x19e12e,_0x397a3b._0x51dd26,_0x397a3b._0x1cb243)](_0x521297(0x72f,_0x397a3b._0x344498,0x648,0x6a7)+_0x521297(0x623,_0x397a3b._0x3a9cf9,_0x397a3b._0x18c5b6,0x6a5)+_0x3e5fb1(0x612,0x668,_0x397a3b._0x68e20e,_0x397a3b._0x24b73b)+_0x3f246c[_0x3e5fb1(_0x397a3b._0x37d781,0x4ab,0x52f,_0x397a3b._0x12ae66)]),_0x4693fa['exit'](-0x1bc6+0x6*0x2d0+0xae7*0x1);else{const _0x286add=_0x424ab8[_0x3e5fb1(_0x397a3b._0x2169f4,_0x397a3b._0x340f37,0x6c7,0x58b)](_0x3fab97);await saveSslKeyPath(_0x286add),console['log'](_0x521297(_0x397a3b._0x43307e,0x606,0x6a7,_0x397a3b._0x48948b)+_0x24f9e0+_0x3e5fb1(0x5c5,_0x397a3b._0x5c3546,0x670,_0x397a3b._0x50cea5)+_0x286add),console['log'](_0x3e5fb1(_0x397a3b._0x23e6bc,_0x397a3b._0x1fe410,0x5fa,_0x397a3b._0x5597f6)+':\x20'+_0x51864f[_0x3e5fb1(0x5d1,_0x397a3b._0x4d0f9e,0x5c1,0x620)](getConfigPath));break;}}case _0x51864f[_0x521297(0x64f,0x5ff,_0x397a3b._0x11038f,0x666)]:{const _0xf39c43=_0x424ab8['resolve'](_0x3fab97);await saveSslCaPath(_0xf39c43),console[_0x521297(_0x397a3b._0x5b3315,_0x397a3b._0x40b30c,_0x397a3b._0x3cd139,0x686)](_0x3e5fb1(_0x397a3b._0x14d0d8,_0x397a3b._0x35856d,0x60c,_0x397a3b._0x390cf7)+_0x24f9e0+_0x3e5fb1(0x5c5,0x630,0x5f2,0x655)+_0xf39c43),console['log'](_0x3e5fb1(_0x397a3b._0x23e6bc,0x5ed,0x544,_0x397a3b._0x2773cd)+':\x20'+getConfigPath());break;}case _0x51864f[_0x3e5fb1(_0x397a3b._0xa000d4,0x57f,0x59c,_0x397a3b._0x123080)]:{if(_0x51864f[_0x3e5fb1(_0x397a3b._0x1cd1d7,0x55a,_0x397a3b._0x28aa7d,0x57f)]===_0x521297(_0x397a3b._0x15446f,_0x397a3b._0x179034,0x5b6,0x5e1)){const _0x35921b=_0x51864f[_0x521297(_0x397a3b._0xf5faa1,_0x397a3b._0x3e8278,0x536,_0x397a3b._0x839de5)](_0x3fab97,_0x51864f['yHTXo'])||_0x51864f[_0x521297(_0x397a3b._0x318b48,0x686,_0x397a3b._0x257801,0x650)](_0x3fab97,'1');await _0x51864f[_0x3e5fb1(0x5dd,_0x397a3b._0x132ff1,_0x397a3b._0x562cdd,_0x397a3b._0x7f0bbd)](saveTrustProxy,_0x35921b),console[_0x3e5fb1(_0x397a3b._0x557769,0x572,_0x397a3b._0x2695df,_0x397a3b._0x30e9da)](_0x3e5fb1(_0x397a3b._0x14d0d8,0x5f5,0x5d7,0x55f)+_0x24f9e0+_0x3e5fb1(_0x397a3b._0x485262,0x51b,_0x397a3b._0x45ae6c,_0x397a3b._0x4b644c)+_0x35921b),console['log'](_0x3e5fb1(_0x397a3b._0x2e6daa,0x556,0x561,_0x397a3b._0x32848d)+':\x20'+_0x51864f['DVKFf'](getConfigPath));break;}else _0x51864f[_0x521297(_0x397a3b._0x5ef30c,0x603,_0x397a3b._0x3e196f,_0x397a3b._0x1a2b00)](_0xe75711),_0x1a726f[_0x3e5fb1(0x636,_0x397a3b._0x5b3315,_0x397a3b._0x482cf9,0x5f5)](0x71c+0x2222+-0x293d);}}}function _0x17ed76(_0x42bf69,_0x1a9238,_0x309526,_0x1dba17){const _0x20798e={_0x5e6017:0x3ab};return _0x44f3(_0x309526- -_0x20798e._0x5e6017,_0x42bf69);}async function setSetupConfig(_0x735f5d,_0x42bf81){const _0x53c4fa={_0x20a77b:0xaf,_0x795762:0x5,_0x12372e:0x228,_0x199bee:0x1d7,_0x177c17:0x2bb,_0x100e3a:0x40e,_0x25f389:0x3c1,_0x7f35f8:0x349,_0x2d0d44:0x363,_0x2b79c0:0x2aa,_0xcf4934:0x2c9,_0x9b6b11:0x29a,_0x245a6a:0x230,_0xcb4c11:0x326,_0x299e4a:0x8c,_0x3658e3:0x66,_0x10ac8b:0x11,_0x152a40:0xb1,_0x14a808:0x2c8,_0x34af67:0x280,_0x31699b:0x355,_0x256baa:0x41,_0x397163:0x2c,_0x1eeded:0x1e,_0x7ea594:0xe4,_0x171b4e:0x82,_0x3d8e5b:0x32,_0x5da82c:0x27,_0x30dec9:0x276,_0x408320:0x2c4,_0x250070:0x324,_0x1f9803:0x34a,_0x1badcf:0x38a,_0x182f9d:0xe9,_0x4ff596:0x347,_0x5bf02f:0x339,_0x14b7a0:0x2d3,_0x2f35bc:0x3d6,_0xdae097:0x3f2,_0x5c53ba:0x2ca,_0x40987b:0x6b,_0x4c78d4:0xab,_0x4dd02e:0x67,_0x3b2656:0x1cf,_0x51abd7:0x129,_0x105435:0xfd,_0x153a61:0x12,_0x4670f2:0x113,_0x45aef2:0xa4,_0x41f967:0x5f,_0x5d2bd9:0xa3,_0x3fffa3:0x33e,_0x82bf45:0xb0,_0x2f7872:0x345,_0x47961d:0x33a,_0x318996:0x314,_0x1eea03:0x2b0,_0x2495fe:0x34c,_0x29a353:0x35d,_0x27ff31:0x7c,_0x37242e:0x8f,_0x1fdd6d:0x3d,_0x30c84a:0xbf,_0x50f01e:0xe6,_0x47e264:0x37,_0xc5f13c:0x133,_0x48c063:0x98,_0x38c303:0x92,_0x498bec:0xbd,_0x1d45f0:0x89,_0x3718bb:0x94,_0x2966c6:0x24,_0x290c24:0xdd,_0x169aee:0x376,_0x55afb9:0x373,_0x5e1fe8:0x68,_0x154578:0xd4,_0x182716:0xed,_0x923ba2:0x32c,_0x3650ba:0x332,_0x205243:0x29e,_0x20cd7c:0x33b,_0x577daa:0x3d6,_0x2a62f6:0x2ae,_0x48a11c:0x3b8,_0x330e0e:0x105,_0x3bf18b:0x370,_0x3b47f6:0x333,_0x5d0b35:0x324,_0x1a0614:0x295,_0x2fdf1d:0x24d,_0x26562b:0x21e,_0x1da881:0x22e,_0x12e207:0x218,_0x1cbb47:0x6d,_0x546085:0x266,_0x548978:0x28a,_0x2e8d4a:0x222,_0x2eb15a:0xcc,_0x1321d5:0x103,_0x33c78d:0x111,_0x1ea183:0x25a,_0x17d680:0x336,_0x1b55cc:0x2d0,_0x1545f9:0x33,_0x2f1e19:0x167,_0x81e0ee:0xbc,_0x269ff8:0x7b,_0x534e96:0x119,_0x578d0b:0xeb,_0x57e989:0x96,_0x1f9f7b:0xce,_0x1b5d76:0x3ca,_0x3b0dfe:0x3c9,_0x4be82e:0x2e9,_0xe04f28:0x302,_0x593ce8:0x265,_0x1daee0:0x276,_0x338995:0x2fb,_0x51fbe0:0x2d7,_0x10c7e4:0x343,_0xb1a551:0xa,_0x9c7ef5:0x18,_0x35d129:0x8e,_0x3f34d9:0x84,_0x23a4bd:0x10c,_0x750aba:0x30c,_0x41b50a:0x270,_0x1b6024:0x283,_0x174e0c:0x34b,_0x216c8b:0x2c4,_0x56a636:0x25c,_0x56f353:0x2d0,_0x1e183b:0x2eb,_0x2410ca:0x2cb,_0x539c7a:0x353,_0x3b6a40:0x26d,_0x3d0c18:0x2ba,_0xa8f18b:0x299,_0x42bc33:0x2d2,_0x3840aa:0x240,_0x246f85:0x2b6,_0x592676:0x27c,_0x13dc36:0x359,_0x4e218d:0x328,_0x59ed1e:0x3ae,_0x16bce9:0x354,_0x13d12a:0x79,_0x1c5975:0x2d,_0x4bce51:0x6,_0x12cd04:0xf3,_0x1ed2dc:0x123,_0x11c655:0x2c6,_0x133e9a:0x122,_0x39c8cd:0x107,_0x21de7a:0xf0,_0x287428:0x1ac,_0x350346:0x159,_0x32c4bf:0xfe,_0x296c1a:0x226,_0xea31eb:0x241,_0x55c11d:0x373,_0x180aa0:0x316,_0x500e67:0x313,_0x510c14:0x36a,_0x3ed1cf:0xd2,_0x201e2f:0x38,_0x5524a6:0x6e,_0x1e7eae:0x10,_0x40f3a7:0x1a2,_0x20ba86:0x125,_0x25f390:0xfb,_0x195322:0xd,_0x1716e1:0x6e,_0x46a65f:0xe8,_0xdc910b:0x110,_0xa56ad0:0x7d,_0x31f8b2:0x7,_0x26028f:0xb3,_0x119e11:0x84,_0x2fb04e:0xb7,_0x503688:0x311,_0x20f1fd:0x372,_0x44b582:0x3a0,_0x57d04d:0x341,_0xff2862:0x2a1,_0x5e6072:0x35f,_0x380cdb:0x2ea,_0xbeb7a0:0x86,_0x1f15c7:0x39d,_0x546be8:0x146,_0x331283:0x11e,_0x56af7d:0x7a,_0x4a739e:0xd7,_0x4d8fed:0x3a5,_0x140a51:0x293,_0x4a5ca9:0x31e,_0x4e0b05:0x283,_0x4294a6:0x13a,_0x1a5f59:0x372,_0x1433ea:0x197,_0x2625e2:0xf2,_0x4d6e62:0x4a,_0x9fafbe:0xdd,_0x11d30c:0x137,_0x594505:0x1e,_0x2dfb94:0xdd,_0x3f4143:0x383,_0x5cfee7:0x24b,_0x247380:0x315,_0x181452:0x52,_0x39f978:0x22,_0x388b12:0x40,_0x5f52d8:0x35,_0xdaa3b6:0x72,_0x2e553d:0xab,_0x1b11b2:0x378,_0x2a5920:0x340,_0xf69584:0x19e,_0x4bbc19:0x2bc,_0x7e293d:0x32c,_0x3181c7:0xba,_0x23cc34:0x14d,_0x322057:0x2b0,_0x5765f4:0xbf,_0x10792f:0x1c9,_0x26ed18:0x11d,_0x41174c:0x342,_0x2c5cdc:0x2f8,_0x3d2194:0x3a1,_0x3069c8:0x0,_0x2f3635:0xa1,_0x172853:0xdf,_0xef6abe:0xdd,_0x119324:0x6a,_0x709e7b:0x8c,_0x5129dc:0x3e,_0x5ac32e:0x39a,_0x2cae2d:0x1f9,_0xc497ae:0xc3,_0x2fedf1:0x8a,_0x4d4569:0x2ca,_0x14265c:0x2f2,_0x1374db:0x26b,_0x404378:0x2cc,_0x3793f8:0x2e3,_0x45032a:0x342,_0x1c84fa:0x341,_0x30a3a7:0x3e0,_0x4d4fc9:0x4b,_0x5f43a0:0x355,_0x3df20d:0x3f4,_0x59ddd6:0x3c3,_0x3fef33:0x3a8,_0x288a73:0x369,_0x1a3619:0x412,_0x5954a7:0xb6,_0x49213b:0x15f,_0x3208b7:0xb,_0x5efd11:0x2a1,_0xb81c04:0x34c,_0x4cc5de:0x35c,_0x1d1908:0x3e6,_0x4ae92c:0x342,_0x16c161:0x334,_0xc902b3:0x10,_0x1e3d2a:0x2f,_0x5c5aac:0x152,_0x45d089:0x8d,_0x1ce446:0x389,_0x280591:0x3fa,_0x4c4bd3:0x317,_0x26ead6:0x2c1,_0x313ab1:0x2d2,_0x414ff3:0x2c0,_0x340f04:0x3cf,_0x1e87fd:0x2cd,_0x356366:0x2d3,_0x5929f2:0x342,_0x2d6a0b:0x342,_0x2d9efa:0x381,_0x4f90bb:0x2ef,_0x10ba17:0x3a7,_0x1fa618:0x19,_0x3b9547:0x5a,_0x57fde2:0x309,_0x25314f:0x31b,_0x15fd60:0x34a,_0x5be3f2:0x3ed,_0x32e616:0x32d,_0x2c32a4:0x312,_0x44c789:0x3ab,_0x11d6f0:0x3a,_0x4ef400:0x70,_0x21c68a:0x54,_0x5d9c4b:0x3aa,_0x536c92:0x2b,_0x59c45c:0x6e,_0x2a4c0d:0xe0,_0x2b08a5:0xa2,_0x32ed87:0xff,_0x53fad9:0x342,_0x54d20c:0x3bb,_0x5c1636:0x2b6,_0x446366:0x327,_0x5e57a8:0x255,_0x349420:0x2f1,_0x5a46f1:0x2c2,_0x562c2a:0xca,_0xda99b9:0x55,_0x50f0d3:0x35f,_0x6e043f:0x390,_0x193a57:0xb,_0x4ecc05:0x38b,_0x52a5b8:0x3ad,_0x39b993:0x298,_0x3ce776:0x29e,_0x2b77f2:0x73,_0x3af179:0x364,_0x4e950b:0x35d,_0x4941f8:0xb4,_0x12ff61:0x3b5,_0x25aacc:0x396,_0x82f6e4:0x387,_0x4a5ac1:0x130,_0x4a97ad:0xfa,_0xbddeb7:0x121,_0x35dd7b:0x81},_0x532f06={_0x43dd8c:0x422,_0x291827:0xb6},_0x1bd0ef={_0x55a548:0x476},_0x175fa7={'SpJlT':_0xe361d8(-_0x53c4fa._0x20a77b,-_0x53c4fa._0x795762,0x1f,0x75)+'er-server\x20'+_0x517764(0x242,_0x53c4fa._0x12372e,_0x53c4fa._0x199bee,_0x53c4fa._0x177c17)+_0x517764(0x384,_0x53c4fa._0x100e3a,_0x53c4fa._0x25f389,0x3be),'nIOQW':'20|26|13|4'+_0x517764(_0x53c4fa._0x7f35f8,_0x53c4fa._0x2d0d44,_0x53c4fa._0x2b79c0,0x34f)+'21|1|2|11|'+_0x517764(_0x53c4fa._0xcf4934,_0x53c4fa._0x9b6b11,_0x53c4fa._0x245a6a,_0x53c4fa._0xcb4c11)+'18|15|25|1'+_0xe361d8(0x2d,_0x53c4fa._0x299e4a,0xd8,_0x53c4fa._0x3658e3)+_0xe361d8(_0x53c4fa._0x10ac8b,0x6c,-0x10,_0x53c4fa._0x152a40),'OJEOb':_0x517764(_0x53c4fa._0x14a808,_0x53c4fa._0x34af67,_0x53c4fa._0x31699b,0x2e2)+'figuration'+_0xe361d8(_0x53c4fa._0x256baa,0xd0,_0x53c4fa._0x397163,0x79)+_0xe361d8(-_0x53c4fa._0x1eeded,0x5a,-0x44,_0x53c4fa._0x7ea594)+_0xe361d8(0x118,_0x53c4fa._0x171b4e,_0x53c4fa._0x3d8e5b,_0x53c4fa._0x5da82c)+'ig.json):','gNPkZ':_0x517764(_0x53c4fa._0x30dec9,_0x53c4fa._0x408320,0x228,0x2c4)+'tup_path\x20\x20'+_0x517764(0x322,_0x53c4fa._0x250070,_0x53c4fa._0x1f9803,_0x53c4fa._0x1badcf)+_0xe361d8(-0x8,0x5b,0x1c,_0x53c4fa._0x182f9d)+_0x517764(_0x53c4fa._0x4ff596,_0x53c4fa._0x5bf02f,_0x53c4fa._0x14b7a0,0x2ad)+'y','pwYOd':'\x20\x20ssh_host'+_0x517764(0x348,_0x53c4fa._0x2f35bc,_0x53c4fa._0xdae097,_0x53c4fa._0x5c53ba)+'\x20\x20SSH\x20host'+_0xe361d8(0x52,_0x53c4fa._0x40987b,_0x53c4fa._0x4c78d4,_0x53c4fa._0x4dd02e)+_0xe361d8(_0x53c4fa._0x3b2656,_0x53c4fa._0x51abd7,_0x53c4fa._0x105435,_0x53c4fa._0x51abd7),'iPNzz':_0xe361d8(_0x53c4fa._0x153a61,0xb2,0x92,_0x53c4fa._0x4670f2)+_0xe361d8(_0x53c4fa._0x45aef2,0x5,-0x6c,-_0x53c4fa._0x41f967)+_0xe361d8(_0x53c4fa._0x5d2bd9,0x1a,-0x61,0xad)+_0x517764(0x2fb,_0x53c4fa._0x14a808,_0x53c4fa._0x3fffa3,0x2bf)+_0xe361d8(0x9e,0x117,_0x53c4fa._0x82bf45,0x132),'crcOO':'\x20\x20coder-se'+_0x517764(0x2ca,0x2c6,_0x53c4fa._0x2f7872,_0x53c4fa._0x47961d)+_0x517764(_0x53c4fa._0x318996,_0x53c4fa._0x1eea03,_0x53c4fa._0x2495fe,0x2e8)+_0x517764(_0x53c4fa._0x29a353,0x2ce,0x36d,0x30f)+_0xe361d8(-0xa0,0x3,_0x53c4fa._0x27ff31,_0x53c4fa._0x37242e),'csRQk':_0xe361d8(0x157,0xc3,_0x53c4fa._0x1fdd6d,_0x53c4fa._0x30c84a)+_0xe361d8(_0x53c4fa._0x50f01e,0x65,-0x11,-_0x53c4fa._0x47e264)+_0xe361d8(_0x53c4fa._0xc5f13c,_0x53c4fa._0x48c063,0xa7,_0x53c4fa._0x38c303)+'er_port\x2080'+'80','XicMG':'\x20\x20ssl_cert'+_0x517764(0x2c4,0x293,0x240,0x319)+_0xe361d8(0xd9,_0x53c4fa._0x498bec,_0x53c4fa._0x1d45f0,_0x53c4fa._0x498bec)+_0xe361d8(_0x53c4fa._0x3718bb,0x36,_0x53c4fa._0x2966c6,_0x53c4fa._0x290c24)+_0x517764(_0x53c4fa._0x169aee,0x3c2,_0x53c4fa._0x55afb9,0x401),'YiLBe':_0xe361d8(_0x53c4fa._0x5e1fe8,_0x53c4fa._0x154578,_0x53c4fa._0x182716,0x17d)+'path\x20\x20\x20\x20\x20\x20'+_0x517764(0x322,_0x53c4fa._0x923ba2,0x3c5,0x2e6)+_0x517764(0x2bd,_0x53c4fa._0x3650ba,_0x53c4fa._0x30dec9,0x295)+'e\x20key\x20file','nniTK':_0x517764(0x28d,0x232,0x287,_0x53c4fa._0x205243)+_0x517764(_0x53c4fa._0x20cd7c,_0x53c4fa._0x577daa,_0x53c4fa._0x2a62f6,_0x53c4fa._0x48a11c)+_0xe361d8(0xd1,0x12d,0xfb,_0x53c4fa._0x330e0e)+'agent\x20(cla'+'ude\x20or\x20cod'+_0x517764(_0x53c4fa._0x3bf18b,0x3a5,0x3f3,0x2c9),'QfvKI':_0x517764(0x29a,_0x53c4fa._0x3b47f6,0x22b,_0x53c4fa._0x5d0b35)+_0x517764(0x28a,_0x53c4fa._0x1a0614,0x1f9,0x213)+_0x517764(_0x53c4fa._0x2fdf1d,_0x53c4fa._0x3b2656,0x1ee,_0x53c4fa._0x26562b)+_0x517764(0x26c,_0x53c4fa._0x1da881,0x22f,_0x53c4fa._0x12e207)+'lt:\x203000)','fZRbc':_0xe361d8(0x3a,-0x2,-_0x53c4fa._0x1cbb47,-0x34),'ngBwN':_0x517764(_0x53c4fa._0x546085,0x2f2,_0x53c4fa._0x548978,_0x53c4fa._0x2e8d4a),'NaTvD':_0xe361d8(0x2b,_0x53c4fa._0x2eb15a,_0x53c4fa._0x1321d5,_0x53c4fa._0x33c78d)+'iguration\x20'+_0x517764(_0x53c4fa._0x1ea183,0x2a3,0x1da,0x289)+_0x517764(_0x53c4fa._0x17d680,_0x53c4fa._0x1b55cc,_0x53c4fa._0x17d680,0x2cb)+_0xe361d8(0x137,0x90,_0x53c4fa._0x1545f9,0x3c),'zUlNI':'\x20\x20get\x20<key'+_0xe361d8(_0x53c4fa._0x2f1e19,_0x53c4fa._0x81e0ee,_0x53c4fa._0x269ff8,_0x53c4fa._0x534e96)+'\x20Get\x20a\x20con'+_0xe361d8(_0x53c4fa._0x578d0b,_0x53c4fa._0x57e989,-0x16,_0x53c4fa._0x1f9f7b)+_0x517764(0x37c,_0x53c4fa._0x1b5d76,_0x53c4fa._0x3b0dfe,_0x53c4fa._0x4be82e),'IKLHT':_0x517764(0x304,_0x53c4fa._0xe04f28,_0x53c4fa._0x593ce8,_0x53c4fa._0x1daee0)+'rage\x20\x20\x20\x20\x20\x20'+_0x517764(0x322,_0x53c4fa._0x338995,0x33c,0x327)+_0x517764(_0x53c4fa._0x51fbe0,0x25d,_0x53c4fa._0x10c7e4,0x2f4)+_0xe361d8(_0x53c4fa._0xb1a551,-_0x53c4fa._0x153a61,-0x4b,-0xb9),'FcRJV':_0xe361d8(-_0x53c4fa._0x9c7ef5,_0x53c4fa._0x35d129,_0x53c4fa._0x3f34d9,_0x53c4fa._0x23a4bd)+_0x517764(_0x53c4fa._0x750aba,0x380,_0x53c4fa._0x41b50a,_0x53c4fa._0x1b6024)+_0x517764(0x322,_0x53c4fa._0x174e0c,0x389,_0x53c4fa._0x216c8b)+_0x517764(_0x53c4fa._0x56a636,0x2c7,_0x53c4fa._0x56f353,_0x53c4fa._0x1e183b)+'dle\x20(optio'+'nal)','jbuoa':'Usage:\x20cod'+_0x517764(_0x53c4fa._0x2410ca,0x244,_0x53c4fa._0x539c7a,0x2fe)+_0x517764(_0x53c4fa._0x3b6a40,_0x53c4fa._0x3d0c18,_0x53c4fa._0xa8f18b,_0x53c4fa._0x42bc33)+'t|get|remo'+_0x517764(_0x53c4fa._0x3840aa,_0x53c4fa._0x246f85,_0x53c4fa._0x592676,0x258)+_0x517764(0x2d8,_0x53c4fa._0x13dc36,0x35c,0x27c)+'e]','VFxXM':_0x517764(_0x53c4fa._0x4e218d,_0x53c4fa._0x59ed1e,_0x53c4fa._0x16bce9,0x2fa)+'rver\x20confi'+'g\x20set\x20code'+_0xe361d8(0x6d,_0x53c4fa._0x13d12a,_0x53c4fa._0x1c5975,-_0x53c4fa._0x4bce51)+_0xe361d8(0x180,_0x53c4fa._0x12cd04,0x5e,_0x53c4fa._0x1ed2dc)+_0x517764(0x351,_0x53c4fa._0x11c655,0x3ca,0x327)+_0xe361d8(_0x53c4fa._0x133e9a,_0x53c4fa._0x39c8cd,_0x53c4fa._0x21de7a,_0x53c4fa._0x287428),'uWvJo':'\x20\x20name\x20\x20\x20\x20'+_0xe361d8(0xa1,0xe3,_0x53c4fa._0x350346,_0x53c4fa._0x32c4bf)+_0x517764(0x287,_0x53c4fa._0x1b55cc,_0x53c4fa._0x296c1a,_0x53c4fa._0xea31eb)+'me','PKUGU':function(_0x19825c){return _0x19825c();},'SVhOy':_0x517764(_0x53c4fa._0x55c11d,_0x53c4fa._0x180aa0,_0x53c4fa._0x500e67,_0x53c4fa._0x510c14),'bmzQX':_0x517764(0x269,0x24d,0x244,0x1f4)+_0xe361d8(_0x53c4fa._0x3ed1cf,_0x53c4fa._0x201e2f,_0x53c4fa._0x5524a6,_0x53c4fa._0x1e7eae)+'t\x20configur'+'ed','eubxz':_0xe361d8(_0x53c4fa._0x40f3a7,_0x53c4fa._0x20ba86,0xb2,0x121),'zdXcm':_0xe361d8(0xd1,0x62,0x3e,_0x53c4fa._0x1eeded),'flyFO':_0xe361d8(_0x53c4fa._0x25f390,0x88,-_0x53c4fa._0x195322,0xb7),'QxQIt':function(_0x12d12c,_0x260255){return _0x12d12c===_0x260255;},'sdtxr':'ENOENT','gOYjt':_0xe361d8(0x87,-0x1d,_0x53c4fa._0x1716e1,-0x19)+'coder_setu'+_0xe361d8(0xe7,_0x53c4fa._0x46a65f,_0x53c4fa._0x1321d5,_0x53c4fa._0xdc910b)+_0xe361d8(_0x53c4fa._0xa56ad0,-_0x53c4fa._0x31f8b2,-_0x53c4fa._0x26028f,-0x3c)+'alid\x20coder'+_0xe361d8(-0x22,_0x53c4fa._0x119e11,_0x53c4fa._0x2fb04e,-0x2)+_0x517764(_0x53c4fa._0x503688,0x2f5,_0x53c4fa._0x20f1fd,_0x53c4fa._0x44b582),'OJvuy':function(_0x287b58,_0x4594e3){return _0x287b58!==_0x4594e3;},'ysrNE':_0x517764(_0x53c4fa._0x57d04d,0x351,_0x53c4fa._0xff2862,_0x53c4fa._0x5e6072)},_0x3808a3=await _0x175fa7[_0x517764(_0x53c4fa._0x380cdb,0x2df,0x2c2,0x269)](getCoderSetupPath);if(!_0x3808a3){const _0x3fc8cf=_0x175fa7[_0xe361d8(0x1b1,0x127,_0x53c4fa._0xbeb7a0,0x118)][_0x517764(0x382,0x2eb,_0x53c4fa._0x1f15c7,_0x53c4fa._0x4e218d)]('|');let _0x30b21d=0xbb*-0x25+-0x1839+0x3340;while(!![]){switch(_0x3fc8cf[_0x30b21d++]){case'0':process[_0xe361d8(_0x53c4fa._0x546be8,_0x53c4fa._0x331283,_0x53c4fa._0x56af7d,_0x53c4fa._0x4a739e)](0xe*0x2ae+0x1742+-0x1*0x3cc5);continue;case'1':console[_0x517764(0x342,0x2e7,_0x53c4fa._0x4d8fed,0x390)](_0x175fa7[_0x517764(0x310,0x30f,_0x53c4fa._0x5c53ba,_0x53c4fa._0x140a51)]);continue;case'2':console[_0xe361d8(0x10c,0xdd,0x118,0x93)](_0x175fa7[_0x517764(0x2b6,_0x53c4fa._0x4a5ca9,_0x53c4fa._0x4e0b05,0x28d)]);continue;case'3':console[_0xe361d8(0x187,0xdd,0xa6,_0x53c4fa._0x4294a6)](_0x517764(0x36f,_0x53c4fa._0x1a5f59,0x2cd,0x339)+'igure\x20the\x20'+_0xe361d8(_0x53c4fa._0x1433ea,_0x53c4fa._0x2625e2,_0x53c4fa._0x4d6e62,0xb3)+':');continue;case'4':console[_0xe361d8(0xea,_0x53c4fa._0x9fafbe,0x7b,_0x53c4fa._0x11d30c)]('');continue;}break;}}const _0xafe7e0=_0x424ab8['join'](_0x3808a3,_0x175fa7[_0xe361d8(-0x31,0x75,_0x53c4fa._0x5524a6,0x97)]);let _0x4c5082;try{if(_0x175fa7[_0xe361d8(0x124,0x7d,-_0x53c4fa._0xb1a551,0x102)]!==_0x175fa7[_0xe361d8(_0x53c4fa._0x594505,0x7d,-0xa,0xa)])_0x24b82f[_0xe361d8(0x73,_0x53c4fa._0x2dfb94,_0x53c4fa._0xbeb7a0,0xfd)](_0x175fa7[_0x517764(0x303,0x282,0x2c2,0x295)]),_0x4d4f16[_0x517764(_0x53c4fa._0x3f4143,0x35e,0x396,0x330)](-0xf1*0x16+0x2126+-0x3*0x425);else{const _0x408c3a=await _0x1acb2e['readFile'](_0xafe7e0,_0x175fa7[_0x517764(0x2b7,_0x53c4fa._0x246f85,_0x53c4fa._0x5cfee7,_0x53c4fa._0x247380)]);_0x4c5082=JSON['parse'](_0x408c3a);}}catch(_0x27489e){if(_0x175fa7[_0xe361d8(_0x53c4fa._0x181452,0x37,0x9b,0xa9)](_0x27489e[_0xe361d8(-0x45,-_0x53c4fa._0x39f978,_0x53c4fa._0x388b12,0x7c)],_0x175fa7[_0xe361d8(0x150,0xe1,0x144,_0x53c4fa._0x5f52d8)]))console[_0xe361d8(0xdd,0xdd,_0x53c4fa._0xdaa3b6,_0x53c4fa._0x2e553d)](_0x517764(_0x53c4fa._0xe04f28,_0x53c4fa._0x1b11b2,_0x53c4fa._0x2a5920,0x2f2)+_0xe361d8(0x184,0x105,_0x53c4fa._0xf69584,_0x53c4fa._0x299e4a)+_0x517764(_0x53c4fa._0x4bbc19,0x26a,_0x53c4fa._0x7e293d,0x2b6)+'\x20'+_0xafe7e0),console['error'](_0x175fa7['gOYjt']);else{if(_0x175fa7[_0xe361d8(_0x53c4fa._0x23a4bd,_0x53c4fa._0x3181c7,0x39,_0x53c4fa._0x23cc34)](_0x175fa7[_0x517764(0x251,_0x53c4fa._0x322057,0x2dc,0x2bf)],_0x175fa7['ysrNE'])){const _0x2f3540=_0x175fa7[_0xe361d8(0xd8,_0x53c4fa._0x5765f4,0x1b,0xb9)][_0xe361d8(_0x53c4fa._0x10792f,_0x53c4fa._0x26ed18,0x195,0x11a)]('|');let _0x307c4a=-0x12ef+0xc8a+0x665;while(!![]){switch(_0x2f3540[_0x307c4a++]){case'0':_0x46abff[_0x517764(0x342,0x317,0x30f,0x2a7)]('');continue;case'1':_0x2b342a['error'](_0x175fa7['OJEOb']);continue;case'2':_0x3a6529[_0x517764(_0x53c4fa._0x41174c,_0x53c4fa._0x2c5cdc,0x2e9,_0x53c4fa._0x3d2194)](_0x175fa7[_0xe361d8(_0x53c4fa._0x3069c8,0x21,_0x53c4fa._0x2f3635,0xb0)]);continue;case'3':_0x4eab23[_0xe361d8(_0x53c4fa._0x172853,_0x53c4fa._0xef6abe,_0x53c4fa._0x119324,0x102)](_0x175fa7[_0xe361d8(0xe5,0x40,_0x53c4fa._0x709e7b,_0x53c4fa._0x5129dc)]);continue;case'4':_0xe2cc8a[_0x517764(0x342,0x319,_0x53c4fa._0x5ac32e,0x350)](_0x175fa7[_0x517764(0x26e,0x2f3,_0x53c4fa._0x2cae2d,0x212)]);continue;case'5':_0x127e17['error'](_0xe361d8(0x9e,_0x53c4fa._0xc497ae,_0x53c4fa._0x2fedf1,0xd5)+_0x517764(_0x53c4fa._0x4d4569,_0x53c4fa._0x14b7a0,0x352,_0x53c4fa._0x14265c)+_0x517764(_0x53c4fa._0x1374db,0x2d6,_0x53c4fa._0x404378,_0x53c4fa._0x3793f8));continue;case'6':_0xdf25a[_0x517764(_0x53c4fa._0x45032a,0x3ae,_0x53c4fa._0x1c84fa,_0x53c4fa._0x30a3a7)](_0x175fa7['crcOO']);continue;case'7':_0x30af4c[_0xe361d8(0xce,_0x53c4fa._0x290c24,_0x53c4fa._0x4d4fc9,0x17c)](_0x175fa7[_0x517764(_0x53c4fa._0x5f43a0,_0x53c4fa._0x3df20d,0x39d,_0x53c4fa._0x59ddd6)]);continue;case'8':_0x8e8160[_0x517764(0x342,0x34b,_0x53c4fa._0x3fef33,0x2ce)](_0x175fa7[_0x517764(_0x53c4fa._0x288a73,0x3b1,_0x53c4fa._0x1a3619,0x407)]);continue;case'9':_0x481b9a['error'](_0x175fa7[_0xe361d8(0x148,_0x53c4fa._0x5954a7,_0x53c4fa._0x49213b,_0x53c4fa._0x3208b7)]);continue;case'10':_0x140bb9[_0x517764(0x342,0x352,0x29a,_0x53c4fa._0x5efd11)](_0x175fa7['nniTK']);continue;case'11':_0x32ddad[_0x517764(_0x53c4fa._0x41174c,_0x53c4fa._0xb81c04,_0x53c4fa._0x4cc5de,_0x53c4fa._0x1d1908)](_0x175fa7['QfvKI']);continue;case'12':_0x3414a2['error'](_0x175fa7[_0x517764(0x33c,0x363,0x36d,0x380)]);continue;case'13':_0x47656e[_0x517764(_0x53c4fa._0x4ae92c,0x396,0x39b,_0x53c4fa._0x16c161)](_0x175fa7[_0xe361d8(0x5f,_0x53c4fa._0xc902b3,-0x24,_0x53c4fa._0x1e3d2a)]);continue;case'14':_0x2da33d[_0xe361d8(_0x53c4fa._0x2f3635,_0x53c4fa._0x290c24,0x51,_0x53c4fa._0x5c5aac)](_0x517764(_0x53c4fa._0x42bc33,0x2aa,0x2e5,0x29d)+_0xe361d8(0x8e,_0x53c4fa._0x45d089,-0x1e,_0x53c4fa._0x256baa)+'\x20\x20Trust\x20pr'+_0x517764(_0x53c4fa._0x1ce446,_0x53c4fa._0x280591,0x306,_0x53c4fa._0x4c4bd3)+'s\x20(true/fa'+_0x517764(_0x53c4fa._0x26ead6,0x235,_0x53c4fa._0x313ab1,0x29d));continue;case'15':_0x26fb95['error'](_0x175fa7['NaTvD']);continue;case'16':_0x40bcbc['error'](_0x175fa7['zUlNI']);continue;case'17':_0x259529[_0x517764(_0x53c4fa._0x45032a,0x36b,_0x53c4fa._0x414ff3,_0x53c4fa._0x340f04)](_0x175fa7[_0x517764(_0x53c4fa._0x1e87fd,_0x53c4fa._0x356366,_0x53c4fa._0xa8f18b,0x290)]);continue;case'18':_0x524dd6[_0x517764(_0x53c4fa._0x5929f2,0x35b,0x389,0x3c4)]('');continue;case'19':_0x107ba6[_0x517764(_0x53c4fa._0x2d6a0b,0x3db,0x35a,0x368)](_0x175fa7[_0x517764(0x368,0x34b,0x3fc,0x3b3)]);continue;case'20':_0x3b96b1[_0x517764(0x342,_0x53c4fa._0x2d9efa,_0x53c4fa._0x4f90bb,_0x53c4fa._0x10ba17)](_0x175fa7[_0xe361d8(_0x53c4fa._0x1fa618,_0x53c4fa._0x2fb04e,_0x53c4fa._0x4c78d4,_0x53c4fa._0x3b9547)]);continue;case'21':_0x37f7fc[_0x517764(0x342,_0x53c4fa._0x57fde2,0x34f,0x2ae)]('');continue;case'22':_0x10794e[_0x517764(0x342,0x2b3,0x2bb,0x2bd)](_0x517764(0x37f,_0x53c4fa._0x25314f,_0x53c4fa._0x15fd60,_0x53c4fa._0x5be3f2)+_0x517764(0x348,_0x53c4fa._0x32e616,_0x53c4fa._0x2c32a4,_0x53c4fa._0x44c789)+_0xe361d8(_0x53c4fa._0x11d6f0,_0x53c4fa._0x4ef400,_0x53c4fa._0x21c68a,-0x11)+_0x517764(0x307,0x2ed,_0x53c4fa._0x5c53ba,_0x53c4fa._0x5d9c4b)+_0xe361d8(0x7f,-0x21,-_0x53c4fa._0x536c92,_0x53c4fa._0x59c45c));continue;case'23':_0x49c848['error'](_0xe361d8(_0x53c4fa._0x1cbb47,_0x53c4fa._0x2a4c0d,0x17e,0x130)+_0x517764(0x2dc,0x379,0x290,0x294)+'\x20Remove\x20a\x20'+_0xe361d8(0x87,_0x53c4fa._0x2b08a5,_0x53c4fa._0x32ed87,0x9a)+'ion\x20value');continue;case'24':_0x2a776b[_0x517764(_0x53c4fa._0x53fad9,0x389,0x2eb,_0x53c4fa._0x54d20c)](_0x175fa7[_0x517764(_0x53c4fa._0x5c1636,_0x53c4fa._0x446366,_0x53c4fa._0x5e57a8,0x2ee)]);continue;case'25':_0x28af20['error'](_0x175fa7[_0x517764(_0x53c4fa._0x5cfee7,_0x53c4fa._0x349420,_0x53c4fa._0x5a46f1,0x25c)]);continue;case'26':_0x42f817['error']('');continue;}break;}}else console['error']('Error\x20read'+_0xe361d8(_0x53c4fa._0x562c2a,0xfd,_0x53c4fa._0xda99b9,0x97)+_0x517764(_0x53c4fa._0x50f0d3,0x30e,_0x53c4fa._0x6e043f,0x40a)+_0x27489e[_0xe361d8(0x36,0x19,-_0x53c4fa._0x193a57,0x87)]);}process[_0x517764(_0x53c4fa._0x3f4143,_0x53c4fa._0x4ecc05,_0x53c4fa._0x52a5b8,_0x53c4fa._0x47961d)](0x9*-0x329+0xdf1+-0x1*-0xe81);}function _0xe361d8(_0x77e3ab,_0x34f440,_0x4ce06c,_0x44cd59){return _0x4707b6(_0x4ce06c,_0x34f440-0xdc,_0x4ce06c-0x1d6,_0x34f440- -_0x1bd0ef._0x55a548);}_0x4c5082[_0x735f5d]=_0x42bf81,await _0x1acb2e[_0x517764(0x247,0x28a,_0x53c4fa._0x4d4569,_0x53c4fa._0x39b993)](_0xafe7e0,JSON['stringify'](_0x4c5082,null,-0x16cc+-0x4*0x2e7+0x226a)+'\x0a',_0x175fa7[_0x517764(0x2b7,_0x53c4fa._0x3ce776,0x26c,0x20d)]),console[_0xe361d8(0x8a,0xde,_0x53c4fa._0x2b77f2,0x100)]('Set\x20'+_0x735f5d+_0x517764(0x312,0x328,_0x53c4fa._0x3af179,_0x53c4fa._0x4e950b)+_0x42bf81),console[_0xe361d8(0x89,0xde,_0x53c4fa._0x4941f8,0xb4)](_0xe361d8(0x54,0xca,0x125,0x84)+':\x20'+_0xafe7e0);function _0x517764(_0x577aa7,_0xd3b59c,_0x75cce,_0x32a81b){return _0x17ed76(_0x32a81b,_0xd3b59c-0x1d2,_0x577aa7-_0x532f06._0x43dd8c,_0x32a81b-_0x532f06._0x291827);}console[_0x517764(0x343,0x3a0,_0x53c4fa._0x12ff61,0x3c9)](''),console[_0xe361d8(0x96,0xde,0xc4,0x12d)](_0x517764(_0x53c4fa._0x25aacc,0x321,0x36b,_0x53c4fa._0x82f6e4)+'e\x20server\x20f'+_0xe361d8(_0x53c4fa._0x4a5ac1,0x10d,0x7d,_0x53c4fa._0x4a97ad)+_0x517764(0x278,0x26c,0x2ac,0x25a)+_0xe361d8(0xae,_0x53c4fa._0xbddeb7,0x81,_0x53c4fa._0x35dd7b));}async function getConfig(_0x3180f1){const _0x42efe3={_0x45b793:0x22a,_0x24078f:0x1ee,_0x110a87:0x217,_0x233092:0x2ca,_0xb48220:0x281,_0x3b0cb5:0x2c8,_0x1c0fcf:0xc,_0x57f12f:0x77,_0x1d56dd:0x17d,_0x1cacad:0x1dd,_0x3e8d93:0x8e,_0x3f1b66:0x67,_0x8e9dbe:0x2d1,_0x52b7f8:0x299,_0xb82fd6:0x291,_0x45d68b:0x159,_0x473e18:0x26,_0x1c5d49:0x3c,_0x2ceb68:0x1b5,_0x4fb4b7:0x25f,_0x56fbeb:0x3f,_0x10e453:0x1c,_0x3adb42:0xd,_0x3d7837:0xa8,_0x598c79:0x27f,_0x43616b:0x1ba,_0x4a4f30:0x251,_0x5e4e7:0xa7,_0x4cb39d:0x3e,_0x1359b5:0xef,_0x88c1a2:0xd9,_0x4520c4:0x12,_0x50c00f:0x7d,_0x48902a:0x365,_0x4951b3:0x250,_0x46e958:0x2db,_0x515f3b:0x333,_0x30f9eb:0x22e,_0x77ac2a:0x195,_0x483c52:0x1cb,_0x11d516:0x135,_0xdd8e22:0x253,_0x501c50:0x1ce,_0x30b517:0x197,_0x63b1e7:0xb,_0x57ed88:0x40,_0x2382b7:0x82,_0x8c8798:0x10,_0xc5a42e:0x2a,_0xd9bf0f:0x9b,_0x4d7dca:0x33a,_0x4a943b:0x2b7,_0x2ccd5c:0x2d4,_0x1095c3:0x293,_0x52e303:0x20,_0x144079:0xbc,_0x3ead5b:0xff,_0x4f938a:0x287,_0x2110ac:0x280,_0x966acc:0x2b9,_0x15997d:0x2e5,_0x1c390e:0x176,_0x3a88d8:0x28d,_0x5f3d2c:0x20a,_0x70af7c:0x216,_0xf0936:0x152,_0x4bc80f:0xe1,_0x276126:0x52,_0x3094de:0x22d,_0x199754:0x269,_0x15a3c0:0x281,_0x2ccfe5:0x15,_0x52bda1:0x69,_0x24b970:0x2d,_0x23b4bc:0x2e,_0x33e450:0xf,_0x111382:0xb5,_0x41cec0:0x69,_0x1495e9:0x8e,_0x1db37b:0x13b,_0x146ea8:0x15c,_0x2c9c4a:0x1a8,_0x3d86a9:0x2dd,_0x475ea7:0x2d2,_0x5a4675:0x29c,_0x26e20e:0xc5,_0x151c51:0x21,_0x16b682:0xb6,_0x21e45f:0x95,_0x3ff8be:0x33,_0x174c97:0x28e,_0x541f3f:0x27a,_0x3755f2:0x23f,_0x2d3320:0x296,_0x4b9c2a:0x30b,_0x4d3702:0x1b9,_0x586276:0x26b,_0x1ee719:0xd8,_0x3131e2:0x48,_0x395231:0x82,_0x3ac0bf:0x1a0,_0x373a18:0x235,_0xf7f997:0x1b5,_0x4eafb1:0x3d,_0x58efb4:0xa3,_0x453fc7:0x6,_0x587be0:0x1b5,_0x4571df:0x1a9,_0x2cef6b:0x10f,_0x3aceb5:0x20f,_0x40eda0:0x273,_0x3cd1da:0x225,_0x467c4d:0x37,_0x2ee974:0xc5,_0x53c6d4:0x257,_0x4a4a67:0x293,_0x56985d:0xbf,_0x11d865:0x6a,_0x536680:0x1c,_0x1399f0:0x2c8,_0x15c68b:0x2cb,_0xc1f977:0x2d4,_0x473465:0x310,_0x19e6ba:0xc7,_0x25346c:0xad,_0x24c770:0x348,_0x4c5e84:0x2b7,_0x15f6e5:0x10b,_0x419844:0x2eb,_0x27b53e:0x2e5,_0x4c4802:0x296,_0x16dae8:0x36c,_0x76d9ad:0x2b4,_0x3ba7ce:0x29e,_0x1e913e:0xc0,_0x496584:0x59,_0xe6d08b:0x8c,_0x1217ae:0x45,_0x212d5c:0x314,_0x25f0d7:0x318,_0x16d969:0x218,_0x4c2fea:0x25e,_0x36084c:0x2bc,_0x527f11:0x1ed,_0x221984:0xa9,_0x24e828:0x84,_0x4a8e18:0x1f4,_0x3f6c58:0x23f,_0x3dff5c:0x1e4,_0xae19bd:0x166,_0x14e214:0x108,_0x2b767a:0x1a6,_0x3313a9:0x235,_0x5786fc:0xde,_0x5ae7db:0xf6,_0x1c158e:0x32a,_0x1af0a9:0x2b5,_0x21c796:0x35d,_0x47f39e:0x2ac,_0x2000e1:0x22f,_0x5173b9:0x2b0,_0x456c38:0x2e7},_0x190cce={_0x5b034d:0x17d,_0x3e5a64:0xc9},_0x365f06={_0x28e7fd:0x123,_0x45f72a:0x2c0};function _0x5a6b84(_0x26d1ba,_0x27a97c,_0x3b53f5,_0x42c33f){return _0x4707b6(_0x26d1ba,_0x27a97c-_0x365f06._0x28e7fd,_0x3b53f5-0x178,_0x3b53f5- -_0x365f06._0x45f72a);}const _0x4f79a3={'rEgWW':'Error:\x20Set'+_0x5a6b84(0x222,_0x42efe3._0x45b793,_0x42efe3._0x24078f,0x1fd)+'t\x20configur'+'ed','jiEnz':_0x5a6b84(_0x42efe3._0x110a87,_0x42efe3._0x233092,0x2b6,0x25d)+_0x5a6b84(0x271,0x20c,_0x42efe3._0xb48220,_0x42efe3._0x3b0cb5)+_0x371e6d(-0x14,-_0x42efe3._0x1c0fcf,-_0x42efe3._0x57f12f,0xf)+_0x5a6b84(_0x42efe3._0x1d56dd,0x138,_0x42efe3._0x1cacad,0x216)+_0x371e6d(0x0,_0x42efe3._0x3e8d93,_0x42efe3._0x3f1b66,0x10b)+_0x5a6b84(_0x42efe3._0x8e9dbe,_0x42efe3._0x52b7f8,0x252,_0x42efe3._0xb82fd6),'SpAfd':_0x5a6b84(_0x42efe3._0x45d68b,0x23e,0x1b1,0x23b)+_0x371e6d(0x38,_0x42efe3._0x473e18,0x8f,-_0x42efe3._0x1c5d49)+_0x5a6b84(_0x42efe3._0x2ceb68,0x236,0x239,0x23b)+_0x5a6b84(0x302,0x2ca,_0x42efe3._0x4fb4b7,0x2c0),'cDhYr':function(_0x3ecaa6,_0x522727){return _0x3ecaa6&&_0x522727;},'gLLAe':'coder_setu'+'p_path','NspXp':function(_0x3872e8){return _0x3872e8();},'ckVpx':_0x371e6d(0x31,0x86,_0x42efe3._0x56fbeb,0x123)+'t','EqcSW':'ssl_cert_p'+_0x371e6d(-_0x42efe3._0x10e453,-_0x42efe3._0x3adb42,-_0x42efe3._0x3d7837,-0x2b),'urLmI':function(_0x367127){return _0x367127();},'aCNCt':_0x5a6b84(_0x42efe3._0x598c79,_0x42efe3._0x43616b,_0x42efe3._0x4a4f30,0x2a1)+'th','lSOFV':_0x371e6d(-_0x42efe3._0x5e4e7,-0x43,_0x42efe3._0x4cb39d,-_0x42efe3._0x1359b5)+'y','EBXHD':function(_0x175789){return _0x175789();},'UWbfi':function(_0x242fc4,_0x2d95d7){return _0x242fc4!==_0x2d95d7;},'imrHs':'YTDtY','gTjNe':_0x371e6d(_0x42efe3._0x88c1a2,0x70,_0x42efe3._0x4520c4,_0x42efe3._0x50c00f),'eTjPC':_0x5a6b84(_0x42efe3._0x48902a,_0x42efe3._0x4951b3,_0x42efe3._0x46e958,_0x42efe3._0x515f3b),'YYmke':_0x5a6b84(_0x42efe3._0x30f9eb,_0x42efe3._0x77ac2a,_0x42efe3._0x483c52,_0x42efe3._0x11d516),'uveRn':_0x5a6b84(_0x42efe3._0xdd8e22,0x25b,0x23e,0x2dc),'AicDx':_0x5a6b84(0x27c,0x217,0x26e,0x227),'WHuTJ':function(_0x260268,_0x5da3fd){return _0x260268!==_0x5da3fd;},'irPVx':function(_0x467d45,_0x19a012){return _0x467d45===_0x19a012;},'xzicq':_0x5a6b84(0x135,_0x42efe3._0x501c50,_0x42efe3._0x30b517,0x176)};!_0x3180f1&&(console['error'](_0x4f79a3[_0x371e6d(-0x48,_0x42efe3._0x63b1e7,0x11,-0x79)]),process[_0x371e6d(_0x42efe3._0x57ed88,0xde,0x146,0x38)](-0x77d+-0xd88*-0x1+-0x2*0x305));const _0x24012b=SERVER_CONFIG_KEYS[_0x371e6d(-_0x42efe3._0x2382b7,0xe,-_0x42efe3._0x8c8798,-0x8c)](_0x3180f1);function _0x371e6d(_0x3cee9a,_0x3be45c,_0x2d5216,_0x490602){return _0x17ed76(_0x2d5216,_0x3be45c-0x193,_0x3be45c-_0x190cce._0x5b034d,_0x490602-_0x190cce._0x3e5a64);}const _0x29426d=SETUP_JSON_KEYS[_0x371e6d(-_0x42efe3._0xc5a42e,0xe,0x43,-_0x42efe3._0xd9bf0f)](_0x3180f1);_0x4f79a3[_0x5a6b84(_0x42efe3._0x4d7dca,0x349,_0x42efe3._0x4a943b,0x2cc)](!_0x24012b,!_0x29426d)&&(console[_0x5a6b84(_0x42efe3._0x2ccd5c,0x2bf,_0x42efe3._0x1095c3,_0x42efe3._0x2ccd5c)](_0x371e6d(_0x42efe3._0x52e303,0xad,_0x42efe3._0x144079,0x94)+'nfiguratio'+_0x5a6b84(_0x42efe3._0x3ead5b,0xf4,0x1a0,0x122)+_0x3180f1),console[_0x5a6b84(_0x42efe3._0x4f938a,0x330,_0x42efe3._0x1095c3,_0x42efe3._0x2110ac)](_0x4f79a3[_0x5a6b84(_0x42efe3._0x966acc,0x30d,_0x42efe3._0x15997d,0x2e2)]),process['exit'](0xb*0x161+0x8f1*0x3+-0x29fd));let _0xa6387b;if(_0x24012b)switch(_0x3180f1){case _0x4f79a3['gLLAe']:_0xa6387b=await _0x4f79a3[_0x5a6b84(_0x42efe3._0x1c390e,_0x42efe3._0x3a88d8,_0x42efe3._0x5f3d2c,_0x42efe3._0x70af7c)](getCoderSetupPath);break;case _0x4f79a3[_0x371e6d(_0x42efe3._0xf0936,0xd4,_0x42efe3._0x4bc80f,_0x42efe3._0x276126)]:_0xa6387b=await _0x4f79a3['NspXp'](getServerPort);break;case _0x4f79a3[_0x5a6b84(0x28b,_0x42efe3._0x3094de,0x230,0x221)]:_0xa6387b=await _0x4f79a3[_0x5a6b84(0x25c,0x173,0x1e7,_0x42efe3._0x199754)](getSslCertPath);break;case _0x4f79a3[_0x5a6b84(0x231,0x1bc,0x21f,_0x42efe3._0x15a3c0)]:_0xa6387b=await _0x4f79a3['urLmI'](getSslKeyPath);break;case _0x371e6d(_0x42efe3._0x2ccfe5,0xa7,_0x42efe3._0x52bda1,_0x42efe3._0x24b970)+'h':_0xa6387b=await _0x4f79a3[_0x371e6d(-_0x42efe3._0x23b4bc,-_0x42efe3._0x33e450,-_0x42efe3._0x111382,_0x42efe3._0x41cec0)](getSslCaPath);break;case _0x4f79a3['lSOFV']:_0xa6387b=await _0x4f79a3[_0x371e6d(0x28,0x95,_0x42efe3._0x1495e9,_0x42efe3._0x1db37b)](getTrustProxy);break;}else{if(_0x29426d){if(_0x4f79a3[_0x5a6b84(_0x42efe3._0x146ea8,0x162,_0x42efe3._0x501c50,_0x42efe3._0x2c9c4a)](_0x4f79a3[_0x5a6b84(_0x42efe3._0x3d86a9,0x245,_0x42efe3._0x475ea7,_0x42efe3._0x5a4675)],_0x4f79a3[_0x371e6d(_0x42efe3._0x26e20e,_0x42efe3._0x151c51,0xb9,-0x80)])){const _0x595d57=await _0x4f79a3[_0x371e6d(_0x42efe3._0x16b682,_0x42efe3._0x21e45f,_0x42efe3._0x3ff8be,0xcc)](getCoderSetupPath);!_0x595d57&&(console[_0x5a6b84(0x316,_0x42efe3._0x174c97,0x293,0x33c)](_0x4f79a3[_0x5a6b84(0x228,_0x42efe3._0x541f3f,0x1f8,_0x42efe3._0x3755f2)]),process[_0x5a6b84(0x25a,_0x42efe3._0x2d3320,_0x42efe3._0x2ccd5c,_0x42efe3._0x4b9c2a)](-0x925+-0x200b+0x25*0x11d));const _0x4d286d=_0x424ab8[_0x5a6b84(_0x42efe3._0x4d3702,_0x42efe3._0x586276,0x236,0x226)](_0x595d57,_0x4f79a3['eTjPC']);try{if(_0x371e6d(-0x4c,-0x2b,-0xc3,-_0x42efe3._0x1ee719)===_0x4f79a3[_0x371e6d(0x20,0x6e,_0x42efe3._0x3131e2,_0x42efe3._0x395231)]){const _0x275c24=await _0x1acb2e[_0x5a6b84(_0x42efe3._0x3ac0bf,0x1d8,_0x42efe3._0x373a18,_0x42efe3._0xf7f997)](_0x4d286d,_0x4f79a3[_0x371e6d(_0x42efe3._0x4eafb1,-0x2a,-_0x42efe3._0x58efb4,0x39)]),_0x53a437=JSON['parse'](_0x275c24);_0xa6387b=_0x53a437[_0x3180f1];}else _0x2a7130[_0x371e6d(0xf,0x9d,0x11b,_0x42efe3._0x453fc7)](_0x4f79a3[_0x5a6b84(0x18e,_0x42efe3._0x587be0,0x1f8,0x16e)]),_0x5a3a13['exit'](-0xf*-0x1b+-0x739+0x5a5);}catch(_0xef0af){_0xef0af[_0x5a6b84(0x216,_0x42efe3._0x4571df,0x194,_0x42efe3._0x2cef6b)]===_0x4f79a3[_0x5a6b84(_0x42efe3._0x3aceb5,_0x42efe3._0x40eda0,_0x42efe3._0x3cd1da,0x2b4)]?console['error']('Error:\x20set'+_0x371e6d(_0x42efe3._0x467c4d,_0x42efe3._0x2ee974,0xfe,_0x42efe3._0x1ee719)+'t\x20found\x20at'+'\x20'+_0x4d286d):console[_0x5a6b84(_0x42efe3._0x53c6d4,0x210,_0x42efe3._0x4a4a67,0x308)](_0x371e6d(0xe9,_0x42efe3._0x56985d,_0x42efe3._0x11d865,0x12c)+'ing\x20setup.'+'json:\x20'+_0xef0af[_0x371e6d(_0x42efe3._0x536680,-0x27,-0x62,-0x5d)]),process[_0x5a6b84(_0x42efe3._0x1399f0,_0x42efe3._0x15c68b,_0x42efe3._0xc1f977,_0x42efe3._0x473465)](0x6*-0x56a+-0x2c4+0x2341);}}else _0x3202d8[_0x371e6d(0x3d,0x9d,0x9c,_0x42efe3._0x19e6ba)](_0x371e6d(0xf0,_0x42efe3._0x25346c,0x54,0x46)+_0x5a6b84(_0x42efe3._0x24c770,0x2a4,0x2cc,_0x42efe3._0x4c5e84)+_0x5a6b84(_0x42efe3._0x15f6e5,0x1a9,0x1a0,0x1ef)+_0x32a3de),_0x47c86f[_0x5a6b84(0x1ea,0x30a,_0x42efe3._0x1095c3,0x333)](_0x4f79a3[_0x5a6b84(0x2de,_0x42efe3._0x419844,_0x42efe3._0x27b53e,0x26d)]),_0x27d20e[_0x5a6b84(_0x42efe3._0x4c4802,0x253,0x2d4,_0x42efe3._0x16dae8)](0x23f1+0x1*0xa9f+-0x2e8f);}}_0x4f79a3[_0x5a6b84(0x219,_0x42efe3._0x76d9ad,0x25c,_0x42efe3._0x3ba7ce)](_0xa6387b,undefined)?console['log'](_0xa6387b):_0x4f79a3[_0x371e6d(-_0x42efe3._0x1e913e,-_0x42efe3._0x496584,-_0x42efe3._0xe6d08b,-_0x42efe3._0x1217ae)](_0x4f79a3[_0x5a6b84(_0x42efe3._0x212d5c,_0x42efe3._0x25f0d7,0x2ad,_0x42efe3._0x16d969)],_0x4f79a3[_0x5a6b84(_0x42efe3._0x4c2fea,0x250,0x2ad,0x317)])?(console[_0x5a6b84(_0x42efe3._0x36084c,_0x42efe3._0x2110ac,_0x42efe3._0x4a4a67,_0x42efe3._0x527f11)](_0x371e6d(-0x57,-0x13,0x1a,0x25)+_0x3180f1+(_0x371e6d(_0x42efe3._0x3ff8be,_0x42efe3._0x221984,0x137,_0x42efe3._0x24e828)+_0x5a6b84(_0x42efe3._0x4a8e18,_0x42efe3._0x3f6c58,_0x42efe3._0x3dff5c,_0x42efe3._0xae19bd)+_0x5a6b84(_0x42efe3._0x14e214,0x14f,_0x42efe3._0x2b767a,_0x42efe3._0x3313a9))),process[_0x371e6d(0xa5,_0x42efe3._0x5786fc,_0x42efe3._0x5ae7db,0xef)](0x15cc+0x1ff2+0x35bd*-0x1)):_0x120c55[_0x371e6d(_0x42efe3._0x4eafb1,0x9d,0x53,0x88)](_0x5a6b84(_0x42efe3._0x1c158e,0x265,_0x42efe3._0x1af0a9,_0x42efe3._0x3ba7ce)+_0x5a6b84(_0x42efe3._0x21c796,_0x42efe3._0x47f39e,0x2b3,_0x42efe3._0x2000e1)+_0x5a6b84(_0x42efe3._0x8e9dbe,_0x42efe3._0x3d86a9,_0x42efe3._0x5173b9,_0x42efe3._0x456c38)+_0x1f4648['message']);}async function removeConfig(_0x159fbc){const _0x56abb5={_0x17b0c9:0x118,_0x5683b7:0x196,_0x479841:0x180,_0x248496:0x1d7,_0x3dc6a0:0x276,_0x185220:0x19d,_0xba8125:0x149,_0x106a22:0xb4,_0x2ab772:0x85,_0x3d24d0:0x177,_0x4c6b1b:0x1a8,_0x54408b:0x7,_0x4e69c5:0x77,_0x58bfa1:0x111,_0x44ef5f:0xd3,_0x5c49b1:0x9d,_0x364b77:0x1d8,_0x4532f1:0x14a,_0x2dbee3:0x201,_0x17ee08:0xbd,_0xf24e72:0xe3,_0x3df85f:0xe9,_0x1a9727:0xd7,_0x186f58:0xec,_0x5c58d5:0xa9,_0x2a9eb7:0x4a,_0x581448:0x16,_0x23265b:0x109,_0x245c86:0x83,_0x3333a3:0x1e5,_0x2b44ea:0x275,_0x5797aa:0x218,_0x53f4ca:0x16a,_0x46a068:0x9e,_0x3cdf2e:0x186,_0x4d1743:0x10c,_0x5b5bd6:0x1b3,_0x37b5a6:0x20a,_0x1f7ce3:0x1a5,_0x1c9867:0x79,_0x4ba390:0xbe,_0x3509c1:0xbf,_0x149aa2:0x11d,_0x11b9e6:0x1bb,_0xd8659c:0x242,_0x2ff54e:0x93,_0x1990f3:0xf,_0x2a6509:0x7e,_0x25fbd5:0xf3,_0x30498d:0x3e,_0x2060a9:0x5,_0x5cb11a:0xbc,_0x865a11:0x62,_0x2c1960:0x11e,_0x18c3d0:0x80,_0x159f5d:0x64,_0x79a2fa:0x19d,_0xb46330:0x1df,_0x17700f:0x10e,_0x5634b5:0x57,_0x3996c9:0x216,_0x5808b8:0x201,_0x5f08f2:0x166,_0x3c5766:0x93,_0x5eb8ba:0x6a,_0xc27d7b:0x243,_0x53c264:0x257,_0x316477:0xe0,_0x5787ee:0x7d,_0x927e05:0x1d,_0x2de264:0x27,_0x1e8f28:0x39,_0xaa29b0:0x11,_0x2ffbbb:0x1dc,_0x10d1cd:0x14e,_0x53d6e8:0x198,_0x33178a:0x1a2,_0x50bfc8:0x18,_0x3b3c12:0x97,_0x37a987:0x9f,_0x99cb55:0xf7,_0x388a3f:0x119,_0xce5f26:0xb0,_0x5d5d37:0x1c2,_0xa1b058:0x230,_0x183337:0x1fb,_0x4f9c61:0x1ca,_0x17cb76:0x48,_0xb74ab8:0x45,_0x5f0e25:0x6f,_0x21d5ca:0x83,_0x5c5e33:0xef,_0x3461ce:0x180,_0x256117:0x15a,_0x2d699d:0xe0,_0x4b6ddd:0xd4,_0xfe63bc:0xdd,_0x4da04d:0x1d6,_0x14b99a:0x262,_0x5aa793:0x25a,_0xd16e5:0xd0,_0x39c0b1:0x67,_0x5686cd:0x30,_0x2e793b:0x1fa,_0x4ac623:0x1e6,_0x547b7f:0x211,_0x159a1f:0x1ad,_0x44ca09:0xa8,_0x2e39fc:0x37,_0x2b652d:0x12e,_0x28b332:0x215,_0x21cda0:0x1d4,_0x31bcd7:0x65,_0x56580a:0xad,_0x42a639:0x2e,_0x19cec7:0x90,_0x3ccd5a:0xac,_0x15ad81:0xf0,_0xed8b61:0x113,_0x34e548:0x1ce,_0x2e03ae:0x135,_0x18b76e:0x56,_0x4ef7c2:0x4b,_0xc4587b:0x102,_0x46f8b0:0x9c,_0x4778a3:0x3d,_0x239b7f:0xf1,_0x30bff3:0x1af,_0x244acd:0x167,_0x7a6b16:0x19d,_0x4492b0:0x96,_0x1643c2:0x3,_0x340ce4:0x12,_0x430995:0x39,_0xd552b9:0x124,_0x5e7500:0x132,_0x3d8fce:0x96,_0x343971:0x153,_0xe02496:0x7b,_0x3f3f78:0x61,_0x5c7010:0x8d,_0x4a0a30:0xca,_0x31913b:0xf3,_0xc3db8b:0x1ea,_0x312b66:0x14e,_0x57a574:0x1dd,_0x317714:0xd6,_0x559a09:0x11d,_0x345ae0:0x182,_0x2e5b40:0x177,_0x19af10:0x12b,_0x4655c9:0x10f,_0x4bb63f:0x2b,_0x281b1e:0x19f,_0x277c5d:0x185,_0x437602:0x71,_0x5bad01:0x5c,_0x28068e:0x7f,_0x3c024b:0x109,_0x50ee08:0xe2,_0x1adca4:0x8b,_0x4b2dd9:0x138,_0x4ba372:0x108,_0x21c738:0xf2,_0x4bac25:0x13f,_0x4f79a7:0xac,_0x5d922c:0xd4,_0x54ffe6:0x38,_0x1d7616:0xb0,_0x31ca5a:0x10a,_0x14e65c:0xd4,_0x233674:0x1c3,_0x5a25fd:0x138,_0x4e294d:0x234,_0x5b53fd:0x16f,_0x5b27d2:0x237,_0x5b7428:0x12c,_0xddd38c:0x173,_0x386664:0xfc,_0x15dda3:0x176,_0x3a7582:0x40,_0x5b0622:0x91,_0x32c523:0x19b,_0x86b81d:0x6,_0x703c65:0xb6,_0x6e2946:0xb6,_0x29fe55:0x109,_0x5a5430:0x81,_0x5df113:0x8e,_0x1511bf:0x1c2,_0x57accc:0x131,_0x357cf4:0x25f,_0x5061cc:0xef,_0x8e2659:0x124,_0x176395:0x13c,_0x3ff0b6:0x10b,_0x579769:0xf8,_0x2fe80a:0x173,_0x5dd671:0x27c,_0x575f6a:0x1ad,_0x2435f0:0x11c,_0x5dc9b9:0x6b,_0x584bef:0x7c,_0x172ed2:0x1c2,_0x2c49ca:0x15b,_0x4f2068:0xd1,_0x4c4306:0x167,_0x2bc423:0x64,_0x2f500b:0x4d,_0xc566eb:0x101,_0x19c73a:0xae,_0x4f8dc8:0x6d,_0x445a23:0x165,_0x47ffa0:0x98,_0x3eb599:0x2b,_0x52dbcc:0x99,_0x48c53a:0x130,_0x210542:0xd9,_0x4eca08:0xff,_0x4b4b9e:0x123,_0x26f262:0x128,_0x39325a:0x28,_0x1b5036:0x74,_0x2566ae:0x193,_0x249dee:0xc3,_0x3711f6:0x24,_0x59e291:0x1a0,_0x24aa0a:0xfc,_0x534f0b:0xe7,_0xb8e7d2:0x1e,_0x266bdd:0x51,_0x4ee64f:0xef,_0x1f4a1c:0x75,_0x41a720:0xbc,_0x39dff7:0x3f,_0x4023e8:0xd4,_0xf11d58:0x1ce,_0x183107:0x210,_0x234c2a:0x16d,_0x202a4e:0x203,_0x5c334f:0x2ac,_0x287c98:0x11b,_0x4b95a7:0x17c,_0x3a0b78:0xfb,_0x340139:0x8b,_0x2c93d4:0xa4,_0x360175:0xe,_0x583748:0xd,_0x114a22:0x1e,_0x1ff775:0x2,_0x57ab3b:0xa4,_0x168a1c:0x88,_0x55ae36:0x16d,_0x54ed1a:0x19a,_0x5aab15:0x66,_0x3948f0:0xf0,_0x30a811:0x208,_0x3057d0:0x1cd,_0x3836d7:0x120,_0xd2b79a:0x21b,_0x57d473:0x11b,_0x5860b1:0xf0,_0x17eb1e:0x4c,_0x1887e9:0x1aa,_0x5866eb:0x1ec,_0x45d52d:0x183},_0x73d230={_0x1b74c3:0x3b,_0x324dae:0x17,_0x55566e:0x391},_0x110f52={_0x1ed12c:0x1d6,_0x1b2d82:0x1f2};function _0x47d6db(_0x1df791,_0x486a35,_0x5d8c72,_0x50f8c2){return _0x17ed76(_0x50f8c2,_0x486a35-_0x110f52._0x1ed12c,_0x5d8c72-0x1cf,_0x50f8c2-_0x110f52._0x1b2d82);}function _0x5568b8(_0x1f114c,_0xb2c9ce,_0x5dfd43,_0x34a473){return _0x4707b6(_0xb2c9ce,_0xb2c9ce-_0x73d230._0x1b74c3,_0x5dfd43-_0x73d230._0x324dae,_0x1f114c- -_0x73d230._0x55566e);}const _0x5322f7={'aXXFu':function(_0x653506,_0x35d867){return _0x653506===_0x35d867;},'QGshY':_0x5568b8(0xf0,_0x56abb5._0x17b0c9,_0x56abb5._0x5683b7,_0x56abb5._0x479841)+_0x5568b8(_0x56abb5._0x248496,_0x56abb5._0x3dc6a0,_0x56abb5._0x185220,0x1b9)+'\x20to\x20view\x20s'+'etup.json\x20'+_0x47d6db(0xd8,_0x56abb5._0xba8125,_0x56abb5._0x106a22,_0x56abb5._0x2ab772)+_0x5568b8(0x115,_0x56abb5._0x3d24d0,0x1b9,0xee),'SWsfG':_0x5568b8(_0x56abb5._0x4c6b1b,0x10a,0x199,0x181)+_0x47d6db(_0x56abb5._0x54408b,0x12,_0x56abb5._0x4e69c5,0xc6)+_0x47d6db(_0x56abb5._0x58bfa1,0x145,_0x56abb5._0x44ef5f,_0x56abb5._0x5c49b1)+'r_setup_pa'+_0x5568b8(_0x56abb5._0x364b77,_0x56abb5._0x4532f1,_0x56abb5._0x2dbee3,0x26a)+_0x47d6db(_0x56abb5._0x17ee08,0xc6,0xfe,_0x56abb5._0xf24e72)+'tup','QESKL':_0x5568b8(_0x56abb5._0x3df85f,_0x56abb5._0x1a9727,0xf7,0x183)+_0x47d6db(_0x56abb5._0x186f58,_0x56abb5._0x5c58d5,_0x56abb5._0x2a9eb7,_0x56abb5._0x581448)+_0x5568b8(_0x56abb5._0x23265b,0x187,0x10b,_0x56abb5._0x245c86)+'ed','Nfyiz':_0x5568b8(_0x56abb5._0x3333a3,_0x56abb5._0x2b44ea,_0x56abb5._0x5797aa,0x140)+_0x47d6db(0x9a,0x4b,0xdd,_0x56abb5._0x53f4ca)+_0x5568b8(0x119,0xbf,_0x56abb5._0x46a068,_0x56abb5._0x3cdf2e)+_0x5568b8(_0x56abb5._0x4d1743,0xb3,0x101,0x88)+_0x5568b8(_0x56abb5._0x5b5bd6,0x24a,_0x56abb5._0x37b5a6,_0x56abb5._0x1f7ce3)+_0x47d6db(0xc0,0x2c,0xae,_0x56abb5._0x1c9867),'bfSBY':function(_0x4468e1,_0x2dc381){return _0x4468e1&&_0x2dc381;},'LsQpw':_0x47d6db(0x13f,_0x56abb5._0x4ba390,0xa3,0xbb)+_0x5568b8(0x129,_0x56abb5._0x3509c1,0x114,_0x56abb5._0x149aa2),'qtkht':function(_0x1d8190,_0x8c934){return _0x1d8190(_0x8c934);},'ssbUr':_0x5568b8(0x1ab,0x232,_0x56abb5._0x11b9e6,_0x56abb5._0xd8659c)+'t','beXLA':function(_0x57924e,_0x52ee21){return _0x57924e(_0x52ee21);},'IFsCq':_0x47d6db(-0x59,-_0x56abb5._0x2ff54e,_0x56abb5._0x1990f3,-0x15)+'y','mCKQT':function(_0x24f2c2){return _0x24f2c2();},'KtVwb':function(_0x2d70fb,_0x26499f){return _0x2d70fb!==_0x26499f;},'TePOa':_0x5568b8(0x124,0x188,_0x56abb5._0x2a6509,0x117),'yXmgc':function(_0x37ef9b){return _0x37ef9b();},'MrNWc':_0x47d6db(_0x56abb5._0x25fbd5,0x98,0x137,0x143),'spxqD':function(_0x32371f,_0x2373b4){return _0x32371f===_0x2373b4;},'xmwMu':_0x47d6db(-0x5b,0x2,_0x56abb5._0x30498d,_0x56abb5._0x2060a9),'OCrxm':_0x47d6db(0xa2,0x13c,_0x56abb5._0x5cb11a,0x40),'TkaSR':_0x47d6db(_0x56abb5._0x865a11,_0x56abb5._0x2c1960,_0x56abb5._0x18c3d0,_0x56abb5._0x159f5d),'MFEFJ':function(_0x37be7c,_0x8df0dd){return _0x37be7c===_0x8df0dd;},'FQvEQ':_0x5568b8(_0x56abb5._0x79a2fa,0x10b,_0x56abb5._0xb46330,0x147),'uUEme':_0x5568b8(0x120,0xb8,_0x56abb5._0x17700f,0x7d),'xkKtJ':function(_0xac18e4,_0x523525){return _0xac18e4===_0x523525;},'cRiqp':_0x47d6db(-0x16,-0x1f,_0x56abb5._0x5634b5,-0x14),'KcYib':'psDcB','sULTD':function(_0x18578e,_0x403c0f){return _0x18578e+_0x403c0f;},'XIvMW':_0x5568b8(_0x56abb5._0x3996c9,0x207,_0x56abb5._0x5808b8,0x29f)+'e\x20server\x20f'+_0x47d6db(_0x56abb5._0x5f08f2,0xb6,0x11f,0x184)+_0x47d6db(_0x56abb5._0x3c5766,_0x56abb5._0x5eb8ba,0x25,0xc8)+'ffect.'};!_0x159fbc&&(console[_0x5568b8(0x1c2,_0x56abb5._0xc27d7b,_0x56abb5._0x53c264,0x214)](_0x5568b8(_0x56abb5._0x316477,0x94,0x148,_0x56abb5._0x5787ee)+_0x47d6db(-0x23,0x87,0x78,-_0x56abb5._0x927e05)+_0x47d6db(-_0x56abb5._0x2de264,-_0x56abb5._0x1e8f28,-_0x56abb5._0xaa29b0,-0x9e)+_0x47d6db(0x8e,_0x56abb5._0x2ffbbb,0x131,_0x56abb5._0x10d1cd)),process[_0x5568b8(0x203,_0x56abb5._0x53d6e8,0x28f,_0x56abb5._0x33178a)](-0x26b7+-0x16cc*-0x1+-0x2*-0x7f6));const _0x58c5a4=SERVER_CONFIG_KEYS[_0x47d6db(0x6f,-_0x56abb5._0x50bfc8,0x60,_0x56abb5._0x3b3c12)](_0x159fbc),_0x56ac27=SETUP_JSON_KEYS[_0x47d6db(0x74,_0x56abb5._0x37a987,0x60,0x5)](_0x159fbc);_0x5322f7[_0x5568b8(0x114,_0x56abb5._0x99cb55,_0x56abb5._0x388a3f,_0x56abb5._0xce5f26)](!_0x58c5a4,!_0x56ac27)&&(console[_0x5568b8(_0x56abb5._0x5d5d37,_0x56abb5._0xa1b058,0x1fa,0x231)]('Unknown\x20co'+_0x5568b8(_0x56abb5._0x183337,0x231,0x15b,_0x56abb5._0x4f9c61)+_0x47d6db(_0x56abb5._0x17cb76,-_0x56abb5._0xb74ab8,-0x4,-0x34)+_0x159fbc),console[_0x47d6db(_0x56abb5._0x5f0e25,_0x56abb5._0x21d5ca,_0x56abb5._0x5c5e33,_0x56abb5._0x3461ce)](_0x5322f7[_0x5568b8(0x110,_0x56abb5._0x256117,_0x56abb5._0x2d699d,_0x56abb5._0x4b6ddd)]),process[_0x47d6db(_0x56abb5._0xfe63bc,0x117,0x130,0x121)](-0x1ad1+0x1bec+-0x11a));if(_0x58c5a4){switch(_0x159fbc){case _0x5322f7[_0x5568b8(_0x56abb5._0x4da04d,_0x56abb5._0x14b99a,0x151,_0x56abb5._0x5aa793)]:await _0x5322f7[_0x5568b8(_0x56abb5._0xd16e5,_0x56abb5._0x39c0b1,_0x56abb5._0x5686cd,0x122)](saveCoderSetupPath,null),console[_0x5568b8(0x1c3,0x1c0,0x155,0x22b)]('Removed\x20'+_0x159fbc);break;case _0x5322f7[_0x5568b8(_0x56abb5._0x2e793b,_0x56abb5._0x4ac623,_0x56abb5._0x547b7f,_0x56abb5._0x159a1f)]:await _0x5322f7[_0x47d6db(-_0x56abb5._0x44ca09,-0x2a,-0x3,-0x84)](saveServerPort,0x1*-0x731+-0x7f3*0x4+-0x3*-0x10e7),console['log'](_0x5568b8(0xd8,_0x56abb5._0x2e39fc,_0x56abb5._0x2b652d,0xbf)+_0x159fbc+(_0x5568b8(_0x56abb5._0x28b332,0x221,0x25f,0x294)+'t\x20(3000)'));break;case'ssl_cert_p'+_0x47d6db(_0x56abb5._0x5c5e33,0xf1,_0x56abb5._0xb74ab8,0x40):await saveSslCertPath(null),console['log'](_0x47d6db(_0x56abb5._0x3c5766,_0x56abb5._0x21cda0,0x135,0xdf)+_0x159fbc);break;case _0x47d6db(_0x56abb5._0x31bcd7,0xa2,_0x56abb5._0x56580a,_0x56abb5._0x37a987)+'th':await _0x5322f7[_0x47d6db(_0x56abb5._0x5634b5,-0x6c,-0x3,-_0x56abb5._0x42a639)](saveSslKeyPath,null),console[_0x47d6db(_0x56abb5._0x19cec7,_0x56abb5._0x3ccd5a,_0x56abb5._0x15ad81,_0x56abb5._0xed8b61)](_0x47d6db(0x1a9,_0x56abb5._0x34e548,_0x56abb5._0x2e03ae,0x121)+_0x159fbc);break;case _0x47d6db(0x5e,_0x56abb5._0x18b76e,0xf9,0xa1)+'h':await _0x5322f7[_0x47d6db(0x2a,-_0x56abb5._0x4ef7c2,0x5a,0xf3)](saveSslCaPath,null),console[_0x47d6db(_0x56abb5._0xc4587b,_0x56abb5._0x865a11,_0x56abb5._0x15ad81,0x17e)]('Removed\x20'+_0x159fbc);break;case _0x5322f7[_0x47d6db(_0x56abb5._0x5c49b1,0x16,_0x56abb5._0x46f8b0,_0x56abb5._0x4778a3)]:await saveTrustProxy(null),console['log'](_0x47d6db(_0x56abb5._0x3d24d0,_0x56abb5._0x5d5d37,_0x56abb5._0x2e03ae,0x17b)+_0x159fbc);break;}console[_0x47d6db(0xaf,0x12a,0xf0,_0x56abb5._0x239b7f)](_0x5568b8(_0x56abb5._0x30bff3,_0x56abb5._0x244acd,_0x56abb5._0x7a6b16,0x152)+':\x20'+_0x5322f7[_0x47d6db(0x19f,_0x56abb5._0x4492b0,0x10e,0x12f)](getConfigPath));}else{if(_0x56ac27){if(_0x5322f7[_0x47d6db(-_0x56abb5._0x1643c2,-0x2c,_0x56abb5._0x340ce4,-_0x56abb5._0x430995)](_0x5568b8(_0x56abb5._0xd552b9,0x171,0x1c6,0x9b),_0x5322f7[_0x5568b8(_0x56abb5._0x5e7500,0x18b,_0x56abb5._0x3d8fce,_0x56abb5._0x343971)]))_0x5322f7[_0x5568b8(0xf7,_0x56abb5._0xe02496,0x80,0x69)](_0x12e100['code'],_0x47d6db(_0x56abb5._0x3f3f78,_0x56abb5._0x5c7010,_0x56abb5._0x4a0a30,_0x56abb5._0x31913b))?_0xe178aa['error'](_0x47d6db(0xf6,0x9b,0xaf,0x78)+_0x5568b8(_0x56abb5._0xc3db8b,_0x56abb5._0x312b66,0x260,_0x56abb5._0x57a574)+_0x47d6db(_0x56abb5._0x317714,0x72,0x69,0x56)+'\x20'+_0x144608):_0x368c25[_0x5568b8(_0x56abb5._0x5d5d37,0x238,_0x56abb5._0x559a09,0x239)](_0x5568b8(0x1e4,0x146,_0x56abb5._0x345ae0,0x187)+_0x47d6db(_0x56abb5._0x2e5b40,_0x56abb5._0x19af10,_0x56abb5._0x4655c9,_0x56abb5._0x4a0a30)+_0x47d6db(0x154,_0x56abb5._0x5c58d5,0x10c,0xc2)+_0x2d833b[_0x47d6db(0xd,-0x4e,_0x56abb5._0x4bb63f,-0x57)]),_0x3bd744[_0x5568b8(0x203,0x1f6,_0x56abb5._0x281b1e,0x1d1)](-0xfcb+0x1928+-0x95c);else{const _0x416fcb=await _0x5322f7['yXmgc'](getCoderSetupPath);!_0x416fcb&&(console[_0x5568b8(0x1c2,0x1a3,_0x56abb5._0x277c5d,0x1bc)](_0x47d6db(_0x56abb5._0x437602,-0x9,0x16,_0x56abb5._0x5bad01)+_0x47d6db(0x26,_0x56abb5._0x28068e,0x4a,0xbe)+_0x5568b8(_0x56abb5._0x3c024b,_0x56abb5._0x50ee08,0x168,_0x56abb5._0x1adca4)+'ed'),process[_0x47d6db(0x178,_0x56abb5._0x50ee08,0x130,_0x56abb5._0x4b2dd9)](-0x2140+0xf35*-0x2+0x3fab));const _0x1b776a=_0x424ab8[_0x5568b8(0x165,_0x56abb5._0x4ba372,_0x56abb5._0x21c738,_0x56abb5._0x4bac25)](_0x416fcb,_0x5322f7[_0x47d6db(_0x56abb5._0x46f8b0,0x3c,_0x56abb5._0x5686cd,-0x52)]);let _0x3509d9;try{if(_0x5322f7[_0x47d6db(_0x56abb5._0x4f79a7,_0x56abb5._0x5d922c,0x5b,-_0x56abb5._0x54ffe6)](_0x47d6db(_0x56abb5._0x1d7616,0xac,0xb2,0x31),_0x5322f7[_0x5568b8(0xf4,0x181,_0x56abb5._0x31ca5a,_0x56abb5._0x14e65c)]))_0x34c9b8[_0x5568b8(_0x56abb5._0x233674,_0x56abb5._0x5a25fd,_0x56abb5._0x4e294d,_0x56abb5._0x5b53fd)](_0x5322f7['QGshY']),_0x4843b9[_0x5568b8(_0x56abb5._0x233674,_0x56abb5._0x5b27d2,_0x56abb5._0x5b7428,0x1f2)](_0x5322f7[_0x47d6db(_0x56abb5._0xddd38c,0x19c,_0x56abb5._0x386664,_0x56abb5._0x15dda3)]);else{const _0x1cc921=await _0x1acb2e[_0x47d6db(_0x56abb5._0x3a7582,-0xb,_0x56abb5._0x5b0622,0x2d)](_0x1b776a,_0x5568b8(0x16d,0x11f,_0x56abb5._0x32c523,0xe0));_0x3509d9=JSON[_0x47d6db(0xc9,0x140,0xea,0x183)](_0x1cc921);}}catch(_0x8178c7){_0x5322f7[_0x47d6db(0x9c,-_0x56abb5._0x86b81d,_0x56abb5._0x340ce4,_0x56abb5._0x703c65)](_0x5322f7[_0x47d6db(_0x56abb5._0x6e2946,-0x4d,0x5e,_0x56abb5._0x29fe55)],_0x5322f7['TkaSR'])?(_0x5322f7[_0x47d6db(-0x20,-0x4d,0x3c,-_0x56abb5._0xaa29b0)](_0x8178c7['code'],_0x5322f7[_0x47d6db(0x72,_0x56abb5._0x5a5430,_0x56abb5._0x5df113,0x103)])?console[_0x5568b8(_0x56abb5._0x1511bf,0x149,_0x56abb5._0x57accc,_0x56abb5._0x357cf4)](_0x47d6db(_0x56abb5._0x5061cc,_0x56abb5._0x8e2659,0xaf,0xf0)+_0x5568b8(0x1ea,0x263,0x261,0x273)+_0x5568b8(_0x56abb5._0x176395,_0x56abb5._0x3ff0b6,0xd8,0xd5)+'\x20'+_0x1b776a):_0x5322f7['uUEme']!==_0x5322f7[_0x47d6db(_0x56abb5._0x579769,_0x56abb5._0x2fe80a,_0x56abb5._0x186f58,0x14d)]?(_0x49250d['error'](_0x5322f7[_0x5568b8(0x20b,_0x56abb5._0x5dd671,0x1fb,0x22c)]),_0x59da88[_0x5568b8(0x1c2,0x1be,_0x56abb5._0x4f9c61,_0x56abb5._0x575f6a)](''),_0x1ac6af['error'](_0x47d6db(0xdd,0xab,_0x56abb5._0x2435f0,0x1bd)+_0x47d6db(_0x56abb5._0x5dc9b9,0x3e,_0x56abb5._0x584bef,0xab)+_0x5568b8(0x1d7,0x1fe,0x144,0x19d)+':'),_0x258504[_0x5568b8(_0x56abb5._0x172ed2,0x164,0x159,_0x56abb5._0x2c49ca)](_0x5322f7[_0x47d6db(_0x56abb5._0x4f2068,0x156,_0x56abb5._0x386664,0x12d)]),_0x5ec411[_0x47d6db(_0x56abb5._0x4c4306,0x1c9,0x130,0xea)](0x1c13+-0xdb5+-0xe5d)):console[_0x47d6db(_0x56abb5._0x2bc423,_0x56abb5._0x2f500b,0xef,0xdb)](_0x47d6db(0xcd,_0x56abb5._0xc566eb,0x111,_0x56abb5._0x30bff3)+_0x47d6db(0x79,_0x56abb5._0x19c73a,0x10f,_0x56abb5._0x4f8dc8)+_0x5568b8(0x1df,0x253,0x26a,_0x56abb5._0x445a23)+_0x8178c7[_0x47d6db(_0x56abb5._0x47ffa0,-0x4,_0x56abb5._0x3eb599,_0x56abb5._0x52dbcc)]),process[_0x47d6db(0xfa,0x95,_0x56abb5._0x48c53a,_0x56abb5._0x210542)](0x33*0xbf+-0x499*0x4+-0x13a8)):(_0x4e1e0c[_0x47d6db(_0x56abb5._0x4eca08,_0x56abb5._0x4b4b9e,0xef,_0x56abb5._0xba8125)]('Unknown\x20co'+_0x47d6db(0x1ae,0xe5,_0x56abb5._0x26f262,0x18e)+_0x47d6db(0x93,_0x56abb5._0x39325a,-0x4,-_0x56abb5._0x1b5036)+_0x2343f3),_0xd7e30[_0x47d6db(_0x56abb5._0x2566ae,0xe6,0xef,0xe9)](_0x5322f7['Nfyiz']),_0x478fb1['exit'](0xfa0+0x7*0x451+-0x2dd6));}_0x5322f7[_0x47d6db(-0x36,_0x56abb5._0x249dee,_0x56abb5._0x3711f6,0xc4)](_0x3509d9[_0x159fbc],undefined)&&(_0x5322f7[_0x5568b8(0x189,_0x56abb5._0x59e291,_0x56abb5._0x24aa0a,_0x56abb5._0x534f0b)](_0x5322f7[_0x47d6db(0x8c,0xa5,_0x56abb5._0xb8e7d2,-_0x56abb5._0x266bdd)],_0x5322f7['KcYib'])?(_0x2fc313[_0x47d6db(0x179,0x55,_0x56abb5._0x4ee64f,_0x56abb5._0x1f4a1c)](_0x47d6db(_0x56abb5._0x41a720,0xc8,_0x56abb5._0x39dff7,_0x56abb5._0x4023e8)+_0x2d10fa+(_0x5568b8(_0x56abb5._0xf11d58,0x139,0x154,_0x56abb5._0x183107)+_0x5568b8(_0x56abb5._0xed8b61,_0x56abb5._0x234c2a,0xa2,0x17f)+'guration')),_0x1a6c99[_0x5568b8(_0x56abb5._0x202a4e,0x1fb,0x216,_0x56abb5._0x5c334f)](0x182+-0x20b4+0x31*0xa3)):(console['error'](_0x5568b8(0x112,_0x56abb5._0x3d24d0,0x11d,0x103)+_0x159fbc+(_0x47d6db(_0x56abb5._0x287c98,_0x56abb5._0x4b95a7,_0x56abb5._0x3a0b78,0x5a)+_0x47d6db(_0x56abb5._0x340139,_0x56abb5._0x2c93d4,_0x56abb5._0x3a7582,_0x56abb5._0x360175)+_0x47d6db(-_0x56abb5._0x583748,-_0x56abb5._0x114a22,_0x56abb5._0x1ff775,0x5))),process['exit'](0x16d*0x13+0xb4a+-0x20*0x133))),delete _0x3509d9[_0x159fbc],await _0x1acb2e['writeFile'](_0x1b776a,_0x5322f7['sULTD'](JSON[_0x47d6db(-0x19,_0x56abb5._0x57ab3b,_0x56abb5._0x168a1c,0xd8)](_0x3509d9,null,-0x1b27+-0x1*-0x9a9+0xa*0x1c0),'\x0a'),_0x5568b8(_0x56abb5._0x55ae36,0x1cf,_0x56abb5._0x54ed1a,0x11e)),console[_0x47d6db(_0x56abb5._0x168a1c,_0x56abb5._0x5aab15,_0x56abb5._0x3948f0,0x175)](_0x5568b8(_0x56abb5._0x30a811,0x283,_0x56abb5._0x3057d0,_0x56abb5._0x3333a3)+_0x159fbc),console[_0x5568b8(_0x56abb5._0x233674,_0x56abb5._0x3836d7,0x1a8,0x1b5)](_0x5568b8(0x1af,_0x56abb5._0xd2b79a,0x1e5,0x1d7)+':\x20'+_0x1b776a),console[_0x47d6db(_0x56abb5._0x57d473,0x187,_0x56abb5._0x5860b1,_0x56abb5._0x17eb1e)](''),console[_0x5568b8(0x1c3,_0x56abb5._0x1887e9,_0x56abb5._0x5866eb,_0x56abb5._0x45d52d)](_0x5322f7['XIvMW']);}}}}async function showConfig(){const _0x42099d={_0x23bcd5:0x163,_0x10e981:0xda,_0x4324ca:0x92,_0x1fdc55:0x1c,_0x404f9b:0xf0,_0x48d208:0x37,_0x4d8dee:0x3d,_0x93b890:0x94,_0x4aac21:0x131,_0x4ece5c:0x89,_0x194a4f:0x1d6,_0x1cb69d:0x87,_0x1751d6:0x96,_0x218d72:0x58,_0x2a406a:0x3f,_0x4a846a:0x24,_0x3c29a3:0xa8,_0x2cad2e:0xe7,_0x26bc32:0xc,_0x1e251c:0x4c,_0x10568f:0x2f,_0x1ecd9b:0x44,_0x30672b:0x6e,_0x235fa7:0x7d,_0x1ed86b:0x82,_0x57fece:0x17,_0x498b39:0x6,_0x518a66:0x49,_0x57d0c1:0x9,_0x1c545d:0x19,_0x18916d:0xe2,_0xe19954:0x9e,_0x2a97a8:0x6f,_0x701e7e:0x13,_0x8662dd:0x6d,_0x61e8ae:0x94,_0x38387d:0xf5,_0x5a913e:0x28,_0x1834b0:0x5,_0x5b77fd:0x3e,_0x4955d0:0x8b,_0x5bd09f:0x5e,_0x10d39a:0x3,_0x4043a3:0xb4,_0x3f3328:0x140,_0x29bb9d:0x56,_0x3fb4b9:0xc4,_0x20754a:0x10b,_0x1341a9:0x119,_0x5579cb:0x7c,_0x5d4b08:0xcc,_0x222f1e:0x12,_0x3c002e:0xb2,_0x221602:0x30,_0x4fe2e0:0x51,_0xcef180:0xe9,_0x468e5d:0xad,_0x2a6e1e:0x106,_0x26388b:0x149,_0x3905d0:0xa1,_0x149c1f:0xf4,_0x518941:0x19,_0x4d58bb:0x47,_0x2864e8:0x2c,_0x2ef6ea:0xd6,_0x59adf0:0x12d,_0x530e77:0x12f,_0x4ecd07:0xa1,_0x1bf871:0x54,_0x23ecfe:0x23,_0x215ace:0x91,_0x502258:0xb0,_0xd65e7a:0x120,_0x5de572:0x11f,_0x4e9fe5:0x12c,_0x300d03:0x109,_0x4346a5:0xc9,_0x5a0b2f:0x2e,_0x395c41:0x1d,_0x2e1c3a:0xfd,_0x21c53e:0x1e,_0x13e0ca:0x8a,_0x3dc0bb:0x44,_0x4df6af:0x46,_0x7a5020:0x8a,_0x275ea1:0x1b,_0x3f6de3:0x78,_0xbda058:0x5e,_0x260115:0x1b,_0x4e5561:0xf8,_0x282e1f:0xa2,_0x4bf194:0x41,_0x3f892e:0xeb,_0x583c17:0x69,_0x4e5303:0x7,_0x2c9cf8:0x35,_0x2638d5:0x44,_0x2c545c:0x68,_0x3deaff:0x44,_0x32a87c:0x72,_0x45106c:0x4d,_0x3bfd7f:0x71,_0x50057d:0x14,_0x28509b:0x81,_0x6878d8:0x4b,_0x39fb86:0x9,_0x47898f:0xe1,_0x449c72:0x44,_0x300f23:0xd7,_0x59431f:0x106,_0x49387b:0xe4,_0x4372c9:0x134,_0x31375e:0x16c,_0x3bf0bb:0xbd,_0x4ddd45:0x152,_0x4874d3:0x53,_0x105e26:0x7a,_0x23f5b8:0x3b,_0x42afc4:0xda,_0x4b031d:0x90,_0x331497:0x51,_0x261892:0x49,_0x3b98f1:0x7e,_0x123106:0x104,_0xf1cd39:0x13d,_0x56e076:0x95,_0x480d97:0x3,_0x3db8e3:0x1,_0x122728:0xbf,_0x5937cb:0x49,_0x58ea76:0x36,_0x292da2:0xb1,_0x512859:0x63,_0x3ea0e6:0x12a,_0x2e4bc2:0x11c,_0x5664f7:0x17c,_0x56dcfe:0xa6,_0x582240:0xa7,_0x5b98a9:0x1a,_0x44489c:0xe,_0x1136f7:0x94,_0x1d7a86:0x103,_0x173ff2:0x19a,_0x33aa6e:0x135,_0x3d284a:0x75,_0x599566:0x55,_0xcf3d83:0xa3,_0x3a5133:0xa8,_0x28fa14:0x23,_0x4ff41d:0x87,_0x155b38:0xb5,_0x43e280:0xdc,_0x1e095b:0x11,_0x412cf7:0xb8,_0x40ee96:0x7d,_0x4919be:0x2,_0x21275c:0x53,_0x167de0:0x136,_0x4bca3a:0xdd,_0x30c994:0x7f,_0x3e1447:0x80,_0xd4ee5b:0x66,_0x4f21f7:0xaa,_0x1b1cc5:0xfd,_0x4fbb4c:0xf6,_0x508b0c:0x4c,_0x1d72fb:0x61,_0x529d1c:0x3c,_0x540dc1:0x51},_0x58bc3a={_0x1978a1:0x12d,_0x18d5ea:0x583},_0x365e19={_0x1df5a7:0xa7},_0x3d297c={'FxaCy':_0x1aec4e(-0x53,-0xf9,-_0x42099d._0x23bcd5,-0x183)+_0x3b0327(-0x60,-0xa3,-_0x42099d._0x10e981,-_0x42099d._0x4324ca)+'d)','ZXwJl':function(_0x2a6b54){return _0x2a6b54();},'VaMgf':function(_0x3d16dd){return _0x3d16dd();},'lCtkS':function(_0x272b67,_0xd415a4){return _0x272b67||_0xd415a4;},'yuLWH':function(_0x315344,_0x565385){return _0x315344||_0x565385;},'rMtjS':_0x1aec4e(0x2,-0x14,0x7e,-_0x42099d._0x1fdc55),'AbLWA':function(_0x3340dc,_0x9b5c90){return _0x3340dc||_0x9b5c90;},'SgiPd':function(_0x2ad2c1,_0x7ea06e){return _0x2ad2c1||_0x7ea06e;},'bJicC':'===\x20Setup\x20'+'Configurat'+_0x3b0327(-0xb7,-_0x42099d._0x404f9b,-0xa0,-0x133),'NbyaT':_0x1aec4e(0x13,0x18,_0x42099d._0x48d208,0x22),'WJBZg':function(_0x104aec,_0x47cc1c){return _0x104aec===_0x47cc1c;},'ClNTg':_0x3b0327(-0x7c,-_0x42099d._0x4d8dee,-0x2f,-_0x42099d._0x93b890),'SdZBX':_0x1aec4e(-0xf3,-_0x42099d._0x4aac21,-_0x42099d._0x4ece5c,-_0x42099d._0x194a4f),'XaQeu':_0x1aec4e(-_0x42099d._0x1cb69d,-0x5c,-0x34,-_0x42099d._0x1751d6),'PyBUl':function(_0x4c23fe,_0x3280aa){return _0x4c23fe===_0x3280aa;},'bhXlE':_0x1aec4e(-0x104,-_0x42099d._0x218d72,-0x6,-0x4a),'RrCZH':_0x3b0327(-0x7,_0x42099d._0x2a406a,-_0x42099d._0x4a846a,-0x7)+_0x1aec4e(-0x45,-_0x42099d._0x3c29a3,-_0x42099d._0x2cad2e,-0x12f)+_0x1aec4e(-_0x42099d._0x26bc32,-_0x42099d._0x1e251c,0x3a,-0xad)+_0x3b0327(-_0x42099d._0x10568f,-_0x42099d._0x1ecd9b,-_0x42099d._0x30672b,-0xe0)+_0x3b0327(-_0x42099d._0x235fa7,0x66,_0x42099d._0x26bc32,_0x42099d._0x1ed86b)+'o/coder-se'+_0x1aec4e(_0x42099d._0x57fece,-_0x42099d._0x498b39,_0x42099d._0x518a66,-0x22)};console[_0x3b0327(0x20,-0xa8,-_0x42099d._0x57d0c1,0x86)]('===\x20Server'+_0x3b0327(_0x42099d._0x1c545d,0x67,-0x46,-_0x42099d._0x18916d)+_0x3b0327(-_0x42099d._0xe19954,-_0x42099d._0x2a97a8,-0xed,-0x162)),console[_0x1aec4e(-0xc4,-0x2f,0x66,_0x42099d._0x701e7e)]('');const _0x500df6=await _0x3d297c['ZXwJl'](getCoderSetupPath),_0x51e306=await _0x3d297c[_0x1aec4e(-_0x42099d._0x8662dd,-0x84,-_0x42099d._0x61e8ae,-_0x42099d._0x38387d)](getServerPort),_0x392d69=await _0x3d297c[_0x3b0327(_0x42099d._0x5a913e,-_0x42099d._0x1834b0,-0x5e,-_0x42099d._0x5b77fd)](getSslCertPath);function _0x3b0327(_0xdd71d2,_0x551872,_0x43bc48,_0x2a72e1){return _0x17ed76(_0x2a72e1,_0x551872-0xac,_0x43bc48-0xd6,_0x2a72e1-_0x365e19._0x1df5a7);}const _0x55f9b4=await getSslKeyPath(),_0x1bfa27=await _0x3d297c[_0x3b0327(-_0x42099d._0x4955d0,-0x23,-_0x42099d._0x5bd09f,_0x42099d._0x10d39a)](getSslCaPath),_0x111fcb=await _0x3d297c[_0x1aec4e(-0xa6,-_0x42099d._0x4043a3,-0x65,-_0x42099d._0x3f3328)](getTrustProxy);console[_0x3b0327(-0x4c,0x33,-0x9,-0x81)](_0x3b0327(0x2c,-0xe1,-_0x42099d._0x29bb9d,-_0x42099d._0x3fb4b9)+_0x1aec4e(-_0x42099d._0x20754a,-_0x42099d._0x1341a9,-_0x42099d._0x235fa7,-_0x42099d._0x5579cb)+_0x3d297c[_0x1aec4e(-0x61,-0xad,-_0x42099d._0x5d4b08,-0xb5)](_0x500df6,_0x3b0327(0x37,0x54,_0x42099d._0x222f1e,_0x42099d._0x3c002e))),console[_0x3b0327(0x1b,0x58,-_0x42099d._0x57d0c1,0xa1)]('server_por'+'t:\x20\x20\x20\x20\x20\x20'+_0x51e306),console[_0x1aec4e(-0x20,-0x2f,-0x42,-0xd7)](_0x3b0327(-_0x42099d._0x221602,-_0x42099d._0x4fe2e0,0x39,0x5a)+'ath:\x20\x20\x20\x20'+_0x3d297c[_0x3b0327(-_0x42099d._0xcef180,-0x15,-_0x42099d._0x468e5d,-0x1b)](_0x392d69,_0x3d297c[_0x3b0327(-_0x42099d._0x2a6e1e,-_0x42099d._0x26388b,-_0x42099d._0x3905d0,-0x2b)])),console['log'](_0x1aec4e(-_0x42099d._0x149c1f,-0x72,-_0x42099d._0x518941,-_0x42099d._0x4d58bb)+_0x3b0327(-0x70,0x13,-_0x42099d._0x2864e8,-_0x42099d._0x2a406a)+_0x3d297c[_0x1aec4e(-_0x42099d._0x2ef6ea,-0xb8,-_0x42099d._0x59adf0,-_0x42099d._0x530e77)](_0x55f9b4,_0x3d297c[_0x3b0327(-_0x42099d._0x1c545d,-0xac,-_0x42099d._0x4ecd07,-_0x42099d._0x3c002e)])),console[_0x1aec4e(0x5b,-0x2f,0x7,_0x42099d._0x235fa7)](_0x3b0327(0x6c,-_0x42099d._0x1bf871,0x0,_0x42099d._0x23ecfe)+_0x3b0327(-0x70,-_0x42099d._0x215ace,0x17,_0x42099d._0x502258)+_0x3d297c[_0x1aec4e(-0x19c,-_0x42099d._0xd65e7a,-_0x42099d._0x5de572,-_0x42099d._0x4e9fe5)](_0x1bfa27,'(not\x20set)')),console[_0x3b0327(-0x62,-0x78,-0x9,0x6b)](_0x1aec4e(-_0x42099d._0x300d03,-0x110,-0x17f,-_0x42099d._0x4346a5)+_0x1aec4e(-_0x42099d._0x5a0b2f,-0x78,-_0x42099d._0x20754a,-0xc5)+(_0x111fcb!==null?_0x111fcb:_0x3d297c[_0x3b0327(-_0x42099d._0x4fe2e0,-_0x42099d._0x395c41,-0xa1,-_0x42099d._0x2e1c3a)])),console[_0x3b0327(-_0x42099d._0x21c53e,-0x6d,-0x9,_0x42099d._0x13e0ca)](''),console[_0x3b0327(-0x12,0x7c,-0x9,-0x97)](_0x3b0327(-0xb5,-0xdc,-_0x42099d._0x3dc0bb,-_0x42099d._0x4df6af)+getConfigPath()),console[_0x3b0327(_0x42099d._0x7a5020,-0x62,-_0x42099d._0x57d0c1,_0x42099d._0x275ea1)]('');function _0x1aec4e(_0x4f64ab,_0x19d20a,_0x2b2d29,_0x470973){return _0x4707b6(_0x470973,_0x19d20a-0xe,_0x2b2d29-_0x58bc3a._0x1978a1,_0x19d20a- -_0x58bc3a._0x18d5ea);}if(_0x500df6){console[_0x1aec4e(-0x8d,-0x2f,-_0x42099d._0x3f6de3,_0x42099d._0xbda058)](_0x3d297c['bJicC']),console[_0x1aec4e(-_0x42099d._0x1cb69d,-_0x42099d._0x10568f,_0x42099d._0x260115,-0x2c)]('');const _0x2e5c5e=_0x424ab8[_0x1aec4e(-_0x42099d._0x4e5561,-0x8d,-_0x42099d._0x282e1f,-0x78)](_0x500df6,_0x3d297c[_0x3b0327(-0x4f,0x1a,_0x42099d._0x4bf194,-_0x42099d._0x518941)]);try{const _0x1c555f=await _0x1acb2e[_0x3b0327(-0xf7,-_0x42099d._0x3f892e,-0x68,-_0x42099d._0x583c17)](_0x2e5c5e,_0x3b0327(-0xd9,-0xdd,-0x5f,_0x42099d._0x4e5303)),_0x1095a4=JSON[_0x1aec4e(-0xae,-_0x42099d._0x2c9cf8,-_0x42099d._0x2638d5,0x40)](_0x1c555f);console[_0x3b0327(-_0x42099d._0x2c545c,0x98,-0x9,-_0x42099d._0x3deaff)](JSON[_0x3b0327(-_0x42099d._0x32a87c,-_0x42099d._0x45106c,-_0x42099d._0x3bfd7f,-_0x42099d._0x50057d)](_0x1095a4,null,0x2108+-0x14e8+-0xc1e)),console[_0x3b0327(-0x8d,-_0x42099d._0x28509b,-0x9,-0xb2)](''),console[_0x3b0327(_0x42099d._0x6878d8,-0x2b,-_0x42099d._0x39fb86,-0x4e)](_0x3b0327(-_0x42099d._0x47898f,0x2d,-_0x42099d._0x449c72,-_0x42099d._0x300f23)+_0x2e5c5e);}catch(_0x214a47){_0x3d297c['WJBZg'](_0x214a47['code'],_0x3d297c[_0x1aec4e(-_0x42099d._0x59431f,-_0x42099d._0x49387b,-_0x42099d._0x4372c9,-0xc6)])?_0x3d297c[_0x3b0327(-_0x42099d._0x31375e,-0x99,-0xc7,-_0x42099d._0x404f9b)](_0x3d297c[_0x3b0327(-_0x42099d._0x3bf0bb,-_0x42099d._0x4ddd45,-_0x42099d._0x38387d,-_0x42099d._0x4874d3)],_0x3d297c[_0x1aec4e(-0x90,-0x68,-0x60,-0x27)])?(_0x40ad68[_0x3b0327(-_0x42099d._0x105e26,0x61,-0xa,-_0x42099d._0x23f5b8)]('Error:\x20set'+_0x3b0327(0x66,_0x42099d._0x4e5303,0x1e,_0x42099d._0x4fe2e0)+_0x3b0327(-0x11,-_0x42099d._0x42afc4,-_0x42099d._0x4b031d,0x1b)+'\x20'+_0x4b21bf),_0x2cf1ce[_0x1aec4e(_0x42099d._0x331497,-0x30,-_0x42099d._0x261892,-0x43)](_0x3b0327(-0x67,-_0x42099d._0x3b98f1,-_0x42099d._0x123106,-_0x42099d._0xf1cd39)+_0x3b0327(-_0x42099d._0x56e076,-0xa,-_0x42099d._0x29bb9d,-_0x42099d._0x23f5b8)+_0x3b0327(-_0x42099d._0x480d97,0xa3,_0x42099d._0x3db8e3,0x77)+_0x1aec4e(-_0x42099d._0x122728,-0x114,-0x19f,-0xe4)+_0x3b0327(0x9d,-_0x42099d._0x5937cb,0x3b,_0x42099d._0x58ea76)+_0x3b0327(-_0x42099d._0x292da2,0x41,-_0x42099d._0x512859,-0x1f)+_0x3b0327(-0x4b,-0x4a,-0x3b,-0xe1))):(console['log'](_0x3d297c[_0x1aec4e(-_0x42099d._0x3ea0e6,-_0x42099d._0x2e4bc2,-_0x42099d._0x5664f7,-0x74)]),console['log'](''),console[_0x3b0327(-_0x42099d._0x56dcfe,-_0x42099d._0x582240,-_0x42099d._0x39fb86,0x53)](_0x3b0327(-0x13,0x2c,-_0x42099d._0x5b98a9,_0x42099d._0x44489c)+_0x1aec4e(-_0x42099d._0x1136f7,-_0x42099d._0x1d7a86,-_0x42099d._0x502258,-_0x42099d._0x173ff2)+_0x2e5c5e)):console[_0x3b0327(0x67,-0x76,-0x9,0x3e)]('Error\x20read'+'ing\x20setup.'+'json:\x20'+_0x214a47[_0x3b0327(-0x4f,-_0x42099d._0x33aa6e,-0xce,-_0x42099d._0x3d284a)]);}}else _0x3d297c['PyBUl'](_0x3d297c[_0x1aec4e(-0x105,-0xa6,-0x139,-0x42)],_0x3d297c[_0x3b0327(-0x10c,-_0x42099d._0x599566,-0x80,-_0x42099d._0xcf3d83)])?(console[_0x1aec4e(-_0x42099d._0x3a5133,-0x2f,_0x42099d._0x28fa14,0x15)](_0x3b0327(-_0x42099d._0x4ff41d,-_0x42099d._0x155b38,-_0x42099d._0x43e280,-0x8d)+_0x1aec4e(0x30,-_0x42099d._0x260115,_0x42099d._0x4e5303,-_0x42099d._0x1e095b)+_0x3b0327(-0x145,-_0x42099d._0x412cf7,-0x98,-0x73)+_0x3b0327(-_0x42099d._0x40ee96,-0x21,-_0x42099d._0x4919be,_0x42099d._0x21275c)+_0x3b0327(0xf,-0xe3,-0x45,-0x65)+_0x1aec4e(-_0x42099d._0x167de0,-_0x42099d._0x4bca3a,-_0x42099d._0x30c994,-_0x42099d._0x3e1447)),console[_0x3b0327(0x60,0x62,-_0x42099d._0x39fb86,0x96)](_0x3d297c[_0x3b0327(-_0x42099d._0xd4ee5b,-0x42,-_0x42099d._0x4f21f7,-_0x42099d._0x1b1cc5)])):(_0x4b1021['log'](_0x3d297c[_0x3b0327(-0x4e,-0x160,-_0x42099d._0x4fbb4c,-0xbb)]),_0x84ea65[_0x1aec4e(-_0x42099d._0x508b0c,-0x2f,_0x42099d._0x1d72fb,-0x46)](''),_0x589a77['log'](_0x1aec4e(-_0x42099d._0x529d1c,-0x40,-0x89,-_0x42099d._0x540dc1)+'ocation:\x20'+_0x4347e3));}