@profoundlogic/coderflow-server 0.4.5 → 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 _0x5a49(_0x25e8dc,_0x10895c){_0x25e8dc=_0x25e8dc-(0x256b*-0x1+0x1145*0x1+0x15a1);const _0xacd0c4=_0x511e();let _0x3c6463=_0xacd0c4[_0x25e8dc];if(_0x5a49['IHxcGz']===undefined){var _0x3b4340=function(_0xac03c9){const _0x1d3f95='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x118207='',_0x56e25c='';for(let _0x12626d=0x905+-0x1*-0x380+-0x5*0x281,_0x3979ee,_0x58db4d,_0x44693f=0x688+-0x36f*-0x3+-0x10d5;_0x58db4d=_0xac03c9['charAt'](_0x44693f++);~_0x58db4d&&(_0x3979ee=_0x12626d%(-0x1*0xc14+0x26*-0x3+0x6b*0x1e)?_0x3979ee*(-0xcf*0x16+-0x1*-0x12c9+-0xbf*0x1)+_0x58db4d:_0x58db4d,_0x12626d++%(-0x2*-0x117c+0x8*0x444+-0x4514))?_0x118207+=String['fromCharCode'](-0x1*-0x2029+-0x2*-0x117b+0x4*-0x1088&_0x3979ee>>(-(0x16aa+-0x1812+0x16a)*_0x12626d&0x1*-0x166b+-0x2109+-0x12*-0x315)):0x2*0x118d+-0x95a+-0xce0*0x2){_0x58db4d=_0x1d3f95['indexOf'](_0x58db4d);}for(let _0x522eb5=-0x159b+0xf6f+0x18b*0x4,_0x4aede2=_0x118207['length'];_0x522eb5<_0x4aede2;_0x522eb5++){_0x56e25c+='%'+('00'+_0x118207['charCodeAt'](_0x522eb5)['toString'](0x7c8+-0x9d+0x71b*-0x1))['slice'](-(0x15e0+-0xfa1+-0x63d));}return decodeURIComponent(_0x56e25c);};_0x5a49['LdzEQV']=_0x3b4340,_0x5a49['oRDkTI']={},_0x5a49['IHxcGz']=!![];}const _0xb9f23b=_0xacd0c4[-0x1a3b+0x1492+-0x1e3*-0x3],_0x29c2d4=_0x25e8dc+_0xb9f23b,_0x3b5f6a=_0x5a49['oRDkTI'][_0x29c2d4];return!_0x3b5f6a?(_0x3c6463=_0x5a49['LdzEQV'](_0x3c6463),_0x5a49['oRDkTI'][_0x29c2d4]=_0x3c6463):_0x3c6463=_0x3b5f6a,_0x3c6463;}(function(_0x2ac10d,_0x4d4f17){const _0xcc8a28={_0x1e3b68:0x2cb,_0xf1078a:0x240,_0x4d997e:0x2b9,_0x41d65d:0x29c,_0x4c932b:0x1ee,_0x3bceb4:0x1f2,_0x1d6b6a:0x357,_0x2bbff5:0x3c1,_0x11a743:0x2db,_0x4bec53:0x36d,_0x4d950d:0x17d,_0x498084:0x1b0,_0x4b83a9:0x25c,_0x1c57ce:0x23d,_0x1f3d5b:0x202,_0x433b26:0x305,_0x198d8a:0x2ee,_0x3998fe:0x23f,_0x5c672b:0x18c},_0x39ca31={_0x153afa:0x22};function _0x13de38(_0x4e1051,_0x2e2c91,_0x14d6ad,_0x49c175){return _0x5a49(_0x49c175-0x80,_0x4e1051);}function _0x5ec07c(_0x157f1e,_0x29eea6,_0x3d924c,_0x5af7e0){return _0x5a49(_0x29eea6- -_0x39ca31._0x153afa,_0x3d924c);}const _0x429b8e=_0x2ac10d();while(!![]){try{const _0x3d4f93=parseInt(_0x13de38(_0xcc8a28._0x1e3b68,_0xcc8a28._0xf1078a,_0xcc8a28._0x4d997e,0x279))/(0x20*-0x34+-0x1*-0x525+0x1d*0xc)+-parseInt(_0x5ec07c(_0xcc8a28._0x41d65d,0x263,_0xcc8a28._0x4c932b,_0xcc8a28._0x3bceb4))/(-0x255d+0x409*0x2+-0x1*-0x1d4d)+-parseInt(_0x13de38(_0xcc8a28._0x1d6b6a,0x2b8,_0xcc8a28._0x2bbff5,0x333))/(0x19ed+0x242+-0x1c2c)*(parseInt(_0x13de38(0x1ee,_0xcc8a28._0x11a743,0x1db,0x280))/(0x1a20+0x1b7e+-0x359a))+-parseInt(_0x13de38(0x269,_0xcc8a28._0x4bec53,0x39b,0x30c))/(-0x137d*0x1+0x2*0xcfd+-0x678)+-parseInt(_0x5ec07c(_0xcc8a28._0x4d950d,0x1b0,0x105,0x228))/(-0x1794+0x23fd+0x97*-0x15)+-parseInt(_0x5ec07c(_0xcc8a28._0x498084,_0xcc8a28._0x4b83a9,_0xcc8a28._0x1c57ce,_0xcc8a28._0x1f3d5b))/(0x1*0x1d9c+-0x1*0x1835+0x8*-0xac)*(-parseInt(_0x13de38(_0xcc8a28._0x433b26,0x26a,0x2f2,_0xcc8a28._0x198d8a))/(-0xb68+0x153b+-0x6d*0x17))+parseInt(_0x5ec07c(_0xcc8a28._0x3998fe,0x1af,_0xcc8a28._0x5c672b,0x1aa))/(-0x129d+0x562+0xd44);if(_0x3d4f93===_0x4d4f17)break;else _0x429b8e['push'](_0x429b8e['shift']());}catch(_0x563c81){_0x429b8e['push'](_0x429b8e['shift']());}}}(_0x511e,0x61882+-0x2*-0x43ced+-0x90893));import{promises as _0x2a9340}from'fs';import _0x4e3796 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([_0x53cc5a(0xf9,0x22b,0x210,0x188)+_0x1054ea(-0xe6,-0xe8,-0x9b,-0x15c),'server_por'+'t',_0x1054ea(-0x149,-0x13b,-0x118,-0x1d0)+'ath','ssl_key_pa'+'th',_0x1054ea(-0xde,-0x127,-0x17a,-0xb9)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set(['ssh_host',_0x53cc5a(0x16f,0xb7,0x124,0x152)+_0x53cc5a(0xc3,0x19f,0xbb,0x16b),_0x53cc5a(0x2c1,0x2e9,0x2a1,0x243)+'ge',_0x53cc5a(0x1d6,0x2e1,0x231,0x252)]);export async function handleConfig(_0x56c098){const _0x464376={_0x31a30a:0x1cd,_0x372d07:0x1c8,_0x8ed553:0x1a9,_0x2846d:0x1ab,_0x2a4b5d:0x223,_0x1dbab3:0xfc,_0x482874:0x1e0,_0x21e5d9:0x230,_0xbea0f9:0x27c,_0x20aeae:0x1f6,_0x355a03:0x200,_0x597c53:0x1ff,_0x278a52:0x25a,_0x1dded7:0x19c,_0x295cf0:0x172,_0x5912d5:0x191,_0x2238ad:0x221,_0x13ba26:0x162,_0x56ec7b:0x170,_0x136f4a:0x1a2,_0x13fabc:0x184,_0x275b3b:0x18e,_0x23f586:0x154,_0x15306d:0x1fb,_0x1176cb:0x135,_0x9081f1:0x13d,_0x55f1ee:0x30e,_0x240fe8:0x20f,_0x3f0346:0x206,_0x5ebbc6:0xff,_0xef7db2:0xd2,_0x5c6a35:0x1fd,_0x4b8777:0x153,_0x186d8d:0x13e,_0x5afef2:0x10c,_0x2afee2:0x1fb,_0x4ce624:0x191,_0x3fad55:0x1f8,_0x5a7821:0x224,_0x114960:0x146,_0x341a95:0x1d4,_0x436d3c:0x1c5,_0x23ff15:0x183,_0x38055b:0x23f,_0x25ed25:0x272,_0x492249:0x2b8,_0x4590cb:0x216,_0x2cbe96:0x20e,_0x285cf9:0x2bd,_0x3c807b:0x1df,_0x90925f:0xd1,_0x154c46:0x1bb,_0x16bbd2:0x12f,_0xc11c10:0x1b9,_0x3fd744:0x1c0,_0x31c7c6:0x174,_0xdff901:0x1fe,_0x1f900a:0x179,_0x5a3ed1:0x202,_0x319ca3:0x1c9,_0xc18f58:0x155,_0x463af8:0xb8,_0x241f84:0x16c,_0x46b1be:0xe2,_0x2e5618:0x136,_0x554e4f:0x1f5,_0xf2333c:0x224,_0x4be3fd:0x175,_0x1015cb:0x1ed,_0x5282d6:0x208,_0x4c0a0c:0x1d8,_0x10cfda:0x125,_0x183fb5:0x11e,_0x1fc842:0x195,_0x3420dc:0x1f2,_0x1e2aaf:0x224,_0x21ed98:0xe1,_0x46e515:0x116,_0x176a78:0x1ce,_0x4e9e9e:0x1b1,_0x1f7ded:0x268,_0xcc1d27:0x2bb,_0x1a1492:0x316,_0xf4de69:0x26c,_0x482d40:0x1e8,_0x17706b:0x1e4,_0x553691:0x1bb,_0x3c5362:0x197,_0x472794:0x121,_0x42d41b:0x23b,_0x5eb920:0x1ac,_0x202192:0xf5,_0x1226ce:0x1a3,_0x13ffa0:0x147,_0x1ce32e:0x1e6},_0xa55e06={_0x505243:0x82,_0x1ef770:0x17c};function _0x201b5b(_0x819b3d,_0x19c775,_0x53f436,_0x252d14){return _0x53cc5a(_0x819b3d-0xa3,_0x19c775-0x51,_0x819b3d,_0x19c775- -0x37f);}function _0x23f250(_0x215d51,_0x4ff791,_0x3addeb,_0x496cb3){return _0x1054ea(_0x215d51-_0xa55e06._0x505243,_0x4ff791-0x308,_0x496cb3,_0x496cb3-_0xa55e06._0x1ef770);}const _0x22d6d2={'Xosoo':function(_0x2fc6ce,_0x37525e){return _0x2fc6ce===_0x37525e;},'vJcgc':_0x201b5b(-0x24e,-_0x464376._0x31a30a,-0x180,-_0x464376._0x372d07),'hkEEf':function(_0x2a641c,_0x4ba2b3){return _0x2a641c!==_0x4ba2b3;},'BawHL':_0x201b5b(-_0x464376._0x8ed553,-_0x464376._0x2846d,-_0x464376._0x2a4b5d,-_0x464376._0x1dbab3),'DvoLZ':_0x23f250(_0x464376._0x482874,_0x464376._0x21e5d9,_0x464376._0xbea0f9,_0x464376._0x20aeae),'HhhSF':_0x23f250(_0x464376._0x355a03,0x210,_0x464376._0x597c53,0x2af),'ZHHjw':'set','thFtW':function(_0x561fa1,_0x3aa3cc,_0x1e1a06){return _0x561fa1(_0x3aa3cc,_0x1e1a06);},'khxfp':_0x23f250(0x1bd,0x1ed,_0x464376._0x278a52,_0x464376._0x1dded7),'tLKus':_0x201b5b(-0x161,-_0x464376._0x295cf0,-_0x464376._0x5912d5,-_0x464376._0x2238ad),'Vikzd':_0x201b5b(-_0x464376._0x13ba26,-0x204,-_0x464376._0x56ec7b,-0x27d),'gdmGb':function(_0xdc5579,_0x25491f){return _0xdc5579(_0x25491f);},'PWBuF':_0x23f250(0x22a,_0x464376._0x136f4a,_0x464376._0x13fabc,_0x464376._0x275b3b),'zqDuf':function(_0xc301c9){return _0xc301c9();},'dFGSR':_0x201b5b(-0x233,-_0x464376._0x355a03,-_0x464376._0x23f586,-_0x464376._0x15306d)+_0x201b5b(-_0x464376._0x1176cb,-_0x464376._0x9081f1,-0x184,-0x125)+_0x23f250(0x1ed,0x2a0,0x294,_0x464376._0x55f1ee)+_0x23f250(0x145,0x17a,0xc7,0x22f)+_0x23f250(0x187,0x19c,_0x464376._0x240fe8,_0x464376._0x3f0346),'WmyDI':_0x201b5b(-0xb6,-_0x464376._0x5ebbc6,-_0x464376._0xef7db2,-0x17f),'Ejqoj':_0x23f250(_0x464376._0x5c6a35,0x207,0x15f,0x1bc)},_0x4389f5=_0x56c098[0x1*-0xdf+-0xa51+0xb30];!_0x4389f5&&(_0x22d6d2[_0x23f250(0x175,_0x464376._0x4b8777,_0x464376._0x186d8d,_0x464376._0x5afef2)](_0x22d6d2[_0x201b5b(-_0x464376._0x2afee2,-0x1b5,-_0x464376._0x4ce624,-0x197)],_0x22d6d2[_0x23f250(0x178,_0x464376._0x3fad55,0x23e,0x296)])?(showUsage(),process[_0x23f250(0x227,0x268,0x1f5,_0x464376._0x5a7821)](-0x1*-0x904+-0x9b1+-0x2*-0x57)):(_0x22d6d2[_0x201b5b(-_0x464376._0x114960,-_0x464376._0x341a95,-0x1cf,-_0x464376._0x436d3c)](_0x487819[_0x23f250(0x1bd,0x1de,_0x464376._0x23ff15,_0x464376._0x38055b)],_0x22d6d2[_0x23f250(0x1ca,_0x464376._0x25ed25,_0x464376._0x492249,0x1bb)])?_0x1c8960['error'](_0x23f250(0x16e,_0x464376._0x4590cb,0x287,0x29f)+_0x23f250(0x262,_0x464376._0x2cbe96,0x1db,0x1cc)+'t\x20found\x20at'+'\x20'+_0x369ccc):_0x3ec4da['error']('Error\x20read'+'ing\x20setup.'+'json:\x20'+_0x50f025[_0x23f250(0x1a4,0x23f,_0x464376._0x285cf9,_0x464376._0x3c807b)]),_0x50d45b[_0x23f250(0x2c2,0x268,0x1ee,0x21e)](0x1*-0x17df+0x20c6+0x2*-0x473)));try{if(_0x22d6d2['Xosoo'](_0x22d6d2[_0x201b5b(-_0x464376._0x90925f,-0x126,-_0x464376._0x154c46,-_0x464376._0x16bbd2)],_0x22d6d2['HhhSF']))switch(_0x4389f5){case _0x22d6d2['ZHHjw']:await _0x22d6d2['thFtW'](setConfig,_0x56c098[-0x829*-0x2+0x653+-0x16a4],_0x56c098[0x1*0x1cfa+0x105e+-0xe*0x33d]);break;case _0x22d6d2['khxfp']:await getConfig(_0x56c098[-0x1d0f+-0x96c*-0x1+0x1a3*0xc]);break;case _0x22d6d2[_0x201b5b(-_0x464376._0xc11c10,-0x113,-_0x464376._0x3fd744,-0x7c)]:case _0x22d6d2[_0x23f250(_0x464376._0x31c7c6,_0x464376._0xdff901,_0x464376._0x1f900a,_0x464376._0x4b8777)]:await _0x22d6d2[_0x201b5b(-_0x464376._0x5a3ed1,-0x1fd,-0x249,-_0x464376._0x319ca3)](removeConfig,_0x56c098[0x1*0x1516+0x25fc+-0x3b11]);break;case _0x22d6d2['PWBuF']:await _0x22d6d2[_0x201b5b(-0x183,-_0x464376._0x5afef2,-_0x464376._0xc18f58,-_0x464376._0x463af8)](showConfig);break;default:console['error']('Unknown\x20su'+_0x201b5b(-0x199,-_0x464376._0x241f84,-0x1bd,-0x113)+_0x4389f5),console[_0x23f250(_0x464376._0x46b1be,0x199,_0x464376._0x2e5618,_0x464376._0x554e4f)](_0x22d6d2[_0x23f250(_0x464376._0xf2333c,0x21c,0x1a1,0x22b)]),process['exit'](0x3b*-0xa0+-0x6ad*0x4+0x18d*0x29);}else _0x59cc20[_0x201b5b(-_0x464376._0x4be3fd,-_0x464376._0x1015cb,-0x294,-0x1b9)](_0x201b5b(-0x1c5,-_0x464376._0x5282d6,-0x195,-_0x464376._0x4c0a0c)+_0xea0e0b['message']),_0x28b535[_0x201b5b(-_0x464376._0x10cfda,-_0x464376._0x183fb5,-0x146,-0xfb)](0x68e+-0x1c1*0x7+0x5ba);}catch(_0x23cafb){_0x22d6d2[_0x23f250(_0x464376._0x1fc842,_0x464376._0x3420dc,_0x464376._0x3fad55,_0x464376._0x1e2aaf)]!==_0x22d6d2[_0x201b5b(-_0x464376._0x21ed98,-_0x464376._0x46e515,-0x17f,-_0x464376._0x176a78)]?(console[_0x201b5b(-_0x464376._0x4590cb,-0x1ed,-0x1d4,-_0x464376._0x4e9e9e)]('Error:\x20'+_0x23cafb['message']),process[_0x23f250(0x2bc,_0x464376._0x1f7ded,_0x464376._0xcc1d27,_0x464376._0x20aeae)](-0x708*-0x1+-0x1db5+0x2*0xb57)):_0x2a7f24[_0x23f250(_0x464376._0x1a1492,_0x464376._0xf4de69,_0x464376._0x482d40,0x20a)](_0x23f250(0x223,_0x464376._0x15306d,0x1c6,_0x464376._0x17706b)+_0x23f250(_0x464376._0x553691,_0x464376._0x3c5362,0x1c1,_0x464376._0x472794)+_0x201b5b(-_0x464376._0x42d41b,-_0x464376._0x5eb920,-_0x464376._0x202192,-_0x464376._0x1226ce)+_0x3319fe[_0x201b5b(-0xa4,-_0x464376._0x13ffa0,-_0x464376._0x1ce32e,-_0x464376._0x3fd744)]);}}function showUsage(){const _0x573dc7={_0x361048:0x634,_0x4e9392:0x5a1,_0x1dbb14:0xaf,_0x1ae476:0x12e,_0x52b7f0:0x173,_0x1549c2:0x14e,_0x5353fd:0x478,_0x59d541:0x4d1,_0x5e2d4e:0xa9,_0xc0722a:0x86,_0x292138:0x83,_0x44bc42:0xb1,_0x44d0cf:0xbe,_0x41b71d:0x21d,_0x2ecc55:0x1a4,_0x13b7e0:0x57a,_0x4e8092:0x4dc,_0x53fc11:0xbc,_0x273a58:0xd9,_0x266689:0xa7,_0x395df8:0x56,_0x1d1fc1:0x5cb,_0x49f181:0x599,_0x318e6d:0x594,_0xcefcc6:0x4f1,_0x58209f:0x562,_0x2f30c5:0x5db,_0x64dca6:0x4f8,_0x10f28d:0x52c,_0x518165:0x4b4,_0xdd4b:0x44b,_0x410be9:0x1b,_0x397da0:0x10,_0x2b55c8:0x8f,_0x3ce70e:0x4fe,_0x1baeb1:0x430,_0x57f8de:0x141,_0x385af4:0x4e,_0x92c6ec:0xe4,_0x4e6d30:0x5f,_0x3353cc:0x66e,_0x4d3f6f:0x56e,_0x1aa66f:0xd5,_0x3e5e91:0x171,_0x38c300:0x4e0,_0x4d7df9:0x4a8,_0x32abd2:0x410,_0x3b5d58:0x4ea,_0x2b907c:0x5b4,_0x56ecf3:0x56b,_0x452760:0x4df,_0x570871:0x4d2,_0x1ca152:0x58f,_0x442b7a:0x10b,_0x413ec9:0xa2,_0x2fc5e5:0x562,_0x5d6eb6:0x516,_0x563583:0x4b8,_0xcd2c46:0x207,_0x4300ba:0x546,_0x4616b7:0x58d,_0x4d40e0:0x4f3,_0x49daf5:0x514,_0x2df00e:0x47a,_0x438db3:0x545,_0x41792d:0x4f3,_0x1e1d04:0x457,_0x3feb83:0x571,_0x2c1101:0x98,_0x4d8af8:0x14a,_0x2dded5:0x20f,_0x5071cc:0x183,_0x53e483:0x167,_0x4f051f:0x10f,_0x2f8beb:0x177,_0x56af10:0xf8,_0x216b73:0xfb,_0x3c18d0:0x13a,_0x117b80:0x195,_0x207911:0x122,_0x3c051c:0x560,_0x4eafb1:0x57f,_0x183aad:0x4a3,_0x21e84c:0x4c8,_0x3976af:0x3cd,_0x216e0c:0x21,_0x17aec7:0x3bf,_0x636451:0x4fa,_0x3230eb:0x14d,_0x9a5827:0x223,_0xf61c60:0x1bb,_0x3b4b70:0x509,_0x45718a:0x47e,_0x285ace:0x55b,_0x495b90:0x4f9,_0x7829b8:0x4f0,_0x5daa0b:0x4a6,_0x3a2007:0x1f0,_0xeccebb:0x217,_0x291017:0x16b,_0x4665c8:0x5e1,_0x5e89a5:0x559,_0xac3ffa:0xf3,_0x2f0e1e:0x195,_0x585813:0x184,_0xf5234e:0x14,_0x47f14e:0x42b,_0x133e3d:0x4d3,_0x3d32d9:0x496,_0x24e64d:0x45d,_0x580e2d:0x4,_0x100825:0x7d,_0x4d8659:0x4b,_0x35a800:0x45a,_0x5becbf:0x46f,_0x310a19:0x502,_0x4bc954:0x579,_0x3fee5b:0x54a,_0xae4f0f:0x5bd,_0x3c6fd8:0x4ed,_0x28775a:0x543,_0x19ad18:0x492,_0x434d41:0x533,_0x48d3b8:0x30,_0x39d19d:0x90,_0x1127e2:0x137,_0x84a1dc:0x106,_0x4c6785:0xc3,_0x26ddf7:0xea,_0x1d576c:0x4ba,_0x2c5f2f:0x4af,_0x5a2c6c:0x477,_0x495367:0x494,_0x1a6e02:0x28,_0x86e815:0x17,_0x45bc89:0x48b,_0x2f0cba:0x435,_0x55bf9d:0x5cc,_0xb8cad:0x629,_0x1c17d0:0x64,_0x12eb7d:0x5e1,_0x3c1bd8:0x208,_0x556f00:0x1af,_0x35c308:0x141,_0x407e17:0xbb,_0x37a12b:0x528,_0x312839:0x5b8,_0x174829:0x5e5,_0x4af02c:0x5b6,_0x40055e:0x608,_0x339126:0x59d,_0x3af361:0x44d,_0x449063:0x539,_0x329b1a:0x4b2,_0x3dd6c1:0xa6,_0x1cc0da:0xd0,_0x3218db:0x4f6,_0x53c88e:0x80,_0x23040c:0x74,_0x539b18:0x642,_0x3487bc:0x525,_0x3b272a:0x619,_0x18b38c:0x3b9,_0xdca895:0x46e,_0x384184:0x4ca,_0x252a80:0x170,_0x1c1de6:0x1f3,_0x131c4a:0x20d,_0x2b8172:0x163,_0x51ebb8:0xab,_0x320a3a:0x494,_0x3732b9:0x4ad,_0x21596e:0x55c,_0x112f40:0x603,_0x5b8bbd:0x54b,_0x52227c:0x487,_0x5cb357:0x518,_0x5d1825:0x53f,_0x4ee85c:0x4ac,_0x31a3ac:0x5b6,_0x4b80bb:0x136,_0x136802:0x4c5,_0x4a47f1:0x623,_0x4f8682:0x89,_0x368a89:0x87,_0x246a5f:0x48,_0x31faa1:0x51a,_0x14574c:0x5ad,_0x39a117:0x1c9,_0x32aa0f:0x1b1,_0x16a6bb:0x163,_0x3d1197:0x14d,_0x173155:0x140,_0xc2c2db:0x1d2,_0x31b5ab:0x19c,_0x254aff:0x597,_0x3ed3c9:0x449,_0x290ada:0x5d,_0x4835ee:0xf0,_0x17d1d2:0x490,_0x5b0a5b:0x4f5,_0x23cbd9:0x538,_0xf5a652:0x3e4,_0x596c9d:0x217,_0x4b75a1:0x1e1,_0x47c75d:0x186,_0x19ad2c:0x163,_0x5b0e9d:0x11f,_0x1769fb:0x4ad,_0x540ab2:0x54e,_0x5c4d3e:0x42c,_0x5794ce:0x10e,_0x45a594:0x4be,_0xbaa25:0x50a,_0x112a87:0x552,_0x2f6164:0x532,_0x31f1f1:0x5bf,_0x2bda28:0x4ad,_0x3b5c3f:0x513,_0x23d6df:0xc3,_0x3ef3b7:0x129,_0x1f353c:0x193,_0x7afd3b:0x4ad,_0x365265:0x4ad,_0x59c1bc:0x53d,_0x3e9505:0x53a,_0x3cd110:0x123,_0x218adc:0x196,_0x47b89b:0x519,_0x52e932:0x5ca,_0x5a16dd:0x65b,_0xf5fde9:0x46e,_0x250fbd:0x4bb,_0x501292:0x1e1,_0x337604:0x122,_0x1de6b7:0xa1},_0x2d683c={_0x2b9614:0x165},_0x36e543={_0x3b9a20:0x95},_0x445e40={};_0x445e40[_0x28e857(_0x573dc7._0x361048,_0x573dc7._0x4e9392,0x609,0x53f)]='8|7|9|24|5'+_0x1b2893(-0xdb,-_0x573dc7._0x1dbb14,-0x162,-_0x573dc7._0x1ae476)+'|2|18|19|1'+_0x1b2893(-0x15d,-0x1ca,-_0x573dc7._0x52b7f0,-_0x573dc7._0x1549c2)+_0x28e857(_0x573dc7._0x5353fd,_0x573dc7._0x59d541,0x421,0x41b)+_0x1b2893(0x2,-_0x573dc7._0x5e2d4e,-0xf3,-_0x573dc7._0xc0722a)+_0x1b2893(-_0x573dc7._0x292138,-_0x573dc7._0x44bc42,-0x15e,-_0x573dc7._0x44d0cf),_0x445e40[_0x28e857(0x5bc,0x59c,0x503,0x5e4)]=_0x1b2893(-_0x573dc7._0x41b71d,-_0x573dc7._0x2ecc55,-_0x573dc7._0x1549c2,-0x172)+_0x28e857(0x537,0x533,_0x573dc7._0x13b7e0,_0x573dc7._0x4e8092)+_0x1b2893(-0x54,-0x9c,-_0x573dc7._0x53fc11,-0x100)+_0x1b2893(-_0x573dc7._0x273a58,0x5b,-_0x573dc7._0x266689,-_0x573dc7._0x395df8)+_0x28e857(_0x573dc7._0x1d1fc1,_0x573dc7._0x49f181,_0x573dc7._0x318e6d,0x4ef),_0x445e40['FLquP']='\x20\x20ssh_host'+_0x28e857(_0x573dc7._0xcefcc6,_0x573dc7._0x58209f,_0x573dc7._0x2f30c5,0x612)+'\x20\x20SSH\x20host'+'\x20for\x20envir'+_0x28e857(0x5a1,0x51a,_0x573dc7._0x64dca6,0x4ac),_0x445e40[_0x28e857(_0x573dc7._0x10f28d,0x476,_0x573dc7._0x518165,_0x573dc7._0xdd4b)]=_0x1b2893(_0x573dc7._0x410be9,-0xf6,_0x573dc7._0x397da0,-_0x573dc7._0x2b55c8)+'tup_path\x20\x20'+'\x20\x20Path\x20to\x20'+_0x28e857(0x3ec,0x49b,_0x573dc7._0x3ce70e,_0x573dc7._0x1baeb1)+'p\x20director'+'y',_0x445e40[_0x1b2893(-_0x573dc7._0x57f8de,-_0x573dc7._0x385af4,-0x101,-_0x573dc7._0x92c6ec)]=_0x1b2893(-0xfc,0x28,-0x35,-_0x573dc7._0x4e6d30)+_0x28e857(0x5ce,0x5be,_0x573dc7._0x3353cc,_0x573dc7._0x4d3f6f)+_0x1b2893(-_0x573dc7._0x1aa66f,-0x161,-0x1f1,-_0x573dc7._0x3e5e91)+_0x28e857(_0x573dc7._0x38c300,_0x573dc7._0x4d7df9,_0x573dc7._0x32abd2,_0x573dc7._0x3b5d58)+_0x28e857(0x545,0x5af,_0x573dc7._0x2b907c,_0x573dc7._0x56ecf3)+_0x28e857(0x50e,_0x573dc7._0x452760,_0x573dc7._0x570871,_0x573dc7._0x1ca152),_0x445e40['CMwPv']=_0x1b2893(-0x43,-_0x573dc7._0x442b7a,-_0x573dc7._0x413ec9,-0xf3)+_0x28e857(0x56c,_0x573dc7._0x2fc5e5,_0x573dc7._0x5d6eb6,_0x573dc7._0x563583)+'\x20Show\x20all\x20'+_0x1b2893(-_0x573dc7._0xcd2c46,-0x1e0,-0xec,-0x16a)+_0x28e857(_0x573dc7._0x4300ba,_0x573dc7._0x4616b7,_0x573dc7._0x4d40e0,0x5fe),_0x445e40[_0x28e857(0x4df,_0x573dc7._0x49daf5,_0x573dc7._0x2df00e,0x4b3)]=_0x28e857(_0x573dc7._0x438db3,0x58f,0x617,0x5e0)+_0x28e857(0x4e3,_0x573dc7._0x41792d,_0x573dc7._0x1e1d04,_0x573dc7._0x3feb83)+'config\x20<se'+_0x1b2893(-_0x573dc7._0x2c1101,-0x112,-_0x573dc7._0x4d8af8,-0xe1)+_0x1b2893(-_0x573dc7._0x2dded5,-_0x573dc7._0x5071cc,-0x1f6,-_0x573dc7._0x53e483)+_0x1b2893(-_0x573dc7._0x4f051f,-_0x573dc7._0x2f8beb,-_0x573dc7._0x56af10,-_0x573dc7._0x216b73)+'e]',_0x445e40[_0x1b2893(-0x155,-_0x573dc7._0x3c18d0,-0x1c8,-_0x573dc7._0x117b80)]=_0x28e857(0x5a0,0x51f,0x4b4,0x484)+_0x1b2893(-0x210,-_0x573dc7._0x207911,-0x113,-0x174)+'\x20\x20Path\x20to\x20'+_0x28e857(0x5f9,_0x573dc7._0x3c051c,0x5dc,_0x573dc7._0x4eafb1)+_0x28e857(_0x573dc7._0x183aad,0x466,_0x573dc7._0x21e84c,_0x573dc7._0x3976af),_0x445e40['JJLfL']=_0x28e857(0x410,0x4a5,0x502,0x4ce)+_0x1b2893(-_0x573dc7._0x216e0c,-0x14d,-0x13f,-0xb7)+'g\x20set\x20code'+_0x28e857(_0x573dc7._0x17aec7,0x46b,0x43b,_0x573dc7._0x636451)+_0x1b2893(-_0x573dc7._0x3230eb,-_0x573dc7._0x9a5827,-_0x573dc7._0xf61c60,-0x18c)+'o/coder-se'+'tup',_0x445e40['mupPl']=_0x28e857(_0x573dc7._0x3b4b70,_0x573dc7._0x45718a,0x477,0x453)+_0x28e857(_0x573dc7._0x285ace,_0x573dc7._0x495b90,0x465,_0x573dc7._0x7829b8)+_0x1b2893(0x1,-0xa0,-_0x573dc7._0x2b55c8,-0x79)+_0x28e857(_0x573dc7._0x5daa0b,0x4a6,0x4dc,0x4a7)+'ion\x20value',_0x445e40['NuyiD']=_0x1b2893(-_0x573dc7._0x3a2007,-0x161,-_0x573dc7._0xeccebb,-_0x573dc7._0x291017)+_0x28e857(_0x573dc7._0x4665c8,_0x573dc7._0x5e89a5,0x4fd,0x533)+_0x1b2893(-0x159,-_0x573dc7._0xac3ffa,-_0x573dc7._0x2f0e1e,-_0x573dc7._0x585813)+_0x1b2893(-0x2d,-0x6f,_0x573dc7._0xf5234e,-0x78)+_0x28e857(_0x573dc7._0x47f14e,_0x573dc7._0x133e3d,0x4fd,_0x573dc7._0x3d32d9),_0x445e40[_0x28e857(0x476,_0x573dc7._0xcefcc6,_0x573dc7._0x24e64d,0x521)]=_0x1b2893(0x22,-_0x573dc7._0x580e2d,-0x68,-_0x573dc7._0x100825)+'agent\x20\x20\x20\x20\x20'+_0x1b2893(-0xbd,-0x53,-0x97,-_0x573dc7._0x4d8659)+_0x28e857(0x41f,0x479,0x498,0x4ae)+_0x28e857(0x581,0x4e4,_0x573dc7._0x35a800,_0x573dc7._0x5becbf)+'ex)',_0x445e40[_0x28e857(0x598,_0x573dc7._0x310a19,_0x573dc7._0x4bc954,0x47e)]=_0x28e857(0x592,_0x573dc7._0x3fee5b,0x553,_0x573dc7._0xae4f0f)+_0x28e857(0x533,0x50b,_0x573dc7._0x3c6fd8,0x468)+_0x28e857(0x57b,_0x573dc7._0x28775a,_0x573dc7._0x19ad18,_0x573dc7._0x434d41)+_0x1b2893(-_0x573dc7._0xac3ffa,_0x573dc7._0x48d3b8,-0x4e,-0x6d)+_0x28e857(0x4ea,0x4a0,0x4eb,0x421),_0x445e40[_0x1b2893(-0x141,-_0x573dc7._0x39d19d,-_0x573dc7._0x1127e2,-_0x573dc7._0x84a1dc)]=_0x1b2893(-0x15,-0xd9,-0xdb,-_0x573dc7._0x4c6785)+'_path\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0x1b2893(-_0x573dc7._0x26ddf7,-0x194,-0x14b,-0x11c)+_0x28e857(_0x573dc7._0x1d576c,_0x573dc7._0x2c5f2f,_0x573dc7._0x5a2c6c,_0x573dc7._0x35a800);function _0x1b2893(_0x5ea8dc,_0x2da96f,_0x4ddfd7,_0x11faf7){return _0x53cc5a(_0x5ea8dc-_0x36e543._0x3b9a20,_0x2da96f-0xf3,_0x2da96f,_0x11faf7- -0x2f5);}_0x445e40[_0x28e857(0x5de,0x532,0x529,_0x573dc7._0x495367)]='\x20\x20coder-se'+_0x1b2893(-_0x573dc7._0x1a6e02,-0x16a,-_0x573dc7._0x86e815,-0xb7)+_0x28e857(0x3f9,_0x573dc7._0x45bc89,0x3f0,_0x573dc7._0x2f0cba);function _0x28e857(_0x2cba55,_0x2901e9,_0xd6a9a0,_0x36d9b8){return _0x1054ea(_0x2cba55-_0x2d683c._0x2b9614,_0x2901e9-0x61c,_0x36d9b8,_0x36d9b8-0x128);}_0x445e40[_0x28e857(_0x573dc7._0x4bc954,_0x573dc7._0x55bf9d,_0x573dc7._0xb8cad,0x5a1)]=_0x1b2893(0x27,-0x26,-0x2c,-_0x573dc7._0x1c17d0)+'rage\x20\x20\x20\x20\x20\x20'+_0x1b2893(-0x1c7,-0x200,-0x215,-_0x573dc7._0x3e5e91)+_0x28e857(0x501,0x5a4,0x518,_0x573dc7._0x12eb7d)+_0x1b2893(-0x11e,-_0x573dc7._0x3c1bd8,-0x1c8,-0x16e),_0x445e40['cvIlX']=_0x1b2893(-_0x573dc7._0x556f00,-_0x573dc7._0x35c308,-_0x573dc7._0x407e17,-0x12a)+_0x28e857(0x614,0x562,0x4b0,0x559)+_0x28e857(_0x573dc7._0x37a12b,_0x573dc7._0x312839,0x523,0x613)+'me',_0x445e40['MTofZ']='Examples:',_0x445e40[_0x28e857(_0x573dc7._0x174829,0x5aa,_0x573dc7._0x4af02c,_0x573dc7._0x40055e)]=_0x28e857(_0x573dc7._0x339126,0x55b,0x521,0x5a3)+'>\x20<value>\x20'+_0x28e857(_0x573dc7._0x3af361,0x4aa,_0x573dc7._0x449063,_0x573dc7._0x329b1a)+_0x1b2893(0x56,-_0x573dc7._0x3dd6c1,-_0x573dc7._0x1cc0da,-0x48)+_0x28e857(0x528,0x59e,_0x573dc7._0x3218db,0x602);const _0x435bfa=_0x445e40,_0x165f60=_0x435bfa[_0x1b2893(-_0x573dc7._0xc0722a,-0x7d,-_0x573dc7._0x53c88e,-0x6f)][_0x1b2893(-0x10e,-0x138,-_0x573dc7._0x23040c,-0x9d)]('|');let _0x462acd=-0x7b*-0x1+-0xf8b+-0xf10*-0x1;while(!![]){switch(_0x165f60[_0x462acd++]){case'0':console['error'](_0x435bfa[_0x28e857(_0x573dc7._0x539b18,0x59c,_0x573dc7._0x3487bc,_0x573dc7._0x3b272a)]);continue;case'1':console['error'](_0x435bfa[_0x28e857(_0x573dc7._0x18b38c,_0x573dc7._0xdca895,_0x573dc7._0x384184,0x458)]);continue;case'2':console[_0x1b2893(-0x1f2,-0x11f,-_0x573dc7._0x252a80,-0x163)](_0x435bfa[_0x28e857(0x528,0x476,0x3de,0x3fa)]);continue;case'3':console[_0x1b2893(-0x204,-_0x573dc7._0x1c1de6,-_0x573dc7._0x131c4a,-_0x573dc7._0x2b8172)](_0x435bfa[_0x1b2893(-_0x573dc7._0x92c6ec,-_0x573dc7._0x51ebb8,-0xef,-0xe4)]);continue;case'4':console[_0x28e857(_0x573dc7._0x320a3a,_0x573dc7._0x3732b9,0x52c,0x54e)](_0x1b2893(-0x7a,-0xc7,-0x4b,-0x49)+'figuration'+_0x28e857(0x5d6,_0x573dc7._0x21596e,_0x573dc7._0x112f40,_0x573dc7._0x5b8bbd)+_0x28e857(0x593,0x500,_0x573dc7._0x52227c,0x4aa)+_0x28e857(_0x573dc7._0x5cb357,0x5a7,0x564,0x638)+'ig.json):');continue;case'5':console['error'](_0x28e857(_0x573dc7._0x5d1825,0x520,_0x573dc7._0x4ee85c,_0x573dc7._0x31a3ac)+_0x1b2893(-0x1e4,-0x8f,-0xbf,-_0x573dc7._0x4b80bb)+_0x28e857(_0x573dc7._0x136802,0x56e,_0x573dc7._0x4a47f1,0x4fd)+_0x1b2893(-_0x573dc7._0x4f8682,-_0x573dc7._0x1cc0da,-_0x573dc7._0x368a89,-_0x573dc7._0x246a5f)+_0x28e857(_0x573dc7._0x31faa1,0x59e,0x5d2,_0x573dc7._0x14574c));continue;case'6':console[_0x1b2893(-_0x573dc7._0x39a117,-_0x573dc7._0x32aa0f,-0x192,-_0x573dc7._0x16a6bb)](_0x435bfa[_0x1b2893(-_0x573dc7._0x3d1197,-0x1a6,-0x160,-_0x573dc7._0x173155)]);continue;case'7':console[_0x1b2893(-_0x573dc7._0xc2c2db,-_0x573dc7._0x31b5ab,-0x1ca,-_0x573dc7._0x2b8172)]('');continue;case'8':console[_0x1b2893(-0x165,-0x1b9,-0x156,-0x163)](_0x435bfa[_0x28e857(_0x573dc7._0x38c300,0x514,_0x573dc7._0x254aff,0x484)]);continue;case'9':console[_0x28e857(0x557,0x4ad,_0x573dc7._0x3ed3c9,0x4f0)](_0x1b2893(-_0x573dc7._0x290ada,-0x15b,-_0x573dc7._0x4835ee,-0x10c));continue;case'10':console[_0x28e857(_0x573dc7._0x17d1d2,0x4ad,_0x573dc7._0x5b0a5b,_0x573dc7._0x452760)]('');continue;case'11':console[_0x28e857(_0x573dc7._0x23cbd9,0x4ad,0x488,0x42f)](_0x435bfa['VUQQQ']);continue;case'12':console['error'](_0x435bfa[_0x28e857(_0x573dc7._0xf5a652,0x471,0x4ea,0x427)]);continue;case'13':console[_0x1b2893(-_0x573dc7._0x596c9d,-_0x573dc7._0x4b75a1,-0xfa,-0x163)]('');continue;case'14':console['error'](_0x435bfa['mupPl']);continue;case'15':console[_0x1b2893(-0x190,-0x135,-_0x573dc7._0x47c75d,-_0x573dc7._0x19ad2c)]('');continue;case'16':console[_0x28e857(0x44d,0x4ad,0x54d,0x511)](_0x435bfa['NuyiD']);continue;case'17':console[_0x28e857(0x514,_0x573dc7._0x3732b9,0x53e,0x551)](_0x435bfa[_0x1b2893(-0x14c,-0x180,-0x19a,-_0x573dc7._0x5b0e9d)]);continue;case'18':console[_0x28e857(0x507,_0x573dc7._0x1769fb,_0x573dc7._0x540ab2,_0x573dc7._0x5c4d3e)](_0x435bfa[_0x1b2893(-0x112,-0xc2,-0x90,-_0x573dc7._0x5794ce)]);continue;case'19':console[_0x28e857(0x45a,0x4ad,0x4e9,0x44e)](_0x435bfa[_0x28e857(_0x573dc7._0x45a594,_0x573dc7._0xbaa25,_0x573dc7._0x112a87,0x4e6)]);continue;case'20':console[_0x1b2893(-_0x573dc7._0x51ebb8,-0x155,-0x1f5,-0x163)](_0x435bfa[_0x28e857(0x5a1,_0x573dc7._0x2f6164,_0x573dc7._0x31f1f1,0x51b)]);continue;case'21':console[_0x28e857(0x45b,_0x573dc7._0x2bda28,_0x573dc7._0x3b5c3f,0x492)](_0x435bfa[_0x28e857(_0x573dc7._0x23cbd9,0x5cc,0x62f,0x53a)]);continue;case'22':console[_0x28e857(0x4f3,0x4ad,0x53e,0x458)](_0x435bfa['cvIlX']);continue;case'23':console[_0x1b2893(-0x111,-_0x573dc7._0x23d6df,-0x19c,-0x163)](_0x435bfa[_0x1b2893(-0x1fd,-_0x573dc7._0x3ef3b7,-0x1f0,-_0x573dc7._0x1f353c)]);continue;case'24':console[_0x28e857(0x485,_0x573dc7._0x7afd3b,_0x573dc7._0x365265,0x4a1)](_0x435bfa[_0x28e857(_0x573dc7._0x59c1bc,0x5aa,_0x573dc7._0x4a47f1,_0x573dc7._0x21596e)]);continue;case'25':console[_0x28e857(0x517,_0x573dc7._0x365265,0x4c8,0x457)]('\x20\x20trust_pr'+_0x28e857(_0x573dc7._0x3e9505,0x4d4,0x483,0x452)+'\x20\x20Trust\x20pr'+_0x1b2893(-0xc1,-0x1ec,-_0x573dc7._0x5071cc,-0x141)+_0x1b2893(-0x15a,-0x1bd,-_0x573dc7._0x3cd110,-_0x573dc7._0x218adc)+_0x28e857(_0x573dc7._0x47b89b,_0x573dc7._0x52e932,_0x573dc7._0x5a16dd,0x601));continue;case'26':console[_0x28e857(_0x573dc7._0xf5fde9,0x4ad,0x3ff,_0x573dc7._0x250fbd)]('\x20\x20coder-se'+'rver\x20confi'+_0x1b2893(-0x1be,-_0x573dc7._0x501292,-_0x573dc7._0x337604,-0x181)+_0x1b2893(-_0x573dc7._0x1de6b7,-0xb7,-0xac,-_0x573dc7._0x2c1101)+'80');continue;}break;}}function _0x1054ea(_0x116070,_0x4cd5fe,_0x2c9159,_0x1a69e5){return _0x5a49(_0x4cd5fe- -0x332,_0x2c9159);}async function setConfig(_0x149f8d,_0x4c2438){const _0x4f38f3={_0x19fa50:0x482,_0x117d59:0x4ce,_0x4d4d3b:0x4a7,_0x1486c8:0x4e1,_0x5dd023:0x3ea,_0x442150:0x461,_0x435c7e:0x158,_0x499a03:0xa4,_0x596fd8:0x57a,_0x250b89:0x5d7,_0x4a0d37:0x552,_0x3a5235:0x596,_0x132a21:0x5d1,_0x2a44d6:0x541,_0x57ff61:0xaa,_0x317ee7:0x16c,_0xd3e47:0xc7,_0x3396ef:0xe0,_0x152806:0x4f,_0x5841cb:0x17c,_0x2bbff6:0x7d,_0x1510c0:0x89,_0xa6bd33:0x57d,_0x5999bc:0x4bc,_0x5b063d:0xd6,_0x7c00ef:0x9d,_0x5315c2:0x5b3,_0x118b36:0x517,_0x4e10e9:0x592,_0x2aaad5:0x601,_0x816f95:0x538,_0x33607d:0xd2,_0x483ce0:0x66,_0x42adce:0x485,_0xa1e19f:0x198,_0x34c58b:0x10c,_0x325199:0x55f,_0x3a503a:0x51a,_0x16819e:0x11,_0x248129:0x492,_0x39b953:0x42c,_0x2e7b05:0x557,_0x193a07:0x91,_0x16f0d2:0x589,_0x44504c:0x200,_0x4126a2:0x153,_0x55a306:0x1e0,_0x4e78d0:0x577,_0x388b1f:0x42,_0xef900c:0x8,_0x17826e:0x56f},_0x2fb4e9={_0x48bc5b:0x5ec,_0x5b0935:0xd5},_0x30c07f={_0x214ee5:0x66,_0x21ef4e:0x146},_0x2f18b4={'JCOZi':_0x4e2e31(0x4bd,0x420,0x4da,_0x4f38f3._0x19fa50)+_0x4e2e31(0x4a4,0x49e,0x53f,_0x4f38f3._0x117d59)+'d)','APPyj':function(_0x1bec7c){return _0x1bec7c();},'FuTAH':function(_0x46749b,_0x38636c){return _0x46749b===_0x38636c;},'nzscP':_0x4e2e31(_0x4f38f3._0x4d4d3b,_0x4f38f3._0x1486c8,_0x4f38f3._0x5dd023,_0x4f38f3._0x442150),'tIPHu':'Run\x20\x22coder'+_0x3f71d4(-_0x4f38f3._0x435c7e,-_0x4f38f3._0x499a03,-0x9,-0x99)+_0x4e2e31(_0x4f38f3._0x596fd8,_0x4f38f3._0x250b89,_0x4f38f3._0x4a0d37,0x584)+_0x4e2e31(_0x4f38f3._0x3a5235,0x5f4,_0x4f38f3._0x132a21,_0x4f38f3._0x2a44d6)+_0x3f71d4(-0x10,-0xc3,-_0x4f38f3._0x57ff61,-_0x4f38f3._0x317ee7)+_0x3f71d4(-_0x4f38f3._0xd3e47,-_0x4f38f3._0x3396ef,-_0x4f38f3._0x152806,-_0x4f38f3._0x5841cb),'tUGRb':function(_0x20ca7f,_0x5928ad){return _0x20ca7f!==_0x5928ad;},'NPVVG':_0x3f71d4(-_0x4f38f3._0x2bbff6,-0x2f,0x1a,-_0x4f38f3._0x1510c0)};(!_0x149f8d||_0x4c2438===undefined)&&(_0x2f18b4[_0x4e2e31(_0x4f38f3._0xa6bd33,0x499,_0x4f38f3._0x5999bc,0x4cb)](_0x2f18b4[_0x3f71d4(-_0x4f38f3._0x5b063d,-0x87,-0x107,-_0x4f38f3._0x7c00ef)],_0x4e2e31(0x4e8,_0x4f38f3._0x5315c2,_0x4f38f3._0x118b36,_0x4f38f3._0x4e10e9))?(_0x5141b9[_0x4e2e31(0x5d7,_0x4f38f3._0x2aaad5,0x5c2,0x550)](_0x2f18b4[_0x4e2e31(0x491,_0x4f38f3._0x118b36,_0x4f38f3._0x816f95,0x512)]),_0x530bb6[_0x3f71d4(-_0x4f38f3._0x33607d,-0x81,-0x5,-_0x4f38f3._0x483ce0)](''),_0xc4bc3e['log'](_0x4e2e31(0x47c,0x494,0x429,_0x4f38f3._0x42adce)+_0x3f71d4(-0x12e,-_0x4f38f3._0xa1e19f,-0x158,-_0x4f38f3._0x34c58b)+_0x3254a5)):(console[_0x4e2e31(0x47f,0x3fc,0x4e1,0x47d)](_0x4e2e31(0x5ca,0x606,0x56a,_0x4f38f3._0x325199)+_0x4e2e31(_0x4f38f3._0x3a503a,0x550,0x448,0x4c3)+_0x3f71d4(-_0x4f38f3._0x16819e,-0x67,-0x46,-0x22)+_0x4e2e31(0x4ab,0x4e4,0x553,0x55b)+_0x4e2e31(_0x4f38f3._0x248129,0x4cf,_0x4f38f3._0x39b953,0x4a5)),process['exit'](0x808*0x3+0x205d+-0x3874)));function _0x3f71d4(_0x56578a,_0x4c96b4,_0x149b06,_0x468440){return _0x1054ea(_0x56578a-_0x30c07f._0x214ee5,_0x4c96b4-0x1b,_0x149b06,_0x468440-_0x30c07f._0x21ef4e);}const _0x32d698=SERVER_CONFIG_KEYS[_0x4e2e31(0x4e7,_0x4f38f3._0x2e7b05,0x4ce,0x533)](_0x149f8d),_0x26e55f=SETUP_JSON_KEYS['has'](_0x149f8d);function _0x4e2e31(_0x1449e7,_0xa63f4a,_0x5b2380,_0x34a3b3){return _0x1054ea(_0x1449e7-0x1f4,_0x34a3b3-_0x2fb4e9._0x48bc5b,_0x1449e7,_0x34a3b3-_0x2fb4e9._0x5b0935);}!_0x32d698&&!_0x26e55f&&(console[_0x3f71d4(-0x164,-0x154,-0x192,-0x119)]('Unknown\x20co'+_0x3f71d4(-0x108,-0x12b,-_0x4f38f3._0x193a07,-0x17b)+_0x4e2e31(0x538,_0x4f38f3._0x16f0d2,0x555,0x549)+_0x149f8d),console['error'](_0x2f18b4[_0x3f71d4(-_0x4f38f3._0x44504c,-_0x4f38f3._0x4126a2,-_0x4f38f3._0x55a306,-0x169)]),process['exit'](-0x1dd1+-0x4*0x250+0x2712*0x1));if(_0x32d698)await setServerConfig(_0x149f8d,_0x4c2438);else _0x26e55f&&(_0x2f18b4[_0x4e2e31(_0x4f38f3._0x117d59,0x47f,_0x4f38f3._0x4e78d0,0x50d)](_0x3f71d4(-0x1a1,-0x147,-0xee,-0x138),_0x2f18b4[_0x4e2e31(0x4ef,0x4d3,_0x4f38f3._0x596fd8,0x586)])?await setSetupConfig(_0x149f8d,_0x4c2438):(_0x2f18b4[_0x3f71d4(0x40,-_0x4f38f3._0x388b1f,_0x4f38f3._0x388b1f,_0x4f38f3._0xef900c)](_0x3381f9),_0x1893c6[_0x4e2e31(_0x4f38f3._0x17826e,0x4dd,0x500,0x54c)](-0xfbf+-0x3*0x255+0x16bf)));}async function setServerConfig(_0x5b88bb,_0x234775){const _0x1bb173={_0x1a6ee2:0x3e8,_0x8294a0:0x492,_0x5848e5:0x2e1,_0xa7c8d9:0x27a,_0x36f96f:0x2ee,_0x280145:0x199,_0x4ae93d:0x117,_0x5368b7:0x114,_0xebc79:0x1c6,_0x41a0a4:0x183,_0x1e85a4:0x1ab,_0x1d1ad4:0x2cd,_0x382f0e:0x2be,_0x2907aa:0x325,_0x4d4e80:0x3f5,_0xad7d15:0x39e,_0x17f055:0x9c,_0x3130ff:0xbc,_0xea0b84:0xdb,_0x185ce0:0x114,_0x42fc09:0x2da,_0x722f42:0x2d4,_0x411437:0x235,_0x137771:0x18f,_0x2eff98:0x28b,_0x55001e:0x21d,_0x5de90e:0x2ce,_0x147a96:0x359,_0x3a4e86:0x215,_0x2cb104:0x1a7,_0x5b7db5:0x15b,_0x354f82:0x23e,_0x3e7ad7:0x1ef,_0x176194:0x323,_0x7cf519:0x399,_0x34c9c5:0x341,_0x14e083:0x17a,_0xb769b8:0x55,_0x4e843d:0x16b,_0xd63531:0xd9,_0xeff25b:0x109,_0x578802:0xfe,_0x35b339:0x2c8,_0x54e429:0x3a3,_0x28d2a6:0x323,_0x5e34d6:0x40b,_0x1934c2:0x39c,_0x2d64d7:0x3ae,_0x1104f7:0x370,_0x5076c6:0x3fc,_0x35daf8:0x436,_0x2976a5:0x449,_0x3a5b3a:0x1a9,_0x5d1e9b:0x10e,_0x171e8b:0x359,_0x74938e:0x306,_0x24c108:0xff,_0x251ac4:0x86,_0x3a15bb:0x1ad,_0x4d03f7:0x233,_0x403b87:0x193,_0x40f1a6:0x369,_0x206357:0x2b8,_0x23e318:0x283,_0x5cad94:0x238,_0x3a7226:0x112,_0x39e74c:0x10c,_0x2de60a:0xed,_0x474345:0x157,_0x531773:0x165,_0x3b79d7:0x394,_0x1515a8:0x366,_0x22155e:0x2d9,_0x3668fc:0x2db,_0xdc5b21:0x257,_0x4936e7:0x140,_0x20cd29:0x1f4,_0x3a4b66:0x254,_0xadb8fe:0x165,_0x28c0f6:0x185,_0x38cc01:0x201,_0x4b2670:0x395,_0x3be398:0x2fc,_0x25a487:0xe7,_0x4fc1f8:0x188,_0x14b096:0xe0,_0x44123b:0x152,_0x2f936f:0x2c1,_0x5cc47e:0x1e2,_0x3438b2:0x2bf,_0x10ca24:0x21a,_0x10a5e7:0x1b2,_0x4a7353:0x1f3,_0x57cfcb:0x2b3,_0xff0d27:0x244,_0x4903aa:0x287,_0x3f39b5:0x286,_0x29d911:0x19b,_0x128676:0x110,_0x2dbc6e:0x3bf,_0x3e03e1:0x34e,_0x263d0c:0x358,_0x2bb83b:0x2d3,_0x8ebcf3:0x344,_0x1e95f5:0x2fe,_0x382de1:0x3b2,_0x3685dd:0x309,_0x3d017e:0x3df,_0x69793e:0x3a9,_0x252e0f:0x177,_0x204997:0x54,_0x502755:0x105,_0x57b992:0xf2,_0x2f8422:0xcc,_0x3ed48f:0x281,_0xfc8c6d:0x2a2,_0x481b07:0x1fe,_0x719156:0x259,_0x28a0fb:0x144,_0x21792a:0x1c5,_0x3ace89:0x27c,_0x39a799:0xd1,_0x5dee0b:0x31d,_0x55c15d:0x35f,_0x263662:0x2e5,_0x5e34d2:0x32c,_0xc7d863:0x3b9,_0x5109b5:0x3ff,_0x2fc837:0x3aa,_0x33e092:0x3de,_0x238c5d:0x43,_0x2fedad:0x60,_0x1f6139:0xd3,_0x5c2163:0x1f8,_0x5a6b0b:0xc3,_0x387837:0x161,_0x3a9ff9:0x16b,_0x55e6ca:0x2d0,_0x1aa466:0x37a,_0x1c66ef:0x20b,_0x45fd9b:0x123,_0x2882e4:0x3b8,_0x48c766:0x32f,_0x29bf3b:0x3eb,_0x4ce64e:0x353,_0x131443:0x32a,_0x3b54b8:0x2d1,_0x1bb735:0x2ad,_0x318f94:0x142,_0x3e6964:0x1aa,_0x216eb8:0x22b,_0x41d8ad:0x37c,_0x35c6f5:0x360,_0x5ceec1:0x3ed,_0x5f1547:0x3d4,_0x513523:0x3c6,_0x4747ef:0x488,_0x195fa5:0x163,_0x56c7a7:0xd6,_0x1ac2d3:0x380,_0xa82161:0x42b,_0x4eb449:0x3ea,_0x1cdd42:0x38d,_0x132155:0x498,_0x2189b1:0x165,_0x5602be:0x281,_0x1af008:0x37d,_0x1fc5e0:0x3d9,_0x1e5364:0x3af,_0x1706d5:0x33f,_0x457337:0x2be,_0x2cdbfc:0x286,_0x1fd9e1:0x299,_0x190ee9:0x243,_0x2ed2ef:0x15e,_0x2bb094:0x16d,_0x37d589:0x3d8,_0x52a7f0:0x45c,_0x241d75:0x42d,_0x2ae350:0x1bd,_0x3a6fa2:0x1c7,_0x523644:0x42a,_0x2711ef:0x135,_0x2a9850:0x372,_0x59613c:0x383,_0x580ae4:0x41e,_0x491208:0xd2,_0x5e3a38:0x83,_0xd3cf3d:0x13d,_0x31c637:0x424,_0x32dde2:0x454,_0x7f3fb0:0x463,_0x3658a6:0x284,_0x572849:0x1ea,_0x1cd74c:0x1b3,_0x590795:0x185,_0x4b1cc8:0xd1,_0x4add67:0x11b,_0x1d7163:0x27b,_0x2e8da0:0x1c9,_0x260b09:0x1da,_0x4ce162:0xae,_0x2f6a04:0x1b6,_0x31213b:0x66,_0x419bef:0x1e7,_0x450251:0x1c8,_0x2859af:0x18a,_0x466c72:0x240,_0x5894ac:0xfa,_0x5922dc:0x6d,_0x312a95:0x3a8,_0x36e1c1:0x333,_0x2e37f3:0x3c5,_0x5df66c:0x2af,_0x484319:0x292,_0x201e26:0x20c,_0x1e4326:0xc0,_0x15cbb0:0x11c,_0x22cd68:0xba,_0x1510cb:0x2e2,_0x4ccd22:0x159,_0x1331f2:0x1a6,_0x547954:0xaf,_0x4d45a0:0x17f,_0x9add74:0x316,_0xaa86fa:0x36e,_0x726863:0x198,_0x5d3f82:0x156,_0x531e09:0x20d,_0x557748:0x399,_0x2f5de6:0x1d9,_0x597e23:0x235,_0x4393f8:0x202,_0x33de4b:0x286,_0x4268c9:0x30f,_0x35b061:0x2b6,_0x28b1b4:0x2f5,_0x58315f:0x292,_0x14d7b2:0x1be,_0x3a2003:0x1ed,_0x19834a:0x2e6,_0x22c6ca:0x260,_0x2080b2:0x2d8,_0x3e0478:0x23a,_0x7e91b6:0x21f,_0x1ee444:0x22c,_0x26bf19:0x2f8,_0x4b1b44:0x39d,_0x2aa069:0x25b,_0x5e3c59:0x298,_0x35056f:0x369,_0x423a45:0x3cc,_0x59887a:0x3a1,_0x3c0936:0x3b1,_0x925ff8:0x321,_0x204e30:0x363,_0x4f5ab6:0x362,_0x322dbb:0x30b,_0xe95377:0x3ee,_0x1d8ec3:0x354,_0x294712:0x459,_0x37de41:0x366,_0x1c573c:0x3d4,_0x41be12:0x306,_0x4e7ba1:0x284,_0x55f8ba:0xb9,_0x4b93a8:0x361,_0xddc4af:0x477,_0x3b124e:0x26f,_0x592ab3:0x26d,_0x3ea4a6:0x242,_0x5222bb:0x23b,_0x312633:0x1ac,_0x13f6c2:0x306,_0x2642be:0x2c0,_0x515e52:0xba,_0x325fc3:0x11b,_0x499fca:0x392,_0x58da99:0x375,_0x38565f:0x3c3,_0x159429:0xe3,_0x4203c2:0xe4,_0x23ec27:0x11b,_0x89939:0x99,_0x4894b0:0x1fe,_0x1af5b5:0x1f8,_0x2e7c01:0x1ba,_0x7773c9:0x80,_0x3ab21b:0x39f,_0x225479:0x427,_0x4c7ae4:0x49a,_0x102214:0x2cd,_0x2852c4:0x222,_0x455362:0x264,_0x14be23:0x2db,_0xb184d4:0x336,_0x26bb48:0x291,_0x3b7de8:0x1cf,_0xd128c0:0x221,_0x623f02:0x270,_0x5e4fc4:0x19c,_0x144600:0x16a,_0x24cc18:0xd2,_0x57adbc:0x101,_0x59865b:0xf0,_0x26474c:0x33d,_0xc59272:0x3d9,_0x5774ca:0x3f0,_0x4e1fdd:0x482,_0x188bd9:0x372,_0x1d8fd6:0x22a,_0x98753e:0x253,_0x184bb6:0x76,_0x38258e:0x18a,_0x3d0de3:0x10d,_0x41df0a:0x164,_0x4ca422:0x8e,_0xfa1f68:0x3b5,_0x33d72d:0x46e,_0x21c5b6:0x1e5,_0x2beb68:0x1ee,_0x28da8e:0x1f5,_0x4077eb:0x1f2,_0x3c1362:0x156,_0x52d0b8:0x306,_0x4d2787:0x2b9,_0x29df84:0x3d5,_0x8d86f5:0x471,_0x539f2b:0x168,_0x44b7c9:0x1ee,_0x27943a:0x18e,_0x104723:0x3de,_0x383483:0x45f,_0x3a84aa:0x1d7,_0x3ba03b:0x356,_0x5208df:0x1ce,_0xd0c8fe:0x14a,_0x583984:0x1a3,_0xeeb9ff:0xf6,_0xa2ef52:0x133,_0x265a0f:0xeb,_0x129f79:0x288,_0x299394:0x1f2,_0x18d9a9:0x154,_0x5b7f6f:0x182,_0x5b74ba:0x10a,_0x336b1d:0x1ab},_0x9f615={_0x138038:0x179};function _0x26baf6(_0x34dc7e,_0x9d7f42,_0x77ef3f,_0x5ba53a){return _0x1054ea(_0x34dc7e-_0x9f615._0x138038,_0x77ef3f-0x28a,_0x9d7f42,_0x5ba53a-0x14);}function _0x1819bf(_0x2a3332,_0x1c3e1c,_0x1c77e8,_0x5c375e){return _0x53cc5a(_0x2a3332-0xee,_0x1c3e1c-0x189,_0x5c375e,_0x2a3332-0x174);}const _0x110179={'SrxUf':_0x1819bf(_0x1bb173._0x1a6ee2,0x3ec,_0x1bb173._0x8294a0,0x37b)+'er-server\x20'+_0x1819bf(0x2fa,_0x1bb173._0x5848e5,_0x1bb173._0xa7c8d9,0x359)+_0x1819bf(0x388,_0x1bb173._0x36f96f,0x33c,0x3a0)+_0x26baf6(_0x1bb173._0x280145,0x188,_0x1bb173._0x4ae93d,_0x1bb173._0x5368b7)+_0x26baf6(0x14c,_0x1bb173._0xebc79,_0x1bb173._0x41a0a4,_0x1bb173._0x1e85a4)+'e]','DqTXW':_0x1819bf(0x376,_0x1bb173._0x1d1ad4,_0x1bb173._0x382f0e,0x3da)+_0x1819bf(0x3bb,_0x1bb173._0x2907aa,_0x1bb173._0x4d4e80,_0x1bb173._0xad7d15)+_0x26baf6(_0x1bb173._0x17f055,0xf9,0xe3,_0x1bb173._0x3130ff)+_0x26baf6(_0x1bb173._0xea0b84,0x96,_0x1bb173._0x185ce0,0x19e)+'ion','fqJfn':_0x26baf6(_0x1bb173._0x42fc09,_0x1bb173._0x722f42,_0x1bb173._0x411437,_0x1bb173._0x137771)+_0x26baf6(_0x1bb173._0x2eff98,_0x1bb173._0x55001e,0x236,_0x1bb173._0x5de90e)+'\x20keys\x20(sto'+_0x1819bf(_0x1bb173._0x147a96,0x358,0x349,0x395)+_0x26baf6(0x2c1,0x231,_0x1bb173._0x3a4e86,_0x1bb173._0x2cb104)+_0x26baf6(_0x1bb173._0x5b7db5,0x17f,0x12e,0x126),'ZyzuB':_0x26baf6(0x1cf,_0x1bb173._0x354f82,_0x1bb173._0x3e7ad7,0x173)+_0x1819bf(_0x1bb173._0x176194,_0x1bb173._0x7cf519,0x370,_0x1bb173._0x34c9c5)+_0x26baf6(_0x1bb173._0x14e083,_0x1bb173._0xb769b8,0x10d,_0x1bb173._0x4e843d)+_0x26baf6(_0x1bb173._0xd63531,0xf8,_0x1bb173._0xeff25b,_0x1bb173._0x578802)+_0x1819bf(_0x1bb173._0x35b339,0x2fe,0x235,0x2ec)+'y','yCqHW':_0x1819bf(_0x1bb173._0x54e429,0x438,_0x1bb173._0x28d2a6,_0x1bb173._0x5e34d6)+_0x26baf6(0x143,0x1fd,0x179,0x18a)+_0x1819bf(_0x1bb173._0x1934c2,_0x1bb173._0x2d64d7,_0x1bb173._0x1104f7,0x388)+_0x1819bf(_0x1bb173._0x5076c6,_0x1bb173._0x35daf8,_0x1bb173._0x2976a5,0x3c9)+_0x26baf6(0xdb,_0x1bb173._0x3a5b3a,_0x1bb173._0x5d1e9b,0x12a),'uwxMq':'\x20\x20ssl_cert'+_0x1819bf(0x351,_0x1bb173._0x171e8b,_0x1bb173._0x74938e,0x3d4)+_0x26baf6(0xcf,_0x1bb173._0x24c108,0x10d,0x1a8)+'SSL\x20certif'+_0x26baf6(0x130,_0x1bb173._0x251ac4,0x11d,_0x1bb173._0x3a15bb),'xrmdd':_0x26baf6(0x12f,_0x1bb173._0x4d03f7,_0x1bb173._0x403b87,0x22f)+_0x1819bf(0x32d,_0x1bb173._0x40f1a6,0x38f,0x318)+'\x20\x20Trust\x20pr'+'oxy\x20header'+_0x1819bf(0x2d3,_0x1bb173._0x206357,0x311,_0x1bb173._0x23e318)+_0x26baf6(0x1b5,0x2b2,_0x1bb173._0x5cad94,0x2e4),'gbbPW':_0x26baf6(_0x1bb173._0x3a7226,0xe0,_0x1bb173._0x39e74c,_0x1bb173._0x2de60a)+_0x26baf6(0x23e,_0x1bb173._0x474345,0x1a1,_0x1bb173._0x531773)+_0x1819bf(0x369,_0x1bb173._0x3b79d7,_0x1bb173._0x1515a8,_0x1bb173._0x22155e)+_0x26baf6(0x1ff,_0x1bb173._0x3668fc,0x228,_0x1bb173._0xdc5b21)+'p.json):','SYTvM':_0x26baf6(0x192,_0x1bb173._0x4936e7,0x154,_0x1bb173._0x20cd29)+_0x26baf6(0x1de,0x238,0x1d0,_0x1bb173._0x3a4b66)+'\x20\x20Setup\x20na'+'me','bWLug':_0x26baf6(_0x1bb173._0xadb8fe,_0x1bb173._0x28c0f6,_0x1bb173._0x38cc01,0x1b6)+_0x1819bf(_0x1bb173._0x4b2670,0x37d,_0x1bb173._0x3be398,0x360)+_0x26baf6(0x20d,0x2af,_0x1bb173._0x4d03f7,0x243)+_0x26baf6(0x8e,0x141,_0x1bb173._0x25a487,_0x1bb173._0x4fc1f8)+_0x26baf6(0xd3,_0x1bb173._0x14b096,_0x1bb173._0x44123b,0x1d8)+_0x26baf6(0x282,_0x1bb173._0x2f936f,0x220,_0x1bb173._0x5cc47e),'hKgod':_0x26baf6(_0x1bb173._0x3438b2,0x2ab,_0x1bb173._0x10ca24,0x224)+_0x26baf6(_0x1bb173._0x10a5e7,_0x1bb173._0x4a7353,0x1a6,0x19d)+_0x1819bf(0x2f8,0x372,_0x1bb173._0x57cfcb,_0x1bb173._0xff0d27)+_0x26baf6(_0x1bb173._0x4903aa,_0x1bb173._0x3f39b5,0x212,0x1af)+_0x26baf6(0x149,_0x1bb173._0x29d911,_0x1bb173._0x128676,_0x1bb173._0x578802),'kPWVu':'\x20\x20ssh_host'+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x1819bf(_0x1bb173._0x2dbc6e,_0x1bb173._0x3e03e1,0x394,0x352)+_0x1819bf(_0x1bb173._0x263d0c,_0x1bb173._0x2bb83b,0x325,_0x1bb173._0x8ebcf3)+'onments','dgsmf':_0x1819bf(0x2cc,0x356,0x333,0x239),'qcEPh':_0x1819bf(_0x1bb173._0x1e95f5,0x24b,0x35e,0x3a7)+_0x1819bf(_0x1bb173._0x382de1,_0x1bb173._0x3685dd,_0x1bb173._0x3d017e,_0x1bb173._0x69793e)+'g\x20set\x20code'+_0x26baf6(_0x1bb173._0x252e0f,_0x1bb173._0x204997,_0x1bb173._0xd63531,_0x1bb173._0x502755)+_0x26baf6(0x150,0x189,_0x1bb173._0x57b992,_0x1bb173._0x2f8422)+'o/coder-se'+_0x26baf6(_0x1bb173._0x3ed48f,_0x1bb173._0xfc8c6d,_0x1bb173._0x481b07,_0x1bb173._0x719156),'FfLjw':'\x20\x20coder-se'+_0x26baf6(_0x1bb173._0x28a0fb,_0x1bb173._0x21792a,0x1c7,0x159)+'g\x20set\x20serv'+_0x26baf6(0x21d,0x219,0x1e6,_0x1bb173._0x3ace89)+'80','EzzYZ':_0x26baf6(_0x1bb173._0x39a799,0x1bf,0x113,0x1cc)+_0x1819bf(0x3b2,0x3e4,_0x1bb173._0x5dee0b,_0x1bb173._0x55c15d)+_0x1819bf(_0x1bb173._0x263662,0x2ae,0x388,0x2f2)+'ult_agent\x20'+_0x1819bf(_0x1bb173._0x5e34d2,_0x1bb173._0xc7d863,0x34f,0x2c5),'xvifk':_0x26baf6(0x60,0x89,0x113,0xdb)+_0x1819bf(0x3b2,_0x1bb173._0x5109b5,_0x1bb173._0x2fc837,_0x1bb173._0x33e092)+_0x26baf6(_0x1bb173._0x238c5d,_0x1bb173._0x2fedad,0xf9,_0x1bb173._0x1f6139),'kZFYf':'Usage:\x20cod'+_0x26baf6(_0x1bb173._0x5c2163,_0x1bb173._0x5a6b0b,_0x1bb173._0x387837,_0x1bb173._0x3a9ff9)+'config\x20get'+_0x1819bf(_0x1bb173._0x55e6ca,_0x1bb173._0x1aa466,0x362,0x34f),'uHISx':'coder_setu'+_0x26baf6(_0x1bb173._0x1c66ef,0x129,0x1a2,_0x1bb173._0x45fd9b),'FtAeK':function(_0x38e840,_0x279acb){return _0x38e840(_0x279acb);},'HLdOe':function(_0x98598e){return _0x98598e();},'hyheX':_0x1819bf(_0x1bb173._0x2882e4,_0x1bb173._0x48c766,0x43e,_0x1bb173._0x29bf3b)+'t','MuLSy':function(_0x5278de,_0x22d655){return _0x5278de!==_0x22d655;},'oIQGH':_0x1819bf(_0x1bb173._0x4ce64e,_0x1bb173._0x131443,_0x1bb173._0x3b54b8,_0x1bb173._0x1bb735),'MehsQ':function(_0xbf4d57,_0x5bfa58){return _0xbf4d57<_0x5bfa58;},'PIBuY':function(_0x513f46,_0x48cc3f){return _0x513f46>_0x48cc3f;},'TVEIt':function(_0x656668,_0x25e2e6){return _0x656668!==_0x25e2e6;},'xnkSN':_0x26baf6(_0x1bb173._0x318f94,_0x1bb173._0x41a0a4,0x127,0xf0),'vjAjx':_0x1819bf(0x356,0x3b1,0x2ca,0x2a3),'qitoe':'Error:\x20Inv'+_0x26baf6(0x23d,_0x1bb173._0x3e6964,_0x1bb173._0x216eb8,0x26d)+_0x1819bf(_0x1bb173._0x41d8ad,_0x1bb173._0x35c6f5,_0x1bb173._0x5ceec1,0x3c7),'vIkAJ':function(_0x5cb8ba,_0x161291){return _0x5cb8ba(_0x161291);},'pITRc':'ssl_cert_p'+'ath','fOcnE':_0x1819bf(_0x1bb173._0x5f1547,0x385,_0x1bb173._0x513523,_0x1bb173._0x4747ef)+'th','NqRxQ':function(_0x2fdacf){return _0x2fdacf();},'EUVOk':_0x26baf6(0x1fb,0x1df,_0x1bb173._0x195fa5,_0x1bb173._0x56c7a7)+'h','GbPlS':function(_0x1bd096,_0x5866e6){return _0x1bd096===_0x5866e6;},'JvywH':_0x1819bf(0x38e,_0x1bb173._0x1ac2d3,0x2ee,0x3c8),'KzFSU':_0x1819bf(0x3eb,0x3bd,_0x1bb173._0xa82161,0x366),'bzlqk':function(_0x53cf33){return _0x53cf33();},'tfEUN':_0x1819bf(_0x1bb173._0x4eb449,_0x1bb173._0x1cdd42,0x477,_0x1bb173._0x132155)+'y','kMDFR':function(_0x36407a,_0x468796){return _0x36407a===_0x468796;},'GtDAs':function(_0x57347c,_0x37cf6d){return _0x57347c(_0x37cf6d);}};switch(_0x5b88bb){case _0x110179['uHISx']:{const _0x3d50f2=_0x4e3796['resolve'](_0x234775);await _0x110179[_0x26baf6(0xf8,0x215,_0x1bb173._0x2189b1,0x143)](saveCoderSetupPath,_0x3d50f2),console[_0x26baf6(_0x1bb173._0x5602be,0x28f,0x1ee,0x1ad)]('Set\x20'+_0x5b88bb+_0x1819bf(0x3de,_0x1bb173._0x1af008,0x392,0x48c)+_0x3d50f2),console[_0x1819bf(_0x1bb173._0x1fc5e0,_0x1bb173._0x1e5364,0x42c,_0x1bb173._0x1706d5)]('\x20\x20Location'+':\x20'+_0x110179[_0x1819bf(0x2c5,0x2c9,_0x1bb173._0x5e34d2,0x2f5)](getConfigPath));break;}case _0x110179[_0x1819bf(_0x1bb173._0x457337,0x235,0x302,_0x1bb173._0x2cdbfc)]:{if(_0x110179[_0x1819bf(0x2dc,0x337,0x2a4,0x2d5)](_0x110179[_0x26baf6(0x19b,_0x1bb173._0x1fd9e1,_0x1bb173._0x190ee9,0x230)],_0x110179[_0x26baf6(0x19a,0x1a7,_0x1bb173._0x190ee9,0x1cf)]))_0x48f458['error'](_0x26baf6(0xfb,_0x1bb173._0x2ed2ef,0x146,_0x1bb173._0x2bb094)+_0x232eb5+(_0x1819bf(0x3e5,_0x1bb173._0x37d589,_0x1bb173._0x52a7f0,_0x1bb173._0x241d75)+_0x26baf6(0x1a6,_0x1bb173._0x2ae350,0x23e,_0x1bb173._0x3a6fa2)+_0x1819bf(_0x1bb173._0x523644,0x3b9,0x387,0x49d))),_0x454a30['exit'](-0x1*0xbd9+0x9c7*-0x1+0x15a1);else{const _0x3e9fd0=parseInt(_0x234775,0x1853+-0x177+-0x2*0xb69);(_0x110179['FtAeK'](isNaN,_0x3e9fd0)||_0x110179[_0x26baf6(0x161,_0x1bb173._0x2711ef,0x1b3,0x186)](_0x3e9fd0,0x1799+0x10cc+0x2f*-0xdc)||_0x110179[_0x1819bf(_0x1bb173._0x2a9850,0x321,0x425,0x3c6)](_0x3e9fd0,0xf40b+0x1e*0x1019+-0x1d6fa))&&(_0x110179[_0x1819bf(0x3c4,_0x1bb173._0x59613c,_0x1bb173._0x580ae4,0x3db)](_0x110179[_0x26baf6(0x97,_0x1bb173._0x14e083,0xfb,_0x1bb173._0x491208)],_0x110179[_0x26baf6(0xb5,_0x1bb173._0x5e3a38,0x12c,_0x1bb173._0xd3cf3d)])?(console['error'](_0x110179[_0x1819bf(_0x1bb173._0x31c637,0x3aa,_0x1bb173._0x32dde2,_0x1bb173._0x7f3fb0)]),process[_0x26baf6(0x243,_0x1bb173._0x3658a6,_0x1bb173._0x572849,0x170)](0x1293+-0xb9*0x13+0x3*-0x19d)):(_0x4b5f8a['error'](_0x110179[_0x26baf6(_0x1bb173._0x1cd74c,0xfe,_0x1bb173._0x590795,0xdd)]),_0x2ad85c['error'](''),_0x56a961['error']('Commands:'),_0x35a956[_0x26baf6(_0x1bb173._0x4b1cc8,0x13a,_0x1bb173._0x4add67,0xd7)](_0x26baf6(0x240,_0x1bb173._0x1d7163,_0x1bb173._0x2e8da0,_0x1bb173._0x260b09)+'>\x20<value>\x20'+_0x26baf6(_0x1bb173._0x4ce162,_0x1bb173._0x2f6a04,0x118,_0x1bb173._0x31213b)+_0x26baf6(0x188,_0x1bb173._0x419bef,0x236,_0x1bb173._0x450251)+_0x26baf6(_0x1bb173._0x2859af,_0x1bb173._0x466c72,0x20c,_0x1bb173._0x195fa5)),_0x4b59d4[_0x26baf6(_0x1bb173._0x5894ac,_0x1bb173._0x5922dc,0x11b,0xff)](_0x1819bf(0x379,_0x1bb173._0x312a95,0x336,_0x1bb173._0x5de90e)+_0x1819bf(_0x1bb173._0x36e1c1,_0x1bb173._0x5dee0b,_0x1bb173._0x2e37f3,_0x1bb173._0x5df66c)+'\x20Get\x20a\x20con'+'figuration'+_0x26baf6(_0x1bb173._0x484319,0x2b8,_0x1bb173._0x201e26,0x262)),_0x124f95[_0x26baf6(_0x1bb173._0x1e4326,_0x1bb173._0x15cbb0,0x11b,0x133)]('\x20\x20remove\x20<'+_0x26baf6(_0x1bb173._0x22cd68,0x189,0x167,0xf4)+'\x20Remove\x20a\x20'+_0x1819bf(0x2ff,_0x1bb173._0x1510cb,0x2cd,0x2d1)+_0x26baf6(_0x1bb173._0x29d911,_0x1bb173._0x3a5b3a,_0x1bb173._0x4ccd22,_0x1bb173._0x1331f2)),_0x6f677c[_0x26baf6(_0x1bb173._0x547954,0x1d1,_0x1bb173._0x4add67,_0x1bb173._0x4d45a0)](_0x110179['DqTXW']),_0x4c15bf[_0x1819bf(0x306,_0x1bb173._0x9add74,0x2a7,_0x1bb173._0xaa86fa)](''),_0x1a2df4[_0x26baf6(_0x1bb173._0x726863,0x124,0x11b,_0x1bb173._0x5d3f82)](_0x110179[_0x26baf6(0x1ab,0x19b,_0x1bb173._0x531e09,0x21b)]),_0x145435[_0x1819bf(0x306,0x267,_0x1bb173._0x557748,0x2f0)](_0x110179[_0x26baf6(_0x1bb173._0x2f5de6,_0x1bb173._0x597e23,_0x1bb173._0x4393f8,_0x1bb173._0x33de4b)]),_0x75e10d['error'](_0x110179[_0x26baf6(_0x1bb173._0x20cd29,0xf1,0x184,0x1a6)]),_0x45b830[_0x1819bf(0x306,_0x1bb173._0x4268c9,0x29e,_0x1bb173._0x35b061)](_0x110179[_0x26baf6(0x1ca,_0x1bb173._0x726863,0x19b,0x120)]),_0x364269['error']('\x20\x20ssl_key_'+_0x1819bf(_0x1bb173._0x28b1b4,0x28c,_0x1bb173._0x58315f,0x250)+'\x20\x20Path\x20to\x20'+_0x26baf6(0x162,_0x1bb173._0x14d7b2,0x1ce,_0x1bb173._0x3a2003)+_0x1819bf(0x2bf,0x2d6,0x36f,_0x1bb173._0x19834a)),_0x2eec84[_0x1819bf(0x306,0x282,_0x1bb173._0x22c6ca,_0x1bb173._0x2080b2)](_0x26baf6(_0x1bb173._0x3e0478,_0x1bb173._0x1d7163,_0x1bb173._0x7e91b6,0x1d9)+_0x26baf6(0x263,0x24e,_0x1bb173._0x1ee444,0x260)+_0x1819bf(_0x1bb173._0x26bf19,_0x1bb173._0x4b1b44,_0x1bb173._0x2aa069,_0x1bb173._0x5e3c59)+_0x1819bf(0x301,_0x1bb173._0x55c15d,_0x1bb173._0x5dee0b,_0x1bb173._0x35056f)+'dle\x20(optio'+_0x1819bf(0x338,0x3ae,_0x1bb173._0x423a45,0x357)),_0x545616[_0x1819bf(_0x1bb173._0x74938e,0x2df,0x320,0x2c1)](_0x110179[_0x1819bf(_0x1bb173._0x59887a,0x32e,_0x1bb173._0x54e429,_0x1bb173._0x3c0936)]),_0x1e616b[_0x1819bf(_0x1bb173._0x74938e,0x2f0,_0x1bb173._0x925ff8,_0x1bb173._0x204e30)](''),_0x5a8776[_0x1819bf(_0x1bb173._0x74938e,_0x1bb173._0x4f5ab6,_0x1bb173._0x322dbb,0x39f)](_0x110179[_0x1819bf(_0x1bb173._0xe95377,0x433,_0x1bb173._0x1d8ec3,_0x1bb173._0x294712)]),_0x2446cb['error'](_0x110179[_0x1819bf(0x362,0x2dd,_0x1bb173._0x37de41,_0x1bb173._0x1c573c)]),_0x5e0185[_0x1819bf(_0x1bb173._0x41be12,0x315,0x396,_0x1bb173._0x4e7ba1)](_0x110179['bWLug']),_0x43a1c5[_0x26baf6(0xf2,_0x1bb173._0x55f8ba,0x11b,0xd6)](_0x110179[_0x1819bf(0x412,_0x1bb173._0x4b93a8,0x489,_0x1bb173._0xddc4af)]),_0x2aba09[_0x1819bf(0x306,0x25f,_0x1bb173._0x3b124e,_0x1bb173._0x592ab3)](_0x110179[_0x26baf6(_0x1bb173._0x3ea4a6,0x193,_0x1bb173._0x5222bb,_0x1bb173._0x312633)]),_0x4e2871[_0x1819bf(_0x1bb173._0x13f6c2,0x314,_0x1bb173._0x2642be,_0x1bb173._0x4b2670)](''),_0x440e5c[_0x26baf6(_0x1bb173._0x515e52,0x1ae,_0x1bb173._0x325fc3,0x82)](_0x110179[_0x1819bf(0x392,0x37d,_0x1bb173._0x499fca,_0x1bb173._0x35daf8)]),_0x1551d6['error'](_0x110179[_0x1819bf(_0x1bb173._0x58da99,0x3b1,_0x1bb173._0x38565f,0x336)]),_0x428627[_0x26baf6(_0x1bb173._0x159429,_0x1bb173._0x4203c2,_0x1bb173._0x23ec27,_0x1bb173._0x89939)](_0x110179[_0x26baf6(_0x1bb173._0x4894b0,_0x1bb173._0x1af5b5,_0x1bb173._0x2e7c01,0x1ef)]),_0x10caf1[_0x26baf6(0x121,0x133,0x11b,_0x1bb173._0x7773c9)](_0x110179['EzzYZ']),_0xff2e98[_0x1819bf(_0x1bb173._0x13f6c2,0x303,_0x1bb173._0x3ab21b,0x38f)](_0x110179[_0x1819bf(_0x1bb173._0x225479,_0x1bb173._0x4c7ae4,0x3e4,0x3a9)])));await _0x110179[_0x1819bf(_0x1bb173._0x102214,_0x1bb173._0x2852c4,0x220,_0x1bb173._0x455362)](saveServerPort,_0x3e9fd0),console['log'](_0x1819bf(_0x1bb173._0x14be23,_0x1bb173._0x1cdd42,_0x1bb173._0xb184d4,0x315)+_0x5b88bb+_0x26baf6(_0x1bb173._0x26bb48,_0x1bb173._0x3b7de8,0x1f3,0x18c)+_0x3e9fd0),console[_0x26baf6(_0x1bb173._0xd128c0,_0x1bb173._0x623f02,0x1ee,_0x1bb173._0x5e4fc4)](_0x26baf6(0x1b0,0xb8,_0x1bb173._0x144600,_0x1bb173._0x24cc18)+':\x20'+_0x110179[_0x1819bf(0x2c5,0x33f,_0x1bb173._0x22155e,_0x1bb173._0x3e03e1)](getConfigPath));break;}}case _0x110179['pITRc']:{const _0x583c2a=_0x4e3796['resolve'](_0x234775);await _0x110179[_0x26baf6(_0x1bb173._0x57adbc,0xb6,0x165,0x152)](saveSslCertPath,_0x583c2a),console[_0x1819bf(_0x1bb173._0x1fc5e0,0x485,0x3a6,0x47d)](_0x26baf6(0x176,0x6b,_0x1bb173._0x59865b,0x68)+_0x5b88bb+_0x1819bf(0x3de,_0x1bb173._0x26474c,0x44c,0x378)+_0x583c2a),console[_0x1819bf(_0x1bb173._0xc59272,_0x1bb173._0x5774ca,_0x1bb173._0x4e1fdd,0x484)]('\x20\x20Location'+':\x20'+_0x110179[_0x1819bf(0x2c5,_0x1bb173._0x188bd9,_0x1bb173._0x1d8fd6,_0x1bb173._0x98753e)](getConfigPath));break;}case _0x110179[_0x26baf6(_0x1bb173._0x184bb6,_0x1bb173._0x38258e,0x106,_0x1bb173._0x3d0de3)]:{const _0x3a1221=_0x4e3796[_0x26baf6(_0x1bb173._0x5d1e9b,0x13a,_0x1bb173._0x41df0a,_0x1bb173._0x252e0f)](_0x234775);await _0x110179[_0x26baf6(0x127,_0x1bb173._0x726863,_0x1bb173._0x2189b1,0x18a)](saveSslKeyPath,_0x3a1221),console['log'](_0x26baf6(0xe4,0x144,_0x1bb173._0x59865b,_0x1bb173._0x4ca422)+_0x5b88bb+_0x1819bf(0x3de,_0x1bb173._0xfa1f68,0x341,_0x1bb173._0x33d72d)+_0x3a1221),console[_0x26baf6(_0x1bb173._0x21c5b6,0x293,_0x1bb173._0x2beb68,_0x1bb173._0x28da8e)]('\x20\x20Location'+':\x20'+_0x110179[_0x1819bf(0x2d5,0x355,0x359,_0x1bb173._0x2eff98)](getConfigPath));break;}case _0x110179['EUVOk']:{if(_0x110179[_0x26baf6(0x177,_0x1bb173._0x4077eb,0x221,0x1e8)](_0x110179[_0x26baf6(0x271,_0x1bb173._0x3a9ff9,0x1ec,_0x1bb173._0x3c1362)],_0x110179['KzFSU']))_0x4cf7a8[_0x1819bf(_0x1bb173._0x52d0b8,_0x1bb173._0x4d2787,0x293,_0x1bb173._0x263d0c)](_0x110179[_0x26baf6(0x1c5,0x18c,0x156,0x172)]),_0x29bd7e[_0x1819bf(_0x1bb173._0x29df84,_0x1bb173._0x4b93a8,_0x1bb173._0x8d86f5,0x3d4)](-0xf44+-0x1580+0x24c5);else{const _0x43929b=_0x4e3796['resolve'](_0x234775);await _0x110179[_0x26baf6(0x1fb,_0x1bb173._0x539f2b,0x165,0xfe)](saveSslCaPath,_0x43929b),console[_0x26baf6(0x296,0x1d7,_0x1bb173._0x44b7c9,_0x1bb173._0x27943a)](_0x26baf6(0x112,_0x1bb173._0x7773c9,0xf0,0xd6)+_0x5b88bb+_0x1819bf(_0x1bb173._0x104723,_0x1bb173._0x383483,0x479,0x3aa)+_0x43929b),console[_0x26baf6(0x299,_0x1bb173._0x3a84aa,_0x1bb173._0x44b7c9,0x25f)](_0x1819bf(0x355,0x3e5,0x2ae,_0x1bb173._0x3ba03b)+':\x20'+_0x110179[_0x26baf6(_0x1bb173._0x5208df,0x1e7,_0x1bb173._0xd0c8fe,0xc5)](getConfigPath));break;}}case _0x110179[_0x26baf6(_0x1bb173._0x583984,0xbe,_0x1bb173._0xeeb9ff,_0x1bb173._0xa2ef52)]:{const _0x17c447=_0x234775===_0x26baf6(_0x1bb173._0x265a0f,0xef,0x105,0x9e)||_0x110179[_0x26baf6(0x1e0,_0x1bb173._0x129f79,0x1e3,0x1dc)](_0x234775,'1');await _0x110179['GtDAs'](saveTrustProxy,_0x17c447),console[_0x1819bf(0x3d9,0x482,0x475,0x322)](_0x1819bf(0x2db,_0x1bb173._0x354f82,0x2eb,_0x1bb173._0x2bb83b)+_0x5b88bb+_0x26baf6(_0x1bb173._0x299394,0x26a,0x1f3,_0x1bb173._0x18d9a9)+_0x17c447),console[_0x26baf6(0x1a5,_0x1bb173._0x5b7f6f,0x1ee,0x1b4)](_0x26baf6(_0x1bb173._0x5b74ba,_0x1bb173._0x336b1d,0x16a,0x12a)+':\x20'+getConfigPath());break;}}}function _0x53cc5a(_0x40328a,_0x215b12,_0x2773d7,_0x1976a4){const _0x5d95f1={_0x23b004:0x31};return _0x5a49(_0x1976a4- -_0x5d95f1._0x23b004,_0x2773d7);}function _0x511e(){const _0x84f591=['BeXKBMG','ALPzBNu','rxjYB3i6ia','t3rQtgy','r1vyDLi','wNLSA3C','Dw5Zzxq','Dhj1zq','zK9JBKu','Dxzgtwy','uNvUicjJB2rLCG','y29KzxiTC2v0Dq','Cgf0AcaGicaGia','z2rTr2i','u2v0DxaGy29UzG','icbqyxrOihrVia','Bhq6idmWmdaP','y29UzMLNidXZzq','ihjLC3vSDhm','y29KzxjFC2v0Dq','AffMthu','icbJB2rLCI1Zzq','y29UzMLNDxjHDa','DefoDui','u1nmienbigj1BG','DMv8C2HVDZ4GwW','ifnLDcbHignVBG','Aw5NihnLDhvWlG','AwD1CMuGDgHLia','zxjYB3i','DeLqshu','AwnHDguGzMLSzq','CM1HDgLVBG','t2zPBgW','khnLDhvWlMPZBW','AM9PBG','DMLtCeS','rxHWzwn0zwqGBa','C2HVDW','zwPQAu4','pt09ifnLCNzLCG','yNPiqvC','t3zguwC','mtiYnJeXmJn5uvPnBxu','mZK2otu4mMfvzg9Iza','BKfbyKC','DMPbANG','EfjJuxq','AwCUANnVBIK6','B3iGy2HHBMDLCW','mxWZFdi1Fde1Fa','tg9JyxrPB246ia','DcbJB25MAwD1CG','lxnLDhvWigrPCG','wg9ZB28','AwHIB2e','ihrVihzPzxCGCW','uMvTB3zLzca','DhvWx3bHDgGGia','ienVBMzPz3vYyq','uMvZzxqG','ru5pru5u','yxrO','B3H5igHLywrLCG','q013uhy','mhWYmNWXn3WYmq','BNrZihrVigeGDG','y2XHDwrL','B3H5icaGicaGia','BhvLpG','BMzPz3vYyxrPBW','zMLwsLG','s2v5ici','wM9HB0m','pIaGicaGicaGia','Buv2Bee','yNPSCwS','CMvHzezPBgu','C2v0DxaGCgf0Aa','BMfSkq','zu5jA0W','C3nSx2nLCNrFCa','Fde0Fdz8mtn8na','ntm5mJmXzLPMs1rO','DwrLig9YignVza','qMf3seW','icbUyw1LicaGia','rvvesKS','A1Pgwwy','DdOGicaGica','otm4mJH6BhrnDwO','Aw9UihzHBhvL','C2fvBKC','A2DQBgy','ANnVBJOG','weDYC3m','yxrOoIaGica','wLPVsLC','y29Kzq','zxiTC2vYDMvYia','u1nmignLCNrPzG','C3nSx2nHx3bHDa','CMvZB2X2zq','rNrbzuS','x3bHDgGGicaGia','A2v5pIaGicaGia','q21JEKW','rNvuquG','icbmB2nHDgLVBG','ve5Hvha','BIbUB3qGzM91BG','igzVCIbLBNzPCG','CMvKigLUih4VlG','z2v0','A0fnreW','sg1ny1G','q29TBwfUzhm6','BY9JB2rLCI1Zzq','v215reK','DcbMB3vUzcbHDa','pt09ifnLDhvWia','u1LuDK0','vu9oCK0','B3j0icaGicaGia','rhzVtfO','ug1sCeO','u29nwvi','rxjYB3iGCMvHza','A2v5CYaOC3rVCG','txzMtMG','vMLREMq','svveA20','su9VyMG','A2v5xsbBDMfSDq','EunXsfC','u3j4vwy','CgHQEhy','ueLcDvK','B25Tzw50CW','AuDICM8','CwnfugG','icbZAg93icaGia','q29UzMLNDxjLia','icbZC2XFA2v5xW','icbNzxqGpgTLEq','A2v5CW','DxaUANnVBIbUBW','BNvTyMvY','Au5rDu0','icb0CNvZDf9WCG','Aw9Uid09pq','zxr1Cc5QC29Uia','CMvTB3zL','zMfHqMO','rxjYB3i6ihnLDa','Cf9WyxrOoIa','q3Lvt3G','DxD4txe','yMnVBw1HBMq6ia','DhXNzxr8CMvTBW','zezhu1i','zYbZzxqGy29Kzq','tKDsBuK','AwD1CMf0Aw9Uia','Cf9WyxrO','EuvuD1y','u09vwKq','v1LgC1e','CMfNzsaGicaGia','zgDZBwy','twfRzsbZDxjLia','yKTHB2m','ywDLBNqGicaGia','DfvhuMi','yxzHAwXHyMXLia','v0TjDNK','u2vjz24','sgLbv3i','sKnpwMK','icbtzxj2zxiGCa','wgPitwe','twvOC1e','BK1Vyw8','zwn0B3j5','EhjTzgq','v0Dpt08','icbZzxj2zxjFCa','y29UzMLNihjLBq','rMzmANC','icbZC2XFy2vYDa','wujcq0K','uMzvzMu','AKHxvMe','rMLYC3qGy29UzG','mNWYnNWXnNWYma','BwvZC2fNzq','v2HVy0S','v0Lbzva','uuHrs2C','vvvyBLm','oduWnff4AxrgAW','CNzLCIbJB25MAq','zhb5qvy','icbZzxqGpgTLEq','igTLExmGkhn0BW','lxnLCNzLCIbJBW','DgfZA19ZDg9Yyq','C2vYDMvYx3bVCG','u1nmihbYAxzHDa','tvD3sgu','icaGicaGicaGia','AgfZ','AdOGicaGica','C3rYAw5NAwz5','icbtu0GGAg9ZDa','AMzPvuy','mty1oxL4qwPIyW','DgLVBIa9pt0','nhWXFdb8mNWZ','vfzfsxq','kg5VDcbZzxqP','BMfTzq','ieDLDcbHignVBG','mte1mJGYnKfervjVDq','vvLireu','ysbSAxn0ig9Mia','yLrmveG','C3bSAxq','sgHOu0y','A01erLi','mtCWnZe2nwvnv1nUqW','ihrVihrHA2uGzq','zxjFCg9YDca4ma','BIbRzxK6ia','BNPZy1a','C3nSx2TLEv9Wyq','zxHPDa','D25pugq','sNz5D0G','sNn4zMi','Bg9N','icbJB2rLCL9Zzq','B2jgzfi','rxjYB3i6ifnLDa','rwPXB2O','id0G','DKPJz2m','DeXlDxm','ihrVigrLzMf1Ba','CM56s2C','Fdf8mtb8mJn8mq','idXRzxK+idX2yq','iIbUB3qGzM91BG','Aw9U','ENfeDwy','vxnHz2u6ignVza','DhvW','Dhj1C3rFChjVEa','ExzjCe4','icbKzwzHDwX0xW','wNL6Dui','z2jIufC','z3jusK4','ifjLBw92zsbHia','DwX0x2fNzw50ia','Cc5QC29UktO','y29UzMLNihnLDa','t0PwC1C','AeHKveO','mJDXsuzgD2O','ihzHBhvL','zNfkzM4','DMLRsxC','t0Tctee','DgvhsNC','B3j0icHKzwzHDq','C3rVCMuGDgfZAW','B3zLidXRzxK+','v0fTs24','y29KzxiVy29UzG','D3jPDgvgAwXL','BhjYy0C','sMXUAuy','EMfNzxm','icb0yxnRx3n0BW','qLb3rwy','DKjLCM4','zgXLicHVChrPBW','vLvSsvu','icbZC2XFy2fFCa','zxGP','r2jqBfm','BMzPzYiGzM9Yia','zMzLy3qU','tLbwvKC','zwzWBhe','icbtzxr1CcbUyq','AeTNB2q','zwqGAw4GC2v0Dq','vLbnz0q','BeLVs3q','ywXPzcbWB3j0ia','yxrOicaGicaGia','qvbqEwO','r0z1u3u','vw5RBM93BIbJBW','BxvMAfy','Cg9zweS','EgPUsei','icbezwzHDwX0ia','A3fZwhu','u2vYDMvYignVBG','zMLNDxjHDgLVBG','vMTUwwq','BhnLkq','CwL0B2u','ywDguLG','A1bxvNu','EhzPzMS','BvDeshC','zcbPBIbJB25MAq','z3vYyxrPB24','ufrTAMK','AvL2y3K','wMX0DMq','B0Lrr0G','AhLOzvG','zsbRzxKGzMLSzq','AgTfrwy','C2v0DxaUANnVBG','B2nHDgLVBJOG','Cf9WyxrOihbVAq','CL9Zzxr1Cf9Wyq','seXKt2u','zgvMyxvSDf9HzW','rKXXDva','CcbKAxjLy3rVCG','DgG6icaGica','sKPmzKW','zKTHD20','rxHHBxbSzxm6','DKLRquO','ifnOB3CGywXSia','AMniB2W','idXRzxK+','wgXXsLO','ywDLBNqGkgnSyq','CYaODhj1zs9Myq','vLvruve','tNfsEfe','tvrVzLO','icbYzw1VDMuGpa','Bhj6Aem','svL3rwi','DxrMltG','u2v0ia','txvmu3K','DgGGl3bHDgGVDa','CgfYC2u','zw50','u0D2EM8','Dgzfvu4','DxaGCgf0AcbUBW','tKrduxm','zYbZAg93','zYbZzxqGzgvMyq','Eg5Ru04','DxnHz2uGAw5MBW','zYbZzxqGC2vYDG'];_0x511e=function(){return _0x84f591;};return _0x511e();}async function setSetupConfig(_0x471a80,_0x58dca2){const _0x27a05a={_0x597d18:0x535,_0x4a796b:0x426,_0x286edf:0x37e,_0x309045:0x1ba,_0x4f74a5:0x47c,_0x12d4fa:0x49b,_0x4ae9f5:0x454,_0x59575e:0x1d6,_0x4a52c4:0x44a,_0x15dbd4:0x500,_0x3208b2:0x4b5,_0x1b53eb:0x204,_0x53154b:0x179,_0x12f3b5:0xae,_0x142018:0xfe,_0x451012:0x15f,_0x5f099b:0xf5,_0x1c5e4b:0x28d,_0x16e1dd:0xcb,_0x4204b6:0xc9,_0xcf519b:0x158,_0x4dbb6f:0x346,_0x140e11:0x157,_0x556573:0x265,_0x34d4fe:0x240,_0x5841a8:0x18d,_0x5e989f:0x243,_0x20f6a0:0x3fb,_0x49a08f:0x295,_0x3787e2:0x498,_0x3b898e:0x418,_0x2d1c5a:0x23d,_0x2f749a:0x18c,_0x14fa84:0x3bc,_0x4ee4b3:0x35c,_0x48e5e2:0x434,_0x23aa87:0x4d5,_0x2a8362:0x33f,_0x413c00:0x17a,_0x452cb5:0x1a5,_0x3e5b35:0x227,_0xb3c715:0x157,_0x5f1774:0x174,_0x59c797:0x4cb,_0x1dcb7a:0x1f5,_0x15439c:0x2d5,_0x50b159:0x268,_0x5d8be9:0x451,_0x496b47:0x490,_0x469413:0x468,_0x2f62e6:0x401,_0x58f52d:0x389,_0x337ac9:0x40c,_0x47091e:0x4e2,_0x454bc7:0x513,_0x237993:0x480,_0x3f2fbf:0x3d6,_0x365914:0x3ad,_0x420b6d:0x142,_0x55af77:0x1e1,_0x1ab739:0x262,_0x121e9f:0x2b4,_0x5870d1:0x287,_0x6065db:0x22f,_0x4ee4fc:0x1f9,_0xb2a92d:0x16a,_0x138ece:0x160,_0xc5a46f:0x1aa,_0x860fc0:0x1d3,_0x183e08:0xd9,_0x33897e:0x434,_0x2abfdd:0x87,_0x48ccd5:0x138,_0x5e3e02:0x25e,_0x14a3a5:0x242,_0x4411a9:0x207,_0x8de45:0x3bf,_0x2238b2:0x3ca,_0x53b55b:0x4e0,_0x344af1:0x441,_0x4f0a65:0x49a,_0xab5e9f:0x1f1,_0xd93e6c:0xd3,_0x49e6f4:0x1b4,_0x47a679:0x1f1,_0x39d231:0x1dd,_0x56f017:0x51a,_0x3fcb82:0x1f1,_0x5a8077:0x405,_0x276c30:0x388,_0x2e5b45:0x47e,_0x44b4e2:0x4de,_0x27e3df:0x3c8,_0x1224a1:0x1d5,_0x43e50c:0x4ae,_0x484cff:0x47f,_0x1cc3f5:0x42b,_0x2c035c:0x48f,_0x135058:0x1ce,_0x1bff0c:0x1ed,_0x2f4673:0xc0,_0xb7fff0:0x160,_0x47a441:0x3f5,_0x463155:0x49e,_0x20640e:0x4b7,_0x30ad10:0x270,_0x294c2d:0x2a8,_0x3ea19b:0x4a7,_0x41bc9c:0x434,_0x3f4efc:0x41e,_0x38588b:0x2db,_0x319ccb:0x2eb,_0x483dd2:0x4d9,_0x133cab:0x58a,_0x1301c3:0x47f,_0x595efe:0x193,_0x412f1e:0x2a2,_0xc43f57:0x2bf,_0x21ab68:0x41b},_0x267ad5={_0x56ecf8:0x71,_0x4f4b12:0x570},_0xae7f12={_0x58e2d8:0x8f,_0x5e8e54:0x32},_0x5c492c={};function _0x1b79de(_0x166c20,_0xd082e,_0x2840fd,_0x307ffc){return _0x53cc5a(_0x166c20-_0xae7f12._0x58e2d8,_0xd082e-0x36,_0xd082e,_0x307ffc- -_0xae7f12._0x5e8e54);}_0x5c492c['SeIgn']=_0x625287(_0x27a05a._0x597d18,0x48e,0x530,_0x27a05a._0x4a796b)+'coder_setu'+_0x625287(0x3f2,0x3be,0x422,0x38c)+_0x625287(_0x27a05a._0x286edf,0x426,0x41a,0x3cd)+'alid\x20coder'+_0x1b79de(0x159,_0x27a05a._0x309045,0x1b7,0x178)+_0x625287(_0x27a05a._0x4f74a5,_0x27a05a._0x12d4fa,_0x27a05a._0x4ae9f5,_0x27a05a._0x4a796b),_0x5c492c[_0x1b79de(_0x27a05a._0x59575e,0x30a,0x1d5,0x260)]=_0x625287(_0x27a05a._0x4a52c4,0x4be,0x527,_0x27a05a._0x15dbd4),_0x5c492c[_0x625287(_0x27a05a._0x3208b2,0x465,0x3d0,0x3bc)]=_0x1b79de(0x190,0x218,0x18f,_0x27a05a._0x1b53eb)+_0x1b79de(_0x27a05a._0x53154b,_0x27a05a._0x12f3b5,_0x27a05a._0x142018,_0x27a05a._0x451012)+_0x1b79de(0xf7,_0x27a05a._0x5f099b,0x120,0x191)+':',_0x5c492c[_0x1b79de(0x1f6,0x288,_0x27a05a._0x1c5e4b,0x27c)]=_0x1b79de(_0x27a05a._0x16e1dd,_0x27a05a._0x4204b6,0x158,_0x27a05a._0xcf519b)+'rver\x20confi'+'g\x20set\x20code'+_0x625287(0x414,0x3bf,0x42f,0x3ae)+_0x625287(0x3b9,0x3d8,_0x27a05a._0x4dbb6f,0x3c9)+_0x1b79de(_0x27a05a._0x140e11,_0x27a05a._0x556573,0x10b,0x1b8)+_0x1b79de(0x260,_0x27a05a._0x34d4fe,_0x27a05a._0x5841a8,_0x27a05a._0x5e989f),_0x5c492c[_0x625287(0x411,_0x27a05a._0x20f6a0,0x4b3,0x3be)]=_0x1b79de(_0x27a05a._0x49a08f,0x1be,0x287,0x236)+'up\x20path\x20no'+_0x625287(_0x27a05a._0x3787e2,_0x27a05a._0x3b898e,0x441,0x4cf)+'ed',_0x5c492c[_0x1b79de(0x115,0x1de,_0x27a05a._0x2d1c5a,_0x27a05a._0x2f749a)]=_0x625287(0x45d,_0x27a05a._0x14fa84,0x38a,_0x27a05a._0x4ee4b3),_0x5c492c[_0x625287(_0x27a05a._0x286edf,_0x27a05a._0x48e5e2,_0x27a05a._0x23aa87,0x3de)]='utf-8',_0x5c492c['WhocK']=function(_0x1a7d91,_0x117e7c){return _0x1a7d91===_0x117e7c;},_0x5c492c[_0x625287(0x480,0x3d3,_0x27a05a._0x2a8362,0x33a)]=_0x625287(0x39f,0x421,0x4a3,0x39d),_0x5c492c['nMoao']='WCqtm',_0x5c492c[_0x1b79de(0x21b,0x149,0x112,_0x27a05a._0x413c00)]='Restart\x20th'+'e\x20server\x20f'+_0x1b79de(_0x27a05a._0x452cb5,_0x27a05a._0x3e5b35,_0x27a05a._0xb3c715,_0x27a05a._0x5f1774)+_0x625287(0x4fa,_0x27a05a._0x59c797,0x44e,0x4e5)+_0x1b79de(_0x27a05a._0x1dcb7a,0x1cb,_0x27a05a._0x15439c,_0x27a05a._0x50b159);const _0x31dabc=_0x5c492c,_0x558bf5=await getCoderSetupPath();if(!_0x558bf5){const _0xb1e7b5=_0x31dabc['BPwEf'][_0x625287(_0x27a05a._0x5d8be9,0x4c7,0x540,_0x27a05a._0x496b47)]('|');let _0x5dbba8=0x1b*0xe+0x1e34+-0x1fae;while(!![]){switch(_0xb1e7b5[_0x5dbba8++]){case'0':console[_0x625287(_0x27a05a._0x469413,_0x27a05a._0x2f62e6,_0x27a05a._0x58f52d,_0x27a05a._0x337ac9)](_0x31dabc[_0x625287(_0x27a05a._0x47091e,0x465,_0x27a05a._0x454bc7,0x437)]);continue;case'1':console[_0x625287(_0x27a05a._0x237993,0x401,_0x27a05a._0x3f2fbf,_0x27a05a._0x365914)]('');continue;case'2':console[_0x1b79de(_0x27a05a._0x420b6d,0x10d,0x1a8,0x160)](_0x31dabc[_0x1b79de(0x1e2,_0x27a05a._0x55af77,_0x27a05a._0x1ab739,0x27c)]);continue;case'3':process[_0x1b79de(0x29b,_0x27a05a._0x121e9f,_0x27a05a._0x5870d1,_0x27a05a._0x6065db)](-0x209*-0xe+0x1ba9+-0x3826);continue;case'4':console[_0x1b79de(_0x27a05a._0x4ee4fc,_0x27a05a._0xb2a92d,0x1b2,_0x27a05a._0x138ece)](_0x31dabc[_0x1b79de(_0x27a05a._0xc5a46f,0x20d,_0x27a05a._0x860fc0,0x15a)]);continue;}break;}}const _0xe321b8=_0x4e3796[_0x1b79de(_0x27a05a._0x183e08,0x1ca,0x1ce,0x166)](_0x558bf5,_0x31dabc['ZoaoC']);let _0x2aa670;try{const _0x6396e0=await _0x2a9340['readFile'](_0xe321b8,_0x31dabc[_0x625287(0x44d,_0x27a05a._0x33897e,0x4d3,0x499)]);_0x2aa670=JSON[_0x1b79de(_0x27a05a._0x2abfdd,0xc1,0xa1,_0x27a05a._0x48ccd5)](_0x6396e0);}catch(_0x440aa6){_0x31dabc[_0x1b79de(0x28c,_0x27a05a._0x5e3e02,_0x27a05a._0x14a3a5,_0x27a05a._0x4411a9)](_0x440aa6[_0x625287(_0x27a05a._0x8de45,0x446,_0x27a05a._0x2238b2,_0x27a05a._0x53b55b)],_0x31dabc['lrzhC'])?'zxuyE'===_0x31dabc[_0x625287(_0x27a05a._0x344af1,_0x27a05a._0x4f0a65,0x40c,0x4ff)]?(_0x1a1734[_0x1b79de(_0x27a05a._0xab5e9f,_0x27a05a._0xd93e6c,_0x27a05a._0x49e6f4,0x160)](_0x1b79de(_0x27a05a._0x47a679,0x19d,0x1e3,_0x27a05a._0x39d231)+_0x625287(_0x27a05a._0x56f017,0x476,0x426,0x415)+'t\x20found\x20at'+'\x20'+_0x2c1b79),_0x582995[_0x1b79de(0xe0,_0x27a05a._0x3fcb82,0x201,0x160)](_0x31dabc['SeIgn'])):(console[_0x625287(_0x27a05a._0x5a8077,_0x27a05a._0x2f62e6,_0x27a05a._0x276c30,0x436)](_0x625287(0x4b2,_0x27a05a._0x2e5b45,_0x27a05a._0x44b4e2,_0x27a05a._0x27e3df)+_0x1b79de(0x239,0x153,0x1f3,_0x27a05a._0x1224a1)+_0x625287(0x4c8,0x45b,_0x27a05a._0x43e50c,0x40f)+'\x20'+_0xe321b8),console[_0x625287(_0x27a05a._0x484cff,0x401,_0x27a05a._0x1cc3f5,_0x27a05a._0x2c035c)](_0x31dabc[_0x1b79de(0x2a1,_0x27a05a._0x135058,_0x27a05a._0x1bff0c,0x1f3)])):console[_0x1b79de(0xf3,_0x27a05a._0x2f4673,0x211,_0x27a05a._0xb7fff0)]('Error\x20read'+'ing\x20setup.'+_0x1b79de(0xee,0x160,0x1bf,0x1a1)+_0x440aa6[_0x625287(_0x27a05a._0x47a441,0x4a7,0x547,0x51b)]),process['exit'](-0xc1d*-0x3+-0x1053*0x2+-0x3b0);}_0x2aa670[_0x471a80]=_0x58dca2,await _0x2a9340[_0x625287(0x51f,0x4fc,_0x27a05a._0x463155,_0x27a05a._0x20640e)](_0xe321b8,JSON[_0x1b79de(_0x27a05a._0x30ad10,_0x27a05a._0x294c2d,0x248,0x218)](_0x2aa670,null,-0x7f*0x35+0xe77+-0x2*-0x5eb)+'\x0a',_0x31dabc[_0x625287(_0x27a05a._0x3ea19b,_0x27a05a._0x41bc9c,_0x27a05a._0x3f4efc,0x49a)]);function _0x625287(_0x2a49f5,_0x50a82f,_0x76b5d,_0x98519){return _0x1054ea(_0x2a49f5-_0x267ad5._0x56ecf8,_0x50a82f-_0x267ad5._0x4f4b12,_0x76b5d,_0x98519-0x30);}console[_0x1b79de(_0x27a05a._0x38588b,0x1ed,_0x27a05a._0x319ccb,0x233)]('Set\x20'+_0x471a80+_0x625287(0x4fe,_0x27a05a._0x483dd2,_0x27a05a._0x133cab,_0x27a05a._0x1301c3)+_0x58dca2),console[_0x1b79de(0x2e7,_0x27a05a._0x595efe,_0x27a05a._0x412f1e,0x233)]('\x20\x20Location'+':\x20'+_0xe321b8),console[_0x1b79de(_0x27a05a._0xc43f57,0x24a,0x1b9,0x233)](''),console['log'](_0x31dabc[_0x625287(0x483,_0x27a05a._0x21ab68,0x3ba,0x426)]);}async function getConfig(_0x141001){const _0x43cf86={_0x4dec37:0x581,_0x186cbc:0x739,_0x46740f:0x6d5,_0x3a1f0c:0x6fb,_0x2614d4:0x5ee,_0xa0ec20:0x5b2,_0x3714b8:0x637,_0x2ba0d1:0x688,_0x53c24a:0x61a,_0x1dc075:0x62c,_0xc057dd:0x5c8,_0x3d38fe:0x5e9,_0x290c7b:0x5a5,_0x31a67b:0x652,_0x27636d:0x55c,_0x24c9ae:0x5d7,_0x29efab:0x655,_0x38c3ac:0x6bf,_0x169a8d:0x5de,_0x474384:0x55b,_0x434a13:0x66d,_0x4efd53:0x5b5,_0x1d5302:0x5bd,_0x354b93:0x566,_0x431b33:0x5ac,_0x10b667:0x5f8,_0x89b7a2:0x6f2,_0x4df074:0x603,_0x1ff2a7:0x592,_0x4d251e:0x569,_0x5e4077:0x564,_0x3686be:0x4cc,_0x58a1e5:0x53b,_0x2ad287:0x5fe,_0x4cfc27:0x662,_0x389362:0x625,_0x1c2669:0x5ba,_0x329dd2:0x5b6,_0x3cb3ee:0x600,_0x52e211:0x661,_0x5b3355:0x6c7,_0x427f62:0x59e,_0x4d7c84:0x5ec,_0x126269:0x556,_0x23f2d4:0x654,_0x35853e:0x62d,_0x3b42af:0x61c,_0x4c750e:0x65a,_0x106127:0x64d,_0x467fba:0x67a,_0x4539fb:0x6d3,_0xa0f813:0x608,_0x277241:0x5e1,_0x10e99a:0x5b6,_0x38c68e:0x52e,_0x22f32c:0x5c5,_0x353ae7:0x57a,_0x469831:0x582,_0x3cd6b2:0x5b9,_0x253b2a:0x627,_0x516532:0x620,_0x3003de:0x5ca,_0x26cdbc:0x663,_0xa68850:0x66f,_0x6c1bb:0x674,_0x5c1089:0x542,_0x46b495:0x51a,_0x25f630:0x586,_0x295f53:0x4ff,_0x1b9c4b:0x544,_0x271726:0x4e7,_0x59450b:0x4e4,_0x283ef8:0x4fa,_0x25df7c:0x61b,_0x19a00d:0x6ff,_0x1aa355:0x592,_0x147587:0x5cf,_0x563b0c:0x595,_0x237f60:0x57f,_0x17b97f:0x624,_0x762068:0x4be,_0x60bac3:0x5f5,_0x479e0c:0x5ff,_0x1386c2:0x58f,_0x44dfe8:0x6de,_0x471e3c:0x686,_0x5d8e59:0x71c,_0x2a00af:0x699,_0x30a922:0x59b,_0x57dd63:0x6a5,_0x222fcc:0x6b3,_0x56488a:0x677,_0x3f4b21:0x6eb,_0x2f9b93:0x65c,_0x914aa2:0x630,_0x26b363:0x619,_0x224456:0x56e,_0x17c5ce:0x5a6,_0x3791d8:0x56b,_0x50183d:0x693,_0x326ebf:0x70b,_0x2e6827:0x5a8,_0x460c62:0x672,_0x3c5680:0x616,_0x3eb8e1:0x5cb,_0x470c7c:0x605,_0x481797:0x6ee,_0xd17f0c:0x661,_0x1554ef:0x6bb,_0x1e7bc5:0x63a,_0x1eb39a:0x657,_0x203ebd:0x6c2,_0x5199ae:0x5b5,_0x3177d5:0x63d,_0x3285cf:0x5b8,_0x50850:0x59d,_0x3e3ba9:0x641,_0x3ce9bf:0x60c,_0x1607b2:0x681,_0x4a6bdf:0x5a1,_0xb0f33:0x579,_0x255af5:0x6c1,_0x342e6b:0x607,_0x131853:0x672,_0x1e747d:0x68e,_0x13d0bd:0x5cd,_0x2bbc5b:0x650,_0x292451:0x6a2,_0x1f3d98:0x76d,_0x1842ec:0x6db,_0x5b32a1:0x642,_0x58bd4f:0x566,_0x3317ce:0x5d4,_0x19c024:0x4ed,_0x18b5fe:0x539,_0x2f7e5e:0x565,_0x15980e:0x60e,_0x37f1f1:0x763,_0x47cb2a:0x6b4,_0x1b9080:0x627,_0x3410ff:0x5b8,_0x455016:0x544,_0x2b5cce:0x685,_0x5b79fe:0x6e9,_0x5dc1cf:0x5c9,_0x2896f1:0x530,_0x47cee8:0x51b,_0x3624ef:0x635,_0x24f4e7:0x6a9,_0x39a50b:0x629,_0xf64768:0x5bc,_0x3899ce:0x634,_0x30eb07:0x51c,_0x522c12:0x56d,_0x2f16b9:0x513,_0xaff1e2:0x4f2,_0x140c26:0x6b5,_0x45b61d:0x585,_0x3bba80:0x5b2,_0xd5f94a:0x5af,_0x3b43c7:0x61c,_0x34da40:0x5a0,_0x49ae18:0x5e3,_0xee962c:0x561,_0x2ad96d:0x6ed,_0xa49bbc:0x6c8,_0x42eb2a:0x6c2,_0x5842ec:0x521,_0x518eb8:0x5a6,_0xd438d0:0x599,_0x2bb479:0x625,_0x581fc0:0x609,_0x393938:0x601,_0xdb9ecf:0x659,_0x52aa7c:0x6ea,_0x2087af:0x517,_0x4f5019:0x630,_0x33ba27:0x6d1,_0x330193:0x5c5,_0x349c70:0x63e,_0x42a385:0x5f1,_0x4f85fd:0x607,_0x3c13de:0x5d4,_0x10bb32:0x62a,_0x5c6695:0x557,_0x43d721:0x601,_0x505ed6:0x598,_0x1d3cfb:0x64e,_0x171514:0x647,_0x129491:0x6d0,_0x11f58f:0x701,_0x5f51f2:0x660,_0x2ab6e7:0x67f,_0x5d0a46:0x5da,_0x10de07:0x6f6,_0x400740:0x6f7,_0x2a06e9:0x6b7,_0x417834:0x62f,_0x47c507:0x531,_0x29f181:0x613,_0xd7e825:0x525,_0x5db67c:0x5dc,_0x53ff57:0x51c,_0x408453:0x6a3,_0x1c65c1:0x70e,_0x77c0dc:0x626,_0x1f830a:0x702,_0x4e10fb:0x647,_0x3aad81:0x623,_0x2d304e:0x675,_0x1de76b:0x6bb,_0x2b6d31:0x5b6,_0x4f1389:0x6d2},_0x20bf59={_0x3e6e4f:0x414},_0x3a56f7={'fiVJX':'Run\x20\x22coder'+_0x4efd67(0x62f,_0x43cf86._0x4dec37,0x6e3,0x58a)+_0x4efd67(0x686,_0x43cf86._0x186cbc,_0x43cf86._0x46740f,0x71b)+_0xaca550(_0x43cf86._0x3a1f0c,_0x43cf86._0x2614d4,0x66a,_0x43cf86._0x46740f)+_0xaca550(0x6ed,_0x43cf86._0xa0ec20,_0x43cf86._0x3714b8,_0x43cf86._0x2ba0d1)+_0xaca550(0x63b,0x60c,_0x43cf86._0x53c24a,_0x43cf86._0x1dc075),'SGvzo':'1|3|0|4|2','phjxv':_0x4efd67(0x623,0x6b2,_0x43cf86._0xc057dd,0x5ef)+_0xaca550(0x5fb,_0x43cf86._0x3d38fe,_0x43cf86._0x290c7b,_0x43cf86._0x31a67b)+_0xaca550(_0x43cf86._0x27636d,0x59b,_0x43cf86._0x24c9ae,0x62c)+':','Zltvd':_0x4efd67(_0x43cf86._0x29efab,_0x43cf86._0x38c3ac,0x6a1,_0x43cf86._0x169a8d)+_0x4efd67(_0x43cf86._0x474384,0x5f2,0x552,0x51f)+_0xaca550(_0x43cf86._0x434a13,_0x43cf86._0x4efd53,_0x43cf86._0x1d5302,_0x43cf86._0x354b93)+'ed','zages':_0xaca550(_0x43cf86._0x431b33,0x513,0x59e,0x4f2)+_0xaca550(_0x43cf86._0x10b667,0x6f9,0x652,_0x43cf86._0x89b7a2)+_0x4efd67(_0x43cf86._0x4df074,0x615,_0x43cf86._0x1ff2a7,0x63a)+_0xaca550(0x58c,_0x43cf86._0x4d251e,_0x43cf86._0x5e4077,_0x43cf86._0x3686be)+_0xaca550(0x5e4,_0x43cf86._0x58a1e5,0x57d,0x5fc)+_0xaca550(0x5e0,0x5da,_0x43cf86._0x2ad287,0x634)+_0x4efd67(_0x43cf86._0x4cfc27,0x711,_0x43cf86._0x389362,_0x43cf86._0x1c2669),'YBBCI':function(_0x373ef0,_0x17ec9d){return _0x373ef0===_0x17ec9d;},'obFdR':_0xaca550(0x5c5,0x663,_0x43cf86._0x329dd2,_0x43cf86._0x3cb3ee),'fKawm':_0x4efd67(_0x43cf86._0x52e211,_0x43cf86._0x5b3355,0x5dd,0x689)+_0xaca550(0x62b,_0x43cf86._0x427f62,_0x43cf86._0x4d7c84,0x68f)+'config\x20get'+_0x4efd67(0x549,0x53a,0x4cc,0x500),'WYFsQ':function(_0x36aecd,_0x32113b){return _0x36aecd&&_0x32113b;},'OiKme':function(_0x20158a,_0x5106fd){return _0x20158a===_0x5106fd;},'HiAWr':_0x4efd67(0x62c,0x676,0x645,0x577),'IYwEb':_0xaca550(0x52d,0x639,0x59c,_0x43cf86._0x126269)+_0xaca550(_0x43cf86._0x23f2d4,0x57d,_0x43cf86._0x35853e,_0x43cf86._0x3b42af),'fedgU':_0x4efd67(0x631,0x594,0x5bd,_0x43cf86._0x4c750e)+'t','lIoKt':function(_0x5c2945){return _0x5c2945();},'bTLTH':'ssl_cert_p'+_0xaca550(0x595,0x591,0x5c7,0x5be),'zImkf':_0x4efd67(_0x43cf86._0x106127,_0x43cf86._0x467fba,0x6d1,0x658)+'th','UUXnS':'ssl_ca_pat'+'h','WGOOO':_0xaca550(_0x43cf86._0x4539fb,0x6c5,0x68a,0x72e)+'y','GUXvR':function(_0x3d6ecb){return _0x3d6ecb();},'OtjLf':function(_0x380ab2){return _0x380ab2();},'VPMgD':function(_0x4a7223,_0x3dcf62){return _0x4a7223===_0x3dcf62;},'hASxM':_0x4efd67(0x627,_0x43cf86._0xa0f813,_0x43cf86._0x277241,_0x43cf86._0x10e99a),'xRcQt':_0xaca550(_0x43cf86._0x38c68e,_0x43cf86._0x22f32c,_0x43cf86._0x353ae7,_0x43cf86._0x469831),'mWDHw':_0x4efd67(_0x43cf86._0x3cd6b2,0x5c9,_0x43cf86._0x253b2a,0x630),'vikIw':'OxXkb','UYHDE':'ENOENT','jfiUF':'CGGzp'};!_0x141001&&(_0x3a56f7[_0x4efd67(_0x43cf86._0x516532,_0x43cf86._0x3003de,_0x43cf86._0x26cdbc,_0x43cf86._0xa68850)](_0x3a56f7[_0xaca550(0x624,0x5e6,0x67b,_0x43cf86._0x6c1bb)],_0xaca550(0x567,_0x43cf86._0x5c1089,0x5b6,0x635))?(console[_0x4efd67(0x57f,_0x43cf86._0x46b495,_0x43cf86._0x25f630,_0x43cf86._0x295f53)](_0x3a56f7[_0x4efd67(_0x43cf86._0x1b9c4b,0x580,_0x43cf86._0x271726,_0x43cf86._0x59450b)]),process['exit'](0x20c*0x2+0x1*0x1447+-0x185e)):(_0x2a2810[_0x4efd67(0x57f,0x577,_0x43cf86._0x283ef8,_0x43cf86._0x4dec37)](_0x4efd67(0x693,_0x43cf86._0x25df7c,_0x43cf86._0x19a00d,0x74b)+_0xaca550(_0x43cf86._0x1aa355,0x5ae,_0x43cf86._0x147587,_0x43cf86._0x563b0c)+_0xaca550(0x686,0x727,0x672,0x5de)+_0x59b72c),_0x5b9b4a[_0x4efd67(_0x43cf86._0x237f60,0x5d4,_0x43cf86._0x17b97f,0x517)](_0x4efd67(0x56c,_0x43cf86._0x762068,_0x43cf86._0x60bac3,_0x43cf86._0x479e0c)+_0x4efd67(0x62f,_0x43cf86._0x1386c2,_0x43cf86._0x44dfe8,0x621)+_0x4efd67(_0x43cf86._0x471e3c,_0x43cf86._0x5d8e59,0x5dc,_0x43cf86._0x2a00af)+_0x4efd67(0x643,_0x43cf86._0x30a922,0x68d,_0x43cf86._0x57dd63)+'available\x20'+_0xaca550(0x621,_0x43cf86._0x222fcc,0x61a,_0x43cf86._0x56488a)),_0x2a2a52['exit'](0x177c+0x5a6+-0x1d21)));function _0xaca550(_0x2ea41e,_0x4197da,_0x4348c,_0x36704a){return _0x53cc5a(_0x2ea41e-0x7f,_0x4197da-0x14d,_0x2ea41e,_0x4348c-_0x20bf59._0x3e6e4f);}const _0x1ed4fe=SERVER_CONFIG_KEYS[_0xaca550(0x6f1,_0x43cf86._0x3f4b21,0x65c,0x5fe)](_0x141001),_0x43bb8d=SETUP_JSON_KEYS[_0xaca550(0x684,0x643,0x65c,0x5da)](_0x141001);function _0x4efd67(_0xde34bb,_0x5df948,_0x52ed4a,_0x43b73c){return _0x53cc5a(_0xde34bb-0x1cf,_0x5df948-0x30,_0x43b73c,_0xde34bb-0x3ed);}_0x3a56f7[_0xaca550(0x5d2,_0x43cf86._0x2f9b93,_0x43cf86._0x914aa2,_0x43cf86._0x26b363)](!_0x1ed4fe,!_0x43bb8d)&&(console[_0xaca550(_0x43cf86._0x224456,0x4f0,_0x43cf86._0x17c5ce,_0x43cf86._0x3791d8)](_0x4efd67(_0x43cf86._0x50183d,_0x43cf86._0x326ebf,0x6c3,_0x43cf86._0x4df074)+_0x4efd67(_0x43cf86._0x2e6827,0x551,0x50d,0x626)+_0xaca550(0x701,_0x43cf86._0x4539fb,_0x43cf86._0x460c62,_0x43cf86._0x3c5680)+_0x141001),console[_0x4efd67(_0x43cf86._0x237f60,0x537,0x50b,0x583)](_0x3a56f7[_0x4efd67(0x5a9,_0x43cf86._0x126269,0x5f6,_0x43cf86._0x3eb8e1)]),process[_0xaca550(_0x43cf86._0x470c7c,0x656,0x675,_0x43cf86._0x481797)](0x739+0x19dd*0x1+-0x3*0xb07));let _0x5b8cf9;if(_0x1ed4fe){if(_0x3a56f7['OiKme'](_0x3a56f7[_0xaca550(_0x43cf86._0xd17f0c,_0x43cf86._0x1554ef,_0x43cf86._0x1e7bc5,0x69f)],'XcOgt'))_0x4a6377[_0xaca550(0x651,0x5b3,0x5a6,_0x43cf86._0x1eb39a)](_0xaca550(0x72c,0x724,0x6ba,_0x43cf86._0x203ebd)+_0xaca550(_0x43cf86._0x5199ae,_0x43cf86._0x3177d5,0x5cf,0x63c)+'n\x20key:\x20'+_0x1c9c93),_0x21933d[_0xaca550(0x4fa,_0x43cf86._0x3285cf,0x5a6,0x628)](_0x3a56f7[_0xaca550(_0x43cf86._0x4d251e,_0x43cf86._0x50850,0x5d0,_0x43cf86._0x3e3ba9)]),_0xf101eb[_0xaca550(0x70c,_0x43cf86._0x3ce9bf,0x675,_0x43cf86._0x1607b2)](-0x5db+-0xa1*0x12+-0x2dd*-0x6);else switch(_0x141001){case _0x3a56f7[_0xaca550(_0x43cf86._0x4a6bdf,0x59b,_0x43cf86._0xb0f33,0x4d1)]:_0x5b8cf9=await getCoderSetupPath();break;case _0x3a56f7['fedgU']:_0x5b8cf9=await _0x3a56f7[_0x4efd67(0x68e,0x65c,0x727,_0x43cf86._0x255af5)](getServerPort);break;case _0x3a56f7[_0x4efd67(0x644,_0x43cf86._0x342e6b,_0x43cf86._0x131853,_0x43cf86._0x17b97f)]:_0x5b8cf9=await getSslCertPath();break;case _0x3a56f7['zImkf']:_0x5b8cf9=await _0x3a56f7[_0x4efd67(_0x43cf86._0x1e747d,_0x43cf86._0x3cb3ee,0x6c0,0x668)](getSslKeyPath);break;case _0x3a56f7[_0xaca550(0x629,_0x43cf86._0x13d0bd,_0x43cf86._0x2bbc5b,0x698)]:_0x5b8cf9=await _0x3a56f7[_0xaca550(_0x43cf86._0x292451,_0x43cf86._0x3ce9bf,0x6b5,_0x43cf86._0x1f3d98)](getSslCaPath);break;case _0x3a56f7[_0xaca550(_0x43cf86._0x1842ec,_0x43cf86._0x5b32a1,0x642,0x5bc)]:_0x5b8cf9=await _0x3a56f7[_0x4efd67(_0x43cf86._0x58bd4f,_0x43cf86._0x3317ce,_0x43cf86._0x19c024,_0x43cf86._0x18b5fe)](getTrustProxy);break;}}else{if(_0x43bb8d){const _0x313683=await _0x3a56f7[_0x4efd67(_0x43cf86._0x2f7e5e,0x573,0x58b,0x592)](getCoderSetupPath);if(!_0x313683){if(_0x3a56f7[_0xaca550(_0x43cf86._0x15980e,_0x43cf86._0x37f1f1,_0x43cf86._0x47cb2a,0x6f0)](_0x4efd67(_0x43cf86._0x1b9080,0x6c5,0x67c,_0x43cf86._0x3410ff),_0x3a56f7['hASxM']))console[_0x4efd67(_0x43cf86._0x237f60,0x5f2,0x57c,_0x43cf86._0x455016)](_0x3a56f7[_0xaca550(_0x43cf86._0x2b5cce,0x706,0x6cd,_0x43cf86._0x5b79fe)]),process['exit'](-0x7ea*0x3+0x2*0x27b+0x12c9);else{const _0x46ad7a=_0x3a56f7[_0x4efd67(0x559,_0x43cf86._0x5dc1cf,_0x43cf86._0x479e0c,_0x43cf86._0x2896f1)][_0xaca550(0x673,0x680,0x66c,0x64c)]('|');let _0x3cdb77=-0x1ddb+0xb08+0x1*0x12d3;while(!![]){switch(_0x46ad7a[_0x3cdb77++]){case'0':_0x3b4340[_0x4efd67(0x57f,_0x43cf86._0x47cee8,_0x43cf86._0x3624ef,0x537)](_0x3a56f7[_0xaca550(_0x43cf86._0x24f4e7,0x668,0x611,0x559)]);continue;case'1':_0xacd0c4[_0x4efd67(0x57f,_0x43cf86._0x39a50b,_0x43cf86._0xf64768,0x4e6)](_0x3a56f7['Zltvd']);continue;case'2':_0x29c2d4[_0x4efd67(0x64e,_0x43cf86._0x3899ce,0x5e3,0x678)](-0x1061*0x1+-0x1*0x1595+0x1*0x25f7);continue;case'3':_0x3c6463[_0xaca550(_0x43cf86._0x30eb07,0x5bc,_0x43cf86._0x17c5ce,_0x43cf86._0x522c12)]('');continue;case'4':_0xb9f23b[_0xaca550(_0x43cf86._0x2f16b9,_0x43cf86._0x3791d8,0x5a6,_0x43cf86._0xaff1e2)](_0x3a56f7[_0x4efd67(0x67d,_0x43cf86._0x140c26,0x621,0x5f6)]);continue;}break;}}}const _0x625e03=_0x4e3796[_0x4efd67(_0x43cf86._0x45b61d,0x5cd,0x631,0x574)](_0x313683,_0xaca550(0x5b1,_0x43cf86._0x3bba80,0x561,0x4bd));try{const _0x283dc2=await _0x2a9340[_0x4efd67(_0x43cf86._0xd5f94a,0x61a,_0x43cf86._0x3b43c7,0x5a8)](_0x625e03,_0x3a56f7[_0x4efd67(0x591,_0x43cf86._0x34da40,_0x43cf86._0x49ae18,_0x43cf86._0x479e0c)]),_0x5b0f5c=JSON[_0x4efd67(0x557,0x561,0x5d2,_0x43cf86._0xee962c)](_0x283dc2);_0x5b8cf9=_0x5b0f5c[_0x141001];}catch(_0x4ca69e){_0x3a56f7[_0xaca550(0x61b,_0x43cf86._0x2ad96d,_0x43cf86._0xa49bbc,0x77c)]===_0x3a56f7[_0x4efd67(0x672,_0x43cf86._0x42eb2a,0x6d4,0x6e6)]?_0x3de7f7[_0xaca550(_0x43cf86._0x5842ec,0x5de,_0x43cf86._0x518eb8,_0x43cf86._0xd438d0)](_0xaca550(_0x43cf86._0x2bb479,0x5ad,0x623,0x68b)+_0xaca550(_0x43cf86._0x581fc0,_0x43cf86._0x237f60,0x61b,0x61c)+_0x4efd67(0x5d9,_0x43cf86._0x393938,_0x43cf86._0xdb9ecf,_0x43cf86._0x224456)+'\x20'+_0x8f0110):(_0x3a56f7['YBBCI'](_0x4ca69e['code'],_0x3a56f7[_0x4efd67(0x642,0x6c7,0x6f6,_0x43cf86._0x52aa7c)])?console[_0x4efd67(_0x43cf86._0x237f60,_0x43cf86._0x2087af,0x5e8,_0x43cf86._0x4f5019)]('Error:\x20set'+_0xaca550(_0x43cf86._0x33ba27,0x5a4,_0x43cf86._0x25df7c,_0x43cf86._0x330193)+_0xaca550(_0x43cf86._0x349c70,_0x43cf86._0x42a385,0x600,_0x43cf86._0x4f85fd)+'\x20'+_0x625e03):console[_0xaca550(_0x43cf86._0x3c13de,0x55d,0x5a6,_0x43cf86._0x10bb32)]('Error\x20read'+_0x4efd67(0x57d,0x514,_0x43cf86._0x5c6695,0x4db)+_0xaca550(0x658,_0x43cf86._0x43d721,0x5e7,0x635)+_0x4ca69e[_0x4efd67(_0x43cf86._0x389362,_0x43cf86._0x505ed6,0x6cd,0x65d)]),process[_0x4efd67(_0x43cf86._0x1d3cfb,0x5f0,0x6e6,0x6a0)](-0x673*0x5+0x1eec+0x11*0x14));}}}_0x5b8cf9!==undefined?_0x3a56f7[_0x4efd67(_0x43cf86._0x516532,_0x43cf86._0x171514,0x607,0x64f)](_0x3a56f7[_0xaca550(_0x43cf86._0x129491,_0x43cf86._0x11f58f,_0x43cf86._0x5f51f2,_0x43cf86._0x2ab6e7)],_0x3a56f7[_0xaca550(_0x43cf86._0x5d0a46,_0x43cf86._0x10de07,0x660,_0x43cf86._0x400740)])?console[_0x4efd67(0x652,_0x43cf86._0x2a06e9,0x6da,_0x43cf86._0x417834)](_0x5b8cf9):(_0x266d4d[_0x4efd67(0x57f,_0x43cf86._0x47c507,_0x43cf86._0x29f181,0x552)](_0xaca550(_0x43cf86._0xd7e825,_0x43cf86._0x5db67c,0x5d1,_0x43cf86._0x53ff57)+_0x4f7447+('\x22\x20not\x20foun'+'d\x20in\x20confi'+_0x4efd67(_0x43cf86._0x408453,_0x43cf86._0x1c65c1,_0x43cf86._0x77c0dc,_0x43cf86._0x1f830a))),_0x28c0ca[_0xaca550(_0x43cf86._0x4e10fb,_0x43cf86._0x3aad81,_0x43cf86._0x2d304e,_0x43cf86._0x1de76b)](-0x89c+-0x161b*-0x1+-0xd7e)):(console['error'](_0x4efd67(0x5aa,_0x43cf86._0x39a50b,0x63d,_0x43cf86._0x2b6d31)+_0x141001+(_0x4efd67(0x65e,0x5ff,_0x43cf86._0x4f1389,0x6e4)+'d\x20in\x20confi'+'guration')),process[_0xaca550(0x6cf,0x6df,0x675,0x5d3)](0xd4*0xc+-0x112b+0x39e*0x2));}async function removeConfig(_0x27296a){const _0x3cc6ca={_0x4b01db:0x27f,_0x398959:0x252,_0x5b06d7:0x2e0,_0x39f5d8:0x2c5,_0x4fe669:0x54e,_0x25a597:0x4d4,_0x19bbd3:0x564,_0x3a74e1:0x40b,_0x420721:0x23f,_0x20dcb9:0x2d0,_0x150e38:0x49c,_0x1a0d04:0x50c,_0x47b4c6:0x4f6,_0x2cec26:0x4cc,_0x17d2ad:0x1db,_0x567fe1:0x133,_0x3c9fd7:0x13c,_0xadfd8f:0x21f,_0x49641e:0x360,_0x36b956:0x2c9,_0x1d5898:0x27c,_0x60ea80:0x41c,_0x10811c:0x562,_0x2b2329:0x55f,_0x3cbcb0:0x1e4,_0x32de8a:0x2bf,_0x4f7aef:0x24c,_0x2c8a28:0x1f8,_0x2b7b9c:0x292,_0x12e6c8:0x4d0,_0x380787:0x522,_0x115057:0x3f4,_0x2790cf:0x411,_0x8fcb2a:0x4d5,_0x2d10ce:0x4ac,_0x1a4aba:0x485,_0x2be820:0x419,_0x5687d4:0x547,_0x855e14:0x4da,_0x549dfb:0x479,_0x275c0e:0x448,_0x2e83d6:0x42d,_0x65637d:0x42a,_0x401bff:0x24f,_0x345448:0x207,_0x11eae3:0x35f,_0x229daa:0x383,_0x1c3c1a:0x467,_0x29ce9b:0x42b,_0x2a86ba:0x41e,_0x139712:0x3f4,_0x5092db:0x3d2,_0x2265ed:0x3dd,_0x4a209a:0x24e,_0xcdd5e7:0x4d0,_0x38b737:0x333,_0x248159:0x550,_0x3fa0b9:0x4f7,_0x19646e:0x56d,_0x217b23:0x487,_0x49d421:0x3fe,_0x21a185:0x438,_0xa5d6ba:0x43f,_0x141e86:0x3cb,_0x4d049a:0x47c,_0xeeda09:0x515,_0x43eaef:0x49c,_0x15efd7:0x46a,_0x51c428:0x3db,_0x11694d:0x2f1,_0x28559a:0x2f9,_0x5d250d:0x45b,_0x14e479:0x511,_0x3611b4:0x2d6,_0x58d25e:0x33f,_0xdb8fef:0x20a,_0x5de44a:0x217,_0x2777f3:0x176,_0x5527cb:0x204,_0x440749:0x276,_0x4fc794:0x511,_0x35f736:0x53a,_0x195d50:0x24f,_0x4fb800:0x20d,_0x4180dc:0x2a9,_0x5e02ad:0x2c9,_0x204ae3:0x268,_0x4da817:0x4d1,_0x4d4527:0x2f8,_0xcfbd36:0x1ed,_0x5993b1:0x36a,_0x566b50:0x2ca,_0x17e9b5:0x301,_0x1101f2:0x4d1,_0x131896:0x44d,_0x37f60e:0x2a8,_0x7679b3:0x2a4,_0x4c262a:0x274,_0x43f591:0x1c3,_0x208118:0x34f,_0x37d901:0x489,_0xb5682a:0x2c1,_0x276437:0x282,_0x319d27:0x3d8,_0x2e1515:0x1c4,_0x3c9d02:0x3ad,_0x49271d:0x208,_0x47a814:0x244,_0x2c5f6e:0x347,_0xe73dfc:0x2bd,_0xe0b4be:0x278,_0x2d0e3b:0x2a7,_0x248f1d:0x225,_0x2fb142:0x24d,_0x5744cd:0x2d7,_0x5842fb:0x2fc,_0x24cb2d:0x29f,_0x1db359:0x2a2,_0x3f924b:0x348,_0x6a024e:0x3da,_0x267b5a:0x416,_0x316cae:0x1b0,_0x5bb410:0x549,_0x1461a2:0x457,_0x59fdf5:0x508,_0x396205:0x4e8,_0x39c82c:0x400,_0x2e75ae:0x1bf,_0xa8328b:0x1c6,_0x15020e:0x1d7,_0x5b463c:0x2d9,_0x4faa8f:0x2e9,_0xe6e1b7:0x3ea,_0x51e813:0x120,_0x5b970c:0x1b6,_0x47664c:0x29e,_0x3621be:0x52a,_0x1da8a1:0x1bb,_0x4682e8:0x410,_0x56a5f9:0x32e,_0x351ebf:0x291,_0xa3f737:0x29a,_0x46d650:0x3e6,_0xbc2f4f:0x254,_0x1863f6:0x29b,_0x1eb47a:0x1cb,_0x43bf45:0x1ee,_0x313bf0:0x156,_0x1e225b:0x184,_0x11a472:0x1a3,_0x5e1a32:0x250,_0x2e4c41:0x1ad,_0x2e721a:0x1d6,_0x15ba05:0x389,_0x32b75f:0x3fc,_0x138938:0x471,_0x74aae0:0x294,_0x5aa2fa:0x1f9,_0x1477ba:0x43a,_0x55faf2:0x3fe,_0x304215:0x490,_0x5797fc:0x4ce,_0x366db8:0x437,_0x128075:0x4a4,_0x44eeec:0x555,_0x5ea6ab:0x491,_0x4fb4ff:0x2cd,_0x401797:0x296,_0x36307d:0x4d5,_0x4789ba:0x576,_0x378f01:0x4de,_0x77750d:0x522,_0x2d5bfa:0x256,_0x2ec115:0x3a1,_0x59d3e2:0x369,_0x1fe05c:0x397,_0x1874d7:0x423,_0x4c734f:0x454,_0xdc8463:0x2b2,_0x2b7952:0x20a,_0x5df98e:0x49f,_0x9a911:0x368,_0x369577:0x345,_0x167dbe:0x319,_0x26a5b7:0x232,_0x164886:0x381,_0x20a5b2:0x493,_0x2a8891:0x407,_0x4b4b51:0x4ce,_0x13b531:0x4cd},_0x35c6c5={_0x4d90ec:0xa8},_0x2cbdf8={_0x309f95:0x62,_0x8a6228:0x56d,_0xca1e73:0xde};function _0x22308c(_0x45d037,_0xf4c206,_0x9e02d0,_0x447706){return _0x1054ea(_0x45d037-_0x2cbdf8._0x309f95,_0x9e02d0-_0x2cbdf8._0x8a6228,_0x45d037,_0x447706-_0x2cbdf8._0xca1e73);}const _0x20341f={'HmMcX':_0x5b686b(_0x3cc6ca._0x4b01db,0x2d0,_0x3cc6ca._0x398959,0x221)+_0x5b686b(_0x3cc6ca._0x5b06d7,0x234,_0x3cc6ca._0x39f5d8,0x1d7)+'config\x20set'+'\x20<key>\x20<va'+'lue>','kqsXu':_0x22308c(_0x3cc6ca._0x4fe669,0x55d,_0x3cc6ca._0x25a597,_0x3cc6ca._0x19bbd3)+'up\x20path\x20no'+_0x22308c(0x3b7,0x43b,0x415,_0x3cc6ca._0x3a74e1)+'ed','PmRpJ':_0x5b686b(_0x3cc6ca._0x420721,_0x3cc6ca._0x20dcb9,0x2c0,0x313)+_0x22308c(0x3fc,0x471,0x444,0x4d4)+_0x22308c(0x46d,0x50b,_0x3cc6ca._0x150e38,0x48f)+_0x22308c(_0x3cc6ca._0x1a0d04,0x4f5,_0x3cc6ca._0x47b4c6,_0x3cc6ca._0x2cec26),'WAmKn':function(_0x336279,_0x4d1c26){return _0x336279&&_0x4d1c26;},'faaBj':_0x5b686b(0x258,_0x3cc6ca._0x17d2ad,_0x3cc6ca._0x567fe1,_0x3cc6ca._0x3c9fd7)+_0x5b686b(0x1f5,0x29e,_0x3cc6ca._0xadfd8f,0x2ee)+_0x5b686b(_0x3cc6ca._0x49641e,0x2f5,_0x3cc6ca._0x36b956,_0x3cc6ca._0x1d5898)+_0x22308c(_0x3cc6ca._0x60ea80,_0x3cc6ca._0x10811c,0x4c2,_0x3cc6ca._0x2b2329)+_0x5b686b(_0x3cc6ca._0x3cbcb0,_0x3cc6ca._0x4b01db,_0x3cc6ca._0x32de8a,0x22d)+_0x5b686b(_0x3cc6ca._0x4f7aef,0x262,0x1ae,0x254),'VUlIU':function(_0x21c1ed,_0x6416d9){return _0x21c1ed!==_0x6416d9;},'SOUZD':_0x5b686b(0x1f1,_0x3cc6ca._0x2c8a28,_0x3cc6ca._0x2b7b9c,0x27f),'cQumX':_0x22308c(0x498,0x575,_0x3cc6ca._0x12e6c8,_0x3cc6ca._0x380787),'jHWVa':_0x22308c(0x46f,0x43a,_0x3cc6ca._0x115057,_0x3cc6ca._0x2790cf)+_0x22308c(_0x3cc6ca._0x8fcb2a,_0x3cc6ca._0x2d10ce,_0x3cc6ca._0x1a4aba,_0x3cc6ca._0x2be820),'RfUfe':_0x22308c(_0x3cc6ca._0x5687d4,0x44e,0x4b0,0x513)+'t','Ofill':function(_0x42cdb5,_0x5413f0){return _0x42cdb5(_0x5413f0);},'iYvcy':_0x22308c(_0x3cc6ca._0x855e14,_0x3cc6ca._0x549dfb,0x432,0x3ea)+'ath','qrjGs':function(_0x152199,_0x188b22){return _0x152199(_0x188b22);},'bKaoc':_0x22308c(_0x3cc6ca._0x275c0e,0x45c,0x4cc,_0x3cc6ca._0x2e83d6)+'th','rnzKg':function(_0x5ab470,_0x2b9d81){return _0x5ab470(_0x2b9d81);},'Ajidn':_0x22308c(0x439,_0x3cc6ca._0x65637d,0x4e2,0x562)+'y','SoMYR':function(_0x64d431){return _0x64d431();},'viSpK':function(_0x2ac74d,_0x3d70c4){return _0x2ac74d!==_0x3d70c4;},'NRtvJ':'qNDgE','MWwHe':function(_0x1e42f6){return _0x1e42f6();},'efplq':_0x5b686b(0x233,0x1a9,_0x3cc6ca._0x401bff,_0x3cc6ca._0x345448),'uvFMf':_0x22308c(_0x3cc6ca._0x11eae3,_0x3cc6ca._0x229daa,0x3d2,_0x3cc6ca._0x1c3c1a),'UKYOf':function(_0x53c744,_0x4e9cb){return _0x53c744===_0x4e9cb;},'lrrcG':_0x22308c(0x37d,_0x3cc6ca._0x29ce9b,_0x3cc6ca._0x2a86ba,0x3e9),'NDCQs':'lLEJo','XlqJZ':_0x22308c(_0x3cc6ca._0x139712,0x4a8,0x42c,_0x3cc6ca._0x5092db),'Zylkw':function(_0x326a71,_0x5f5893){return _0x326a71!==_0x5f5893;},'IUDkm':'RYpcL','MEHiO':function(_0x4fcbe3,_0x28bd0f){return _0x4fcbe3===_0x28bd0f;}};!_0x27296a&&(console[_0x22308c(0x40f,_0x3cc6ca._0x2265ed,0x3fe,0x44f)](_0x20341f[_0x5b686b(0x235,_0x3cc6ca._0x4a209a,0x286,0x195)]),process[_0x22308c(0x529,0x512,0x4cd,_0x3cc6ca._0xcdd5e7)](-0x20b6+-0x255+0x230c));const _0x1653f7=SERVER_CONFIG_KEYS['has'](_0x27296a),_0x54e4cd=SETUP_JSON_KEYS[_0x5b686b(0x319,0x2a4,_0x3cc6ca._0x38b737,0x292)](_0x27296a);_0x20341f[_0x22308c(_0x3cc6ca._0x248159,0x547,_0x3cc6ca._0x3fa0b9,_0x3cc6ca._0x19646e)](!_0x1653f7,!_0x54e4cd)&&(console[_0x22308c(_0x3cc6ca._0x217b23,0x3a9,_0x3cc6ca._0x49d421,_0x3cc6ca._0x21a185)]('Unknown\x20co'+_0x22308c(_0x3cc6ca._0xa5d6ba,_0x3cc6ca._0x141e86,0x427,_0x3cc6ca._0x4d049a)+_0x22308c(_0x3cc6ca._0xeeda09,_0x3cc6ca._0x43eaef,0x4ca,0x4a6)+_0x27296a),console[_0x22308c(0x3c7,0x3c4,0x3fe,_0x3cc6ca._0x15efd7)](_0x20341f[_0x22308c(_0x3cc6ca._0x51c428,0x452,0x47a,0x3e3)]),process['exit'](0x15db+0x2*0x1189+0x38ec*-0x1));function _0x5b686b(_0x32ffb9,_0x312a5a,_0xc54854,_0x3715e6){return _0x1054ea(_0x32ffb9-_0x35c6c5._0x4d90ec,_0x312a5a-0x35d,_0xc54854,_0x3715e6-0x184);}if(_0x1653f7){if(_0x20341f[_0x5b686b(0x242,_0x3cc6ca._0x11694d,_0x3cc6ca._0x28559a,0x39d)](_0x20341f[_0x22308c(0x42e,0x3f1,0x487,0x4a3)],_0x20341f['cQumX'])){switch(_0x27296a){case _0x20341f[_0x22308c(_0x3cc6ca._0x5d250d,_0x3cc6ca._0x14e479,0x4a1,0x48a)]:await saveCoderSetupPath(null),console[_0x5b686b(0x306,0x2c1,_0x3cc6ca._0x3611b4,_0x3cc6ca._0x58d25e)](_0x5b686b(0x285,_0x3cc6ca._0xdb8fef,0x165,0x17c)+_0x27296a);break;case _0x20341f[_0x5b686b(0x2c4,0x290,_0x3cc6ca._0x5de44a,0x2af)]:await _0x20341f[_0x5b686b(_0x3cc6ca._0x2777f3,0x1f2,_0x3cc6ca._0x5527cb,_0x3cc6ca._0x440749)](saveServerPort,0x121*0x6+-0x159b*-0x1+-0x10a9),console[_0x22308c(_0x3cc6ca._0x4fc794,0x55d,0x4d1,_0x3cc6ca._0x35f736)](_0x5b686b(_0x3cc6ca._0x195d50,_0x3cc6ca._0x4fb800,0x26e,0x26b)+_0x27296a+(_0x5b686b(_0x3cc6ca._0x4180dc,_0x3cc6ca._0x5e02ad,0x31b,0x32e)+'t\x20(3000)'));break;case _0x20341f[_0x5b686b(_0x3cc6ca._0x204ae3,0x314,0x3b1,0x311)]:await _0x20341f['qrjGs'](saveSslCertPath,null),console[_0x22308c(0x57b,0x57f,_0x3cc6ca._0x4da817,_0x3cc6ca._0x855e14)]('Removed\x20'+_0x27296a);break;case _0x20341f[_0x5b686b(_0x3cc6ca._0x4d4527,0x27c,0x2a4,_0x3cc6ca._0xcfbd36)]:await _0x20341f[_0x5b686b(_0x3cc6ca._0x5993b1,_0x3cc6ca._0x566b50,_0x3cc6ca._0x17e9b5,0x2b9)](saveSslKeyPath,null),console['log']('Removed\x20'+_0x27296a);break;case _0x22308c(0x450,0x4f3,0x446,0x38e)+'h':await saveSslCaPath(null),console[_0x22308c(0x41e,0x462,_0x3cc6ca._0x1101f2,_0x3cc6ca._0x131896)](_0x5b686b(_0x3cc6ca._0x37f60e,_0x3cc6ca._0xdb8fef,0x2b9,_0x3cc6ca._0x7679b3)+_0x27296a);break;case _0x20341f['Ajidn']:await _0x20341f[_0x5b686b(0x194,0x1f2,_0x3cc6ca._0x4c262a,_0x3cc6ca._0x43f591)](saveTrustProxy,null),console[_0x5b686b(_0x3cc6ca._0x208118,0x2c1,0x2ac,0x272)](_0x22308c(_0x3cc6ca._0x37d901,0x422,0x41a,0x3ac)+_0x27296a);break;}console[_0x5b686b(0x353,_0x3cc6ca._0xb5682a,_0x3cc6ca._0x276437,0x2f0)](_0x22308c(0x3bd,0x3a2,0x44d,_0x3cc6ca._0x319d27)+':\x20'+_0x20341f[_0x5b686b(0x2d5,0x24f,_0x3cc6ca._0xdb8fef,_0x3cc6ca._0x2e1515)](getConfigPath));}else _0x392ef2[_0x22308c(0x483,_0x3cc6ca._0x3c9d02,0x3fe,0x45d)](_0x20341f[_0x5b686b(_0x3cc6ca._0x49271d,_0x3cc6ca._0x47a814,0x2d5,0x1c9)]),_0x2ef0d7[_0x5b686b(_0x3cc6ca._0x2c5f6e,_0x3cc6ca._0xe73dfc,0x245,_0x3cc6ca._0xe0b4be)](0x1c9*0x5+0x66*-0x12+-0xe0*0x2);}else{if(_0x54e4cd){if(_0x20341f[_0x5b686b(_0x3cc6ca._0x2d0e3b,0x1f5,_0x3cc6ca._0x248f1d,_0x3cc6ca._0x2fb142)](_0x20341f['NRtvJ'],_0x5b686b(0x28c,_0x3cc6ca._0x5744cd,_0x3cc6ca._0x5842fb,_0x3cc6ca._0x24cb2d))){const _0x45e0f8=await _0x20341f[_0x5b686b(0x2de,_0x3cc6ca._0x1db359,0x2d8,_0x3cc6ca._0x276437)](getCoderSetupPath);!_0x45e0f8&&(console['error'](_0x22308c(0x512,0x4d3,0x4d4,0x464)+_0x22308c(_0x3cc6ca._0x3f924b,_0x3cc6ca._0x549dfb,_0x3cc6ca._0x6a024e,_0x3cc6ca._0x267b5a)+_0x5b686b(0x2ac,0x205,_0x3cc6ca._0x316cae,0x1df)+'ed'),process[_0x22308c(0x501,0x4e8,0x4cd,0x472)](0x1ffa*0x1+-0x1*0x216f+0x176));const _0x55a161=_0x4e3796['join'](_0x45e0f8,_0x20341f[_0x22308c(_0x3cc6ca._0x5bb410,_0x3cc6ca._0x1461a2,_0x3cc6ca._0x59fdf5,_0x3cc6ca._0x396205)]);let _0x6522d5;try{const _0x114024=await _0x2a9340['readFile'](_0x55a161,_0x20341f[_0x22308c(_0x3cc6ca._0x39c82c,0x3a4,0x3ea,0x464)]);_0x6522d5=JSON[_0x5b686b(_0x3cc6ca._0x2e75ae,_0x3cc6ca._0xa8328b,0x227,0x1ce)](_0x114024);}catch(_0x36cd56){_0x20341f['UKYOf'](_0x36cd56[_0x5b686b(_0x3cc6ca._0x15020e,0x233,_0x3cc6ca._0x5b463c,0x27b)],_0x20341f[_0x5b686b(0x33a,0x2ea,_0x3cc6ca._0x4faa8f,0x286)])?_0x20341f[_0x22308c(0x35c,_0x3cc6ca._0xe6e1b7,0x3db,0x374)]!==_0x20341f[_0x5b686b(0x1f4,0x1b9,_0x3cc6ca._0x51e813,0x167)]?console[_0x5b686b(_0x3cc6ca._0x5b970c,0x1ee,_0x3cc6ca._0x47664c,0x1cd)](_0x22308c(0x3f3,0x418,0x47b,_0x3cc6ca._0x3621be)+_0x5b686b(0x2d3,0x263,0x1fb,_0x3cc6ca._0x1da8a1)+'t\x20found\x20at'+'\x20'+_0x55a161):(_0x329953[_0x22308c(_0x3cc6ca._0x4682e8,0x3a3,0x3fe,0x3a4)](_0x20341f[_0x5b686b(_0x3cc6ca._0x56a5f9,0x307,_0x3cc6ca._0x351ebf,0x29e)]),_0x5798b1[_0x5b686b(0x27b,0x2bd,_0x3cc6ca._0xa3f737,0x286)](-0x37*0xad+-0x122*0x1f+0x26*0x1e7)):_0x20341f[_0x22308c(0x440,0x451,_0x3cc6ca._0x46d650,0x3c8)](_0x20341f[_0x5b686b(0x262,_0x3cc6ca._0xbc2f4f,0x1b9,_0x3cc6ca._0x1863f6)],'bUeIv')?console[_0x5b686b(_0x3cc6ca._0x1eb47a,_0x3cc6ca._0x43bf45,_0x3cc6ca._0x313bf0,_0x3cc6ca._0x1e225b)](_0x5b686b(_0x3cc6ca._0x11a472,_0x3cc6ca._0x5e1a32,_0x3cc6ca._0x2e4c41,_0x3cc6ca._0x2e721a)+_0x22308c(_0x3cc6ca._0x15ba05,0x3eb,_0x3cc6ca._0x32b75f,_0x3cc6ca._0x138938)+'json:\x20'+_0x36cd56[_0x5b686b(0x345,_0x3cc6ca._0x74aae0,_0x3cc6ca._0x248f1d,_0x3cc6ca._0x5aa2fa)]):_0x1a1629[_0x22308c(_0x3cc6ca._0x1477ba,0x3d3,_0x3cc6ca._0x55faf2,0x48b)](_0x5b686b(0x23d,0x250,0x1aa,_0x3cc6ca._0x17e9b5)+'ing\x20setup.'+_0x22308c(0x3c4,_0x3cc6ca._0x304215,0x43f,_0x3cc6ca._0x5797fc)+_0x2f01a3[_0x22308c(0x496,_0x3cc6ca._0x366db8,_0x3cc6ca._0x128075,_0x3cc6ca._0x44eeec)]),process['exit'](0x2da*-0x3+-0x117a+0x1a09);}_0x20341f['MEHiO'](_0x6522d5[_0x27296a],undefined)&&(console[_0x22308c(_0x3cc6ca._0x5ea6ab,0x374,0x3fe,0x3c2)]('Key\x20\x22'+_0x27296a+(_0x5b686b(0x294,_0x3cc6ca._0x4fb4ff,_0x3cc6ca._0x401797,0x31e)+_0x22308c(_0x3cc6ca._0x36307d,0x598,0x521,_0x3cc6ca._0x4789ba)+_0x22308c(_0x3cc6ca._0x378f01,0x484,_0x3cc6ca._0x77750d,0x478))),process[_0x5b686b(0x2ac,0x2bd,0x2f8,_0x3cc6ca._0x2d5bfa)](-0x178f+-0x1500+0x2c90)),delete _0x6522d5[_0x27296a],await _0x2a9340[_0x5b686b(_0x3cc6ca._0x2ec115,0x2e9,_0x3cc6ca._0x59d3e2,0x247)](_0x55a161,JSON['stringify'](_0x6522d5,null,0x25a+0x227*0x9+-0x3*0x73d)+'\x0a',_0x20341f[_0x22308c(0x3ca,_0x3cc6ca._0x1fe05c,0x3ea,0x3aa)]),console[_0x22308c(_0x3cc6ca._0x1874d7,_0x3cc6ca._0x4c734f,_0x3cc6ca._0x4da817,0x4e2)](_0x5b686b(_0x3cc6ca._0xdc8463,_0x3cc6ca._0x2b7952,0x168,0x246)+_0x27296a),console['log'](_0x22308c(0x421,_0x3cc6ca._0x5df98e,_0x3cc6ca._0x131896,0x3ca)+':\x20'+_0x55a161),console[_0x5b686b(_0x3cc6ca._0x9a911,0x2c1,_0x3cc6ca._0x369577,_0x3cc6ca._0x167dbe)](''),console[_0x5b686b(0x28b,0x2c1,_0x3cc6ca._0x26a5b7,0x320)]('Restart\x20th'+'e\x20server\x20f'+_0x22308c(0x491,_0x3cc6ca._0x164886,0x412,_0x3cc6ca._0x20a5b2)+'\x20to\x20take\x20e'+'ffect.');}else _0xfbc207[_0x22308c(0x3e2,0x378,_0x3cc6ca._0x55faf2,_0x3cc6ca._0x2a8891)](_0x20341f['PmRpJ']),_0x5bf70a[_0x22308c(_0x3cc6ca._0x4b4b51,0x557,_0x3cc6ca._0x13b531,0x557)](-0x9b*-0x9+0x287*0x1+-0x7f9);}}}async function showConfig(){const _0x5d59ee={_0x37548a:0xc0,_0x9a167e:0x9f,_0xeed381:0x41d,_0x187332:0x3f3,_0x2c7421:0x3d0,_0x241d5d:0xc9,_0x1e6895:0xe0,_0x273042:0x53,_0x426980:0x45a,_0x2c15ba:0x3ae,_0x515ad6:0x325,_0xac6c8b:0x54,_0x1b4c38:0x5d,_0x56ac15:0x459,_0x49c2de:0x10e,_0x3bf283:0xb2,_0x15a3b7:0x51,_0x2cf8b9:0x54,_0x617d3b:0x55,_0x24fbe1:0xc7,_0xcf12e:0x87,_0x4d733a:0x4d3,_0x12fabd:0x461,_0x2ed43e:0x4e4,_0x30fb0f:0xe3,_0x437a0f:0x160,_0x389e3c:0x373,_0x4bbcd5:0x3fa,_0x42eadd:0x420,_0x56dfe0:0x386,_0x49c801:0x38c,_0x2872be:0x2fc,_0x405f80:0x375,_0x1a2c1c:0x40d,_0x495b78:0x48f,_0x4b48b7:0x445,_0x3f986c:0x44b,_0x290059:0x469,_0x5e5387:0x451,_0x1f8908:0x3a6,_0xbbb071:0x49b,_0x54955d:0x488,_0x2643a8:0x449,_0x262de9:0x509,_0x5b1cdb:0x166,_0x1f47de:0x1f6,_0x562bfd:0x3ac,_0x50cd24:0x360,_0xcb28db:0x3f4,_0x52e3b2:0xcd,_0x462ef5:0xb8,_0x44bbbd:0x4bc,_0x278695:0x101,_0x22d0d8:0x172,_0x2b1d71:0x8b,_0x1f0aea:0xcc,_0x3d91cc:0xc1,_0x121a01:0x50f,_0x198291:0x47d,_0x2edbf2:0xe,_0x54b27a:0x83,_0x554718:0x99,_0x46dc86:0x3f8,_0x303513:0x3e4,_0x2990d0:0x453,_0x3c34b1:0x45e,_0x55fe69:0x4fa,_0x16990:0x460,_0x37328d:0x348,_0x2f72e3:0x128,_0x2ae649:0x7,_0x2e5f92:0x6f,_0x5289b8:0x378,_0x1bc00d:0x3fd,_0x5c2e23:0x42c,_0x4f9fac:0x4a5,_0x15cf61:0x46c,_0x46df8f:0x4d7,_0xd4b84d:0x3f5,_0x330e3d:0x40c,_0xa671aa:0xf1,_0x58cf85:0xf8,_0x195115:0x46,_0x310f36:0x181,_0x6e3b9e:0x4a1,_0x434442:0x45e,_0x7f2913:0x42d,_0xe56de0:0x65,_0x589ab2:0xd8,_0x226275:0x488,_0x1f5cc3:0x52e,_0x459004:0x511,_0x3a83f1:0x526,_0x4123aa:0x55c,_0x1a821d:0xe7,_0x4edd62:0x122,_0x4d53ec:0xba,_0x1c39cd:0x49a,_0x3bcbe6:0x396,_0x49a2e5:0x3f1,_0x130efa:0x4b4,_0x3407bb:0x42e,_0x45cf01:0x3b2,_0x4fb82c:0x3bb,_0x387024:0x322,_0x7a68d1:0x1ae,_0x19b945:0xf5,_0x3b8449:0x3e5,_0x52d19f:0xd7,_0x10f396:0x165,_0x349372:0x27,_0x513224:0x78,_0xc505b7:0x42e,_0x15b80e:0x46d,_0x1cf747:0x448,_0xb46acd:0xdf,_0x3a47b0:0x488,_0x53c08d:0x43d,_0x1f1294:0x50b,_0x82aa99:0x86,_0xf8c5e1:0x3d5,_0x3fabd4:0x1c2,_0x7c9c65:0x122,_0x26487d:0x18b,_0x53bc5b:0xa1,_0x43eb18:0xe9,_0x1180d0:0x456,_0x3bf0ee:0x478,_0x292c05:0x3bd,_0x47c92d:0x405,_0x368709:0x4d6,_0x465688:0x7b,_0x14b4f1:0x90,_0xc2be12:0x25,_0x3bb62f:0xb6,_0x2c6adf:0x1c9,_0x5d4fdd:0x12b,_0x1e9617:0x488,_0x28a03a:0x41d,_0x3f8ced:0x425,_0x51738d:0x307,_0x5ed11c:0x373,_0x1b4006:0x3b8,_0x36fe81:0x8e,_0x3e0018:0x15e,_0x531382:0x12c,_0x45179e:0x11f,_0x1ef54a:0x126,_0xfeeee8:0x14d,_0x1eaa8f:0x42c},_0x2a5c87={_0x1240f6:0x1c6,_0xc00ac6:0x1be},_0x36fd81={_0x5c484d:0x4,_0xcce39f:0x524,_0x4f4efe:0xe2},_0x5367e9={'wnOPd':_0xe1c4d5(0xb4,_0x5d59ee._0x37548a,_0x5d59ee._0x9a167e,0xf0)+_0x1bb552(0x330,0x3e6,_0x5d59ee._0xeed381,_0x5d59ee._0x187332)+_0x1bb552(_0x5d59ee._0x2c7421,0x3d0,0x37d,0x3e8)+_0xe1c4d5(0x9b,_0x5d59ee._0x241d5d,_0x5d59ee._0x1e6895,_0x5d59ee._0x273042)+_0x1bb552(_0x5d59ee._0x426980,_0x5d59ee._0x2c15ba,_0x5d59ee._0x515ad6,0x421)+'ion:','WKIvy':_0xe1c4d5(-0x5c,0x5a,0x5e,0x40)+_0xe1c4d5(_0x5d59ee._0xac6c8b,0x6d,0x5,_0x5d59ee._0x1b4c38)+_0x1bb552(_0x5d59ee._0x56ac15,0x471,0x4f2,0x4b8),'xjnHB':function(_0x2afc8a){return _0x2afc8a();},'TOlcM':function(_0x4b9ff1){return _0x4b9ff1();},'hQfLu':function(_0x54f234){return _0x54f234();},'saUnG':function(_0x10eb6a){return _0x10eb6a();},'QHQKg':_0xe1c4d5(0x8c,_0x5d59ee._0x49c2de,_0x5d59ee._0x3bf283,0x1c1),'kgjlf':function(_0x11a060,_0x5c7587){return _0x11a060||_0x5c7587;},'elSaI':function(_0x411548,_0x545743){return _0x411548!==_0x545743;},'teGJw':'rhmzR','vBern':_0xe1c4d5(0x25,0xa,_0x5d59ee._0x15a3b7,0x52),'poYXK':'utf-8','iRtMb':function(_0x374424,_0x4e8751){return _0x374424===_0x4e8751;},'lLdnh':_0xe1c4d5(0xb9,_0x5d59ee._0x2cf8b9,_0x5d59ee._0x617d3b,_0x5d59ee._0x24fbe1)+'n\x20not\x20foun'+'d)','ykEzu':_0xe1c4d5(-0x72,0x47,_0x5d59ee._0xcf12e,0x37)+_0x1bb552(_0x5d59ee._0x4d733a,_0x5d59ee._0x12fabd,0x443,_0x5d59ee._0x2ed43e)+_0xe1c4d5(_0x5d59ee._0x30fb0f,0xd3,_0x5d59ee._0x437a0f,0x11c)+_0x1bb552(0x3a2,_0x5d59ee._0x389e3c,_0x5d59ee._0x4bbcd5,_0x5d59ee._0x42eadd)+_0x1bb552(_0x5d59ee._0x56dfe0,_0x5d59ee._0x49c801,_0x5d59ee._0x2872be,0x3df)+_0x1bb552(_0x5d59ee._0x405f80,_0x5d59ee._0x1a2c1c,0x3f0,_0x5d59ee._0x495b78)+_0x1bb552(0x4c9,0x498,_0x5d59ee._0x4b48b7,_0x5d59ee._0x3f986c)};console[_0x1bb552(_0x5d59ee._0x290059,0x488,0x499,0x459)](_0x5367e9[_0x1bb552(0x420,0x447,_0x5d59ee._0x5e5387,_0x5d59ee._0x1f8908)]),console[_0x1bb552(_0x5d59ee._0xbbb071,_0x5d59ee._0x54955d,_0x5d59ee._0x2643a8,_0x5d59ee._0x262de9)]('');const _0xf5bc48=await _0x5367e9[_0xe1c4d5(0x1b6,_0x5d59ee._0x5b1cdb,0x1db,_0x5d59ee._0x1f47de)](getCoderSetupPath),_0x3601c3=await _0x5367e9['TOlcM'](getServerPort),_0x2f0666=await _0x5367e9[_0x1bb552(0x322,_0x5d59ee._0x562bfd,0x460,_0x5d59ee._0x50cd24)](getSslCertPath),_0xac6003=await _0x5367e9['saUnG'](getSslKeyPath);function _0x1bb552(_0x37386a,_0x34c79c,_0x12acaf,_0x5b67a9){return _0x1054ea(_0x37386a-_0x36fd81._0x5c484d,_0x34c79c-_0x36fd81._0xcce39f,_0x12acaf,_0x5b67a9-_0x36fd81._0x4f4efe);}const _0x3ee806=await _0x5367e9[_0x1bb552(0x446,_0x5d59ee._0xcb28db,0x44b,0x379)](getSslCaPath),_0x530e1d=await getTrustProxy();console['log']('coder_setu'+_0xe1c4d5(0x71,_0x5d59ee._0x52e3b2,_0x5d59ee._0x462ef5,0x14f)+(_0xf5bc48||_0x5367e9[_0x1bb552(_0x5d59ee._0x44bbbd,0x45e,0x46e,0x472)])),console['log'](_0xe1c4d5(0x144,_0x5d59ee._0x278695,0x5a,_0x5d59ee._0x22d0d8)+_0xe1c4d5(_0x5d59ee._0x1e6895,_0x5d59ee._0x2b1d71,_0x5d59ee._0x1f0aea,_0x5d59ee._0x3d91cc)+_0x3601c3);function _0xe1c4d5(_0x53fcb0,_0x48ae2e,_0x19c374,_0x277a84){return _0x1054ea(_0x53fcb0-_0x2a5c87._0x1240f6,_0x48ae2e-_0x2a5c87._0xc00ac6,_0x19c374,_0x277a84-0x11a);}console[_0x1bb552(0x44a,0x488,_0x5d59ee._0x121a01,_0x5d59ee._0x198291)](_0xe1c4d5(_0x5d59ee._0x2edbf2,_0x5d59ee._0x54b27a,_0x5d59ee._0x554718,0xcc)+_0x1bb552(0x34b,_0x5d59ee._0x46dc86,_0x5d59ee._0x303513,0x340)+(_0x2f0666||_0x5367e9[_0x1bb552(_0x5d59ee._0x2990d0,_0x5d59ee._0x3c34b1,0x3e3,0x49e)])),console[_0x1bb552(_0x5d59ee._0x55fe69,_0x5d59ee._0x54955d,_0x5d59ee._0x16990,0x4aa)]('ssl_key_pa'+_0x1bb552(0x409,0x378,0x2e0,_0x5d59ee._0x37328d)+_0x5367e9[_0xe1c4d5(_0x5d59ee._0x2f72e3,0x8f,-_0x5d59ee._0x2ae649,0x16)](_0xac6003,_0xe1c4d5(_0x5d59ee._0x2e5f92,0x10e,0x5f,0x153))),console['log'](_0x1bb552(_0x5d59ee._0x5289b8,_0x5d59ee._0x1bc00d,_0x5d59ee._0x5c2e23,_0x5d59ee._0x4f9fac)+_0x1bb552(0x477,_0x5d59ee._0x15cf61,_0x5d59ee._0x46df8f,0x458)+_0x5367e9[_0x1bb552(0x466,_0x5d59ee._0xd4b84d,_0x5d59ee._0x330e3d,0x46e)](_0x3ee806,_0x5367e9[_0xe1c4d5(_0x5d59ee._0xa671aa,_0x5d59ee._0x58cf85,_0x5d59ee._0x195115,_0x5d59ee._0x310f36)])),console['log'](_0x1bb552(0x4ff,0x499,0x4d8,_0x5d59ee._0x6e3b9e)+'y:\x20\x20\x20\x20\x20\x20'+(_0x5367e9['elSaI'](_0x530e1d,null)?_0x530e1d:_0x5367e9[_0x1bb552(0x4f3,_0x5d59ee._0x434442,0x3a6,0x4ba)])),console[_0x1bb552(0x445,0x488,_0x5d59ee._0x7f2913,0x41d)](''),console['log'](_0xe1c4d5(0x22,_0x5d59ee._0xe56de0,0x11a,-0x21)+_0x5367e9[_0xe1c4d5(0x14d,0x166,0x194,_0x5d59ee._0x589ab2)](getConfigPath)),console[_0x1bb552(0x532,_0x5d59ee._0x226275,_0x5d59ee._0x1f5cc3,_0x5d59ee._0x459004)]('');if(_0xf5bc48){if(_0x1bb552(_0x5d59ee._0x3a83f1,0x4c8,_0x5d59ee._0x4123aa,0x458)!==_0x5367e9[_0xe1c4d5(0xef,0x144,_0x5d59ee._0x1a821d,0x1a6)]){console[_0xe1c4d5(0x1c2,_0x5d59ee._0x4edd62,_0x5d59ee._0x4d53ec,0xc7)](_0x1bb552(_0x5d59ee._0x1c39cd,0x410,_0x5d59ee._0x3bcbe6,_0x5d59ee._0x49a2e5)+'Configurat'+_0x1bb552(_0x5d59ee._0x130efa,_0x5d59ee._0x3407bb,_0x5d59ee._0x45cf01,0x410)),console['log']('');const _0x4ead2d=_0x4e3796[_0x1bb552(0x463,_0x5d59ee._0x4fb82c,_0x5d59ee._0x387024,0x370)](_0xf5bc48,_0x5367e9[_0xe1c4d5(_0x5d59ee._0x7a68d1,0x150,0x1b8,_0x5d59ee._0x19b945)]);try{const _0x307353=await _0x2a9340[_0x1bb552(0x3bc,_0x5d59ee._0x3b8449,0x418,0x473)](_0x4ead2d,_0x5367e9[_0xe1c4d5(_0x5d59ee._0x52d19f,_0x5d59ee._0x10f396,0x1a6,0x176)]),_0x40a0c8=JSON[_0xe1c4d5(_0x5d59ee._0x1b4c38,_0x5d59ee._0x349372,_0x5d59ee._0x513224,-0x36)](_0x307353);console['log'](JSON[_0x1bb552(_0x5d59ee._0xc505b7,_0x5d59ee._0x15b80e,_0x5d59ee._0x1cf747,0x451)](_0x40a0c8,null,0xef*-0x29+0x19df+-0xc6a*-0x1)),console[_0xe1c4d5(0x134,_0x5d59ee._0x4edd62,0xa0,_0x5d59ee._0xb46acd)](''),console[_0x1bb552(0x50b,_0x5d59ee._0x3a47b0,_0x5d59ee._0x53c08d,_0x5d59ee._0x1f1294)](_0xe1c4d5(0x61,0x65,_0x5d59ee._0x82aa99,0xcd)+_0x4ead2d);}catch(_0x44bdfc){_0x5367e9['iRtMb'](_0x44bdfc['code'],_0x1bb552(_0x5d59ee._0x1a2c1c,_0x5d59ee._0xf8c5e1,0x34c,0x3f6))?(console[_0xe1c4d5(_0x5d59ee._0x3fabd4,_0x5d59ee._0x7c9c65,_0x5d59ee._0x26487d,0x8b)](_0x5367e9[_0xe1c4d5(-0x3a,0x32,_0x5d59ee._0x53bc5b,_0x5d59ee._0x43eb18)]),console['log'](''),console[_0x1bb552(_0x5d59ee._0x1180d0,0x488,_0x5d59ee._0x3bf0ee,0x52c)](_0x1bb552(0x33c,_0x5d59ee._0x292c05,0x41d,_0x5d59ee._0x47c92d)+_0x1bb552(0x3fa,0x371,0x418,0x42a)+_0x4ead2d)):console[_0x1bb552(_0x5d59ee._0x368709,_0x5d59ee._0x226275,0x3d5,0x4bb)]('Error\x20read'+_0xe1c4d5(-0x5f,0x4d,0x37,0xa)+_0xe1c4d5(_0x5d59ee._0x465688,_0x5d59ee._0x14b4f1,_0x5d59ee._0xc2be12,_0x5d59ee._0x3bb62f)+_0x44bdfc['message']);}}else _0xd9aae1[_0xe1c4d5(0x130,_0x5d59ee._0x7c9c65,_0x5d59ee._0x2c6adf,_0x5d59ee._0x5d4fdd)](_0x5367e9['wnOPd']),_0x21a4c5[_0x1bb552(0x4e8,_0x5d59ee._0x1e9617,_0x5d59ee._0x28a03a,_0x5d59ee._0x3f8ced)]('\x20\x20coder-se'+'rver\x20confi'+'g\x20set\x20code'+_0x1bb552(_0x5d59ee._0x51738d,_0x5d59ee._0x5ed11c,0x34e,_0x5d59ee._0x1b4006)+_0xe1c4d5(-0x8,0x26,-0x49,0xac)+_0xe1c4d5(0x80,0xa7,_0x5d59ee._0x36fe81,0x87)+'tup');}else console[_0xe1c4d5(0x18b,0x122,0x1ce,_0x5d59ee._0x3e0018)](_0x5367e9[_0xe1c4d5(_0x5d59ee._0x531382,_0x5d59ee._0x45179e,_0x5d59ee._0x1ef54a,_0x5d59ee._0xfeeee8)]),console[_0x1bb552(_0x5d59ee._0x1eaa8f,0x488,0x511,0x448)](_0x5367e9['ykEzu']);}
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));}