@profoundlogic/coderflow-server 0.3.2 → 0.4.1

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 (152) hide show
  1. package/dist/base-image/agent-wrapper.sh +49 -9
  2. package/dist/base-image/entrypoint.sh +12 -1
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config/cli-models.json +5 -3
  5. package/dist/config.js +1 -1
  6. package/dist/lib/agent-keepalive.js +1 -1
  7. package/dist/lib/agent-models.js +1 -0
  8. package/dist/lib/api-keys.js +1 -1
  9. package/dist/lib/apiKeys.js +1 -1
  10. package/dist/lib/app-server-ports.js +1 -1
  11. package/dist/lib/auto-judge.js +1 -1
  12. package/dist/lib/basic-auth.js +1 -1
  13. package/dist/lib/build-history.js +1 -1
  14. package/dist/lib/build-output-service.js +1 -1
  15. package/dist/lib/build-scheduler.js +1 -1
  16. package/dist/lib/build-service.js +1 -1
  17. package/dist/lib/ca-certificates.js +1 -1
  18. package/dist/lib/claude-oauth-refresh.js +1 -1
  19. package/dist/lib/cli/build.js +1 -1
  20. package/dist/lib/cli/config-command.js +1 -1
  21. package/dist/lib/cli/config.js +1 -1
  22. package/dist/lib/cli/create-user.js +1 -1
  23. package/dist/lib/cli/init.js +1 -1
  24. package/dist/lib/cli/jira.js +1 -1
  25. package/dist/lib/cli/license.js +1 -1
  26. package/dist/lib/cli/server-manager.js +1 -1
  27. package/dist/lib/config-migration.js +1 -0
  28. package/dist/lib/container-credential-sync.js +1 -1
  29. package/dist/lib/container-tokens.js +1 -1
  30. package/dist/lib/data-dir.js +1 -1
  31. package/dist/lib/deployment-history.js +1 -1
  32. package/dist/lib/deployment-service.js +1 -1
  33. package/dist/lib/docker-utils.js +1 -1
  34. package/dist/lib/email.js +1 -1
  35. package/dist/lib/emailTemplates.js +1 -1
  36. package/dist/lib/entitlement.js +1 -1
  37. package/dist/lib/fetch-utils.js +1 -1
  38. package/dist/lib/git-commit-details-route.js +1 -1
  39. package/dist/lib/git-history-diff-guardrails.js +1 -1
  40. package/dist/lib/git-provider-service.js +1 -1
  41. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  42. package/dist/lib/git-provider-setup/index.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  44. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  45. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  46. package/dist/lib/git-providers/github-app-provider.js +1 -1
  47. package/dist/lib/git-providers/index.js +1 -1
  48. package/dist/lib/git-providers/provider-factory.js +1 -1
  49. package/dist/lib/git-providers/provider-interface.js +1 -1
  50. package/dist/lib/github-urls.js +1 -1
  51. package/dist/lib/group-objective-linking.js +1 -1
  52. package/dist/lib/jira-client.js +1 -1
  53. package/dist/lib/judge-blinding.js +1 -1
  54. package/dist/lib/logger.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/oidc-auth.js +1 -1
  58. package/dist/lib/oidc-device-flow.js +1 -1
  59. package/dist/lib/passwordTokens.js +1 -1
  60. package/dist/lib/pin-cascade.js +1 -1
  61. package/dist/lib/provider-accounts.js +1 -1
  62. package/dist/lib/provider-oauth.js +1 -1
  63. package/dist/lib/provider-profile.js +1 -1
  64. package/dist/lib/provider-token-refresh.js +1 -1
  65. package/dist/lib/request-url.js +1 -1
  66. package/dist/lib/rewind.js +1 -1
  67. package/dist/lib/roles.js +1 -1
  68. package/dist/lib/secrets.js +1 -1
  69. package/dist/lib/setup-repo-git-auth.js +1 -1
  70. package/dist/lib/state-capture.js +1 -1
  71. package/dist/lib/static-files.js +1 -1
  72. package/dist/lib/task-name-format.js +1 -0
  73. package/dist/lib/task-name-generator.js +1 -1
  74. package/dist/lib/user-git-oauth.js +1 -1
  75. package/dist/lib/user-git-tokens.js +1 -1
  76. package/dist/lib/users.js +1 -1
  77. package/dist/middleware/requireAuth.js +1 -1
  78. package/dist/middleware/requireInit.js +1 -1
  79. package/dist/middleware/requirePermission.js +1 -1
  80. package/dist/package.json +1 -1
  81. package/dist/routes/apiKeys.js +1 -1
  82. package/dist/routes/auth-oidc.js +1 -1
  83. package/dist/routes/auth.js +1 -1
  84. package/dist/routes/build.js +1 -1
  85. package/dist/routes/containers.js +1 -1
  86. package/dist/routes/deploy-task.js +1 -1
  87. package/dist/routes/environment-management.js +1 -1
  88. package/dist/routes/environments.js +1 -1
  89. package/dist/routes/external-skills.js +1 -1
  90. package/dist/routes/git-credentials.js +1 -1
  91. package/dist/routes/git-oauth.js +1 -1
  92. package/dist/routes/git-provider-setup.js +1 -1
  93. package/dist/routes/health.js +1 -1
  94. package/dist/routes/jira.js +1 -1
  95. package/dist/routes/objective-management.js +1 -1
  96. package/dist/routes/password.js +1 -1
  97. package/dist/routes/prompt.js +1 -1
  98. package/dist/routes/provider-auth.js +1 -1
  99. package/dist/routes/qa.js +1 -1
  100. package/dist/routes/settings.js +1 -1
  101. package/dist/routes/skill-management.js +1 -1
  102. package/dist/routes/skills.js +1 -1
  103. package/dist/routes/tasks.js +1 -1
  104. package/dist/routes/templates.js +1 -1
  105. package/dist/routes/test-task.js +1 -1
  106. package/dist/routes/test.js +1 -1
  107. package/dist/routes/users.js +1 -1
  108. package/dist/routes/visualizations.js +1 -1
  109. package/dist/scripts/create-user.js +1 -1
  110. package/dist/scripts/migrate-config-to-data-dir.js +2 -0
  111. package/dist/start.js +1 -1
  112. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  113. package/dist/web-ui/public/activity-feed.js +1 -1
  114. package/dist/web-ui/public/activity-formatters.js +1 -1
  115. package/dist/web-ui/public/agent-event-parser.js +1 -1
  116. package/dist/web-ui/public/app.js +1 -1
  117. package/dist/web-ui/public/approve-dialog.js +1 -1
  118. package/dist/web-ui/public/comments-widget.js +1 -1
  119. package/dist/web-ui/public/diff-utils.js +1 -1
  120. package/dist/web-ui/public/docs/README.md +1 -1
  121. package/dist/web-ui/public/docs/admin/environments.md +1 -1
  122. package/dist/web-ui/public/docs/admin/jira.md +78 -16
  123. package/dist/web-ui/public/docs/integrations/ibmi/overview.md +3 -3
  124. package/dist/web-ui/public/docs/integrations/overview.md +1 -1
  125. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +38 -0
  126. package/dist/web-ui/public/environments.js +1 -1
  127. package/dist/web-ui/public/feedback-widget.js +1 -1
  128. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  129. package/dist/web-ui/public/git-history.js +1 -1
  130. package/dist/web-ui/public/git-status.js +1 -1
  131. package/dist/web-ui/public/index.html +1 -0
  132. package/dist/web-ui/public/index.js +1 -1
  133. package/dist/web-ui/public/login.js +1 -1
  134. package/dist/web-ui/public/markdown-editor.js +1 -1
  135. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  136. package/dist/web-ui/public/modal-maximize.js +1 -1
  137. package/dist/web-ui/public/notifications.js +1 -1
  138. package/dist/web-ui/public/pr-dialog.js +1 -1
  139. package/dist/web-ui/public/server-health.js +1 -1
  140. package/dist/web-ui/public/settings.js +1 -1
  141. package/dist/web-ui/public/setup-password.js +1 -1
  142. package/dist/web-ui/public/skills.js +1 -1
  143. package/dist/web-ui/public/sse-client.js +1 -1
  144. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  145. package/dist/web-ui/public/styles.css +50 -0
  146. package/dist/web-ui/public/task.html +10 -3
  147. package/dist/web-ui/public/task.js +1 -1
  148. package/dist/web-ui/public/terminal.js +1 -1
  149. package/dist/web-ui/public/theme.js +1 -1
  150. package/dist/web-ui/public/users.js +1 -1
  151. package/dist/web-ui/public/variant-grouping.js +1 -1
  152. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x126cc1,_0x46ecb4){const _0x4bed6e={_0x5d72f1:0xcf,_0x5bbecd:0xd0,_0x5f4a55:0x64,_0x46481b:0x1a,_0x52a891:0x2a0,_0xcb2898:0x347,_0x514777:0x313,_0x2b1809:0x189,_0x13e8f2:0x1e5,_0x8f857e:0x1a8,_0xbf2564:0x1f4,_0x9e3be7:0xb7,_0x1cbefe:0x9,_0xa74e11:0x2c8,_0x56efa6:0x37a,_0x5301f8:0x2e2,_0x379650:0x290,_0x3eb1dd:0x26a};function _0x36cfd7(_0x4901ce,_0x3c606f,_0x3f7e64,_0x4c76b4){return _0x1781(_0x4901ce-0x14,_0x3f7e64);}const _0x24aeac=_0x126cc1();function _0x15dab9(_0x317777,_0x39d0fc,_0x5401a0,_0x128555){return _0x1781(_0x128555- -0x234,_0x317777);}while(!![]){try{const _0x5a4cd9=parseInt(_0x15dab9(-0xcf,-0x119,-0xe7,-_0x4bed6e._0x5d72f1))/(0xfe6+0x1*-0x23e9+-0x6ac*-0x3)+-parseInt(_0x15dab9(_0x4bed6e._0x5bbecd,0xc2,0xd5,_0x4bed6e._0x5f4a55))/(-0xdf9+0x195c+-0xb61)+parseInt(_0x15dab9(-0x4f,0x46,-0xc5,-_0x4bed6e._0x46481b))/(0xf*0x1c1+-0xec9+-0xb83)*(parseInt(_0x36cfd7(_0x4bed6e._0x52a891,_0x4bed6e._0xcb2898,0x316,_0x4bed6e._0x514777))/(0x33*0x17+0x2a1+0x399*-0x2))+-parseInt(_0x36cfd7(0x2d6,0x28b,0x314,0x21f))/(-0x1e*0x49+-0x3*0x49d+-0x26*-0x97)*(parseInt(_0x36cfd7(_0x4bed6e._0x2b1809,0x1ab,_0x4bed6e._0x13e8f2,_0x4bed6e._0x8f857e))/(-0x79f+-0x1*0x8cd+0x1072))+parseInt(_0x36cfd7(_0x4bed6e._0xbf2564,0x20f,0x1a9,0x26e))/(-0x322+-0xdfa+0x1123)+-parseInt(_0x15dab9(-_0x4bed6e._0x9e3be7,_0x4bed6e._0x1cbefe,-0x5a,-0x8c))/(-0x106a+0x1e82+-0x90*0x19)*(-parseInt(_0x36cfd7(_0x4bed6e._0xa74e11,_0x4bed6e._0x56efa6,_0x4bed6e._0x5301f8,0x218))/(-0x1*-0x199d+-0x19db+0x47))+-parseInt(_0x36cfd7(_0x4bed6e._0x379650,0x2c0,_0x4bed6e._0x3eb1dd,0x317))/(0x2*-0x12db+-0x197*-0xc+0x12ac);if(_0x5a4cd9===_0x46ecb4)break;else _0x24aeac['push'](_0x24aeac['shift']());}catch(_0x298535){_0x24aeac['push'](_0x24aeac['shift']());}}}(_0x2d63,-0x7dd4a+0x1*0x61d65+0x3*0x4d519));import{promises as _0x7af631}from'fs';function _0x1781(_0x11adaa,_0x4bb4a7){_0x11adaa=_0x11adaa-(-0x39a+-0x3b1+0x8ae*0x1);const _0x568f42=_0x2d63();let _0x8798=_0x568f42[_0x11adaa];if(_0x1781['bpBEfY']===undefined){var _0x54c07d=function(_0x536855){const _0x470b10='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3a6799='',_0x8c5ea='';for(let _0x28b28b=0xf57+-0x109f+-0x1*-0x148,_0x5a8002,_0x5a59c5,_0x187e67=-0x3*-0x6f7+0x16*0x16b+-0x3417;_0x5a59c5=_0x536855['charAt'](_0x187e67++);~_0x5a59c5&&(_0x5a8002=_0x28b28b%(-0x1be3+0x1a88+0x15f)?_0x5a8002*(0x1d35+0x1dd+0x315*-0xa)+_0x5a59c5:_0x5a59c5,_0x28b28b++%(-0x209*-0xe+-0x288*-0x4+-0x2*0x134d))?_0x3a6799+=String['fromCharCode'](0x23f5+-0x29c*0x5+-0x15ea&_0x5a8002>>(-(-0x94+-0x671*0x2+-0x1*-0xd78)*_0x28b28b&-0x34*-0x7f+-0x83*0x1d+0x9*-0x137)):0x2387+-0x2460+0xd9){_0x5a59c5=_0x470b10['indexOf'](_0x5a59c5);}for(let _0x4e0fec=-0x14*0x116+0x80*0x35+-0x4c8,_0x5cdc2a=_0x3a6799['length'];_0x4e0fec<_0x5cdc2a;_0x4e0fec++){_0x8c5ea+='%'+('00'+_0x3a6799['charCodeAt'](_0x4e0fec)['toString'](-0x1*-0xdcf+0x1d80+-0x1*0x2b3f))['slice'](-(0x2b*-0x3d+0x1*0xda3+0x1b1*-0x2));}return decodeURIComponent(_0x8c5ea);};_0x1781['CVBxIA']=_0x54c07d,_0x1781['IqfmkG']={},_0x1781['bpBEfY']=!![];}const _0x274908=_0x568f42[-0x181f+-0x13*0x1a9+0x37aa],_0x30e00=_0x11adaa+_0x274908,_0x3cee29=_0x1781['IqfmkG'][_0x30e00];return!_0x3cee29?(_0x8798=_0x1781['CVBxIA'](_0x8798),_0x1781['IqfmkG'][_0x30e00]=_0x8798):_0x8798=_0x3cee29,_0x8798;}import _0x45168b from'path';function _0x5ce688(_0x41ce81,_0x43a5aa,_0x51d31b,_0x7b915a){return _0x1781(_0x51d31b-0x34,_0x43a5aa);}function _0x2d63(){const _0x69377b=['y2XHDwrL','vKDMDwi','mhWYnhWXohWWFa','ug5eDwC','ueHJsKK','vw5RBM93BIbZDq','werxCwK','tKnWq24','sMLUzw4','wMfQCLy','Aw5NihnLDhvWlG','zgXLicHVChrPBW','ifnLDcbHignVBG','A2vcDKu','zxiTC2vYDMvYia','CvrNBNy','shrSAuO','u2LlDvG','zxGP','ywXPzcbJB2rLCG','Cvffvxe','ihrVihrHA2uGzq','zK1VAuK','twfRzsbZDxjLia','CMvZB2X2zq','rKLJDLq','BMzPzYiGzM9Yia','ndeXmJfSCuLTsLy','t1vHyLi','y29UzMLNihjLBq','rxjYB3i6ifnLDa','uffLv3u','uNvUicjJB2rLCG','n3WYnNW5Fde5Fa','ALbQz2K','u1nmignLCNrPzG','v0ruEK8','DhL5wMC','zYbZAg93','C3nSx2nHx3bHDa','icb0yxnRx3n0BW','uMvTB3zLzca','zwHbsNa','icbNzxqGpgTLEq','r2zmBvG','wffvALi','Cwrqwwi','zxr1Cc5QC29Uia','y29UzMLNDxjHDa','CgfYC2u','Fde0Fdf8mJj8mG','icb0CNvZDf9WCG','CL9Zzxr1Cf9Wyq','A1jZsu4','A2v5CW','tMnMvfm','DfH3Bu0','DcbJB25MAwD1CG','u2v0DxaGy29UzG','rvvmyK8','wfnhwvm','wwzrq00','icbZAg93icaGia','t3nnDe8','y29Kzq','Dxbuzwy','zwqGAw4GC2v0Dq','ihzHBhvL','rxHHBxbSzxm6','Bu9fy2K','q1jnwwm','zw9eshK','vwDXAMC','rxjYB3iGCMvHza','CxvMBwO','DxaGCgf0AcbUBW','ywDLBNqGicaGia','B3HZtgS','icbZC2HFAg9ZDa','q29mq0e','suPNv00','ELj5A2e','Cw5hAu0','zYbZzxqGy29Kzq','DdOGicaGica','khnLDhvWlMPZBW','rgXxzKu','AgLWDhu','ExP2yNO','yNjyDhe','Aw9U','rgjNBe4','ieDLDcbHignVBG','icbUyw1LicaGia','DwrLig9YignVza','AwD1CMf0Aw9Uia','pt09ifnLCNzLCG','zu1Ivvm','sLvNDNe','AwLowfy','sg1cu2i','ChPXrey','zwrszuO','ru5pru5u','vw5RBM93BIbJBW','rMLYC3qGy29UzG','AgHHyvO','Dgr2CMC','tvPeD2u','yxrO','y29KzxiVy29UzG','rwntEMe','Cf9WyxrOihbVAq','uejqwLa','qxnsvNm','zxHPDa','iIbUB3qGzM91BG','vxbju2i','DxaUANnVBIbUBW','rNPVvw0','Aw9UoG','wMjgC0m','y1DIthe','s2LuD0O','qMHyAxy','mti5mZuZnJbXwuX3yuy','icbtzxr1CcbUyq','tfzOufy','CuHVwMO','z21wz2W','Aw9Uid09pq','DLvJAgC','x3bHDgGGicaGia','AdOGicaGica','CMvHzezPBgu','y29UzMLNidXZzq','icbZC2XFy2fFCa','lxnLCNzLCIbJBW','tfr3tNa','sKzRv3C','DcbMB3vUzcbHDa','nda0zvnZD2rm','zYbZzxqGzgvMyq','CvviEgK','Dhj1C3rFChjVEa','zxjYB3i','BhvLpG','zYbZzxqGC2vYDG','rxjYB3i6ieLUDG','AMTos1u','icbJB2rLCI1Zzq','CMvTB3zL','EMj2Au0','mZeWmdy2AxrMueP3','z2v0','z25eAKK','B3zLidXRzxK+','wLfwuKO','CMfNzsaGicaGia','B0nnqLa','Cgf0AcaGicaGia','pIaGicaGicaGia','DePKq1e','rg5lzMq','CuLJEvm','uM9VvxG','Au5TyMC','DxrMltG','BMXJDKe','zunozgu','uKX2yNO','uwDwq0e','CcbKAxjLy3rVCG','BMfSkq','pIa8DMfSDwu+ia','nNWXnxWYFdeWFa','BgzrAu8','zM5HCwW','uxfbEfe','q3nRDva','A2v5CYaOC3rVCG','mJKWmdDUBLj1uue','CMTfC1m','BY9JB2rLCI1Zzq','Cc5QC29UktO','CeXvAMC','icbmB2nHDgLVBG','n3WYnxWXnNWYFa','C3nSx2TLEv9Wyq','u1nmienbigj1BG','z3vYyxrPB24','u3Pjzfu','DMv8C2HVDZ4GwW','zNL2wuW','q29TBwfUzhm6','ntyZmdeXnxfwyw9OtW','y0vsru8','B25Tzw50CW','B3H5icaGicaGia','uMvZDgfYDcb0Aa','C3rVCMuGDgfZAW','yxrOicaGicaGia','icbZzxqGpgTLEq','BIbRzxK6ia','BNvTyMvY','DhvWx3bHDgGGia','tMzyELa','B3j0icHKzwzHDq','CgzNCeO','sNr2Bg4','Fdv8mxW2Fde1Fa','AM9PBG','BIbUB3qGzM91BG','AgfZ','Cf9WyxrO','EePkyLm','nZu2nZqZq05LDxvn','wvjNwxu','C0jNBMC','tfvTzfC','vMLHAei','t0DPs0m','y29UzMLNigDLDa','CMvKigLUih4VlG','te1Hr3y','CYaODhj1zs9Myq','CM1HDgLVBG','rgnSCxa','tvjUuwO','icaGicaGicaGia','mtD8oxWYm3WYnG','Dw5Zzxq','nNzrAgTnDG','u3LfzwW','sMPiAKW','q29UzMLNDxjHDa','mtL8m3WYmhWXmq','C3rYAw5NAwz5','C2HVDW','z1rZBLO','Chbwy3e','zsbRzxKGzMLSzq','Bg9N','we5tvei','id0G','u2v0ia','D3jPDgvgAwXL','DfPHDMW','DgG6icaGica','ywXPzcbWB3j0ia','Dezvsgm','C3nSx2nLCNrFCa','u3zmsMK','idXRzxK+idX2yq','ywDLBNqGkgnSyq','mtj8nhW4FdeZFa','BhPcs3C','zsbZzxj2zxiGzG','q2L6uee','DxnHz2uGAw5MBW','sg1ZquG','z1HTzLG','C2v0DxaUANnVBG','BMfTzq','idXRzxK+','yMnVBw1HBMq6ia','y1vizwu','ANHpALG','rxjYB3i6ihnLDa','ChnUDvi','vNP3A1O','AwnHDguGzMLSzq','ysbSAxn0ig9Mia','ihrVihzPzxCGCW','icbezwzHDwX0ia','DcaOmZaWmcK','DhvW','ifjLBw92zsbHia','s2v5ici','B2nHDgLVBJOG','EgLTBvK','zMLNDxjHDgLVBG','BwvZC2fNzq','mtqZmM5VturqCW','DgGGl3bHDgGVDa','vhnkvwy','icbqyxrOihrVia','icbJB2rLCL9Zzq','C2v0DxaGCgf0Aa','tKrbvgu','y2L6wKW','ifnOB3CGywXSia','icbYzw1VDMuGpa','zw50','C2v0','mJj8mtn8mtr8mq','tgHMuLG','ELnhq1q','teP6tK4','q2XWB3i','DwX0x2fNzw50ia','vxnHz2u6ignVza','icbZC2XFy2vYDa','EtOGicaGica','z3DVCgi','ANnVBJOG','icbZC2XFA2v5xW','CNzLCIbJB25MAq','C3bSAxq','rxjYB3i6ia','BhnLkq','ihrVigrLzMf1Ba','u2vYDMvYignVBG','kg5VDcbZzxqP','BNrZihrVigeGDG','y3nXvvi','lxnLDhvWigrPCG','sNPKtwS','shL4AfK','y29UzMLNihnLDa','r0P3q3u','sLfcqKi','icbKzwzHDwX0xW','uM95C3G','y29KzxjFC2v0Dq','icbZzxj2zxjFCa','icbuCNvZDcbWCG','BMzPz3vYyxrPBW','zKLjBgy','zcbPBIbJB25MAq','q3PetMO','tK5Mt1m','wfHOBLi','Cf9WyxrOoIa','AMntt0e','icbtu0GGAg9ZDa','tNLTBxG','icbtzxj2zxiGCa','AwCUANnVBIK6','ndG0mZy4nuX6B2XSsW','A2v5pIaGicaGia','r0ngu2K','zMzLy3qU','igTLExmGkhn0BW','A3H6z2K','weHrEKy','ihjLC3vSDhm','zxPYEfi','A2v5xsbBDMfSDq','pt09ifnLDhvWia','C2vYDMvYx3bVCG','B3j0icaGicaGia','q29UzMLNDxjLia','r1r0swm','yxzHAwXHyMXLia','u2jLwuu','CeXcz08','u3jpD2y','qundu0K','y0jzCMG','u1nmihbYAxzHDa','EeTbwM4','ELLlzwi','Aw9UihzHBhvL','ienVBMzPz3vYyq','Bhq6idmWmdaP','Eu9gCNq','B3iGy2HHBMDLCW','AwD1CMuGDgHLia','y29KzxiTC2v0Dq'];_0x2d63=function(){return _0x69377b;};return _0x2d63();}import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';function _0x5665d4(_0x33dc14,_0x1a84d2,_0x2ecd86,_0x16939a){const _0x304327={_0x1e9ef5:0xe0};return _0x1781(_0x33dc14-_0x304327._0x1e9ef5,_0x2ecd86);}const SERVER_CONFIG_KEYS=new Set([_0x5ce688(0x20e,0x1a7,0x205,0x28b)+_0x5665d4(0x243,0x28c,0x2d1,0x26a),_0x5665d4(0x2cb,0x288,0x21e,0x2f3)+'t','ssl_cert_p'+_0x5665d4(0x34c,0x301,0x3ab,0x2c6),_0x5665d4(0x39b,0x3e2,0x3ea,0x44e)+'th',_0x5ce688(0x278,0x29d,0x25a,0x2e8)+'h',_0x5665d4(0x36f,0x39b,0x310,0x401)+'y']),SETUP_JSON_KEYS=new Set(['ssh_host','default_ag'+_0x5ce688(0x261,0x156,0x1e6,0x16e),'task_stora'+'ge',_0x5ce688(0x1d6,0x135,0x1c8,0x15c)]);export async function handleConfig(_0xdee1d0){const _0x392324={_0x11850b:0x4f3,_0x441921:0x459,_0xead3ba:0x3ab,_0xcaa80e:0x435,_0x388205:0x3ff,_0x334c6c:0x555,_0x2745a2:0x607,_0x1414db:0x5e4,_0x4a5f43:0x5d7,_0x297dbc:0x66c,_0x38a04b:0x47a,_0x3d3e00:0x4a1,_0x34cd8c:0x57b,_0x1b0f70:0x50b,_0x3f3ea2:0x5cf,_0x4c46b6:0x5cf,_0x5f1e5f:0x4b4,_0x2b8f51:0x54c,_0x3a4466:0x4c6,_0x41f75a:0x4ab,_0x2c989e:0x4de,_0x6dd772:0x375,_0x29a55f:0x461,_0x146a2e:0x40b,_0x487603:0x34d,_0x5945fb:0x382,_0x667af6:0x4da,_0x2bda43:0x46c,_0x4e8cb0:0x4f0,_0x4c58de:0x44f,_0x493aa8:0x3c3,_0x2b3dca:0x4d8,_0x30c288:0x3fb,_0x144c09:0x501,_0x2d7140:0x59f,_0x27dab8:0x4cd,_0x10f228:0x4ec,_0x13e545:0x483,_0x3d0c1e:0x45d,_0x70cb6e:0x4d9,_0x1102be:0x584,_0x4f88d9:0x611,_0x5a8451:0x4ad,_0x5d49c7:0x519,_0x3f16cf:0x505,_0x4bbe9d:0x412,_0x151dc3:0x3e6,_0x4a246d:0x4ee,_0x16c567:0x517,_0x1d138d:0x505,_0x158efa:0x53d,_0xebb94f:0x5a9,_0x49743b:0x4cf,_0x27f5cc:0x48f,_0x195fd0:0x5c9,_0xa15830:0x5dc,_0x22bf95:0x5fd,_0x7e4b81:0x620,_0x312045:0x3fe,_0xb428a0:0x464,_0x8c0835:0x533,_0x307bc4:0x51b,_0x4c135b:0x4fc,_0x15605d:0x3d9,_0x8ab622:0x415,_0x15cfcd:0x5c9,_0x2ec2b3:0x539,_0x108e9b:0x5e1,_0xb503cb:0x4fb,_0x129c11:0x548,_0x5daa33:0x329,_0x3aa67d:0x571,_0x2fae0f:0x5b0,_0x4e7f34:0x585,_0x1d20dc:0x5f7,_0x14ce8f:0x4d2,_0x48c0e0:0x446,_0x1c06f8:0x441,_0x57a97e:0x467,_0x3dc9f4:0x5c4,_0x93282c:0x663,_0x2a282a:0x65f},_0x189b65={_0x3e2836:0x1be},_0x1c11bf={_0x394e55:0xa2},_0x3cc185={'LVhPV':_0x3e8d8e(_0x392324._0x11850b,_0x392324._0x441921,0x4d7,0x555)+_0x53707d(_0x392324._0xead3ba,0x379,_0x392324._0xcaa80e,_0x392324._0x388205)+_0x3e8d8e(_0x392324._0x334c6c,_0x392324._0x2745a2,0x5a5,_0x392324._0x1414db)+_0x3e8d8e(0x5d4,_0x392324._0x4a5f43,0x530,_0x392324._0x297dbc),'OsMtO':function(_0xbaeabd){return _0xbaeabd();},'csqUR':_0x53707d(0x4fc,_0x392324._0x38a04b,0x3e8,_0x392324._0x3d3e00),'EcSza':_0x3e8d8e(0x527,_0x392324._0x34cd8c,_0x392324._0x1b0f70,0x49f),'DDXtl':function(_0x5cedf5,_0x10d8d6,_0x563c45){return _0x5cedf5(_0x10d8d6,_0x563c45);},'vUchg':_0x3e8d8e(_0x392324._0x3f3ea2,_0x392324._0x4c46b6,0x634,0x61d),'piRqC':function(_0x16a29a,_0xde18ab){return _0x16a29a(_0xde18ab);},'jkNKU':_0x3e8d8e(_0x392324._0x5f1e5f,_0x392324._0x2b8f51,_0x392324._0x3a4466,_0x392324._0x41f75a),'mMLEo':function(_0x55f586){return _0x55f586();},'oCMBP':'Run\x20\x22coder'+_0x53707d(_0x392324._0x2c989e,0x459,0x441,_0x392324._0x38a04b)+_0x53707d(0x40e,_0x392324._0x6dd772,_0x392324._0x29a55f,_0x392324._0x146a2e)+_0x53707d(0x362,_0x392324._0x487603,0x2ed,_0x392324._0x5945fb)+_0x3e8d8e(0x4a8,0x46e,_0x392324._0x667af6,_0x392324._0x2bda43),'kxzgi':function(_0x56d46f,_0x2c67bb){return _0x56d46f!==_0x2c67bb;},'ppVcq':_0x3e8d8e(_0x392324._0x4e8cb0,0x501,_0x392324._0x4c58de,0x54d)};function _0x3e8d8e(_0x33e276,_0xb5716f,_0x53f36c,_0x1e5219){return _0x5ce688(_0x33e276-_0x1c11bf._0x394e55,_0x1e5219,_0x33e276-0x305,_0x1e5219-0x8);}function _0x53707d(_0x1886df,_0x1a3432,_0x5f1cd8,_0x274bde){return _0x5ce688(_0x1886df-0xe4,_0x1886df,_0x274bde-_0x189b65._0x3e2836,_0x274bde-0x12);}const _0xef8d88=_0xdee1d0[0x22ea+0xc4*-0x6+0x1e52*-0x1];!_0xef8d88&&(_0x3cc185[_0x53707d(_0x392324._0x38a04b,0x3a1,_0x392324._0x493aa8,0x430)](showUsage),process[_0x53707d(0x4a8,_0x392324._0x2b3dca,_0x392324._0x30c288,0x464)](0xac5*0x1+-0x766+-0x35e));try{if(_0x3cc185[_0x3e8d8e(_0x392324._0x144c09,0x47a,0x4a6,_0x392324._0x2d7140)]!==_0x3cc185[_0x53707d(_0x392324._0x27dab8,0x4a3,0x4a9,0x460)])switch(_0xef8d88){case _0x3e8d8e(_0x392324._0x10f228,_0x392324._0x13e545,0x441,_0x392324._0x3d0c1e):await _0x3cc185['DDXtl'](setConfig,_0xdee1d0[0x284+0x1c4d+-0x7b4*0x4],_0xdee1d0[0x203a+0xa50+-0x8*0x551]);break;case _0x53707d(_0x392324._0x70cb6e,_0x392324._0x388205,0x4fc,0x48b):await getConfig(_0xdee1d0[0x1686+-0x1e*0xa8+-0x2d5]);break;case _0x3cc185[_0x3e8d8e(0x5bb,_0x392324._0x1102be,0x5d4,_0x392324._0x4f88d9)]:case _0x3e8d8e(_0x392324._0x5a8451,_0x392324._0x5d49c7,_0x392324._0x3f16cf,_0x392324._0x4bbe9d):await _0x3cc185['piRqC'](removeConfig,_0xdee1d0[0x25b*-0x5+-0x24b9+0x3081]);break;case _0x3cc185[_0x53707d(0x504,_0x392324._0x151dc3,_0x392324._0x4a246d,0x486)]:await _0x3cc185['mMLEo'](showConfig);break;default:console[_0x53707d(0x3da,_0x392324._0x16c567,_0x392324._0x1d138d,0x482)](_0x3e8d8e(_0x392324._0x158efa,_0x392324._0xebb94f,0x521,0x5de)+_0x3e8d8e(_0x392324._0x49743b,_0x392324._0x27f5cc,0x55f,0x4ae)+_0xef8d88),console[_0x3e8d8e(_0x392324._0x195fd0,0x671,_0x392324._0xa15830,0x572)](_0x3cc185[_0x3e8d8e(0x5d7,0x535,_0x392324._0x22bf95,_0x392324._0x7e4b81)]),process[_0x53707d(0x4d9,_0x392324._0x312045,0x407,_0x392324._0xb428a0)](-0x4fe+-0x1*-0xb69+0x66a*-0x1);}else _0x2c8f6b[_0x53707d(0x470,0x43c,0x455,0x482)](_0x3cc185[_0x3e8d8e(0x5b7,_0x392324._0x8c0835,0x57e,_0x392324._0x307bc4)]),_0x976b69[_0x3e8d8e(0x5ab,0x509,_0x392324._0x4c135b,0x543)](-0x2000+-0x1*-0x45+0x1fbc);}catch(_0x36cc8f){_0x3cc185[_0x53707d(0x460,0x44c,_0x392324._0x15605d,0x3d7)](_0x3cc185[_0x53707d(0x409,_0x392324._0x8ab622,0x3b5,0x36f)],'gnbMN')?(console[_0x3e8d8e(_0x392324._0x15cfcd,_0x392324._0x2ec2b3,_0x392324._0x108e9b,0x5ff)](_0x3e8d8e(_0x392324._0xb503cb,0x45c,0x531,_0x392324._0x129c11)+_0x36cc8f[_0x53707d(0x30d,0x413,_0x392324._0x5daa33,0x399)]),process[_0x3e8d8e(0x5ab,0x59e,_0x392324._0x3aa67d,_0x392324._0x2fae0f)](0x1d5f+0x76f+-0x24cd)):_0x4a00da[_0x3e8d8e(_0x392324._0x195fd0,_0x392324._0x4e7f34,0x66e,_0x392324._0x1d20dc)](_0x3e8d8e(_0x392324._0x14ce8f,_0x392324._0x48c0e0,0x56c,0x4a6)+_0x53707d(0x403,0x3eb,_0x392324._0x1c06f8,_0x392324._0x57a97e)+_0x3e8d8e(_0x392324._0x3dc9f4,_0x392324._0x93282c,0x617,_0x392324._0x2a282a)+'\x20'+_0x42dd47);}}function showUsage(){const _0x3bc17c={_0x5f56dc:0xc2,_0x49382e:0x8f,_0x12048b:0xf8,_0x340067:0x129,_0x1d577e:0xc7,_0x83d75c:0xd1,_0x4e0dcc:0x7b,_0x46668e:0x34,_0x41fa3c:0xfa,_0x2a7a84:0x51,_0x36e3f6:0x2e,_0x16852a:0x8d,_0x5e20f2:0x1cf,_0x385a48:0x263,_0x3d67a2:0x1aa,_0xe8af38:0xf,_0x45b7ef:0x41,_0xfe47b1:0x281,_0xa0651a:0x23f,_0x110206:0x295,_0x158894:0x29f,_0x50a688:0x1f2,_0x3ff714:0xc,_0x591eb4:0xb4,_0x2b2ce7:0x209,_0x499888:0x132,_0x34ec71:0x72,_0x3bd300:0x9c,_0x41b8d3:0x68,_0x3f40dc:0x3d,_0x4b8b66:0x11f,_0x26e6cf:0x16f,_0x5e2704:0xbc,_0x5e68c3:0xe0,_0x4db52d:0x1d3,_0x565cdc:0x1ab,_0x180d9b:0x101,_0x8862cf:0x100,_0x11619c:0x1cb,_0x58cff9:0x1be,_0x2d2d5a:0x182,_0x351e7c:0x1e3,_0x598dc6:0x196,_0x2dba0b:0xb7,_0x3eaf71:0x1a1,_0x15c614:0x231,_0x453560:0x22b,_0x1edaf1:0x33,_0x16ad12:0x80,_0x2c0194:0xdd,_0x200ec4:0xd7,_0x5c06ca:0xf5,_0x2a73b3:0xfb,_0x399487:0x23c,_0x158f5b:0x27e,_0x16ddfd:0x298,_0x3a9766:0x259,_0x2fb1a7:0x261,_0x39ad3d:0xd4,_0x90899:0x55,_0xeaa30a:0x64,_0x519032:0x29,_0x593b36:0x1f9,_0x166f59:0x289,_0x3be9b1:0x33f,_0x5735d3:0x16c,_0xfb9124:0x185,_0x19db95:0x191,_0x59a5e2:0x12d,_0x54fcef:0x143,_0x3a2c5b:0x5f,_0x27bd6f:0x6d,_0xbec135:0x6,_0x24c6ca:0x1e7,_0x3e1ad1:0x2fc,_0x198dd7:0x2b3,_0x6992f6:0x1a9,_0x5f8228:0x17d,_0x403141:0x275,_0x136230:0x1c3,_0xd57f25:0x1d1,_0x2a2707:0x300,_0x804c0f:0x193,_0x1bf618:0x171,_0x3198e5:0x163,_0x25c716:0x1d7,_0x49b277:0x2b5,_0x50de43:0xe,_0xb02b3e:0xee,_0x44eaea:0x4f,_0x57e015:0x13c,_0x409bbf:0x170,_0x1e72bb:0x112,_0x5ccf67:0x25d,_0x35d509:0x290,_0x1ae29c:0x226,_0x16f832:0x1bb,_0x3cd574:0x26f,_0x5f099b:0x28c,_0x1583ab:0x131,_0x1b10e0:0x128,_0xfc98b6:0x83,_0x40245e:0x89,_0x1cb722:0x59,_0x19bb1b:0x2d,_0x65344:0x146,_0x5205a8:0xdf,_0x40d1d9:0x27,_0x55aaa6:0xbc,_0x2a7b6e:0x211,_0x1b12b9:0xbf,_0x4627af:0x116,_0x50c9f5:0x196,_0x3e0900:0x210,_0x39ceb3:0x18e,_0x54fd00:0xbd,_0x44e3f1:0x347,_0x5e4cca:0x33c,_0x1a12df:0x318,_0x385da9:0x1f1,_0x303fc6:0x25d,_0x220cdf:0x119,_0x31bab0:0xfe,_0x3ce6d0:0x136,_0x1c1aa5:0x9a,_0x1413f3:0x71,_0x3ccb82:0x88,_0x2657fa:0x36,_0x5a232a:0xb9,_0x52ed82:0x1f,_0x2fd332:0x54,_0x3fadfb:0xda,_0x236802:0x13d,_0x51c51c:0xea,_0x3207ee:0xdb,_0x27eede:0x76,_0x9684e2:0x19b,_0x2c97f6:0x21f,_0x264321:0x6f,_0x14440f:0xb,_0x548950:0x186,_0x338b0d:0x264,_0x26c153:0xa2,_0xa6e511:0x20,_0x412769:0x254,_0xb9093d:0x2d9,_0x1ba8a3:0x204,_0x1c0c79:0x2d,_0x37f5fc:0xe9,_0x620fcf:0x222,_0x5df422:0x24f,_0x452c18:0x249,_0x318ddc:0x277,_0x229a16:0x306,_0x49d10b:0x224,_0x48ec21:0x1ad,_0x27c5e6:0x22,_0x5675df:0x153,_0x5a9057:0x214,_0xae1e1e:0x38,_0x358954:0x168,_0x5c70d4:0x71,_0x2681da:0xff,_0x54a99a:0xc6,_0x523384:0x47,_0x43a61f:0x70,_0x30f63d:0x254,_0x348179:0x2ab,_0x1646fe:0x1b8,_0x3eaf5a:0x19,_0x2999d5:0x6c,_0x2fefa5:0x1e5,_0xddac4d:0x255,_0x258b86:0x174,_0x378f62:0x109,_0x441b32:0x12,_0x519fef:0xb,_0x3ae598:0x6a,_0x3e1ba5:0x218,_0x258ec9:0x220,_0x3e4af6:0x210,_0x188c61:0x12c,_0x560f85:0xe8,_0x1075e6:0x22b,_0x4e17f2:0x286,_0xbb4e4d:0x20d,_0x51d422:0x268,_0x2e7460:0x30c,_0x46c410:0x25e,_0xba11b9:0x1a3,_0x1aa80e:0x26c,_0x36367e:0x228,_0x413a0b:0x1c,_0x2a5f88:0xde,_0xead150:0x49,_0x378d18:0x67,_0x49b05b:0x1b,_0x58ed7f:0x239,_0x26134d:0x1ed,_0x5d7e3c:0x1f6,_0x2dccbf:0x254,_0x36ecba:0x29e,_0x3dd9e3:0x1dd,_0x28d504:0x2a8,_0x32ce62:0x254,_0x596a5f:0x39,_0x30bf64:0x88,_0xb55d7a:0x166},_0x2249c1={_0x6fdb79:0x2cf},_0x325da3={_0x2984bb:0x1bf,_0x1d8978:0x70,_0x273e40:0x1b2},_0x18a148={};function _0x34a8aa(_0x393eb9,_0x1004b0,_0x85210f,_0xe22833){return _0x5ce688(_0x393eb9-_0x325da3._0x2984bb,_0x85210f,_0x1004b0- -_0x325da3._0x1d8978,_0xe22833-_0x325da3._0x273e40);}function _0x46da3e(_0xa5b23a,_0x59017e,_0x5ef65c,_0x296955){return _0x5ce688(_0xa5b23a-0x4,_0x296955,_0x5ef65c- -_0x2249c1._0x6fdb79,_0x296955-0x18f);}_0x18a148['zRyka']=_0x46da3e(-_0x3bc17c._0x5f56dc,-0x71,-0x5e,-_0x3bc17c._0x49382e)+_0x46da3e(-0x196,-_0x3bc17c._0x12048b,-_0x3bc17c._0x340067,-_0x3bc17c._0x1d577e)+_0x46da3e(-_0x3bc17c._0x83d75c,-0xbd,-0xeb,-0x174)+_0x46da3e(-0x7b,-_0x3bc17c._0x4e0dcc,-0x6c,_0x3bc17c._0x46668e)+_0x46da3e(-_0x3bc17c._0x41fa3c,-_0x3bc17c._0x2a7a84,-0x42,_0x3bc17c._0x36e3f6),_0x18a148[_0x46da3e(-0x17e,-_0x3bc17c._0x16852a,-0x117,-_0x3bc17c._0x5e20f2)]=_0x34a8aa(0x179,0x183,0x1f0,0x127)+_0x34a8aa(0x269,_0x3bc17c._0x385a48,_0x3bc17c._0x3d67a2,0x265)+'\x20\x20Path\x20to\x20'+_0x46da3e(-0x141,-_0x3bc17c._0xe8af38,-0xa6,-_0x3bc17c._0x45b7ef)+'e\x20key\x20file',_0x18a148[_0x34a8aa(_0x3bc17c._0xfe47b1,_0x3bc17c._0xa0651a,0x272,_0x3bc17c._0x110206)]='\x20\x20coder-se'+'rver\x20confi'+_0x34a8aa(0x1d4,0x256,_0x3bc17c._0x158894,_0x3bc17c._0x50a688)+'er_port\x2080'+'80',_0x18a148['fMoiI']=_0x46da3e(0x2f,_0x3bc17c._0x3ff714,-0x14,-_0x3bc17c._0x591eb4)+'ath\x20\x20\x20\x20\x20\x20\x20'+_0x34a8aa(_0x3bc17c._0x2b2ce7,0x16f,_0x3bc17c._0x499888,_0x3bc17c._0x5e20f2)+_0x46da3e(0x7a,-0x28,0x21,_0x3bc17c._0x34ec71)+'dle\x20(optio'+_0x46da3e(-_0x3bc17c._0x3bd300,_0x3bc17c._0x41b8d3,0x11,_0x3bc17c._0x3f40dc),_0x18a148[_0x46da3e(-0x144,-0xf8,-_0x3bc17c._0x4b8b66,-0xa4)]='\x20\x20task_sto'+'rage\x20\x20\x20\x20\x20\x20'+_0x34a8aa(0x201,_0x3bc17c._0x26e6cf,_0x3bc17c._0x5e2704,_0x3bc17c._0x5e68c3)+_0x34a8aa(0x1e0,0x28b,0x314,_0x3bc17c._0x4db52d)+_0x34a8aa(0x208,_0x3bc17c._0x565cdc,_0x3bc17c._0x180d9b,_0x3bc17c._0x8862cf),_0x18a148[_0x34a8aa(0x13a,_0x3bc17c._0x11619c,_0x3bc17c._0x58cff9,_0x3bc17c._0x2d2d5a)]=_0x34a8aa(_0x3bc17c._0x351e7c,0x189,0xd9,0x1a4)+_0x46da3e(-0xe9,-0xe6,-0xf5,-_0x3bc17c._0x598dc6)+_0x46da3e(-0x15c,-0x104,-_0x3bc17c._0x2dba0b,-_0x3bc17c._0x2dba0b)+'red\x20in\x20~/.'+_0x34a8aa(_0x3bc17c._0x3eaf71,_0x3bc17c._0x15c614,0x250,_0x3bc17c._0x453560)+_0x46da3e(-0x12e,-0x152,-_0x3bc17c._0x5e2704,-_0x3bc17c._0x1edaf1),_0x18a148[_0x46da3e(_0x3bc17c._0x16ad12,-_0x3bc17c._0x2c0194,-0x38,0x5)]='\x20\x20set\x20<key'+'>\x20<value>\x20'+_0x46da3e(-_0x3bc17c._0x46668e,-_0x3bc17c._0x200ec4,-0x90,-0x11a)+_0x46da3e(-0x187,-0x152,-_0x3bc17c._0x5c06ca,-_0x3bc17c._0x2a73b3)+_0x34a8aa(_0x3bc17c._0x399487,0x206,_0x3bc17c._0x158f5b,_0x3bc17c._0x16ddfd),_0x18a148['gXmfX']=_0x34a8aa(0x1fe,_0x3bc17c._0x3a9766,0x24d,_0x3bc17c._0x2fb1a7)+'rver\x20confi'+_0x46da3e(-0x3e,-_0x3bc17c._0x39ad3d,-0x76,0x42),_0x18a148[_0x46da3e(_0x3bc17c._0x90899,-0x7e,-_0x3bc17c._0xeaa30a,0x47)]=_0x46da3e(-_0x3bc17c._0x519032,0x2,0x26,-0x53),_0x18a148['uxrhu']='\x20\x20trust_pr'+_0x34a8aa(_0x3bc17c._0x593b36,_0x3bc17c._0x166f59,0x317,_0x3bc17c._0x3be9b1)+_0x34a8aa(_0x3bc17c._0x5735d3,0x197,0x181,0x16a)+'oxy\x20header'+_0x46da3e(-_0x3bc17c._0xfb9124,-_0x3bc17c._0x19db95,-_0x3bc17c._0x59a5e2,-_0x3bc17c._0x351e7c)+_0x46da3e(-0x162,-_0x3bc17c._0x54fcef,-0xd8,-_0x3bc17c._0x3a2c5b),_0x18a148['ehAJp']=_0x46da3e(_0x3bc17c._0x27bd6f,0x9d,-_0x3bc17c._0xbec135,0x5)+'rver\x20confi'+_0x34a8aa(_0x3bc17c._0x24c6ca,0x251,_0x3bc17c._0x3e1ad1,_0x3bc17c._0x198dd7)+_0x34a8aa(_0x3bc17c._0x6992f6,_0x3bc17c._0x5f8228,0x218,0xc7)+_0x34a8aa(_0x3bc17c._0x403141,_0x3bc17c._0x136230,_0x3bc17c._0xd57f25,0x20d),_0x18a148[_0x34a8aa(0x2d5,0x276,0x220,_0x3bc17c._0x2a2707)]=_0x34a8aa(0x113,_0x3bc17c._0x804c0f,0x24a,_0x3bc17c._0x1bf618)+_0x46da3e(-0x41,-0xb9,-0x50,-0x36)+_0x34a8aa(0x1d7,_0x3bc17c._0x3198e5,0x1e5,0x1f3)+'agent\x20(cla'+_0x34a8aa(0x2ab,0x221,_0x3bc17c._0x25c716,_0x3bc17c._0x49b277)+_0x46da3e(_0x3bc17c._0x50de43,-0x4a,-0x8a,-0xeb),_0x18a148[_0x46da3e(-0x68,-_0x3bc17c._0xb02b3e,-_0x3bc17c._0x44eaea,-0xdf)]=_0x34a8aa(_0x3bc17c._0x57e015,_0x3bc17c._0x409bbf,_0x3bc17c._0x1e72bb,0xdc)+_0x34a8aa(_0x3bc17c._0x5ccf67,_0x3bc17c._0x35d509,_0x3bc17c._0x1ae29c,0x2c4)+'\x20\x20Path\x20to\x20'+_0x34a8aa(_0x3bc17c._0x16f832,0x1c2,0x198,0x205)+_0x34a8aa(0x2bd,_0x3bc17c._0x3cd574,0x1d6,_0x3bc17c._0x5f099b)+'y',_0x18a148[_0x34a8aa(0x17f,_0x3bc17c._0x1583ab,0x194,_0x3bc17c._0x1b10e0)]='\x20\x20get\x20<key'+'>\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20Get\x20a\x20con'+_0x46da3e(-0x68,-0xd4,-0xf5,-_0x3bc17c._0xfc98b6)+_0x46da3e(-_0x3bc17c._0x40245e,0x39,-_0x3bc17c._0x1cb722,_0x3bc17c._0x19bb1b),_0x18a148[_0x34a8aa(0x1a1,0x1e2,_0x3bc17c._0x65344,0x1a9)]=_0x46da3e(-_0x3bc17c._0x5205a8,-0xe,-0x4e,_0x3bc17c._0x40d1d9)+_0x46da3e(-0x108,-_0x3bc17c._0x55aaa6,-_0x3bc17c._0x340067,-0xc0)+_0x34a8aa(0x21a,0x1a0,_0x3bc17c._0x2a7b6e,0x1c8)+'\x20for\x20envir'+_0x34a8aa(0x23b,0x288,0x279,0x338),_0x18a148[_0x46da3e(-_0x3bc17c._0x1b12b9,-0x49,-0xbe,-_0x3bc17c._0x4627af)]=_0x34a8aa(0x212,_0x3bc17c._0x50c9f5,_0x3bc17c._0x3e0900,_0x3bc17c._0x39ceb3)+'ort\x20\x20\x20\x20\x20\x20\x20'+_0x46da3e(-0x66,-0x142,-_0x3bc17c._0x54fd00,-0xec)+_0x34a8aa(_0x3bc17c._0x44e3f1,0x292,_0x3bc17c._0x5e4cca,_0x3bc17c._0x1a12df)+_0x34a8aa(0x21a,0x1be,_0x3bc17c._0x385da9,_0x3bc17c._0x303fc6);const _0xcde54=_0x18a148,_0x4f22fa=(_0x34a8aa(_0x3bc17c._0x220cdf,0x178,0x151,_0x3bc17c._0x31bab0)+_0x46da3e(0x16,-_0x3bc17c._0x3ce6d0,-_0x3bc17c._0x1c1aa5,-0xa5)+_0x46da3e(-0x168,-0xc7,-0x128,-_0x3bc17c._0x1413f3)+_0x46da3e(0xd0,_0x3bc17c._0x3ccb82,_0x3bc17c._0x2657fa,-0x31)+'8|4|12|21|'+_0x46da3e(0x7a,_0x3bc17c._0x5a232a,_0x3bc17c._0x52ed82,-_0x3bc17c._0x2fd332)+_0x34a8aa(_0x3bc17c._0x3fadfb,_0x3bc17c._0x236802,_0x3bc17c._0x51c51c,_0x3bc17c._0x3207ee))[_0x46da3e(-_0x3bc17c._0x27eede,-0xc5,-0xda,-0x186)]('|');let _0x237bff=0x1*-0x2029+-0x816+0x283f;while(!![]){switch(_0x4f22fa[_0x237bff++]){case'0':console['error'](_0xcde54[_0x34a8aa(_0x3bc17c._0x9684e2,0x214,0x248,_0x3bc17c._0x2c97f6)]);continue;case'1':console[_0x46da3e(-_0x3bc17c._0x264321,0x69,-_0x3bc17c._0x14440f,0x68)](_0xcde54['tZavl']);continue;case'2':console['error'](_0x34a8aa(0x1f0,0x207,_0x3bc17c._0x548950,_0x3bc17c._0x338b0d));continue;case'3':console[_0x46da3e(-0x82,_0x3bc17c._0x26c153,-0xb,0x93)](_0xcde54[_0x46da3e(-0x5c,0x16,-_0x3bc17c._0xa6e511,-0x8e)]);continue;case'4':console[_0x34a8aa(_0x3bc17c._0x198dd7,_0x3bc17c._0x412769,_0x3bc17c._0xb9093d,_0x3bc17c._0x1ba8a3)](_0x46da3e(-_0x3bc17c._0x1c0c79,-_0x3bc17c._0x37f5fc,-0x62,-0xc1)+_0x34a8aa(0x22a,_0x3bc17c._0x620fcf,_0x3bc17c._0x5df422,0x2ab)+_0x34a8aa(_0x3bc17c._0x452c18,_0x3bc17c._0x318ddc,0x228,_0x3bc17c._0x229a16)+_0x34a8aa(0x1ad,0x205,_0x3bc17c._0x49d10b,_0x3bc17c._0x48ec21)+_0x46da3e(-_0x3bc17c._0x27c5e6,0x41,0x1c,-0x3a));continue;case'5':console['error'](_0x34a8aa(_0x3bc17c._0x5675df,0x17f,_0x3bc17c._0x5a9057,0x176)+_0x46da3e(-0x9,-_0x3bc17c._0xae1e1e,-0x18,-0xb9)+_0x34a8aa(0x1b5,0x16f,_0x3bc17c._0x358954,0x1a7)+'SSL\x20certif'+_0x46da3e(-_0x3bc17c._0x5c70d4,-0xbb,-_0x3bc17c._0x2681da,-_0x3bc17c._0x54a99a));continue;case'6':console[_0x46da3e(-_0x3bc17c._0x523384,0x7d,-0xb,_0x3bc17c._0x43a61f)](_0xcde54[_0x34a8aa(0x187,0x1d9,0x22b,0x224)]);continue;case'7':console[_0x34a8aa(_0x3bc17c._0x2c97f6,_0x3bc17c._0x30f63d,_0x3bc17c._0x348179,_0x3bc17c._0x1646fe)](_0xcde54[_0x46da3e(-0x152,-0x130,-0x11f,-0x151)]);continue;case'8':console[_0x46da3e(_0x3bc17c._0x3eaf5a,-0x92,-0xb,-_0x3bc17c._0x2999d5)]('');continue;case'9':console[_0x34a8aa(0x1e5,0x254,0x307,_0x3bc17c._0x2fefa5)](_0xcde54[_0x34a8aa(0x168,0x1cb,_0x3bc17c._0xddac4d,0x128)]);continue;case'10':console[_0x46da3e(0x45,-0x5a,-_0x3bc17c._0x14440f,_0x3bc17c._0x2a7a84)](_0xcde54[_0x46da3e(-0x8c,-0x71,-_0x3bc17c._0xae1e1e,-_0x3bc17c._0x5e68c3)]);continue;case'11':console[_0x34a8aa(0x2a9,0x254,0x2ec,_0x3bc17c._0xb9093d)](_0xcde54[_0x46da3e(-_0x3bc17c._0x258b86,-_0x3bc17c._0x9684e2,-_0x3bc17c._0x378f62,-0x142)]);continue;case'12':console[_0x46da3e(-0x36,-_0x3bc17c._0x441b32,-_0x3bc17c._0x519fef,_0x3bc17c._0x3ae598)](_0x34a8aa(_0x3bc17c._0x3e1ba5,_0x3bc17c._0x258ec9,_0x3bc17c._0x3e4af6,0x187)+_0x46da3e(-0x118,-_0x3bc17c._0x188c61,-0x129,-_0x3bc17c._0x560f85)+_0x34a8aa(0x299,0x241,0x1cb,_0x3bc17c._0x1075e6)+'me');continue;case'13':console[_0x34a8aa(0x29a,0x254,_0x3bc17c._0x4e17f2,_0x3bc17c._0xbb4e4d)]('');continue;case'14':console[_0x34a8aa(_0x3bc17c._0x303fc6,_0x3bc17c._0x412769,0x239,_0x3bc17c._0x51d422)](_0xcde54['tXwmM']);continue;case'15':console[_0x34a8aa(_0x3bc17c._0x1075e6,0x254,_0x3bc17c._0x2e7460,0x2a6)](_0xcde54['uxrhu']);continue;case'16':console['error']('');continue;case'17':console[_0x46da3e(-0x90,-0x92,-0xb,-0x5a)]('');continue;case'18':console[_0x34a8aa(_0x3bc17c._0x46c410,0x254,0x26f,0x26f)]('\x20\x20remove\x20<'+'key>\x20\x20\x20\x20\x20\x20'+'\x20Remove\x20a\x20'+'configurat'+_0x34a8aa(0x117,0x1bc,0x26a,_0x3bc17c._0xba11b9));continue;case'19':console[_0x34a8aa(0x22e,0x254,0x25a,_0x3bc17c._0x1aa80e)](_0x34a8aa(0x1cf,0x259,0x21a,_0x3bc17c._0x36367e)+'rver\x20confi'+_0x46da3e(_0x3bc17c._0x413a0b,-_0x3bc17c._0x2a5f88,-_0x3bc17c._0xead150,-0xed)+'r_setup_pa'+'th\x20/path/t'+_0x46da3e(_0x3bc17c._0x378d18,-0x45,_0x3bc17c._0x49b05b,-0x90)+'tup');continue;case'20':console['error'](_0xcde54[_0x34a8aa(_0x3bc17c._0x58ed7f,_0x3bc17c._0x26134d,0x151,_0x3bc17c._0x5d7e3c)]);continue;case'21':console[_0x46da3e(0x84,-0xb5,-0xb,-0x8d)](_0xcde54[_0x34a8aa(0x311,0x276,0x30e,0x283)]);continue;case'22':console[_0x34a8aa(0x222,_0x3bc17c._0x2dccbf,0x1f2,_0x3bc17c._0x36ecba)]('Usage:\x20cod'+'er-server\x20'+_0x34a8aa(0x2d2,0x24a,0x228,0x1e0)+'t|get|remo'+'ve|show>\x20['+'key]\x20[valu'+'e]');continue;case'23':console[_0x34a8aa(0x1a3,0x254,0x25c,_0x3bc17c._0x3dd9e3)](_0xcde54[_0x34a8aa(0x226,_0x3bc17c._0x3e4af6,0x1c9,0x1a1)]);continue;case'24':console[_0x34a8aa(_0x3bc17c._0x28d504,_0x3bc17c._0x32ce62,_0x3bc17c._0xfe47b1,0x305)](_0xcde54['LMaGv']);continue;case'25':console['error'](_0xcde54['PQeWu']);continue;case'26':console[_0x46da3e(-_0x3bc17c._0x596a5f,_0x3bc17c._0x30bf64,-_0x3bc17c._0x519fef,-0x8)](_0xcde54[_0x34a8aa(0xf7,0x1a1,0x19e,_0x3bc17c._0xb55d7a)]);continue;}break;}}async function setConfig(_0x1c8075,_0x409be6){const _0x1ac489={_0x277969:0x108,_0x3f5422:0x148,_0x2d6999:0xba,_0x5e9c14:0x2b4,_0x47b8d3:0x30b,_0x3ff6a2:0x243,_0x1756b1:0x117,_0x36b24b:0x133,_0x340164:0x31c,_0x316f26:0x30f,_0x306ce5:0x37f,_0x2ca09a:0x369,_0x203e2:0x135,_0x41c008:0x1ca,_0x483ccd:0x2d8,_0x338dbb:0x2ce,_0xd1f501:0x2c5,_0x5f7202:0x2b9,_0x17967e:0x2e2,_0x401710:0x22f,_0x562f1d:0x19c,_0x31e5de:0x1d6,_0x311946:0x33c,_0x5ea613:0x2e9,_0x190dfc:0x280,_0x174c09:0x252,_0x318389:0x29b,_0x33c6d2:0x1a4,_0x328718:0x317,_0xd492c5:0x3c3,_0x1ed9e8:0x27b,_0x4c90bb:0xdc,_0x28935d:0xd1,_0x12b35d:0x1f0,_0x5466ac:0x282,_0x12fae7:0x26d,_0xd1b73f:0x1d5,_0x215012:0x316,_0x42186f:0x293,_0x5ac018:0x3c1,_0x280147:0x28f,_0x2518fa:0x396,_0x56698d:0x28f,_0x5ccb92:0x38b,_0x5493a0:0x176,_0xfd596:0x1c5,_0x40529f:0x1d1,_0x12004b:0x205,_0x529813:0x15e,_0x11e387:0x1e6,_0x16fea2:0x1a8,_0x3e399e:0x2c8,_0x12c22c:0x6f,_0x53e4e6:0x31b,_0x51d3fc:0x354,_0x228716:0xea,_0x478323:0x15b,_0x29cc38:0x139,_0x1a8d0a:0x197,_0x1d9883:0x65,_0x56c5c4:0xf3,_0x27132a:0xf,_0x59845a:0x176,_0xe5b87e:0x178,_0x3c9b86:0x23b,_0x490215:0x2fc,_0x9391d:0x1fa,_0x4f8f72:0x179,_0x1ce499:0x349,_0x1101a6:0x295},_0x4baee0={_0x18336e:0x52,_0x24ae0c:0x122},_0x2b6915={_0x34dd5a:0x11e},_0xc15ac5={'brXtq':_0x46a54e(-_0x1ac489._0x277969,-0x10b,-0x13b,-0x175)+_0x46a54e(-_0x1ac489._0x3f5422,-0x179,-0x177,-_0x1ac489._0x2d6999)+'\x20to\x20view\x20s'+_0x3c75c5(_0x1ac489._0x5e9c14,_0x1ac489._0x47b8d3,_0x1ac489._0x3ff6a2,0x35b)+_0x46a54e(-0xc6,-_0x1ac489._0x1756b1,-_0x1ac489._0x36b24b,-0x177)+_0x3c75c5(0x2fd,0x259,_0x1ac489._0x340164,_0x1ac489._0x316f26),'JBPzX':_0x3c75c5(0x31b,0x2ca,_0x1ac489._0x306ce5,_0x1ac489._0x2ca09a)+_0x46a54e(-_0x1ac489._0x203e2,-_0x1ac489._0x41c008,-0x1bd,-0xf5)+_0x3c75c5(_0x1ac489._0x483ccd,0x22b,_0x1ac489._0x338dbb,_0x1ac489._0xd1f501)+_0x3c75c5(_0x1ac489._0x5f7202,_0x1ac489._0x17967e,0x31d,0x261)+_0x3c75c5(_0x1ac489._0x401710,0x2b6,_0x1ac489._0x562f1d,_0x1ac489._0x31e5de)+_0x3c75c5(_0x1ac489._0x311946,0x366,0x383,_0x1ac489._0x5ea613)+_0x3c75c5(0x227,0x296,_0x1ac489._0x190dfc,0x190),'pzqDF':function(_0xf53124,_0x3e2ac3){return _0xf53124===_0x3e2ac3;},'MaURx':function(_0x47b689,_0x1932ae){return _0x47b689===_0x1932ae;},'LhfRX':_0x46a54e(-0xa4,-0x135,-0x55,-0xc2),'sUseG':'Usage:\x20cod'+_0x3c75c5(0x293,0x1fc,0x2f9,0x33c)+_0x3c75c5(_0x1ac489._0x174c09,_0x1ac489._0x318389,0x1a5,0x278)+_0x46a54e(-0x16b,-_0x1ac489._0x33c6d2,-0x1b9,-0xc4)+_0x3c75c5(_0x1ac489._0x328718,0x305,_0x1ac489._0xd492c5,0x2be),'qHoZj':function(_0x473311,_0x320aa4){return _0x473311&&_0x320aa4;},'cBPOO':_0x3c75c5(0x2a5,_0x1ac489._0x1ed9e8,0x350,0x1f7)+'-server\x20co'+_0x46a54e(-_0x1ac489._0x4c90bb,-0x4b,-0x170,-0x13f)+_0x46a54e(-0x158,-_0x1ac489._0x28935d,-_0x1ac489._0x12b35d,-0x20e)+'available\x20'+'keys','drRPN':function(_0x94d538,_0x4a799c,_0x1d451b){return _0x94d538(_0x4a799c,_0x1d451b);},'cEREO':function(_0x384c8e,_0x13c420,_0x4d8b77){return _0x384c8e(_0x13c420,_0x4d8b77);}};(!_0x1c8075||_0xc15ac5[_0x3c75c5(0x2ea,0x29b,0x2cc,0x305)](_0x409be6,undefined))&&(_0xc15ac5['MaURx'](_0x3c75c5(0x2d7,_0x1ac489._0x5466ac,0x381,_0x1ac489._0x12fae7),_0xc15ac5[_0x46a54e(-0x140,-0x14f,-_0x1ac489._0xd1b73f,-0x127)])?(console[_0x3c75c5(_0x1ac489._0x215012,_0x1ac489._0x42186f,0x298,_0x1ac489._0x5ac018)](_0xc15ac5['sUseG']),process[_0x3c75c5(0x2f8,_0x1ac489._0x280147,_0x1ac489._0x2518fa,_0x1ac489._0x56698d)](-0x2d2+-0x2157+-0x6*-0x607)):(_0x308986['log'](_0x46a54e(-0xa1,-0x7e,-0xf0,-0xf4)+_0x3c75c5(0x359,0x3f2,_0x1ac489._0x5ccb92,0x33c)+'d)'),_0x19bcc0[_0x46a54e(-_0x1ac489._0x5493a0,-_0x1ac489._0xfd596,-0x11d,-_0x1ac489._0x40529f)](''),_0xd853d2[_0x3c75c5(_0x1ac489._0x12004b,0x21f,0x1c2,_0x1ac489._0x529813)]('Expected\x20l'+_0x3c75c5(0x22a,_0x1ac489._0x11e387,_0x1ac489._0x16fea2,_0x1ac489._0x3e399e)+_0x46b8ca)));const _0x267eb9=SERVER_CONFIG_KEYS[_0x46a54e(-0x21,0x1f,-0x6b,-_0x1ac489._0x12c22c)](_0x1c8075);function _0x46a54e(_0x4bbe18,_0x38447c,_0x4ec18d,_0x26a396){return _0x5665d4(_0x4bbe18- -0x3d5,_0x38447c-0x17d,_0x26a396,_0x26a396-_0x2b6915._0x34dd5a);}const _0x29fd08=SETUP_JSON_KEYS['has'](_0x1c8075);_0xc15ac5[_0x3c75c5(0x305,_0x1ac489._0x53e4e6,0x33c,_0x1ac489._0x51d3fc)](!_0x267eb9,!_0x29fd08)&&(_0x46a54e(-0x120,-0x1a5,-_0x1ac489._0x228716,-0xc2)!==_0x46a54e(-_0x1ac489._0x478323,-_0x1ac489._0x29cc38,-_0x1ac489._0x1a8d0a,-0xcb)?(console['error']('Unknown\x20co'+'nfiguratio'+'n\x20key:\x20'+_0x1c8075),console[_0x46a54e(-_0x1ac489._0x1d9883,-0xc6,-_0x1ac489._0x56c5c4,-0x2c)](_0xc15ac5['cBPOO']),process[_0x46a54e(-0x83,_0x1ac489._0x27132a,0x8,-0x5b)](-0x1b7*0x1+0xd03+0xb4b*-0x1)):(_0x235a6b[_0x46a54e(-_0x1ac489._0x59845a,-0x13c,-_0x1ac489._0xe5b87e,-0x1da)](_0xc15ac5[_0x3c75c5(0x2de,_0x1ac489._0x3c9b86,0x258,_0x1ac489._0x490215)]),_0x48cb5f[_0x3c75c5(0x205,_0x1ac489._0x9391d,0x163,_0x1ac489._0x4f8f72)](_0xc15ac5['JBPzX'])));function _0x3c75c5(_0x42276d,_0x3e5670,_0x3e5efb,_0x5d6dbe){return _0x5ce688(_0x42276d-0x94,_0x5d6dbe,_0x42276d-_0x4baee0._0x18336e,_0x5d6dbe-_0x4baee0._0x24ae0c);}if(_0x267eb9)await _0xc15ac5['drRPN'](setServerConfig,_0x1c8075,_0x409be6);else _0x29fd08&&await _0xc15ac5[_0x3c75c5(_0x1ac489._0x1ce499,0x300,_0x1ac489._0x1101a6,0x39a)](setSetupConfig,_0x1c8075,_0x409be6);}async function setServerConfig(_0xa56113,_0x5575a1){const _0x29cc57={_0x204043:0x70,_0x4c3824:0x18,_0x35a7d8:0x79,_0x255563:0x27f,_0x2df96a:0x226,_0x4ba93d:0x231,_0x505133:0x90,_0x833b2c:0x8e,_0x122e53:0x1dd,_0xe2b1a:0x23c,_0x1a703e:0x36,_0x1fe201:0xe3,_0x5ccefc:0x7c,_0x5914e4:0x71,_0x4f3f65:0x1a,_0x1e3a2d:0x2d,_0x4f1466:0x59,_0x32f1ee:0x197,_0x3fb6c7:0x144,_0x34aeac:0x165,_0x1f6dd0:0xed,_0x4416f8:0x68,_0x4f68ea:0x138,_0x14c48b:0xdc,_0x10f242:0x1b1,_0x2fd07b:0x1c7,_0x2a7f9a:0x16f,_0x21930a:0x14a,_0x2a2aa1:0x159,_0x264756:0x135,_0xa2200:0xc4,_0x5df443:0x3f,_0x295134:0x1d2,_0x5ce4e8:0x176,_0x301691:0xcc,_0x54a523:0x9b,_0x329d82:0x57,_0x50d410:0x1de,_0x4049bf:0x13b,_0x509914:0x146,_0x27ae20:0xe9,_0x54575f:0x42,_0x49923c:0x3e,_0x2b104b:0x11a,_0x2da54a:0x181,_0x4885a9:0x33,_0x5f242c:0xb6,_0x5d2669:0x168,_0x2639b7:0x14e,_0x1c442b:0xb5,_0x4a211d:0xb6,_0x57dbe1:0x21a,_0x544c09:0x23d,_0x49b00a:0x27a,_0x29c700:0x15,_0x36f8a7:0x6c,_0x4604e3:0x170,_0x2b224f:0xfd,_0x1e15cb:0xe5,_0x1cc380:0xe3,_0x55c025:0x23,_0x34109b:0x14e,_0x275c88:0x190,_0xde05f1:0x20e,_0x17c57a:0x259,_0x2ffd3f:0x4b,_0xebd497:0x1e,_0x3b399b:0x63,_0x3c82e6:0x193,_0x2c17e6:0x118,_0x237248:0x2f8,_0x1a8fc4:0x1ce,_0x12dd94:0xb6,_0x57f45b:0xc8,_0x431212:0xf1,_0x115e92:0x1f4,_0x56ebbb:0x27e,_0x551b90:0x1e1,_0x1ee505:0x221,_0x14715c:0x11,_0x11a5ef:0x51,_0x4381d3:0x260,_0x3ea2c3:0x1ed,_0x28d5ea:0xf,_0x524888:0xe3,_0x5d7f96:0x129,_0x1e9a80:0x106,_0x37b091:0x1f7,_0x4ad019:0x72,_0x5d84ed:0xdf,_0x1d483b:0xd,_0x40f0ae:0x6,_0x1c82ff:0x2c,_0x526ce7:0x1ee,_0x814156:0x162,_0x170f59:0x205,_0x30b773:0x1d1,_0x1f163b:0x170,_0x49e42d:0x204,_0x158ed8:0x113,_0x22ec2c:0x16d,_0x1290d0:0x2a7,_0x424946:0x33f,_0x4580c9:0x266,_0xc5df9c:0x19c,_0x546a6c:0x222,_0x5cb78a:0x1f9,_0x178c64:0x302,_0x36ff78:0x1f6,_0x3d26ba:0x18a,_0x1b5613:0x231,_0x22890e:0x8c,_0x25a2bc:0x1d,_0x2ba9bf:0x2c4,_0x36dd33:0x1f8,_0xd0f66b:0xd1,_0x475217:0x37,_0x4360a2:0x9a,_0x5bc9a5:0x171,_0x15213e:0x8e,_0x46ebee:0x2bc,_0x43fe7f:0x6f,_0x586328:0x9e,_0x1997ca:0x3d,_0x75ca8e:0x19,_0x253cf5:0xe2,_0x4f20a7:0x70,_0x4c8696:0x3d,_0xaf432f:0xbd,_0x2661e0:0x9e,_0x1de8ca:0xe5,_0x4d38e0:0x13d,_0x39eb0a:0x1df,_0x38c1ed:0x105,_0x1d6981:0x1a7,_0x35c643:0x16f,_0x599c49:0x165,_0x22d005:0x1cc,_0xe24964:0x18,_0x21df02:0x10c,_0x2d426d:0x5b,_0x9ffffe:0x67,_0x5b6d8a:0xcb,_0x2928f1:0xdf,_0x58fbd9:0x6c,_0x23072c:0x155,_0x4c81e8:0x238,_0x3e05cf:0xd7,_0x3800c6:0x18c,_0x25966a:0x109,_0x27e688:0x8c,_0x2df559:0x6b,_0x531f1b:0x3a,_0x6fb521:0x28f,_0x15191b:0x202,_0xec3245:0x2a3,_0x43b10d:0x2af,_0x297a7c:0x99,_0x708da2:0x48,_0x10fc63:0x16d,_0x25faba:0x16a,_0x1ffc70:0x114,_0x4abe65:0x202,_0xff6672:0x6e,_0x4dee7c:0x178,_0x5808b0:0x13f,_0x5dc85b:0x29b,_0x289eeb:0x218,_0x538421:0x2c1},_0x3bdf52={_0x4e2039:0x19a,_0xab59e4:0x46,_0x219a14:0x1cc},_0xbc5de5={'SvLJi':_0x5a9e5(-_0x29cc57._0x204043,-_0x29cc57._0x4c3824,_0x29cc57._0x35a7d8,0x43)+_0x82be9d(0x238,0x1ab,_0x29cc57._0x255563,0x297)+_0x82be9d(_0x29cc57._0x2df96a,0x19c,_0x29cc57._0x4ba93d,0x1f6)+'ed','XQUjR':_0x5a9e5(0xb,_0x29cc57._0x505133,0x127,_0x29cc57._0x833b2c)+_0x82be9d(0x1eb,_0x29cc57._0x122e53,0x19a,_0x29cc57._0xe2b1a)+_0x5a9e5(-_0x29cc57._0x1a703e,-_0x29cc57._0x1fe201,0x32,-0x2d)+':','qJbaf':_0x5a9e5(0x3b,_0x29cc57._0x5ccefc,0x34,0xbb)+_0x5a9e5(_0x29cc57._0x5914e4,-0xaf,-0xd3,-_0x29cc57._0x4f3f65)+_0x5a9e5(_0x29cc57._0x1e3a2d,0x3c,0x6b,0x78)+_0x5a9e5(0x4a,0x6f,0x99,_0x29cc57._0x4f1466)+_0x82be9d(_0x29cc57._0x32f1ee,_0x29cc57._0x3fb6c7,0x177,_0x29cc57._0x34aeac)+_0x5a9e5(_0x29cc57._0x1f6dd0,_0x29cc57._0x4416f8,_0x29cc57._0x4f68ea,_0x29cc57._0x14c48b)+_0x82be9d(0x18f,_0x29cc57._0x10f242,_0x29cc57._0x2fd07b,0xec),'pwUEs':_0x82be9d(0x1a8,0x13c,_0x29cc57._0x2a7f9a,_0x29cc57._0x21930a)+'er-server\x20'+_0x82be9d(_0x29cc57._0x2a2aa1,_0x29cc57._0x264756,0x1e6,_0x29cc57._0xa2200)+'\x20<key>','ELZQj':_0x5a9e5(0x46,_0x29cc57._0x5df443,-0x8e,-0x9)+_0x82be9d(0x151,0xea,_0x29cc57._0x295134,0x1f6),'tJdCQ':function(_0x4758b3,_0x57dbe9){return _0x4758b3===_0x57dbe9;},'FIcvT':'MqtpH','lkoba':function(_0xc1d64b,_0x44d771){return _0xc1d64b(_0x44d771);},'Jtvln':function(_0x334089,_0x1cb039,_0x374c1e){return _0x334089(_0x1cb039,_0x374c1e);},'JjHjL':function(_0x4a79e2,_0x28657d){return _0x4a79e2<_0x28657d;},'eIlWw':function(_0x5ed9b7,_0x1c96a5){return _0x5ed9b7>_0x1c96a5;},'ximmY':function(_0x25ed16,_0x3512dd){return _0x25ed16===_0x3512dd;},'FzoUm':_0x5a9e5(0x22,0x6,0x95,0x62),'NDATe':function(_0x45661e){return _0x45661e();},'VGfub':_0x82be9d(_0x29cc57._0x5ce4e8,0xd0,_0x29cc57._0x301691,0x1b9)+_0x5a9e5(0xde,_0x29cc57._0x54a523,0x102,0x92),'xzouw':function(_0x4548d9,_0x24fd3b){return _0x4548d9(_0x24fd3b);},'fXBfu':function(_0x2508b6,_0x3fb7d6){return _0x2508b6===_0x3fb7d6;},'tdvrg':_0x5a9e5(-0x35,_0x29cc57._0x329d82,0xc9,0x4c)+'h','eoDHy':function(_0x24dc31){return _0x24dc31();},'CzDNj':'trust_prox'+'y','WDTzO':_0x82be9d(_0x29cc57._0x50d410,_0x29cc57._0x4049bf,_0x29cc57._0x509914,0x130),'fyvYL':'rBQfc','CRMYc':function(_0x2eb729,_0x304229){return _0x2eb729===_0x304229;},'pLBgO':'true','xJJbS':function(_0x3b0ae7,_0x459ce4){return _0x3b0ae7(_0x459ce4);},'pemOW':function(_0xcc25e5){return _0xcc25e5();}};function _0x5a9e5(_0x326321,_0x3bddef,_0x379543,_0x5436ad){return _0x5665d4(_0x5436ad- -0x2ba,_0x3bddef-0x199,_0x326321,_0x5436ad-0x16a);}function _0x82be9d(_0x50fa46,_0x215994,_0x46ebd0,_0x2e0afa){return _0x5ce688(_0x50fa46-_0x3bdf52._0x4e2039,_0x215994,_0x50fa46- -_0x3bdf52._0xab59e4,_0x2e0afa-_0x3bdf52._0x219a14);}switch(_0xa56113){case _0xbc5de5['ELZQj']:{if(_0xbc5de5[_0x5a9e5(0xec,0x116,0x111,0xc7)](_0xbc5de5[_0x5a9e5(_0x29cc57._0x27ae20,0x25,-_0x29cc57._0x54575f,_0x29cc57._0x49923c)],_0x82be9d(0x17f,0x1e5,_0x29cc57._0x2b104b,_0x29cc57._0x2da54a)))_0x8798[_0x5a9e5(0xaa,_0x29cc57._0x54575f,_0x29cc57._0x4885a9,_0x29cc57._0x5f242c)](_0xbc5de5['SvLJi']),_0x54c07d['error'](''),_0x274908[_0x5a9e5(_0x29cc57._0x5d2669,_0x29cc57._0x2639b7,_0x29cc57._0x1c442b,_0x29cc57._0x4a211d)](_0xbc5de5[_0x82be9d(_0x29cc57._0x57dbe1,0x16e,_0x29cc57._0x544c09,_0x29cc57._0x49b00a)]),_0x30e00['error'](_0xbc5de5['qJbaf']),_0x3cee29['exit'](0x9dd+-0x1bb9*-0x1+0x1*-0x2595);else{const _0x3fbd84=_0x45168b[_0x5a9e5(-_0x29cc57._0x29c700,-_0x29cc57._0x36f8a7,0xc5,0x3d)](_0x5575a1);await _0xbc5de5['lkoba'](saveCoderSetupPath,_0x3fbd84),console['log'](_0x82be9d(_0x29cc57._0x4604e3,0x12c,_0x29cc57._0x2b224f,_0x29cc57._0x1e15cb)+_0xa56113+'\x20=\x20'+_0x3fbd84),console[_0x5a9e5(-_0x29cc57._0x1cc380,-0xde,-_0x29cc57._0x55c025,-0x5b)](_0x5a9e5(_0x29cc57._0x34109b,0x128,_0x29cc57._0x275c88,0xdf)+':\x20'+getConfigPath());break;}}case _0x5a9e5(0x96,0xb8,0x12,0x11)+'t':{const _0x51a98f=_0xbc5de5[_0x82be9d(0x2be,0x287,_0x29cc57._0xde05f1,_0x29cc57._0x17c57a)](parseInt,_0x5575a1,-0x1bad+0x2*0xce5+0x1ed*0x1);(isNaN(_0x51a98f)||_0xbc5de5[_0x5a9e5(-_0x29cc57._0x2ffd3f,-0x1d,_0x29cc57._0xebd497,-_0x29cc57._0x3b399b)](_0x51a98f,0x3db+-0x4*-0x709+-0x1ffe)||_0xbc5de5['eIlWw'](_0x51a98f,-0x2d1*-0x1b+0xf5c+0xa498))&&(_0xbc5de5[_0x82be9d(_0x29cc57._0x3c82e6,0x140,_0x29cc57._0x2c17e6,0x19f)](_0xbc5de5[_0x82be9d(0x264,_0x29cc57._0x237248,0x20f,_0x29cc57._0x1a8fc4)],_0xbc5de5['FzoUm'])?(console[_0x5a9e5(_0x29cc57._0x329d82,0x108,0x10d,_0x29cc57._0x12dd94)]('Error:\x20Inv'+'alid\x20port\x20'+_0x5a9e5(0x18d,_0x29cc57._0x57f45b,0x16f,_0x29cc57._0x431212)),process[_0x82be9d(0x260,0x313,_0x29cc57._0x115e92,0x25d)](0x1*0x20a0+-0x1f*-0xfd+-0x1fa1*0x2)):(_0x134ece[_0x82be9d(_0x29cc57._0x56ebbb,_0x29cc57._0x551b90,_0x29cc57._0x1ee505,0x283)](_0xbc5de5[_0x5a9e5(-0x4b,-0x87,_0x29cc57._0x14715c,-_0x29cc57._0x11a5ef)]),_0x22e891[_0x82be9d(_0x29cc57._0x4381d3,0x1c0,0x293,_0x29cc57._0x3ea2c3)](0x1361+0x1b31*0x1+-0x2e91)));await _0xbc5de5['lkoba'](saveServerPort,_0x51a98f),console[_0x5a9e5(-_0x29cc57._0x28d5ea,-_0x29cc57._0x524888,0x31,-0x5b)](_0x82be9d(_0x29cc57._0x4604e3,0x144,0x20b,_0x29cc57._0x5d7f96)+_0xa56113+_0x82be9d(0x16f,_0x29cc57._0x1e9a80,_0x29cc57._0x1e15cb,_0x29cc57._0x37b091)+_0x51a98f),console['log'](_0x5a9e5(0x13d,_0x29cc57._0x4ad019,0x91,_0x29cc57._0x5d84ed)+':\x20'+_0xbc5de5[_0x5a9e5(-0xc3,_0x29cc57._0x1d483b,_0x29cc57._0x40f0ae,-_0x29cc57._0x1c82ff)](getConfigPath));break;}case _0xbc5de5[_0x82be9d(_0x29cc57._0x526ce7,_0x29cc57._0x814156,0x1f2,0x1e9)]:{const _0x59a5f1=_0x45168b[_0x82be9d(_0x29cc57._0x170f59,0x218,0x280,_0x29cc57._0x30b773)](_0x5575a1);await _0xbc5de5['xzouw'](saveSslCertPath,_0x59a5f1),console['log'](_0x82be9d(_0x29cc57._0x1f163b,_0x29cc57._0x49e42d,_0x29cc57._0x4f68ea,_0x29cc57._0x158ed8)+_0xa56113+'\x20=\x20'+_0x59a5f1),console[_0x82be9d(_0x29cc57._0x22ec2c,0x1ab,0x1bd,0x1e9)](_0x82be9d(_0x29cc57._0x1290d0,0x352,_0x29cc57._0x424946,_0x29cc57._0x4580c9)+':\x20'+_0xbc5de5[_0x82be9d(_0x29cc57._0xc5df9c,_0x29cc57._0x546a6c,0x235,_0x29cc57._0x5cb78a)](getConfigPath));break;}case _0x82be9d(0x2a9,0x204,_0x29cc57._0x178c64,_0x29cc57._0x36ff78)+'th':{if(_0xbc5de5['fXBfu'](_0x82be9d(0x198,0x1f3,_0x29cc57._0x3d26ba,_0x29cc57._0x1b5613),_0x5a9e5(-_0x29cc57._0x22890e,-0x59,-0x6a,-_0x29cc57._0x25a2bc)))_0x4e459d[_0x82be9d(0x27e,_0x29cc57._0x2ba9bf,0x336,_0x29cc57._0x36dd33)](_0x5a9e5(-_0x29cc57._0xd0f66b,-0x18,-0xd1,-_0x29cc57._0x475217)+_0x2b0595+(_0x5a9e5(_0x29cc57._0x4360a2,0xcf,0x62,0x99)+'d\x20in\x20confi'+_0x5a9e5(_0x29cc57._0x5bc9a5,0xf8,_0x29cc57._0x15213e,0xe3))),_0x5fe4d4[_0x82be9d(0x260,_0x29cc57._0x57dbe1,0x277,_0x29cc57._0x46ebee)](0x1e41*-0x1+0x2578+0x1a*-0x47);else{const _0x5e09af=_0x45168b[_0x5a9e5(_0x29cc57._0x204043,_0x29cc57._0x43fe7f,_0x29cc57._0x586328,_0x29cc57._0x1997ca)](_0x5575a1);await _0xbc5de5['lkoba'](saveSslKeyPath,_0x5e09af),console[_0x5a9e5(-_0x29cc57._0x75ca8e,-0x5b,-_0x29cc57._0x253cf5,-0x5b)]('Set\x20'+_0xa56113+_0x5a9e5(-_0x29cc57._0x4f20a7,-_0x29cc57._0x4c8696,-_0x29cc57._0xaf432f,-0x59)+_0x5e09af),console['log'](_0x5a9e5(_0x29cc57._0x2661e0,_0x29cc57._0x11a5ef,_0x29cc57._0x1de8ca,0xdf)+':\x20'+getConfigPath());break;}}case _0xbc5de5[_0x5a9e5(_0x29cc57._0x4d38e0,0x42,0x12c,0x90)]:{const _0x4ed6a7=_0x45168b[_0x82be9d(0x205,0x254,0x22d,_0x29cc57._0x39eb0a)](_0x5575a1);await saveSslCaPath(_0x4ed6a7),console['log'](_0x82be9d(0x170,_0x29cc57._0x38c1ed,_0x29cc57._0x1d6981,0x1d8)+_0xa56113+_0x82be9d(_0x29cc57._0x35c643,0x126,_0x29cc57._0x599c49,_0x29cc57._0x22d005)+_0x4ed6a7),console[_0x5a9e5(_0x29cc57._0x11a5ef,_0x29cc57._0xe24964,-_0x29cc57._0x21df02,-_0x29cc57._0x2d426d)](_0x5a9e5(0xd1,_0x29cc57._0x9ffffe,_0x29cc57._0x5b6d8a,_0x29cc57._0x2928f1)+':\x20'+_0xbc5de5[_0x5a9e5(0xae,0x9a,0x116,_0x29cc57._0x58fbd9)](getConfigPath));break;}case _0xbc5de5[_0x82be9d(0x1c5,_0x29cc57._0x23072c,0x18c,0x23f)]:{if(_0xbc5de5[_0x82be9d(0x211,0x167,_0x29cc57._0x56ebbb,_0x29cc57._0x4c81e8)]!==_0xbc5de5[_0x5a9e5(0xe3,_0x29cc57._0x3e05cf,_0x29cc57._0x3800c6,0xe6)]){const _0x415250=_0xbc5de5[_0x5a9e5(_0x29cc57._0x25966a,0xb1,_0x29cc57._0x27e688,_0x29cc57._0x2df559)](_0x5575a1,_0xbc5de5[_0x5a9e5(-_0x29cc57._0x531f1b,-0x58,0x85,0x17)])||_0xbc5de5[_0x82be9d(_0x29cc57._0x6fb521,_0x29cc57._0x15191b,_0x29cc57._0xec3245,_0x29cc57._0x43b10d)](_0x5575a1,'1');await _0xbc5de5[_0x5a9e5(-_0x29cc57._0x297a7c,-0x12d,_0x29cc57._0x1c82ff,-0x76)](saveTrustProxy,_0x415250),console[_0x5a9e5(_0x29cc57._0x708da2,-0x9d,-0x104,-_0x29cc57._0x2d426d)]('Set\x20'+_0xa56113+'\x20=\x20'+_0x415250),console[_0x82be9d(_0x29cc57._0x10fc63,_0x29cc57._0x25faba,_0x29cc57._0x1ffc70,_0x29cc57._0x4abe65)](_0x5a9e5(_0x29cc57._0xff6672,_0x29cc57._0x4dee7c,_0x29cc57._0x5808b0,_0x29cc57._0x2928f1)+':\x20'+_0xbc5de5['pemOW'](getConfigPath));break;}else _0x49297f[_0x82be9d(0x27e,0x233,_0x29cc57._0x5cb78a,_0x29cc57._0x5dc85b)](_0xbc5de5['pwUEs']),_0x3a554d[_0x82be9d(_0x29cc57._0x4381d3,_0x29cc57._0x289eeb,0x30d,_0x29cc57._0x538421)](-0xf1*-0x2+0x2*0x8d+-0x2fb);}}}async function setSetupConfig(_0xdcc828,_0x52f79b){const _0x57bf58={_0x4efd5:0xbf,_0x5e11e7:0x116,_0x364a8f:0x2a0,_0x1ffdcd:0x2c4,_0x5bab68:0x159,_0x33ff94:0x5a,_0x273cdc:0x14,_0x5dd94e:0x1f6,_0x512779:0x15b,_0x447deb:0x24d,_0x315a20:0x241,_0x2bd6b1:0x241,_0x4041e5:0xae,_0x46af52:0x2a5,_0x39847f:0x1fd,_0x20fd82:0x12e,_0x24191b:0xf7,_0x4b6200:0xaf,_0x3d85c7:0xc3,_0x433567:0x10e,_0x496677:0x102,_0x5f0bfe:0x258,_0x35aa4b:0x1dd,_0x5281c1:0x2f3,_0x83e797:0x218,_0x29eb72:0x23b,_0x208dc4:0x30b,_0x5850fa:0x68,_0xea45dc:0x39,_0x31fffb:0xe8,_0x388bd7:0x135,_0x46f715:0xb7,_0x1e8525:0x314,_0x596dc8:0x33e,_0x21fa0c:0x338,_0x35e1a1:0x1ff,_0x55a325:0x5b,_0x53285d:0x5e,_0x4de404:0xbe,_0xb1de84:0x16,_0x56dd99:0x209,_0xe8d214:0x31a,_0xbcc8b0:0x311,_0x2dfa4f:0x388,_0xf61295:0x268,_0x152aa8:0x1ef,_0x32bc20:0x30c,_0x47af78:0x30a,_0x2fd0b4:0x3be,_0x340d1a:0x267,_0x64339d:0x2cf,_0x5aca79:0xd0,_0x4ebf6c:0x5d,_0x139d73:0x3e,_0x5ca18b:0x2b9,_0x35bbb4:0x220,_0x1926fa:0x204,_0x2330ef:0x190,_0x1c02c0:0x356,_0x237bf7:0x244,_0x8d34a3:0x336,_0x209e3d:0x2ed,_0x320b9d:0x1ee,_0x31b590:0x120,_0x5d8132:0x1a6,_0x289373:0x250,_0x140430:0x2b7,_0x4ae16c:0xd3,_0x4c6a5e:0x2cb,_0x45e207:0x2b5,_0x4d01e1:0x225,_0x673618:0x1cf,_0x48098c:0x190,_0x18eca5:0x157,_0x11888b:0x3d2,_0x3262aa:0x3bd,_0x145d1a:0x3c3,_0x3a2af5:0x33,_0x572da4:0x90,_0x4c40e8:0x189,_0x2e7703:0xf2,_0x396f28:0x23c,_0x4a061d:0x24a,_0x2f63c4:0x1f4,_0x4a228b:0x30e,_0x10f428:0xc8,_0x223ebb:0x3,_0x45a291:0xd8,_0x2c29b0:0x51,_0x2c2d9e:0x2b7,_0x4ae216:0x307,_0x5a5fd1:0xfe,_0x1692a2:0x10,_0x1b08d4:0x2e4,_0x3fb93c:0x26,_0x280d95:0xa5,_0x5bb367:0x50,_0x4271f2:0x2d2,_0x37c174:0x21c,_0x41f609:0x144,_0x2be7d7:0x95,_0x5c54e0:0x3b4,_0x36b657:0x7c,_0x51e075:0xfd,_0x356b79:0x46,_0x1cd649:0x10e,_0x515048:0xde,_0x141113:0x13c,_0x3f8ef7:0x181,_0x35dffb:0x28d,_0x537857:0x214,_0x4d1207:0x256,_0x9e59e:0x1f3,_0x15a13d:0x147,_0x36f0a6:0x306,_0xba4b22:0x37c,_0x5666d9:0x2fd,_0x4100b7:0x19,_0x4d31cd:0x15f,_0x4f1776:0x10b,_0x5e482c:0x19a,_0x4614a4:0xf5,_0xea00ce:0x1cc,_0x6c848f:0x18d,_0x36e32d:0x123,_0x48cb32:0x2e0,_0x4c52ae:0x319,_0x5c9904:0x35a,_0x32115c:0xbc,_0x5bfdef:0x13,_0x4d44a4:0x1ec,_0xf8a23a:0x2cf,_0x5dd0c9:0x31d,_0x5a33d8:0x2cf,_0x2c8621:0x3a,_0x2e1b14:0x29e,_0x3db725:0x23d,_0x23e9c8:0x326,_0x40c90e:0x25a,_0x3ebbef:0x25b,_0x4a378b:0x113,_0x6d2965:0x31d,_0x41c19d:0x217,_0x43f26f:0x20d,_0x4ed8f0:0xf0,_0x460020:0x10f,_0x573ce9:0xc5,_0x5c29d9:0x23b,_0x214287:0x18a,_0x43ad40:0x141,_0xfe347:0x163,_0x4af24a:0x81,_0x15ffac:0x1f,_0x103615:0x285,_0x4f96a2:0x333,_0x5aa33d:0x33b,_0x55e0de:0x2c7,_0x370ec2:0x82,_0x1b4589:0x41,_0x258c10:0xa4,_0xbd6f64:0xab,_0x10a699:0x179,_0x50f8ed:0x17c,_0x4a329b:0x2f3,_0x53df90:0x27f,_0x2f1a68:0x21e,_0x2f7569:0x14c,_0x2d27e4:0xa6,_0x4bef73:0xe7,_0x2a42c7:0x9,_0x550f81:0x13d,_0x43aafb:0x133,_0x3b22b2:0x1dc,_0x56c34c:0x217,_0x4d87f4:0x1b8,_0x57b8c8:0x2f8,_0x22b670:0x2c9,_0x4e3dcf:0x34a,_0x2872:0x304,_0x59900b:0x26a,_0x5be855:0x1ed,_0xccf229:0x168,_0x271008:0x1ce,_0x515a49:0x176,_0x5b99af:0x1a5,_0x2437e7:0x229,_0x41955b:0x1a4,_0x368763:0x255,_0x198f04:0x2ff,_0x3ac4c4:0x13e,_0x1024c0:0x266,_0x12e2eb:0x1ac,_0x36ab71:0x10d,_0x58d2dd:0x19,_0x255e2c:0x8,_0x1f9bf2:0x225,_0x1b9720:0x253,_0x2a8e25:0x2c5,_0x50a645:0x22b,_0x7ac44d:0x270,_0x42990d:0x323,_0x3ab1bc:0x227,_0x52daa8:0x2ac,_0x4b026e:0x22c,_0x42fae1:0x260,_0x14d64e:0x23f,_0x3810da:0x7e,_0x4d8117:0x8d,_0x53132e:0x2be,_0x55f833:0x24e,_0x1c0ffc:0x153,_0xc17aef:0xc3,_0x536345:0xc6,_0x34dc77:0xdc,_0x30bb3b:0x2c,_0x39ecc3:0x6b,_0x149477:0x4e,_0x476b73:0x1c9,_0x439d6a:0xdd,_0x3fb936:0x2e9,_0x2c4682:0x2fe,_0x7c13d3:0x353,_0x18fb64:0x263,_0x2c121c:0xf6,_0x12659e:0x9c,_0x503119:0x194,_0x4f0c6d:0x137,_0x2bf91e:0x6c,_0x1db8c1:0xa2,_0x39d9ed:0x2cc,_0x3c90be:0x305,_0x3faac0:0x2ad,_0x43b07b:0x320,_0x39e9d9:0x2b8,_0x1a9335:0x2cb,_0x31579b:0x2a8,_0x53794e:0x2ea,_0x44f4b0:0x316,_0x508f3b:0x5f,_0x594ee2:0xf8,_0x46cf24:0x2ee,_0x1b667d:0x24c,_0x2929a7:0x8d,_0x5d898a:0x2ee,_0x3f7450:0x26f,_0x476ac7:0x110,_0x4d82fb:0x28,_0x19c0e3:0x8,_0x260ccb:0x6,_0x50e896:0xb1,_0x7343a3:0x2ee,_0x4838c0:0x236,_0x2a3a23:0x77,_0x391bc3:0x1d,_0x44fb16:0x118,_0x54ff98:0x2e6,_0x2cd5a1:0x2fb,_0x48ca70:0x2df,_0x57b973:0x26e,_0x150a90:0x1fb,_0x4b6370:0x158,_0x38a91b:0x232,_0x3a8f5f:0xb1,_0x2e48f4:0xe3,_0x2c66d5:0x76,_0x476496:0x13a,_0x48bdbf:0x2d0,_0x19ff92:0x22d,_0x7b984d:0x2a8,_0x46ea5c:0x10a,_0x2811f1:0x176,_0x5d8520:0x22e,_0x3e3af9:0x1e7,_0x18da52:0x17a,_0x55543d:0x2d4,_0x2b5e00:0xf4,_0x116e8c:0xbd,_0x1963c8:0xef,_0x5bf72d:0x53,_0x2dbed9:0x5d,_0x2a7377:0x2ee,_0x181883:0x322,_0x59c8dc:0x368,_0xf933d9:0x34c,_0x5cdbcc:0x7b,_0x2dde2c:0x232,_0xb943b4:0x14,_0x50d263:0x2ee,_0x5e03dd:0x31f,_0x3ad570:0x300,_0x3017ab:0x28f,_0x51592d:0x39e,_0x2a3444:0x30c,_0x1486fe:0x302,_0x389d3a:0x2a3,_0x5e495d:0x2d3,_0x12ae88:0x1ea,_0xe3450b:0x30,_0x26c160:0x2f9,_0x5af3ce:0x28f,_0x4785e4:0x21f,_0x3dfb4a:0x2ee,_0x4d0571:0x304,_0x407d89:0x242,_0x226687:0x16c,_0x579def:0x1e0,_0x27ce51:0x61,_0x507d64:0x246,_0x1e0f95:0x2e2,_0x91f88:0x2ef,_0x20b608:0x4e,_0xd059b3:0x241,_0xa6bd8d:0x319,_0x4381c3:0x2d9,_0x4070b7:0x38c,_0x511f17:0x303,_0x853af5:0x3a6,_0x5436b4:0x59,_0x1b4075:0x20,_0x56f8c4:0x7b,_0x14dccc:0x1cc,_0x53d948:0x143,_0x105a12:0x2ee,_0x40cd62:0x28b,_0x42eaf0:0x310,_0xddd09f:0x2ee,_0xf5c20d:0x26c,_0x291165:0x33c,_0xea10ca:0x47,_0x3a3d14:0x29d,_0x472727:0x85,_0x1e7e74:0x40,_0x34eb9b:0x15,_0xc14ca0:0x98,_0x10160e:0x2f0,_0x4c0dde:0x15,_0x263fa0:0x2ee,_0x2410e4:0x2aa,_0x43e5b8:0x2e3,_0x54cc45:0x54,_0x39604d:0x61,_0x4c4983:0x2da,_0x16961c:0x3bf,_0xbd34be:0x315,_0x432971:0x1eb,_0x5472e2:0x2f,_0x1223e8:0x2a1,_0x228294:0x36f,_0x494e40:0x345,_0x29b66f:0x275,_0x567cd6:0x1e4,_0x10642b:0x3b,_0x530ed6:0x23e,_0x1b0f5d:0x2ac,_0x2aa5d8:0x12,_0x54743a:0x8d,_0x24dd68:0x12,_0x1d247a:0x187,_0x2912b6:0x120,_0x119cca:0x162,_0x22c2cb:0x1e1,_0x6370ec:0x1bd,_0x53aab5:0x11f,_0x59aeaa:0xca,_0x4dd913:0x105,_0x1040fb:0x212,_0x40269c:0x1bd,_0x3a7733:0x317,_0x58255d:0x297,_0x336b19:0x329,_0x1e9bcc:0x1e2,_0x664c83:0x36c,_0x314991:0x194,_0x1cfb97:0x1c6,_0x562281:0x25a,_0x44c835:0x1bd,_0x22ac7f:0x327,_0x2b0bdb:0x32b,_0x6afc19:0x151,_0x1d82e9:0x1b0},_0x2c4928={};_0x2c4928[_0x32d871(0x24,-_0x57bf58._0x4efd5,-0x5e,-_0x57bf58._0x5e11e7)]=function(_0x4c1475,_0x524a23){return _0x4c1475===_0x524a23;},_0x2c4928[_0x36a055(0x260,_0x57bf58._0x364a8f,0x20f,0x264)]=_0x36a055(_0x57bf58._0x1ffdcd,0x305,0x23e,0x210),_0x2c4928['DnKfd']='Run\x20\x22coder'+_0x32d871(-0x4,0x2d,-0x56,-0x95)+_0x32d871(-_0x57bf58._0x5bab68,-_0x57bf58._0x33ff94,-0xc5,-_0x57bf58._0x273cdc)+_0x32d871(-_0x57bf58._0x5dd94e,-_0x57bf58._0x512779,-0x141,-0xcc)+_0x36a055(_0x57bf58._0x447deb,_0x57bf58._0x315a20,0x289,_0x57bf58._0x2bd6b1)+_0x32d871(0xb,-_0x57bf58._0x4041e5,-0xa9,-0xdd);function _0x36a055(_0x3db81d,_0x52971a,_0x5939c5,_0x52e95c){return _0x5ce688(_0x3db81d-0xdf,_0x52e95c,_0x3db81d-0x2a,_0x52e95c-0x103);}_0x2c4928['ezrxR']=_0x36a055(0x29b,_0x57bf58._0x46af52,0x248,0x2ed)+_0x32d871(-0xba,-_0x57bf58._0x39847f,-0x16c,-0xe2)+_0x32d871(-0xb7,-0x150,-_0x57bf58._0x20fd82,-_0x57bf58._0x24191b)+_0x32d871(-0x9e,-0x14d,-_0x57bf58._0x4b6200,-_0x57bf58._0x3d85c7)+_0x32d871(-_0x57bf58._0x433567,-0x7b,-0x85,-_0x57bf58._0x496677),_0x2c4928[_0x36a055(0x259,0x261,_0x57bf58._0x5f0bfe,_0x57bf58._0x35aa4b)]=_0x36a055(_0x57bf58._0x5281c1,0x2f2,0x2e9,0x25a)+_0x36a055(0x21e,0x18f,_0x57bf58._0x83e797,_0x57bf58._0x29eb72)+_0x36a055(0x2b0,0x305,0x21c,_0x57bf58._0x208dc4)+_0x32d871(-_0x57bf58._0x5850fa,-_0x57bf58._0xea45dc,-0xab,-0xc7)+_0x32d871(-0x113,-_0x57bf58._0x31fffb,-_0x57bf58._0x388bd7,-_0x57bf58._0x46f715)+_0x36a055(_0x57bf58._0x1e8525,_0x57bf58._0x596dc8,0x3bf,_0x57bf58._0x21fa0c)+_0x36a055(_0x57bf58._0x35e1a1,0x1ba,0x190,0x1cb),_0x2c4928[_0x32d871(_0x57bf58._0x55a325,-0x98,-0x11,-_0x57bf58._0x53285d)]=_0x32d871(-_0x57bf58._0x4de404,0x34,-0x57,-0x9)+_0x32d871(_0x57bf58._0xb1de84,0x9f,-0x16,-0x42)+_0x36a055(_0x57bf58._0x56dd99,0x28e,0x1e3,0x1cb)+_0x36a055(_0x57bf58._0xe8d214,_0x57bf58._0xbcc8b0,0x2ed,_0x57bf58._0x2dfa4f)+_0x36a055(_0x57bf58._0xf61295,_0x57bf58._0x152aa8,_0x57bf58._0x32bc20,0x1c3)+_0x36a055(_0x57bf58._0x47af78,_0x57bf58._0x2fd0b4,0x320,_0x57bf58._0x340d1a),_0x2c4928[_0x36a055(0x303,0x320,0x30e,0x365)]=_0x36a055(0x288,_0x57bf58._0x64339d,0x27b,0x30a)+_0x32d871(-_0x57bf58._0x5aca79,_0x57bf58._0x4ebf6c,-_0x57bf58._0x139d73,0x11)+_0x36a055(_0x57bf58._0x5ca18b,0x310,0x32c,_0x57bf58._0x35bbb4)+_0x36a055(_0x57bf58._0x1926fa,0x22e,_0x57bf58._0x2330ef,0x16e)+_0x36a055(_0x57bf58._0x364a8f,_0x57bf58._0x1c02c0,_0x57bf58._0x237bf7,0x26c),_0x2c4928[_0x36a055(0x316,_0x57bf58._0x8d34a3,_0x57bf58._0x209e3d,0x2de)]='Server\x20con'+_0x32d871(-_0x57bf58._0x320b9d,-_0x57bf58._0x31b590,-0x138,-0xff)+_0x36a055(0x242,_0x57bf58._0x5d8132,_0x57bf58._0x289373,_0x57bf58._0x140430)+_0x32d871(-0x1c3,-0x133,-0x172,-_0x57bf58._0x4ae16c)+_0x36a055(_0x57bf58._0x4c6a5e,0x219,0x378,_0x57bf58._0x45e207)+_0x36a055(0x23d,0x28e,_0x57bf58._0x4d01e1,_0x57bf58._0x673618),_0x2c4928[_0x32d871(-0xb8,-_0x57bf58._0x48098c,-_0x57bf58._0x18eca5,-0xad)]=_0x36a055(0x31f,_0x57bf58._0x11888b,_0x57bf58._0x3262aa,_0x57bf58._0x145d1a),_0x2c4928[_0x32d871(-0x133,-_0x57bf58._0x3a2af5,-0xb1,-_0x57bf58._0x572da4)]='\x20\x20server_p'+_0x32d871(-0x136,-_0x57bf58._0x4c40e8,-_0x57bf58._0x2e7703,-0x184)+_0x36a055(_0x57bf58._0x396f28,0x291,_0x57bf58._0x4a061d,0x2a2)+'ort\x20(defau'+_0x36a055(_0x57bf58._0x5f0bfe,_0x57bf58._0x2f63c4,_0x57bf58._0x4a228b,0x265),_0x2c4928[_0x32d871(-_0x57bf58._0x10f428,-0x98,-0xec,-0x14d)]=_0x32d871(-0xce,-0xaa,-0x91,_0x57bf58._0x223ebb)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x32d871(-_0x57bf58._0x45a291,-_0x57bf58._0x2c29b0,-0x102,-0x18f)+'\x20for\x20envir'+_0x36a055(0x322,_0x57bf58._0x2c2d9e,_0x57bf58._0x4ae216,0x271),_0x2c4928[_0x32d871(-_0x57bf58._0x5a5fd1,-0x85,-0x73,_0x57bf58._0x1692a2)]='Usage:\x20cod'+'er-server\x20'+_0x36a055(_0x57bf58._0x1b08d4,0x320,0x280,0x326)+'t|get|remo'+_0x32d871(0x32,_0x57bf58._0x3fb93c,-0x1f,-0x30)+_0x32d871(-0x8a,-_0x57bf58._0x280d95,-0xf5,-_0x57bf58._0x5bb367)+'e]',_0x2c4928[_0x36a055(_0x57bf58._0x4271f2,0x28a,_0x57bf58._0x37c174,0x2bd)]=_0x32d871(-0x114,-0xf2,-0xa5,-_0x57bf58._0x41f609)+'iguration\x20'+_0x32d871(-_0x57bf58._0x2be7d7,0x7a,-0x2b,0x87)+'ed\x20in\x20setu'+_0x36a055(0x315,0x2ca,0x377,_0x57bf58._0x5c54e0),_0x2c4928[_0x36a055(0x2b8,0x330,0x330,0x333)]=_0x32d871(-0x86,-_0x57bf58._0x36b657,-0x12d,-0x120)+_0x32d871(-_0x57bf58._0x41f609,-0x1af,-_0x57bf58._0x51e075,-_0x57bf58._0x356b79)+_0x32d871(-_0x57bf58._0x1cd649,-_0x57bf58._0x515048,-_0x57bf58._0x141113,-_0x57bf58._0x3f8ef7)+_0x36a055(_0x57bf58._0x35dffb,_0x57bf58._0x537857,0x237,0x253)+_0x36a055(_0x57bf58._0x4d1207,0x1d1,0x300,_0x57bf58._0x9e59e),_0x2c4928[_0x32d871(-0xc3,-0x152,-_0x57bf58._0x15a13d,-0x15d)]=_0x36a055(0x2f3,0x24c,0x318,_0x57bf58._0x340d1a)+_0x36a055(0x21e,0x2aa,0x165,0x16c)+'g\x20set\x20serv'+'er_port\x2080'+'80',_0x2c4928[_0x36a055(_0x57bf58._0x36f0a6,0x37f,_0x57bf58._0xba4b22,_0x57bf58._0x5666d9)]=_0x32d871(-0x119,-0xec,-0xac,-_0x57bf58._0x51e075)+_0x32d871(-0xc9,0x4,-_0x57bf58._0x4100b7,-0x6d)+_0x32d871(-_0x57bf58._0x4d31cd,-_0x57bf58._0x36b657,-_0x57bf58._0x4f1776,-0xcb)+'oxy\x20header'+_0x32d871(-_0x57bf58._0x515048,-0x12b,-0x170,-_0x57bf58._0x5e482c)+'lse)',_0x2c4928[_0x32d871(-_0x57bf58._0x4614a4,-0x1d1,-0x151,-_0x57bf58._0xea00ce)]=_0x32d871(-0xdb,-_0x57bf58._0x6c848f,-_0x57bf58._0x36e32d,-0xd0)+_0x36a055(0x2e1,_0x57bf58._0x48cb32,_0x57bf58._0x4c52ae,_0x57bf58._0x5c9904)+'\x20\x20Path\x20to\x20'+_0x32d871(-0x8,-0x38,-_0x57bf58._0x32115c,-_0x57bf58._0x5bfdef)+_0x32d871(-0xe3,-0xaf,-0x142,-_0x57bf58._0x4d44a4),_0x2c4928[_0x36a055(_0x57bf58._0xf8a23a,_0x57bf58._0x5dd0c9,_0x57bf58._0x5a33d8,0x216)]=_0x32d871(-0x67,0xb,-0x9b,-_0x57bf58._0x2c8621),_0x2c4928[_0x36a055(_0x57bf58._0x2e1b14,0x314,_0x57bf58._0x3db725,_0x57bf58._0x23e9c8)]=_0x36a055(0x2f3,_0x57bf58._0x40c90e,0x284,_0x57bf58._0x3ebbef)+_0x32d871(-_0x57bf58._0x4a378b,-0x96,-0x11e,-0x102)+_0x36a055(0x2eb,0x38e,0x367,_0x57bf58._0x6d2965)+_0x36a055(_0x57bf58._0x41c19d,0x1ed,_0x57bf58._0x43f26f,0x19c)+'claude',_0x2c4928['rqlGO']=_0x32d871(-_0x57bf58._0x4ed8f0,-_0x57bf58._0x4b6200,-_0x57bf58._0x460020,-0x88)+_0x32d871(-_0x57bf58._0x573ce9,-0x89,-0x93,-0xbb)+_0x36a055(0x1fd,0x18b,_0x57bf58._0x5c29d9,0x1c4)+_0x36a055(0x1e9,_0x57bf58._0x214287,_0x57bf58._0x43ad40,_0x57bf58._0xfe347)+_0x32d871(-0x122,0x12,-_0x57bf58._0x4af24a,-_0x57bf58._0x15ffac)+'ex)',_0x2c4928['YRgYu']=_0x36a055(_0x57bf58._0x103615,_0x57bf58._0x4f96a2,_0x57bf58._0x5aa33d,_0x57bf58._0x55e0de)+_0x32d871(-_0x57bf58._0x370ec2,0x1e,-_0x57bf58._0x1b4589,-0xf9)+_0x36a055(0x209,0x17b,0x185,0x193)+_0x32d871(-_0x57bf58._0x258c10,-0x93,-0x17,-_0x57bf58._0xbd6f64)+'\x20results',_0x2c4928[_0x36a055(0x214,_0x57bf58._0x10a699,_0x57bf58._0x50f8ed,0x210)]=_0x36a055(_0x57bf58._0x4a329b,0x339,0x331,_0x57bf58._0x53df90)+_0x36a055(_0x57bf58._0x2f1a68,0x189,0x25b,0x2ac)+_0x32d871(-0x43,-0x10d,-0xb9,-_0x57bf58._0x2f7569),_0x2c4928[_0x32d871(-_0x57bf58._0x2d27e4,-0xff,-_0x57bf58._0x4bef73,-0x131)]='\x20\x20ssl_key_'+_0x32d871(-0xae,-_0x57bf58._0x2a42c7,-0x3f,0x6)+_0x32d871(-0xe5,-_0x57bf58._0x550f81,-_0x57bf58._0x43aafb,-0xd3)+'SSL\x20privat'+_0x36a055(_0x57bf58._0x3b22b2,_0x57bf58._0x56c34c,_0x57bf58._0x4d87f4,0x12c),_0x2c4928['ypPED']=function(_0x100742,_0x5e0bcb){return _0x100742!==_0x5e0bcb;},_0x2c4928[_0x32d871(-0xc6,-0x75,-0x7e,-_0x57bf58._0x258c10)]='kWgUG',_0x2c4928['GJwCu']='setup.json',_0x2c4928[_0x36a055(_0x57bf58._0x57b8c8,_0x57bf58._0x22b670,0x264,_0x57bf58._0x4e3dcf)]=_0x36a055(_0x57bf58._0x2872,_0x57bf58._0x59900b,0x24c,0x304);function _0x32d871(_0x2a8c99,_0x1d8c74,_0x294508,_0x493821){return _0x5665d4(_0x294508- -0x3be,_0x1d8c74-0x87,_0x493821,_0x493821-0x116);}_0x2c4928[_0x32d871(-0x202,-_0x57bf58._0x5be855,-_0x57bf58._0xccf229,-0x20b)]='phnwe',_0x2c4928[_0x32d871(-0x103,-_0x57bf58._0x271008,-_0x57bf58._0x515a49,-_0x57bf58._0x5b99af)]=function(_0x4c80fe,_0x59b4e7){return _0x4c80fe!==_0x59b4e7;},_0x2c4928[_0x36a055(_0x57bf58._0x2437e7,_0x57bf58._0x41955b,_0x57bf58._0x368763,0x261)]=_0x36a055(0x264,0x2c9,_0x57bf58._0x3b22b2,_0x57bf58._0x198f04),_0x2c4928['jPjgi']=_0x36a055(0x1cf,_0x57bf58._0x3ac4c4,_0x57bf58._0x1024c0,0x1e4),_0x2c4928['nlcvA']='Make\x20sure\x20'+_0x32d871(-0x7c,-_0x57bf58._0x12e2eb,-_0x57bf58._0x36ab71,-0x64)+_0x32d871(_0x57bf58._0x58d2dd,_0x57bf58._0x255e2c,-0x6f,-0x56)+_0x36a055(_0x57bf58._0x1f9bf2,_0x57bf58._0x1b9720,_0x57bf58._0x2a8e25,_0x57bf58._0x50a645)+_0x36a055(_0x57bf58._0x7ac44d,0x25a,_0x57bf58._0x42990d,0x1bf)+_0x36a055(_0x57bf58._0x3ab1bc,0x284,0x293,_0x57bf58._0x52daa8)+'ectory',_0x2c4928[_0x32d871(-0xd4,-0x4b,-0x3a,0x65)]='StBat',_0x2c4928[_0x36a055(_0x57bf58._0x4b026e,_0x57bf58._0x5f0bfe,_0x57bf58._0x42fae1,_0x57bf58._0x14d64e)]=function(_0x42d4d8,_0x4dddf3){return _0x42d4d8+_0x4dddf3;};const _0x260eda=_0x2c4928,_0x5586ef=await getCoderSetupPath();!_0x5586ef&&(_0x260eda['ypPED'](_0x260eda['eMbUS'],_0x260eda[_0x32d871(-0x21,-0x11e,-_0x57bf58._0x3810da,-_0x57bf58._0x4d8117)])?(_0x260eda[_0x36a055(0x2de,0x260,_0x57bf58._0x53132e,_0x57bf58._0x55f833)](_0x3fe7d0[_0x32d871(-_0x57bf58._0x1c0ffc,-0x4f,-0x9f,-0x6a)],_0x260eda[_0x32d871(-_0x57bf58._0xc17aef,-_0x57bf58._0x536345,-_0x57bf58._0x34dc77,-_0x57bf58._0x30bb3b)])?_0x21778c[_0x32d871(_0x57bf58._0x39ecc3,_0x57bf58._0xea45dc,-_0x57bf58._0x149477,-0xbf)](_0x36a055(0x1f7,0x29b,_0x57bf58._0x476b73,0x248)+_0x32d871(0x20,0x4c,-0x69,-_0x57bf58._0x439d6a)+_0x36a055(_0x57bf58._0x3fb936,0x2a1,_0x57bf58._0x2c4682,0x396)+'\x20'+_0x19df28):_0x1833ca[_0x36a055(0x2ee,0x241,_0x57bf58._0x7c13d3,0x379)]('Error\x20read'+_0x36a055(0x267,0x21e,_0x57bf58._0x18fb64,0x2ed)+_0x32d871(-_0x57bf58._0x2c121c,-_0x57bf58._0x12659e,-0x120,-_0x57bf58._0x503119)+_0x19acff[_0x32d871(-0x16d,-0x1c4,-_0x57bf58._0x4f0c6d,-0x1b8)]),_0x59f8f0[_0x32d871(-0xd4,-0xda,-_0x57bf58._0x2bf91e,-_0x57bf58._0x1db8c1)](-0xe*0x139+-0x12fd+0x241c)):(console[_0x36a055(0x2ee,_0x57bf58._0x39d9ed,_0x57bf58._0x3c90be,_0x57bf58._0x3faac0)](_0x36a055(0x27b,_0x57bf58._0x43b07b,_0x57bf58._0x39e9d9,_0x57bf58._0x1a9335)+_0x36a055(_0x57bf58._0x31579b,_0x57bf58._0x53794e,0x33d,0x2f5)+_0x36a055(0x296,0x20a,_0x57bf58._0x44f4b0,0x240)+'ed'),console[_0x32d871(-0x40,_0x57bf58._0x508f3b,-_0x57bf58._0x149477,-_0x57bf58._0x594ee2)](''),console[_0x36a055(_0x57bf58._0x46cf24,0x287,_0x57bf58._0x1b667d,0x2ff)](_0x32d871(-0x40,-0x3c,-0x76,-0xd7)+'igure\x20the\x20'+_0x32d871(-0xda,-_0x57bf58._0x2929a7,-0x131,-0x1aa)+':'),console[_0x36a055(_0x57bf58._0x5d898a,0x28b,0x2be,_0x57bf58._0x3f7450)](_0x260eda['yOFrt']),process[_0x36a055(0x2d0,0x2a9,0x2d5,_0x57bf58._0x83e797)](-0x24e*-0x2+-0xd*0x53+-0x64)));const _0x5b42a6=_0x45168b['join'](_0x5586ef,_0x260eda[_0x32d871(-_0x57bf58._0x476ac7,-0x12d,-0x111,-0x156)]);let _0x3e2064;try{const _0x563a25=await _0x7af631[_0x32d871(-0x68,-_0x57bf58._0x4d82fb,-0x59,-0xfb)](_0x5b42a6,_0x260eda[_0x32d871(-_0x57bf58._0x4d8117,-_0x57bf58._0x19c0e3,-0x44,-0x5b)]);_0x3e2064=JSON[_0x32d871(-_0x57bf58._0x260ccb,-0x3d,-0xae,-_0x57bf58._0x50e896)](_0x563a25);}catch(_0x18e3ca){if(_0x260eda['SyEel']!==_0x260eda[_0x36a055(0x1d4,0x153,0x17d,0x240)])_0x334e4b[_0x36a055(_0x57bf58._0x7343a3,0x2d7,_0x57bf58._0x4838c0,0x316)](_0x32d871(-0x4f,-0x3c,-_0x57bf58._0x2a3a23,-_0x57bf58._0x391bc3)+_0x36a055(0x232,0x2b8,0x203,0x2bd)+'n\x20key:\x20'+_0x137287),_0x269a14['error'](_0x32d871(-0x118,-_0x57bf58._0x44fb16,-0xbf,-0xa0)+_0x36a055(_0x57bf58._0x54ff98,0x26a,_0x57bf58._0x2cd5a1,_0x57bf58._0x48ca70)+_0x36a055(0x277,_0x57bf58._0x57b973,0x25a,0x301)+_0x36a055(_0x57bf58._0x150a90,_0x57bf58._0x4b6370,_0x57bf58._0x38a91b,_0x57bf58._0x14d64e)+_0x32d871(-_0x57bf58._0x3a8f5f,-_0x57bf58._0x2e48f4,-0xef,-_0x57bf58._0x2c66d5)+_0x32d871(-_0x57bf58._0x476496,-0x159,-0xa9,-0x9)),_0x3e2c66[_0x36a055(_0x57bf58._0x48bdbf,_0x57bf58._0x19ff92,0x387,_0x57bf58._0x7b984d)](0x112+-0x36c*0x4+-0x435*-0x3);else{if(_0x18e3ca['code']===_0x260eda[_0x36a055(0x260,0x238,0x20d,0x2bb)])_0x260eda[_0x32d871(-_0x57bf58._0x46ea5c,-_0x57bf58._0x45a291,-_0x57bf58._0x2811f1,-_0x57bf58._0x5d8520)](_0x260eda[_0x36a055(0x229,_0x57bf58._0x3e3af9,_0x57bf58._0x18da52,_0x57bf58._0x55543d)],_0x260eda[_0x32d871(-_0x57bf58._0x2b5e00,-_0x57bf58._0x515a49,-_0x57bf58._0x116e8c,-0x25)])?(console['error']('Error:\x20set'+'up.json\x20no'+_0x32d871(-_0x57bf58._0x1963c8,0x15,-_0x57bf58._0x5bf72d,-_0x57bf58._0x2dbed9)+'\x20'+_0x5b42a6),console[_0x36a055(_0x57bf58._0x2a7377,0x331,_0x57bf58._0x181883,_0x57bf58._0x59c8dc)](_0x260eda[_0x36a055(0x305,0x3a1,_0x57bf58._0xf933d9,0x39b)])):(_0x1290b6['error'](_0x32d871(0x31,-_0x57bf58._0x5cdbcc,-0x77,-0x3)+_0x36a055(_0x57bf58._0x2dde2c,0x1b2,0x26b,0x279)+_0x32d871(0x82,0x89,-_0x57bf58._0xb943b4,0x42)+_0x53b2d5),_0x43287e[_0x36a055(_0x57bf58._0x50d263,0x25f,0x297,_0x57bf58._0x5e03dd)](_0x260eda[_0x36a055(_0x57bf58._0x3ad570,_0x57bf58._0x3017ab,_0x57bf58._0x51592d,0x28b)]),_0x373e13[_0x36a055(0x2d0,0x32d,_0x57bf58._0x2a3444,0x347)](0x13d*-0x10+0x1*0x1144+0x28d));else{if(_0x260eda[_0x36a055(_0x57bf58._0x1486fe,_0x57bf58._0x389d3a,0x2da,_0x57bf58._0x5e495d)]!==_0x260eda['RooUx']){const _0x5a7efb=(_0x36a055(_0x57bf58._0x12ae88,_0x57bf58._0x320b9d,0x231,0x1b0)+_0x32d871(-0x6f,0xf,-_0x57bf58._0xe3450b,-0x47)+_0x36a055(0x27e,_0x57bf58._0x26c160,0x2b2,0x294)+'25|5|18|16'+_0x36a055(_0x57bf58._0x5af3ce,0x29b,0x1fd,0x267)+'3|11|0|20|'+'3|17|21|24')[_0x36a055(_0x57bf58._0x4785e4,0x249,_0x57bf58._0x39d9ed,0x25a)]('|');let _0x1ade8e=-0x3*0x682+0x197*0xa+0x3a0;while(!![]){switch(_0x5a7efb[_0x1ade8e++]){case'0':_0x413029['error']('');continue;case'1':_0x152e80[_0x36a055(_0x57bf58._0x3dfb4a,_0x57bf58._0x4d0571,0x314,_0x57bf58._0x407d89)]('\x20\x20name\x20\x20\x20\x20'+_0x32d871(-0x189,-0x180,-_0x57bf58._0x226687,-_0x57bf58._0x579def)+_0x32d871(-0x71,-0x8,-_0x57bf58._0x27ce51,-0xa0)+'me');continue;case'2':_0x43bd7d['error'](_0x260eda[_0x36a055(_0x57bf58._0x507d64,_0x57bf58._0x1e0f95,0x1b7,_0x57bf58._0x91f88)]);continue;case'3':_0x13560f[_0x32d871(-0xad,-0xbd,-_0x57bf58._0x20b608,-0x76)](_0x260eda['yOFrt']);continue;case'4':_0x9bdc1f[_0x36a055(_0x57bf58._0x46cf24,_0x57bf58._0xd059b3,0x2e4,_0x57bf58._0xa6bd8d)]('');continue;case'5':_0x34a43f[_0x32d871(-0xf6,0x38,-0x4e,-0x4f)](_0x260eda['NfXzP']);continue;case'6':_0x4f2c81[_0x36a055(_0x57bf58._0x2a7377,_0x57bf58._0x4381c3,_0x57bf58._0x4070b7,0x2e2)](_0x260eda[_0x36a055(_0x57bf58._0x511f17,0x25a,0x39a,_0x57bf58._0x853af5)]);continue;case'7':_0x31fc93[_0x32d871(_0x57bf58._0x5436b4,0x44,-0x4e,-_0x57bf58._0x1b4075)](_0x260eda[_0x32d871(_0x57bf58._0x56f8c4,-0x7d,-_0x57bf58._0x3fb93c,-_0x57bf58._0x116e8c)]);continue;case'8':_0x49a907['error'](_0x260eda[_0x32d871(-_0x57bf58._0x14dccc,-0xa5,-0x157,-_0x57bf58._0x53d948)]);continue;case'9':_0x36b30b[_0x36a055(_0x57bf58._0x105a12,0x2ea,_0x57bf58._0x105a12,0x371)](_0x260eda[_0x36a055(_0x57bf58._0x40cd62,0x234,_0x57bf58._0x42eaf0,0x2db)]);continue;case'10':_0x181e24[_0x36a055(_0x57bf58._0xddd09f,_0x57bf58._0xf5c20d,0x2c6,_0x57bf58._0x291165)]('');continue;case'11':_0x1c0c28[_0x32d871(-0xf2,_0x57bf58._0xea10ca,-0x4e,-0xe5)](_0x260eda['SrOwf']);continue;case'12':_0x59abbc[_0x32d871(0x1,-0xf0,-_0x57bf58._0x149477,0xf)](_0x260eda[_0x36a055(_0x57bf58._0x22b670,_0x57bf58._0x3a3d14,0x214,0x31d)]);continue;case'13':_0x2e7e29['error'](_0x32d871(_0x57bf58._0x472727,_0x57bf58._0x1e7e74,-_0x57bf58._0x34eb9b,-_0x57bf58._0xc14ca0)+_0x36a055(0x30b,0x2e1,_0x57bf58._0x10160e,0x2ec)+_0x32d871(-0xa3,-0x15d,-0xd3,-0x189)+_0x32d871(-0xd7,-0x1f0,-0x138,-0x16e)+_0x32d871(-0xd5,-_0x57bf58._0x4c0dde,-_0x57bf58._0x12659e,-0xa2));continue;case'14':_0x2bf44e[_0x36a055(_0x57bf58._0x263fa0,0x371,_0x57bf58._0x2410e4,0x330)](_0x260eda['UpISb']);continue;case'15':_0x1d9401['error'](_0x260eda['DbglN']);continue;case'16':_0x286535[_0x36a055(0x2ee,0x338,_0x57bf58._0x43e5b8,0x298)]('');continue;case'17':_0x408a8a['error'](_0x260eda['cUHee']);continue;case'18':_0x2c280b[_0x32d871(-_0x57bf58._0x54cc45,_0x57bf58._0x39604d,-0x4e,-0x67)](_0x260eda[_0x36a055(0x306,_0x57bf58._0x4c4983,_0x57bf58._0x16961c,_0x57bf58._0xbd34be)]);continue;case'19':_0x42c7a1['error'](_0x260eda[_0x36a055(_0x57bf58._0x432971,0x1eb,0x1e8,_0x57bf58._0xfe347)]);continue;case'20':_0x4c3975[_0x32d871(-0x25,-_0x57bf58._0x5472e2,-_0x57bf58._0x149477,-0x89)](_0x260eda['AsRVs']);continue;case'21':_0x53b19e['error'](_0x260eda[_0x36a055(0x29e,_0x57bf58._0x1223e8,0x247,0x344)]);continue;case'22':_0x50088e['error'](_0x260eda['rqlGO']);continue;case'23':_0x3595aa[_0x36a055(_0x57bf58._0x3dfb4a,_0x57bf58._0x228294,_0x57bf58._0x494e40,_0x57bf58._0x29b66f)](_0x260eda[_0x36a055(0x1c4,_0x57bf58._0x567cd6,0x1e8,0x274)]);continue;case'24':_0x491a16[_0x32d871(-0xec,_0x57bf58._0x10642b,-_0x57bf58._0x149477,-0xfb)](_0x260eda['zSGCT']);continue;case'25':_0x5b0d44[_0x36a055(_0x57bf58._0x2a7377,_0x57bf58._0x530ed6,_0x57bf58._0x1b0f5d,0x356)](_0x260eda['zYKeb']);continue;case'26':_0xcbfe6d[_0x32d871(-0x66,-0x48,-0x4e,-0x1c)](_0x32d871(-0x1e5,-0xca,-0x132,-0x124)+_0x32d871(-0xbe,-0x58,-_0x57bf58._0x2aa5d8,-0x35)+'\x20\x20Path\x20to\x20'+_0x32d871(-0x27,-0xdf,-0xe0,-0x173)+_0x32d871(-_0x57bf58._0x54743a,-0x7c,-0x33,-_0x57bf58._0x24dd68)+'y');continue;}break;}}else console['error']('Error\x20read'+_0x36a055(0x267,0x30b,0x1bb,0x24b)+_0x32d871(-_0x57bf58._0x1d247a,-0x149,-_0x57bf58._0x2912b6,-0x194)+_0x18e3ca[_0x36a055(0x205,0x22c,_0x57bf58._0x119cca,0x19a)]);}process['exit'](-0xad+0x7*-0x53e+-0x2560*-0x1);}}_0x3e2064[_0xdcc828]=_0x52f79b,await _0x7af631[_0x36a055(_0x57bf58._0x22c2cb,0x22a,0x290,0x148)](_0x5b42a6,_0x260eda[_0x36a055(0x22c,0x298,0x1b6,_0x57bf58._0x6370ec)](JSON[_0x36a055(0x1d8,0x26d,0x18a,_0x57bf58._0x53aab5)](_0x3e2064,null,0x23c9+0x50b*0x1+-0x28d2),'\x0a'),_0x260eda['gnDjI']),console['log'](_0x32d871(-_0x57bf58._0x59aeaa,-_0x57bf58._0x4dd913,-0x15c,-0x13e)+_0xdcc828+_0x32d871(-_0x57bf58._0x1040fb,-0x1e7,-0x15d,-_0x57bf58._0x40269c)+_0x52f79b),console['log'](_0x36a055(_0x57bf58._0x3a7733,_0x57bf58._0x58255d,_0x57bf58._0x336b19,0x3a1)+':\x20'+_0x5b42a6),console['log'](''),console[_0x32d871(-_0x57bf58._0x1e9bcc,-0x142,-0x15f,-0xf8)](_0x36a055(0x324,0x337,0x349,_0x57bf58._0x664c83)+_0x36a055(_0x57bf58._0x4d44a4,_0x57bf58._0x314991,_0x57bf58._0x1cfb97,0x144)+_0x36a055(_0x57bf58._0x562281,_0x57bf58._0x35bbb4,0x256,_0x57bf58._0x44c835)+_0x36a055(0x272,0x2e3,_0x57bf58._0x22ac7f,_0x57bf58._0x2b0bdb)+_0x32d871(-_0x57bf58._0x6afc19,-_0x57bf58._0x1d82e9,-0xfb,-0x137));}async function getConfig(_0x23b23b){const _0x503723={_0x45b75d:0x484,_0x1d23aa:0x3f3,_0x2ab7d9:0x35d,_0x1d7e65:0x473,_0x580702:0x3c0,_0x37f160:0x547,_0x1951dc:0x552,_0x1ccbcd:0x3bc,_0x42277c:0x31a,_0x23d82c:0x44d,_0x376d0d:0x4c6,_0x5482ac:0x32c,_0xb67b98:0x4df,_0x5afbd3:0x57e,_0x5787b5:0x4d8,_0x26d0c5:0x45d,_0x4a4583:0x264,_0x3c0d31:0x2fd,_0x55063c:0x4ce,_0x3790c2:0x513,_0x3d0192:0x4a9,_0x3da6b5:0x367,_0x4b22e5:0x4f0,_0x4f8870:0x607,_0x2ae277:0x3e9,_0x3f2a25:0x30b,_0x3057c6:0x315,_0x5194b3:0x49a,_0x41f78e:0x36f,_0x14dc86:0x398,_0x548764:0x46f,_0x4ce274:0x516,_0x10668e:0x593,_0xb85eb8:0x5e3,_0x16fbd6:0x4a3,_0xe3c23a:0x5af,_0x6ead92:0x5b0,_0x128ad5:0x417,_0x418461:0x405,_0x441f01:0x45a,_0x47548b:0x47c,_0xed60db:0x4ca,_0x32f0e9:0x4fc,_0x1a3861:0x4c2,_0x32811e:0x219,_0x2fc3e0:0x296,_0x54eedd:0x268,_0x468b75:0x36f,_0x29cb8b:0x2f5,_0x53f103:0x2ee,_0x2e9379:0x55f,_0x5ecb15:0x582,_0x507029:0x47e,_0x6a96f9:0x3d3,_0x1953e2:0x3dc,_0x4c592e:0x3e9,_0x54f3f0:0x5fc,_0x2fab95:0x5a6,_0x579a28:0x4f2,_0x3921ec:0x3a3,_0x55fbb1:0x3ac,_0x152f97:0x3f0,_0x47d4ee:0x52e,_0x2aad22:0x4c1,_0x55bddb:0x493,_0x5ebdb0:0x5b7,_0x151453:0x5d1,_0xecf295:0x518,_0x3cf5b2:0x57d,_0x5e8b24:0x338,_0x451f2b:0x347,_0x561c8a:0x34a,_0x111a42:0x4ac,_0x44e318:0x409,_0x395cb8:0x46d,_0x1f2fce:0x413,_0x1501fd:0x43b,_0x151c42:0x40f,_0x52731d:0x3d2,_0x3143a7:0x41a,_0x9bbd3f:0x425,_0xce79d2:0x3e1,_0x3ee610:0x556,_0x5c28c5:0x51e,_0x53fd3e:0x559,_0x4505f8:0x55d,_0x5f05c9:0x5c0,_0x5172be:0x41b,_0x1d5f65:0x469,_0x5c0270:0x57c,_0x59f664:0x4c5,_0xcddac2:0x584,_0xa5684f:0x5dc,_0x14b7df:0x54e,_0xece1d0:0x599,_0x2951a3:0x5a3,_0x545b2e:0x494,_0xb3a2bf:0x51c,_0x5f113b:0x531,_0x4beb2e:0x4ca,_0x216f4c:0x4d0,_0x2c7555:0x55c,_0x56715c:0x518,_0x5d267f:0x4d4,_0x224fd3:0x3b9,_0xb66803:0x3a3,_0xa110e:0x347,_0x4f1703:0x3f0,_0x4f6bde:0x4e0,_0x4905dc:0x4ef,_0x568301:0x4fd,_0x578944:0x37b,_0x2f3d5f:0x49d,_0x4cbd7a:0x432,_0x4cc71d:0x566,_0x4f6c67:0x4fa,_0x48e866:0x32d,_0x32fa42:0x51d,_0x4592ed:0x52a,_0x55e080:0x511,_0xd88e71:0x53c,_0xc61f9d:0x5bd,_0x2dc49c:0x452,_0x1a37f0:0x506,_0x4f713b:0x57d,_0x36d81b:0x483,_0x35ab9a:0x3d5,_0x317cd9:0x5a5,_0x1b79cd:0x563,_0x473303:0x620,_0x4f3445:0x523,_0x12d228:0x569,_0x24e39f:0x535,_0x220d37:0x4ab,_0x1df775:0x548,_0x2aecd4:0x383,_0x2a174a:0x3f0,_0x5ab782:0x2cc,_0x4858f8:0x307,_0x898d99:0x330,_0x2d2be5:0x50c,_0x22d1b6:0x581,_0x3d0259:0x5ad,_0x290c4e:0x552,_0x57ac59:0x516,_0x4eb339:0x577,_0x337a29:0x62c,_0x360353:0x589,_0x2a4042:0x377,_0x313c7f:0x416,_0x160646:0x403,_0x4b6e95:0x4fd,_0x3ec94a:0x530,_0xee8ec2:0x46c,_0x498b56:0x495,_0x34d3eb:0x406,_0xf40be1:0x55f,_0x103ce0:0x3cf,_0x25aef1:0x44c,_0x33c21b:0x490,_0x147c04:0x341,_0x160b89:0x351,_0x2caf18:0x5aa,_0x3126ed:0x5a1},_0xebded={_0x177fc6:0x19c},_0x5a2191={_0x80cde6:0x12c,_0x1ddb78:0x8e},_0x3fafa8={'rIdRQ':_0x53f411(_0x503723._0x45b75d,0x3a3,_0x503723._0x1d23aa,_0x503723._0x2ab7d9)+_0x5089ed(0x501,_0x503723._0x1d7e65,0x4f8,_0x503723._0x580702)+_0x5089ed(0x534,0x5b8,_0x503723._0x37f160,_0x503723._0x1951dc),'mOEci':function(_0x2b6573){return _0x2b6573();},'cBYrh':_0x53f411(0x2dc,_0x503723._0x1ccbcd,_0x503723._0x42277c,0x378)+_0x5089ed(_0x503723._0x23d82c,0x4fa,0x47d,_0x503723._0x376d0d)+_0x53f411(0x281,0x2fe,_0x503723._0x5482ac,0x301)+'\x20<key>\x20<va'+_0x5089ed(_0x503723._0xb67b98,_0x503723._0x5afbd3,0x506,_0x503723._0x5787b5),'tyyZg':function(_0xc07445,_0x24eb56){return _0xc07445!==_0x24eb56;},'DcyxB':'ICuYg','qGDqO':_0x5089ed(0x3e8,_0x503723._0x26d0c5,0x49b,0x45d),'XDWqi':function(_0x2cc0ac,_0x50e57b){return _0x2cc0ac&&_0x50e57b;},'NNfOS':'Run\x20\x22coder'+'-server\x20co'+'nfig\x22\x20for\x20'+_0x53f411(_0x503723._0x4a4583,0x2cf,_0x503723._0x3c0d31,0x27c)+_0x5089ed(0x443,0x4dc,_0x503723._0x55063c,_0x503723._0x3790c2)+'keys','XXhnR':function(_0x2770aa,_0x253c9b){return _0x2770aa!==_0x253c9b;},'RLvbz':_0x53f411(_0x503723._0x3d0192,_0x503723._0x3da6b5,0x411,0x4a4),'hhaaZ':_0x5089ed(0x55e,0x4d8,0x581,_0x503723._0x4b22e5)+'t','PBPZP':function(_0x234a39){return _0x234a39();},'JUgvq':function(_0x58324d){return _0x58324d();},'yzvbz':_0x5089ed(_0x503723._0x4f8870,0x57c,0x5a7,0x5f3)+'y','IJgWM':function(_0x2c6826){return _0x2c6826();},'GfLmX':_0x53f411(0x397,0x47b,_0x503723._0x2ae277,0x470),'ACCSI':_0x53f411(_0x503723._0x3f2a25,0x3c3,0x37d,_0x503723._0x3057c6)+_0x5089ed(_0x503723._0x3790c2,0x537,_0x503723._0x5194b3,0x5a9)+_0x53f411(0x2ea,_0x503723._0x41f78e,_0x503723._0x14dc86,0x2e9)+'ed','yMWsW':_0x5089ed(0x4ed,0x480,_0x503723._0x548764,_0x503723._0x4ce274),'JzdMk':_0x5089ed(0x644,_0x503723._0x10668e,_0x503723._0xb85eb8,0x586),'EULbO':'TnTAY','ogqsX':_0x5089ed(_0x503723._0x16fbd6,0x4f9,_0x503723._0xe3c23a,_0x503723._0x6ead92),'EguWe':function(_0x37c0e8,_0x3dfad2){return _0x37c0e8===_0x3dfad2;},'PHcJI':_0x53f411(_0x503723._0x128ad5,0x464,0x3c6,_0x503723._0x418461),'NcfTS':function(_0x5c5649,_0x10924f){return _0x5c5649!==_0x10924f;},'KiTwJ':_0x5089ed(_0x503723._0x441f01,_0x503723._0x47548b,0x445,_0x503723._0xed60db),'GCFSi':function(_0x53dca4,_0x4ddc04){return _0x53dca4!==_0x4ddc04;},'qIcyS':_0x5089ed(0x448,0x4fd,0x54a,_0x503723._0x32f0e9)};!_0x23b23b&&(_0x3fafa8['tyyZg'](_0x3fafa8['DcyxB'],_0x3fafa8['qGDqO'])?(console['error'](_0x5089ed(0x496,0x4a7,0x44e,_0x503723._0x1a3861)+'er-server\x20'+_0x53f411(_0x503723._0x32811e,_0x503723._0x2fc3e0,0x2cb,0x23b)+_0x53f411(_0x503723._0x54eedd,_0x503723._0x468b75,_0x503723._0x29cb8b,_0x503723._0x53f103)),process['exit'](0xce5+-0xbe1*0x2+0x2*0x56f)):(_0x5631fc[_0x5089ed(_0x503723._0x2e9379,0x57d,_0x503723._0x5ecb15,0x503)](_0x5089ed(_0x503723._0x507029,0x490,0x491,0x4d3)+_0x476235+(_0x53f411(0x466,0x3d0,_0x503723._0x6a96f9,_0x503723._0x1953e2)+_0x53f411(_0x503723._0x4c592e,0x3dc,0x336,0x3d6)+'guration')),_0x10c299[_0x5089ed(_0x503723._0x54f3f0,0x55f,0x575,0x4e9)](-0x4*-0x26b+0x3*0x399+-0x1476)));const _0xcd3713=SERVER_CONFIG_KEYS['has'](_0x23b23b);function _0x53f411(_0x35afc1,_0x19bc32,_0x499964,_0x110bf4){return _0x5ce688(_0x35afc1-0x5e,_0x110bf4,_0x499964-_0x5a2191._0x80cde6,_0x110bf4-_0x5a2191._0x1ddb78);}const _0x4ec5d0=SETUP_JSON_KEYS['has'](_0x23b23b);_0x3fafa8[_0x5089ed(_0x503723._0x2fab95,_0x503723._0x579a28,0x522,0x45c)](!_0xcd3713,!_0x4ec5d0)&&(console[_0x53f411(_0x503723._0x3921ec,_0x503723._0x55fbb1,_0x503723._0x152f97,0x447)](_0x53f411(0x3b4,_0x503723._0x580702,0x3c7,0x3b1)+_0x5089ed(_0x503723._0x47d4ee,_0x503723._0x2aad22,0x471,_0x503723._0x55bddb)+_0x5089ed(0x57c,_0x503723._0x5ebdb0,_0x503723._0x151453,_0x503723._0xecf295)+_0x23b23b),console[_0x5089ed(0x58f,_0x503723._0x3cf5b2,0x5f9,0x5dd)](_0x3fafa8[_0x53f411(0x2fa,0x304,_0x503723._0x5e8b24,0x363)]),process['exit'](-0x1b0d+-0x1*0x4cf+0x1fdd));function _0x5089ed(_0x1af881,_0x3c4cdf,_0x20db2e,_0x5b80b0){return _0x5ce688(_0x1af881-0x136,_0x20db2e,_0x3c4cdf-0x2b9,_0x5b80b0-_0xebded._0x177fc6);}let _0x3cf3d5;if(_0xcd3713){if(_0x3fafa8[_0x53f411(0x313,_0x503723._0x451f2b,0x339,_0x503723._0x561c8a)](_0x3fafa8['RLvbz'],_0x3fafa8[_0x53f411(_0x503723._0x111a42,0x44f,_0x503723._0x44e318,0x399)]))_0x447292[_0x53f411(_0x503723._0x395cb8,_0x503723._0x1f2fce,0x3f0,_0x503723._0x1501fd)](_0x3fafa8['rIdRQ']),_0x54598e[_0x53f411(0x408,_0x503723._0x151c42,_0x503723._0x52731d,0x345)](-0x1f55+-0xd54*0x1+-0x1*-0x2caa);else switch(_0x23b23b){case _0x5089ed(_0x503723._0x3143a7,0x4be,0x4f7,0x489)+_0x5089ed(0x45a,0x450,_0x503723._0x9bbd3f,_0x503723._0xce79d2):_0x3cf3d5=await _0x3fafa8[_0x5089ed(0x5c5,0x531,0x582,0x591)](getCoderSetupPath);break;case _0x3fafa8[_0x5089ed(0x5a0,_0x503723._0x3ee610,0x5c4,_0x503723._0x5c28c5)]:_0x3cf3d5=await _0x3fafa8[_0x5089ed(_0x503723._0x53fd3e,_0x503723._0x4505f8,_0x503723._0x5f05c9,0x527)](getServerPort);break;case'ssl_cert_p'+'ath':_0x3cf3d5=await getSslCertPath();break;case _0x53f411(0x374,0x44a,_0x503723._0x5172be,_0x503723._0x1d5f65)+'th':_0x3cf3d5=await _0x3fafa8[_0x5089ed(_0x503723._0x5c0270,0x55d,_0x503723._0x59f664,_0x503723._0xcddac2)](getSslKeyPath);break;case'ssl_ca_pat'+'h':_0x3cf3d5=await _0x3fafa8[_0x5089ed(_0x503723._0xa5684f,_0x503723._0x14b7df,_0x503723._0xece1d0,_0x503723._0x2951a3)](getSslCaPath);break;case _0x3fafa8[_0x5089ed(_0x503723._0x545b2e,0x544,0x5bf,0x5d9)]:_0x3cf3d5=await _0x3fafa8[_0x5089ed(0x55d,0x53c,_0x503723._0xb3a2bf,0x4c6)](getTrustProxy);break;}}else{if(_0x4ec5d0){const _0x2c0ea0=await _0x3fafa8[_0x5089ed(0x57a,_0x503723._0x5f113b,_0x503723._0x4beb2e,0x505)](getCoderSetupPath);!_0x2c0ea0&&(_0x3fafa8[_0x5089ed(0x4f9,0x511,0x510,_0x503723._0x216f4c)](_0x3fafa8[_0x5089ed(_0x503723._0x47d4ee,0x518,0x501,_0x503723._0x2c7555)],_0x3fafa8[_0x5089ed(0x5a4,_0x503723._0x56715c,_0x503723._0x5d267f,0x473)])?(_0x3fafa8[_0x53f411(0x353,0x3d4,0x3a4,_0x503723._0x224fd3)](_0x493152),_0x55c302[_0x53f411(_0x503723._0xb66803,0x434,_0x503723._0x52731d,_0x503723._0xa110e)](0x213a+-0x1371+0x3*-0x498)):(console[_0x53f411(0x462,0x456,_0x503723._0x4f1703,0x389)](_0x3fafa8[_0x5089ed(0x53f,_0x503723._0x4f6bde,0x43a,0x499)]),process[_0x5089ed(0x57c,0x55f,_0x503723._0x4905dc,_0x503723._0x568301)](0x1a*0x1a+-0x1*-0x18a7+-0x1b4a*0x1)));const _0x2ebf88=_0x45168b[_0x53f411(_0x503723._0x578944,_0x503723._0x2f3d5f,_0x503723._0x4cbd7a,0x465)](_0x2c0ea0,_0x3fafa8['yMWsW']);try{const _0x231166=await _0x7af631[_0x5089ed(0x53b,0x572,_0x503723._0x4cc71d,_0x503723._0x4f6c67)](_0x2ebf88,_0x3fafa8[_0x53f411(_0x503723._0x48e866,0x399,0x32a,0x331)]),_0x2c0919=JSON[_0x5089ed(0x5cf,_0x503723._0x32fa42,_0x503723._0x4592ed,0x535)](_0x231166);_0x3cf3d5=_0x2c0919[_0x23b23b];}catch(_0x1b99e2){_0x3fafa8[_0x5089ed(0x49b,_0x503723._0x55e080,_0x503723._0xd88e71,_0x503723._0xc61f9d)](_0x3fafa8[_0x53f411(0x360,0x406,0x39a,0x445)],_0x3fafa8['ogqsX'])?(_0x3fafa8['EguWe'](_0x1b99e2['code'],_0x3fafa8[_0x5089ed(_0x503723._0x2dc49c,0x4f0,0x48c,_0x503723._0x1a37f0)])?console[_0x5089ed(0x5d1,_0x503723._0x4f713b,0x57d,0x5ff)]('Error:\x20set'+_0x53f411(_0x503723._0x36d81b,0x351,_0x503723._0x35ab9a,0x36c)+_0x5089ed(_0x503723._0x317cd9,0x578,_0x503723._0x1b79cd,_0x503723._0x473303)+'\x20'+_0x2ebf88):_0x3fafa8[_0x5089ed(0x4d0,_0x503723._0x4f3445,_0x503723._0xed60db,0x54b)]('BHVHJ',_0x3fafa8[_0x53f411(_0x503723._0x48e866,0x3a7,0x3da,0x427)])?console['error'](_0x5089ed(_0x503723._0x12d228,_0x503723._0x24e39f,0x58f,0x5d2)+'ing\x20setup.'+_0x5089ed(0x4af,_0x503723._0x220d37,_0x503723._0x1df775,0x445)+_0x1b99e2[_0x53f411(_0x503723._0x2aecd4,0x33f,0x307,_0x503723._0x2fc3e0)]):(_0x3fed53[_0x53f411(0x42d,0x397,_0x503723._0x2a174a,0x35e)](_0x5089ed(0x548,0x4af,0x53c,0x4e5)+_0x21cabd[_0x53f411(_0x503723._0x5ab782,0x353,_0x503723._0x4858f8,_0x503723._0x898d99)]),_0xda6b1d[_0x5089ed(_0x503723._0x2d2be5,0x55f,_0x503723._0x22d1b6,_0x503723._0x3d0259)](0x1b05*-0x1+-0x15c5*0x1+-0x30cb*-0x1)),process[_0x5089ed(_0x503723._0x290c4e,0x55f,0x568,_0x503723._0x57ac59)](-0x1765+-0x8cf+0x2035)):_0x20a47f[_0x5089ed(_0x503723._0x4eb339,0x57d,_0x503723._0x337a29,_0x503723._0x360353)]('Error\x20read'+'ing\x20setup.'+_0x53f411(_0x503723._0x2a4042,_0x503723._0x5ab782,0x31e,0x298)+_0x36c78a['message']);}}}_0x3fafa8[_0x53f411(0x3d2,0x2ef,0x342,0x376)](_0x3cf3d5,undefined)?_0x3fafa8[_0x53f411(0x3fa,_0x503723._0x313c7f,_0x503723._0x160646,0x3c1)]===_0x5089ed(0x45b,_0x503723._0x4b6e95,_0x503723._0x3ec94a,0x4a9)?console[_0x5089ed(0x3e3,_0x503723._0xee8ec2,_0x503723._0x498b56,_0x503723._0x34d3eb)](_0x3cf3d5):(_0x5a64b4['error'](_0x3fafa8[_0x53f411(0x3cb,0x344,0x354,0x3fe)]),_0x1e9cba[_0x5089ed(0x60a,_0x503723._0xf40be1,0x4f8,0x4f5)](0x2*-0x5ce+0x1853+-0xcb6)):(console[_0x53f411(0x436,_0x503723._0x103ce0,_0x503723._0x152f97,_0x503723._0x25aef1)](_0x5089ed(0x537,_0x503723._0x33c21b,0x549,0x4c8)+_0x23b23b+(_0x53f411(0x42c,_0x503723._0x147c04,_0x503723._0x6a96f9,_0x503723._0x160b89)+_0x5089ed(0x4f0,0x4c3,_0x503723._0x3790c2,0x4cf)+_0x5089ed(0x509,_0x503723._0x2caf18,_0x503723._0x3126ed,0x5e8))),process['exit'](-0xef*-0x1d+-0x72*-0x11+0x8a9*-0x4));}async function removeConfig(_0x92df9e){const _0x15632a={_0x3bfd1a:0x277,_0x5859f6:0x215,_0x5e6eb7:0x257,_0x3f36dd:0x2ab,_0x36c4fb:0x130,_0x3a56d7:0x8e,_0x5501b3:0x12e,_0x446e0a:0x153,_0x5acca5:0x1c8,_0x2f552c:0x208,_0x168260:0x177,_0x3bb4ee:0x304,_0x56dc15:0x2db,_0x489a5e:0x218,_0x346143:0x24e,_0x525f03:0x24c,_0x53747a:0x1cf,_0x2cbb47:0x279,_0x406d95:0x16,_0x503f53:0xcb,_0x7a0d87:0x261,_0x10effe:0x296,_0x2684e6:0x147,_0x38b540:0x28c,_0x22135c:0x37e,_0x3f8a95:0x2dc,_0x4d0c10:0x2af,_0x5ecd84:0x13c,_0x50fa2f:0x225,_0x2ff595:0x31d,_0x12274d:0x150,_0x4c2af7:0xbf,_0x24e462:0xd6,_0x4f8948:0x109,_0x493c51:0x18,_0xbfc9ae:0x77,_0x397935:0x2dd,_0x122d34:0x2c6,_0x236d01:0x230,_0x12525f:0x212,_0x1dbcf3:0x117,_0x3e60a8:0x210,_0x496973:0x2e7,_0x16d3d9:0x366,_0x1fa95f:0x2fc,_0x279911:0x37f,_0x354550:0x66,_0x4be042:0x1cd,_0x37a7c4:0xa5,_0x1659c:0xc4,_0x5c137f:0xcb,_0x26e7e7:0x13,_0x2f040c:0x217,_0x71d957:0x35b,_0x40d2a8:0x2a6,_0x7db82b:0x1f4,_0x8d478a:0x5,_0x2f5819:0x86,_0x526833:0xcd,_0x22290c:0x188,_0x3dfb0a:0x104,_0x3fa642:0x13d,_0x4bf3fa:0x190,_0x8e44b2:0x195,_0x1df329:0x258,_0x187c20:0x15d,_0x5d82ee:0xe9,_0x1a7caf:0x4e,_0x5b4a8c:0x61,_0x6d014f:0x30,_0x37b090:0xdb,_0x5bdad5:0x225,_0x26d835:0x2d1,_0x41a797:0x28b,_0x3fc8cf:0x24a,_0xd8b9d9:0x2b3,_0x198d04:0x36b,_0x4516bd:0x32c,_0x3f49aa:0x339,_0x2fdafc:0x237,_0x3e9c99:0x85,_0x48d256:0x126,_0x25eb60:0x12f,_0xb7bd74:0x22b,_0x54f473:0x235,_0x25572a:0x111,_0x3d300e:0xa3,_0x147652:0x11a,_0x243093:0x165,_0x21a37a:0x6c,_0x4ff10f:0x27d,_0x399f31:0x229,_0x44074a:0x1c0,_0x4968fd:0x1fa,_0x1bce9d:0x85,_0x1c3120:0xe7,_0x31e54c:0x5d,_0x3a5f3d:0x24,_0x523fac:0x2f5,_0x24b495:0x269,_0x2aaf2b:0x252,_0x3ca90d:0x341,_0x2c025d:0x11b,_0x57de0f:0xe1,_0x217815:0x163,_0x45e6d7:0x265,_0x40bc76:0x1b3,_0x5b9f61:0x269,_0x6c172b:0x33c,_0x56a03a:0x285,_0x13fd7d:0x2b5,_0x31256d:0x2cd,_0x5a3da1:0x29d,_0x1e150d:0x2e3,_0xbe46b1:0x31a,_0x600c6c:0x2d8,_0x4c0868:0xf5,_0x14d731:0x20b,_0xbad6a2:0x2c3,_0x4fe333:0x2b6,_0x549842:0x208,_0x5971f5:0x2ac,_0x40dc3f:0x108,_0x93490b:0x1af,_0x270002:0x335,_0xfdc23c:0x399,_0x5d590e:0x306,_0x3b57f8:0x34b,_0x4bec8e:0x221,_0x21371e:0xca,_0x53b999:0x64,_0x5ce584:0x142,_0x1dfb06:0xab,_0x2309fa:0x108,_0x55b28f:0x169,_0x2eeb5b:0x136,_0x724310:0x271,_0x211174:0xc0,_0x370ca4:0xcf,_0x246d08:0xb8,_0x564932:0x1f6,_0x26ee17:0xe6,_0x572ae6:0x172,_0x5c4cdd:0x153,_0x35fc42:0x334,_0x21431f:0x2b3,_0x2d4295:0x102,_0x59127e:0xd2,_0x354f61:0x14d,_0x1770d7:0xde,_0x32ee62:0x105,_0x51c69a:0x194,_0x26d09f:0x11f,_0x47e435:0x84,_0x26cf53:0x8,_0x52fde3:0x7b,_0x585e4f:0x100,_0x5efe5c:0x34,_0x1ac3c2:0x324,_0x120b52:0x2b3,_0x54cbca:0x231,_0x16b707:0x226,_0x14239d:0x314,_0x180a90:0x28f,_0xd2e986:0x2b2,_0xa88192:0xe8,_0x269ace:0xb4,_0x264e5f:0xc5,_0x519ceb:0x80,_0x4d1c4a:0x1d1,_0x485c5c:0x280,_0x29a852:0x346,_0x30e2f8:0x1a,_0xa93ff4:0x10c,_0x32946d:0x30f,_0x232046:0x2cc,_0x48a489:0x1bd,_0x1973b1:0x14d,_0x1e690b:0xeb,_0x2a7020:0x370,_0x43874e:0x1f8,_0x5c2734:0x1b7,_0x521a51:0x14d,_0x1c2988:0x156,_0x3d2284:0x1f1,_0x2b3271:0x17f,_0x286273:0x1ff,_0x5ecd50:0x9b,_0x4fec60:0x64,_0x2fca32:0x73,_0xdea792:0x159,_0x3f6c1b:0xc2,_0x266f05:0x170,_0x53754a:0x4a,_0x410237:0x65,_0x304e83:0xb2,_0x785f5c:0x2d7,_0xd1ab16:0x261,_0x544985:0x326,_0x2d5e4e:0x258,_0x5e8921:0x1c4,_0x1e7c87:0x24c,_0x26fd3e:0x1ab,_0xad9ec:0x173,_0x23dbac:0xd3,_0x3a94a7:0x3c,_0x242e91:0x22,_0x42023d:0x2df,_0x430dee:0x243,_0x3c69a4:0x269,_0x16f7f0:0x1ca,_0xa85452:0x1c0,_0x417bf0:0x20c,_0x4716dc:0x2c5,_0x3d7751:0x2fa,_0x37d3d4:0x13b,_0x4e1f72:0x115,_0x2fea96:0x1ed,_0x37e1f6:0x222,_0x28f80f:0x32e,_0x4663b5:0x3b7,_0x497e62:0x307,_0x506d0a:0x36a,_0x3783cd:0x14,_0x35920d:0xa0},_0x16a5bc={_0x5c167a:0x9f,_0x5d3fe3:0x1c3},_0x1ea2ee={_0xedae05:0x223,_0x30bd4c:0x40,_0x4bb104:0x8b},_0x1a907b={'edReJ':function(_0x4b44de,_0x3d6700){return _0x4b44de===_0x3d6700;},'ViahB':'ENOENT','SzIdU':_0x3cd5df(_0x15632a._0x3bfd1a,_0x15632a._0x5859f6,_0x15632a._0x5e6eb7,_0x15632a._0x3f36dd)+_0x3438f5(0x75,_0x15632a._0x36c4fb,_0x15632a._0x3a56d7,_0x15632a._0x5501b3)+'p_path\x20poi'+_0x3cd5df(_0x15632a._0x446e0a,_0x15632a._0x5acca5,_0x15632a._0x2f552c,_0x15632a._0x168260)+_0x3cd5df(_0x15632a._0x3bb4ee,_0x15632a._0x56dc15,0x253,_0x15632a._0x489a5e)+'-setup\x20dir'+'ectory','rkEsS':_0x3cd5df(_0x15632a._0x346143,_0x15632a._0x525f03,0x25e,0x27d)+'up\x20path\x20no'+_0x3cd5df(_0x15632a._0x53747a,0x28c,_0x15632a._0x2cbb47,0x291)+'ed','ZQVRJ':function(_0x15e527,_0x39c9d0){return _0x15e527!==_0x39c9d0;},'kKvYx':_0x3438f5(_0x15632a._0x406d95,0xa6,_0x15632a._0x503f53,_0x15632a._0x5501b3),'sBgng':_0x3cd5df(_0x15632a._0x7a0d87,_0x15632a._0x10effe,0x1fb,_0x15632a._0x2684e6)+'er-server\x20'+'config\x20rem'+_0x3cd5df(_0x15632a._0x38b540,_0x15632a._0x22135c,_0x15632a._0x3f8a95,_0x15632a._0x4d0c10),'uRLtJ':function(_0x18fc11,_0x1ff393){return _0x18fc11&&_0x1ff393;},'xKAZn':_0x3438f5(_0x15632a._0x5ecd84,0xe6,0xdc,0xcb)+_0x3cd5df(_0x15632a._0x50fa2f,_0x15632a._0x2ff595,0x2c9,0x33c)+_0x3438f5(_0x15632a._0x12274d,_0x15632a._0x4c2af7,_0x15632a._0x24e462,0x20)+_0x3438f5(_0x15632a._0x4f8948,-_0x15632a._0x493c51,0x5a,_0x15632a._0xbfc9ae)+_0x3cd5df(_0x15632a._0x397935,_0x15632a._0x122d34,_0x15632a._0x236d01,0x1d4)+_0x3cd5df(0x317,0x24b,0x276,0x1ff),'iiNXV':'Piium','LqxYV':_0x3cd5df(0x1c4,0x1e9,_0x15632a._0x12525f,0x238)+'p_path','Roysx':function(_0x27c841,_0x2b93a5){return _0x27c841(_0x2b93a5);},'PSTif':_0x3cd5df(0x118,_0x15632a._0x1dbcf3,0x1c9,_0x15632a._0x3e60a8)+_0x3cd5df(0x2b3,_0x15632a._0x496973,0x2ad,0x273),'kjFtA':_0x3cd5df(_0x15632a._0x16d3d9,0x315,_0x15632a._0x1fa95f,_0x15632a._0x279911)+'th','ZbFsC':_0x3cd5df(0x22d,0x1fd,0x267,0x1f1)+'h','Ugqjg':function(_0x1e6f03,_0x1d802c){return _0x1e6f03(_0x1d802c);},'zbviM':function(_0x51b6c6){return _0x51b6c6();},'HtliJ':_0x3438f5(0x8c,-0x27,0x50,-0x28),'cWbLq':'utf-8','AQHIm':function(_0x180dce,_0xe0bef1){return _0x180dce===_0xe0bef1;},'hiptu':'LrEeC','DlWfE':function(_0x4bf36a,_0x52748d){return _0x4bf36a!==_0x52748d;},'CoLCA':_0x3438f5(0x5a,0x94,0xc5,_0x15632a._0x354550),'OGiKC':function(_0x196a29,_0x5769bb){return _0x196a29+_0x5769bb;}};!_0x92df9e&&(_0x1a907b[_0x3438f5(_0x15632a._0x4be042,_0x15632a._0x37a7c4,0x159,0xeb)](_0x3438f5(_0x15632a._0x1659c,0x14e,_0x15632a._0x5c137f,_0x15632a._0x26e7e7),_0x1a907b['kKvYx'])?_0x1a907b[_0x3cd5df(_0x15632a._0x2f040c,_0x15632a._0x71d957,_0x15632a._0x40d2a8,_0x15632a._0x7db82b)](_0x29c718['code'],_0x1a907b[_0x3438f5(-0x54,-_0x15632a._0x8d478a,0x26,_0x15632a._0x2f5819)])?(_0x12e0db['log'](_0x3438f5(_0x15632a._0x526833,0x5e,0x111,_0x15632a._0x22290c)+_0x3438f5(_0x15632a._0x3dfb0a,_0x15632a._0x3fa642,_0x15632a._0x4bf3fa,_0x15632a._0x8e44b2)+'d)'),_0x4d210f[_0x3cd5df(0x204,_0x15632a._0x1df329,0x1c0,_0x15632a._0x187c20)](''),_0x553efd[_0x3cd5df(0x255,0x266,0x1c0,0x18a)]('Expected\x20l'+_0x3438f5(_0x15632a._0x5d82ee,-_0x15632a._0x1a7caf,_0x15632a._0x5b4a8c,-_0x15632a._0x6d014f)+_0x3c2602)):_0x3c4ac6['log']('Error\x20read'+_0x3438f5(0x5c,0xe5,0xc6,_0x15632a._0x37b090)+'json:\x20'+_0x1652ac['message']):(console[_0x3cd5df(0x255,_0x15632a._0x5bdad5,_0x15632a._0x26d835,0x282)](_0x1a907b[_0x3cd5df(0x1a3,0x1e7,0x1a8,0x121)]),process[_0x3cd5df(_0x15632a._0x41a797,_0x15632a._0x3fc8cf,_0x15632a._0xd8b9d9,0x2f1)](0x267e+-0xb7*-0x1f+0x7*-0x8aa)));const _0x5bbb45=SERVER_CONFIG_KEYS['has'](_0x92df9e);function _0x3438f5(_0x7d87c4,_0x1f60c8,_0x161820,_0xcc4595){return _0x5665d4(_0x161820- -_0x1ea2ee._0xedae05,_0x1f60c8-_0x1ea2ee._0x30bd4c,_0xcc4595,_0xcc4595-_0x1ea2ee._0x4bb104);}function _0x3cd5df(_0x5ce36a,_0x474b44,_0x2d2d8d,_0x50bdc9){return _0x5665d4(_0x2d2d8d- -_0x16a5bc._0x5c167a,_0x474b44-_0x16a5bc._0x5d3fe3,_0x474b44,_0x50bdc9-0xe8);}const _0x46c49d=SETUP_JSON_KEYS[_0x3cd5df(0x2f6,0x303,0x315,_0x15632a._0x4d0c10)](_0x92df9e);_0x1a907b['uRLtJ'](!_0x5bbb45,!_0x46c49d)&&(console[_0x3cd5df(0x223,0x351,0x2d1,0x2bf)]('Unknown\x20co'+'nfiguratio'+'n\x20key:\x20'+_0x92df9e),console[_0x3cd5df(_0x15632a._0x198d04,_0x15632a._0x4516bd,0x2d1,_0x15632a._0x3f49aa)](_0x1a907b[_0x3cd5df(0x186,0x2e7,_0x15632a._0x2fdafc,0x2e6)]),process[_0x3438f5(_0x15632a._0x3e9c99,_0x15632a._0x48d256,_0x15632a._0x25eb60,0x1bb)](0x1bd+0x1bf*-0xa+-0x2*-0x7dd));if(_0x5bbb45){if(_0x1a907b[_0x3cd5df(_0x15632a._0xb7bd74,_0x15632a._0x54f473,0x2dd,0x36d)](_0x3438f5(_0x15632a._0x25572a,0x8e,_0x15632a._0x3d300e,0x39),_0x1a907b[_0x3438f5(_0x15632a._0x147652,0xa0,0x11f,_0x15632a._0x243093)])){switch(_0x92df9e){case _0x1a907b['LqxYV']:await _0x1a907b[_0x3438f5(0x98,0xab,0x8d,0x77)](saveCoderSetupPath,null),console[_0x3438f5(-0x69,_0x15632a._0x21a37a,0x3c,0xaa)](_0x3cd5df(0x2a0,0x1e9,0x269,_0x15632a._0x4ff10f)+_0x92df9e);break;case'server_por'+'t':await saveServerPort(-0x1f4e*-0x1+0xa39*-0x1+-0x31f*0x3),console[_0x3cd5df(0x12f,_0x15632a._0x399f31,_0x15632a._0x44074a,_0x15632a._0x4968fd)]('Reset\x20'+_0x92df9e+(_0x3438f5(_0x15632a._0x1bce9d,0x53,0x81,_0x15632a._0x1c3120)+_0x3438f5(0x10e,-0x4d,_0x15632a._0x31e54c,-_0x15632a._0x3a5f3d)));break;case _0x1a907b['PSTif']:await saveSslCertPath(null),console['log'](_0x3cd5df(0x2f7,_0x15632a._0x523fac,_0x15632a._0x24b495,0x258)+_0x92df9e);break;case _0x1a907b['kjFtA']:await saveSslKeyPath(null),console['log']('Removed\x20'+_0x92df9e);break;case _0x1a907b[_0x3cd5df(_0x15632a._0x2aaf2b,_0x15632a._0x3ca90d,0x2b9,0x2f7)]:await _0x1a907b[_0x3438f5(_0x15632a._0x2c025d,_0x15632a._0x57de0f,0x104,0xb3)](saveSslCaPath,null),console[_0x3cd5df(0x247,_0x15632a._0x217815,0x1c0,_0x15632a._0x45e6d7)](_0x3cd5df(_0x15632a._0x40bc76,_0x15632a._0x1fa95f,_0x15632a._0x5b9f61,_0x15632a._0x7a0d87)+_0x92df9e);break;case _0x3cd5df(_0x15632a._0x6c172b,_0x15632a._0x56a03a,0x2d0,_0x15632a._0x13fd7d)+'y':await saveTrustProxy(null),console[_0x3438f5(-0x7,-0x40,0x3c,0xbb)]('Removed\x20'+_0x92df9e);break;}console['log'](_0x3cd5df(_0x15632a._0x31256d,_0x15632a._0x5a3da1,0x2fa,_0x15632a._0x1e150d)+':\x20'+_0x1a907b[_0x3cd5df(_0x15632a._0xbe46b1,0x358,_0x15632a._0x600c6c,0x378)](getConfigPath));}else _0x5dd9e8['error'](_0x3438f5(_0x15632a._0x4c0868,-0x24,0x56,-0x36)+_0x3cd5df(_0x15632a._0x14d731,_0x15632a._0xbad6a2,_0x15632a._0x4fe333,_0x15632a._0x549842)+_0x3cd5df(0x215,_0x15632a._0x5971f5,0x2cc,0x2e2)+'\x20'+_0x1093e7),_0x257c60[_0x3438f5(0x1f1,_0x15632a._0x40dc3f,0x14d,_0x15632a._0x93490b)](_0x1a907b[_0x3cd5df(0x248,_0x15632a._0x270002,0x2ff,0x385)]);}else{if(_0x46c49d){const _0x5ca609=await getCoderSetupPath();!_0x5ca609&&(console[_0x3cd5df(0x319,0x31b,0x2d1,0x250)](_0x1a907b[_0x3cd5df(_0x15632a._0xfdc23c,_0x15632a._0x5d590e,0x2f6,_0x15632a._0x3b57f8)]),process[_0x3cd5df(_0x15632a._0x4bec8e,0x2e4,_0x15632a._0xd8b9d9,0x346)](0x482+-0xb3e+0x6bd));const _0x303eb3=_0x45168b['join'](_0x5ca609,_0x1a907b[_0x3438f5(_0x15632a._0x21371e,_0x15632a._0x53b999,0xcc,0x14)]);let _0xa8bd68;try{const _0x33605e=await _0x7af631[_0x3438f5(0x12b,0x16d,_0x15632a._0x5ce584,_0x15632a._0x1dfb06)](_0x303eb3,_0x1a907b[_0x3438f5(_0x15632a._0x2309fa,_0x15632a._0x55b28f,_0x15632a._0x2eeb5b,0xfd)]);_0xa8bd68=JSON[_0x3cd5df(_0x15632a._0x5e6eb7,0x1fa,_0x15632a._0x724310,0x2f6)](_0x33605e);}catch(_0x3321e2){_0x1a907b['AQHIm'](_0x3321e2[_0x3438f5(0x140,0x47,0xfc,_0x15632a._0x211174)],_0x1a907b['ViahB'])?_0x1a907b['edReJ'](_0x1a907b[_0x3cd5df(0x292,0x338,0x297,0x22d)],_0x1a907b['hiptu'])?console['error'](_0x3438f5(-0x45,_0x15632a._0x370ca4,0x56,_0x15632a._0x246d08)+_0x3cd5df(_0x15632a._0x2fdafc,0x2fb,0x2b6,0x31e)+'t\x20found\x20at'+'\x20'+_0x303eb3):(_0x486e58[_0x3438f5(0x149,_0x15632a._0x564932,0x14d,0x19a)](_0x1a907b[_0x3438f5(_0x15632a._0x26ee17,0x165,_0x15632a._0x572ae6,_0x15632a._0x5c4cdd)]),_0x22ef3e[_0x3cd5df(0x20b,_0x15632a._0x35fc42,_0x15632a._0x21431f,0x2fa)](0x2*0x122e+-0x5fb*-0x6+-0x483d)):console[_0x3438f5(_0x15632a._0x2d4295,_0x15632a._0x59127e,_0x15632a._0x354f61,_0x15632a._0x1770d7)](_0x3438f5(0x69,0x82,_0x15632a._0x32ee62,_0x15632a._0x51c69a)+_0x3438f5(0xb8,_0x15632a._0x26d09f,0xc6,0x142)+_0x3438f5(_0x15632a._0x47e435,-_0x15632a._0x26cf53,_0x15632a._0x52fde3,0x99)+_0x3321e2[_0x3438f5(_0x15632a._0x585e4f,0x18,0x64,-_0x15632a._0x5efe5c)]),process[_0x3cd5df(0x2c1,_0x15632a._0x1ac3c2,_0x15632a._0x120b52,0x2d0)](0x1a91+-0x95*-0x15+-0x26c9);}_0xa8bd68[_0x92df9e]===undefined&&(_0x1a907b[_0x3cd5df(0x1e8,_0x15632a._0x54cbca,0x296,_0x15632a._0x16b707)](_0x1a907b[_0x3cd5df(0x32e,_0x15632a._0x14239d,_0x15632a._0x180a90,_0x15632a._0xd2e986)],_0x3438f5(_0x15632a._0xa88192,_0x15632a._0x269ace,_0x15632a._0x264e5f,_0x15632a._0x519ceb))?(_0x187e67[_0x3cd5df(0x1ed,_0x15632a._0x4d1c4a,_0x15632a._0x485c5c,0x22e)]==='ENOENT'?(_0x57403b[_0x3cd5df(_0x15632a._0x29a852,_0x15632a._0x2cbb47,0x2d1,0x253)](_0x3438f5(-_0x15632a._0x30e2f8,_0x15632a._0xa93ff4,0x56,-0x40)+'up.json\x20no'+_0x3cd5df(0x247,_0x15632a._0x32946d,_0x15632a._0x232046,0x22a)+'\x20'+_0x582c5b),_0x39036c[_0x3438f5(0x1cb,_0x15632a._0x48a489,_0x15632a._0x1973b1,_0x15632a._0x1e690b)](_0x1a907b[_0x3cd5df(0x2dd,0x281,0x2ff,_0x15632a._0x2a7020)])):_0x22aecc[_0x3438f5(_0x15632a._0x43874e,_0x15632a._0x5c2734,_0x15632a._0x521a51,_0x15632a._0x1c2988)](_0x3438f5(0x105,0x16d,0x105,0x1b8)+'ing\x20setup.'+_0x3cd5df(_0x15632a._0x3d2284,_0x15632a._0x2b3271,_0x15632a._0x286273,0x206)+_0x440c10[_0x3438f5(_0x15632a._0x5ecd50,0xb2,_0x15632a._0x4fec60,_0x15632a._0x2fca32)]),_0x52766e[_0x3438f5(_0x15632a._0xdea792,0x99,0x12f,_0x15632a._0x3f6c1b)](-0xa9*-0x11+-0x252e+0x19f6)):(console[_0x3438f5(_0x15632a._0x266f05,0x10f,_0x15632a._0x521a51,0xc9)](_0x3438f5(_0x15632a._0x53754a,_0x15632a._0x410237,0x60,_0x15632a._0x304e83)+_0x92df9e+(_0x3cd5df(0x2c0,0x28c,0x2b4,_0x15632a._0x785f5c)+_0x3438f5(0x145,0xb1,0x93,0x48)+'guration')),process[_0x3cd5df(_0x15632a._0xbad6a2,_0x15632a._0xd1ab16,_0x15632a._0x120b52,_0x15632a._0x544985)](-0x2*-0x36e+0x16b5*-0x1+0xfda))),delete _0xa8bd68[_0x92df9e],await _0x7af631[_0x3cd5df(0x10d,_0x15632a._0x2d5e4e,_0x15632a._0x5e8921,_0x15632a._0x1e7c87)](_0x303eb3,_0x1a907b[_0x3cd5df(0x208,0x146,_0x15632a._0x26fd3e,_0x15632a._0xad9ec)](JSON['stringify'](_0xa8bd68,null,0x1d3d+0x1*0x22c3+-0x1fff*0x2),'\x0a'),_0x1a907b['cWbLq']),console[_0x3438f5(_0x15632a._0x23dbac,-0x1d,_0x15632a._0x3a94a7,_0x15632a._0x242e91)](_0x3cd5df(_0x15632a._0x42023d,_0x15632a._0x430dee,_0x15632a._0x3c69a4,0x1fe)+_0x92df9e),console[_0x3cd5df(_0x15632a._0x16f7f0,0x1ef,_0x15632a._0xa85452,_0x15632a._0x417bf0)](_0x3cd5df(0x276,_0x15632a._0x4716dc,_0x15632a._0x3d7751,0x2c1)+':\x20'+_0x303eb3),console[_0x3cd5df(_0x15632a._0x37d3d4,_0x15632a._0x4e1f72,_0x15632a._0x44074a,_0x15632a._0x2fea96)](''),console[_0x3cd5df(0x13a,0x269,0x1c0,_0x15632a._0x37e1f6)](_0x3cd5df(_0x15632a._0x28f80f,_0x15632a._0x4663b5,_0x15632a._0x497e62,_0x15632a._0x506d0a)+_0x3438f5(0x9f,_0x15632a._0x3783cd,0x4b,0xf3)+'or\x20changes'+'\x20to\x20take\x20e'+_0x3438f5(0xaf,0x2,_0x15632a._0x35920d,0x125));}}}async function showConfig(){const _0x53d640={_0x124d68:0x397,_0x3b9a2b:0x419,_0x1ffdb6:0x38a,_0x837ef1:0xdf,_0x17597d:0x164,_0x4a47f5:0x20b,_0x3f3ab1:0x3cc,_0x2287ff:0x3ab,_0x10625b:0xcd,_0x37017b:0x3b0,_0x2679e1:0x3cb,_0x4c5e41:0x352,_0xaf2cc5:0x1,_0x3603f8:0x33,_0xefa941:0xa8,_0x4bf97e:0xac,_0x35b58f:0x53,_0x2819ed:0xe7,_0x3c9d0a:0xfa,_0x4dd260:0x10e,_0x36edc8:0x4e9,_0x5927df:0x48d,_0x43e2dc:0x18e,_0x1b67fb:0x161,_0x19829b:0x1ae,_0x9558d7:0x82,_0x3e027a:0x11c,_0x464102:0x120,_0x953232:0x44f,_0x49d0f5:0x171,_0x4c1e61:0x187,_0x71b0ae:0x75,_0x130fc5:0xac,_0x19569a:0xe6,_0x302220:0x3dc,_0x2f3024:0x2b9,_0x565cc2:0x19a,_0x51e471:0x196,_0x28220f:0x1cf,_0x3085d7:0x2ef,_0x3e3903:0x33b,_0x2d9f80:0x339,_0x16142b:0x357,_0x1db426:0x33a,_0x6f57fa:0x30a,_0x3f1f99:0x8b,_0x28d7ed:0x9e,_0xc928ff:0x152,_0x36e1f4:0x258,_0x5f52e3:0x1b3,_0x47d40b:0x3df,_0x238c4e:0x3d2,_0x4ab1bc:0x3b8,_0x329796:0x2ce,_0x847cd7:0x3c6,_0x3cba63:0x3cf,_0x1cbe1e:0x2a5,_0x168894:0x1b5,_0x4ee566:0x376,_0x18e544:0x3d3,_0x51176e:0x420,_0x212949:0x501,_0x1dfe3c:0x32b,_0x86cd2:0x380,_0x3a61f8:0x2d6,_0xab3b86:0x15f,_0x285504:0x243,_0x1c75dc:0x162,_0x3a48c8:0xfd,_0x483c70:0x11a,_0x2ba35d:0x476,_0x4ee71c:0x4e5,_0x78c7ab:0x1de,_0x3e853e:0x1ed,_0xf21552:0x1c9,_0x2400c0:0x111,_0x456720:0x486,_0x43471e:0x4b4,_0x5548fe:0x66,_0x50e6f1:0x45f,_0x12aa28:0x49d,_0x25842a:0x36b,_0x10039a:0x2be,_0x713d3:0x12f,_0x504688:0xbf,_0x1a70ea:0x46,_0x3c724e:0x3ea,_0x186e66:0x2fe,_0x2f6a59:0x3ba,_0x276e76:0x3fc,_0x3b93d5:0x41f,_0x54d781:0x2e4,_0x550668:0x231,_0x3a22ca:0x1c4,_0x3fbba0:0x134,_0x578166:0x30b,_0xb99069:0x2c7,_0x2ba855:0x369,_0x427d4a:0x133,_0x496ece:0x1cf,_0x223b45:0x7c,_0xdf87e6:0x3f3,_0x1f5066:0x448,_0x2474b4:0x40b,_0x3cee81:0x3f5,_0x52fbc2:0xd4,_0x4e019c:0x10c,_0x524f91:0x407,_0x25adce:0x353,_0x2abbb7:0x329,_0x443002:0xf8,_0x4fd1e7:0xb0,_0x5e27e2:0xdc,_0x50f874:0xc9,_0x5427a6:0x1be,_0x5f30c8:0x448,_0x27005b:0x363,_0x9c0a1c:0x1dd,_0x1d1d85:0x23d,_0x16da29:0x153,_0x6e8ec7:0x1d4,_0x1b1a22:0x36f,_0x3a37d5:0x339,_0x234ce9:0x451,_0x59606e:0x41e,_0x2b4e73:0x3d1,_0x5c2b7c:0x403,_0x55eeeb:0x267,_0x4572c5:0x287,_0x1f5e2c:0x485,_0x727a4:0x3cd,_0x402f73:0x219,_0x4af345:0x213,_0x4750fb:0x1cf,_0x5e34ba:0x1c6,_0x1880f5:0x156,_0x407fc4:0x250,_0x45bec2:0x132,_0x5567de:0x224,_0x5505fd:0x3fb,_0x4f44b5:0x402,_0x260f8e:0x3b5,_0x4ce3b7:0x19b,_0x25865b:0x3e0,_0xcd60db:0x216,_0x3b79e8:0x135},_0x31e8c9={_0x27af0d:0x165},_0x4103a7={_0x8cde11:0xbc},_0x2f13a3={'XJDIF':_0x42d2f2(_0x53d640._0x124d68,0x3e5,_0x53d640._0x3b9a2b,0x444)+_0x42d2f2(0x33b,0x3f4,0x3b3,_0x53d640._0x1ffdb6)+'tion\x20===','XNSTB':function(_0x8d30ad){return _0x8d30ad();},'fnaql':function(_0x4dc24d){return _0x4dc24d();},'VzwkZ':function(_0x5ba3b4){return _0x5ba3b4();},'jcSOA':function(_0x52b41b){return _0x52b41b();},'Clpor':function(_0x1ab779){return _0x1ab779();},'pfgpJ':function(_0x18f5ac,_0x2ef72d){return _0x18f5ac||_0x2ef72d;},'kRsIN':'(not\x20set)','JFkWw':function(_0x406c75,_0x404b19){return _0x406c75!==_0x404b19;},'cizZL':_0x596d7a(-_0x53d640._0x837ef1,-0x17e,-_0x53d640._0x17597d,-_0x53d640._0x4a47f5)+_0x42d2f2(_0x53d640._0x3f3ab1,0x324,0x332,_0x53d640._0x2287ff)+_0x596d7a(-0x110,-0x181,-_0x53d640._0x10625b,-0x6f),'qUHxi':function(_0x4af7dc,_0xe2d588){return _0x4af7dc===_0xe2d588;},'XSGYS':'xdIDh','ByjCh':_0x42d2f2(_0x53d640._0x37017b,_0x53d640._0x2679e1,_0x53d640._0x4c5e41,0x338),'OUabR':_0x596d7a(_0x53d640._0xaf2cc5,-_0x53d640._0x3603f8,-_0x53d640._0xefa941,-_0x53d640._0x4bf97e),'QgVCA':function(_0x327d08,_0x54484b){return _0x327d08===_0x54484b;},'qufmj':_0x596d7a(-0x164,-0x142,-0xe8,-0x106),'qQEUq':_0x596d7a(-_0x53d640._0x35b58f,-_0x53d640._0x2819ed,-_0x53d640._0x3c9d0a,-_0x53d640._0x4dd260)+_0x42d2f2(_0x53d640._0x36edc8,0x4a0,_0x53d640._0x5927df,0x3fc)+'d)','HGMdI':_0x596d7a(-0x1b5,-_0x53d640._0x43e2dc,-_0x53d640._0x1b67fb,-_0x53d640._0x19829b)+'setup\x20path'+_0x42d2f2(0x383,0x3a3,0x358,_0x53d640._0x4c5e41)+_0x596d7a(-_0x53d640._0x9558d7,-_0x53d640._0x3e027a,-_0x53d640._0x464102,-0x143)+'configurat'+'ion:','JdgPX':_0x42d2f2(0x504,0x4d5,_0x53d640._0x953232,0x3b9)+_0x596d7a(-_0x53d640._0x49d0f5,-_0x53d640._0x3e027a,-0x18e,-0xfb)+_0x596d7a(-0x124,-_0x53d640._0x4c1e61,-0xfc,-_0x53d640._0x71b0ae)+'r_setup_pa'+'th\x20/path/t'+_0x596d7a(-_0x53d640._0x130fc5,-0x12d,-0x98,-_0x53d640._0x19569a)+_0x42d2f2(_0x53d640._0x302220,0x414,0x35b,_0x53d640._0x2f3024)};console[_0x596d7a(-_0x53d640._0x565cc2,-_0x53d640._0x51e471,-_0x53d640._0x28220f,-0x18f)](_0x2f13a3['XJDIF']),console[_0x42d2f2(_0x53d640._0x3085d7,_0x53d640._0x3e3903,_0x53d640._0x2d9f80,0x286)]('');const _0x4ee59f=await _0x2f13a3['XNSTB'](getCoderSetupPath),_0x535b4c=await _0x2f13a3[_0x42d2f2(_0x53d640._0x16142b,0x2cc,_0x53d640._0x1db426,_0x53d640._0x6f57fa)](getServerPort),_0x2a8f60=await _0x2f13a3[_0x596d7a(-_0x53d640._0x3f1f99,-0xa8,-_0x53d640._0x28d7ed,-_0x53d640._0xc928ff)](getSslCertPath),_0x76ed2c=await _0x2f13a3[_0x596d7a(-0x193,-_0x53d640._0x36e1f4,-_0x53d640._0x5f52e3,-0x175)](getSslKeyPath),_0x537bc9=await _0x2f13a3[_0x42d2f2(_0x53d640._0x47d40b,_0x53d640._0x238c4e,0x395,_0x53d640._0x4ab1bc)](getSslCaPath);function _0x596d7a(_0x26c06f,_0x5547c9,_0x243309,_0x4b459){return _0x5665d4(_0x243309- -0x42e,_0x5547c9-0x3a,_0x4b459,_0x4b459-_0x4103a7._0x8cde11);}function _0x42d2f2(_0x38f94b,_0x57f7d4,_0x2dbe55,_0x549a88){return _0x5ce688(_0x38f94b-_0x31e8c9._0x27af0d,_0x57f7d4,_0x2dbe55-0x186,_0x549a88-0x66);}const _0x48d20f=await _0x2f13a3[_0x42d2f2(_0x53d640._0x329796,0x2bc,0x372,_0x53d640._0x847cd7)](getTrustProxy);console[_0x42d2f2(0x334,_0x53d640._0x3cba63,0x339,_0x53d640._0x1cbe1e)](_0x596d7a(-0x138,-_0x53d640._0x168894,-0x17d,-_0x53d640._0x28220f)+_0x42d2f2(0x2e2,_0x53d640._0x4ee566,0x394,0x41f)+_0x2f13a3[_0x42d2f2(_0x53d640._0x18e544,_0x53d640._0x51176e,0x489,_0x53d640._0x212949)](_0x4ee59f,_0x42d2f2(_0x53d640._0x1dfe3c,0x409,_0x53d640._0x86cd2,_0x53d640._0x3a61f8))),console[_0x596d7a(-_0x53d640._0xab3b86,-0x13b,-0x1cf,-0x18e)]('server_por'+_0x42d2f2(0x45d,0x381,0x40d,0x3bf)+_0x535b4c),console[_0x596d7a(-0x158,-0x143,-0x1cf,-_0x53d640._0x285504)](_0x42d2f2(0x2c9,0x3d0,0x342,0x3e5)+'ath:\x20\x20\x20\x20'+(_0x2a8f60||_0x2f13a3[_0x596d7a(-_0x53d640._0x1c75dc,-_0x53d640._0x3a48c8,-_0x53d640._0x483c70,-0x194)])),console['log'](_0x42d2f2(_0x53d640._0x2ba35d,_0x53d640._0x4ee71c,0x475,0x527)+_0x596d7a(-_0x53d640._0x78c7ab,-_0x53d640._0x3e853e,-_0x53d640._0xf21552,-_0x53d640._0x2400c0)+_0x2f13a3[_0x42d2f2(_0x53d640._0x456720,0x4bc,0x489,_0x53d640._0x43471e)](_0x76ed2c,_0x2f13a3[_0x596d7a(-0x134,-_0x53d640._0x5548fe,-0x11a,-0x71)])),console['log']('ssl_ca_pat'+_0x42d2f2(_0x53d640._0x50e6f1,_0x53d640._0x12aa28,0x43e,0x42d)+(_0x537bc9||_0x2f13a3[_0x42d2f2(0x413,0x4a7,0x3ee,_0x53d640._0x25842a)])),console[_0x42d2f2(_0x53d640._0x10039a,0x334,0x339,0x3ed)](_0x596d7a(-0x134,-_0x53d640._0x713d3,-_0x53d640._0x504688,-_0x53d640._0x1a70ea)+_0x42d2f2(_0x53d640._0x3c724e,_0x53d640._0x186e66,0x376,_0x53d640._0x2f6a59)+(_0x2f13a3[_0x42d2f2(_0x53d640._0x276e76,_0x53d640._0x3b93d5,0x444,0x4cb)](_0x48d20f,null)?_0x48d20f:_0x2f13a3['kRsIN'])),console['log'](''),console[_0x42d2f2(_0x53d640._0x54d781,0x3ce,0x339,0x39c)]('Location:\x20'+_0x2f13a3[_0x596d7a(-_0x53d640._0x550668,-0x286,-0x1ce,-_0x53d640._0x3a22ca)](getConfigPath)),console[_0x596d7a(-0x201,-0x228,-0x1cf,-_0x53d640._0x3fbba0)]('');if(_0x4ee59f){console[_0x42d2f2(0x308,_0x53d640._0x578166,_0x53d640._0x2d9f80,0x39e)](_0x2f13a3[_0x42d2f2(_0x53d640._0xb99069,_0x53d640._0x2679e1,_0x53d640._0x2ba855,0x366)]),console[_0x596d7a(-0x1aa,-_0x53d640._0x427d4a,-_0x53d640._0x496ece,-0x1e8)]('');const _0x57bf1b=_0x45168b[_0x596d7a(-0x8a,0x26,-_0x53d640._0x223b45,-0x129)](_0x4ee59f,'setup.json');try{if(_0x2f13a3[_0x42d2f2(0x458,_0x53d640._0xdf87e6,_0x53d640._0x1f5066,_0x53d640._0x2474b4)](_0x2f13a3[_0x42d2f2(0x491,0x496,_0x53d640._0x3cee81,0x38f)],_0x2f13a3['ByjCh']))_0x1afda4[_0x596d7a(-_0x53d640._0x52fbc2,-_0x53d640._0x4e019c,-0xbe,-0xe8)](_0x42d2f2(_0x53d640._0x524f91,0x2fa,_0x53d640._0x25adce,_0x53d640._0x2abbb7)+'up.json\x20no'+_0x596d7a(-_0x53d640._0x443002,-_0x53d640._0x4fd1e7,-0xc3,-_0x53d640._0x5e27e2)+'\x20'+_0x5c56b1);else{const _0x585924=await _0x7af631[_0x596d7a(-0x73,-0x24,-_0x53d640._0x50f874,-0xec)](_0x57bf1b,_0x2f13a3[_0x596d7a(-_0x53d640._0x5427a6,-0x12c,-_0x53d640._0x427d4a,-0xb8)]),_0x350e71=JSON[_0x42d2f2(_0x53d640._0x5f30c8,_0x53d640._0x27005b,0x3ea,0x3b3)](_0x585924);console[_0x596d7a(-_0x53d640._0x9c0a1c,-_0x53d640._0x1d1d85,-0x1cf,-0x209)](JSON[_0x596d7a(-0x19f,-_0x53d640._0x16da29,-_0x53d640._0x6e8ec7,-0x27c)](_0x350e71,null,0x1a*-0xa3+-0x7*0x394+0x299c*0x1)),console[_0x42d2f2(0x2ef,_0x53d640._0x1b1a22,_0x53d640._0x3a37d5,0x3ba)](''),console['log']('Location:\x20'+_0x57bf1b);}}catch(_0x451f37){_0x2f13a3[_0x42d2f2(0x465,0x3f1,0x464,_0x53d640._0x234ce9)](_0x451f37[_0x42d2f2(_0x53d640._0x59606e,0x3c5,0x3f9,0x37f)],_0x2f13a3[_0x42d2f2(0x41c,_0x53d640._0x2b4e73,_0x53d640._0x5c2b7c,0x3e2)])?(console[_0x596d7a(-_0x53d640._0x55eeeb,-0x243,-_0x53d640._0x28220f,-_0x53d640._0x4572c5)](_0x2f13a3[_0x42d2f2(0x455,_0x53d640._0x1f5e2c,_0x53d640._0x727a4,_0x53d640._0x1f5066)]),console[_0x596d7a(-_0x53d640._0x402f73,-_0x53d640._0x4af345,-_0x53d640._0x4750fb,-_0x53d640._0x483c70)](''),console['log']('Expected\x20l'+_0x596d7a(-0x22b,-_0x53d640._0x5e34ba,-0x1aa,-_0x53d640._0x1880f5)+_0x57bf1b)):console[_0x596d7a(-_0x53d640._0x407fc4,-_0x53d640._0x45bec2,-0x1cf,-_0x53d640._0x5567de)](_0x42d2f2(0x414,_0x53d640._0x5505fd,_0x53d640._0x4f44b5,_0x53d640._0x260f8e)+_0x596d7a(-0xcd,-0x16a,-0x145,-_0x53d640._0x4ce3b7)+_0x42d2f2(0x35e,0x3e3,0x378,0x31f)+_0x451f37[_0x42d2f2(_0x53d640._0x25865b,0x345,0x361,0x3ee)]);}}else console[_0x42d2f2(0x3d2,_0x53d640._0x1b1a22,0x339,0x31f)](_0x2f13a3['HGMdI']),console[_0x596d7a(-0x1ec,-_0x53d640._0xcd60db,-0x1cf,-_0x53d640._0x3b79e8)](_0x2f13a3['JdgPX']);}
1
+ (function(_0x502131,_0x57e73d){const _0x40335e={_0x1a02c7:0x597,_0x5effd3:0x574,_0x3a0599:0x4e6,_0x3be48e:0x115,_0x304b9b:0x111,_0x27b76d:0x1c2,_0x2c2e4c:0x431,_0x156433:0x482,_0x59ad38:0x4f5,_0x2feaba:0x4cd,_0xd1fffd:0x12c,_0xfd8458:0x205,_0x5082b4:0x231,_0x2e6906:0x39a,_0x36aca0:0x332,_0x4aa0d3:0x49c,_0x225676:0x4f7,_0x359bbe:0x4d4,_0x3f5f0e:0x4cf,_0x5bbfce:0x1be,_0x3268d3:0x1ce,_0xaa7a1:0x1d5},_0x4fb54b={_0x73a77b:0x3a8};function _0x2f312c(_0x5f1f24,_0x14520d,_0x50d53f,_0x39465b){return _0x463f(_0x50d53f- -_0x4fb54b._0x73a77b,_0x14520d);}function _0x4f8907(_0x17e81e,_0x28ce05,_0x17eaab,_0x555a12){return _0x463f(_0x17eaab-0x2fa,_0x555a12);}const _0x14419b=_0x502131();while(!![]){try{const _0x587741=-parseInt(_0x4f8907(_0x40335e._0x1a02c7,_0x40335e._0x5effd3,0x53e,_0x40335e._0x3a0599))/(0xc79+-0x684*0x4+0xd98)*(parseInt(_0x2f312c(-_0x40335e._0x3be48e,-_0x40335e._0x304b9b,-_0x40335e._0x27b76d,-0x218))/(-0x1542+-0xd*0x6f+0x1ae7))+-parseInt(_0x4f8907(0x45a,_0x40335e._0x2c2e4c,0x4a0,_0x40335e._0x156433))/(0x7fd+-0x38*0x59+0xb7e*0x1)+parseInt(_0x4f8907(0x4ef,_0x40335e._0x59ad38,0x4db,_0x40335e._0x2feaba))/(0xefb+0x67*-0x5+-0xcf4)*(-parseInt(_0x2f312c(-_0x40335e._0xd1fffd,-_0x40335e._0xfd8458,-0x17f,-_0x40335e._0x5082b4))/(0xe6b*0x1+0x19*-0xc2+0x1*0x48c))+-parseInt(_0x4f8907(0x3b7,_0x40335e._0x2e6906,0x40a,0x454))/(0xe32+0x1d*-0x91+0x241)*(parseInt(_0x2f312c(-0x257,-_0x40335e._0x36aca0,-0x295,-0x2dd))/(0x14*0x5+0x93e+-0x99b*0x1))+-parseInt(_0x4f8907(0x522,_0x40335e._0x4aa0d3,0x4a9,0x4b2))/(-0xdc7+-0x1830+0x25ff)+-parseInt(_0x4f8907(0x51a,_0x40335e._0x225676,0x4cc,0x42c))/(-0x1462+0x2af*0x3+0x62f*0x2)+-parseInt(_0x4f8907(_0x40335e._0x359bbe,0x52d,_0x40335e._0x3f5f0e,0x51a))/(-0x21c8+0x9*-0x17b+-0x2f25*-0x1)*(-parseInt(_0x2f312c(-_0x40335e._0x5bbfce,-_0x40335e._0x3268d3,-0x18d,-_0x40335e._0xaa7a1))/(-0x1033+0x521+0x239*0x5));if(_0x587741===_0x57e73d)break;else _0x14419b['push'](_0x14419b['shift']());}catch(_0x1b91a2){_0x14419b['push'](_0x14419b['shift']());}}}(_0x3b5c,-0x1185fd+-0x5*-0xd06b+0x16bb13));import{promises as _0x179acc}from'fs';function _0x14ae10(_0x4afad3,_0x7d020e,_0x14d970,_0x2e9da3){const _0x51dbbd={_0x2257cb:0xd0};return _0x463f(_0x7d020e- -_0x51dbbd._0x2257cb,_0x4afad3);}import _0x45b978 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set(['coder_setu'+_0x3a167a(-0x1a4,-0x230,-0x292,-0x183),_0x14ae10(0x3e,0xdd,0x13c,0x50)+'t','ssl_cert_p'+_0x14ae10(0x6f,0x88,-0x27,0x86),_0x3a167a(-0xcf,-0x173,-0x125,-0x1fe)+'th',_0x14ae10(0x17e,0x183,0x1ae,0xdb)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set([_0x14ae10(0xbb,0x155,0x138,0x1cc),'default_ag'+_0x14ae10(0x40,0x45,0xf,0xa4),'task_stora'+'ge',_0x3a167a(-0xb3,-0x115,-0xe4,-0x1a9)]);export async function handleConfig(_0x59e897){const _0x56ad62={_0x366e0d:0x2f,_0x525adf:0x68,_0x304264:0x36,_0x1b9616:0xbb,_0x5c64e9:0x1b5,_0x29d820:0x163,_0x1a7f6a:0x25,_0x34bbcb:0xdc,_0x70eef5:0x122,_0x395f20:0x91,_0x157051:0x126,_0xfe197c:0xfe,_0x338f94:0x59,_0x45b8b8:0x192,_0x2a5187:0x1c7,_0x5b1371:0x157,_0x135116:0x9b,_0x43e882:0x10d,_0x1d5b10:0x1d9,_0xd0a882:0xb6,_0x12a155:0xa7,_0x1e84ff:0x23,_0x1d37f4:0x8d,_0x38444e:0x5a,_0x257662:0x4,_0x867565:0x56,_0x497f65:0x6e,_0xa4942b:0xf3,_0x5e6d7a:0x5e,_0x3400e1:0x108,_0x51c7b4:0xdd,_0x542670:0x1dc,_0x15b65b:0x16a,_0x3b330b:0x47,_0x78e62:0x4f,_0x3baba4:0x9c,_0x4c2fdc:0x1b3,_0x53fc09:0x143,_0x55e735:0x10a,_0x32ab74:0x42,_0x256461:0x195,_0xbc59f0:0xb9,_0x130072:0x9d,_0x227180:0xea,_0x440355:0xdc,_0x474fe9:0x64},_0x2eb111={_0x396ba8:0x1bd,_0x247b92:0x2fb,_0x3a4702:0x107},_0x237cc9={_0x34601e:0x14d,_0x3d7dcb:0xac,_0x2420dd:0x1b9};function _0x22a9ef(_0xb80e77,_0x17b1d5,_0x5d6814,_0x460e2a){return _0x14ae10(_0x460e2a,_0x17b1d5- -_0x237cc9._0x34601e,_0x5d6814-_0x237cc9._0x3d7dcb,_0x460e2a-_0x237cc9._0x2420dd);}const _0x1323fe={'wQyho':function(_0xa82ff6){return _0xa82ff6();},'OmIxM':_0x22a9ef(0xe7,_0x56ad62._0x366e0d,_0x56ad62._0x525adf,-_0x56ad62._0x304264),'ozjNh':function(_0x399b21,_0x144cc0,_0x58216d){return _0x399b21(_0x144cc0,_0x58216d);},'WaORZ':function(_0x161205,_0x2476cb){return _0x161205(_0x2476cb);},'NVYOb':'remove','TkQXS':_0x22a9ef(-0x60,-_0x56ad62._0x1b9616,-0x11,-0x29),'Uonor':function(_0x487ac4,_0x2eb112){return _0x487ac4(_0x2eb112);},'ZCFPk':_0x181576(0x105,0x1ed,_0x56ad62._0x5c64e9,0x185),'UwwKj':function(_0x6a7da0){return _0x6a7da0();}},_0x3d5d11=_0x59e897[0x16d9+-0x1*0x57a+-0x115f];!_0x3d5d11&&(_0x1323fe['wQyho'](showUsage),process[_0x181576(_0x56ad62._0x29d820,_0x56ad62._0x1a7f6a,_0x56ad62._0x34bbcb,_0x56ad62._0x70eef5)](0x1*-0x12a6+-0x1175+-0x120e*-0x2));function _0x181576(_0x5c93f0,_0x5650ec,_0x5addf5,_0x1e7aba){return _0x3a167a(_0x5c93f0-_0x2eb111._0x396ba8,_0x5addf5-_0x2eb111._0x247b92,_0x5addf5-_0x2eb111._0x3a4702,_0x5650ec);}try{switch(_0x3d5d11){case _0x1323fe['OmIxM']:await _0x1323fe[_0x181576(0x1d8,0x13d,0x1ca,0x24d)](setConfig,_0x59e897[0x22fd+0xf2d+-0x3229],_0x59e897[-0xb*0x1f1+-0x3*-0xa27+-0x246*0x4]);break;case _0x181576(_0x56ad62._0x395f20,0x11a,0xa1,_0x56ad62._0x157051):await _0x1323fe[_0x181576(0xbc,0xe6,_0x56ad62._0xfe197c,_0x56ad62._0x338f94)](getConfig,_0x59e897[0x2190+0x1840*-0x1+-0x94f]);break;case _0x1323fe[_0x181576(0x156,_0x56ad62._0x45b8b8,_0x56ad62._0x2a5187,_0x56ad62._0x5b1371)]:case _0x1323fe[_0x22a9ef(0x26,-0x1,_0x56ad62._0x135116,-0x36)]:await _0x1323fe[_0x181576(_0x56ad62._0x43e882,0xf5,0xfb,0xe8)](removeConfig,_0x59e897[0xe2f+-0x2c9*0x5+-0x41]);break;case _0x1323fe[_0x181576(0x14e,0x20f,0x1b0,_0x56ad62._0x1d5b10)]:await _0x1323fe['UwwKj'](showConfig);break;default:console[_0x181576(_0x56ad62._0xd0a882,0x118,_0x56ad62._0x12a155,0xa)](_0x22a9ef(0x5a,-_0x56ad62._0x1e84ff,_0x56ad62._0x1d37f4,-_0x56ad62._0x38444e)+_0x22a9ef(_0x56ad62._0x304264,-_0x56ad62._0x257662,_0x56ad62._0x867565,-0x18)+_0x3d5d11),console[_0x181576(_0x56ad62._0x338f94,_0x56ad62._0x497f65,_0x56ad62._0x12a155,_0x56ad62._0xa4942b)](_0x181576(_0x56ad62._0x5e6d7a,_0x56ad62._0x3400e1,_0x56ad62._0x51c7b4,0x22)+_0x181576(_0x56ad62._0x542670,_0x56ad62._0x15b65b,0x1eb,0x1e6)+_0x22a9ef(-_0x56ad62._0x3b330b,-_0x56ad62._0x78e62,-_0x56ad62._0x3baba4,-0x23)+_0x181576(0x259,0x221,_0x56ad62._0x4c2fdc,_0x56ad62._0x53fc09)+_0x181576(_0x56ad62._0x55e735,0x182,0xe9,0x110)),process[_0x181576(_0x56ad62._0x32ab74,_0x56ad62._0x256461,_0x56ad62._0x34bbcb,0x140)](-0x1d8d+-0x1*0x1e18+0xa*0x5f7);}}catch(_0x499adb){console[_0x181576(_0x56ad62._0xbc59f0,0x143,_0x56ad62._0x12a155,0x160)]('Error:\x20'+_0x499adb['message']),process[_0x181576(_0x56ad62._0x130072,_0x56ad62._0x227180,_0x56ad62._0x440355,_0x56ad62._0x474fe9)](-0x10f7*-0x2+-0x1909+-0x2*0x472);}}function showUsage(){const _0x3a9be8={_0x2d92b7:0x1d5,_0x22f2af:0x121,_0x3943b4:0x166,_0xb5c650:0x283,_0x382990:0x299,_0x21eaac:0x22e,_0x3678f3:0x1c8,_0x24964d:0x420,_0x3b24bc:0x45b,_0x502c38:0x4b9,_0x3a34ea:0x185,_0x26e9a3:0x497,_0x47534b:0x3a6,_0x4f354d:0x203,_0x24501a:0x192,_0xb0af3e:0x1b6,_0x49da85:0x3d3,_0x26743e:0x31f,_0x4bc781:0x126,_0x2a168d:0xfa,_0x3950c7:0xe0,_0x3871e4:0x45c,_0x378fee:0x1ef,_0xb60d54:0x230,_0x4f5985:0x13a,_0x2099fd:0x1df,_0x58a699:0x28d,_0x4d7fee:0x4bb,_0x337941:0x4c6,_0x70463f:0x43f,_0x4f7bc9:0x245,_0x26316b:0x232,_0x144d07:0x23e,_0x5dc102:0x287,_0x52e721:0x199,_0x38d6f6:0x20a,_0x1cee3d:0x402,_0xc0924e:0x545,_0x349673:0x44f,_0xf32c0b:0x45d,_0x59369f:0x41c,_0x5622cc:0x3f7,_0xc99c1f:0x419,_0x3172a3:0x468,_0x1ccfdd:0x503,_0x514f89:0x45f,_0x21bce8:0x3f8,_0x405a7:0x341,_0x215e5e:0x3cd,_0x5dbaed:0x3ce,_0x426093:0x371,_0x42fcc9:0x179,_0x189811:0x120,_0x27f96d:0x119,_0x5738c6:0x188,_0x21d0b8:0x438,_0x26e241:0x457,_0x27aa81:0x3f6,_0xe4c475:0x4ad,_0x3fe2d0:0x26a,_0x567ffd:0x1ab,_0x8edc6b:0xe8,_0x26f9a1:0x11f,_0x445194:0x17c,_0x793311:0x17d,_0x16a885:0x56c,_0xe4b9ce:0x370,_0x97516c:0x34b,_0x3065b7:0x1aa,_0x11975b:0xe9,_0x317393:0x100,_0xbb9c44:0x4f0,_0x41ac53:0x43e,_0x254af4:0x167,_0x114df8:0x242,_0x21acea:0xee,_0x42100a:0x491,_0x169af3:0x53d,_0x1a0909:0x481,_0x57399d:0x438,_0x1a6b50:0x4c3,_0x13585e:0x395,_0x53ca2a:0x4dc,_0x26d53b:0x465,_0x396518:0x3f6,_0x26a84d:0x40c,_0x3b276a:0x344,_0x577af4:0x22c,_0x58b0b5:0x138,_0x3c9411:0x1fd,_0x2a3ed5:0x449,_0x2bd083:0x499,_0x6fe0c:0x554,_0x59ade2:0x499,_0x305f4a:0x476,_0x5a9243:0x412,_0x2d5c27:0x3b0,_0x463890:0x382,_0x56f397:0x363,_0x2b4813:0x3db,_0x154882:0x48a,_0x3b6e3c:0xef,_0x1207cc:0x75,_0x356880:0x44d,_0x5c77de:0x496,_0x2f8b43:0x4a0,_0x474592:0x516,_0x230eb8:0x349,_0x11f3a0:0x3da,_0x4408fd:0x485,_0x4d8330:0x3c3,_0x4d3864:0x49c,_0x16acc6:0x384,_0xdf772:0x361,_0x183857:0x1a7,_0x3578f5:0x20c,_0x36bcac:0x2dd,_0x4b6427:0x1e0,_0x5d657e:0x1fa,_0x39f18c:0x4e8,_0xb09a82:0x324,_0x46dd0d:0x2c2,_0x2cfdcb:0x46f,_0x4b9527:0x4d9,_0x50dc38:0x466,_0x506c33:0x3d9,_0x40de16:0x3f9,_0x57aa7b:0x458,_0x4e8e9b:0x6d,_0x2f335b:0x122,_0x3bef99:0x82,_0x323278:0x113,_0x3ab3c3:0x4b1,_0x1db3cb:0x4fe,_0x4d7e4f:0x4ac,_0x11a71d:0x44b,_0x49cc07:0x14e,_0x3f7a7c:0x14c,_0x18e050:0x3c1,_0x3b74ae:0x41b,_0x3e2ef0:0xeb,_0x284179:0x183,_0x57499e:0x20b,_0x5111cd:0x48e,_0x44ac30:0x2ef,_0x2b2858:0x2e5,_0x3e4e99:0x233,_0x37cb63:0x279,_0x36cab0:0x180,_0xe8ae1f:0x120,_0x32a529:0x155,_0x3d093b:0x2fe,_0x1dc570:0x419,_0x5698f0:0x399,_0x5ddf56:0x15d,_0x13f5c4:0x1fa,_0x4c5919:0x385,_0x531415:0x3ef,_0x1ed4d5:0x467,_0x1a57b5:0x143,_0x3c2a7a:0x165,_0x3d5199:0x3bb,_0xefc617:0x35e,_0x28a8ee:0x1b0,_0x261c10:0x21d,_0x44906a:0x245,_0x5553b8:0x162,_0x41ef46:0x9f,_0x316f38:0xf7,_0x47e7d0:0x12b,_0x365413:0xdf,_0x2ee947:0x512,_0x1291c4:0x474,_0x50379b:0x44f,_0x2347d0:0x439,_0x4f362a:0x37d,_0x4592c2:0x395,_0x1d2188:0x35a,_0x22f2c0:0x484,_0x34bfdf:0x334,_0x4338a3:0x250,_0x1e5072:0x1a0,_0x1c49cc:0xd4,_0x2e0ffb:0x255,_0x320290:0x271,_0x3f0fe1:0x36b,_0x336b79:0x3f7,_0x2ffc07:0x4a6,_0x20ee9e:0x407,_0x117171:0x1c4,_0x435980:0x2ae,_0x8ef3ea:0x251,_0x9feaaa:0x236,_0x1bfec9:0x195,_0x1c7f98:0xd8,_0x4cffdc:0x35b,_0x42e84d:0x3cc,_0x58212a:0x447,_0x2204f5:0x3b4,_0xeeab68:0x44e,_0x4e1ca:0x1a5,_0x508126:0x37d,_0x393e1f:0x34a,_0x336184:0x3c4,_0x284dd9:0x380,_0x33c924:0x396,_0x5a6467:0x3a5,_0x11dda6:0x2a7,_0x150709:0x286,_0x74116d:0x25f,_0x17cccf:0x2d6,_0x552c1e:0x2cb,_0xb1dd38:0x235,_0x425a40:0x250,_0x342475:0x1d6,_0x331935:0x196,_0x1eeee6:0x124,_0x3d48eb:0x43d,_0x1f8de7:0x3fe,_0x27d879:0x9e,_0x892336:0x101,_0x5018f0:0x146,_0x54687d:0x1f1,_0x60ff89:0x1e6,_0x57627d:0xc0,_0x2fb06e:0x1fb,_0x598d49:0x37d,_0x5c8914:0x402,_0x476848:0x404,_0x59f58f:0x53c,_0x1bd1d0:0x35e,_0x2fa64c:0x269,_0x58d4ba:0x23a,_0x8247b4:0x304,_0x412058:0x445,_0x38dcfb:0x21f,_0x4016f3:0x21a,_0x83b167:0x1ea,_0x635cfa:0x453,_0x3297d7:0x37d,_0xfa960e:0x308,_0x3e84a3:0x31f,_0x17c309:0x390,_0x1a711a:0x317,_0x27795f:0x217,_0x14a769:0x276,_0x441b5d:0x1f7,_0x6f93c5:0x1cf,_0x970977:0x13e,_0xac1507:0x44f,_0x2fd3b9:0x3f0,_0x318b8e:0x392,_0x1df645:0x3bb,_0x31c33e:0x359,_0x11b70e:0x31c,_0x5859c0:0x3d3,_0x196116:0x475,_0x18de64:0x2f9,_0x20ffea:0x4b9,_0x467809:0x34f,_0x4e2b0a:0x1ae,_0x492f79:0x2f9,_0x190544:0x1cc,_0x50f439:0x1bf,_0x2e833e:0x37d,_0x3e3340:0x33d,_0x26e9c6:0x37d,_0x3c6371:0x440,_0x10c4b2:0x3fd,_0x131b54:0x373},_0x56b514={_0x277f61:0x343,_0x1b23ba:0x1f4},_0x409184={_0x29484a:0xa4,_0x3eb03a:0x12d};function _0x13eb91(_0x1abf97,_0x54855c,_0xd47c65,_0x22b71c){return _0x14ae10(_0x22b71c,_0xd47c65- -0x28a,_0xd47c65-_0x409184._0x29484a,_0x22b71c-_0x409184._0x3eb03a);}const _0x4360f2={};_0x4360f2['RoIas']=_0x13eb91(-_0x3a9be8._0x2d92b7,-0xd7,-0x13d,-_0x3a9be8._0x22f2af)+_0x13eb91(-_0x3a9be8._0x3943b4,-0x21c,-0x206,-_0x3a9be8._0xb5c650)+_0x13eb91(-_0x3a9be8._0x382990,-_0x3a9be8._0x21eaac,-0x1e1,-_0x3a9be8._0x3678f3)+'|4|24|2|18'+_0x433e8d(0x337,0x36d,_0x3a9be8._0x24964d,0x339)+_0x433e8d(0x487,_0x3a9be8._0x3b24bc,0x413,_0x3a9be8._0x502c38)+_0x13eb91(-_0x3a9be8._0x3a34ea,-0x24e,-0x1b2,-0x1a3),_0x4360f2[_0x433e8d(0x432,0x406,_0x3a9be8._0x26e9a3,_0x3a9be8._0x47534b)]=_0x13eb91(-_0x3a9be8._0x4f354d,-_0x3a9be8._0x24501a,-_0x3a9be8._0xb0af3e,-0x13e)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x433e8d(0x416,_0x3a9be8._0x49da85,_0x3a9be8._0x26743e,0x479)+_0x13eb91(-0x57,-_0x3a9be8._0x4bc781,-_0x3a9be8._0x2a168d,-_0x3a9be8._0x3950c7)+_0x433e8d(0x3dc,_0x3a9be8._0x3871e4,0x44f,0x48c),_0x4360f2[_0x13eb91(-0x284,-0x1e0,-_0x3a9be8._0x378fee,-_0x3a9be8._0xb60d54)]='\x20\x20trust_pr'+_0x13eb91(-0x242,-_0x3a9be8._0x4f5985,-_0x3a9be8._0x2099fd,-_0x3a9be8._0x58a699)+_0x433e8d(0x553,_0x3a9be8._0x4d7fee,_0x3a9be8._0x337941,_0x3a9be8._0x70463f)+_0x13eb91(-_0x3a9be8._0x4f7bc9,-0x2ca,-_0x3a9be8._0x26316b,-0x1aa)+_0x13eb91(-0x280,-_0x3a9be8._0x144d07,-0x231,-_0x3a9be8._0x5dc102)+_0x13eb91(-0x190,-_0x3a9be8._0x52e721,-_0x3a9be8._0x38d6f6,-0x1e5),_0x4360f2['hldmP']=_0x433e8d(0x35b,0x367,_0x3a9be8._0x1cee3d,0x3eb)+_0x433e8d(0x425,0x4a8,0x471,_0x3a9be8._0xc0924e)+'\x20Set\x20a\x20con'+_0x433e8d(_0x3a9be8._0x349673,_0x3a9be8._0xf32c0b,_0x3a9be8._0x59369f,_0x3a9be8._0x5622cc)+_0x433e8d(_0x3a9be8._0xc99c1f,_0x3a9be8._0x3172a3,_0x3a9be8._0x1ccfdd,_0x3a9be8._0x514f89),_0x4360f2['dojfl']='\x20\x20ssl_key_'+_0x433e8d(0x3be,_0x3a9be8._0x21bce8,_0x3a9be8._0x405a7,0x362)+'\x20\x20Path\x20to\x20'+_0x433e8d(_0x3a9be8._0x215e5e,0x418,_0x3a9be8._0x5dbaed,_0x3a9be8._0x426093)+_0x13eb91(-0x167,-0x29f,-0x1ed,-_0x3a9be8._0x42fcc9),_0x4360f2['DjJnq']=_0x13eb91(-_0x3a9be8._0x189811,-0x140,-_0x3a9be8._0x27f96d,-_0x3a9be8._0x5738c6)+_0x433e8d(_0x3a9be8._0x21d0b8,0x485,0x441,_0x3a9be8._0x26e241)+'\x20\x20Path\x20to\x20'+_0x433e8d(_0x3a9be8._0x27aa81,_0x3a9be8._0xe4c475,0x3fa,0x52d)+_0x13eb91(-_0x3a9be8._0x3fe2d0,-_0x3a9be8._0x567ffd,-0x1c8,-0x1ac),_0x4360f2[_0x13eb91(-_0x3a9be8._0x8edc6b,-_0x3a9be8._0x26f9a1,-_0x3a9be8._0x445194,-_0x3a9be8._0x793311)]=_0x433e8d(0x53a,0x4cb,_0x3a9be8._0x16a885,0x551)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x433e8d(0x3bc,_0x3a9be8._0xe4b9ce,_0x3a9be8._0x97516c,0x3c2)+'me',_0x4360f2[_0x13eb91(-_0x3a9be8._0x3065b7,-_0x3a9be8._0x11975b,-_0x3a9be8._0x317393,-0x14d)]=_0x433e8d(0x56a,0x4ba,_0x3a9be8._0xbb9c44,_0x3a9be8._0x41ac53)+'rver\x20confi'+'g\x20set\x20defa'+'ult_agent\x20'+_0x13eb91(-_0x3a9be8._0x254af4,-0xee,-0x145,-0x135),_0x4360f2['jwENH']=_0x13eb91(-_0x3a9be8._0x114df8,-0x1ba,-0x19e,-_0x3a9be8._0x21acea),_0x4360f2[_0x433e8d(0x549,_0x3a9be8._0x42100a,0x53f,_0x3a9be8._0x169af3)]='Examples:',_0x4360f2[_0x433e8d(_0x3a9be8._0x1a0909,_0x3a9be8._0x57399d,_0x3a9be8._0x1a6b50,_0x3a9be8._0x13585e)]=_0x433e8d(_0x3a9be8._0x53ca2a,_0x3a9be8._0x26d53b,_0x3a9be8._0x396518,0x3aa)+_0x433e8d(0x47b,0x3df,_0x3a9be8._0x26a84d,_0x3a9be8._0x3b276a)+_0x13eb91(-_0x3a9be8._0x577af4,-_0x3a9be8._0x58b0b5,-0x175,-_0x3a9be8._0x3c9411)+'t|get|remo'+_0x433e8d(_0x3a9be8._0x2a3ed5,0x41a,_0x3a9be8._0x2bd083,0x3fe)+_0x433e8d(_0x3a9be8._0x6fe0c,_0x3a9be8._0x59ade2,0x4eb,0x468)+'e]',_0x4360f2[_0x433e8d(_0x3a9be8._0x305f4a,_0x3a9be8._0x5a9243,0x4a7,0x3a7)]=_0x433e8d(0x436,_0x3a9be8._0x2d5c27,_0x3a9be8._0x463890,0x440)+_0x433e8d(_0x3a9be8._0x56f397,_0x3a9be8._0x2b4813,_0x3a9be8._0x154882,0x46a)+'\x20\x20Server\x20p'+_0x13eb91(-_0x3a9be8._0x3b6e3c,-_0x3a9be8._0x1207cc,-0xfc,-0xbf)+'lt:\x203000)',_0x4360f2['naiKG']=_0x433e8d(_0x3a9be8._0x356880,_0x3a9be8._0x5c77de,_0x3a9be8._0x2f8b43,_0x3a9be8._0x474592)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x433e8d(_0x3a9be8._0x230eb8,_0x3a9be8._0x11f3a0,_0x3a9be8._0x4408fd,_0x3a9be8._0x4d8330)+_0x433e8d(0x548,0x4cc,_0x3a9be8._0x154882,_0x3a9be8._0x4d3864)+_0x13eb91(-_0x3a9be8._0x5dc102,-0x242,-0x259,-0x290),_0x4360f2[_0x433e8d(0x447,0x390,_0x3a9be8._0x16acc6,_0x3a9be8._0xdf772)]=_0x13eb91(-_0x3a9be8._0x183857,-_0x3a9be8._0x3578f5,-0x238,-_0x3a9be8._0x36bcac)+_0x13eb91(-_0x3a9be8._0x4b6427,-0x12d,-0x128,-0x1a2)+_0x13eb91(-0x1bd,-_0x3a9be8._0x5d657e,-_0x3a9be8._0x183857,-0x17a)+_0x433e8d(0x4f3,0x4d7,0x4c1,_0x3a9be8._0x39f18c)+_0x433e8d(_0x3a9be8._0xb09a82,0x372,_0x3a9be8._0x46dd0d,0x2c0)+'y';function _0x433e8d(_0x27cee2,_0x579155,_0x1064a0,_0x239775){return _0x14ae10(_0x1064a0,_0x579155-_0x56b514._0x277f61,_0x1064a0-_0x56b514._0x1b23ba,_0x239775-0xc4);}_0x4360f2['vGPuh']=_0x433e8d(0x513,0x4ba,_0x3a9be8._0x2cfdcb,_0x3a9be8._0x4b9527)+_0x433e8d(_0x3a9be8._0x50dc38,0x4ab,0x42d,0x4af)+'g\x20set\x20serv'+'er_port\x2080'+'80',_0x4360f2[_0x433e8d(_0x3a9be8._0x506c33,0x475,_0x3a9be8._0x40de16,0x530)]=_0x433e8d(0x44a,0x4ba,_0x3a9be8._0x57aa7b,0x49c)+_0x13eb91(-_0x3a9be8._0x4e8e9b,-0x12a,-_0x3a9be8._0x2f335b,-_0x3a9be8._0x3bef99)+'g\x20show',_0x4360f2['QpyLi']=_0x13eb91(-0x1be,-0x16c,-_0x3a9be8._0x323278,-0x13c)+_0x433e8d(_0x3a9be8._0x3ab3c3,0x4ab,_0x3a9be8._0x1db3cb,0x43b)+'g\x20set\x20code'+_0x433e8d(_0x3a9be8._0x4d7e4f,_0x3a9be8._0x11a71d,0x42f,0x487)+_0x13eb91(-_0x3a9be8._0x49cc07,-0x1e1,-0x190,-_0x3a9be8._0x3f7a7c)+_0x433e8d(0x373,_0x3a9be8._0x18e050,_0x3a9be8._0x3b74ae,0x43d)+_0x13eb91(-0xde,-_0x3a9be8._0x3e2ef0,-_0x3a9be8._0x284179,-_0x3a9be8._0x57499e),_0x4360f2[_0x433e8d(0x464,0x421,0x4b1,_0x3a9be8._0x5111cd)]=_0x13eb91(-_0x3a9be8._0x44ac30,-_0x3a9be8._0x2b2858,-_0x3a9be8._0x3e4e99,-_0x3a9be8._0x37cb63)+_0x13eb91(-_0x3a9be8._0x36cab0,-0x161,-0x162,-0x106)+'\x20\x20Path\x20to\x20'+'SSL\x20CA\x20bun'+_0x13eb91(-_0x3a9be8._0xe8ae1f,-0x1fb,-_0x3a9be8._0x32a529,-0x105)+_0x13eb91(-0x1f5,-_0x3a9be8._0x3d093b,-0x257,-0x2fe),_0x4360f2[_0x433e8d(_0x3a9be8._0x1dc570,_0x3a9be8._0x5698f0,0x2e9,0x37c)]='\x20\x20get\x20<key'+_0x13eb91(-_0x3a9be8._0x5ddf56,-0x1ff,-0x176,-_0x3a9be8._0x13f5c4)+_0x433e8d(_0x3a9be8._0x4c5919,_0x3a9be8._0x531415,0x3fa,_0x3a9be8._0x1ed4d5)+'figuration'+_0x13eb91(-0x182,-_0x3a9be8._0x1a57b5,-_0x3a9be8._0x3c2a7a,-0x126),_0x4360f2[_0x433e8d(0x370,_0x3a9be8._0x3d5199,0x30b,_0x3a9be8._0xefc617)]='Setup\x20conf'+_0x13eb91(-_0x3a9be8._0x28a8ee,-_0x3a9be8._0x261c10,-0x24e,-0x2cc)+'keys\x20(stor'+_0x13eb91(-_0x3a9be8._0x44906a,-_0x3a9be8._0x5553b8,-0x20d,-0x1ce)+_0x13eb91(-0x15a,-_0x3a9be8._0x41ef46,-_0x3a9be8._0x316f38,-_0x3a9be8._0x47e7d0);const _0xb8af32=_0x4360f2,_0x41f014=_0xb8af32[_0x13eb91(-0x157,-_0x3a9be8._0x365413,-_0x3a9be8._0x21acea,-0x164)][_0x433e8d(_0x3a9be8._0x2ee947,_0x3a9be8._0x1291c4,_0x3a9be8._0x50379b,0x4a4)]('|');let _0x110598=-0x13f8+0x1*-0x1765+0x2b5d*0x1;while(!![]){switch(_0x41f014[_0x110598++]){case'0':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x2347d0,0x406,0x414,0x3c9)]);continue;case'1':console[_0x433e8d(0x41b,_0x3a9be8._0x4f362a,_0x3a9be8._0x4592c2,_0x3a9be8._0x1d2188)]('');continue;case'2':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x22f2c0,0x3de,_0x3a9be8._0x34bfdf,0x43a)]);continue;case'3':console[_0x13eb91(-0x2e9,-0x29e,-_0x3a9be8._0x4338a3,-0x1f7)](_0xb8af32[_0x13eb91(-0xdc,-_0x3a9be8._0x1e5072,-0x18f,-_0x3a9be8._0x1c49cc)]);continue;case'4':console[_0x13eb91(-0x1d6,-_0x3a9be8._0x2e0ffb,-0x250,-_0x3a9be8._0x320290)](_0xb8af32['dojfl']);continue;case'5':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x3f0fe1,_0x3a9be8._0x336b79,_0x3a9be8._0x2ffc07,_0x3a9be8._0x20ee9e)]);continue;case'6':console[_0x433e8d(0x2c4,0x37d,0x34e,0x2c9)](_0x13eb91(-_0x3a9be8._0x117171,-_0x3a9be8._0x435980,-_0x3a9be8._0x8ef3ea,-_0x3a9be8._0x9feaaa)+_0x13eb91(-_0x3a9be8._0x1bfec9,-_0x3a9be8._0x1c7f98,-0x170,-0x1e0)+_0x433e8d(_0x3a9be8._0x4cffdc,_0x3a9be8._0x42e84d,_0x3a9be8._0x58212a,0x37d)+'red\x20in\x20~/.'+_0x433e8d(_0x3a9be8._0x97516c,_0x3a9be8._0x2204f5,0x375,_0x3a9be8._0xeeab68)+_0x13eb91(-0x18a,-_0x3a9be8._0x4e1ca,-0x124,-0x1ad));continue;case'7':console[_0x433e8d(0x2cd,_0x3a9be8._0x508126,_0x3a9be8._0x393e1f,_0x3a9be8._0x3d5199)](_0x433e8d(_0x3a9be8._0x336184,0x42d,_0x3a9be8._0x284dd9,0x45f)+_0x433e8d(0x2fa,_0x3a9be8._0x33c924,_0x3a9be8._0x5a6467,0x429)+_0x13eb91(-0x1b0,-0x255,-_0x3a9be8._0x183857,-0x112)+_0x433e8d(0x3e7,0x397,0x406,0x2f9)+_0x13eb91(-_0x3a9be8._0x11dda6,-_0x3a9be8._0x150709,-_0x3a9be8._0x74116d,-_0x3a9be8._0x17cccf));continue;case'8':console[_0x13eb91(-_0x3a9be8._0x552c1e,-_0x3a9be8._0xb1dd38,-_0x3a9be8._0x425a40,-0x259)](_0x13eb91(-_0x3a9be8._0x342475,-_0x3a9be8._0x331935,-0x163,-_0x3a9be8._0x1eeee6)+_0x433e8d(0x359,0x382,_0x3a9be8._0x3d48eb,_0x3a9be8._0x1f8de7)+'\x20Remove\x20a\x20'+_0x13eb91(-0x8b,-_0x3a9be8._0x27d879,-_0x3a9be8._0x892336,-_0x3a9be8._0x3c2a7a)+_0x13eb91(-0x212,-_0x3a9be8._0x5018f0,-_0x3a9be8._0x54687d,-_0x3a9be8._0x60ff89));continue;case'9':console['error'](_0xb8af32[_0x13eb91(-_0x3a9be8._0x57627d,-_0x3a9be8._0x2fb06e,-0x17c,-0x185)]);continue;case'10':console[_0x433e8d(0x360,_0x3a9be8._0x598d49,_0x3a9be8._0x5c8914,_0x3a9be8._0x476848)](_0xb8af32[_0x433e8d(0x51e,0x4cd,_0x3a9be8._0x59f58f,_0x3a9be8._0xbb9c44)]);continue;case'11':console[_0x433e8d(0x308,0x37d,_0x3a9be8._0x1bd1d0,0x321)](_0xb8af32[_0x13eb91(-_0x3a9be8._0x2fa64c,-0x31e,-0x262,-_0x3a9be8._0x58d4ba)]);continue;case'12':console[_0x13eb91(-_0x3a9be8._0x8247b4,-0x269,-0x250,-0x2cb)](_0xb8af32['EZdWy']);continue;case'13':console['error'](_0xb8af32[_0x433e8d(0x45b,0x438,0x409,_0x3a9be8._0x412058)]);continue;case'14':console['error'](_0xb8af32['dbiJc']);continue;case'15':console[_0x13eb91(-_0x3a9be8._0x38dcfb,-_0x3a9be8._0x4016f3,-0x250,-_0x3a9be8._0x83b167)](_0xb8af32[_0x433e8d(_0x3a9be8._0x635cfa,0x3fb,_0x3a9be8._0x3ab3c3,0x3aa)]);continue;case'16':console[_0x433e8d(0x37c,_0x3a9be8._0x3297d7,_0x3a9be8._0xfa960e,0x41b)](_0xb8af32[_0x433e8d(_0x3a9be8._0x3e84a3,_0x3a9be8._0x17c309,0x320,_0x3a9be8._0x1a711a)]);continue;case'17':console[_0x13eb91(-0x2a7,-_0x3a9be8._0x44ac30,-0x250,-0x249)]('\x20\x20default_'+_0x13eb91(-0x29f,-0x26f,-_0x3a9be8._0x27795f,-_0x3a9be8._0x14a769)+_0x13eb91(-0x1b0,-_0x3a9be8._0x441b5d,-_0x3a9be8._0x6f93c5,-_0x3a9be8._0x970977)+'agent\x20(cla'+_0x433e8d(_0x3a9be8._0xac1507,_0x3a9be8._0x2fd3b9,_0x3a9be8._0x318b8e,0x479)+'ex)');continue;case'18':console[_0x433e8d(0x2e0,0x37d,_0x3a9be8._0x1df645,0x39d)]('');continue;case'19':console[_0x433e8d(_0x3a9be8._0x31c33e,_0x3a9be8._0x4f362a,_0x3a9be8._0x11b70e,0x35b)](_0xb8af32[_0x433e8d(0x450,0x4a2,0x53c,0x556)]);continue;case'20':console['error'](_0xb8af32[_0x433e8d(_0x3a9be8._0x5859c0,_0x3a9be8._0x196116,0x478,0x47f)]);continue;case'21':console[_0x13eb91(-0x242,-_0x3a9be8._0x18de64,-0x250,-0x230)](_0xb8af32[_0x433e8d(0x504,_0x3a9be8._0x20ffea,0x443,0x508)]);continue;case'22':console[_0x433e8d(0x429,_0x3a9be8._0x3297d7,0x3c2,_0x3a9be8._0x467809)]('');continue;case'23':console[_0x13eb91(-_0x3a9be8._0x4e2b0a,-_0x3a9be8._0x492f79,-0x250,-0x29f)]('');continue;case'24':console['error'](_0xb8af32[_0x13eb91(-_0x3a9be8._0x190544,-0x250,-0x1ac,-_0x3a9be8._0x50f439)]);continue;case'25':console[_0x433e8d(0x436,_0x3a9be8._0x2e833e,_0x3a9be8._0x3e3340,0x334)](_0xb8af32['UOEva']);continue;case'26':console[_0x433e8d(0x399,_0x3a9be8._0x26e9c6,0x3ea,0x392)](_0xb8af32[_0x433e8d(_0x3a9be8._0x3c6371,0x3bb,_0x3a9be8._0x10c4b2,_0x3a9be8._0x131b54)]);continue;}break;}}function _0x3a167a(_0x42ac80,_0x6873e9,_0x3fec3b,_0x11ed3b){const _0x3202ee={_0x57d96f:0x35e};return _0x463f(_0x6873e9- -_0x3202ee._0x57d96f,_0x11ed3b);}async function setConfig(_0x8dc774,_0x4a05dc){const _0xb2744b={_0x34820f:0x1d7,_0x4e6799:0x1d3,_0x46fb44:0x288,_0x1c2bd0:0x238,_0x5dd328:0x259,_0xd05ce6:0x276,_0x26ec8d:0x1be,_0x2819c5:0x155,_0x2a5858:0x14d,_0xac098e:0x102,_0x140f61:0x185,_0x31a644:0x1d4,_0x2d14ba:0x1eb,_0x2394c5:0x1e9,_0x20f05a:0x22d,_0x2cb3f5:0x297,_0x39736b:0x1ba,_0x332b36:0x18d,_0x50c61a:0x253,_0x5c55ff:0x3f6,_0x456a25:0x44a,_0x552592:0x533,_0xe846b5:0x483,_0x39cda9:0x326,_0x37c371:0x3a1,_0x226eed:0x15c,_0x77812:0x1a1,_0x290707:0x390,_0x3eefcb:0x438,_0x3eb314:0x366,_0x453c24:0x2b7,_0x5120d6:0x31b,_0x595287:0x2e3,_0x2234ad:0x2bb,_0x55d98d:0x21a,_0x24b10a:0x43c,_0xc4b189:0x4b4,_0x3501cd:0x3e1,_0x4545be:0x425,_0x210dba:0x277,_0x540982:0x4ef,_0x4da97a:0x3ce,_0x848134:0x441,_0x49ae1d:0x1f2,_0x1a93e4:0x162,_0x4a81ee:0x1de,_0xd275e0:0x2ba,_0x17fda2:0x1ca,_0x4b9718:0x249,_0x172a84:0x254,_0x51c92a:0x2ec,_0x5bc4fb:0x2ae,_0x3c61d3:0x32e,_0x554b7a:0x2d1,_0x80cf9f:0x348,_0x3b2d74:0x4a8,_0x60ad39:0x47f,_0x4ade8b:0x3cc,_0x35970b:0x462,_0x2f7288:0x34c,_0x5d4786:0x32a,_0x449bf8:0x39d,_0x54ec26:0x305,_0x5b8b68:0x2bb,_0x38de98:0x442,_0x2249d0:0x290,_0x95271c:0x286,_0x496ba5:0x268,_0x4a15bd:0x4d2,_0x4d08aa:0x469,_0x16c3e3:0x1a3,_0x252476:0x122,_0x2180bb:0x4a1,_0xbac193:0x526,_0x17b9cb:0x4c8,_0x50d037:0x317,_0x4975e4:0x36c,_0x2c5da1:0x379,_0x4d8af7:0x3c9,_0x2d6bdd:0x37c,_0x571ee1:0x345,_0x5d074d:0x3d6,_0x4ba3bd:0x415,_0x2a42f1:0x415,_0x3f4f25:0x358,_0x337677:0x2f8,_0xd8a089:0x46e,_0x3ca718:0x46a,_0x2030c8:0x52a,_0x4d885f:0x48b,_0xf9138a:0x46f,_0x50a9f6:0x29c,_0x4ccff7:0x2ab,_0x330596:0x1f7,_0x40be4b:0x1a9,_0x4e31f4:0x3f7,_0x119c6e:0x544,_0x4270d2:0x189,_0x37f6b5:0x1f2,_0x249b27:0x14e,_0x2a9621:0x330,_0xe20f05:0x3bc,_0x33a7f4:0x339,_0x552302:0x24a,_0x3638a5:0x29e,_0x1b6692:0x177,_0x29fdb9:0x323,_0x4a82dc:0x33d,_0x58c2c2:0x4a4,_0x556c87:0x541,_0x4f374b:0x45c,_0x550c18:0x176,_0x237943:0x1a6,_0x384712:0x43b,_0x199ca7:0x429,_0x2d5f99:0x3c4},_0x2720ea={_0x422c14:0x67},_0x520e88={_0x41ed4d:0x5bc},_0x20cdfa={'YHTSV':_0x2dcfc0(-_0xb2744b._0x34820f,-0x155,-_0xb2744b._0x4e6799,-0x239)+_0x2dcfc0(-_0xb2744b._0x46fb44,-_0xb2744b._0x1c2bd0,-_0xb2744b._0x5dd328,-0x23d)+'config\x20set'+_0x2dcfc0(-0x25b,-_0xb2744b._0xd05ce6,-_0xb2744b._0x26ec8d,-0x18e)+_0x2dcfc0(-_0xb2744b._0x2819c5,-_0xb2744b._0x2a5858,-0x1b5,-_0xb2744b._0xac098e),'XrzRb':function(_0xb82102,_0x4d172d){return _0xb82102===_0x4d172d;},'PBmHC':'ENOENT','qjlGF':_0x2dcfc0(-_0xb2744b._0x140f61,-0x285,-_0xb2744b._0x31a644,-_0xb2744b._0x2d14ba)+'n\x20not\x20foun'+'d)','YCjhe':function(_0x504820,_0x36c00e){return _0x504820===_0x36c00e;},'JqRIU':_0x2dcfc0(-0x16f,-_0xb2744b._0x2394c5,-_0xb2744b._0x20f05a,-_0xb2744b._0x2cb3f5),'FJuvV':function(_0x53df9a,_0x5e5cba){return _0x53df9a&&_0x5e5cba;},'RIfCa':function(_0x439946,_0x510fff){return _0x439946===_0x510fff;},'rckhw':_0x2dcfc0(-0x25d,-0x226,-0x285,-0x2a0)+_0x2dcfc0(-0x180,-_0xb2744b._0x39736b,-0x177,-_0xb2744b._0x332b36)+'nfig\x22\x20for\x20'+_0x2dcfc0(-0x317,-0x33a,-0x283,-_0xb2744b._0x50c61a)+'available\x20'+_0xa624d6(_0xb2744b._0x5c55ff,_0xb2744b._0x456a25,0x483,0x47d),'QnmMf':_0xa624d6(_0xb2744b._0x552592,_0xb2744b._0xe846b5,0x4d3,0x4a3),'gZmAx':function(_0x3e03ce,_0x2ac9ac,_0x26c210){return _0x3e03ce(_0x2ac9ac,_0x26c210);},'Uxfru':function(_0x2e2e49,_0x21b1e3){return _0x2e2e49!==_0x21b1e3;},'ccmdF':_0xa624d6(0x35c,_0xb2744b._0x39cda9,_0xb2744b._0x37c371,0x37a),'TXtSC':function(_0x1703b4,_0x365548,_0x3257ba){return _0x1703b4(_0x365548,_0x3257ba);}};(!_0x8dc774||_0x20cdfa[_0x2dcfc0(-_0xb2744b._0x226eed,-0x1a3,-_0xb2744b._0x77812,-0x142)](_0x4a05dc,undefined))&&(_0x20cdfa[_0xa624d6(0x4e7,_0xb2744b._0x290707,0x426,_0xb2744b._0x3eefcb)]!==_0x20cdfa[_0x2dcfc0(-0x2a6,-0x1fb,-0x1eb,-0x287)]?_0x257227[_0x2dcfc0(-0x369,-_0xb2744b._0x3eb314,-_0xb2744b._0x453c24,-_0xb2744b._0x5120d6)](_0x422184):(console[_0x2dcfc0(-_0xb2744b._0x595287,-0x35f,-_0xb2744b._0x2234ad,-_0xb2744b._0x55d98d)](_0x20cdfa[_0xa624d6(0x437,_0xb2744b._0x24b10a,0x415,_0xb2744b._0xc4b189)]),process[_0xa624d6(_0xb2744b._0x3501cd,0x305,_0xb2744b._0x4545be,0x39d)](0x3a+0x15d*0x14+-0xe3*0x1f)));function _0xa624d6(_0x519c58,_0x2d631b,_0x3e70f6,_0x1b2187){return _0x3a167a(_0x519c58-0xca,_0x1b2187-_0x520e88._0x41ed4d,_0x3e70f6-0x1ad,_0x519c58);}const _0x31db47=SERVER_CONFIG_KEYS[_0x2dcfc0(-_0xb2744b._0x210dba,-0x191,-0x1e2,-0x26a)](_0x8dc774),_0x106eba=SETUP_JSON_KEYS[_0xa624d6(0x418,_0xb2744b._0x540982,_0xb2744b._0x4da97a,_0xb2744b._0x848134)](_0x8dc774);_0x20cdfa[_0x2dcfc0(-_0xb2744b._0x49ae1d,-_0xb2744b._0x1a93e4,-_0xb2744b._0x4a81ee,-0x1da)](!_0x31db47,!_0x106eba)&&(_0x20cdfa[_0x2dcfc0(-0x2b3,-_0xb2744b._0xd275e0,-0x22c,-0x170)]('ISzSW',_0x2dcfc0(-0x1fa,-_0xb2744b._0x17fda2,-0x23b,-0x1e9))?(console[_0x2dcfc0(-0x2df,-_0xb2744b._0x4b9718,-0x2bb,-_0xb2744b._0x172a84)](_0xa624d6(0x407,0x4a2,0x373,0x421)+_0x2dcfc0(-_0xb2744b._0x51c92a,-0x326,-_0xb2744b._0x5bc4fb,-_0xb2744b._0x3c61d3)+'n\x20key:\x20'+_0x8dc774),console[_0xa624d6(_0xb2744b._0x554b7a,_0xb2744b._0x80cf9f,0x36a,0x368)](_0x20cdfa[_0xa624d6(_0xb2744b._0x3b2d74,_0xb2744b._0x60ad39,_0xb2744b._0x4ade8b,_0xb2744b._0x35970b)]),process[_0xa624d6(_0xb2744b._0x2f7288,0x389,_0xb2744b._0x5d4786,_0xb2744b._0x449bf8)](0x81e*0x1+0x16ab+-0x1ec8)):(_0x594cb6[_0x2dcfc0(-0x36b,-_0xb2744b._0x54ec26,-_0xb2744b._0x5b8b68,-0x213)](_0x20cdfa[_0xa624d6(0x50f,0x512,_0xb2744b._0x38de98,_0xb2744b._0xc4b189)]),_0x2ccf71[_0x2dcfc0(-_0xb2744b._0x2249d0,-0x1e9,-_0xb2744b._0x95271c,-_0xb2744b._0x496ba5)](-0x505*0x4+0x1746+0x2b*-0x13)));function _0x2dcfc0(_0x411c27,_0x14981a,_0x40ac61,_0x43bfaa){return _0x3a167a(_0x411c27-0x107,_0x40ac61- -_0x2720ea._0x422c14,_0x40ac61-0x1da,_0x14981a);}if(_0x31db47)_0x20cdfa[_0xa624d6(0x4a3,0x42a,_0xb2744b._0x4a15bd,_0xb2744b._0x4d08aa)]!==_0x20cdfa['QnmMf']?_0x20cdfa[_0x2dcfc0(-0x160,-0x1c3,-_0xb2744b._0x16c3e3,-_0xb2744b._0x252476)](_0x5e1614['code'],_0x20cdfa[_0xa624d6(_0xb2744b._0x2180bb,_0xb2744b._0xbac193,0x43a,_0xb2744b._0x17b9cb)])?(_0x36c14f[_0xa624d6(_0xb2744b._0x50d037,0x378,0x2f9,_0xb2744b._0x4975e4)](_0x20cdfa[_0xa624d6(_0xb2744b._0x2c5da1,_0xb2744b._0x4d8af7,0x388,_0xb2744b._0x2d6bdd)]),_0x4bc681[_0xa624d6(_0xb2744b._0x571ee1,_0xb2744b._0x5d074d,_0xb2744b._0x4ba3bd,0x36c)](''),_0x42a831[_0xa624d6(_0xb2744b._0x2a42f1,_0xb2744b._0x3f4f25,_0xb2744b._0x337677,_0xb2744b._0x4975e4)]('Expected\x20l'+_0xa624d6(0x3cd,_0xb2744b._0x337677,0x3e1,0x366)+_0x4a9d42)):_0x177db8['log'](_0xa624d6(0x484,0x4e0,_0xb2744b._0xd8a089,0x49b)+_0xa624d6(_0xb2744b._0x3ca718,0x49c,0x3e0,0x437)+_0xa624d6(0x495,_0xb2744b._0x2030c8,_0xb2744b._0x4d885f,_0xb2744b._0xf9138a)+_0x1b323d[_0x2dcfc0(-0x2ce,-_0xb2744b._0x50a9f6,-_0xb2744b._0x4ccff7,-0x2ae)]):await _0x20cdfa['gZmAx'](setServerConfig,_0x8dc774,_0x4a05dc);else _0x106eba&&(_0x20cdfa[_0x2dcfc0(-0x12f,-_0xb2744b._0x330596,-0x199,-_0xb2744b._0x40be4b)](_0x20cdfa[_0xa624d6(0x2eb,_0xb2744b._0x4e31f4,0x36b,0x399)],_0xa624d6(0x475,_0xb2744b._0x119c6e,0x3e9,0x497))?await _0x20cdfa[_0x2dcfc0(-_0xb2744b._0x4270d2,-0x186,-_0xb2744b._0x37f6b5,-_0xb2744b._0x249b27)](setSetupConfig,_0x8dc774,_0x4a05dc):(_0x1569e4['error']('Unknown\x20co'+'nfiguratio'+'n\x20key:\x20'+_0x5f108a),_0x2c2862[_0xa624d6(_0xb2744b._0x2a9621,_0xb2744b._0xe20f05,_0xb2744b._0x33a7f4,0x368)](_0x2dcfc0(-0x206,-_0xb2744b._0x552302,-0x285,-_0xb2744b._0x3638a5)+_0x2dcfc0(-0xdd,-0x1b8,-_0xb2744b._0x1b6692,-0xef)+'nfig\x22\x20for\x20'+_0x2dcfc0(-_0xb2744b._0x29fdb9,-0x1ff,-0x283,-_0xb2744b._0x4a82dc)+_0xa624d6(_0xb2744b._0x58c2c2,_0xb2744b._0x556c87,_0xb2744b._0x4f374b,0x4ae)+_0x2dcfc0(-_0xb2744b._0x550c18,-0x22c,-_0xb2744b._0x237943,-0x1ec)),_0x129ffb[_0xa624d6(_0xb2744b._0x384712,_0xb2744b._0x199ca7,_0xb2744b._0x2d5f99,0x39d)](-0x7f1+0x9*0x31a+-0x13f8)));}async function setServerConfig(_0xc2a4f3,_0x4662ed){const _0x387fd9={_0x1dbdab:0x229,_0xddccd8:0xe2,_0x43b4d1:0x17b,_0x3ba2d8:0x149,_0x37994a:0xf6,_0x31f406:0x19f,_0x47be76:0x137,_0x31c62c:0xb,_0x480e82:0xd7,_0x4379cf:0x14f,_0x22b4fc:0x125,_0x3f77e4:0x107,_0x221737:0x12f,_0x16d0cc:0x152,_0x511307:0x217,_0x3592d1:0x275,_0x482475:0xc0,_0xe461e3:0x12a,_0x648a85:0x1a8,_0x22067d:0x179,_0x47bd57:0xd5,_0x2c137b:0x5e,_0x1ef92a:0x254,_0x42f20e:0x1dd,_0x2ba78e:0x128,_0x2d2140:0x234,_0x23d6af:0x2,_0x1a6da8:0x19,_0x17f351:0x32,_0x55fa93:0x102,_0x52da01:0x136,_0x2ec45c:0x202,_0x3304c9:0x161,_0x4a8107:0x225,_0x3e47bb:0xea,_0x5227c2:0xfa,_0x58149a:0xd3,_0x13dddd:0x18d,_0x132307:0x243,_0x17a624:0x10e,_0xba1469:0x6f,_0x24d72d:0x18f,_0x3877ab:0x13a,_0x1c6b17:0xcc,_0x4c7a50:0x187,_0x41243e:0xd3,_0x470d89:0x114,_0x28339e:0x17a,_0xf02a53:0x1b2,_0x3dfc5b:0x20d,_0x5af7f6:0x2bd,_0x245995:0xdd,_0xf122d1:0x321,_0xdbc89f:0x192,_0x54133f:0x11a,_0x39fec0:0xa3,_0x23df58:0xf9,_0x40154e:0x103,_0x28a128:0xab,_0x1b846e:0xab,_0x314584:0x2a2,_0x431387:0x2a1,_0x32ab44:0x2ce,_0x402e5b:0x10b,_0x1ff5ff:0x13a,_0x374e40:0x91,_0x30d863:0x1b3,_0x16a893:0x166,_0x443c9b:0x186,_0x4c3334:0x1cf,_0x4c7be6:0xf5,_0x484216:0x1e3,_0x5ea6bc:0x1c7,_0xf21d1f:0x1e1,_0xcde41:0xe3,_0x2334e7:0x112,_0x187cd1:0xb8,_0x192193:0xb0,_0x57f6df:0xd8,_0x55ca8c:0x136,_0x287bbc:0x13f,_0x45514f:0x1f0,_0x35d7ec:0x47,_0xf94589:0x3a,_0x3235ef:0xf2,_0x59bfb9:0x1ae,_0x4307b9:0xc0,_0x57bdc0:0xed,_0x72b046:0x29f,_0x377ad1:0x62,_0x1fc7db:0x9f,_0x4cfd09:0x41,_0x30cd65:0x62,_0x4c1a01:0x3c,_0x95c350:0x4b,_0x128403:0x33f,_0x5b307d:0x20d,_0x2e5950:0x316,_0x20b1d9:0xca,_0x4a846d:0xb8,_0x12a6e6:0x1de,_0x11f420:0x20e,_0x4ed369:0x1d7,_0x21412b:0x76,_0x5d9114:0x13a,_0x1ffe18:0xd1,_0x346f1f:0x7,_0x2d4d67:0x4b,_0x11aa37:0x1dd,_0x158dec:0x167,_0x59953b:0x206,_0x3324fe:0x175,_0x50a443:0x219,_0x549985:0x19c,_0x8b5f3e:0x15f,_0x1c90ed:0x1e0,_0x351d22:0x202,_0x2d1127:0x1e1,_0x19e155:0x267,_0xeb1a92:0x153,_0x436c1e:0x19d,_0x4afa84:0x136,_0x145645:0x105,_0xc93b8b:0xa0,_0x5e84ce:0x108,_0x1221d1:0x191,_0x4308c0:0x239,_0x2773d8:0x1c7,_0x4e9e8b:0x1a5,_0xa19434:0x157,_0x3d6b74:0xaa,_0x286f84:0x15b,_0x453a93:0xf6,_0x323a59:0xe6,_0x1d57d1:0x61,_0x2df0ab:0xf7,_0x53c683:0x1f2,_0x23f88b:0x108,_0x5921a2:0xea,_0x18de67:0x121,_0x211e9a:0x1d8,_0x25efd3:0x1a4,_0x2b97fb:0x273,_0xb93fa6:0x45,_0x3b6e49:0x15a,_0x9c0250:0x158,_0x5c0d5f:0x1e8,_0x322a8a:0xbe,_0x33fd87:0x8c,_0xc42cd0:0x22a,_0x1927be:0x113,_0x35a038:0x8,_0x1472e9:0x1a,_0x38edfc:0x2a6,_0x222507:0x202,_0x21ee7e:0x26f,_0x4e315a:0xb2,_0x9119bc:0x150,_0x4cb5ca:0x189,_0x404fc1:0x22c,_0x59227b:0x153,_0x4d76ed:0x1e7},_0x328eb4={_0xa1e3c1:0x174},_0x46c5ab={_0x4f51b7:0x136};function _0x293fbf(_0x484f28,_0xa9ac6d,_0x1e6157,_0x17afa4){return _0x14ae10(_0x1e6157,_0xa9ac6d-0x11d,_0x1e6157-0x52,_0x17afa4-_0x46c5ab._0x4f51b7);}const _0x593405={'bkkAO':function(_0xbd3963,_0x1a171c){return _0xbd3963===_0x1a171c;},'FsVYU':_0x293fbf(0x19c,0x22c,0x202,_0x387fd9._0x1dbdab),'STcrC':_0x4feb8c(-0x9f,-0x115,-0x1d2,-0x173)+_0x293fbf(_0x387fd9._0xddccd8,_0x387fd9._0x43b4d1,_0x387fd9._0x3ba2d8,_0x387fd9._0x37994a),'amijL':function(_0x5a2c0c,_0x150441){return _0x5a2c0c(_0x150441);},'CULnF':function(_0x362af4){return _0x362af4();},'xmdHZ':'server_por'+'t','WuyWi':function(_0x4c4dbb,_0x454591){return _0x4c4dbb!==_0x454591;},'Davvj':_0x4feb8c(-_0x387fd9._0x31f406,-_0x387fd9._0x47be76,-0x1eb,-0x7d),'Zoudu':function(_0x36d5ac,_0x21ae05,_0x5d7411){return _0x36d5ac(_0x21ae05,_0x5d7411);},'kXiqS':function(_0xa3c46b,_0x3b78c4){return _0xa3c46b<_0x3b78c4;},'zJLkO':function(_0x4ebf64,_0x31e460){return _0x4ebf64>_0x31e460;},'SBxgo':function(_0x2eb150,_0x17511b){return _0x2eb150!==_0x17511b;},'uDIuX':_0x4feb8c(-0x33,_0x387fd9._0x31c62c,0x56,-0x4a),'qBUta':_0x293fbf(_0x387fd9._0x480e82,_0x387fd9._0x4379cf,_0x387fd9._0x22b4fc,_0x387fd9._0x3f77e4)+'alid\x20port\x20'+_0x293fbf(_0x387fd9._0x221737,_0x387fd9._0x16d0cc,0x1cd,0x1bb),'zUSkn':_0x293fbf(_0x387fd9._0x511307,_0x387fd9._0x3592d1,0x272,0x2c0),'tHGzj':_0x4feb8c(0x26,-0x59,-_0x387fd9._0x482475,0x1e)+'th','Zjpfs':'zFjEk','PXkbf':function(_0xc22414,_0x16a503){return _0xc22414(_0x16a503);},'CeDLu':_0x293fbf(_0x387fd9._0xe461e3,_0x387fd9._0x648a85,0x188,_0x387fd9._0x22067d)+'y','byVfE':'true'};function _0x4feb8c(_0x2b5a8e,_0x3b632f,_0x17eb68,_0x27297e){return _0x14ae10(_0x27297e,_0x3b632f- -_0x328eb4._0xa1e3c1,_0x17eb68-0xb6,_0x27297e-0x108);}switch(_0xc2a4f3){case _0x593405[_0x4feb8c(-0xd4,-_0x387fd9._0x47bd57,-_0x387fd9._0x2c137b,-0x13b)]:{const _0x3f4795=_0x45b978[_0x293fbf(_0x387fd9._0x1ef92a,_0x387fd9._0x42f20e,_0x387fd9._0x2ba78e,_0x387fd9._0x2d2140)](_0x4662ed);await _0x593405[_0x4feb8c(-_0x387fd9._0x23d6af,-_0x387fd9._0x1a6da8,_0x387fd9._0x17f351,-0x45)](saveCoderSetupPath,_0x3f4795),console[_0x4feb8c(-_0x387fd9._0x55fa93,-_0x387fd9._0x52da01,-0x1e8,-0x187)](_0x293fbf(0x1a9,_0x387fd9._0x2ec45c,0x285,0x243)+_0xc2a4f3+'\x20=\x20'+_0x3f4795),console[_0x293fbf(0xac,0x15b,_0x387fd9._0x3304c9,0x1b8)](_0x293fbf(_0x387fd9._0x4a8107,0x189,_0x387fd9._0x3e47bb,_0x387fd9._0x31f406)+':\x20'+_0x593405[_0x4feb8c(-0x17f,-0x117,-0xf1,-0x14e)](getConfigPath));break;}case _0x593405[_0x4feb8c(-_0x387fd9._0x5227c2,-_0x387fd9._0x58149a,-0xf8,-_0x387fd9._0x13dddd)]:{if(_0x593405[_0x293fbf(_0x387fd9._0x132307,0x1bb,0x11a,_0x387fd9._0x17a624)](_0x593405[_0x293fbf(0x1da,0x1f6,0x18e,0x1f6)],_0x593405[_0x4feb8c(-0x39,-0x9b,-0xeb,-_0x387fd9._0xba1469)]))_0x1757fd[_0x4feb8c(-_0x387fd9._0x24d72d,-_0x387fd9._0x3877ab,-_0x387fd9._0x1c6b17,-_0x387fd9._0x4c7a50)](_0x4feb8c(-_0x387fd9._0x41243e,-_0x387fd9._0x470d89,-0x90,-_0x387fd9._0x28339e)+_0xe0254c+(_0x293fbf(_0x387fd9._0xf02a53,_0x387fd9._0x3dfc5b,_0x387fd9._0x5af7f6,0x239)+'d\x20in\x20confi'+_0x4feb8c(-0x196,-0x148,-0xf3,-_0x387fd9._0x245995))),_0x139f5d[_0x293fbf(0x248,0x18c,0xee,0xf5)](-0x1*-0x1b7+-0x52*0x33+0xea0);else{const _0x34e515=_0x593405[_0x293fbf(_0x387fd9._0xf122d1,0x29f,0x316,0x24e)](parseInt,_0x4662ed,-0x6f*-0xb+-0x47*-0x61+0x2*-0xfd1);(isNaN(_0x34e515)||_0x593405[_0x4feb8c(-_0x387fd9._0xdbc89f,-_0x387fd9._0x54133f,-0x1bb,-0x1bd)](_0x34e515,-0xac9*0x1+0x2025+-0xb*0x1f1)||_0x593405[_0x4feb8c(-_0x387fd9._0x39fec0,-_0x387fd9._0x23df58,-0xcb,-_0x387fd9._0x40154e)](_0x34e515,0xef91+-0xfcfa+0x10d68))&&(_0x593405[_0x4feb8c(0x70,-0x23,-_0x387fd9._0x28a128,-_0x387fd9._0x1b846e)](_0x593405['uDIuX'],_0x593405[_0x293fbf(_0x387fd9._0x314584,_0x387fd9._0x431387,0x2e7,_0x387fd9._0x32ab44)])?(_0x14088[_0x4feb8c(-_0x387fd9._0x402e5b,-_0x387fd9._0x1ff5ff,-_0x387fd9._0x374e40,-_0x387fd9._0x30d863)]('Usage:\x20cod'+_0x4feb8c(-_0x387fd9._0x16a893,-0xd8,-0xf3,-0x9b)+_0x293fbf(0x1ce,_0x387fd9._0x443c9b,_0x387fd9._0x132307,_0x387fd9._0x4c3334)+'ove\x20<key>'),_0x22ab50[_0x293fbf(0x108,0x18c,0xe3,_0x387fd9._0x4c7be6)](-0x25d8+-0x1*-0x931+0x2*0xe54)):(console[_0x4feb8c(-_0x387fd9._0x484216,-_0x387fd9._0x1ff5ff,-_0x387fd9._0x5ea6bc,-_0x387fd9._0xf21d1f)](_0x593405['qBUta']),process[_0x4feb8c(-_0x387fd9._0xcde41,-0x105,-0x57,-0x83)](-0x2*-0xb9b+-0xc63+-0xad2)));await saveServerPort(_0x34e515),console[_0x293fbf(_0x387fd9._0x2334e7,0x15b,0x15e,0x1bc)]('Set\x20'+_0xc2a4f3+_0x4feb8c(-_0x387fd9._0x187cd1,-_0x387fd9._0x192193,-0xa5,-0x47)+_0x34e515),console[_0x4feb8c(-_0x387fd9._0x57f6df,-_0x387fd9._0x55ca8c,-0x1e3,-_0x387fd9._0x42f20e)](_0x293fbf(0x206,0x189,_0x387fd9._0x287bbc,_0x387fd9._0x45514f)+':\x20'+getConfigPath());break;}}case _0x4feb8c(0x30,-0x1,_0x387fd9._0x35d7ec,-_0x387fd9._0xf94589)+_0x293fbf(_0x387fd9._0x3235ef,0x1a5,0x217,_0x387fd9._0x59bfb9):{if(_0x593405[_0x4feb8c(-_0x387fd9._0x4307b9,-0xd6,-_0x387fd9._0x57bdc0,-0x1c)](_0x593405[_0x293fbf(0x1f5,0x22f,_0x387fd9._0x72b046,0x231)],_0x593405[_0x4feb8c(-0x112,-_0x387fd9._0x377ad1,-_0x387fd9._0x1fc7db,-0xe2)]))_0x593405[_0x4feb8c(0xb9,0x29,_0x387fd9._0x4cfd09,-0x4e)](_0x4d8085[_0x4feb8c(_0x387fd9._0x30cd65,-_0x387fd9._0x4c1a01,-0xb0,_0x387fd9._0x95c350)],_0x593405[_0x293fbf(_0x387fd9._0x128403,0x289,_0x387fd9._0x5b307d,_0x387fd9._0x2e5950)])?_0x583c5b[_0x4feb8c(-_0x387fd9._0x20b1d9,-0x13a,-0x12c,-0x186)](_0x4feb8c(-0x67,-_0x387fd9._0x4a846d,-0xf,-0x174)+_0x293fbf(0x1db,_0x387fd9._0x12a6e6,_0x387fd9._0x11f420,_0x387fd9._0x4ed369)+_0x4feb8c(-0xd9,-_0x387fd9._0x2334e7,-_0x387fd9._0x21412b,-0xb9)+'\x20'+_0x1ba1dc):_0xacb1b4[_0x4feb8c(-0x1f4,-_0x387fd9._0x5d9114,-0xa4,-_0x387fd9._0x1ffe18)](_0x4feb8c(-0x37,-_0x387fd9._0x346f1f,0xb5,-0xf)+_0x4feb8c(-_0x387fd9._0x2d4d67,-0x6b,0x4,-0xe9)+'json:\x20'+_0x3b976a[_0x293fbf(_0x387fd9._0x11aa37,_0x387fd9._0x158dec,_0x387fd9._0x59953b,_0x387fd9._0x3324fe)]),_0x4621a5[_0x293fbf(0x1cb,0x18c,_0x387fd9._0x50a443,_0x387fd9._0x549985)](-0x43*-0x7d+0x7*0xb8+-0x25be);else{const _0x467462=_0x45b978[_0x293fbf(0x165,0x1dd,0x139,0x211)](_0x4662ed);await saveSslCertPath(_0x467462),console[_0x4feb8c(-_0x387fd9._0x8b5f3e,-0x136,-0x120,-_0x387fd9._0x1c90ed)](_0x293fbf(0x2a3,_0x387fd9._0x351d22,0x226,0x160)+_0xc2a4f3+_0x293fbf(0x12f,_0x387fd9._0x2d1127,_0x387fd9._0x19e155,_0x387fd9._0xeb1a92)+_0x467462),console[_0x4feb8c(-_0x387fd9._0x436c1e,-_0x387fd9._0x4afa84,-_0x387fd9._0x145645,-0xbb)](_0x4feb8c(-_0x387fd9._0xc93b8b,-_0x387fd9._0x5e84ce,-_0x387fd9._0x1221d1,-0x169)+':\x20'+getConfigPath());break;}}case _0x593405[_0x293fbf(_0x387fd9._0x4308c0,0x261,0x1a6,_0x387fd9._0x2773d8)]:{const _0x17bb86=_0x45b978[_0x293fbf(_0x387fd9._0x4e9e8b,0x1dd,0x25e,_0x387fd9._0xa19434)](_0x4662ed);await saveSslKeyPath(_0x17bb86),console[_0x293fbf(_0x387fd9._0x3d6b74,_0x387fd9._0x286f84,0xaa,_0x387fd9._0x453a93)](_0x4feb8c(-_0x387fd9._0x323a59,-0x8f,-_0x387fd9._0x1d57d1,-0x31)+_0xc2a4f3+'\x20=\x20'+_0x17bb86),console[_0x293fbf(_0x387fd9._0x2df0ab,0x15b,0x1e2,_0x387fd9._0x53c683)](_0x4feb8c(-_0x387fd9._0x1ffe18,-_0x387fd9._0x23f88b,-0x100,-0x10d)+':\x20'+getConfigPath());break;}case'ssl_ca_pat'+'h':{if(_0x593405['Zjpfs']===_0x593405[_0x4feb8c(-_0x387fd9._0x5921a2,-0xa1,-_0x387fd9._0x18de67,0x16)]){const _0x4777ef=_0x45b978['resolve'](_0x4662ed);await _0x593405['PXkbf'](saveSslCaPath,_0x4777ef),console[_0x4feb8c(-_0x387fd9._0x192193,-_0x387fd9._0x4afa84,-_0x387fd9._0x211e9a,-_0x387fd9._0x25efd3)](_0x293fbf(0x147,0x202,_0x387fd9._0x2b97fb,_0x387fd9._0x19e155)+_0xc2a4f3+_0x4feb8c(-_0x387fd9._0xb93fa6,-0xb0,-0x4c,-_0x387fd9._0x4c1a01)+_0x4777ef),console[_0x293fbf(_0x387fd9._0x3b6e49,0x15b,_0x387fd9._0x9c0250,_0x387fd9._0x47be76)](_0x293fbf(0x1d7,0x189,0x10e,_0x387fd9._0x5c0d5f)+':\x20'+getConfigPath());break;}else _0x21e2a2['error'](_0x4feb8c(-_0x387fd9._0x322a8a,-_0x387fd9._0x346f1f,-_0x387fd9._0x33fd87,0x7f)+_0x293fbf(0x1a9,0x226,_0x387fd9._0xc42cd0,0x262)+'json:\x20'+_0x977605[_0x4feb8c(-0xc5,-0x12a,-0x87,-0x99)]);}case _0x593405[_0x4feb8c(-0x56,-_0x387fd9._0x1927be,-0x8b,-0x174)]:{const _0x3da499=_0x593405[_0x4feb8c(_0x387fd9._0x1c6b17,0x29,-_0x387fd9._0x35a038,-_0x387fd9._0x1472e9)](_0x4662ed,_0x593405['byVfE'])||_0x4662ed==='1';await saveTrustProxy(_0x3da499),console['log'](_0x293fbf(_0x387fd9._0x38edfc,_0x387fd9._0x222507,0x154,0x1e6)+_0xc2a4f3+_0x293fbf(0x152,0x1e1,_0x387fd9._0x21ee7e,_0x387fd9._0x4a8107)+_0x3da499),console[_0x4feb8c(-_0x387fd9._0x4e315a,-_0x387fd9._0x4afa84,-0x1b4,-0xcc)](_0x293fbf(_0x387fd9._0x9119bc,_0x387fd9._0x4cb5ca,_0x387fd9._0x404fc1,0x107)+':\x20'+_0x593405[_0x293fbf(_0x387fd9._0x59227b,0x17a,0x176,_0x387fd9._0x4d76ed)](getConfigPath));break;}}}function _0x463f(_0x35e002,_0x48afa6){_0x35e002=_0x35e002-(0x7*-0x8b+-0x7*-0x9a+0x8b);const _0x38173c=_0x3b5c();let _0x2ea81f=_0x38173c[_0x35e002];if(_0x463f['tcDBGk']===undefined){var _0x596281=function(_0x13afaf){const _0x50240b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5dcd69='',_0x44377d='';for(let _0x1d018f=-0x9a2+0x7ed+0x1b5,_0x2ca9f3,_0x566744,_0x419e66=0x1e56+0x23*0xbf+-0x3*0x12d1;_0x566744=_0x13afaf['charAt'](_0x419e66++);~_0x566744&&(_0x2ca9f3=_0x1d018f%(0x5b*0x28+0x10*0x65+-0x1484*0x1)?_0x2ca9f3*(0x122e+0x8b3+-0x1aa1)+_0x566744:_0x566744,_0x1d018f++%(-0x3*-0x135+0xf*0x87+-0xb84))?_0x5dcd69+=String['fromCharCode'](0xe*-0x1a3+0x66e*-0x3+0x1*0x2b33&_0x2ca9f3>>(-(0x25*0xa1+-0x49d*-0x3+-0x251a)*_0x1d018f&0x1e68+-0x1bc*0x12+0x6b*0x2)):-0x1707+-0x13*-0x83+0xd4e){_0x566744=_0x50240b['indexOf'](_0x566744);}for(let _0x1d18b6=-0xa05+0x4f*-0x6d+0x2ba8,_0x21cbff=_0x5dcd69['length'];_0x1d18b6<_0x21cbff;_0x1d18b6++){_0x44377d+='%'+('00'+_0x5dcd69['charCodeAt'](_0x1d18b6)['toString'](0x1855*0x1+0x692+-0x1ed7))['slice'](-(-0xa8c+0x2063*0x1+0x747*-0x3));}return decodeURIComponent(_0x44377d);};_0x463f['zCzMej']=_0x596281,_0x463f['pqdEUV']={},_0x463f['tcDBGk']=!![];}const _0x2ffc8e=_0x38173c[0x1234*0x2+0x1a0+-0x2608],_0x2fd4d7=_0x35e002+_0x2ffc8e,_0x59fd73=_0x463f['pqdEUV'][_0x2fd4d7];return!_0x59fd73?(_0x2ea81f=_0x463f['zCzMej'](_0x2ea81f),_0x463f['pqdEUV'][_0x2fd4d7]=_0x2ea81f):_0x2ea81f=_0x59fd73,_0x2ea81f;}async function setSetupConfig(_0x37df28,_0x1a04d5){const _0x5b753b={_0x154c03:0x60,_0x2a4f85:0xb,_0x199d5d:0x1e,_0x15f418:0x20,_0x4b7a4a:0x30,_0x2d9d0a:0x41,_0x3be112:0x8,_0x485c95:0x8a,_0x21a97e:0xef,_0x3af973:0x9f,_0x3c277b:0x45,_0x42cf04:0x89,_0x5f4bdf:0xcc,_0xfc2570:0x7c,_0x3520b3:0x32,_0x5a6dd9:0x11,_0x1fc71f:0x51,_0x240e22:0x61,_0x4496b1:0x167,_0x28ae9c:0x107,_0x2541ec:0x103,_0x184c1e:0xca,_0x5d0eec:0x31,_0x1c4ef4:0xe,_0x158b5e:0x11e,_0x5f018e:0x131,_0x129678:0x4d,_0x2e8f66:0x49,_0x59f78c:0x74,_0x5df917:0xae,_0x521033:0xc,_0x38b60f:0x5,_0x5023a5:0x2f,_0x23e549:0xec,_0x5e9130:0x4,_0x3bba46:0xfb,_0x585ebf:0x84,_0x44ddcb:0xe9,_0x2dde68:0xf2,_0x148ebc:0x3f,_0x1e0493:0x92,_0x509744:0x94,_0x2188ca:0x72,_0x414556:0x19,_0x5ea2ea:0x7a,_0x387a58:0xd9,_0x5f00fe:0x6,_0x53b09c:0x4,_0x3d9ff9:0x8c,_0x446ae0:0x1a0,_0x21df74:0x158,_0x40e18e:0xb1,_0x21238a:0x29,_0x4882d7:0xa0,_0x4c409d:0xbf,_0xfc417e:0xc4,_0x21f344:0x57,_0x26e180:0xac,_0x99b58b:0x116,_0x17460e:0x95,_0x20bfa8:0xa0,_0x4466c4:0xc3,_0x34cf20:0x5b,_0x477317:0x82,_0x2c911c:0x10e,_0x33d1ea:0x1a3,_0x142505:0xa4,_0x620e36:0x1c,_0x59cc4a:0x64,_0x1cc607:0x133,_0x372b33:0x137,_0x435704:0xa4,_0x44e9d1:0xb,_0x14271e:0x1f,_0x227355:0xd8,_0x2d6dec:0x120,_0x4e8182:0x7b,_0xbeb30b:0x10,_0x3b9680:0x34,_0x33fc3c:0x49,_0x385b8d:0x12a,_0x54f6a6:0x9b,_0x2ee734:0xf4,_0x5762ad:0x14,_0x474e88:0x6f,_0x38a5e8:0x111,_0x2c3203:0x5d,_0x2662b3:0xee,_0x43bde4:0x3c,_0x46d6bb:0x64,_0x4aa324:0x122,_0x5d8dda:0x116,_0x584d55:0xee,_0x418967:0x7f,_0x1f51b7:0x52,_0x103e3c:0x35,_0x1bba43:0xee,_0x4d7702:0xb5,_0x48e44a:0x15d,_0x567dec:0x117,_0x2c398f:0x1a8,_0x58cd6e:0xcb,_0x486ed9:0xee,_0x143eaf:0x8d},_0x57d909={_0x407b37:0x162,_0x27d3dc:0x129},_0xdea700={_0x14c9e7:0xde,_0x3dd873:0x141},_0x5c27dc={'yvHiH':_0x5499ed(-0x5b,-0x93,_0x5b753b._0x154c03,-_0x5b753b._0x2a4f85)+_0x5499ed(-0x17,0x27,_0x5b753b._0x199d5d,-_0x5b753b._0x15f418)+'d)','uPQFn':function(_0x198f4c){return _0x198f4c();},'DZbNG':_0x25b8d7(_0x5b753b._0x4b7a4a,_0x5b753b._0x2d9d0a,0xef,0xe3),'fJveE':'Error:\x20Set'+_0x25b8d7(-_0x5b753b._0x3be112,0x2,-_0x5b753b._0x485c95,0xb4)+_0x5499ed(-0x141,-_0x5b753b._0x2d9d0a,-_0x5b753b._0x21a97e,-_0x5b753b._0x3af973)+'ed','sXeFL':_0x25b8d7(0x142,0x99,0xe2,_0x5b753b._0x4b7a4a)+_0x25b8d7(0x24,0x8a,0x23,0xc5)+_0x25b8d7(-_0x5b753b._0x3c277b,0xd,-0x1b,_0x5b753b._0x42cf04)+_0x25b8d7(_0x5b753b._0x5f4bdf,0x2a,0x81,-0xa)+_0x5499ed(-_0x5b753b._0xfc2570,-0xd3,0x3c,-_0x5b753b._0x3520b3)+_0x5499ed(-0x152,-0x77,-0x8a,-0xae)+'tup','tHzRB':_0x5499ed(_0x5b753b._0x5a6dd9,0x20,0xb0,_0x5b753b._0x1fc71f),'RxfsY':function(_0x2e974d,_0x50b4fd){return _0x2e974d===_0x50b4fd;},'hLSyD':_0x5499ed(-_0x5b753b._0x240e22,-0x175,-_0x5b753b._0x4496b1,-_0x5b753b._0x28ae9c),'mNRav':_0x5499ed(-0xbe,-0x1b5,-0xb2,-_0x5b753b._0x2541ec),'iogSn':_0x25b8d7(_0x5b753b._0x184c1e,_0x5b753b._0x5d0eec,-_0x5b753b._0x1fc71f,0x4c),'noUgJ':function(_0x560bcd,_0x518f99){return _0x560bcd+_0x518f99;},'bZSTV':_0x25b8d7(-0xb3,-0x48,-_0x5b753b._0x3520b3,-0x54)+_0x5499ed(-0xa8,0x34,0xb6,_0x5b753b._0x1c4ef4)+_0x5499ed(-_0x5b753b._0x158b5e,-0x16,-_0x5b753b._0x5f018e,-0xbe)+'\x20to\x20take\x20e'+_0x25b8d7(0x11,_0x5b753b._0x129678,-_0x5b753b._0x2e8f66,_0x5b753b._0x59f78c)},_0xd6d1f3=await _0x5c27dc[_0x25b8d7(0x93,_0x5b753b._0x5df917,0x30,0x43)](getCoderSetupPath);if(!_0xd6d1f3){const _0xbb68cf=_0x5c27dc['DZbNG'][_0x5499ed(0xa9,0xf,_0x5b753b._0x521033,_0x5b753b._0x38b60f)]('|');let _0x3fa285=0x194f+0x373+-0x1cc2;while(!![]){switch(_0xbb68cf[_0x3fa285++]){case'0':console[_0x25b8d7(-_0x5b753b._0x5023a5,-0xa4,-_0x5b753b._0x23e549,_0x5b753b._0x5e9130)](_0x5c27dc[_0x5499ed(-_0x5b753b._0x3bba46,-_0x5b753b._0x585ebf,-_0x5b753b._0x44ddcb,-0x82)]);continue;case'1':console[_0x5499ed(-0x135,-_0x5b753b._0x44ddcb,-0xf0,-_0x5b753b._0x2dde68)](_0x5c27dc['sXeFL']);continue;case'2':process[_0x25b8d7(-0x3e,-0x6f,-0xbc,-0xc1)](-0x7*0x48c+-0x71a+0x26ef);continue;case'3':console[_0x5499ed(-0x189,-0x95,-0x181,-0xf2)]('');continue;case'4':console['error'](_0x25b8d7(-0xd,_0x5b753b._0x148ebc,-0x67,_0x5b753b._0x1e0493)+_0x5499ed(-0x71,-_0x5b753b._0x509744,-_0x5b753b._0x2188ca,-0xa2)+_0x5499ed(-_0x5b753b._0x414556,-_0x5b753b._0x5ea2ea,0x81,-0x21)+':');continue;}break;}}const _0x2caa5d=_0x45b978[_0x25b8d7(-_0x5b753b._0x387a58,-_0x5b753b._0x2e8f66,_0x5b753b._0x5f00fe,0x24)](_0xd6d1f3,_0x5c27dc['tHzRB']);let _0x2664c3;try{if(_0x5c27dc['RxfsY'](_0x5c27dc[_0x5499ed(-0x91,_0x5b753b._0x53b09c,-0x88,-_0x5b753b._0x3d9ff9)],_0x5499ed(-_0x5b753b._0x446ae0,-_0x5b753b._0x21df74,-0x161,-0x107))){const _0x417dec=await _0x179acc['readFile'](_0x2caa5d,_0x5c27dc[_0x5499ed(-0x8e,-_0x5b753b._0x40e18e,-0x146,-0xb2)]);_0x2664c3=JSON[_0x25b8d7(-_0x5b753b._0x21238a,-0x68,-0x34,-0x60)](_0x417dec);}else _0x3d8fda[_0x25b8d7(-0x110,-_0x5b753b._0x4882d7,-0x17,-_0x5b753b._0x4c409d)](_0x5c27dc[_0x5499ed(-0x41,-_0x5b753b._0xfc417e,-_0x5b753b._0x21f344,-0xfc)]),_0x5242a0[_0x25b8d7(-_0x5b753b._0x26e180,-0xa0,-0x5d,-_0x5b753b._0x99b58b)](''),_0xc55fa7[_0x25b8d7(-_0x5b753b._0x17460e,-_0x5b753b._0x20bfa8,-0xa3,-0x51)](_0x25b8d7(0x12,-0x27,0x56,0xb)+_0x5499ed(-0x39,-0x6f,-_0x5b753b._0x4466c4,-0xf4)+_0x10fa97);}catch(_0x21e7fb){_0x5c27dc[_0x25b8d7(-0x10,-_0x5b753b._0x34cf20,-0x112,-0x3)](_0x21e7fb[_0x25b8d7(_0x5b753b._0x477317,0x5a,-0xb,_0x5b753b._0x2c911c)],_0x5c27dc['iogSn'])?(console[_0x5499ed(-0x177,-_0x5b753b._0x33d1ea,-_0x5b753b._0x142505,-_0x5b753b._0x2dde68)](_0x25b8d7(_0x5b753b._0x620e36,-0x22,-_0x5b753b._0x59cc4a,0x79)+'up.json\x20no'+_0x5499ed(-0x107,-_0x5b753b._0x1cc607,-0x17c,-_0x5b753b._0x184c1e)+'\x20'+_0x2caa5d),console[_0x25b8d7(-_0x5b753b._0x372b33,-_0x5b753b._0x435704,_0x5b753b._0x44e9d1,-0x61)](_0x25b8d7(0x49,-_0x5b753b._0x14271e,-_0x5b753b._0x227355,-0xa3)+'coder_setu'+'p_path\x20poi'+_0x25b8d7(-0x30,-0x65,-0x6,-_0x5b753b._0x2d6dec)+_0x25b8d7(-0x11c,-_0x5b753b._0x4e8182,_0x5b753b._0xbeb30b,-0x7f)+_0x25b8d7(_0x5b753b._0x3b9680,0xb,_0x5b753b._0x40e18e,-_0x5b753b._0x33fc3c)+'ectory')):console[_0x25b8d7(-0xab,-0xa4,-_0x5b753b._0x385b8d,-_0x5b753b._0x54f6a6)]('Error\x20read'+'ing\x20setup.'+'json:\x20'+_0x21e7fb[_0x25b8d7(-_0x5b753b._0x2ee734,-0x94,-0x102,0x6)]),process[_0x25b8d7(-_0x5b753b._0x5762ad,-_0x5b753b._0x474e88,-0xb7,-_0x5b753b._0x38a5e8)](0x1393+-0xaeb*0x2+0x244);}function _0x25b8d7(_0x2fa626,_0x382e65,_0x1ad59d,_0x1566d0){return _0x14ae10(_0x2fa626,_0x382e65- -_0xdea700._0x14c9e7,_0x1ad59d-_0xdea700._0x3dd873,_0x1566d0-0x15b);}_0x2664c3[_0x37df28]=_0x1a04d5,await _0x179acc['writeFile'](_0x2caa5d,_0x5c27dc[_0x5499ed(_0x5b753b._0x2c3203,_0x5b753b._0x2662b3,0xa7,0x3b)](JSON[_0x5499ed(-_0x5b753b._0x43bde4,0x119,0x1,0x63)](_0x2664c3,null,0x11c3*-0x2+0x13ce+0x21*0x7a),'\x0a'),_0x5c27dc[_0x25b8d7(0x2c,-_0x5b753b._0x46d6bb,-_0x5b753b._0x4aa324,-_0x5b753b._0x5d8dda)]),console[_0x5499ed(-0x16a,-0x5c,-0xb9,-_0x5b753b._0x584d55)](_0x25b8d7(0x2e,0x7,-0x6a,_0x5b753b._0x418967)+_0x37df28+_0x5499ed(-0x126,_0x5b753b._0x1f51b7,0x4d,-0x68)+_0x1a04d5);function _0x5499ed(_0x5a62df,_0x5995b0,_0x12a55a,_0x5e4298){return _0x3a167a(_0x5a62df-0x1a7,_0x5e4298-_0x57d909._0x407b37,_0x12a55a-_0x57d909._0x27d3dc,_0x5995b0);}console[_0x5499ed(-_0x5b753b._0x103e3c,-0xc3,-0x15a,-_0x5b753b._0x1bba43)](_0x25b8d7(-0xb7,-0x72,-_0x5b753b._0x4d7702,-_0x5b753b._0x3b9680)+':\x20'+_0x2caa5d),console[_0x5499ed(-_0x5b753b._0x48e44a,-_0x5b753b._0x567dec,-0xa0,-0xee)](''),console[_0x5499ed(-0x1a7,-_0x5b753b._0x2c398f,-_0x5b753b._0x58cd6e,-_0x5b753b._0x486ed9)](_0x5c27dc[_0x25b8d7(_0x5b753b._0x2e8f66,-0x6a,-0x6,-_0x5b753b._0x143eaf)]);}async function getConfig(_0x5cd2b5){const _0x352d56={_0x1de7c:0x4b7,_0x861749:0x5e4,_0x19248b:0x537,_0x3b48ce:0x4b8,_0x4d6937:0x566,_0x37f411:0x4ff,_0x374158:0x5d2,_0x3c7171:0x104,_0x1b329c:0x1bb,_0x24e50b:0x55a,_0x22a143:0x4c1,_0x1ef2ef:0xce,_0x1a766e:0x9e,_0xd5e8e0:0x5b2,_0x205e4d:0x4bd,_0x46b6aa:0x51a,_0x3a8e18:0x7e,_0x45df91:0x23,_0x427054:0xe,_0x3dd76c:0x4f8,_0x164d59:0x412,_0x3b28bf:0x52b,_0x2a53ee:0x51b,_0xae432d:0x569,_0x58db63:0x4a5,_0x400938:0x57d,_0x4416e3:0x51c,_0x2ed799:0xa6,_0x3913f0:0x82,_0x169942:0xd6,_0xcc1fce:0x444,_0x457f71:0x4dc,_0x18e5fe:0x683,_0x37c96a:0x5a5,_0x4ade4b:0x53d,_0x3a4d4d:0x5,_0x166479:0x146,_0x180ffb:0x90,_0x752288:0x534,_0x11b2c7:0x59e,_0x3352ad:0x59d,_0x1a7c1b:0x11e,_0x3658ea:0x4b2,_0x5021bf:0x12c,_0x40b53f:0x1a0,_0x5e6c93:0x197,_0xa332ba:0x228,_0x11d4e5:0x16f,_0x51e928:0x5,_0x1e8fd3:0x2a,_0x359af6:0x0,_0x3cbdc9:0x20,_0x296393:0xd2,_0x4052f3:0xdf,_0x333e2c:0x1d8,_0x1c9fe2:0x238,_0x2c0139:0xca,_0x20616c:0x12d,_0x3df9b4:0x4ae,_0x276b85:0x34,_0x274597:0x3,_0x154202:0x100,_0x51d679:0x124,_0x2205c9:0xc1,_0x4c091e:0xb8,_0x157ab8:0x57,_0x24f362:0x4e,_0x14207c:0x60,_0x289fa5:0x5a8,_0x9e1a6f:0x50b,_0x49bc40:0x4ca,_0x33b2ac:0x526,_0x13be8d:0x40a,_0x5896a9:0x43c,_0x4488df:0x87,_0x358df0:0xd2,_0x5845b6:0x12e,_0xc2323e:0x1a2,_0x8451a9:0xa0,_0x151dce:0xbc,_0x412ca3:0x5a7,_0x5094d5:0x654,_0x937c3e:0x8c,_0xda863:0x5a,_0x52a9a0:0x1b5,_0x4433e3:0x14b,_0x5acda9:0x4e3,_0x32d954:0x58d,_0x5572aa:0x4d2,_0x1d2b09:0x438,_0x35e28e:0x54f,_0x311ff3:0x5bc,_0x320dd7:0xc7,_0x158d91:0xa9,_0x4373d5:0x67,_0x345357:0x58e,_0x3f23d4:0x4f1,_0x35becd:0x55,_0x4f58c9:0xde,_0x25aaf4:0x4d4,_0x55c4ff:0x491,_0x10a22c:0x42a,_0x465bcf:0x50c,_0x4c13a4:0x502,_0x469ff7:0x151,_0x358f9a:0xf9,_0x591745:0xad,_0x4a34a2:0xdc,_0x1851eb:0x500,_0x3ea0ef:0x5ac,_0x2e4773:0x613,_0x5bb48e:0x608,_0x3e351c:0x551,_0x562bda:0x5b2,_0x40cdf0:0x538,_0xe162bc:0x1d3,_0x49cc54:0x591,_0xb17dfe:0x584,_0x1f7ae0:0x564,_0x22c95f:0x23b,_0x4b4701:0x1a3,_0x4e6fd3:0x4dd,_0x5b5f95:0x52e,_0x39324c:0x4e6,_0x5402fd:0x4a4,_0x4c0f71:0x434,_0x25e284:0x4d0,_0xdc7e31:0x4b7,_0x586013:0x4b5,_0x4169ac:0x4f0,_0x307f09:0x4e8,_0x242951:0x142,_0x513c8e:0xf6,_0x24f29d:0x506,_0x1783ea:0x4b8,_0x355e56:0x509,_0x1ee4b8:0x54f,_0x3bcb37:0x160,_0x46c024:0x5f0,_0x5b2f81:0x47a,_0x5d1a91:0x4db,_0x7322ee:0x5ca,_0x347617:0x30,_0x2210e4:0x50d,_0x2caf74:0x495,_0x2a1680:0x9b,_0x2ed0f6:0x5b,_0x51e46c:0x8,_0x423aaf:0x19,_0x5ad2a3:0x1c,_0x10c5c5:0x112,_0x88d1f5:0x20b,_0x589557:0x16b,_0x2656dd:0x1c6,_0x5df253:0x147,_0x2e74f0:0x3f7,_0x3474a8:0x504,_0x3074a1:0x5de,_0x34dc9b:0x5c3,_0x465efd:0x51c,_0x19c2b5:0x58a,_0x3a9ecd:0x44b,_0x262a0e:0x4bd,_0x531f75:0x48b,_0x3f7240:0xc8,_0x2da4de:0xed,_0x4baf64:0x549,_0x5f3043:0x528,_0x2a94e4:0x594,_0x51400c:0x42b,_0x1e7161:0x427,_0x2e1df9:0x5c8,_0x23c3a2:0x5dd,_0x1ace20:0x541,_0x3ce99a:0x191,_0x542028:0x7f,_0x482f50:0x1e,_0x5b65a2:0x8f,_0x5c014b:0xfd,_0x3699a3:0x5f4,_0x59ff3d:0x21,_0x4819d0:0xf2,_0x49b9fb:0xbf,_0x1cd2c1:0x7b,_0x120482:0x446,_0x617412:0x471,_0x25b7f6:0x442,_0x404deb:0x433,_0x363a14:0x45a,_0x5292ef:0x401,_0xde85d5:0x544,_0x48c84f:0x4bb,_0x15e252:0x55a,_0x14a56c:0x4f5,_0x11ffb3:0x129,_0x4be99f:0x1d6,_0x589e39:0x493},_0x562f0c={_0x472b83:0x19d},_0x2fd1db={_0x1b7b07:0x45b,_0x59d1c1:0x20,_0x20f92b:0x1c2},_0x537a33={'pNYSJ':_0x31b06e(0x461,0x55d,_0x352d56._0x1de7c,0x4cc),'upCbg':_0x31b06e(_0x352d56._0x861749,_0x352d56._0x19248b,0x578,0x630)+'igure\x20the\x20'+_0x31b06e(0x598,_0x352d56._0x3b48ce,_0x352d56._0x4d6937,_0x352d56._0x37f411)+':','PZzgU':_0x31b06e(0x61b,0x534,_0x352d56._0x374158,0x5c3)+'rver\x20confi'+_0x41e052(_0x352d56._0x3c7171,0x99,_0x352d56._0x1b329c,0x10b)+_0x31b06e(0x60d,_0x352d56._0x24e50b,0x563,_0x352d56._0x22a143)+'th\x20/path/t'+_0x41e052(0xee,0x13,_0x352d56._0x1ef2ef,_0x352d56._0x1a766e)+_0x31b06e(0x55b,0x602,0x562,_0x352d56._0xd5e8e0),'KaIXx':_0x31b06e(_0x352d56._0x205e4d,0x4b4,_0x352d56._0x46b6aa,0x506)+_0x41e052(_0x352d56._0x3a8e18,-_0x352d56._0x45df91,_0x352d56._0x427054,0x7f)+_0x31b06e(_0x352d56._0x3dd76c,_0x352d56._0x164d59,0x4c3,0x55c)+_0x31b06e(0x551,_0x352d56._0x3b28bf,0x4d4,_0x352d56._0x2a53ee)+_0x31b06e(0x4cc,_0x352d56._0xae432d,0x4be,_0x352d56._0x58db63)+'-setup\x20dir'+'ectory','pyqGf':function(_0x3a4a05,_0x261eb1){return _0x3a4a05===_0x261eb1;},'EMzrS':'rajEr','ZFrDv':_0x31b06e(0x51a,0x4d1,_0x352d56._0x400938,_0x352d56._0x4416e3)+'er-server\x20'+_0x41e052(_0x352d56._0x2ed799,0x69,_0x352d56._0x3913f0,_0x352d56._0x169942)+'\x20<key>','aHDmr':function(_0x343718,_0x47bf48){return _0x343718&&_0x47bf48;},'daouk':_0x31b06e(_0x352d56._0xcc1fce,0x428,_0x352d56._0x457f71,0x4e7),'uMtGE':_0x31b06e(_0x352d56._0x18e5fe,_0x352d56._0x37c96a,0x5f4,_0x352d56._0x4ade4b),'fodul':_0x41e052(_0x352d56._0x3a4d4d,0xf,_0x352d56._0x166479,_0x352d56._0x180ffb)+_0x31b06e(_0x352d56._0x752288,_0x352d56._0x11b2c7,0x5d9,_0x352d56._0x3352ad)+_0x41e052(0x158,0x9b,0x152,_0x352d56._0x1a7c1b)+_0x31b06e(_0x352d56._0x3658ea,0x4e8,0x4cd,0x432)+_0x41e052(0x1f7,_0x352d56._0x5021bf,0x103,_0x352d56._0x40b53f)+_0x41e052(_0x352d56._0x5e6c93,0x106,_0x352d56._0xa332ba,_0x352d56._0x11d4e5),'EONBL':_0x41e052(-_0x352d56._0x51e928,_0x352d56._0x1e8fd3,_0x352d56._0x359af6,0x7f)+'p_path','ulIsT':function(_0x3a7a99){return _0x3a7a99();},'dVlbr':function(_0x259734){return _0x259734();},'MMPwH':'ssl_cert_p'+'ath','BDZKs':_0x41e052(_0x352d56._0x3cbdc9,0x8c,0x61,_0x352d56._0x296393)+'up\x20path\x20no'+'t\x20configur'+'ed','ALhIv':_0x41e052(_0x352d56._0x4052f3,_0x352d56._0x333e2c,_0x352d56._0x1c9fe2,0x19d),'YtUJh':function(_0x69f1b2,_0x4ad9c2){return _0x69f1b2!==_0x4ad9c2;},'dCDnb':_0x41e052(0x1c6,0xd5,_0x352d56._0x2c0139,_0x352d56._0x20616c),'pjrhZ':_0x31b06e(_0x352d56._0x3df9b4,0x53d,0x542,0x50a),'sZCxg':_0x41e052(_0x352d56._0x276b85,0xd8,0x33,0x49),'Ebgcq':function(_0x1275be,_0x2f0a42){return _0x1275be!==_0x2f0a42;},'lMbXV':_0x41e052(-_0x352d56._0x274597,-0x2d,-0x10,0x62),'qXcEX':_0x41e052(_0x352d56._0x154202,0x5,_0x352d56._0x51d679,0x70),'xqSvs':function(_0x134e22,_0x293b68){return _0x134e22===_0x293b68;},'cedzR':'ZyGZC','ZPOsn':function(_0x84a8cd,_0x1de6d0){return _0x84a8cd!==_0x1de6d0;}};function _0x31b06e(_0x2535bf,_0x22d080,_0x4c01fe,_0x121e62){return _0x14ae10(_0x121e62,_0x4c01fe-_0x2fd1db._0x1b7b07,_0x4c01fe-_0x2fd1db._0x59d1c1,_0x121e62-_0x2fd1db._0x20f92b);}if(!_0x5cd2b5){if(_0x537a33['pyqGf'](_0x537a33[_0x41e052(_0x352d56._0x2205c9,0xe6,_0x352d56._0x4c091e,0xec)],_0x537a33[_0x41e052(0x172,_0x352d56._0x157ab8,0x8b,0xec)]))console[_0x41e052(-_0x352d56._0x24f362,0x117,-_0x352d56._0x14207c,0x5a)](_0x537a33[_0x31b06e(_0x352d56._0x289fa5,0x52b,0x50c,_0x352d56._0x9e1a6f)]),process[_0x31b06e(0x424,0x4e7,_0x352d56._0x49bc40,0x454)](-0xf06*0x1+0x1*-0x1a7d+0x2984);else{const _0x228b26=_0x537a33[_0x31b06e(0x603,0x67b,0x5c6,_0x352d56._0x33b2ac)][_0x41e052(0x168,0x127,0x1e4,0x151)]('|');let _0x4d6a53=-0x36b+0x15c8+0x1*-0x125d;while(!![]){switch(_0x228b26[_0x4d6a53++]){case'0':_0x2ea81f[_0x31b06e(0x4e8,_0x352d56._0x13be8d,0x495,_0x352d56._0x5896a9)](_0x41e052(0xa0,0x11d,_0x352d56._0x4488df,_0x352d56._0x358df0)+_0x41e052(0x189,_0x352d56._0x5845b6,_0x352d56._0xc2323e,_0x352d56._0x154202)+_0x31b06e(0x4a2,0x497,0x4e8,0x558)+'ed');continue;case'1':_0x2ffc8e[_0x41e052(_0x352d56._0x8451a9,_0x352d56._0x151dce,0xc6,0x5a)](_0x537a33[_0x31b06e(0x58b,_0x352d56._0x412ca3,0x5f1,_0x352d56._0x5094d5)]);continue;case'2':_0x59fd73['exit'](-0x10c7*-0x1+-0x1bf1+0xb2b);continue;case'3':_0x596281['error']('');continue;case'4':_0x2fd4d7[_0x41e052(0xaa,0x6c,_0x352d56._0x937c3e,_0x352d56._0xda863)](_0x537a33[_0x41e052(0x212,0x113,_0x352d56._0x52a9a0,0x170)]);continue;}break;}}}const _0x1aee96=SERVER_CONFIG_KEYS[_0x41e052(_0x352d56._0x4433e3,0x176,0x11e,0x133)](_0x5cd2b5);function _0x41e052(_0x57f978,_0x24f6e7,_0x444a06,_0x58aea1){return _0x3a167a(_0x57f978-_0x562f0c._0x472b83,_0x58aea1-0x2ae,_0x444a06-0x6c,_0x57f978);}const _0x5ba778=SETUP_JSON_KEYS['has'](_0x5cd2b5);_0x537a33[_0x31b06e(0x5a2,0x53e,0x56b,0x5ae)](!_0x1aee96,!_0x5ba778)&&(_0x537a33[_0x31b06e(_0x352d56._0x5acda9,_0x352d56._0x32d954,_0x352d56._0x5572aa,_0x352d56._0x1d2b09)]!==_0x537a33[_0x31b06e(0x574,_0x352d56._0x35e28e,_0x352d56._0x311ff3,0x597)]?(console['error']('Unknown\x20co'+_0x41e052(-0x10,_0x352d56._0x320dd7,_0x352d56._0x158d91,_0x352d56._0x4373d5)+_0x31b06e(_0x352d56._0x345357,0x4ef,0x5a2,_0x352d56._0x3f23d4)+_0x5cd2b5),console[_0x41e052(-_0x352d56._0x35becd,-0x37,_0x352d56._0x4f58c9,_0x352d56._0xda863)](_0x537a33[_0x31b06e(0x509,_0x352d56._0x25aaf4,_0x352d56._0x55c4ff,_0x352d56._0x10a22c)]),process['exit'](-0xc37+0x16a0+-0xa68)):_0xcddca1[_0x31b06e(0x40a,_0x352d56._0x465bcf,0x495,_0x352d56._0x4c13a4)](_0x41e052(_0x352d56._0x469ff7,_0x352d56._0x358f9a,_0x352d56._0x591745,_0x352d56._0x4a34a2)+'up.json\x20no'+_0x31b06e(_0x352d56._0x1851eb,0x458,_0x352d56._0x205e4d,0x47d)+'\x20'+_0x54aca3));let _0x46ac11;if(_0x1aee96)switch(_0x5cd2b5){case _0x537a33[_0x31b06e(_0x352d56._0x3ea0ef,_0x352d56._0x2e4773,0x557,_0x352d56._0x5bb48e)]:_0x46ac11=await _0x537a33['ulIsT'](getCoderSetupPath);break;case _0x31b06e(_0x352d56._0x3e351c,_0x352d56._0x562bda,_0x352d56._0x40cdf0,0x4bd)+'t':_0x46ac11=await _0x537a33[_0x41e052(0x18a,_0x352d56._0xe162bc,0x231,0x1b7)](getServerPort);break;case _0x537a33[_0x31b06e(_0x352d56._0x49cc54,0x62d,_0x352d56._0xb17dfe,0x4fa)]:_0x46ac11=await getSslCertPath();break;case _0x31b06e(0x54c,_0x352d56._0x1f7ae0,0x576,0x564)+'th':_0x46ac11=await getSslKeyPath();break;case _0x41e052(0x1bc,_0x352d56._0x22c95f,0x207,_0x352d56._0x4b4701)+'h':_0x46ac11=await _0x537a33[_0x31b06e(0x4bd,0x51d,_0x352d56._0x4e6fd3,_0x352d56._0x5b5f95)](getSslCaPath);break;case _0x31b06e(0x4f7,0x486,_0x352d56._0x39324c,_0x352d56._0x5402fd)+'y':_0x46ac11=await getTrustProxy();break;}else{if(_0x5ba778){const _0x19330f=await _0x537a33[_0x41e052(0x202,0x12a,0x207,0x1b7)](getCoderSetupPath);!_0x19330f&&(console[_0x31b06e(0x52e,0x46f,0x495,0x481)](_0x537a33[_0x31b06e(_0x352d56._0x4c0f71,0x41a,_0x352d56._0x25e284,0x4c6)]),process[_0x31b06e(_0x352d56._0xdc7e31,0x54b,0x4ca,0x43c)](0x601*0x2+-0x12cd*-0x2+-0x33*0xf9));const _0x3c51e6=_0x45b978[_0x31b06e(_0x352d56._0x586013,0x496,_0x352d56._0x4169ac,_0x352d56._0x307f09)](_0x19330f,_0x537a33['ALhIv']);try{if(_0x537a33[_0x41e052(_0x352d56._0x242951,0x17d,_0x352d56._0x513c8e,0x112)](_0x537a33[_0x31b06e(_0x352d56._0x24f29d,_0x352d56._0x1783ea,_0x352d56._0x355e56,_0x352d56._0x1ee4b8)],_0x537a33[_0x41e052(0x192,_0x352d56._0x3bcb37,0xa4,0x14f)])){const _0x32228f=await _0x179acc[_0x31b06e(_0x352d56._0x46c024,0x559,0x53f,0x540)](_0x3c51e6,_0x537a33[_0x31b06e(_0x352d56._0x5b2f81,_0x352d56._0x5d1a91,0x521,_0x352d56._0x7322ee)]),_0x1ae3b7=JSON[_0x41e052(-0x1d,_0x352d56._0x347617,0x121,0x96)](_0x32228f);_0x46ac11=_0x1ae3b7[_0x5cd2b5];}else _0x5f2a41[_0x31b06e(0x48e,_0x352d56._0x2210e4,_0x352d56._0x2caf74,0x4ca)](_0x41e052(0xce,_0x352d56._0x2a1680,_0x352d56._0x2ed0f6,0xdc)+'up.json\x20no'+_0x41e052(_0x352d56._0x51e46c,-0x8,-_0x352d56._0x423aaf,0x82)+'\x20'+_0x30884d),_0x47397f[_0x41e052(-_0x352d56._0x5ad2a3,_0x352d56._0x10c5c5,0x2e,0x5a)](_0x537a33[_0x41e052(0x1d7,_0x352d56._0x88d1f5,_0x352d56._0x589557,0x1bb)]);}catch(_0x41dbf9){_0x537a33['Ebgcq'](_0x537a33[_0x41e052(_0x352d56._0x2656dd,0x13c,_0x352d56._0x5df253,0x1a5)],_0x537a33[_0x31b06e(_0x352d56._0x2e74f0,0x553,0x4aa,0x4ad)])?(_0x537a33[_0x41e052(_0x352d56._0x14207c,0x14a,0x51,0xba)](_0x41dbf9['code'],_0x31b06e(_0x352d56._0x3474a8,_0x352d56._0x3074a1,0x56a,_0x352d56._0x34dc9b))?console[_0x31b06e(0x53b,0x42c,0x495,0x4c9)]('Error:\x20set'+_0x31b06e(0x529,0x507,_0x352d56._0x465efd,_0x352d56._0x19c2b5)+_0x31b06e(_0x352d56._0x3a9ecd,0x4b5,_0x352d56._0x262a0e,0x575)+'\x20'+_0x3c51e6):_0x537a33[_0x31b06e(_0x352d56._0x531f75,0x4a4,0x528,0x48d)]!==_0x537a33[_0x41e052(0x130,0x109,_0x352d56._0x3f7240,_0x352d56._0x2da4de)]?_0x14e15f[_0x31b06e(_0x352d56._0x4baf64,0x411,0x495,0x503)](_0x31b06e(0x5ab,0x4a5,0x517,_0x352d56._0x5f3043)+_0x31b06e(_0x352d56._0x2a94e4,0x552,0x51c,0x4aa)+'t\x20found\x20at'+'\x20'+_0x185ee6):console[_0x31b06e(0x529,_0x352d56._0x51400c,0x495,_0x352d56._0x1e7161)](_0x31b06e(0x5fd,0x67f,_0x352d56._0x2e1df9,_0x352d56._0x23c3a2)+_0x31b06e(_0x352d56._0x1ace20,_0x352d56._0x37f411,0x564,0x59c)+_0x41e052(0x1b1,0x20c,_0x352d56._0x3ce99a,0x161)+_0x41dbf9['message']),process[_0x41e052(_0x352d56._0x542028,_0x352d56._0x482f50,0x83,_0x352d56._0x5b65a2)](-0x1*-0x12dc+0x20cb+0x259*-0x16)):(_0x58382f[_0x41e052(-0x18,0xb5,_0x352d56._0x5c014b,0x5a)](_0x31b06e(_0x352d56._0x3699a3,0x58d,0x587,0x500)+_0x1a4b6b['message']),_0x410a6f['exit'](0xc82*0x3+0x1975+-0x3efa));}}}_0x537a33[_0x41e052(_0x352d56._0x59ff3d,_0x352d56._0x4819d0,_0x352d56._0x49b9fb,_0x352d56._0x1cd2c1)](_0x46ac11,undefined)?console[_0x31b06e(_0x352d56._0x120482,_0x352d56._0x617412,0x499,_0x352d56._0x25b7f6)](_0x46ac11):(console[_0x31b06e(_0x352d56._0x404deb,_0x352d56._0x363a14,_0x352d56._0x2caf74,_0x352d56._0x5292ef)](_0x31b06e(_0x352d56._0xde85d5,_0x352d56._0x307f09,_0x352d56._0x48c84f,_0x352d56._0x15e252)+_0x5cd2b5+(_0x31b06e(0x4aa,_0x352d56._0x14a56c,0x54b,0x5f2)+_0x41e052(_0x352d56._0x11ffb3,_0x352d56._0x4be99f,0x134,0x1be)+'guration')),process[_0x31b06e(0x4c6,_0x352d56._0x589e39,0x4ca,0x57e)](0xb*-0xad+-0x1ab9*0x1+0x9f*0x37));}async function removeConfig(_0x1b2331){const _0x1d1ad2={_0x276e9a:0x36d,_0x348d19:0x2f6,_0xd5334c:0x34e,_0x528fc2:0x2e5,_0x22145c:0x45c,_0x2a994c:0x3b3,_0x30b0f4:0x39f,_0xf5d29a:0x490,_0x3da136:0x3a4,_0x2d4ebb:0x328,_0x4607f1:0x350,_0xd0fd01:0x3c9,_0x1eec41:0x3e7,_0x5d74f9:0x325,_0x279d95:0x372,_0x369ae0:0x44b,_0x23e034:0x408,_0xc02e68:0x382,_0x1eaf07:0x3f0,_0x27ecbc:0x327,_0x1aa4c6:0x320,_0xdd4d37:0x2fa,_0x16b010:0x3e5,_0x4cd77b:0x3ac,_0x1ddfce:0x446,_0x316a03:0x37c,_0x52ed08:0x34e,_0xf3b68d:0x233,_0x41f610:0x371,_0x1e0ef1:0x400,_0xd69996:0x2f3,_0x1e9573:0x35d,_0x3de69d:0x2d0,_0x1bdec0:0x3a0,_0x1b45b7:0x347,_0x41f011:0x2ef,_0x4bd05a:0x315,_0x1f10eb:0x383,_0x3bf47c:0x474,_0x518510:0x334,_0x2d80e7:0x3ad,_0xf0f685:0x3ef,_0x162f1f:0x2f2,_0x5e107e:0x2ce,_0x19c62b:0x451,_0x5b3cf8:0x4b9,_0x238ef0:0x366,_0xf340d5:0x2e2,_0x5934fc:0x369,_0x2be0d2:0x3f9,_0x2c014a:0x390,_0x19a421:0x429,_0x33b8f6:0x31d,_0x2e43fa:0x2b0,_0x4e4b5b:0x368,_0x3b8167:0x2f4,_0x36ffed:0x45b,_0xabcff0:0x3e2,_0x4815dd:0x339,_0x15cac5:0x2fe,_0x1900f8:0x367,_0x21a76d:0x2f0,_0xb28b26:0x3da,_0x28ce75:0x2d7,_0x1a8b15:0x305,_0x41cf95:0x3d9,_0xd910d5:0x2ea,_0x1de98f:0x35a,_0x4a0b5f:0x274,_0x4c8027:0x325,_0x1f7a1e:0x45b,_0x3ac243:0x382,_0x13556f:0x3d2,_0x15dad4:0x4a3,_0x2dcffe:0x3ff,_0x38bf10:0x31d,_0x1b74d3:0x34d,_0x3b01d6:0x296,_0x30dfb0:0x2fe,_0x30715a:0x3b9,_0x12ab41:0x278,_0x2a9d43:0x348,_0x4f1a31:0x368,_0x15ca9e:0x317,_0x4e2106:0x254,_0x4e417e:0x25e,_0x1080c6:0x35b,_0x52b4e5:0x3f3,_0x192519:0x32e,_0x4bd8a7:0x3c6,_0x201725:0x210,_0x42d059:0x36a,_0x3696a4:0x340,_0x46f270:0x3e3,_0x1b9be9:0x4b2,_0x569dcf:0x40e,_0x5575f4:0x4a7,_0x595a94:0x2c9,_0x2d9130:0x34d,_0x35f184:0x3fd,_0x3a168a:0x3f8,_0x177d3c:0x3d5,_0x5f16d8:0x401,_0x2976cc:0x3a5,_0x2ce84f:0x41c,_0x14813c:0x374,_0x2046b4:0x3ff,_0x2a8865:0x365,_0x2ae849:0x28e,_0x1c65ed:0x237,_0x19ca1e:0x32b,_0x5281b0:0x2a5,_0x4cff72:0x3f0,_0x2a835c:0x49a,_0x46eb28:0x438,_0x3d09e4:0x361,_0x5cebde:0x39a,_0x383bf6:0x35f,_0x524e36:0x324,_0x5ee07a:0x3a8,_0x3c9d70:0x276,_0x37a17c:0x2d6,_0x1d0910:0x457,_0x36f81c:0x39d,_0x329f08:0x3a8,_0x1f0a02:0x335,_0x2547c1:0x2a3,_0x442eb7:0x3e2,_0x5a00a4:0x2ab,_0x333304:0x27e,_0x49d430:0x3ae,_0xc3f388:0x372,_0xb1e3cd:0x38a,_0x592d93:0x2a3,_0x103d14:0x2fc,_0x55375e:0x403,_0x1ceade:0x3de,_0x2b04d9:0x3eb,_0x2edd13:0x34b,_0x5bba6a:0x44a,_0x4bcd1d:0x41e,_0x2b53f4:0x3ee,_0x1bed95:0x309,_0x18aa23:0x2dd,_0x353b4a:0x331,_0x3ead22:0x3b1,_0x5d8975:0x399,_0x9ea8fa:0x41a,_0x4148e2:0x3b5,_0x32c5e4:0x39f,_0x192ecd:0x3e3,_0x318e78:0x316,_0x4b7f4d:0x2c2,_0x5c0c68:0x356,_0x465a09:0x362,_0x89a43f:0x410,_0xef0b6c:0x470,_0x4b949d:0x45b,_0x38ccae:0x318,_0x4c2d06:0x2cb,_0x283b0f:0x31d,_0x4fe34c:0x338,_0x5bd44a:0x397,_0x5e2956:0x4ae,_0x10309d:0x425,_0xb473df:0x3d1,_0x50fa3d:0x244,_0x40c9ab:0x241,_0x35827a:0x4dc,_0x21eaaf:0x413,_0x586262:0x326,_0x1ceec2:0x355,_0x2569ba:0x39b,_0x37848d:0x397,_0x25f485:0x39f,_0xf88f25:0x298,_0x11aa31:0x383,_0x11f1f7:0x3b4,_0x53c91b:0x397,_0x4fc63b:0x396,_0x4d94b4:0x4a1,_0x482d6f:0x41f,_0x170823:0x342,_0x24890f:0x3d7,_0x98f792:0x2be,_0x2e990e:0x24b,_0x85a860:0x2bc,_0x10c549:0x305,_0x31fcd2:0x358,_0x3d3414:0x3c0,_0x184c03:0x381,_0x1c60fb:0x32a,_0x5248d0:0x2ae,_0x2df553:0x318,_0x35dc02:0x386,_0x3ede0c:0x311,_0x3cc238:0x418,_0x1b4026:0x493,_0x3623f4:0x3bf,_0x536d6b:0x399,_0x3c532a:0x33a,_0x48e757:0x2ff,_0x2f37f4:0x307,_0x518387:0x345,_0x25a7b0:0x391,_0x52d7f3:0x232,_0xe13b35:0x2ca,_0x223e77:0x31b,_0x732187:0x34a,_0x11ca85:0x3b1,_0x2a3baa:0x323,_0x5d0941:0x34d,_0xa3a78a:0x2a5,_0x5f04f5:0x374,_0x212ec3:0x313,_0x3ce442:0x3a1,_0x4bdf2d:0x29d,_0x58e425:0x2a6,_0x4c4dc2:0x2f1,_0x52786c:0x263,_0x364402:0x304,_0x22fcb0:0x2cb},_0x17c1df={'DPVrX':function(_0x467a9f,_0x51539d){return _0x467a9f===_0x51539d;},'UpwTd':_0x3d3e0f(_0x1d1ad2._0x276e9a,_0x1d1ad2._0x348d19,_0x1d1ad2._0xd5334c,_0x1d1ad2._0x528fc2)+_0x3d3e0f(0x4e9,0x455,_0x1d1ad2._0x22145c,_0x1d1ad2._0x2a994c)+_0x3d3e0f(0x427,_0x1d1ad2._0x30b0f4,0x3dc,_0x1d1ad2._0xf5d29a)+_0x3d3e0f(_0x1d1ad2._0x3da136,_0x1d1ad2._0x2d4ebb,_0x1d1ad2._0x4607f1,0x34d)+_0x554cbf(_0x1d1ad2._0x276e9a,0x490,_0x1d1ad2._0xd0fd01,_0x1d1ad2._0x1eec41)+_0x3d3e0f(0x4eb,0x4df,0x42d,0x388),'rykla':'Configure\x20'+_0x554cbf(0x3dc,_0x1d1ad2._0x5d74f9,0x305,_0x1d1ad2._0x279d95)+_0x3d3e0f(0x33e,_0x1d1ad2._0x369ae0,0x3d6,0x48a)+'etup.json\x20'+_0x554cbf(_0x1d1ad2._0x23e034,0x4a2,_0x1d1ad2._0xc02e68,_0x1d1ad2._0x1eaf07)+_0x554cbf(0x303,_0x1d1ad2._0x27ecbc,_0x1d1ad2._0x1aa4c6,_0x1d1ad2._0xdd4d37),'BFJMj':'\x20\x20coder-se'+_0x3d3e0f(_0x1d1ad2._0x16b010,_0x1d1ad2._0x4cd77b,_0x1d1ad2._0x1ddfce,0x48a)+_0x554cbf(0x373,_0x1d1ad2._0x316a03,0x3ac,0x352)+_0x554cbf(0x2c6,0x337,0x3a0,0x36f)+'th\x20/path/t'+_0x554cbf(_0x1d1ad2._0x52ed08,0x2af,_0x1d1ad2._0xf3b68d,0x2e5)+'tup','hHKCk':_0x3d3e0f(0x450,_0x1d1ad2._0x41f610,_0x1d1ad2._0x1e0ef1,0x37f)+_0x554cbf(_0x1d1ad2._0xd69996,_0x1d1ad2._0x1e9573,_0x1d1ad2._0x5d74f9,0x303)+_0x3d3e0f(_0x1d1ad2._0x3de69d,_0x1d1ad2._0x1bdec0,_0x1d1ad2._0x1b45b7,0x3a1)+_0x3d3e0f(_0x1d1ad2._0x41f011,0x34d,_0x1d1ad2._0x4bd05a,_0x1d1ad2._0x1f10eb),'NPybY':function(_0x5b6bfa,_0x58b4e9){return _0x5b6bfa&&_0x58b4e9;},'mcBtd':function(_0x1927fb,_0x5e74be){return _0x1927fb!==_0x5e74be;},'gTDNE':_0x3d3e0f(0x318,0x38b,0x3cb,_0x1d1ad2._0x3bf47c),'Hnhfx':_0x3d3e0f(_0x1d1ad2._0x518510,0x48c,0x3d4,_0x1d1ad2._0x2d80e7),'mJJPa':_0x3d3e0f(0x2f1,_0x1d1ad2._0xf0f685,0x33d,_0x1d1ad2._0x162f1f)+_0x554cbf(_0x1d1ad2._0x5e107e,0x36a,0x313,0x2c5),'nCTim':'server_por'+'t','rGHvg':function(_0xd7b223,_0x11e88e){return _0xd7b223(_0x11e88e);},'uDJFZ':_0x3d3e0f(0x41a,0x3f3,_0x1d1ad2._0x19c62b,_0x1d1ad2._0x5b3cf8)+_0x3d3e0f(0x338,0x33e,_0x1d1ad2._0x238ef0,0x36e),'Mgaja':function(_0x1522ba,_0x48bc6e){return _0x1522ba(_0x48bc6e);},'oWlqn':_0x554cbf(0x450,0x387,0x423,0x3ea)+'h','xzGVs':_0x3d3e0f(_0x1d1ad2._0xf340d5,0x2b6,_0x1d1ad2._0x5934fc,_0x1d1ad2._0x2be0d2)+'y','yNocf':function(_0x239b9f,_0x278335){return _0x239b9f(_0x278335);},'WkfTz':function(_0x2bb122){return _0x2bb122();},'iqbUI':_0x3d3e0f(0x2f0,0x42c,_0x1d1ad2._0x2c014a,0x439)+_0x3d3e0f(_0x1d1ad2._0x19a421,0x46b,0x3be,_0x1d1ad2._0x33b8f6)+_0x554cbf(_0x1d1ad2._0x2e43fa,_0x1d1ad2._0x4e4b5b,0x395,_0x1d1ad2._0x3b8167)+'ed','IRHkM':_0x3d3e0f(0x3ca,0x493,_0x1d1ad2._0x36ffed,_0x1d1ad2._0xabcff0),'YleVb':_0x3d3e0f(0x394,0x2fc,0x307,_0x1d1ad2._0x4815dd),'pwsYx':_0x554cbf(0x31f,_0x1d1ad2._0x15cac5,0x2b6,_0x1d1ad2._0x1900f8),'YtVGE':_0x3d3e0f(0x3ed,0x367,0x384,0x3ab),'XWhIr':function(_0x49f9b1,_0x1c3324){return _0x49f9b1===_0x1c3324;},'sYytZ':function(_0x5b6851,_0xa9f756){return _0x5b6851===_0xa9f756;},'AwDzU':_0x554cbf(_0x1d1ad2._0x21a76d,_0x1d1ad2._0xb28b26,0x335,0x3a0),'SKQVH':function(_0x2fa7e4,_0x4f62e0){return _0x2fa7e4+_0x4f62e0;}};!_0x1b2331&&(console[_0x3d3e0f(0x34a,_0x1d1ad2._0x28ce75,0x318,0x336)](_0x17c1df['hHKCk']),process[_0x3d3e0f(_0x1d1ad2._0x1a8b15,0x2df,0x34d,0x2c5)](0x139a+-0x1*-0xada+-0x1e73));const _0x12102c=SERVER_CONFIG_KEYS['has'](_0x1b2331);function _0x554cbf(_0x3c1f4a,_0x3d205b,_0x3fe90c,_0x443b6b){return _0x3a167a(_0x3c1f4a-0x15,_0x443b6b-0x4f5,_0x3fe90c-0x1c3,_0x3c1f4a);}const _0x33ed6f=SETUP_JSON_KEYS[_0x3d3e0f(0x4aa,0x36b,0x3f1,0x3da)](_0x1b2331);function _0x3d3e0f(_0x11c0eb,_0xa0e71b,_0x1dfb74,_0x5f35db){return _0x14ae10(_0x5f35db,_0x1dfb74-0x2de,_0x1dfb74-0x1df,_0x5f35db-0x173);}_0x17c1df['NPybY'](!_0x12102c,!_0x33ed6f)&&(console['error'](_0x554cbf(_0x1d1ad2._0x41cf95,_0x1d1ad2._0xd910d5,0x32c,_0x1d1ad2._0x1de98f)+_0x3d3e0f(0x389,_0x1d1ad2._0x4a0b5f,_0x1d1ad2._0x4c8027,0x303)+_0x3d3e0f(0x45f,_0x1d1ad2._0x1f7a1e,0x425,0x4c8)+_0x1b2331),console[_0x3d3e0f(_0x1d1ad2._0x3ac243,0x2a2,0x318,_0x1d1ad2._0x13556f)](_0x17c1df[_0x554cbf(0x356,0x433,_0x1d1ad2._0x15dad4,_0x1d1ad2._0x2dcffe)]),process[_0x3d3e0f(_0x1d1ad2._0x38bf10,0x3d3,_0x1d1ad2._0x1b74d3,_0x1d1ad2._0x3b01d6)](0x2*0x55e+0x1794+-0x224f*0x1));if(_0x12102c){if(_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x30dfb0,_0x1d1ad2._0x30715a,0x3a8,0x391)](_0x17c1df[_0x554cbf(_0x1d1ad2._0x12ab41,0x33f,0x37f,0x2f6)],_0x17c1df[_0x3d3e0f(0x340,_0x1d1ad2._0x2a9d43,0x397,0x3ab)])){switch(_0x1b2331){case _0x17c1df[_0x554cbf(0x265,_0x1d1ad2._0x4f1a31,_0x1d1ad2._0x30dfb0,_0x1d1ad2._0x15ca9e)]:await saveCoderSetupPath(null),console[_0x554cbf(_0x1d1ad2._0x4e2106,_0x1d1ad2._0x4e417e,0x2ad,0x2a5)](_0x554cbf(0x354,0x3d5,0x385,_0x1d1ad2._0x1080c6)+_0x1b2331);break;case _0x17c1df[_0x3d3e0f(0x3be,0x3d5,0x380,_0x1d1ad2._0x52b4e5)]:await _0x17c1df[_0x554cbf(0x297,_0x1d1ad2._0x192519,_0x1d1ad2._0x4bd8a7,0x32e)](saveServerPort,-0x1*0x103d+-0x12f*0x16+0x35ff),console[_0x554cbf(0x249,_0x1d1ad2._0x201725,0x308,0x2a5)]('Reset\x20'+_0x1b2331+(_0x554cbf(_0x1d1ad2._0x42d059,_0x1d1ad2._0x3696a4,_0x1d1ad2._0x46f270,0x3c7)+'t\x20(3000)'));break;case _0x17c1df[_0x3d3e0f(0x39a,_0x1d1ad2._0x1b9be9,_0x1d1ad2._0x569dcf,_0x1d1ad2._0x5575f4)]:await _0x17c1df[_0x554cbf(0x316,0x367,_0x1d1ad2._0x595a94,0x387)](saveSslCertPath,null),console['log'](_0x3d3e0f(0x395,_0x1d1ad2._0x2d9130,0x3d2,_0x1d1ad2._0x35f184)+_0x1b2331);break;case _0x3d3e0f(_0x1d1ad2._0x3a168a,0x3a1,0x3f9,0x35c)+'th':await saveSslKeyPath(null),console[_0x3d3e0f(0x366,0x2d5,0x31c,0x3ad)]('Removed\x20'+_0x1b2331);break;case _0x17c1df[_0x3d3e0f(0x3f6,0x473,_0x1d1ad2._0x177d3c,0x491)]:await _0x17c1df[_0x3d3e0f(_0x1d1ad2._0x5f16d8,0x352,_0x1d1ad2._0x2976cc,_0x1d1ad2._0x2ce84f)](saveSslCaPath,null),console['log'](_0x3d3e0f(_0x1d1ad2._0x14813c,_0x1d1ad2._0x2046b4,0x3d2,0x47e)+_0x1b2331);break;case _0x17c1df[_0x3d3e0f(0x3d3,0x35a,_0x1d1ad2._0x2a8865,0x2cd)]:await _0x17c1df['yNocf'](saveTrustProxy,null),console['log']('Removed\x20'+_0x1b2331);break;}console[_0x554cbf(_0x1d1ad2._0x2ae849,_0x1d1ad2._0x1c65ed,_0x1d1ad2._0x19ca1e,_0x1d1ad2._0x5281b0)]('\x20\x20Location'+':\x20'+getConfigPath());}else _0x17c1df[_0x3d3e0f(_0x1d1ad2._0x4cff72,_0x1d1ad2._0x2a835c,0x458,0x4cd)](_0xf9ca7c[_0x554cbf(0x3ae,_0x1d1ad2._0x46eb28,_0x1d1ad2._0x3d09e4,_0x1d1ad2._0x30b0f4)],'ENOENT')?_0x266150['error'](_0x554cbf(0x310,0x333,0x31b,0x323)+_0x3d3e0f(0x348,_0x1d1ad2._0x5cebde,0x39f,0x361)+_0x3d3e0f(_0x1d1ad2._0x383bf6,_0x1d1ad2._0x2d80e7,_0x1d1ad2._0x3696a4,0x36b)+'\x20'+_0x15eeb5):_0x2b2507[_0x3d3e0f(_0x1d1ad2._0x524e36,_0x1d1ad2._0x5ee07a,0x318,_0x1d1ad2._0x3c9d70)]('Error\x20read'+_0x554cbf(0x2e1,0x40f,_0x1d1ad2._0x37a17c,0x370)+_0x554cbf(_0x1d1ad2._0x1d0910,0x31e,_0x1d1ad2._0x36f81c,_0x1d1ad2._0x329f08)+_0x5ba0a4[_0x554cbf(_0x1d1ad2._0x1f0a02,0x251,0x2f0,0x2b1)]),_0x403e5c[_0x3d3e0f(0x3ec,_0x1d1ad2._0x2547c1,0x34d,_0x1d1ad2._0x442eb7)](-0x1*-0x233f+-0x22ea+-0x54);}else{if(_0x33ed6f){const _0x1d8c05=await _0x17c1df[_0x554cbf(0x23d,_0x1d1ad2._0x4f1a31,0x35d,_0x1d1ad2._0x5a00a4)](getCoderSetupPath);!_0x1d8c05&&(console[_0x554cbf(_0x1d1ad2._0x333304,0x2a2,0x287,0x2a1)](_0x17c1df[_0x554cbf(_0x1d1ad2._0x49d430,_0x1d1ad2._0xc3f388,0x3fc,0x3be)]),process['exit'](-0x2*0x11d1+-0xcc3+0x7*0x6ea));const _0x3dbc4=_0x45b978[_0x554cbf(_0x1d1ad2._0xb1e3cd,0x288,_0x1d1ad2._0x592d93,_0x1d1ad2._0x103d14)](_0x1d8c05,_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x55375e,_0x1d1ad2._0x1ceade,_0x1d1ad2._0x4cd77b,0x315)]);let _0x360775;try{const _0x467b23=await _0x179acc[_0x554cbf(0x409,_0x1d1ad2._0x2b04d9,0x395,_0x1d1ad2._0x2edd13)](_0x3dbc4,_0x17c1df[_0x554cbf(_0x1d1ad2._0x5bba6a,_0x1d1ad2._0x4bcd1d,0x378,_0x1d1ad2._0x2b53f4)]);_0x360775=JSON[_0x554cbf(_0x1d1ad2._0x1bed95,0x338,0x30d,_0x1d1ad2._0x18aa23)](_0x467b23);}catch(_0x12e1ff){_0x17c1df[_0x554cbf(0x2fb,0x300,0x3b5,_0x1d1ad2._0x353b4a)](_0x17c1df['pwsYx'],_0x17c1df[_0x554cbf(0x395,0x41c,0x417,_0x1d1ad2._0x3ead22)])?(_0x17c1df['XWhIr'](_0x12e1ff[_0x554cbf(_0x1d1ad2._0x5d8975,_0x1d1ad2._0x9ea8fa,_0x1d1ad2._0x4148e2,_0x1d1ad2._0x32c5e4)],_0x3d3e0f(_0x1d1ad2._0x2c014a,0x405,0x3ed,0x43a))?_0x17c1df[_0x554cbf(_0x1d1ad2._0x192ecd,_0x1d1ad2._0x318e78,_0x1d1ad2._0x4b7f4d,_0x1d1ad2._0x5c0c68)](_0x3d3e0f(_0x1d1ad2._0x465a09,0x357,_0x1d1ad2._0x49d430,0x2fa),_0x17c1df[_0x3d3e0f(0x463,_0x1d1ad2._0x89a43f,_0x1d1ad2._0xef0b6c,_0x1d1ad2._0x4b949d)])?(_0x3327bc[_0x3d3e0f(_0x1d1ad2._0x38ccae,0x326,0x318,_0x1d1ad2._0x4c2d06)](_0x554cbf(0x3cb,0x3e3,_0x1d1ad2._0x283b0f,0x35a)+_0x3d3e0f(0x362,_0x1d1ad2._0x4fe34c,0x325,0x365)+_0x3d3e0f(_0x1d1ad2._0x5bd44a,_0x1d1ad2._0x5e2956,_0x1d1ad2._0x10309d,_0x1d1ad2._0xb473df)+_0x1c3db0),_0x148bad[_0x554cbf(_0x1d1ad2._0x50fa3d,0x294,_0x1d1ad2._0x40c9ab,0x2a1)](_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x35827a,0x51e,0x476,_0x1d1ad2._0x21eaaf)]),_0x2c5791[_0x554cbf(0x25b,0x2c8,_0x1d1ad2._0x586262,0x2d6)](-0x10*0x61+0x106+0x50b)):console[_0x554cbf(0x253,0x244,_0x1d1ad2._0x1ceec2,0x2a1)](_0x554cbf(_0x1d1ad2._0x2569ba,0x353,_0x1d1ad2._0x37848d,0x323)+_0x3d3e0f(0x375,0x31e,_0x1d1ad2._0x25f485,0x415)+_0x3d3e0f(_0x1d1ad2._0xf88f25,_0x1d1ad2._0x11aa31,0x340,0x312)+'\x20'+_0x3dbc4):console[_0x3d3e0f(0x39c,0x2dc,0x318,0x26f)](_0x3d3e0f(0x44e,_0x1d1ad2._0x11f1f7,0x44b,0x39b)+_0x3d3e0f(_0x1d1ad2._0x53c91b,_0x1d1ad2._0x4fc63b,_0x1d1ad2._0x1eec41,_0x1d1ad2._0x4d94b4)+_0x3d3e0f(0x427,0x498,_0x1d1ad2._0x482d6f,0x393)+_0x12e1ff['message']),process[_0x3d3e0f(_0x1d1ad2._0x170823,_0x1d1ad2._0x24890f,_0x1d1ad2._0x2d9130,0x3bb)](-0xc6c+0x2f3*-0x1+0xf60)):(_0x2f5927['log'](_0x17c1df[_0x554cbf(_0x1d1ad2._0x98f792,_0x1d1ad2._0x2e990e,0x308,_0x1d1ad2._0x85a860)]),_0x3f3f8a[_0x3d3e0f(_0x1d1ad2._0x10c549,0x32b,0x31c,0x30f)](_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x31fcd2,_0x1d1ad2._0x3d3414,_0x1d1ad2._0x184c03,0x42a)]));}_0x360775[_0x1b2331]===undefined&&(console[_0x3d3e0f(_0x1d1ad2._0x1c60fb,_0x1d1ad2._0x5248d0,_0x1d1ad2._0x2df553,_0x1d1ad2._0x35dc02)](_0x3d3e0f(0x3d3,_0x1d1ad2._0x3ede0c,0x33e,0x3c1)+_0x1b2331+('\x22\x20not\x20foun'+_0x3d3e0f(_0x1d1ad2._0x3cc238,_0x1d1ad2._0x1b4026,0x47c,_0x1d1ad2._0x3623f4)+'guration')),process[_0x3d3e0f(0x3b8,0x356,0x34d,_0x1d1ad2._0x536d6b)](0x151d+0x10b5+-0x567*0x7)),delete _0x360775[_0x1b2331],await _0x179acc['writeFile'](_0x3dbc4,_0x17c1df[_0x3d3e0f(_0x1d1ad2._0x3c532a,_0x1d1ad2._0x48e757,0x39c,_0x1d1ad2._0x2f37f4)](JSON[_0x554cbf(0x392,0x3ad,0x422,0x3f6)](_0x360775,null,-0x1e91+0x2185+-0x2f2),'\x0a'),'utf-8'),console[_0x3d3e0f(_0x1d1ad2._0x11f1f7,0x2dd,0x31c,_0x1d1ad2._0x518387)](_0x3d3e0f(0x33b,0x41d,_0x1d1ad2._0x13556f,_0x1d1ad2._0x25a7b0)+_0x1b2331),console[_0x554cbf(0x30e,_0x1d1ad2._0x52d7f3,_0x1d1ad2._0xe13b35,0x2a5)](_0x3d3e0f(0x407,_0x1d1ad2._0x223e77,_0x1d1ad2._0x732187,_0x1d1ad2._0x11ca85)+':\x20'+_0x3dbc4),console[_0x3d3e0f(0x3d4,0x2e5,0x31c,_0x1d1ad2._0x3da136)](''),console[_0x554cbf(0x27c,_0x1d1ad2._0x2a3baa,_0x1d1ad2._0x5d0941,_0x1d1ad2._0xa3a78a)](_0x3d3e0f(0x2c2,_0x1d1ad2._0x4607f1,_0x1d1ad2._0x5f04f5,_0x1d1ad2._0x212ec3)+_0x554cbf(0x395,_0x1d1ad2._0x1eec41,0x2f9,_0x1d1ad2._0x3ce442)+_0x3d3e0f(_0x1d1ad2._0x4bdf2d,_0x1d1ad2._0x58e425,0x34c,_0x1d1ad2._0x4c4dc2)+_0x554cbf(_0x1d1ad2._0x52786c,_0x1d1ad2._0x364402,0x2d5,_0x1d1ad2._0x22fcb0)+'ffect.');}}}async function showConfig(){const _0x734532={_0x45e21e:0x4cc,_0x29a476:0x42a,_0x55f165:0x49a,_0x236ff1:0x44a,_0x8b31e4:0x4e0,_0x31ccf4:0x489,_0x19385d:0x42b,_0x27ac47:0x3fc,_0x73a9db:0x3ad,_0x584abf:0x49b,_0x18d4df:0x35b,_0x30403a:0x48d,_0x274869:0x4a6,_0x12e74a:0x433,_0x295d1f:0x483,_0x43af8a:0x476,_0x49a6ee:0x457,_0x6bb61a:0x4f9,_0x3969e0:0x4ea,_0x105cd8:0x5ab,_0x3ebdac:0x447,_0x1fdc16:0x4aa,_0x4786f2:0x4a1,_0x576fd9:0x432,_0x3b9331:0x3a3,_0x35f2d0:0x3a6,_0x5aca78:0x517,_0x6cbae1:0x4d0,_0x14a861:0x593,_0x5d55ee:0x4e7,_0x5e8263:0x48f,_0x460f73:0x4d5,_0x4f06b1:0x4e6,_0x26d5f8:0x458,_0x4daedf:0x4a7,_0x46a7fc:0x39e,_0x5b1f20:0x549,_0x4f6ef8:0x44c,_0xe66ffc:0x450,_0x334fcc:0x40d,_0x3f23aa:0x43d,_0x1fad66:0x3a7,_0x355597:0x3f3,_0x17909d:0x4a9,_0x28e129:0x42f,_0x263a14:0x4ca,_0x459280:0x4af,_0x246c99:0x4a9,_0x2a7e32:0x465,_0x4de88b:0x507,_0xdbb603:0x478,_0x2a23a3:0x508,_0x1402c3:0x4fa,_0x348c53:0x47e,_0x1f202e:0x369,_0x3a9a02:0x3db,_0x515fc5:0x56e,_0x2ac7b4:0x5ad,_0x46d65d:0x561,_0x2e3523:0x3ca,_0xfa6872:0x3f0,_0xd5b728:0x4bb,_0x4a191e:0x3e2,_0x4a8a5b:0x3ef,_0x162f62:0x3bf,_0x4f0763:0x381,_0x5101ec:0x490,_0x4abbad:0x470,_0x16a4b0:0x366,_0x7e41f:0x33b,_0x26105a:0x411,_0x37fc24:0x50a,_0x354f92:0x437,_0x1804f5:0x446,_0x8159c3:0x450,_0x14b534:0x4d7,_0x4aab63:0x3b0,_0x40c4d0:0x4e0,_0x10a841:0x4d3,_0x50d47e:0x4b0,_0x5453e4:0x4f8,_0x34ce92:0x455,_0xb32c10:0x57e,_0x3d2629:0x541,_0x3783e3:0x4f0,_0x403c0d:0x4b6,_0x4136cb:0x540,_0x39e1fe:0x3bd,_0x3552d8:0x485,_0x338c79:0x469,_0x48dfe3:0x51a,_0x23326d:0x501,_0x5cb3c2:0x4f3,_0x6d98c9:0x304,_0x3c8ecd:0x314,_0x1676fe:0x3be,_0x4cc111:0x44e,_0xb3def2:0x39d,_0x588629:0x348,_0x5a97b9:0x3d9,_0x257087:0x513,_0x2fac00:0x4aa,_0x103f0c:0x4c4,_0x2317bd:0x40b,_0x368d74:0x465,_0x3492a0:0x4e4,_0x434909:0x479,_0x1d56bc:0x50f,_0xe7db63:0x4c1,_0x1f19cb:0x500,_0x3996a0:0x47e,_0x19121f:0x485,_0x5208d2:0x537,_0x5c7ac9:0x5cb,_0x4a0bff:0x52e,_0x3152fc:0x51e,_0x25d376:0x548,_0x1fabae:0x493,_0x310e9b:0x57d,_0x328e91:0x44e,_0x2c7a35:0x4ea,_0xc016c3:0x48e,_0x3ed279:0x491,_0x46c36:0x3cf,_0x1441d1:0x39f,_0x561ebc:0x587,_0x3537ff:0x451,_0x4b9652:0x484,_0xdb8d5c:0x3b8,_0x59ee29:0x46a,_0x4c05ce:0x545,_0x6fcb6b:0x40d,_0x51268d:0x542,_0x8f495f:0x4bf,_0x31892d:0x4be,_0x7d1e02:0x494,_0x11d51f:0x3cb,_0x180218:0x39b,_0x2f3e0d:0x453,_0x3cda77:0x4a3,_0x167bf0:0x425,_0x5d51e9:0x407,_0x4af177:0x43f,_0x5961a3:0x38c,_0x3e0453:0x3ae,_0x5542dd:0x52e,_0x1c977b:0x54a,_0xbcbc06:0x422,_0x436190:0x46d,_0x3568ae:0x4d9,_0x37ae3c:0x4fe,_0x1be871:0x572,_0x2ab4a9:0x45a,_0x1df0ab:0x488,_0x2b6c8:0x4fb,_0x3d4eb8:0x40a,_0xc7d7fe:0x502,_0x149a99:0x431,_0x9f4dc1:0x3c4,_0x17bdf9:0x49f,_0x216c27:0x40e,_0x5c8d5e:0x414,_0x2f6955:0x380,_0x3229ed:0x42d,_0x464e9a:0x495,_0x3cdbcf:0x427,_0x5bddb5:0x472,_0x3d32eb:0x553,_0x2d95fa:0x551,_0xec2f1f:0x503,_0x2bc25e:0x355,_0x159e06:0x377,_0x10545b:0x3c0,_0x349977:0x4ea,_0x58362a:0x4a9,_0x4da75c:0x42c,_0x19ab46:0x4be,_0x2a5cf2:0x385,_0x28d7dc:0x3ec,_0x3d353f:0x453,_0x425c83:0x4cc,_0x41df10:0x517,_0x2455a3:0x51b,_0x199f3c:0x468,_0x275560:0x4dd,_0x52e527:0x3ed,_0x3afde0:0x40c,_0x29e4e4:0x4f6,_0x2bd0b1:0x401,_0x2ecba9:0x4b5,_0x1d335c:0x4f1,_0x3ed477:0x4ef,_0x5e8d1e:0x407,_0x1a5a8:0x413,_0x2da3b2:0x40b,_0x2f464a:0x4ba,_0x3ae580:0x50c,_0x14b62c:0x4ad,_0x5abc3e:0x45a,_0xebfa67:0x474,_0x53dc82:0x46b,_0x41d36a:0x43d,_0x1e044e:0x3b7,_0x445774:0x3e6,_0x561ab5:0x4b2,_0x2dd640:0x54f,_0x4445d0:0x5a2,_0x3aae5a:0x4e5,_0x57d69c:0x464,_0x3e3967:0x467,_0x3b181c:0x354,_0x2a0284:0x4e9,_0x51bfcc:0x463,_0x574240:0x4a9,_0x5832ed:0x434,_0x1abc43:0x3a5,_0x4e2c09:0x407,_0x576ac0:0x453,_0x5f1024:0x496,_0x4df0c7:0x3b8,_0x2844b4:0x5bb,_0x6e3633:0x50b,_0x50c4c3:0x552,_0x502cdb:0x375,_0x2173b8:0x407,_0x23acc4:0x403,_0x44adf8:0x4dd,_0x32a65a:0x42d,_0x5f2136:0x39a,_0x1cec6c:0x431,_0x14e4ef:0x52e,_0x561941:0x4ba,_0x4010dd:0x531,_0x51c5f1:0x49c,_0x263b8c:0x441,_0x18b2aa:0x391,_0x3e222a:0x465,_0x57f3ee:0x3bc,_0x154b3f:0x530,_0x270393:0x4f0,_0xdf21db:0x473,_0x529a09:0x43a,_0x35bebb:0x3b0,_0x41260a:0x3a8,_0x1457c7:0x409,_0x11396a:0x36c,_0x4ed09e:0x3a1,_0x2fc3fc:0x3de,_0x3265ff:0x430,_0x125891:0x302,_0x1f0477:0x3bc,_0x2d7b8f:0x452,_0x8b49ea:0x3df,_0x42bf4b:0x320,_0x17418b:0x341,_0x1d7e9f:0x3c6,_0x467646:0x37c,_0x3e7374:0x408,_0x4bd367:0x3d5,_0x1a2cf7:0x407,_0x392dbf:0x480,_0x35d1c0:0x47d,_0x4eb730:0x3db,_0x3326ed:0x41a,_0x4e99af:0x3cb,_0x43330d:0x334,_0xdd2a65:0x3a9,_0x44be5e:0x50f,_0x410e27:0x32e,_0x3376c6:0x4f6,_0x474496:0x3b9,_0x3d8bc4:0x3da,_0x1e3cfc:0x51d,_0x4194d2:0x4c6,_0x3c47e8:0x480,_0x38694b:0x384,_0x1ae468:0x405,_0x350116:0x4bb,_0x4cc6c5:0x4c1,_0x1fee59:0x33a,_0x1b80dc:0x3bc,_0x26e11c:0x419,_0x13105a:0x478,_0x39f977:0x4c8,_0x230848:0x40d,_0x2e8216:0x363,_0x3a0c9b:0x419,_0x1897bd:0x50b,_0x39d91a:0x477,_0x595836:0x418,_0x186020:0x407,_0x25b0f3:0x510,_0x207b68:0x4b8,_0x1949ae:0x39f,_0x489931:0x3bc,_0x250e66:0x353,_0x2207a6:0x40b,_0x5d11da:0x398,_0x16a9f7:0x383,_0x344653:0x446,_0x4ce954:0x382,_0x3fade5:0x58e,_0x32189f:0x4eb,_0x5a2d11:0x5ef,_0x1ab5c6:0x4e6,_0x9f9fba:0x3f4,_0xac8814:0x3b5,_0x398982:0x3e3,_0x338deb:0x42a,_0x4db89b:0x3f8,_0x2e225d:0x44b,_0x13e6fb:0x3c0,_0x4b2fee:0x4a5,_0x33a76c:0x3e7,_0x53924e:0x4ac,_0x443fb7:0x461,_0x5356b5:0x3f7,_0x38b3cd:0x59a,_0x150d73:0x54b,_0x1ee22a:0x32b,_0xf434c4:0x3e0,_0x1e79a5:0x346,_0x567194:0x4a8,_0x615fa7:0x473,_0x1f7b7f:0x428,_0x232f88:0x4a6,_0x251847:0x463,_0x4ffc57:0x40b,_0x40b870:0x3a5,_0x40b0c3:0x460,_0x48d60a:0x471,_0x3104b8:0x3c0,_0x2cf136:0x3cc,_0xc6ee57:0x421,_0x53d77e:0x46b,_0x4ea72c:0x3a0,_0x44ba17:0x3c2,_0x43d2da:0x3de,_0x2c0f28:0x495},_0x3a454f={_0x2ea23b:0x3cd,_0x4b417b:0xe7},_0x298672={_0x4dbf9d:0x131},_0x8a7d3e={'UTGwd':_0x1d8d57(0x3cb,0x422,_0x734532._0x45e21e,_0x734532._0x29a476)+_0x1d8d57(0x433,_0x734532._0x55f165,_0x734532._0x236ff1,_0x734532._0x8b31e4)+_0x1d8d57(_0x734532._0x31ccf4,_0x734532._0x19385d,_0x734532._0x27ac47,0x44d)+_0x291be4(_0x734532._0x73a9db,_0x734532._0x584abf,0x413,_0x734532._0x18d4df)+_0x1d8d57(0x4c2,0x553,_0x734532._0x30403a,_0x734532._0x274869)+_0x291be4(0x516,0x439,0x4d1,0x58c)+_0x291be4(0x4ee,_0x734532._0x12e74a,0x4eb,_0x734532._0x295d1f),'AQnWb':_0x291be4(0x4e4,0x541,0x544,0x5a1)+_0x1d8d57(_0x734532._0x43af8a,_0x734532._0x49a6ee,_0x734532._0x6bb61a,_0x734532._0x3969e0)+_0x291be4(0x4ff,0x552,0x55a,_0x734532._0x105cd8),'KqEjL':_0x291be4(_0x734532._0x3ebdac,_0x734532._0x1fdc16,_0x734532._0x4786f2,_0x734532._0x576fd9)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20SSH\x20host'+'\x20for\x20envir'+_0x1d8d57(0x559,_0x734532._0x31ccf4,0x405,0x49b),'XZrni':_0x1d8d57(0x349,_0x734532._0x3b9331,0x3c4,_0x734532._0x35f2d0)+_0x1d8d57(_0x734532._0x5aca78,_0x734532._0x6cbae1,_0x734532._0x14a861,_0x734532._0x5d55ee)+_0x1d8d57(0x3b5,_0x734532._0x5e8263,0x481,0x3ec)+_0x291be4(_0x734532._0x460f73,0x4d7,0x4e7,_0x734532._0x4f06b1)+_0x1d8d57(0x488,0x521,_0x734532._0x26d5f8,_0x734532._0x4daedf),'UDFfi':_0x291be4(0x52d,0x514,0x555,0x4ff)+_0x1d8d57(_0x734532._0x46a7fc,0x48e,0x3b4,0x40e)+_0x291be4(0x355,0x36f,0x3fa,0x435)+'me','ggowm':_0x291be4(_0x734532._0x5b1f20,0x4de,_0x734532._0x4daedf,_0x734532._0x4f6ef8)+'agent\x20\x20\x20\x20\x20'+_0x1d8d57(_0x734532._0xe66ffc,0x4a1,_0x734532._0x334fcc,_0x734532._0x3f23aa)+'agent\x20(cla'+_0x1d8d57(_0x734532._0x1fad66,_0x734532._0x355597,_0x734532._0x17909d,_0x734532._0x28e129)+_0x1d8d57(0x465,_0x734532._0x263a14,0x519,_0x734532._0x459280),'qKTEv':_0x291be4(0x437,0x51e,_0x734532._0x246c99,_0x734532._0x2a7e32)+_0x291be4(0x4c5,_0x734532._0x4de88b,_0x734532._0xdbb603,0x50a)+_0x1d8d57(0x52e,_0x734532._0x2a23a3,0x4e4,_0x734532._0x1402c3)+_0x1d8d57(0x362,0x3ad,0x45e,0x3da)+_0x1d8d57(0x365,_0x734532._0x348c53,_0x734532._0x1f202e,_0x734532._0x3a9a02)+'lse)','BytmU':'\x20\x20coder_se'+_0x1d8d57(_0x734532._0x515fc5,0x42f,0x493,0x4e4)+'\x20\x20Path\x20to\x20'+_0x291be4(_0x734532._0x2ac7b4,0x576,_0x734532._0x46d65d,0x5d4)+_0x291be4(0x464,_0x734532._0x2e3523,0x3fc,_0x734532._0xfa6872)+'y','XCvJo':'Commands:','hdYOO':'\x20\x20coder-se'+_0x291be4(0x4dc,0x499,0x535,_0x734532._0x2ac7b4)+_0x1d8d57(0x377,0x3a3,0x473,_0x734532._0x2e3523)+'er_port\x2080'+'80','OdALk':_0x1d8d57(0x402,_0x734532._0xd5b728,0x47d,0x46c)+_0x1d8d57(_0x734532._0x4a191e,0x353,0x338,0x3d5)+_0x1d8d57(_0x734532._0x4a8a5b,0x49d,_0x734532._0x162f62,_0x734532._0x2a7e32)+_0x1d8d57(_0x734532._0x4f0763,_0x734532._0x5101ec,_0x734532._0x4abbad,0x3d6)+_0x1d8d57(_0x734532._0x16a4b0,_0x734532._0x7e41f,_0x734532._0x26105a,0x3ad),'kkGbb':_0x291be4(0x4a8,0x4e3,_0x734532._0x37fc24,0x4ff)+_0x1d8d57(0x436,_0x734532._0x1fad66,0x443,_0x734532._0x354f92)+'\x20\x20Path\x20to\x20'+_0x291be4(0x462,_0x734532._0x1804f5,0x4a2,_0x734532._0x8159c3)+_0x291be4(_0x734532._0x14b534,_0x734532._0x4aab63,0x46a,0x4f2),'dSeiu':'\x20\x20coder-se'+_0x291be4(_0x734532._0x40c4d0,_0x734532._0x10a841,0x535,_0x734532._0x50d47e)+_0x1d8d57(0x4e1,0x3ee,_0x734532._0x5453e4,0x464)+_0x1d8d57(_0x734532._0x34ce92,_0x734532._0xb32c10,_0x734532._0x3d2629,_0x734532._0x3783e3)+'claude','ZrXSG':_0x291be4(_0x734532._0x403c0d,_0x734532._0x4136cb,0x4ef,0x46c)+_0x291be4(_0x734532._0x39e1fe,_0x734532._0x3552d8,_0x734532._0x338c79,0x4e6)+'config\x20<se'+_0x291be4(0x53e,0x5e4,0x558,0x5dc)+'ve|show>\x20['+_0x1d8d57(_0x734532._0x48dfe3,0x510,0x524,0x4d8)+'e]','aOWiY':_0x291be4(_0x734532._0x23326d,0x58e,_0x734532._0x5cb3c2,0x4bc)+_0x1d8d57(_0x734532._0x6d98c9,0x343,_0x734532._0x3c8ecd,_0x734532._0x1676fe)+'keys\x20(stor'+_0x291be4(_0x734532._0x4cc111,0x495,0x44a,_0x734532._0xb3def2)+'p.json):','MgUQG':_0x1d8d57(0x39a,0x470,_0x734532._0x588629,_0x734532._0x5a97b9)+_0x1d8d57(0x536,0x557,_0x734532._0x257087,_0x734532._0x2fac00)+_0x1d8d57(_0x734532._0x103f0c,_0x734532._0x2317bd,0x404,_0x734532._0x368d74)+'SSL\x20CA\x20bun'+'dle\x20(optio'+_0x291be4(0x389,0x3e6,0x400,_0x734532._0x26d5f8),'QmYPJ':'\x20\x20task_sto'+_0x291be4(_0x734532._0x3492a0,_0x734532._0x434909,_0x734532._0x1d56bc,_0x734532._0xe7db63)+_0x1d8d57(_0x734532._0x1f19cb,_0x734532._0x3996a0,_0x734532._0x19121f,0x465)+_0x291be4(0x5a7,0x4bb,_0x734532._0x5208d2,_0x734532._0x5c7ac9)+_0x291be4(_0x734532._0x4a0bff,_0x734532._0x3152fc,0x48f,_0x734532._0x25d376),'iMtPk':_0x291be4(_0x734532._0x1fabae,0x4ec,0x544,_0x734532._0x5b1f20)+_0x1d8d57(_0x734532._0x310e9b,0x55e,_0x734532._0x328e91,_0x734532._0x2c7a35)+'g\x20set\x20code'+_0x1d8d57(_0x734532._0xc016c3,_0x734532._0x3ed279,0x49d,0x48a)+'th\x20/path/t'+'o/coder-se'+'tup','ScUXI':_0x1d8d57(_0x734532._0x46c36,0x449,_0x734532._0x1441d1,0x3bb)+_0x291be4(_0x734532._0x561ebc,_0x734532._0x3537ff,0x4e7,0x55f)+_0x1d8d57(_0x734532._0x4b9652,0x47d,0x3bd,0x40b)+_0x1d8d57(0x3b3,_0x734532._0xdb8d5c,0x456,_0x734532._0x59ee29)+'coder/conf'+_0x291be4(0x48a,0x53b,0x533,_0x734532._0x4c05ce),'gyUSO':function(_0x4bed03){return _0x4bed03();},'NgncG':_0x1d8d57(_0x734532._0x6fcb6b,0x411,0x40a,0x3cd)+_0x1d8d57(0x45d,_0x734532._0x51268d,_0x734532._0x8f495f,0x4b5)+_0x1d8d57(_0x734532._0x348c53,_0x734532._0x31892d,_0x734532._0x7d1e02,0x435),'brcqR':function(_0x1b7b57){return _0x1b7b57();},'iIruc':function(_0x2fad3e){return _0x2fad3e();},'uOGaA':function(_0x26fd4e,_0x21380c){return _0x26fd4e||_0x21380c;},'RMdeo':_0x1d8d57(0x3c8,_0x734532._0x11d51f,_0x734532._0x180218,_0x734532._0x2f3e0d),'oDNRH':function(_0xca4f6,_0x13a5dc){return _0xca4f6!==_0x13a5dc;},'BzClY':_0x1d8d57(_0x734532._0x3cda77,_0x734532._0x167bf0,_0x734532._0x5d51e9,_0x734532._0x4af177),'ZKMVa':_0x1d8d57(0x36b,0x454,_0x734532._0x5961a3,0x426)+'Configurat'+_0x291be4(_0x734532._0x3e0453,0x37c,_0x734532._0x355597,_0x734532._0x1f202e),'YDANL':_0x291be4(0x59f,_0x734532._0x5542dd,_0x734532._0x1c977b,0x5b3),'SSJuq':function(_0x1059a2,_0x48bfee){return _0x1059a2===_0x48bfee;},'fKeyO':_0x1d8d57(0x4f0,_0x734532._0xbcbc06,_0x734532._0x436190,0x491),'nCPfl':'(setup.jso'+_0x291be4(_0x734532._0x5b1f20,0x51c,_0x734532._0x3568ae,0x4a6)+'d)','carcS':_0x1d8d57(_0x734532._0x37ae3c,0x534,_0x734532._0x1be871,0x4fd),'GCWAl':_0x1d8d57(0x4ad,_0x734532._0x2ab4a9,0x466,_0x734532._0x1df0ab),'AsxJX':_0x291be4(0x510,0x4a1,0x4ce,_0x734532._0x2b6c8)+_0x1d8d57(0x41f,0x482,_0x734532._0x3d4eb8,0x48d)+'\x20to\x20view\x20s'+_0x1d8d57(0x3d2,_0x734532._0xc7d7fe,0x462,0x47b)+'configurat'+_0x1d8d57(0x41b,_0x734532._0x149a99,_0x734532._0x9f4dc1,0x415)};console[_0x291be4(0x45e,_0x734532._0x17bdf9,_0x734532._0x2317bd,0x36c)](_0x8a7d3e[_0x1d8d57(_0x734532._0x459280,0x49b,_0x734532._0x216c27,0x4a5)]),console[_0x291be4(0x424,_0x734532._0x5c8d5e,0x40b,_0x734532._0x2f6955)]('');const _0x1bb270=await _0x8a7d3e['gyUSO'](getCoderSetupPath),_0x23bf29=await _0x8a7d3e['gyUSO'](getServerPort),_0x45540a=await _0x8a7d3e[_0x1d8d57(_0x734532._0x3229ed,_0x734532._0x464e9a,_0x734532._0x576fd9,_0x734532._0x3cdbcf)](getSslCertPath),_0x23792a=await _0x8a7d3e[_0x291be4(0x4e6,0x3bb,_0x734532._0x5bddb5,0x4aa)](getSslKeyPath),_0x3bb13e=await _0x8a7d3e[_0x1d8d57(_0x734532._0x3d32eb,_0x734532._0x2d95fa,0x5ae,_0x734532._0xec2f1f)](getSslCaPath),_0x3175d8=await getTrustProxy();console[_0x1d8d57(_0x734532._0x2bc25e,_0x734532._0x159e06,0x3b9,_0x734532._0x10545b)](_0x291be4(_0x734532._0x349977,_0x734532._0x58362a,_0x734532._0x4da75c,_0x734532._0x19ab46)+_0x291be4(_0x734532._0x2a5cf2,_0x734532._0x28d7dc,0x416,0x43a)+_0x8a7d3e['uOGaA'](_0x1bb270,_0x1d8d57(_0x734532._0x3d353f,_0x734532._0x5d51e9,_0x734532._0x425c83,_0x734532._0x2f3e0d))),console['log'](_0x291be4(0x4ff,0x526,_0x734532._0x2fac00,_0x734532._0x41df10)+_0x1d8d57(0x468,_0x734532._0x2455a3,0x50a,_0x734532._0x199f3c)+_0x23bf29);function _0x1d8d57(_0x268f0a,_0xbea73f,_0x5e6967,_0x1cf14a){return _0x14ae10(_0x5e6967,_0x1cf14a-0x382,_0x5e6967-0x1b,_0x1cf14a-_0x298672._0x4dbf9d);}console['log'](_0x1d8d57(0x492,0x55a,_0x734532._0x275560,0x4f5)+_0x291be4(_0x734532._0x52e527,_0x734532._0x3afde0,_0x734532._0x216c27,0x42d)+(_0x45540a||_0x8a7d3e['RMdeo'])),console[_0x291be4(0x407,0x37e,0x40b,0x4ba)](_0x1d8d57(_0x734532._0x29e4e4,0x498,_0x734532._0x2bd0b1,0x49d)+_0x1d8d57(0x571,_0x734532._0x2ecba9,0x535,_0x734532._0x1d335c)+_0x8a7d3e[_0x1d8d57(_0x734532._0x3ed477,0x535,0x438,0x4b8)](_0x23792a,'(not\x20set)')),console[_0x1d8d57(_0x734532._0x28e129,_0x734532._0x5e8d1e,0x3d5,_0x734532._0x10545b)]('ssl_ca_pat'+_0x1d8d57(0x4c0,0x403,0x462,0x481)+(_0x3bb13e||_0x1d8d57(_0x734532._0x26105a,_0x734532._0x1a5a8,0x47c,0x453))),console[_0x291be4(0x4c2,_0x734532._0x19ab46,_0x734532._0x2da3b2,0x395)]('trust_prox'+'y:\x20\x20\x20\x20\x20\x20'+(_0x8a7d3e[_0x291be4(_0x734532._0x2f464a,0x5a1,_0x734532._0x3ae580,_0x734532._0x14b62c)](_0x3175d8,null)?_0x3175d8:_0x8a7d3e[_0x291be4(_0x734532._0x5abc3e,0x3c4,_0x734532._0xebfa67,0x4e3)])),console['log']('');function _0x291be4(_0x525f85,_0x188179,_0x129ccd,_0x47d97c){return _0x14ae10(_0x47d97c,_0x129ccd-_0x3a454f._0x2ea23b,_0x129ccd-0x176,_0x47d97c-_0x3a454f._0x4b417b);}console[_0x1d8d57(_0x734532._0x53dc82,0x392,0x3ae,_0x734532._0x10545b)]('Location:\x20'+getConfigPath()),console[_0x291be4(0x35d,_0x734532._0x41d36a,_0x734532._0x2317bd,_0x734532._0x1e044e)]('');if(_0x1bb270){if(_0x8a7d3e[_0x291be4(0x506,0x548,0x4ca,0x48d)]!==_0x8a7d3e[_0x1d8d57(_0x734532._0x2a23a3,_0x734532._0x445774,_0x734532._0x561ab5,0x47f)]){const _0x2a7423=_0x8a7d3e[_0x1d8d57(_0x734532._0x2dd640,_0x734532._0x4445d0,0x4ae,_0x734532._0x3aae5a)][_0x291be4(_0x734532._0x57d69c,0x47c,_0x734532._0x37ae3c,_0x734532._0x3e3967)]('|');let _0x27f0de=0x23a2*0x1+-0x22be+-0x4c*0x3;while(!![]){switch(_0x2a7423[_0x27f0de++]){case'0':_0x16433b[_0x1d8d57(_0x734532._0x3b181c,0x3d8,0x369,0x3bc)](_0x1d8d57(_0x734532._0x2a0284,_0x734532._0x51bfcc,_0x734532._0x576fd9,_0x734532._0x574240)+'key>\x20\x20\x20\x20\x20\x20'+_0x291be4(0x3b9,_0x734532._0x3d353f,_0x734532._0x5832ed,_0x734532._0x1abc43)+_0x291be4(0x536,0x579,0x556,0x5e9)+'ion\x20value');continue;case'1':_0x4d626e[_0x291be4(0x3ab,0x44b,_0x734532._0x4e2c09,_0x734532._0x576ac0)](_0x8a7d3e['AQnWb']);continue;case'2':_0x237611[_0x291be4(0x39c,_0x734532._0x5f1024,_0x734532._0x5d51e9,_0x734532._0x4df0c7)](_0x8a7d3e[_0x291be4(0x59e,_0x734532._0x2844b4,_0x734532._0x6e3633,_0x734532._0x50c4c3)]);continue;case'3':_0x429a4a[_0x291be4(0x498,_0x734532._0x502cdb,_0x734532._0x2173b8,_0x734532._0x23acc4)](_0x8a7d3e[_0x1d8d57(_0x734532._0x44adf8,_0x734532._0x32a65a,_0x734532._0x5f2136,_0x734532._0x1cec6c)]);continue;case'4':_0x495e2d['error'](_0x1d8d57(0x56c,0x56b,_0x734532._0x14e4ef,_0x734532._0x4f06b1)+_0x1d8d57(_0x734532._0x561941,0x4be,_0x734532._0x4010dd,_0x734532._0x5f1024)+'\x20Get\x20a\x20con'+_0x1d8d57(0x448,0x54f,_0x734532._0x354f92,_0x734532._0x51c5f1)+_0x291be4(0x502,0x43f,0x4f2,0x49b));continue;case'5':_0x3f7387['error'](_0x8a7d3e[_0x1d8d57(0x422,_0x734532._0x263b8c,0x451,0x3e8)]);continue;case'6':_0x409419['error']('');continue;case'7':_0x1c4d51[_0x1d8d57(_0x734532._0x18b2aa,0x458,_0x734532._0x3e222a,_0x734532._0x57f3ee)](_0x8a7d3e[_0x1d8d57(0x525,_0x734532._0x154b3f,_0x734532._0x270393,_0x734532._0xdf21db)]);continue;case'8':_0x6a248e[_0x291be4(_0x734532._0x529a09,_0x734532._0x35bebb,_0x734532._0x5d51e9,0x4bc)]('');continue;case'9':_0x54cd10[_0x1d8d57(0x456,_0x734532._0x2f3e0d,0x31f,_0x734532._0x57f3ee)]('');continue;case'10':_0x139527[_0x291be4(_0x734532._0x73a9db,_0x734532._0x41260a,_0x734532._0x5d51e9,0x49e)](_0x8a7d3e['qKTEv']);continue;case'11':_0x228e2b[_0x1d8d57(_0x734532._0x1457c7,0x42b,0x3a0,0x3bc)](_0x8a7d3e['BytmU']);continue;case'12':_0x3fc643[_0x1d8d57(_0x734532._0x11396a,0x30e,_0x734532._0x4ed09e,_0x734532._0x57f3ee)](_0x8a7d3e[_0x291be4(_0x734532._0x2fc3fc,_0x734532._0x3265ff,0x492,0x463)]);continue;case'13':_0x3b8e81['error']('');continue;case'14':_0x3db445[_0x1d8d57(0x42a,_0x734532._0x125891,_0x734532._0x4ed09e,_0x734532._0x1f0477)](_0x8a7d3e[_0x291be4(0x3d0,0x458,_0x734532._0x2d7b8f,_0x734532._0x8b49ea)]);continue;case'15':_0x2bd1bc[_0x1d8d57(0x359,0x457,_0x734532._0x5f2136,0x3bc)](_0x1d8d57(0x49d,0x442,0x4be,0x49e));continue;case'16':_0xc3ceaa[_0x1d8d57(_0x734532._0x42bf4b,_0x734532._0x529a09,_0x734532._0x17418b,_0x734532._0x57f3ee)](_0x8a7d3e[_0x1d8d57(0x373,_0x734532._0x1d7e9f,_0x734532._0x467646,_0x734532._0x3e7374)]);continue;case'17':_0x3fa700[_0x291be4(_0x734532._0x4bd367,_0x734532._0x8b49ea,_0x734532._0x1a2cf7,_0x734532._0x392dbf)]('\x20\x20server_p'+_0x1d8d57(_0x734532._0x35d1c0,_0x734532._0x4eb730,0x499,_0x734532._0x3326ed)+_0x1d8d57(0x3cc,_0x734532._0x4e99af,_0x734532._0x43330d,_0x734532._0xdd2a65)+_0x291be4(0x616,0x5b0,0x55b,0x4a4)+_0x1d8d57(0x3cc,_0x734532._0x44be5e,_0x734532._0x3e7374,0x454));continue;case'18':_0x4e19c5[_0x1d8d57(0x35f,_0x734532._0x410e27,0x300,0x3bc)](_0x8a7d3e[_0x1d8d57(0x4dc,_0x734532._0x3376c6,_0x734532._0x474496,_0x734532._0x51bfcc)]);continue;case'19':_0x17fd14[_0x291be4(0x380,_0x734532._0x3d8bc4,0x407,0x358)](_0x8a7d3e[_0x291be4(_0x734532._0x1e3cfc,0x54e,_0x734532._0x2b6c8,0x452)]);continue;case'20':_0x4c1774['error'](_0x8a7d3e[_0x1d8d57(_0x734532._0x4194d2,_0x734532._0x3c47e8,0x3a3,0x416)]);continue;case'21':_0x10252f[_0x291be4(_0x734532._0x38694b,0x363,0x407,0x3e2)](_0x8a7d3e[_0x291be4(0x506,_0x734532._0x1ae468,_0x734532._0x350116,_0x734532._0x4cc6c5)]);continue;case'22':_0x13161c[_0x1d8d57(0x44b,_0x734532._0x1fee59,0x3b6,_0x734532._0x1b80dc)](_0x1d8d57(0x4ec,_0x734532._0x26e11c,0x425,0x4d5)+_0x291be4(0x40c,_0x734532._0x13105a,0x459,_0x734532._0x39f977)+_0x1d8d57(_0x734532._0x230848,_0x734532._0x2e8216,0x44b,_0x734532._0x3a0c9b)+_0x1d8d57(0x531,0x4ee,0x515,_0x734532._0x1897bd)+_0x291be4(_0x734532._0x39d91a,0x37f,0x3fe,0x44c));continue;case'23':_0x51f8ba[_0x1d8d57(_0x734532._0x595836,0x41e,0x366,_0x734532._0x1f0477)](_0x8a7d3e['MgUQG']);continue;case'24':_0x2abd9e[_0x291be4(0x3f1,0x443,_0x734532._0x186020,_0x734532._0x3a0c9b)](_0x8a7d3e[_0x291be4(0x5bb,0x5f8,0x53d,_0x734532._0x25b0f3)]);continue;case'25':_0x4d3780['error'](_0x8a7d3e[_0x1d8d57(0x3a6,_0x734532._0x207b68,0x3e1,0x401)]);continue;case'26':_0x996198[_0x1d8d57(0x44c,0x30c,_0x734532._0x1949ae,_0x734532._0x489931)](_0x8a7d3e['ScUXI']);continue;}break;}}else{console[_0x291be4(_0x734532._0x31ccf4,_0x734532._0x250e66,_0x734532._0x2207a6,_0x734532._0x434909)](_0x8a7d3e[_0x1d8d57(_0x734532._0x5d11da,_0x734532._0x16a9f7,0x407,0x3d3)]),console[_0x291be4(_0x734532._0x27ac47,_0x734532._0x344653,0x40b,_0x734532._0x4ce954)]('');const _0x22e98a=_0x45b978['join'](_0x1bb270,_0x8a7d3e[_0x291be4(_0x734532._0x3fade5,_0x734532._0x32189f,0x562,_0x734532._0x5a2d11)]);try{const _0x4a2a1c=await _0x179acc[_0x1d8d57(_0x734532._0x1ab5c6,_0x734532._0x2a0284,0x45f,0x466)](_0x22e98a,_0x1d8d57(_0x734532._0x9f9fba,_0x734532._0x588629,0x445,0x3ab)),_0x5da60e=JSON[_0x1d8d57(_0x734532._0xac8814,_0x734532._0x398982,_0x734532._0x338deb,_0x734532._0x4db89b)](_0x4a2a1c);console[_0x1d8d57(0x3a1,_0x734532._0x2e225d,0x3b0,_0x734532._0x13e6fb)](JSON[_0x291be4(0x513,_0x734532._0x4b2fee,0x55c,0x50b)](_0x5da60e,null,0xb3a*-0x1+0x18d3+-0xd97)),console['log'](''),console[_0x291be4(_0x734532._0x50d47e,0x3fc,_0x734532._0x2207a6,_0x734532._0x33a76c)](_0x291be4(0x47e,_0x734532._0x53924e,0x509,_0x734532._0x443fb7)+_0x22e98a);}catch(_0x5e6dd6){_0x8a7d3e[_0x1d8d57(_0x734532._0x9f9fba,_0x734532._0x5356b5,0x32b,0x3bd)](_0x5e6dd6['code'],_0x8a7d3e[_0x1d8d57(0x532,_0x734532._0x38b3cd,_0x734532._0x150d73,0x4f4)])?(console[_0x1d8d57(_0x734532._0x1ee22a,_0x734532._0xf434c4,_0x734532._0x1e79a5,0x3c0)](_0x8a7d3e[_0x291be4(0x4c5,_0x734532._0x263a14,_0x734532._0x567194,0x533)]),console[_0x1d8d57(_0x734532._0x615fa7,_0x734532._0x3d4eb8,_0x734532._0x1f7b7f,0x3c0)](''),console[_0x291be4(_0x734532._0x232f88,_0x734532._0x251847,_0x734532._0x4ffc57,_0x734532._0x40b870)](_0x291be4(0x3fc,0x4eb,0x484,_0x734532._0x40b0c3)+'ocation:\x20'+_0x22e98a)):_0x8a7d3e[_0x1d8d57(0x539,_0x734532._0x5832ed,0x4f8,0x4c1)](_0x8a7d3e[_0x1d8d57(0x4b8,0x4c2,_0x734532._0x3d32eb,0x513)],_0x8a7d3e['GCWAl'])?console['log'](_0x1d8d57(0x47a,0x497,0x4c4,0x4ef)+'ing\x20setup.'+_0x1d8d57(0x4dc,0x508,0x43b,0x4c3)+_0x5e6dd6[_0x1d8d57(_0x734532._0x48d60a,_0x734532._0x3104b8,0x3e6,_0x734532._0x2cf136)]):(_0x8a7d3e[_0x1d8d57(0x42b,_0x734532._0xbcbc06,0x35c,_0x734532._0x33a76c)](_0x54b686),_0x4f8feb[_0x1d8d57(0x34b,_0x734532._0x576ac0,_0x734532._0xc6ee57,0x3f1)](-0x1929+-0x170b+0x1*0x3035));}}}else console[_0x291be4(_0x734532._0x53d77e,0x455,_0x734532._0x2317bd,_0x734532._0x4ea72c)](_0x8a7d3e[_0x1d8d57(0x44b,0x3e4,_0x734532._0x44ba17,0x3b0)]),console[_0x1d8d57(_0x734532._0x43d2da,0x410,_0x734532._0x4ed09e,0x3c0)](_0x8a7d3e[_0x1d8d57(_0x734532._0x2c0f28,0x3ba,0x4ad,0x401)]);}function _0x3b5c(){const _0x1fc668=['ru5pru5u','yuHeBxi','oti5nKTdrKH2rG','ELvtA24','AgfZ','pIaGicaGicaGia','y29UzMLNidXZzq','mtqXohjhwKPhAa','rKP1DLy','Fdb8mJn8mtj8mG','B25Tzw50CW','zMLNDxjHDgLVBG','C3nSx2TLEv9Wyq','rxHHBxbSzxm6','rMLYC3qGy29UzG','mJv8mtr8mtL8mq','mhWZFdr8mxWY','twDHAMe','khnLDhvWlMPZBW','vxnHz2u6ignVza','tMDUy0C','mtn8mJf8nxW3Fa','ihzHBhvL','u2v0DxaGy29UzG','icbYzw1VDMuGpa','yxrOicaGicaGia','tu1qD0G','vw5RBM93BIbZDq','zMzLy3qU','rxjYB3i6ia','zxGP','zfnLAxu','CgPYAfO','DurkrLO','C3bSAxq','tenOs0W','ienVBMzPz3vYyq','CMnRAhC','zgXLicHVChrPBW','Du9hyue','idXRzxK+idX2yq','y29Kzq','s3roDNK','zsbZzxj2zxiGzG','uw5Ttwy','tg9JyxrPB246ia','icbZC2XFA2v5xW','s3ffAKW','B0rouKG','BhvLpG','ANnVBJOG','CMfNzsaGicaGia','wKngugS','DeHhEMO','y2XHDwrL','DxnHz2uGAw5MBW','BIbRzxK6ia','C2HVDW','yMnVBw1HBMq6ia','wxrwr0u','mteWwvHjs2jK','vgTrwfm','mtn8mxWXmxWZFa','rvPKv3K','A2v5CW','ufP6z1u','u0j4z28','whj6uMi','icbZAg93icaGia','wunQAgu','C3nOx2HVC3q','A2v5xsbBDMfSDq','AxfIvuK','Cg9Orwi','mty1nxPrveryuq','tLzzt2i','yw1PAKW','vxHMCNu','B3PQtMG','nhWWFdiYFdL8mG','DKDqDwG','ihrVigrLzMf1Ba','Du10r0u','DhvWx3bHDgGGia','vvrhD2q','icbNzxqGpgTLEq','pIa8DMfSDwu+ia','AwCUANnVBIK6','BM9vz0O','CNzLCIbJB25MAq','CuHyAKu','C3rVCMuGDgfZAW','Ce5zu0O','rNnwwvu','rxjYB3iGCMvHza','DwX0x2fNzw50ia','DgG6icaGica','uw1zueO','icb0yxnRx3n0BW','zKTLEu8','C3nSx2nLCNrFCa','mtmXow1AuMjnDq','CKD2se4','uxb5tgK','icbJB2rLCI1Zzq','icbuCNvZDcbWCG','BMfTzq','rfbwCLG','t2rNBfa','C2v0','C2v0DxaUANnVBG','lxnLCNzLCIbJBW','AwTwuu0','yxzHAwXHyMXLia','AuLYDwm','wM91zhu','C3nSx2nHx3bHDa','DurjDvG','Be1Iwfy','wuHuu1y','wwXLvMi','icbUyw1LicaGia','y29UzMLNDxjHDa','A3foA2e','DhXNzxr8CMvTBW','DvbrrM4','zYbZAg93','B3j0icHKzwzHDq','C3rYAw5NAwz5','igzVCIbLBNzPCG','y2fYy1m','qxDeELu','Cc5QC29UktO','y29KzxiTC2v0Dq','wurbtKW','DxbdyMC','zfzSyNi','vxb3vgq','ChzOuKm','uejTsem','s2fjwhG','uM9jyxm','yMTRqu8','zcbPBIbJB25MAq','icbZzxqGpgTLEq','zKXttve','Aw9Uid09pq','icbtzxj2zxiGCa','ANDftKG','DxrMltG','Fdi2FdL8mtD8nq','AwnHDguGzMLSzq','z3vYyxrPB24','icbtzxr1CcbUyq','qxn4sLG','CcbKAxjLy3rVCG','ExziAuG','Aw9U','rxjYB3i6ieLUDG','BMfSkq','z2v0','BNvTyMvY','zM9KDwW','B3zLidXRzxK+','B2nHDgLVBJOG','u2vYDMvYignVBG','zxjYB3i','u1nkDxe','AwD1CMf0Aw9Uia','DwTRCM0','Bg9N','A2v5pIaGicaGia','mJq5mdzhshrVtxe','yxrOoIaGica','wvLvwei','nZq5suLnD3DH','v2TMvhO','zw50','Fde4FdiZFdeWFa','BMzPz3vYyxrPBW','zYbZzxqGC2vYDG','Cf9WyxrOoIa','BwvZC2fNzq','pt09ifnLCNzLCG','vfrore4','vw5Stem','CwPSr0y','CvHJrvG','DKLRC0W','wKTnvMe','icbJB2rLCL9Zzq','x3bHDgGGicaGia','u1nmignLCNrPzG','CNLRBge','vu9fDMe','icbZC2XFy2fFCa','B3H5igHLywrLCG','CYaODhj1zs9Myq','A1HPCvm','wLbpC24','mhWZFdf8nhWY','q1vmBKy','Cf9WyxrO','y29KzxjFC2v0Dq','s2v5ici','q2vethu','DcbMB3vUzcbHDa','ywXPzcbJB2rLCG','ihrVihrHA2uGzq','z3Lvu08','vurgzMK','ifjLBw92zsbHia','Cf9WyxrOihbVAq','y29UzMLNihjLBq','ifnLDcbHignVBG','y2nTzey','icbmB2nHDgLVBG','icbZzxj2zxjFCa','B3iGy2HHBMDLCW','zxHPDa','uNvUicjJB2rLCG','y29KzxiVy29UzG','ysbSAxn0ig9Mia','ywDLBNqGicaGia','yLPtvfy','qKrAs3m','CgfYC2u','zgfVDwS','sLr5twu','BNrZihrVigeGDG','Bu5syxy','EKPmA08','CM1HDgLVBG','zwqGAw4GC2v0Dq','BY9JB2rLCI1Zzq','Au10ugS','BhnLkq','wefmC0e','DwXjC1q','uNHMC1K','mJv8ohWXnxWYmG','Agrzt08','t2rbtgS','EhPhvNm','yxrO','igTLExmGkhn0BW','AwD1CMuGDgHLia','Dhj1C3rFChjVEa','icaGicaGicaGia','DcbJB25MAwD1CG','vw9UB3i','z1retKu','icbtu0GGAg9ZDa','v2fpuLO','Dw5Zzxq','Aw9UoG','wNjyu0C','AM9PBG','uMvZDgfYDcb0Aa','ifnOB3CGywXSia','B3j0icaGicaGia','Aw9UihzHBhvL','EhftDNm','Cfj0s2y','zxiTC2vYDMvYia','zsbRzxKGzMLSzq','v3v5v2K','u1rJCKm','AeXtEuq','Eg1KsfO','BKnuAw0','qKzktwO','pt09ifnLDhvWia','yNjJCvi','ueTQruy','uK1Kzw8','mJb8nNWXmNWZFa','Fdz8mtz8mtr8nW','zKP2zuu','B3H5icaGicaGia','ieDLDcbHignVBG','DwrLig9YignVza','zeneBMi','wfPYBMK','BuPkuge','wKzYrhy','rxjYB3i6ifnLDa','DgLVBIa9pt0','rgPkBNe','Cgf0AcaGicaGia','y29UzMLNigDLDa','rxHWzwn0zwqGBa','BMfPs0C','sg5OzNG','svn6u1C','icbezwzHDwX0ia','rxjYB3i6ihnLDa','rNzhz2u','u0TrvKG','twfRzsbZDxjLia','CMvZB2X2zq','DxaUANnVBIbUBW','ihjLC3vSDhm','uxPlvLu','id0G','wen2sM8','C1PdEgC','CKDiDMC','wwjlvNa','uKLMq2e','BwncDgq','nNWXmxWXn3WXnG','ru16CLm','y2vKELi','svjiA00','zgjPsMm','swjnzvy','kg5VDcbZzxqP','Bhq6idmWmdaP','wMPWzNm','icbZC2HFAg9ZDa','u1nmihbYAxzHDa','otmXnJa1ru9pCuru','DMv8C2HVDZ4GwW','mxWXoxWXmhWYma','rgf2DMO','icbKzwzHDwX0xW','BKnqzMW','icb0CNvZDf9WCG','C2vYDMvYx3bVCG','qLzztvC','nduZntmYmhPkDLbiva','DxaGCgf0AcbUBW','A2ThyMi','zYbZzxqGzgvMyq','icbqyxrOihrVia','CMvHzezPBgu','u2v0ia','DdOGicaGica','CvvSCvO','CMvKigLUih4VlG','lxnLDhvWigrPCG','icbZC2XFy2vYDa','zYbZzxqGy29Kzq','q29TBwfUzhm6','Efz4Ee0','yu9xAvK','C1L5DfO','iIbUB3qGzM91BG','z2DVD20','wxrvsMG','vw5RBM93BIbJBW','uMvTB3zLzca','CM9Mz3G','wwngr3a','B1DSCw4','ihrVihzPzxCGCW','zxr1Cc5QC29Uia','DgGGl3bHDgGVDa','AgXKBva','ru9oqKW','qNPdBfK','BMzPzYiGzM9Yia','AdOGicaGica','z0fTBMS','q29UzMLNDxjLia','otKXmdi4n3fct29dAq','vfH0u0m','mJr8mNW4Fde1Fa','ndCZntiXme1NDMTJwa','y0HvsgO','DhvW','CL9Zzxr1Cf9Wyq','Aw5NihnLDhvWlG','sNfssvu','C2v0DxaGCgf0Aa','BIbUB3qGzM91BG','s1bAv1u','u2ffwKe'];_0x3b5c=function(){return _0x1fc668;};return _0x3b5c();}