@profoundlogic/coderflow-server 0.4.7 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config.js +1 -1
  3. package/dist/lib/agent-keepalive.js +1 -1
  4. package/dist/lib/agent-models.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/automation-service.js +1 -1
  10. package/dist/lib/basic-auth.js +1 -1
  11. package/dist/lib/bindings.js +1 -1
  12. package/dist/lib/build-history.js +1 -1
  13. package/dist/lib/build-output-service.js +1 -1
  14. package/dist/lib/build-scheduler.js +1 -1
  15. package/dist/lib/build-service.js +1 -1
  16. package/dist/lib/ca-certificates.js +1 -1
  17. package/dist/lib/claude-oauth-refresh.js +1 -1
  18. package/dist/lib/cli/build.js +1 -1
  19. package/dist/lib/cli/config-command.js +1 -1
  20. package/dist/lib/cli/config.js +1 -1
  21. package/dist/lib/cli/create-user.js +1 -1
  22. package/dist/lib/cli/init.js +1 -1
  23. package/dist/lib/cli/jira.js +1 -1
  24. package/dist/lib/cli/license.js +1 -1
  25. package/dist/lib/cli/server-manager.js +1 -1
  26. package/dist/lib/config-migration.js +1 -1
  27. package/dist/lib/container-credential-sync.js +1 -1
  28. package/dist/lib/container-tokens.js +1 -1
  29. package/dist/lib/data-dir.js +1 -1
  30. package/dist/lib/deployment-history.js +1 -1
  31. package/dist/lib/deployment-service.js +1 -1
  32. package/dist/lib/docker-utils.js +1 -1
  33. package/dist/lib/email.js +1 -1
  34. package/dist/lib/emailTemplates.js +1 -1
  35. package/dist/lib/entitlement.js +1 -1
  36. package/dist/lib/fetch-utils.js +1 -1
  37. package/dist/lib/git-commit-details-route.js +1 -1
  38. package/dist/lib/git-history-diff-guardrails.js +1 -1
  39. package/dist/lib/git-provider-service.js +1 -1
  40. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  41. package/dist/lib/git-provider-setup/index.js +1 -1
  42. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  43. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  44. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  45. package/dist/lib/git-providers/github-app-provider.js +1 -1
  46. package/dist/lib/git-providers/index.js +1 -1
  47. package/dist/lib/git-providers/provider-factory.js +1 -1
  48. package/dist/lib/git-providers/provider-interface.js +1 -1
  49. package/dist/lib/github-urls.js +1 -1
  50. package/dist/lib/group-objective-linking.js +1 -1
  51. package/dist/lib/jira-client.js +1 -1
  52. package/dist/lib/judge-blinding.js +1 -1
  53. package/dist/lib/logger.js +1 -1
  54. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  55. package/dist/lib/model-fetcher.js +1 -1
  56. package/dist/lib/notifications.js +1 -1
  57. package/dist/lib/objective-context.js +1 -1
  58. package/dist/lib/oidc-auth.js +1 -1
  59. package/dist/lib/oidc-device-flow.js +1 -1
  60. package/dist/lib/passwordTokens.js +1 -1
  61. package/dist/lib/permission-resolver.js +1 -1
  62. package/dist/lib/pin-cascade.js +1 -1
  63. package/dist/lib/provider-accounts.js +1 -1
  64. package/dist/lib/provider-oauth.js +1 -1
  65. package/dist/lib/provider-profile.js +1 -1
  66. package/dist/lib/provider-token-refresh.js +1 -1
  67. package/dist/lib/request-url.js +1 -1
  68. package/dist/lib/rewind.js +1 -1
  69. package/dist/lib/role-definitions.js +1 -1
  70. package/dist/lib/roles.js +1 -1
  71. package/dist/lib/secrets.js +1 -1
  72. package/dist/lib/setup-repo-git-auth.js +1 -1
  73. package/dist/lib/state-capture.js +1 -1
  74. package/dist/lib/static-files.js +1 -1
  75. package/dist/lib/task-name-format.js +1 -1
  76. package/dist/lib/task-name-generator.js +1 -1
  77. package/dist/lib/task-source-metadata.js +1 -1
  78. package/dist/lib/teams.js +1 -1
  79. package/dist/lib/user-git-oauth.js +1 -1
  80. package/dist/lib/user-git-tokens.js +1 -1
  81. package/dist/lib/users.js +1 -1
  82. package/dist/middleware/requireAuth.js +1 -1
  83. package/dist/middleware/requireInit.js +1 -1
  84. package/dist/middleware/requirePermission.js +1 -1
  85. package/dist/package.json +1 -1
  86. package/dist/playwright.config.js +1 -1
  87. package/dist/routes/apiKeys.js +1 -1
  88. package/dist/routes/auth-oidc.js +1 -1
  89. package/dist/routes/auth.js +1 -1
  90. package/dist/routes/automations.js +1 -1
  91. package/dist/routes/bindings.js +1 -1
  92. package/dist/routes/build.js +1 -1
  93. package/dist/routes/containers.js +1 -1
  94. package/dist/routes/deploy-task.js +1 -1
  95. package/dist/routes/environment-management.js +1 -1
  96. package/dist/routes/environments.js +1 -1
  97. package/dist/routes/external-skills.js +1 -1
  98. package/dist/routes/git-credentials.js +1 -1
  99. package/dist/routes/git-oauth.js +1 -1
  100. package/dist/routes/git-provider-setup.js +1 -1
  101. package/dist/routes/health.js +1 -1
  102. package/dist/routes/jira.js +1 -1
  103. package/dist/routes/objective-management.js +1 -1
  104. package/dist/routes/password.js +1 -1
  105. package/dist/routes/prompt.js +1 -1
  106. package/dist/routes/provider-auth.js +1 -1
  107. package/dist/routes/qa.js +1 -1
  108. package/dist/routes/roles.js +1 -1
  109. package/dist/routes/settings.js +1 -1
  110. package/dist/routes/skill-management.js +1 -1
  111. package/dist/routes/skills.js +1 -1
  112. package/dist/routes/tasks.js +1 -1
  113. package/dist/routes/teams.js +1 -1
  114. package/dist/routes/templates.js +1 -1
  115. package/dist/routes/test-task.js +1 -1
  116. package/dist/routes/test.js +1 -1
  117. package/dist/routes/users.js +1 -1
  118. package/dist/routes/visualizations.js +1 -1
  119. package/dist/scripts/create-user.js +1 -1
  120. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  121. package/dist/scripts/migrate-to-scoped-rbac.js +1 -1
  122. package/dist/start.js +1 -1
  123. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  124. package/dist/web-ui/public/activity-feed.js +1 -1
  125. package/dist/web-ui/public/activity-formatters.js +1 -1
  126. package/dist/web-ui/public/agent-event-parser.js +1 -1
  127. package/dist/web-ui/public/app.js +1 -1
  128. package/dist/web-ui/public/approve-dialog.js +1 -1
  129. package/dist/web-ui/public/automation-links.js +1 -1
  130. package/dist/web-ui/public/automation-schedule.js +1 -1
  131. package/dist/web-ui/public/comments-widget.js +1 -1
  132. package/dist/web-ui/public/diff-utils.js +1 -1
  133. package/dist/web-ui/public/environments.js +1 -1
  134. package/dist/web-ui/public/feedback-widget.js +1 -1
  135. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  136. package/dist/web-ui/public/git-history.js +1 -1
  137. package/dist/web-ui/public/git-status.js +1 -1
  138. package/dist/web-ui/public/index.js +1 -1
  139. package/dist/web-ui/public/login.js +1 -1
  140. package/dist/web-ui/public/markdown-editor.js +1 -1
  141. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  142. package/dist/web-ui/public/modal-maximize.js +1 -1
  143. package/dist/web-ui/public/notifications.js +1 -1
  144. package/dist/web-ui/public/pr-dialog.js +1 -1
  145. package/dist/web-ui/public/roles.js +1 -1
  146. package/dist/web-ui/public/server-health.js +1 -1
  147. package/dist/web-ui/public/settings.js +1 -1
  148. package/dist/web-ui/public/setup-password.js +1 -1
  149. package/dist/web-ui/public/skills.js +1 -1
  150. package/dist/web-ui/public/sse-client.js +1 -1
  151. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  152. package/dist/web-ui/public/task.js +1 -1
  153. package/dist/web-ui/public/teams.js +1 -1
  154. package/dist/web-ui/public/terminal.js +1 -1
  155. package/dist/web-ui/public/theme.js +1 -1
  156. package/dist/web-ui/public/users.js +1 -1
  157. package/dist/web-ui/public/variant-grouping.js +1 -1
  158. package/package.json +1 -1
@@ -1 +1 @@
1
- function _0x44f3(_0x5693e6,_0x415419){_0x5693e6=_0x5693e6-(-0x26c3*0x1+-0x4c0*0x1+-0x305*-0xf);const _0xed435e=_0x32c5();let _0x5cdd22=_0xed435e[_0x5693e6];if(_0x44f3['VTOyQh']===undefined){var _0x49250d=function(_0x5ec411){const _0x51e15b='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x8327a2='',_0x32d037='';for(let _0x3e108a=-0x963+-0x2054+0x29b7,_0x45109e,_0x134837,_0x392f56=-0x1167+0x2162+0xffb*-0x1;_0x134837=_0x5ec411['charAt'](_0x392f56++);~_0x134837&&(_0x45109e=_0x3e108a%(0x2*-0x1228+-0x6*-0x209+0x181e)?_0x45109e*(0x1*-0x3fb+0x4cd+-0x92*0x1)+_0x134837:_0x134837,_0x3e108a++%(0x1b61+-0x1c4d+0xf0))?_0x8327a2+=String['fromCharCode'](0xb*0x243+0xa9b+-0x3d5*0x9&_0x45109e>>(-(0x19*0x86+-0x59*0x43+0x20b*0x5)*_0x3e108a&-0x1993+0x1*0x6c9+0x12d0)):0x1402+-0x1991+0x58f){_0x134837=_0x51e15b['indexOf'](_0x134837);}for(let _0x462f6f=-0x24fd+0x1a*-0xdf+-0x1*-0x3ba3,_0x1b6137=_0x8327a2['length'];_0x462f6f<_0x1b6137;_0x462f6f++){_0x32d037+='%'+('00'+_0x8327a2['charCodeAt'](_0x462f6f)['toString'](0xd1+-0x2*0x132e+-0xc89*-0x3))['slice'](-(-0x317*-0x1+-0x12*-0x180+-0x1e15));}return decodeURIComponent(_0x32d037);};_0x44f3['taEIuV']=_0x49250d,_0x44f3['QuUQYY']={},_0x44f3['VTOyQh']=!![];}const _0x59da88=_0xed435e[0x138f+-0x22d6+-0xf47*-0x1],_0x1ac6af=_0x5693e6+_0x59da88,_0x258504=_0x44f3['QuUQYY'][_0x1ac6af];return!_0x258504?(_0x5cdd22=_0x44f3['taEIuV'](_0x5cdd22),_0x44f3['QuUQYY'][_0x1ac6af]=_0x5cdd22):_0x5cdd22=_0x258504,_0x5cdd22;}(function(_0x5565a6,_0x5e1cc3){const _0x2186e7={_0x48c69b:0xa2,_0x2a7e68:0x3,_0x505f17:0x62a,_0x4b283e:0x6c3,_0x13bc83:0x5ff,_0x2fae58:0x5b9,_0x25dc72:0x600,_0x4f39fd:0x58a,_0x120fe3:0x26,_0x3b2568:0xa0,_0x24c73d:0x27,_0x567f43:0x9,_0x17fcdd:0xea,_0x52a8da:0x2a,_0x5b1b61:0x696,_0x564c90:0x63d,_0x2a81be:0x64f,_0x4c2446:0x10,_0xbd45c0:0x7e,_0x298fae:0x12,_0x47b146:0xe1,_0x11e9b0:0x112,_0x13b9fd:0x18,_0x2be466:0x88,_0x59166e:0xb7,_0x11e8f9:0x74,_0x45687e:0xac},_0x21069c={_0xf31b87:0x2e0},_0x283b07={_0x25691e:0x37e},_0x51b090=_0x5565a6();function _0x2e0be1(_0x595d5f,_0xe44896,_0x16d2a2,_0x3bfe33){return _0x44f3(_0xe44896-_0x283b07._0x25691e,_0x595d5f);}function _0x27cda0(_0x3ee116,_0x5ee68c,_0x10caf6,_0x126347){return _0x44f3(_0x10caf6- -_0x21069c._0xf31b87,_0x126347);}while(!![]){try{const _0x51e092=parseInt(_0x27cda0(-0x5c,-0x1b,-_0x2186e7._0x48c69b,-_0x2186e7._0x2a7e68))/(0x4f1+-0xd7*0x23+0x827*0x3)+-parseInt(_0x2e0be1(_0x2186e7._0x505f17,0x63f,0x5df,_0x2186e7._0x4b283e))/(-0x1e16+0xbda+0x1*0x123e)*(-parseInt(_0x2e0be1(0x661,_0x2186e7._0x13bc83,_0x2186e7._0x2fae58,0x5a6))/(0xd06*-0x2+0x10b7+-0x12b*-0x8))+parseInt(_0x2e0be1(0x5c1,0x5ed,_0x2186e7._0x25dc72,_0x2186e7._0x4f39fd))/(0x29f+-0x264+-0x37*0x1)*(-parseInt(_0x27cda0(-_0x2186e7._0x120fe3,_0x2186e7._0x3b2568,-0x7,-0x29))/(-0xeac*0x1+0x1*0x24c5+-0x1614))+-parseInt(_0x27cda0(_0x2186e7._0x24c73d,_0x2186e7._0x567f43,-0x63,-_0x2186e7._0x17fcdd))/(0xa6a+-0x3f1*-0x1+-0xe55)*(-parseInt(_0x27cda0(0x20,_0x2186e7._0x52a8da,_0x2186e7._0x567f43,-0x1c))/(0x24db+0x81d*0x4+-0x1718*0x3))+parseInt(_0x2e0be1(0x63d,_0x2186e7._0x5b1b61,_0x2186e7._0x564c90,_0x2186e7._0x2a81be))/(-0x26*-0x2+-0x6*0x298+-0x164*-0xb)+-parseInt(_0x27cda0(_0x2186e7._0x4c2446,-0x103,-_0x2186e7._0xbd45c0,-_0x2186e7._0x298fae))/(-0x21de+0xf3*0x1e+-0x1*-0x56d)*(-parseInt(_0x27cda0(-0x194,-_0x2186e7._0x47b146,-_0x2186e7._0x11e9b0,-0x130))/(-0x2351+0x521*-0x7+0x4742))+-parseInt(_0x27cda0(_0x2186e7._0x13b9fd,-_0x2186e7._0x2be466,-0x6b,-_0x2186e7._0x59166e))/(0x95*0x43+-0x22d8*-0x1+-0x49cc)*(parseInt(_0x27cda0(0x82,-_0x2186e7._0x11e8f9,-0x29,-_0x2186e7._0x45687e))/(-0x10*-0x141+-0xed7+0x5*-0x109));if(_0x51e092===_0x5e1cc3)break;else _0x51b090['push'](_0x51b090['shift']());}catch(_0x4cb2a8){_0x51b090['push'](_0x51b090['shift']());}}}(_0x32c5,-0x1d453+-0x42b43+0x9ebd7));import{promises as _0x1acb2e}from'fs';import _0x424ab8 from'path';import{getCoderSetupPath,saveCoderSetupPath,getServerPort,saveServerPort,getConfigPath,getSslCertPath,saveSslCertPath,getSslKeyPath,saveSslKeyPath,getSslCaPath,saveSslCaPath,getTrustProxy,saveTrustProxy}from'./config.js';const SERVER_CONFIG_KEYS=new Set([_0x4707b6(0x516,0x517,0x538,0x507)+'p_path',_0x17ed76(-0x182,-0x77,-0xf7,-0xb1)+'t',_0x4707b6(0x642,0x4ec,0x599,0x596)+_0x4707b6(0x4cc,0x46c,0x4e4,0x4a9),_0x17ed76(-0xaf,-0x199,-0x122,-0x18d)+'th',_0x4707b6(0x5e6,0x5eb,0x55a,0x55d)+'h','trust_prox'+'y']),SETUP_JSON_KEYS=new Set(['ssh_host','default_ag'+_0x4707b6(0x5a4,0x5b4,0x53b,0x50d),_0x17ed76(-0xda,-0xc0,-0xa4,-0x5d)+'ge',_0x17ed76(-0x14f,-0x1bc,-0x1a0,-0x1cd)]);function _0x32c5(){const _0x804b60=['BMrmDw8','B3iGy2HHBMDLCW','mxW0Fdn8mNWW','B0Pez3q','AwCUANnVBIK6','AwnHDguGzMLSzq','D3zJDwe','CMvZB2X2zq','y2TwChG','C3nIvxi','BMzPz3vYyxrPBW','ihzHBhvL','zgXLicHVChrPBW','DgfZA19ZDg9Yyq','icbZAg93icaGia','AwvpsK8','Aw1Yshm','C3bSAxq','zxHPDa','B3zLidXRzxK+','C3nSx2nLCNrFCa','zMzLy3qU','ywXPzcbJB2rLCG','uMvTB3zLzca','B3H5igHLywrLCG','C2v0DxaUANnVBG','uuvts0W','u1zOt3K','tMj5yvq','B25Tzw50CW','mteYmdCYoeDZzfPvqW','yMnVBw1HBMq6ia','u3rIvM4','icbezwzHDwX0ia','AwD1CMf0Aw9Uia','AMLfBNO','ihrVigrLzMf1Ba','uMvZDgfYDcb0Aa','sgrizxO','CMvTB3zL','DMv8C2HVDZ4GwW','D3zyA3m','y29UzMLNihjLBq','y29Kzq','Aw9U','mJiYoteWs0X6EKnQ','su5kAgq','D3jPDgvgAwXL','twfRzsbZDxjLia','whjmrLC','DhvWx3bHDgGGia','DvD2sM8','AxjqvNG','icbtzxj2zxiGCa','mtH8nxWXmNWXnG','BIbRzxK6ia','CxrRAhq','ExnYtKu','u2DPugq','ihjLC3vSDhm','rKjKB2O','z3vYyxrPB24','rNHHq3K','u2rAqLG','uMvZzxqG','Cf9WyxrOoIa','A2v5CYaOC3rVCG','ifjLBw92zsbHia','u1nmienbigj1BG','zLnxAKS','BNrZihrVigeGDG','DgLVBIa9pt0','vxnHz2u6ignVza','rw1frLG','Dhj1C3rFChjVEa','rxHHBxbSzxm6','zLHAB2W','s3rwD2i','q29TBwfUzhm6','DwLXv1O','y2XHDwrL','rxjYB3i6ifnLDa','pIa8DMfSDwu+ia','zYbZAg93','B3j0icHKzwzHDq','y29UzMLNidXZzq','AvboENO','B2nHDgLVBJOG','q29UzMLNDxjLia','y1jPCxa','BIbUB3qGzM91BG','rxjYB3i6ieLUDG','Eg13txu','BMDcD04','icbJB2rLCL9Zzq','yvHyrNu','ihrVihrHA2uGzq','khnLDhvWlMPZBW','EK1tBfu','DxzLuM4','qKTOsLC','vvDIzMK','BwvZC2fNzq','ifnLDcbHignVBG','D2LxEg8','yNjnt0q','BMfTzq','txjov2m','CYaODhj1zs9Myq','v0PcwMC','z05qA1O','icbtzxr1CcbUyq','EKPyCMK','DcbJB25MAwD1CG','B3j0icaGicaGia','rgv6EKW','ysbSAxn0ig9Mia','icbKzwzHDwX0xW','q2XovgC','tuzfrKO','tMz5AxO','EKfRC2C','s2v5ici','zcbPBIbJB25MAq','yMztqLK','Aw9UoG','DxjmBuK','z2jrsNa','yxrO','BMzPzYiGzM9Yia','icbZzxj2zxjFCa','u1nmignLCNrPzG','uxHrsxq','DxaGCgf0AcbUBW','Dvr3wfe','Exvmv0G','A2XSD0y','zsbRzxKGzMLSzq','uNjdwKG','rxjYB3i6ia','sgL6thm','ChDzt2q','CM1HDgLVBG','CKvNv1C','icbZC2HFAg9ZDa','Cf9WyxrO','vhzsBum','CK10ALm','Aw9Uid09pq','yMvytee','C3b4Cuq','A1boy1q','u3bbzMq','t0nYEg0','vgvqt2e','AgfZ','ihrVihzPzxCGCW','mtK4mZi5yKr0CgTf','vKz4we0','zMX5rK8','DxnHz2uGAw5MBW','tNnWwha','qwjmv0e','idXRzxK+idX2yq','DcbMB3vUzcbHDa','u1nmihbYAxzHDa','vMfnz2y','CMvKigLUih4VlG','y29KzxiTC2v0Dq','BhnLkq','Bhq6idmWmdaP','Fdf8mhWXmhWXna','x3bHDgGGicaGia','Ben0A1m','z1rQtMu','ANb2z0i','u2vYDMvYignVBG','ohW5Fde5Fde0Fa','CNzLCIbJB25MAq','zxiTC2vYDMvYia','yMHyBeu','suTmsfq','yunoq3q','AwD1CMuGDgHLia','igzVCIbLBNzPCG','mNWYnhW3Fdz8nq','icb0CNvZDf9WCG','Cfjesgu','qwLJrhG','ifnOB3CGywXSia','ywDLBNqGkgnSyq','C3rVCMuGDgfZAW','A2v5xsbBDMfSDq','mta4v2rkCLjk','zxvIEhO','C3rYAw5NAwz5','A2v5pIaGicaGia','FdiZFdeZFdD8mq','CL9Zzxr1Cf9Wyq','rxfJu1C','CuLYCKm','rLf2rve','EMryy20','mtD8mJj8nhW4Fa','CMvHzezPBgu','AM9PBG','nZCYmZjIwfD5t00','y29KzxiVy29UzG','y29UzMLNigDLDa','lxnLDhvWigrPCG','ueTvr1u','BuT6v0C','ntuZotKWoe1IsMrcsG','DxrMltG','wLH3sMW','suzZq3e','EhzJyNe','mhWXn3WZFdb8mq','B3H5icaGicaGia','icbZC2XFy2fFCa','nJuXmZe4tfrgu0Xg','Cc5QC29UktO','y29KzxjFC2v0Dq','u2v0ia','mJu5ohrHzw9yCG','icbUyw1LicaGia','EtOGicaGica','zMLNDxjHDgLVBG','zw50','zYbZzxqGC2vYDG','s0jbAeW','yufjELu','C3nSx2TLEv9Wyq','A2v5CW','rxjYB3i6ihnLDa','u3bkBfq','icb0yxnRx3n0BW','D0Pzzhm','ienVBMzPz3vYyq','y29UzMLNDxjHDa','tg9JyxrPB246ia','EgTlDeO','wgfrzxu','v0H1veO','yxrOicaGicaGia','Evjis1i','idXRzxK+','AwLcree','yM16uvG','zwn0B3j5','id0G','wvLTA2u','zYbZzxqGzgvMyq','yMPSqMW','A0nJu3O','icbZzxqGpgTLEq','mtf8oxWYnNWZFa','BhvLpG','vuTvEfK','wwLmqMu','AMj1B2e','ru5pru5u','rfzlrMy','t0P2DxK','DgG6icaGica','pIaGicaGicaGia','icbqyxrOihrVia','BhPiD1a','BKLpuvC','u1n3ALG','zYbZzxqGy29Kzq','BhrdAhC','icbJB2rLCI1Zzq','wLb3CKm','rK9qAfO','C2vYDMvYx3bVCG','CMfNzsaGicaGia','ieDLDcbHignVBG','mtjLBMrPzfu','icbmB2nHDgLVBG','lxnLCNzLCIbJBW','u2v0DxaGy29UzG','rxHWzwn0zwqGBa','yxzHAwXHyMXLia','qNzeDhm','igTLExmGkhn0BW','zwqGAw4GC2v0Dq','ywXPzcbWB3j0ia','mtK2twvKzvH5','icbZC2XFA2v5xW','rujyseq','ywDLBNqGicaGia','zLPsyMm','CgfYC2u','vw5RBM93BIbZDq','DvvfBwu','AeXlExe','rvLSsuK','zxjYB3i','Bg9N','uennEey','icbYzw1VDMuGpa','C2r0Ehi','CcbKAxjLy3rVCG','icaGicaGicaGia','Fde2FdiZFdiYFa','zxr1Cc5QC29Uia','z1PTAMK','C3nSx2nHx3bHDa','Cf9WyxrOihbVAq','iIbUB3qGzM91BG','u1DZzKC','mtbZAKDmqLO','BY9JB2rLCI1Zzq','vw5RBM93BIbJBW','Cgf0AcaGicaGia','DwrLig9YignVza','y3nsuwS','thnrChC','C2v0DxaGCgf0Aa','DgGGl3bHDgGVDa','y29UzMLNihnLDa','sMfcAgO','EunWEwC','EhPPy3e','DwX0x2fNzw50ia','kg5VDcbZzxqP','ANnVBJOG','n2nbAe5WDW','Bunluvq','Aw5NihnLDhvWlG','AdOGicaGica','rxjYB3iGCMvHza','uNvUicjJB2rLCG','y0rOwxi','qKThtwm','rMnssLy','wgLJtuC','DxaUANnVBIbUBW','r0D6s3K','DhvW','icbNzxqGpgTLEq','BNvTyMvY','rMLYC3qGy29UzG','zxGP'];_0x32c5=function(){return _0x804b60;};return _0x32c5();}export async function handleConfig(_0xe92243){const _0x270dcc={_0x4f7d27:0x327,_0x30dfce:0x355,_0x4cddc4:0x34c,_0x339ba3:0x3a8,_0x98bb2e:0x324,_0x580469:0xf7,_0x214223:0x74,_0x65e3ff:0x19e,_0x253e4a:0x10a,_0x2986a0:0x102,_0xba1b89:0xcf,_0x18f5e2:0x436,_0x13dfb3:0x3da,_0x5a136a:0x11d,_0x3dbd10:0xd9,_0x14661c:0x8a,_0x3d39c9:0x1c,_0x46155e:0x43,_0x56cae5:0x20,_0x3a6114:0x369,_0x1f96d7:0x3fe,_0x35c300:0x3c9,_0x51119a:0x2a,_0x2e1101:0xb1,_0x2ff04b:0x41,_0x59f4c7:0x6d,_0xe1b747:0xd,_0x58bfec:0x87,_0x18fef9:0x3ea,_0x5747b7:0x10c,_0x34d394:0x14d,_0x2debe4:0x13f},_0x5d75d6={_0x525534:0x178},_0xdaed2={_0x136138:0x4},_0x427ec5={'dThDP':function(_0x28f578){return _0x28f578();},'qIrrC':'set','oJDgt':'get','pwxYr':function(_0x289b86,_0x17293e){return _0x289b86(_0x17293e);},'xvcbq':_0x19f21b(_0x270dcc._0x4f7d27,_0x270dcc._0x30dfce,0x2ca,_0x270dcc._0x4cddc4),'wFohi':'show','SSwjX':function(_0x241cb0){return _0x241cb0();},'ltChw':_0x47eb6b(-0x4a,0x56,0x51,-0xee)+'-server\x20co'+_0x19f21b(_0x270dcc._0x339ba3,0x286,_0x270dcc._0x98bb2e,0x380)+_0x47eb6b(-_0x270dcc._0x580469,-0x147,-_0x270dcc._0x214223,-_0x270dcc._0x65e3ff)+_0x47eb6b(-0x109,-_0x270dcc._0x253e4a,-0xc9,-_0x270dcc._0x2986a0)},_0x454ec7=_0xe92243[-0x3*-0x917+0x1*0x146b+-0x5f6*0x8];!_0x454ec7&&(_0x427ec5['dThDP'](showUsage),process[_0x47eb6b(-0x2c,0x3a,0x3a,-0xb4)](0xb0*-0xb+-0xfce+-0x1*-0x175f));function _0x19f21b(_0xf68d3,_0x531823,_0x1a9482,_0x375fc4){return _0x17ed76(_0xf68d3,_0x531823-0x142,_0x1a9482-0x4ad,_0x375fc4-_0xdaed2._0x136138);}function _0x47eb6b(_0x612d39,_0x596155,_0x265513,_0x1261b3){return _0x4707b6(_0x1261b3,_0x596155-_0x5d75d6._0x525534,_0x265513-0x3,_0x612d39- -0x5c0);}try{switch(_0x454ec7){case _0x427ec5[_0x47eb6b(-_0x270dcc._0xba1b89,-0xa8,-0x6f,-0x95)]:await setConfig(_0xe92243[0xd95+0xa4e+-0x3fb*0x6],_0xe92243[-0x8af+-0x1ae8+0x2399*0x1]);break;case _0x427ec5[_0x19f21b(0x3e2,_0x270dcc._0x18f5e2,0x3ff,_0x270dcc._0x13dfb3)]:await _0x427ec5['pwxYr'](getConfig,_0xe92243[0x8a3+-0x379*0x8+0x13*0x102]);break;case _0x427ec5[_0x47eb6b(-0xbf,-_0x270dcc._0x5a136a,-0x4a,-_0x270dcc._0x3dbd10)]:case'unset':await removeConfig(_0xe92243[0x2c1*0xc+-0x2501+0x3f6]);break;case _0x427ec5['wFohi']:await _0x427ec5[_0x47eb6b(-_0x270dcc._0x14661c,_0x270dcc._0x3d39c9,-0x4e,-_0x270dcc._0x46155e)](showConfig);break;default:console[_0x47eb6b(-0x6d,_0x270dcc._0x56cae5,-0x15,-0x2d)](_0x19f21b(_0x270dcc._0x3a6114,_0x270dcc._0x1f96d7,_0x270dcc._0x35c300,0x3c1)+_0x47eb6b(-0x1f,-_0x270dcc._0x51119a,-_0x270dcc._0x2e1101,-_0x270dcc._0x2ff04b)+_0x454ec7),console[_0x47eb6b(-0x6d,-_0x270dcc._0x59f4c7,_0x270dcc._0xe1b747,0x30)](_0x427ec5[_0x47eb6b(-0x88,-0x3c,-0x6f,-_0x270dcc._0x58bfec)]),process[_0x19f21b(0x3f8,0x3dd,0x40e,_0x270dcc._0x18fef9)](-0x1d6b*-0x1+0x110d+-0x41*0xb7);}}catch(_0x2b6644){console['error'](_0x47eb6b(-_0x270dcc._0x5747b7,-_0x270dcc._0x34d394,-_0x270dcc._0x2debe4,-0xdf)+_0x2b6644['message']),process['exit'](0xb89*-0x1+-0xa8d+0x1617);}}function _0x4707b6(_0x11c4e3,_0x49315a,_0x481016,_0x397da2){const _0x5435f0={_0x457efd:0x288};return _0x44f3(_0x397da2-_0x5435f0._0x457efd,_0x11c4e3);}function showUsage(){const _0x3acf37={_0x13467d:0x4ca,_0x9118d6:0x50c,_0x49d85e:0x551,_0x2e423d:0x512,_0x4db9e2:0x59c,_0x597046:0x52e,_0x142466:0x44c,_0x1dedcc:0x44b,_0x21edeb:0x47b,_0x339343:0x472,_0x5ebf61:0x449,_0x577a8b:0x427,_0x3cb26d:0x3ff,_0x381a63:0x501,_0x117ad8:0x583,_0x5e38a9:0x5da,_0x30f5b9:0x57c,_0x370740:0x5e8,_0x423f69:0x596,_0x127de3:0x53f,_0x390f9f:0x3b1,_0x4cf004:0x3e0,_0x4d467e:0x4a8,_0x3e385a:0x41f,_0x3a011d:0x3e0,_0x1786f8:0x4a5,_0x529217:0x400,_0x329ef6:0x52c,_0x44bf23:0x527,_0x3cd963:0x493,_0x30e777:0x44c,_0x46e35f:0x3fd,_0x537430:0x5cc,_0x100678:0x553,_0x3ef67f:0x5a5,_0x1b366c:0x58e,_0x4ba382:0x41c,_0x439db3:0x5ce,_0x21caca:0x40e,_0x19494b:0x4d1,_0x26a205:0x562,_0x3c7659:0x3e9,_0x18ca02:0x474,_0x4d9297:0x3e5,_0x2f8cc0:0x4b6,_0x2e151c:0x3be,_0x2df6b0:0x545,_0x1be646:0x5f6,_0x569299:0x5f0,_0x5b7584:0x5bb,_0x2492a2:0x55c,_0x26fdc5:0x365,_0x39ee62:0x3e6,_0x254e57:0x3ec,_0x162a8b:0x3fb,_0x246eaa:0x477,_0xb1df8d:0x517,_0x5afd42:0x447,_0x5ebce4:0x39c,_0x1d378d:0x404,_0x5d60b5:0x5dd,_0x1c0bd6:0x5c3,_0x6446aa:0x551,_0x4f37b4:0x553,_0x2e2dab:0x52a,_0x378112:0x3d5,_0x246590:0x437,_0x3258e6:0x3f6,_0x8862ff:0x4e1,_0x2d781c:0x560,_0x16e6cc:0x38b,_0x398691:0x3b5,_0x536373:0x46e,_0x4ea317:0x3da,_0x447cd0:0x3ee,_0x55f90d:0x3b2,_0x58845b:0x450,_0x2adb77:0x403,_0x268364:0x2e2,_0x5afa44:0x3d7,_0x22a02c:0x531,_0x4a56f0:0x490,_0x3150b6:0x399,_0x1bf7d1:0x372,_0x4a4285:0x431,_0xcb9413:0x52a,_0x304777:0x4c4,_0x43ffd7:0x524,_0x530879:0x570,_0xc68ba0:0x4f2,_0x51ed2e:0x513,_0x106983:0x4e2,_0x411991:0x57b,_0x2b43e4:0x5a4,_0x5f0ae6:0x5ac,_0x1a443b:0x439,_0x1a78e0:0x3a1,_0x2a0790:0x56d,_0x11b353:0x3bf,_0x2ddeeb:0x5ac,_0x2e2ae4:0x59a,_0xc3e36a:0x54b,_0x42e790:0x4f7,_0x4f8a60:0x3fa,_0x3989cd:0x470,_0x55cb60:0x367,_0x3643d9:0x376,_0x66d4b7:0x34e,_0x54ce86:0x2fe,_0x34460a:0x4ed,_0x264372:0x417,_0xb62f57:0x41f,_0x31f61d:0x37b,_0x5b78f5:0x371,_0x337682:0x42a,_0x3ab74f:0x58c,_0x21b540:0x536,_0x53f6c8:0x51f,_0x11dcb8:0x463,_0x4193d3:0x4a0,_0x28ad5f:0x4ad,_0x16effc:0x401,_0x29440d:0x40d,_0x5f46f2:0x3e4,_0x457fc1:0x404,_0x10828d:0x48f,_0x3d6b42:0x4f1,_0x38d4b7:0x595,_0x2dc851:0x5b5,_0x59afc5:0x524,_0x5bc97f:0x3e2,_0x31cd69:0x55e,_0x1c2407:0x482,_0x2f5f4c:0x498,_0x369a17:0x491,_0x1da09e:0x58a,_0xc1708a:0x596,_0x2387db:0x54a,_0x52fa41:0x4e6,_0x1db30b:0x445,_0x5366a6:0x4b4,_0x4d2ba7:0x4e4,_0x283610:0x4bb,_0x5af304:0x5fc,_0x20e494:0x562,_0x4cf331:0x541,_0x18d13c:0x540,_0x1d941c:0x494,_0x21ec0c:0x4df,_0x1af6b2:0x41d,_0x4aa3fe:0x326,_0x14841b:0x43f,_0x3f18b9:0x4cc,_0x33a291:0x44e,_0x2aaadf:0x465,_0x18fb65:0x45e,_0x57874a:0x36c,_0x4dfa10:0x3e8,_0x4e2371:0x48d,_0xa9fe7:0x4b1,_0x17e073:0x46c,_0x424c68:0x48a,_0x323b8f:0x45b,_0xb81c6:0x465,_0x5df9c7:0x55b,_0x595cc7:0x576,_0x406848:0x56b,_0x214740:0x358,_0x3c425e:0x3cb,_0x40d0a9:0x42e,_0xc31f6c:0x443,_0x4ff81a:0x46b,_0x55817f:0x5d1,_0x232a38:0x5f4,_0x451929:0x56b,_0x4d565a:0x561,_0x3169ee:0x4f8,_0x3a1ea9:0x50e,_0x49194:0x556,_0x56cd3d:0x56b,_0x336d1c:0x41e,_0x1cfc4e:0x4b8,_0x141279:0x508,_0x24983b:0x4f4,_0x3f42bb:0x56e,_0x440c1b:0x487,_0x30fc31:0x465,_0x2791b8:0x549,_0x3ff65c:0x574,_0x3e90b9:0x4e7,_0x35d54d:0x4e9,_0x44b676:0x3a3,_0x5e2565:0x465,_0x389423:0x423,_0x1115ce:0x421,_0x277809:0x4cb,_0x325e5f:0x37a,_0x33bfe6:0x473,_0x2195b5:0x465,_0x2b9326:0x56b,_0x4d8639:0x464,_0x251806:0x465,_0x3c799a:0x49b,_0x2f38dc:0x465,_0x52e402:0x4d5,_0xee61d8:0x453,_0x13f1d5:0x496,_0xc4260a:0x463,_0x2322d3:0x446,_0x29cb9c:0x3de,_0xc32902:0x47c,_0x180dae:0x412,_0x3b4c36:0x3f2,_0x1fb258:0x37e,_0x5682ce:0x33c,_0x252125:0x3f7,_0x4b4f01:0x505,_0x1d8ff7:0x4ab,_0x26c5ca:0x60f,_0x3fdb14:0x306,_0x46745b:0x37d,_0x21c383:0x31f,_0x361ada:0x52f,_0x12ccb7:0x5c9,_0x470137:0x5c1,_0x1cc363:0x51e,_0x433d27:0x48c,_0x74fc39:0x609,_0x141731:0x5d9,_0x266909:0x3ae,_0x2d51ac:0x3ca,_0x299be1:0x3bd,_0x178ca1:0x3cc,_0x34d586:0x479,_0x5294ca:0x4d7,_0x343ca9:0x601},_0x4419bf={_0x4fef91:0x88},_0x557dcf={_0x3c3d28:0x13d},_0x49d6e5={};_0x49d6e5[_0x58f295(_0x3acf37._0x13467d,0x48b,0x472,0x43d)]=_0x58f295(0x544,_0x3acf37._0x9118d6,_0x3acf37._0x49d85e,_0x3acf37._0x2e423d)+'rver\x20confi'+_0x58f295(_0x3acf37._0x4db9e2,_0x3acf37._0x597046,0x526,0x57b)+'er_port\x2080'+'80',_0x49d6e5[_0x4ea148(0x3ea,_0x3acf37._0x142466,0x48d,0x3c6)]=_0x4ea148(0x3ad,_0x3acf37._0x1dedcc,_0x3acf37._0x21edeb,0x3ce)+'rver\x20confi'+_0x4ea148(_0x3acf37._0x339343,_0x3acf37._0x5ebf61,0x463,_0x3acf37._0x577a8b)+_0x4ea148(0x392,0x401,0x448,0x493)+'th\x20/path/t'+_0x4ea148(0x432,0x474,0x4b4,_0x3acf37._0x3cb26d)+_0x58f295(_0x3acf37._0x381a63,_0x3acf37._0x117ad8,0x595,0x628),_0x49d6e5['zJXri']='\x20\x20ssl_key_'+_0x58f295(0x4d5,_0x3acf37._0x5e38a9,_0x3acf37._0x30f5b9,_0x3acf37._0x370740)+_0x58f295(0x4c6,_0x3acf37._0x423f69,0x54b,_0x3acf37._0x127de3)+_0x4ea148(_0x3acf37._0x390f9f,_0x3acf37._0x4cf004,0x43b,0x423)+_0x58f295(_0x3acf37._0x4d467e,0x569,0x4ca,0x4ec),_0x49d6e5[_0x58f295(0x405,_0x3acf37._0x3e385a,0x48a,_0x3acf37._0x3a011d)]=_0x4ea148(0x419,0x43a,_0x3acf37._0x1786f8,_0x3acf37._0x529217)+_0x58f295(_0x3acf37._0x329ef6,_0x3acf37._0x44bf23,_0x3acf37._0x3cd963,0x530)+'\x20Set\x20a\x20con'+_0x4ea148(_0x3acf37._0x30e777,0x41e,0x40e,_0x3acf37._0x46e35f)+_0x58f295(_0x3acf37._0x537430,_0x3acf37._0x100678,_0x3acf37._0x3ef67f,_0x3acf37._0x1b366c),_0x49d6e5['PCMxF']=_0x4ea148(0x44d,_0x3acf37._0x4ba382,0x4a1,0x3c5)+_0x58f295(_0x3acf37._0x439db3,0x5e4,0x571,0x4f1)+'\x20\x20Setup\x20na'+'me';function _0x58f295(_0x44d9ed,_0x3f95bb,_0x1f71fc,_0x43d1d6){return _0x4707b6(_0x44d9ed,_0x3f95bb-_0x557dcf._0x3c3d28,_0x1f71fc-0x9e,_0x1f71fc-0x18);}_0x49d6e5[_0x58f295(0x49d,0x4bb,0x47d,_0x3acf37._0x21caca)]=_0x58f295(_0x3acf37._0x19494b,_0x3acf37._0x4ba382,0x4c3,_0x3acf37._0x26a205)+_0x58f295(0x429,0x520,0x4b3,0x46d)+_0x58f295(_0x3acf37._0x3c7659,0x43e,0x476,0x474)+'ort\x20(defau'+_0x4ea148(_0x3acf37._0x18ca02,_0x3acf37._0x4d9297,0x39f,0x358),_0x49d6e5[_0x4ea148(0x4fc,0x47d,_0x3acf37._0x2f8cc0,0x459)]=_0x4ea148(0x3a5,0x3b0,0x423,_0x3acf37._0x2e151c)+_0x58f295(0x4ce,_0x3acf37._0x2df6b0,0x564,_0x3acf37._0x1be646)+_0x58f295(_0x3acf37._0x569299,0x5c7,_0x3acf37._0x5b7584,_0x3acf37._0x2492a2)+_0x4ea148(_0x3acf37._0x26fdc5,0x3f9,_0x3acf37._0x39ee62,_0x3acf37._0x254e57)+_0x4ea148(_0x3acf37._0x162a8b,_0x3acf37._0x246eaa,0x484,0x402)+_0x4ea148(_0x3acf37._0xb1df8d,_0x3acf37._0x3cd963,0x4a7,_0x3acf37._0x5afd42),_0x49d6e5[_0x4ea148(0x439,0x3a4,_0x3acf37._0x5ebce4,_0x3acf37._0x1d378d)]=_0x58f295(_0x3acf37._0x5d60b5,_0x3acf37._0x1c0bd6,_0x3acf37._0x6446aa,0x4ef)+_0x58f295(0x504,_0x3acf37._0x4f37b4,0x4f3,_0x3acf37._0x2e2dab)+_0x4ea148(_0x3acf37._0x378112,_0x3acf37._0x246590,_0x3acf37._0x3258e6,_0x3acf37._0x8862ff)+_0x58f295(0x5bf,0x557,0x586,_0x3acf37._0x2d781c)+_0x4ea148(0x3f8,_0x3acf37._0x16e6cc,0x3b9,_0x3acf37._0x398691),_0x49d6e5[_0x4ea148(0x404,_0x3acf37._0x536373,0x4e6,_0x3acf37._0x4ea317)]=_0x58f295(0x491,0x48c,0x489,0x3f1)+_0x4ea148(0x38d,_0x3acf37._0x447cd0,_0x3acf37._0x55f90d,0x463)+_0x58f295(_0x3acf37._0x58845b,_0x3acf37._0x2adb77,0x496,0x4df)+'t|get|remo'+_0x4ea148(_0x3acf37._0x268364,0x363,_0x3acf37._0x5afa44,0x2fb)+_0x58f295(0x51f,0x582,0x501,_0x3acf37._0x22a02c)+'e]';function _0x4ea148(_0x4068e1,_0x150aa2,_0x254996,_0x29ca39){return _0x17ed76(_0x29ca39,_0x150aa2-0x1ea,_0x150aa2-0x545,_0x29ca39-_0x4419bf._0x4fef91);}_0x49d6e5[_0x58f295(_0x3acf37._0x2df6b0,_0x3acf37._0x4a56f0,0x4a9,0x49f)]=_0x4ea148(0x340,_0x3acf37._0x3150b6,_0x3acf37._0x1bf7d1,0x3c8)+_0x58f295(_0x3acf37._0x4a4285,0x4fb,0x473,0x4e8)+_0x58f295(0x4bf,_0x3acf37._0xcb9413,0x54b,_0x3acf37._0x304777)+'coder-setu'+_0x58f295(0x530,_0x3acf37._0x43ffd7,_0x3acf37._0x530879,_0x3acf37._0xc68ba0)+'y',_0x49d6e5[_0x58f295(_0x3acf37._0x6446aa,_0x3acf37._0x51ed2e,0x527,_0x3acf37._0x26a205)]=_0x58f295(_0x3acf37._0x106983,_0x3acf37._0x411991,_0x3acf37._0x6446aa,0x542)+'rver\x20confi'+'g\x20show',_0x49d6e5[_0x4ea148(0x53b,0x4a3,0x52b,0x4a4)]=_0x58f295(_0x3acf37._0x2b43e4,_0x3acf37._0x2e423d,0x5a8,0x61e)+_0x58f295(0x56c,0x5e6,0x571,_0x3acf37._0x5f0ae6)+_0x4ea148(_0x3acf37._0x1a443b,0x3f8,_0x3acf37._0x1a78e0,0x417)+'configurat'+'ion',_0x49d6e5[_0x58f295(0x522,0x565,0x59a,_0x3acf37._0x2a0790)]=_0x4ea148(_0x3acf37._0x11b353,0x386,0x322,0x3e3),_0x49d6e5['HCgDg']='\x20\x20task_sto'+_0x58f295(0x4d3,_0x3acf37._0x2ddeeb,0x555,0x4ec)+_0x58f295(_0x3acf37._0x2e2ae4,_0x3acf37._0x22a02c,_0x3acf37._0xc3e36a,_0x3acf37._0x42e790)+_0x4ea148(0x3d5,_0x3acf37._0x4f8a60,_0x3acf37._0x3989cd,_0x3acf37._0x55cb60)+_0x4ea148(0x316,_0x3acf37._0x3643d9,_0x3acf37._0x66d4b7,_0x3acf37._0x54ce86),_0x49d6e5['hLKyq']='\x20\x20ssl_cert'+_0x58f295(0x58c,0x515,_0x3acf37._0x34460a,_0x3acf37._0x1786f8)+'\x20\x20Path\x20to\x20'+_0x4ea148(0x40d,_0x3acf37._0x2e151c,_0x3acf37._0x264372,_0x3acf37._0xb62f57)+'icate\x20file',_0x49d6e5[_0x4ea148(_0x3acf37._0x1dedcc,0x39f,0x425,_0x3acf37._0x31f61d)]=_0x4ea148(0x3c6,0x3f5,_0x3acf37._0x5b78f5,_0x3acf37._0x337682)+_0x58f295(0x46e,0x594,0x51b,_0x3acf37._0x3ab74f)+'\x20\x20Trust\x20pr'+_0x4ea148(0x4d3,0x4ac,_0x3acf37._0x21b540,_0x3acf37._0x53f6c8)+_0x58f295(_0x3acf37._0x11dcb8,_0x3acf37._0x4193d3,_0x3acf37._0x28ad5f,_0x3acf37._0x16effc)+_0x4ea148(_0x3acf37._0x29440d,_0x3acf37._0x5f46f2,_0x3acf37._0x457fc1,0x3be),_0x49d6e5['DezzL']=_0x58f295(0x4fe,_0x3acf37._0x10828d,_0x3acf37._0x3d6b42,_0x3acf37._0x38d4b7)+_0x58f295(_0x3acf37._0x2dc851,0x4fe,_0x3acf37._0x59afc5,0x4fc)+_0x4ea148(_0x3acf37._0x3cd963,0x458,0x4ed,0x4a6)+_0x4ea148(0x383,_0x3acf37._0x5bc97f,0x3d1,0x481)+_0x58f295(0x4d8,_0x3acf37._0x31cd69,0x510,_0x3acf37._0x1c2407)+_0x4ea148(0x455,_0x3acf37._0x2f5f4c,_0x3acf37._0x4ba382,_0x3acf37._0x369a17),_0x49d6e5['OmYyN']=_0x58f295(0x63a,_0x3acf37._0x1da09e,_0x3acf37._0xc1708a,0x52d)+_0x58f295(0x516,0x4b8,_0x3acf37._0x2387db,0x4ae)+_0x4ea148(_0x3acf37._0x52fa41,0x450,_0x3acf37._0x1db30b,0x44d)+_0x58f295(0x499,0x57b,_0x3acf37._0x43ffd7,_0x3acf37._0x5366a6)+_0x4ea148(_0x3acf37._0x4d2ba7,0x49f,0x3f7,_0x3acf37._0x283610),_0x49d6e5[_0x58f295(0x61e,_0x3acf37._0x5af304,0x594,0x580)]='Commands:';const _0x5b7957=_0x49d6e5,_0x957385=(_0x58f295(0x4ac,_0x3acf37._0x20e494,_0x3acf37._0x4cf331,_0x3acf37._0x18d13c)+'24|20|15|6'+_0x4ea148(0x3f3,0x400,_0x3acf37._0x1d941c,0x3b4)+'9|2|25|21|'+_0x58f295(0x493,0x4fb,_0x3acf37._0x9118d6,_0x3acf37._0x21ec0c)+_0x4ea148(_0x3acf37._0x1af6b2,_0x3acf37._0x5b78f5,0x330,_0x3acf37._0x4aa3fe)+_0x58f295(_0x3acf37._0x14841b,0x448,0x4ec,0x47d))[_0x4ea148(0x51b,_0x3acf37._0x1786f8,_0x3acf37._0x3f18b9,0x4e8)]('|');let _0x3fe92a=-0xd9d+-0x3dc+-0x1*-0x1179;while(!![]){switch(_0x957385[_0x3fe92a++]){case'0':console[_0x4ea148(_0x3acf37._0x33a291,_0x3acf37._0x2aaadf,_0x3acf37._0x18fb65,0x43c)](_0x5b7957[_0x4ea148(0x307,_0x3acf37._0x57874a,_0x3acf37._0x4dfa10,0x2d1)]);continue;case'1':console['error'](_0x5b7957[_0x4ea148(0x4f6,_0x3acf37._0x30e777,_0x3acf37._0x4e2371,0x444)]);continue;case'2':console['error'](_0x5b7957[_0x58f295(_0x3acf37._0x51ed2e,0x4c7,_0x3acf37._0xa9fe7,_0x3acf37._0x17e073)]);continue;case'3':console['error'](_0x5b7957[_0x58f295(0x46c,_0x3acf37._0x447cd0,_0x3acf37._0x424c68,_0x3acf37._0x323b8f)]);continue;case'4':console[_0x4ea148(_0x3acf37._0x254e57,_0x3acf37._0xb81c6,0x4b9,0x43c)](_0x5b7957[_0x58f295(_0x3acf37._0x5af304,_0x3acf37._0x5df9c7,_0x3acf37._0x2a0790,_0x3acf37._0x595cc7)]);continue;case'5':console[_0x58f295(0x5cf,0x51e,_0x3acf37._0x406848,0x506)](_0x4ea148(_0x3acf37._0x214740,_0x3acf37._0x3c425e,_0x3acf37._0x40d0a9,_0x3acf37._0xc31f6c)+_0x4ea148(0x4ba,_0x3acf37._0x4ff81a,0x3ea,0x4f7)+'\x20\x20SSH\x20host'+'\x20for\x20envir'+_0x58f295(_0x3acf37._0x55817f,_0x3acf37._0x232a38,0x5b7,0x57d));continue;case'6':console[_0x58f295(0x5aa,0x563,_0x3acf37._0x451929,_0x3acf37._0x4d565a)]('');continue;case'7':console[_0x4ea148(_0x3acf37._0x3169ee,0x465,0x43c,_0x3acf37._0x3a1ea9)](_0x5b7957['FBdoj']);continue;case'8':console[_0x58f295(_0x3acf37._0x49194,0x593,_0x3acf37._0x56cd3d,0x521)](_0x5b7957[_0x4ea148(0x457,0x47d,_0x3acf37._0x336d1c,0x48d)]);continue;case'9':console[_0x4ea148(_0x3acf37._0x106983,0x465,0x4b9,_0x3acf37._0x1cfc4e)]('');continue;case'10':console[_0x58f295(_0x3acf37._0x141279,_0x3acf37._0x24983b,0x56b,_0x3acf37._0x3f42bb)](_0x5b7957['brMOD']);continue;case'11':console[_0x4ea148(_0x3acf37._0x440c1b,_0x3acf37._0x30fc31,0x4a1,0x435)](_0x5b7957[_0x58f295(0x544,_0x3acf37._0x2791b8,_0x3acf37._0x3ff65c,_0x3acf37._0x3e90b9)]);continue;case'12':console['error']('');continue;case'13':console[_0x4ea148(0x44c,_0x3acf37._0x2aaadf,_0x3acf37._0x35d54d,0x4d6)](_0x5b7957[_0x4ea148(0x336,_0x3acf37._0x44b676,0x341,0x2f6)]);continue;case'14':console[_0x4ea148(0x4e5,_0x3acf37._0x5e2565,_0x3acf37._0x389423,0x400)](_0x5b7957[_0x4ea148(0x417,_0x3acf37._0x1115ce,_0x3acf37._0x277809,_0x3acf37._0x325e5f)]);continue;case'15':console[_0x4ea148(_0x3acf37._0x33bfe6,_0x3acf37._0x2195b5,0x46b,_0x3acf37._0x447cd0)](_0x5b7957['ieOJO']);continue;case'16':console['error'](_0x5b7957['ndLuo']);continue;case'17':console[_0x58f295(0x541,0x558,_0x3acf37._0x2b9326,0x5f0)]('');continue;case'18':console[_0x4ea148(_0x3acf37._0x4d8639,_0x3acf37._0x251806,0x3f9,0x510)](_0x5b7957['HCgDg']);continue;case'19':console[_0x4ea148(_0x3acf37._0x3c799a,_0x3acf37._0x2f38dc,_0x3acf37._0x52e402,_0x3acf37._0xee61d8)](_0x5b7957[_0x4ea148(_0x3acf37._0x13f1d5,_0x3acf37._0xc4260a,0x49c,_0x3acf37._0x2322d3)]);continue;case'20':console[_0x4ea148(_0x3acf37._0x29cb9c,0x465,0x3c7,_0x3acf37._0xc32902)](_0x58f295(0x528,_0x3acf37._0x3169ee,0x56e,0x515)+_0x4ea148(_0x3acf37._0x180dae,_0x3acf37._0x3cb26d,_0x3acf37._0x3b4c36,0x465)+_0x4ea148(0x3f1,_0x3acf37._0x1fb258,0x3dd,_0x3acf37._0x5682ce)+_0x4ea148(_0x3acf37._0x252125,0x42a,0x3a9,0x3f1)+'ion\x20value');continue;case'21':console[_0x4ea148(0x3c0,0x465,_0x3acf37._0x4b4f01,0x464)](_0x5b7957['BKhJW']);continue;case'22':console[_0x58f295(_0x3acf37._0x2a0790,0x5b9,0x56b,0x5cc)](_0x4ea148(_0x3acf37._0x1d8ff7,0x454,0x42c,0x42a)+_0x58f295(_0x3acf37._0x55817f,_0x3acf37._0x26c5ca,0x5bc,_0x3acf37._0x423f69)+_0x4ea148(_0x3acf37._0x3fdb14,_0x3acf37._0x46745b,0x3a8,_0x3acf37._0x21c383)+_0x58f295(_0x3acf37._0x361ada,_0x3acf37._0x12ccb7,0x55f,_0x3acf37._0x6446aa)+_0x58f295(0x502,_0x3acf37._0x470137,_0x3acf37._0x1cc363,_0x3acf37._0x433d27));continue;case'23':console[_0x58f295(_0x3acf37._0x74fc39,_0x3acf37._0x470137,_0x3acf37._0x2b9326,_0x3acf37._0x141731)](_0x5b7957[_0x4ea148(0x33f,_0x3acf37._0x266909,0x3d1,_0x3acf37._0x2d51ac)]);continue;case'24':console[_0x4ea148(0x4f9,0x465,0x46c,0x3df)](_0x5b7957['OmYyN']);continue;case'25':console[_0x4ea148(_0x3acf37._0x9118d6,0x465,0x3df,0x49c)](_0x4ea148(_0x3acf37._0x299be1,0x416,_0x3acf37._0x178ca1,0x480)+'ath\x20\x20\x20\x20\x20\x20\x20'+'\x20\x20Path\x20to\x20'+_0x58f295(0x3f9,0x403,0x485,0x504)+_0x4ea148(_0x3acf37._0x34d586,_0x3acf37._0x4193d3,0x3fc,_0x3acf37._0x1a443b)+'nal)');continue;case'26':console[_0x58f295(_0x3acf37._0x5294ca,_0x3acf37._0x343ca9,_0x3acf37._0x2b9326,0x594)](_0x5b7957['GGzKy']);continue;}break;}}async function setConfig(_0x474f74,_0x13634c){const _0x48e3e9={_0x421277:0x2c,_0x1e9aad:0x79,_0x1e2b55:0x156,_0x1cb940:0x4f,_0x56e6a9:0x51,_0xc28b57:0xc,_0x281d77:0x20,_0x5120af:0x81,_0x38360d:0x53,_0x6fc6b:0x63,_0x139d50:0x47,_0x409e70:0xc5,_0x15b8f5:0xe2,_0x32b8f7:0x49,_0x370a5d:0x16,_0x56fdf3:0x50,_0x4cef5f:0x98,_0x2b2298:0xf2,_0x396e20:0x137,_0x59db7f:0x17a,_0x4ff3f1:0x16e,_0x33ceb5:0xc2,_0x2f9ce1:0x33,_0x168056:0x187,_0x24b958:0xfb,_0x224ec5:0x61,_0x490a1d:0x45,_0x2d4c2a:0xa8,_0x540084:0x46,_0x1472a4:0x27,_0x3f09f5:0x73},_0x2620d5={_0x2aeb15:0x2f,_0x4f9170:0xdb},_0x205873={_0x5c83df:0x40d};function _0x1b7a3b(_0x569c7c,_0x37ff3e,_0x154bce,_0x4bfee8){return _0x4707b6(_0x4bfee8,_0x37ff3e-0x2c,_0x154bce-0x5,_0x569c7c- -_0x205873._0x5c83df);}const _0x5bb2b9={'StIAH':function(_0x48260d,_0x35a557){return _0x48260d===_0x35a557;},'hpyTi':function(_0xe04690,_0x3c254b){return _0xe04690&&_0x3c254b;},'fSWjK':function(_0x4411ea,_0x35ac2f,_0x89c686){return _0x4411ea(_0x35ac2f,_0x89c686);},'yCpyg':function(_0x21b9f3,_0x3d764d,_0x3d0252){return _0x21b9f3(_0x3d764d,_0x3d0252);}};(!_0x474f74||_0x5bb2b9['StIAH'](_0x13634c,undefined))&&(console['error']('Usage:\x20cod'+'er-server\x20'+_0x211ce4(_0x48e3e9._0x421277,-0x4,0x25,-0x5f)+_0x211ce4(-0xc1,0x31,-_0x48e3e9._0x1e9aad,-0x108)+_0x1b7a3b(0x11d,_0x48e3e9._0x1e2b55,0x126,0x71)),process[_0x211ce4(-0x18,_0x48e3e9._0x1cb940,_0x48e3e9._0x1cb940,-_0x48e3e9._0x56e6a9)](-0xe2*0x1c+0x95+0x1824));const _0x4dfd97=SERVER_CONFIG_KEYS[_0x211ce4(_0x48e3e9._0xc28b57,-_0x48e3e9._0x281d77,-_0x48e3e9._0x5120af,-0x11c)](_0x474f74);function _0x211ce4(_0x2e4437,_0x204cdc,_0x1d7292,_0x82be83){return _0x4707b6(_0x2e4437,_0x204cdc-_0x2620d5._0x2aeb15,_0x1d7292-_0x2620d5._0x4f9170,_0x1d7292- -0x545);}const _0x31307c=SETUP_JSON_KEYS[_0x211ce4(-0xbd,0x1,-0x81,0x9)](_0x474f74);_0x5bb2b9['hpyTi'](!_0x4dfd97,!_0x31307c)&&(console[_0x211ce4(0x7d,_0x48e3e9._0x38360d,0xe,-0x88)]('Unknown\x20co'+_0x211ce4(0x16,-_0x48e3e9._0x6fc6b,_0x48e3e9._0x139d50,-0x13)+_0x1b7a3b(_0x48e3e9._0x38360d,_0x48e3e9._0x409e70,_0x48e3e9._0x15b8f5,_0x48e3e9._0x32b8f7)+_0x474f74),console[_0x1b7a3b(0x146,0x1b5,0x1d2,0x11d)]('Run\x20\x22coder'+_0x211ce4(_0x48e3e9._0x370a5d,-_0x48e3e9._0x56fdf3,-0x4,0x82)+'nfig\x22\x20for\x20'+_0x211ce4(-_0x48e3e9._0x4cef5f,-0x136,-0xa8,-_0x48e3e9._0x2b2298)+_0x1b7a3b(_0x48e3e9._0x396e20,_0x48e3e9._0x59db7f,_0x48e3e9._0x4ff3f1,0x140)+_0x211ce4(-0x25,-_0x48e3e9._0x33ceb5,-_0x48e3e9._0x2f9ce1,0x33)),process[_0x1b7a3b(_0x48e3e9._0x168056,0x128,_0x48e3e9._0x24b958,0x13c)](-0x1587+0xa06*-0x3+0x339a));if(_0x4dfd97)await _0x5bb2b9[_0x1b7a3b(_0x48e3e9._0x224ec5,-_0x48e3e9._0x490a1d,0xe2,0x30)](setServerConfig,_0x474f74,_0x13634c);else _0x31307c&&await _0x5bb2b9[_0x211ce4(_0x48e3e9._0x2d4c2a,-_0x48e3e9._0x540084,_0x48e3e9._0x1472a4,-_0x48e3e9._0x3f09f5)](setSetupConfig,_0x474f74,_0x13634c);}async function setServerConfig(_0x24f9e0,_0x3fab97){const _0x397a3b={_0x1dd89b:0x6e6,_0x378ca4:0x5d4,_0x570642:0x660,_0x23a9c4:0x4a0,_0x5f3537:0x595,_0x512bc0:0x5fa,_0x320008:0x59c,_0x535538:0x5c4,_0x3e4d29:0x56b,_0x2131df:0x5d3,_0x2fff6a:0x625,_0x35afe4:0x69b,_0x5cabfa:0x639,_0x46b9cb:0x4fe,_0x2ae117:0x550,_0x5a483e:0x655,_0x578ebc:0x4ef,_0x4dc8a2:0x5cf,_0x5336c3:0x624,_0x1dc1db:0x5f6,_0x4073a7:0x586,_0x2e0916:0x6a8,_0x3206a4:0x71b,_0x2d83f8:0x583,_0x26e73b:0x62c,_0x5218b6:0x68d,_0x168703:0x5c6,_0x2b7b2b:0x559,_0x38164d:0x532,_0x239751:0x638,_0x1ff84c:0x5c0,_0x485262:0x5c5,_0x448d1c:0x68e,_0xf3b01e:0x629,_0x4d36ad:0x6a8,_0x2bd1ee:0x622,_0x410c88:0x5d1,_0x47f551:0x530,_0x527ed2:0x547,_0x18e72f:0x646,_0x4705df:0x760,_0x4279ca:0x6c5,_0x398f26:0x6c6,_0x43fa47:0x587,_0x406325:0x5eb,_0x8685cd:0x5f6,_0x392b62:0x568,_0x370b74:0x62d,_0x48b8b2:0x5aa,_0x5c732a:0x5c7,_0x128ecb:0x710,_0x568131:0x686,_0x23e6bc:0x5e2,_0xa1db0e:0x546,_0x59566e:0x61a,_0x543569:0x638,_0x2c6aba:0x638,_0x4c103d:0x651,_0x1bc407:0x54b,_0x466d05:0x582,_0x389332:0x4bd,_0x5024ae:0x4ec,_0x265a62:0x62b,_0x357b1a:0x620,_0x4bd153:0x6d9,_0x14579e:0x5f2,_0x5d19b8:0x608,_0x447a90:0x5ec,_0x1a2b00:0x661,_0x4f8c40:0x716,_0x54b4ab:0x672,_0x198a58:0x644,_0x30688b:0x637,_0x12a8d2:0x61f,_0x1d2d1e:0x4f6,_0xbadb2a:0x4c9,_0x28524f:0x47d,_0x3f1e8a:0x68c,_0x30e9da:0x677,_0x96f0f9:0x5f5,_0x14e27c:0x56d,_0x4da22b:0x62e,_0x5e6678:0x68b,_0x11fc73:0x645,_0x26a764:0x6ad,_0x4d169a:0x5f5,_0x1e52b7:0x5a5,_0x1cb243:0x685,_0x3ae010:0x5b2,_0x112b68:0x5ab,_0x1d9d73:0x578,_0x19e12e:0x62a,_0x51dd26:0x6b4,_0x344498:0x626,_0x3a9cf9:0x6ef,_0x18c5b6:0x6ca,_0x68e20e:0x650,_0x24b73b:0x658,_0x37d781:0x531,_0x12ae66:0x57c,_0x2169f4:0x62b,_0x340f37:0x6ae,_0x43307e:0x5c8,_0x48948b:0x63a,_0x5c3546:0x5a9,_0x50cea5:0x58d,_0x1fe410:0x541,_0x5597f6:0x5b5,_0x4d0f9e:0x670,_0x11038f:0x664,_0x5b3315:0x5f0,_0x40b30c:0x698,_0x3cd139:0x6fd,_0x14d0d8:0x5aa,_0x35856d:0x5fb,_0x390cf7:0x51d,_0x2773cd:0x5b8,_0xa000d4:0x562,_0x123080:0x532,_0x1cd1d7:0x59e,_0x28aa7d:0x538,_0x15446f:0x5b3,_0x179034:0x58a,_0xf5faa1:0x624,_0x3e8278:0x5da,_0x839de5:0x5da,_0x318b48:0x69e,_0x257801:0x6f8,_0x132ff1:0x558,_0x562cdd:0x545,_0x7f0bbd:0x59d,_0x557769:0x5f6,_0x2695df:0x60e,_0x45ae6c:0x66e,_0x4b644c:0x534,_0x2e6daa:0x5e2,_0x32848d:0x659,_0x5ef30c:0x669,_0x3e196f:0x5df,_0x482cf9:0x69f},_0x3236c9={_0x507fa0:0x6d5},_0x16983a={_0x2c901e:0x14e,_0x3c7ca6:0x132},_0x51864f={'StbVn':function(_0x556f3a,_0xe7b225){return _0x556f3a===_0xe7b225;},'BvDts':_0x521297(_0x397a3b._0x1dd89b,_0x397a3b._0x378ca4,0x62f,_0x397a3b._0x570642),'aAIzU':_0x3e5fb1(0x4fb,0x49b,_0x397a3b._0x23a9c4,0x472)+'coder_setu'+'p_path\x20poi'+_0x521297(_0x397a3b._0x5f3537,0x573,0x574,0x5a1)+_0x3e5fb1(0x63a,0x5f4,_0x397a3b._0x512bc0,0x6b7)+_0x3e5fb1(_0x397a3b._0x320008,0x5b5,0x5ff,0x5d3)+_0x3e5fb1(_0x397a3b._0x535538,_0x397a3b._0x3e4d29,_0x397a3b._0x2131df,0x56e),'DVKFf':function(_0x233de2){return _0x233de2();},'afVQC':_0x521297(_0x397a3b._0x2fff6a,_0x397a3b._0x35afe4,0x5ac,_0x397a3b._0x5cabfa)+_0x3e5fb1(0x55c,_0x397a3b._0x46b9cb,_0x397a3b._0x2ae117,0x5c5),'UWHWY':_0x3e5fb1(0x5de,0x5ce,0x688,_0x397a3b._0x5a483e)+'t','fXZol':function(_0x4d4f8a,_0x3b1037){return _0x4d4f8a(_0x3b1037);},'wvcua':function(_0x2ad573,_0xa6d96c){return _0x2ad573<_0xa6d96c;},'ghJjR':function(_0x74b0af,_0xd9c4f4){return _0x74b0af>_0xd9c4f4;},'HdHez':_0x3e5fb1(0x526,_0x397a3b._0x578ebc,0x485,0x578)+_0x3e5fb1(0x5ea,0x53f,_0x397a3b._0x4dc8a2,_0x397a3b._0x5336c3)+_0x3e5fb1(0x621,_0x397a3b._0x1dc1db,0x69c,_0x397a3b._0x4073a7),'BKGMc':'ssl_key_pa'+'th','uiqWZ':'NeCzF','QdqGZ':'EigaL','lzHwP':_0x521297(_0x397a3b._0x2e0916,_0x397a3b._0x3206a4,0x70c,0x68f)+'h','kPNcT':_0x521297(_0x397a3b._0x2d83f8,0x5c5,0x55e,0x5a5)+'y','mKzWG':'uTwXQ','gbQJp':function(_0x39992c,_0x59df60){return _0x39992c===_0x59df60;},'yHTXo':'true','yRHKR':function(_0x24fa9a,_0xd2fa12){return _0x24fa9a===_0xd2fa12;},'FOPhZ':function(_0x405f08,_0x68a95c){return _0x405f08(_0x68a95c);}};function _0x521297(_0x479b55,_0x5474f8,_0x248690,_0x45bd46){return _0x4707b6(_0x479b55,_0x5474f8-_0x16983a._0x2c901e,_0x248690-0x181,_0x45bd46-_0x16983a._0x3c7ca6);}function _0x3e5fb1(_0x549dbb,_0x2d4c64,_0xa567b4,_0x24c8fc){return _0x17ed76(_0x24c8fc,_0x2d4c64-0x11,_0x549dbb-_0x3236c9._0x507fa0,_0x24c8fc-0xbc);}switch(_0x24f9e0){case _0x51864f['afVQC']:{const _0x162d44=_0x424ab8[_0x3e5fb1(0x62b,0x59e,_0x397a3b._0x26e73b,0x591)](_0x3fab97);await saveCoderSetupPath(_0x162d44),console[_0x3e5fb1(0x5f6,0x635,_0x397a3b._0x5218b6,0x59f)](_0x3e5fb1(0x5aa,_0x397a3b._0x168703,_0x397a3b._0x2b7b2b,0x597)+_0x24f9e0+_0x3e5fb1(0x5c5,_0x397a3b._0x38164d,_0x397a3b._0x239751,_0x397a3b._0x1ff84c)+_0x162d44),console[_0x3e5fb1(_0x397a3b._0x1dc1db,_0x397a3b._0x485262,_0x397a3b._0x448d1c,_0x397a3b._0xf3b01e)](_0x521297(_0x397a3b._0x4d36ad,0x68b,_0x397a3b._0x2bd1ee,0x672)+':\x20'+_0x51864f[_0x3e5fb1(_0x397a3b._0x410c88,0x5e7,0x5f6,0x5a4)](getConfigPath));break;}case _0x51864f['UWHWY']:{const _0x4f5098=parseInt(_0x3fab97,0x11bc+0x1639*-0x1+0x487);(_0x51864f[_0x3e5fb1(0x517,0x54e,_0x397a3b._0x47f551,_0x397a3b._0x527ed2)](isNaN,_0x4f5098)||_0x51864f[_0x3e5fb1(0x62a,0x5b8,0x659,_0x397a3b._0x18e72f)](_0x4f5098,-0xfdd*0x1+-0x7ed*-0x1+0x7f1*0x1)||_0x51864f['ghJjR'](_0x4f5098,0x7ec9+-0x1f76a+0x278a0))&&(console[_0x3e5fb1(0x5f5,0x557,0x5b9,0x626)](_0x51864f[_0x521297(0x769,0x704,_0x397a3b._0x4705df,0x6da)]),process[_0x521297(0x732,0x678,_0x397a3b._0x4279ca,_0x397a3b._0x398f26)](-0x1a10+-0x5*0x169+-0x211e*-0x1));await _0x51864f[_0x521297(_0x397a3b._0x43fa47,_0x397a3b._0x406325,0x508,0x5a7)](saveServerPort,_0x4f5098),console[_0x3e5fb1(_0x397a3b._0x8685cd,_0x397a3b._0x392b62,_0x397a3b._0x370b74,0x5a9)](_0x3e5fb1(_0x397a3b._0x48b8b2,0x655,0x647,_0x397a3b._0x5c732a)+_0x24f9e0+'\x20=\x20'+_0x4f5098),console[_0x521297(_0x397a3b._0x128ecb,0x6dd,0x65c,_0x397a3b._0x568131)](_0x3e5fb1(_0x397a3b._0x23e6bc,_0x397a3b._0xa1db0e,_0x397a3b._0x59566e,_0x397a3b._0x543569)+':\x20'+_0x51864f['DVKFf'](getConfigPath));break;}case _0x3e5fb1(_0x397a3b._0x2c6aba,0x69b,_0x397a3b._0x4c103d,0x5ce)+_0x3e5fb1(_0x397a3b._0x1bc407,_0x397a3b._0x466d05,_0x397a3b._0x389332,_0x397a3b._0x5024ae):{const _0x18bc89=_0x424ab8[_0x3e5fb1(_0x397a3b._0x265a62,0x58d,0x6b5,_0x397a3b._0x357b1a)](_0x3fab97);await saveSslCertPath(_0x18bc89),console[_0x521297(_0x397a3b._0x4bd153,0x6f8,_0x397a3b._0x14579e,_0x397a3b._0x568131)](_0x521297(0x60f,0x6d7,_0x397a3b._0x5d19b8,0x63a)+_0x24f9e0+'\x20=\x20'+_0x18bc89),console['log'](_0x521297(_0x397a3b._0x447a90,_0x397a3b._0x1a2b00,_0x397a3b._0x4f8c40,_0x397a3b._0x54b4ab)+':\x20'+getConfigPath());break;}case _0x51864f[_0x3e5fb1(0x61a,0x583,0x63d,0x690)]:{if(_0x51864f['StbVn'](_0x51864f[_0x3e5fb1(0x51a,0x55d,0x4f0,_0x397a3b._0x168703)],_0x51864f['QdqGZ']))_0x51864f[_0x3e5fb1(_0x397a3b._0x198a58,_0x397a3b._0x30688b,_0x397a3b._0x12a8d2,0x5e8)](_0x462f6f[_0x3e5fb1(_0x397a3b._0x1d2d1e,0x4c8,_0x397a3b._0xbadb2a,_0x397a3b._0x28524f)],_0x51864f[_0x521297(_0x397a3b._0x3f1e8a,0x6d1,0x626,_0x397a3b._0x30e9da)])?(_0xb199f4[_0x3e5fb1(_0x397a3b._0x96f0f9,0x591,0x558,_0x397a3b._0x14e27c)](_0x521297(_0x397a3b._0x4da22b,0x671,_0x397a3b._0x5e6678,_0x397a3b._0x11fc73)+_0x521297(0x72e,0x6a5,0x685,_0x397a3b._0x26a764)+'t\x20found\x20at'+'\x20'+_0xedeea0),_0x2149dc[_0x3e5fb1(_0x397a3b._0x4d169a,_0x397a3b._0x1e52b7,_0x397a3b._0x1cb243,0x577)](_0x51864f[_0x3e5fb1(_0x397a3b._0x3ae010,_0x397a3b._0x112b68,0x56f,_0x397a3b._0x1d9d73)])):_0x583989[_0x521297(0x60a,_0x397a3b._0x19e12e,_0x397a3b._0x51dd26,_0x397a3b._0x1cb243)](_0x521297(0x72f,_0x397a3b._0x344498,0x648,0x6a7)+_0x521297(0x623,_0x397a3b._0x3a9cf9,_0x397a3b._0x18c5b6,0x6a5)+_0x3e5fb1(0x612,0x668,_0x397a3b._0x68e20e,_0x397a3b._0x24b73b)+_0x3f246c[_0x3e5fb1(_0x397a3b._0x37d781,0x4ab,0x52f,_0x397a3b._0x12ae66)]),_0x4693fa['exit'](-0x1bc6+0x6*0x2d0+0xae7*0x1);else{const _0x286add=_0x424ab8[_0x3e5fb1(_0x397a3b._0x2169f4,_0x397a3b._0x340f37,0x6c7,0x58b)](_0x3fab97);await saveSslKeyPath(_0x286add),console['log'](_0x521297(_0x397a3b._0x43307e,0x606,0x6a7,_0x397a3b._0x48948b)+_0x24f9e0+_0x3e5fb1(0x5c5,_0x397a3b._0x5c3546,0x670,_0x397a3b._0x50cea5)+_0x286add),console['log'](_0x3e5fb1(_0x397a3b._0x23e6bc,_0x397a3b._0x1fe410,0x5fa,_0x397a3b._0x5597f6)+':\x20'+_0x51864f[_0x3e5fb1(0x5d1,_0x397a3b._0x4d0f9e,0x5c1,0x620)](getConfigPath));break;}}case _0x51864f[_0x521297(0x64f,0x5ff,_0x397a3b._0x11038f,0x666)]:{const _0xf39c43=_0x424ab8['resolve'](_0x3fab97);await saveSslCaPath(_0xf39c43),console[_0x521297(_0x397a3b._0x5b3315,_0x397a3b._0x40b30c,_0x397a3b._0x3cd139,0x686)](_0x3e5fb1(_0x397a3b._0x14d0d8,_0x397a3b._0x35856d,0x60c,_0x397a3b._0x390cf7)+_0x24f9e0+_0x3e5fb1(0x5c5,0x630,0x5f2,0x655)+_0xf39c43),console['log'](_0x3e5fb1(_0x397a3b._0x23e6bc,0x5ed,0x544,_0x397a3b._0x2773cd)+':\x20'+getConfigPath());break;}case _0x51864f[_0x3e5fb1(_0x397a3b._0xa000d4,0x57f,0x59c,_0x397a3b._0x123080)]:{if(_0x51864f[_0x3e5fb1(_0x397a3b._0x1cd1d7,0x55a,_0x397a3b._0x28aa7d,0x57f)]===_0x521297(_0x397a3b._0x15446f,_0x397a3b._0x179034,0x5b6,0x5e1)){const _0x35921b=_0x51864f[_0x521297(_0x397a3b._0xf5faa1,_0x397a3b._0x3e8278,0x536,_0x397a3b._0x839de5)](_0x3fab97,_0x51864f['yHTXo'])||_0x51864f[_0x521297(_0x397a3b._0x318b48,0x686,_0x397a3b._0x257801,0x650)](_0x3fab97,'1');await _0x51864f[_0x3e5fb1(0x5dd,_0x397a3b._0x132ff1,_0x397a3b._0x562cdd,_0x397a3b._0x7f0bbd)](saveTrustProxy,_0x35921b),console[_0x3e5fb1(_0x397a3b._0x557769,0x572,_0x397a3b._0x2695df,_0x397a3b._0x30e9da)](_0x3e5fb1(_0x397a3b._0x14d0d8,0x5f5,0x5d7,0x55f)+_0x24f9e0+_0x3e5fb1(_0x397a3b._0x485262,0x51b,_0x397a3b._0x45ae6c,_0x397a3b._0x4b644c)+_0x35921b),console['log'](_0x3e5fb1(_0x397a3b._0x2e6daa,0x556,0x561,_0x397a3b._0x32848d)+':\x20'+_0x51864f['DVKFf'](getConfigPath));break;}else _0x51864f[_0x521297(_0x397a3b._0x5ef30c,0x603,_0x397a3b._0x3e196f,_0x397a3b._0x1a2b00)](_0xe75711),_0x1a726f[_0x3e5fb1(0x636,_0x397a3b._0x5b3315,_0x397a3b._0x482cf9,0x5f5)](0x71c+0x2222+-0x293d);}}}function _0x17ed76(_0x42bf69,_0x1a9238,_0x309526,_0x1dba17){const _0x20798e={_0x5e6017:0x3ab};return _0x44f3(_0x309526- -_0x20798e._0x5e6017,_0x42bf69);}async function setSetupConfig(_0x735f5d,_0x42bf81){const _0x53c4fa={_0x20a77b:0xaf,_0x795762:0x5,_0x12372e:0x228,_0x199bee:0x1d7,_0x177c17:0x2bb,_0x100e3a:0x40e,_0x25f389:0x3c1,_0x7f35f8:0x349,_0x2d0d44:0x363,_0x2b79c0:0x2aa,_0xcf4934:0x2c9,_0x9b6b11:0x29a,_0x245a6a:0x230,_0xcb4c11:0x326,_0x299e4a:0x8c,_0x3658e3:0x66,_0x10ac8b:0x11,_0x152a40:0xb1,_0x14a808:0x2c8,_0x34af67:0x280,_0x31699b:0x355,_0x256baa:0x41,_0x397163:0x2c,_0x1eeded:0x1e,_0x7ea594:0xe4,_0x171b4e:0x82,_0x3d8e5b:0x32,_0x5da82c:0x27,_0x30dec9:0x276,_0x408320:0x2c4,_0x250070:0x324,_0x1f9803:0x34a,_0x1badcf:0x38a,_0x182f9d:0xe9,_0x4ff596:0x347,_0x5bf02f:0x339,_0x14b7a0:0x2d3,_0x2f35bc:0x3d6,_0xdae097:0x3f2,_0x5c53ba:0x2ca,_0x40987b:0x6b,_0x4c78d4:0xab,_0x4dd02e:0x67,_0x3b2656:0x1cf,_0x51abd7:0x129,_0x105435:0xfd,_0x153a61:0x12,_0x4670f2:0x113,_0x45aef2:0xa4,_0x41f967:0x5f,_0x5d2bd9:0xa3,_0x3fffa3:0x33e,_0x82bf45:0xb0,_0x2f7872:0x345,_0x47961d:0x33a,_0x318996:0x314,_0x1eea03:0x2b0,_0x2495fe:0x34c,_0x29a353:0x35d,_0x27ff31:0x7c,_0x37242e:0x8f,_0x1fdd6d:0x3d,_0x30c84a:0xbf,_0x50f01e:0xe6,_0x47e264:0x37,_0xc5f13c:0x133,_0x48c063:0x98,_0x38c303:0x92,_0x498bec:0xbd,_0x1d45f0:0x89,_0x3718bb:0x94,_0x2966c6:0x24,_0x290c24:0xdd,_0x169aee:0x376,_0x55afb9:0x373,_0x5e1fe8:0x68,_0x154578:0xd4,_0x182716:0xed,_0x923ba2:0x32c,_0x3650ba:0x332,_0x205243:0x29e,_0x20cd7c:0x33b,_0x577daa:0x3d6,_0x2a62f6:0x2ae,_0x48a11c:0x3b8,_0x330e0e:0x105,_0x3bf18b:0x370,_0x3b47f6:0x333,_0x5d0b35:0x324,_0x1a0614:0x295,_0x2fdf1d:0x24d,_0x26562b:0x21e,_0x1da881:0x22e,_0x12e207:0x218,_0x1cbb47:0x6d,_0x546085:0x266,_0x548978:0x28a,_0x2e8d4a:0x222,_0x2eb15a:0xcc,_0x1321d5:0x103,_0x33c78d:0x111,_0x1ea183:0x25a,_0x17d680:0x336,_0x1b55cc:0x2d0,_0x1545f9:0x33,_0x2f1e19:0x167,_0x81e0ee:0xbc,_0x269ff8:0x7b,_0x534e96:0x119,_0x578d0b:0xeb,_0x57e989:0x96,_0x1f9f7b:0xce,_0x1b5d76:0x3ca,_0x3b0dfe:0x3c9,_0x4be82e:0x2e9,_0xe04f28:0x302,_0x593ce8:0x265,_0x1daee0:0x276,_0x338995:0x2fb,_0x51fbe0:0x2d7,_0x10c7e4:0x343,_0xb1a551:0xa,_0x9c7ef5:0x18,_0x35d129:0x8e,_0x3f34d9:0x84,_0x23a4bd:0x10c,_0x750aba:0x30c,_0x41b50a:0x270,_0x1b6024:0x283,_0x174e0c:0x34b,_0x216c8b:0x2c4,_0x56a636:0x25c,_0x56f353:0x2d0,_0x1e183b:0x2eb,_0x2410ca:0x2cb,_0x539c7a:0x353,_0x3b6a40:0x26d,_0x3d0c18:0x2ba,_0xa8f18b:0x299,_0x42bc33:0x2d2,_0x3840aa:0x240,_0x246f85:0x2b6,_0x592676:0x27c,_0x13dc36:0x359,_0x4e218d:0x328,_0x59ed1e:0x3ae,_0x16bce9:0x354,_0x13d12a:0x79,_0x1c5975:0x2d,_0x4bce51:0x6,_0x12cd04:0xf3,_0x1ed2dc:0x123,_0x11c655:0x2c6,_0x133e9a:0x122,_0x39c8cd:0x107,_0x21de7a:0xf0,_0x287428:0x1ac,_0x350346:0x159,_0x32c4bf:0xfe,_0x296c1a:0x226,_0xea31eb:0x241,_0x55c11d:0x373,_0x180aa0:0x316,_0x500e67:0x313,_0x510c14:0x36a,_0x3ed1cf:0xd2,_0x201e2f:0x38,_0x5524a6:0x6e,_0x1e7eae:0x10,_0x40f3a7:0x1a2,_0x20ba86:0x125,_0x25f390:0xfb,_0x195322:0xd,_0x1716e1:0x6e,_0x46a65f:0xe8,_0xdc910b:0x110,_0xa56ad0:0x7d,_0x31f8b2:0x7,_0x26028f:0xb3,_0x119e11:0x84,_0x2fb04e:0xb7,_0x503688:0x311,_0x20f1fd:0x372,_0x44b582:0x3a0,_0x57d04d:0x341,_0xff2862:0x2a1,_0x5e6072:0x35f,_0x380cdb:0x2ea,_0xbeb7a0:0x86,_0x1f15c7:0x39d,_0x546be8:0x146,_0x331283:0x11e,_0x56af7d:0x7a,_0x4a739e:0xd7,_0x4d8fed:0x3a5,_0x140a51:0x293,_0x4a5ca9:0x31e,_0x4e0b05:0x283,_0x4294a6:0x13a,_0x1a5f59:0x372,_0x1433ea:0x197,_0x2625e2:0xf2,_0x4d6e62:0x4a,_0x9fafbe:0xdd,_0x11d30c:0x137,_0x594505:0x1e,_0x2dfb94:0xdd,_0x3f4143:0x383,_0x5cfee7:0x24b,_0x247380:0x315,_0x181452:0x52,_0x39f978:0x22,_0x388b12:0x40,_0x5f52d8:0x35,_0xdaa3b6:0x72,_0x2e553d:0xab,_0x1b11b2:0x378,_0x2a5920:0x340,_0xf69584:0x19e,_0x4bbc19:0x2bc,_0x7e293d:0x32c,_0x3181c7:0xba,_0x23cc34:0x14d,_0x322057:0x2b0,_0x5765f4:0xbf,_0x10792f:0x1c9,_0x26ed18:0x11d,_0x41174c:0x342,_0x2c5cdc:0x2f8,_0x3d2194:0x3a1,_0x3069c8:0x0,_0x2f3635:0xa1,_0x172853:0xdf,_0xef6abe:0xdd,_0x119324:0x6a,_0x709e7b:0x8c,_0x5129dc:0x3e,_0x5ac32e:0x39a,_0x2cae2d:0x1f9,_0xc497ae:0xc3,_0x2fedf1:0x8a,_0x4d4569:0x2ca,_0x14265c:0x2f2,_0x1374db:0x26b,_0x404378:0x2cc,_0x3793f8:0x2e3,_0x45032a:0x342,_0x1c84fa:0x341,_0x30a3a7:0x3e0,_0x4d4fc9:0x4b,_0x5f43a0:0x355,_0x3df20d:0x3f4,_0x59ddd6:0x3c3,_0x3fef33:0x3a8,_0x288a73:0x369,_0x1a3619:0x412,_0x5954a7:0xb6,_0x49213b:0x15f,_0x3208b7:0xb,_0x5efd11:0x2a1,_0xb81c04:0x34c,_0x4cc5de:0x35c,_0x1d1908:0x3e6,_0x4ae92c:0x342,_0x16c161:0x334,_0xc902b3:0x10,_0x1e3d2a:0x2f,_0x5c5aac:0x152,_0x45d089:0x8d,_0x1ce446:0x389,_0x280591:0x3fa,_0x4c4bd3:0x317,_0x26ead6:0x2c1,_0x313ab1:0x2d2,_0x414ff3:0x2c0,_0x340f04:0x3cf,_0x1e87fd:0x2cd,_0x356366:0x2d3,_0x5929f2:0x342,_0x2d6a0b:0x342,_0x2d9efa:0x381,_0x4f90bb:0x2ef,_0x10ba17:0x3a7,_0x1fa618:0x19,_0x3b9547:0x5a,_0x57fde2:0x309,_0x25314f:0x31b,_0x15fd60:0x34a,_0x5be3f2:0x3ed,_0x32e616:0x32d,_0x2c32a4:0x312,_0x44c789:0x3ab,_0x11d6f0:0x3a,_0x4ef400:0x70,_0x21c68a:0x54,_0x5d9c4b:0x3aa,_0x536c92:0x2b,_0x59c45c:0x6e,_0x2a4c0d:0xe0,_0x2b08a5:0xa2,_0x32ed87:0xff,_0x53fad9:0x342,_0x54d20c:0x3bb,_0x5c1636:0x2b6,_0x446366:0x327,_0x5e57a8:0x255,_0x349420:0x2f1,_0x5a46f1:0x2c2,_0x562c2a:0xca,_0xda99b9:0x55,_0x50f0d3:0x35f,_0x6e043f:0x390,_0x193a57:0xb,_0x4ecc05:0x38b,_0x52a5b8:0x3ad,_0x39b993:0x298,_0x3ce776:0x29e,_0x2b77f2:0x73,_0x3af179:0x364,_0x4e950b:0x35d,_0x4941f8:0xb4,_0x12ff61:0x3b5,_0x25aacc:0x396,_0x82f6e4:0x387,_0x4a5ac1:0x130,_0x4a97ad:0xfa,_0xbddeb7:0x121,_0x35dd7b:0x81},_0x532f06={_0x43dd8c:0x422,_0x291827:0xb6},_0x1bd0ef={_0x55a548:0x476},_0x175fa7={'SpJlT':_0xe361d8(-_0x53c4fa._0x20a77b,-_0x53c4fa._0x795762,0x1f,0x75)+'er-server\x20'+_0x517764(0x242,_0x53c4fa._0x12372e,_0x53c4fa._0x199bee,_0x53c4fa._0x177c17)+_0x517764(0x384,_0x53c4fa._0x100e3a,_0x53c4fa._0x25f389,0x3be),'nIOQW':'20|26|13|4'+_0x517764(_0x53c4fa._0x7f35f8,_0x53c4fa._0x2d0d44,_0x53c4fa._0x2b79c0,0x34f)+'21|1|2|11|'+_0x517764(_0x53c4fa._0xcf4934,_0x53c4fa._0x9b6b11,_0x53c4fa._0x245a6a,_0x53c4fa._0xcb4c11)+'18|15|25|1'+_0xe361d8(0x2d,_0x53c4fa._0x299e4a,0xd8,_0x53c4fa._0x3658e3)+_0xe361d8(_0x53c4fa._0x10ac8b,0x6c,-0x10,_0x53c4fa._0x152a40),'OJEOb':_0x517764(_0x53c4fa._0x14a808,_0x53c4fa._0x34af67,_0x53c4fa._0x31699b,0x2e2)+'figuration'+_0xe361d8(_0x53c4fa._0x256baa,0xd0,_0x53c4fa._0x397163,0x79)+_0xe361d8(-_0x53c4fa._0x1eeded,0x5a,-0x44,_0x53c4fa._0x7ea594)+_0xe361d8(0x118,_0x53c4fa._0x171b4e,_0x53c4fa._0x3d8e5b,_0x53c4fa._0x5da82c)+'ig.json):','gNPkZ':_0x517764(_0x53c4fa._0x30dec9,_0x53c4fa._0x408320,0x228,0x2c4)+'tup_path\x20\x20'+_0x517764(0x322,_0x53c4fa._0x250070,_0x53c4fa._0x1f9803,_0x53c4fa._0x1badcf)+_0xe361d8(-0x8,0x5b,0x1c,_0x53c4fa._0x182f9d)+_0x517764(_0x53c4fa._0x4ff596,_0x53c4fa._0x5bf02f,_0x53c4fa._0x14b7a0,0x2ad)+'y','pwYOd':'\x20\x20ssh_host'+_0x517764(0x348,_0x53c4fa._0x2f35bc,_0x53c4fa._0xdae097,_0x53c4fa._0x5c53ba)+'\x20\x20SSH\x20host'+_0xe361d8(0x52,_0x53c4fa._0x40987b,_0x53c4fa._0x4c78d4,_0x53c4fa._0x4dd02e)+_0xe361d8(_0x53c4fa._0x3b2656,_0x53c4fa._0x51abd7,_0x53c4fa._0x105435,_0x53c4fa._0x51abd7),'iPNzz':_0xe361d8(_0x53c4fa._0x153a61,0xb2,0x92,_0x53c4fa._0x4670f2)+_0xe361d8(_0x53c4fa._0x45aef2,0x5,-0x6c,-_0x53c4fa._0x41f967)+_0xe361d8(_0x53c4fa._0x5d2bd9,0x1a,-0x61,0xad)+_0x517764(0x2fb,_0x53c4fa._0x14a808,_0x53c4fa._0x3fffa3,0x2bf)+_0xe361d8(0x9e,0x117,_0x53c4fa._0x82bf45,0x132),'crcOO':'\x20\x20coder-se'+_0x517764(0x2ca,0x2c6,_0x53c4fa._0x2f7872,_0x53c4fa._0x47961d)+_0x517764(_0x53c4fa._0x318996,_0x53c4fa._0x1eea03,_0x53c4fa._0x2495fe,0x2e8)+_0x517764(_0x53c4fa._0x29a353,0x2ce,0x36d,0x30f)+_0xe361d8(-0xa0,0x3,_0x53c4fa._0x27ff31,_0x53c4fa._0x37242e),'csRQk':_0xe361d8(0x157,0xc3,_0x53c4fa._0x1fdd6d,_0x53c4fa._0x30c84a)+_0xe361d8(_0x53c4fa._0x50f01e,0x65,-0x11,-_0x53c4fa._0x47e264)+_0xe361d8(_0x53c4fa._0xc5f13c,_0x53c4fa._0x48c063,0xa7,_0x53c4fa._0x38c303)+'er_port\x2080'+'80','XicMG':'\x20\x20ssl_cert'+_0x517764(0x2c4,0x293,0x240,0x319)+_0xe361d8(0xd9,_0x53c4fa._0x498bec,_0x53c4fa._0x1d45f0,_0x53c4fa._0x498bec)+_0xe361d8(_0x53c4fa._0x3718bb,0x36,_0x53c4fa._0x2966c6,_0x53c4fa._0x290c24)+_0x517764(_0x53c4fa._0x169aee,0x3c2,_0x53c4fa._0x55afb9,0x401),'YiLBe':_0xe361d8(_0x53c4fa._0x5e1fe8,_0x53c4fa._0x154578,_0x53c4fa._0x182716,0x17d)+'path\x20\x20\x20\x20\x20\x20'+_0x517764(0x322,_0x53c4fa._0x923ba2,0x3c5,0x2e6)+_0x517764(0x2bd,_0x53c4fa._0x3650ba,_0x53c4fa._0x30dec9,0x295)+'e\x20key\x20file','nniTK':_0x517764(0x28d,0x232,0x287,_0x53c4fa._0x205243)+_0x517764(_0x53c4fa._0x20cd7c,_0x53c4fa._0x577daa,_0x53c4fa._0x2a62f6,_0x53c4fa._0x48a11c)+_0xe361d8(0xd1,0x12d,0xfb,_0x53c4fa._0x330e0e)+'agent\x20(cla'+'ude\x20or\x20cod'+_0x517764(_0x53c4fa._0x3bf18b,0x3a5,0x3f3,0x2c9),'QfvKI':_0x517764(0x29a,_0x53c4fa._0x3b47f6,0x22b,_0x53c4fa._0x5d0b35)+_0x517764(0x28a,_0x53c4fa._0x1a0614,0x1f9,0x213)+_0x517764(_0x53c4fa._0x2fdf1d,_0x53c4fa._0x3b2656,0x1ee,_0x53c4fa._0x26562b)+_0x517764(0x26c,_0x53c4fa._0x1da881,0x22f,_0x53c4fa._0x12e207)+'lt:\x203000)','fZRbc':_0xe361d8(0x3a,-0x2,-_0x53c4fa._0x1cbb47,-0x34),'ngBwN':_0x517764(_0x53c4fa._0x546085,0x2f2,_0x53c4fa._0x548978,_0x53c4fa._0x2e8d4a),'NaTvD':_0xe361d8(0x2b,_0x53c4fa._0x2eb15a,_0x53c4fa._0x1321d5,_0x53c4fa._0x33c78d)+'iguration\x20'+_0x517764(_0x53c4fa._0x1ea183,0x2a3,0x1da,0x289)+_0x517764(_0x53c4fa._0x17d680,_0x53c4fa._0x1b55cc,_0x53c4fa._0x17d680,0x2cb)+_0xe361d8(0x137,0x90,_0x53c4fa._0x1545f9,0x3c),'zUlNI':'\x20\x20get\x20<key'+_0xe361d8(_0x53c4fa._0x2f1e19,_0x53c4fa._0x81e0ee,_0x53c4fa._0x269ff8,_0x53c4fa._0x534e96)+'\x20Get\x20a\x20con'+_0xe361d8(_0x53c4fa._0x578d0b,_0x53c4fa._0x57e989,-0x16,_0x53c4fa._0x1f9f7b)+_0x517764(0x37c,_0x53c4fa._0x1b5d76,_0x53c4fa._0x3b0dfe,_0x53c4fa._0x4be82e),'IKLHT':_0x517764(0x304,_0x53c4fa._0xe04f28,_0x53c4fa._0x593ce8,_0x53c4fa._0x1daee0)+'rage\x20\x20\x20\x20\x20\x20'+_0x517764(0x322,_0x53c4fa._0x338995,0x33c,0x327)+_0x517764(_0x53c4fa._0x51fbe0,0x25d,_0x53c4fa._0x10c7e4,0x2f4)+_0xe361d8(_0x53c4fa._0xb1a551,-_0x53c4fa._0x153a61,-0x4b,-0xb9),'FcRJV':_0xe361d8(-_0x53c4fa._0x9c7ef5,_0x53c4fa._0x35d129,_0x53c4fa._0x3f34d9,_0x53c4fa._0x23a4bd)+_0x517764(_0x53c4fa._0x750aba,0x380,_0x53c4fa._0x41b50a,_0x53c4fa._0x1b6024)+_0x517764(0x322,_0x53c4fa._0x174e0c,0x389,_0x53c4fa._0x216c8b)+_0x517764(_0x53c4fa._0x56a636,0x2c7,_0x53c4fa._0x56f353,_0x53c4fa._0x1e183b)+'dle\x20(optio'+'nal)','jbuoa':'Usage:\x20cod'+_0x517764(_0x53c4fa._0x2410ca,0x244,_0x53c4fa._0x539c7a,0x2fe)+_0x517764(_0x53c4fa._0x3b6a40,_0x53c4fa._0x3d0c18,_0x53c4fa._0xa8f18b,_0x53c4fa._0x42bc33)+'t|get|remo'+_0x517764(_0x53c4fa._0x3840aa,_0x53c4fa._0x246f85,_0x53c4fa._0x592676,0x258)+_0x517764(0x2d8,_0x53c4fa._0x13dc36,0x35c,0x27c)+'e]','VFxXM':_0x517764(_0x53c4fa._0x4e218d,_0x53c4fa._0x59ed1e,_0x53c4fa._0x16bce9,0x2fa)+'rver\x20confi'+'g\x20set\x20code'+_0xe361d8(0x6d,_0x53c4fa._0x13d12a,_0x53c4fa._0x1c5975,-_0x53c4fa._0x4bce51)+_0xe361d8(0x180,_0x53c4fa._0x12cd04,0x5e,_0x53c4fa._0x1ed2dc)+_0x517764(0x351,_0x53c4fa._0x11c655,0x3ca,0x327)+_0xe361d8(_0x53c4fa._0x133e9a,_0x53c4fa._0x39c8cd,_0x53c4fa._0x21de7a,_0x53c4fa._0x287428),'uWvJo':'\x20\x20name\x20\x20\x20\x20'+_0xe361d8(0xa1,0xe3,_0x53c4fa._0x350346,_0x53c4fa._0x32c4bf)+_0x517764(0x287,_0x53c4fa._0x1b55cc,_0x53c4fa._0x296c1a,_0x53c4fa._0xea31eb)+'me','PKUGU':function(_0x19825c){return _0x19825c();},'SVhOy':_0x517764(_0x53c4fa._0x55c11d,_0x53c4fa._0x180aa0,_0x53c4fa._0x500e67,_0x53c4fa._0x510c14),'bmzQX':_0x517764(0x269,0x24d,0x244,0x1f4)+_0xe361d8(_0x53c4fa._0x3ed1cf,_0x53c4fa._0x201e2f,_0x53c4fa._0x5524a6,_0x53c4fa._0x1e7eae)+'t\x20configur'+'ed','eubxz':_0xe361d8(_0x53c4fa._0x40f3a7,_0x53c4fa._0x20ba86,0xb2,0x121),'zdXcm':_0xe361d8(0xd1,0x62,0x3e,_0x53c4fa._0x1eeded),'flyFO':_0xe361d8(_0x53c4fa._0x25f390,0x88,-_0x53c4fa._0x195322,0xb7),'QxQIt':function(_0x12d12c,_0x260255){return _0x12d12c===_0x260255;},'sdtxr':'ENOENT','gOYjt':_0xe361d8(0x87,-0x1d,_0x53c4fa._0x1716e1,-0x19)+'coder_setu'+_0xe361d8(0xe7,_0x53c4fa._0x46a65f,_0x53c4fa._0x1321d5,_0x53c4fa._0xdc910b)+_0xe361d8(_0x53c4fa._0xa56ad0,-_0x53c4fa._0x31f8b2,-_0x53c4fa._0x26028f,-0x3c)+'alid\x20coder'+_0xe361d8(-0x22,_0x53c4fa._0x119e11,_0x53c4fa._0x2fb04e,-0x2)+_0x517764(_0x53c4fa._0x503688,0x2f5,_0x53c4fa._0x20f1fd,_0x53c4fa._0x44b582),'OJvuy':function(_0x287b58,_0x4594e3){return _0x287b58!==_0x4594e3;},'ysrNE':_0x517764(_0x53c4fa._0x57d04d,0x351,_0x53c4fa._0xff2862,_0x53c4fa._0x5e6072)},_0x3808a3=await _0x175fa7[_0x517764(_0x53c4fa._0x380cdb,0x2df,0x2c2,0x269)](getCoderSetupPath);if(!_0x3808a3){const _0x3fc8cf=_0x175fa7[_0xe361d8(0x1b1,0x127,_0x53c4fa._0xbeb7a0,0x118)][_0x517764(0x382,0x2eb,_0x53c4fa._0x1f15c7,_0x53c4fa._0x4e218d)]('|');let _0x30b21d=0xbb*-0x25+-0x1839+0x3340;while(!![]){switch(_0x3fc8cf[_0x30b21d++]){case'0':process[_0xe361d8(_0x53c4fa._0x546be8,_0x53c4fa._0x331283,_0x53c4fa._0x56af7d,_0x53c4fa._0x4a739e)](0xe*0x2ae+0x1742+-0x1*0x3cc5);continue;case'1':console[_0x517764(0x342,0x2e7,_0x53c4fa._0x4d8fed,0x390)](_0x175fa7[_0x517764(0x310,0x30f,_0x53c4fa._0x5c53ba,_0x53c4fa._0x140a51)]);continue;case'2':console[_0xe361d8(0x10c,0xdd,0x118,0x93)](_0x175fa7[_0x517764(0x2b6,_0x53c4fa._0x4a5ca9,_0x53c4fa._0x4e0b05,0x28d)]);continue;case'3':console[_0xe361d8(0x187,0xdd,0xa6,_0x53c4fa._0x4294a6)](_0x517764(0x36f,_0x53c4fa._0x1a5f59,0x2cd,0x339)+'igure\x20the\x20'+_0xe361d8(_0x53c4fa._0x1433ea,_0x53c4fa._0x2625e2,_0x53c4fa._0x4d6e62,0xb3)+':');continue;case'4':console[_0xe361d8(0xea,_0x53c4fa._0x9fafbe,0x7b,_0x53c4fa._0x11d30c)]('');continue;}break;}}const _0xafe7e0=_0x424ab8['join'](_0x3808a3,_0x175fa7[_0xe361d8(-0x31,0x75,_0x53c4fa._0x5524a6,0x97)]);let _0x4c5082;try{if(_0x175fa7[_0xe361d8(0x124,0x7d,-_0x53c4fa._0xb1a551,0x102)]!==_0x175fa7[_0xe361d8(_0x53c4fa._0x594505,0x7d,-0xa,0xa)])_0x24b82f[_0xe361d8(0x73,_0x53c4fa._0x2dfb94,_0x53c4fa._0xbeb7a0,0xfd)](_0x175fa7[_0x517764(0x303,0x282,0x2c2,0x295)]),_0x4d4f16[_0x517764(_0x53c4fa._0x3f4143,0x35e,0x396,0x330)](-0xf1*0x16+0x2126+-0x3*0x425);else{const _0x408c3a=await _0x1acb2e['readFile'](_0xafe7e0,_0x175fa7[_0x517764(0x2b7,_0x53c4fa._0x246f85,_0x53c4fa._0x5cfee7,_0x53c4fa._0x247380)]);_0x4c5082=JSON['parse'](_0x408c3a);}}catch(_0x27489e){if(_0x175fa7[_0xe361d8(_0x53c4fa._0x181452,0x37,0x9b,0xa9)](_0x27489e[_0xe361d8(-0x45,-_0x53c4fa._0x39f978,_0x53c4fa._0x388b12,0x7c)],_0x175fa7[_0xe361d8(0x150,0xe1,0x144,_0x53c4fa._0x5f52d8)]))console[_0xe361d8(0xdd,0xdd,_0x53c4fa._0xdaa3b6,_0x53c4fa._0x2e553d)](_0x517764(_0x53c4fa._0xe04f28,_0x53c4fa._0x1b11b2,_0x53c4fa._0x2a5920,0x2f2)+_0xe361d8(0x184,0x105,_0x53c4fa._0xf69584,_0x53c4fa._0x299e4a)+_0x517764(_0x53c4fa._0x4bbc19,0x26a,_0x53c4fa._0x7e293d,0x2b6)+'\x20'+_0xafe7e0),console['error'](_0x175fa7['gOYjt']);else{if(_0x175fa7[_0xe361d8(_0x53c4fa._0x23a4bd,_0x53c4fa._0x3181c7,0x39,_0x53c4fa._0x23cc34)](_0x175fa7[_0x517764(0x251,_0x53c4fa._0x322057,0x2dc,0x2bf)],_0x175fa7['ysrNE'])){const _0x2f3540=_0x175fa7[_0xe361d8(0xd8,_0x53c4fa._0x5765f4,0x1b,0xb9)][_0xe361d8(_0x53c4fa._0x10792f,_0x53c4fa._0x26ed18,0x195,0x11a)]('|');let _0x307c4a=-0x12ef+0xc8a+0x665;while(!![]){switch(_0x2f3540[_0x307c4a++]){case'0':_0x46abff[_0x517764(0x342,0x317,0x30f,0x2a7)]('');continue;case'1':_0x2b342a['error'](_0x175fa7['OJEOb']);continue;case'2':_0x3a6529[_0x517764(_0x53c4fa._0x41174c,_0x53c4fa._0x2c5cdc,0x2e9,_0x53c4fa._0x3d2194)](_0x175fa7[_0xe361d8(_0x53c4fa._0x3069c8,0x21,_0x53c4fa._0x2f3635,0xb0)]);continue;case'3':_0x4eab23[_0xe361d8(_0x53c4fa._0x172853,_0x53c4fa._0xef6abe,_0x53c4fa._0x119324,0x102)](_0x175fa7[_0xe361d8(0xe5,0x40,_0x53c4fa._0x709e7b,_0x53c4fa._0x5129dc)]);continue;case'4':_0xe2cc8a[_0x517764(0x342,0x319,_0x53c4fa._0x5ac32e,0x350)](_0x175fa7[_0x517764(0x26e,0x2f3,_0x53c4fa._0x2cae2d,0x212)]);continue;case'5':_0x127e17['error'](_0xe361d8(0x9e,_0x53c4fa._0xc497ae,_0x53c4fa._0x2fedf1,0xd5)+_0x517764(_0x53c4fa._0x4d4569,_0x53c4fa._0x14b7a0,0x352,_0x53c4fa._0x14265c)+_0x517764(_0x53c4fa._0x1374db,0x2d6,_0x53c4fa._0x404378,_0x53c4fa._0x3793f8));continue;case'6':_0xdf25a[_0x517764(_0x53c4fa._0x45032a,0x3ae,_0x53c4fa._0x1c84fa,_0x53c4fa._0x30a3a7)](_0x175fa7['crcOO']);continue;case'7':_0x30af4c[_0xe361d8(0xce,_0x53c4fa._0x290c24,_0x53c4fa._0x4d4fc9,0x17c)](_0x175fa7[_0x517764(_0x53c4fa._0x5f43a0,_0x53c4fa._0x3df20d,0x39d,_0x53c4fa._0x59ddd6)]);continue;case'8':_0x8e8160[_0x517764(0x342,0x34b,_0x53c4fa._0x3fef33,0x2ce)](_0x175fa7[_0x517764(_0x53c4fa._0x288a73,0x3b1,_0x53c4fa._0x1a3619,0x407)]);continue;case'9':_0x481b9a['error'](_0x175fa7[_0xe361d8(0x148,_0x53c4fa._0x5954a7,_0x53c4fa._0x49213b,_0x53c4fa._0x3208b7)]);continue;case'10':_0x140bb9[_0x517764(0x342,0x352,0x29a,_0x53c4fa._0x5efd11)](_0x175fa7['nniTK']);continue;case'11':_0x32ddad[_0x517764(_0x53c4fa._0x41174c,_0x53c4fa._0xb81c04,_0x53c4fa._0x4cc5de,_0x53c4fa._0x1d1908)](_0x175fa7['QfvKI']);continue;case'12':_0x3414a2['error'](_0x175fa7[_0x517764(0x33c,0x363,0x36d,0x380)]);continue;case'13':_0x47656e[_0x517764(_0x53c4fa._0x4ae92c,0x396,0x39b,_0x53c4fa._0x16c161)](_0x175fa7[_0xe361d8(0x5f,_0x53c4fa._0xc902b3,-0x24,_0x53c4fa._0x1e3d2a)]);continue;case'14':_0x2da33d[_0xe361d8(_0x53c4fa._0x2f3635,_0x53c4fa._0x290c24,0x51,_0x53c4fa._0x5c5aac)](_0x517764(_0x53c4fa._0x42bc33,0x2aa,0x2e5,0x29d)+_0xe361d8(0x8e,_0x53c4fa._0x45d089,-0x1e,_0x53c4fa._0x256baa)+'\x20\x20Trust\x20pr'+_0x517764(_0x53c4fa._0x1ce446,_0x53c4fa._0x280591,0x306,_0x53c4fa._0x4c4bd3)+'s\x20(true/fa'+_0x517764(_0x53c4fa._0x26ead6,0x235,_0x53c4fa._0x313ab1,0x29d));continue;case'15':_0x26fb95['error'](_0x175fa7['NaTvD']);continue;case'16':_0x40bcbc['error'](_0x175fa7['zUlNI']);continue;case'17':_0x259529[_0x517764(_0x53c4fa._0x45032a,0x36b,_0x53c4fa._0x414ff3,_0x53c4fa._0x340f04)](_0x175fa7[_0x517764(_0x53c4fa._0x1e87fd,_0x53c4fa._0x356366,_0x53c4fa._0xa8f18b,0x290)]);continue;case'18':_0x524dd6[_0x517764(_0x53c4fa._0x5929f2,0x35b,0x389,0x3c4)]('');continue;case'19':_0x107ba6[_0x517764(_0x53c4fa._0x2d6a0b,0x3db,0x35a,0x368)](_0x175fa7[_0x517764(0x368,0x34b,0x3fc,0x3b3)]);continue;case'20':_0x3b96b1[_0x517764(0x342,_0x53c4fa._0x2d9efa,_0x53c4fa._0x4f90bb,_0x53c4fa._0x10ba17)](_0x175fa7[_0xe361d8(_0x53c4fa._0x1fa618,_0x53c4fa._0x2fb04e,_0x53c4fa._0x4c78d4,_0x53c4fa._0x3b9547)]);continue;case'21':_0x37f7fc[_0x517764(0x342,_0x53c4fa._0x57fde2,0x34f,0x2ae)]('');continue;case'22':_0x10794e[_0x517764(0x342,0x2b3,0x2bb,0x2bd)](_0x517764(0x37f,_0x53c4fa._0x25314f,_0x53c4fa._0x15fd60,_0x53c4fa._0x5be3f2)+_0x517764(0x348,_0x53c4fa._0x32e616,_0x53c4fa._0x2c32a4,_0x53c4fa._0x44c789)+_0xe361d8(_0x53c4fa._0x11d6f0,_0x53c4fa._0x4ef400,_0x53c4fa._0x21c68a,-0x11)+_0x517764(0x307,0x2ed,_0x53c4fa._0x5c53ba,_0x53c4fa._0x5d9c4b)+_0xe361d8(0x7f,-0x21,-_0x53c4fa._0x536c92,_0x53c4fa._0x59c45c));continue;case'23':_0x49c848['error'](_0xe361d8(_0x53c4fa._0x1cbb47,_0x53c4fa._0x2a4c0d,0x17e,0x130)+_0x517764(0x2dc,0x379,0x290,0x294)+'\x20Remove\x20a\x20'+_0xe361d8(0x87,_0x53c4fa._0x2b08a5,_0x53c4fa._0x32ed87,0x9a)+'ion\x20value');continue;case'24':_0x2a776b[_0x517764(_0x53c4fa._0x53fad9,0x389,0x2eb,_0x53c4fa._0x54d20c)](_0x175fa7[_0x517764(_0x53c4fa._0x5c1636,_0x53c4fa._0x446366,_0x53c4fa._0x5e57a8,0x2ee)]);continue;case'25':_0x28af20['error'](_0x175fa7[_0x517764(_0x53c4fa._0x5cfee7,_0x53c4fa._0x349420,_0x53c4fa._0x5a46f1,0x25c)]);continue;case'26':_0x42f817['error']('');continue;}break;}}else console['error']('Error\x20read'+_0xe361d8(_0x53c4fa._0x562c2a,0xfd,_0x53c4fa._0xda99b9,0x97)+_0x517764(_0x53c4fa._0x50f0d3,0x30e,_0x53c4fa._0x6e043f,0x40a)+_0x27489e[_0xe361d8(0x36,0x19,-_0x53c4fa._0x193a57,0x87)]);}process[_0x517764(_0x53c4fa._0x3f4143,_0x53c4fa._0x4ecc05,_0x53c4fa._0x52a5b8,_0x53c4fa._0x47961d)](0x9*-0x329+0xdf1+-0x1*-0xe81);}function _0xe361d8(_0x77e3ab,_0x34f440,_0x4ce06c,_0x44cd59){return _0x4707b6(_0x4ce06c,_0x34f440-0xdc,_0x4ce06c-0x1d6,_0x34f440- -_0x1bd0ef._0x55a548);}_0x4c5082[_0x735f5d]=_0x42bf81,await _0x1acb2e[_0x517764(0x247,0x28a,_0x53c4fa._0x4d4569,_0x53c4fa._0x39b993)](_0xafe7e0,JSON['stringify'](_0x4c5082,null,-0x16cc+-0x4*0x2e7+0x226a)+'\x0a',_0x175fa7[_0x517764(0x2b7,_0x53c4fa._0x3ce776,0x26c,0x20d)]),console[_0xe361d8(0x8a,0xde,_0x53c4fa._0x2b77f2,0x100)]('Set\x20'+_0x735f5d+_0x517764(0x312,0x328,_0x53c4fa._0x3af179,_0x53c4fa._0x4e950b)+_0x42bf81),console[_0xe361d8(0x89,0xde,_0x53c4fa._0x4941f8,0xb4)](_0xe361d8(0x54,0xca,0x125,0x84)+':\x20'+_0xafe7e0);function _0x517764(_0x577aa7,_0xd3b59c,_0x75cce,_0x32a81b){return _0x17ed76(_0x32a81b,_0xd3b59c-0x1d2,_0x577aa7-_0x532f06._0x43dd8c,_0x32a81b-_0x532f06._0x291827);}console[_0x517764(0x343,0x3a0,_0x53c4fa._0x12ff61,0x3c9)](''),console[_0xe361d8(0x96,0xde,0xc4,0x12d)](_0x517764(_0x53c4fa._0x25aacc,0x321,0x36b,_0x53c4fa._0x82f6e4)+'e\x20server\x20f'+_0xe361d8(_0x53c4fa._0x4a5ac1,0x10d,0x7d,_0x53c4fa._0x4a97ad)+_0x517764(0x278,0x26c,0x2ac,0x25a)+_0xe361d8(0xae,_0x53c4fa._0xbddeb7,0x81,_0x53c4fa._0x35dd7b));}async function getConfig(_0x3180f1){const _0x42efe3={_0x45b793:0x22a,_0x24078f:0x1ee,_0x110a87:0x217,_0x233092:0x2ca,_0xb48220:0x281,_0x3b0cb5:0x2c8,_0x1c0fcf:0xc,_0x57f12f:0x77,_0x1d56dd:0x17d,_0x1cacad:0x1dd,_0x3e8d93:0x8e,_0x3f1b66:0x67,_0x8e9dbe:0x2d1,_0x52b7f8:0x299,_0xb82fd6:0x291,_0x45d68b:0x159,_0x473e18:0x26,_0x1c5d49:0x3c,_0x2ceb68:0x1b5,_0x4fb4b7:0x25f,_0x56fbeb:0x3f,_0x10e453:0x1c,_0x3adb42:0xd,_0x3d7837:0xa8,_0x598c79:0x27f,_0x43616b:0x1ba,_0x4a4f30:0x251,_0x5e4e7:0xa7,_0x4cb39d:0x3e,_0x1359b5:0xef,_0x88c1a2:0xd9,_0x4520c4:0x12,_0x50c00f:0x7d,_0x48902a:0x365,_0x4951b3:0x250,_0x46e958:0x2db,_0x515f3b:0x333,_0x30f9eb:0x22e,_0x77ac2a:0x195,_0x483c52:0x1cb,_0x11d516:0x135,_0xdd8e22:0x253,_0x501c50:0x1ce,_0x30b517:0x197,_0x63b1e7:0xb,_0x57ed88:0x40,_0x2382b7:0x82,_0x8c8798:0x10,_0xc5a42e:0x2a,_0xd9bf0f:0x9b,_0x4d7dca:0x33a,_0x4a943b:0x2b7,_0x2ccd5c:0x2d4,_0x1095c3:0x293,_0x52e303:0x20,_0x144079:0xbc,_0x3ead5b:0xff,_0x4f938a:0x287,_0x2110ac:0x280,_0x966acc:0x2b9,_0x15997d:0x2e5,_0x1c390e:0x176,_0x3a88d8:0x28d,_0x5f3d2c:0x20a,_0x70af7c:0x216,_0xf0936:0x152,_0x4bc80f:0xe1,_0x276126:0x52,_0x3094de:0x22d,_0x199754:0x269,_0x15a3c0:0x281,_0x2ccfe5:0x15,_0x52bda1:0x69,_0x24b970:0x2d,_0x23b4bc:0x2e,_0x33e450:0xf,_0x111382:0xb5,_0x41cec0:0x69,_0x1495e9:0x8e,_0x1db37b:0x13b,_0x146ea8:0x15c,_0x2c9c4a:0x1a8,_0x3d86a9:0x2dd,_0x475ea7:0x2d2,_0x5a4675:0x29c,_0x26e20e:0xc5,_0x151c51:0x21,_0x16b682:0xb6,_0x21e45f:0x95,_0x3ff8be:0x33,_0x174c97:0x28e,_0x541f3f:0x27a,_0x3755f2:0x23f,_0x2d3320:0x296,_0x4b9c2a:0x30b,_0x4d3702:0x1b9,_0x586276:0x26b,_0x1ee719:0xd8,_0x3131e2:0x48,_0x395231:0x82,_0x3ac0bf:0x1a0,_0x373a18:0x235,_0xf7f997:0x1b5,_0x4eafb1:0x3d,_0x58efb4:0xa3,_0x453fc7:0x6,_0x587be0:0x1b5,_0x4571df:0x1a9,_0x2cef6b:0x10f,_0x3aceb5:0x20f,_0x40eda0:0x273,_0x3cd1da:0x225,_0x467c4d:0x37,_0x2ee974:0xc5,_0x53c6d4:0x257,_0x4a4a67:0x293,_0x56985d:0xbf,_0x11d865:0x6a,_0x536680:0x1c,_0x1399f0:0x2c8,_0x15c68b:0x2cb,_0xc1f977:0x2d4,_0x473465:0x310,_0x19e6ba:0xc7,_0x25346c:0xad,_0x24c770:0x348,_0x4c5e84:0x2b7,_0x15f6e5:0x10b,_0x419844:0x2eb,_0x27b53e:0x2e5,_0x4c4802:0x296,_0x16dae8:0x36c,_0x76d9ad:0x2b4,_0x3ba7ce:0x29e,_0x1e913e:0xc0,_0x496584:0x59,_0xe6d08b:0x8c,_0x1217ae:0x45,_0x212d5c:0x314,_0x25f0d7:0x318,_0x16d969:0x218,_0x4c2fea:0x25e,_0x36084c:0x2bc,_0x527f11:0x1ed,_0x221984:0xa9,_0x24e828:0x84,_0x4a8e18:0x1f4,_0x3f6c58:0x23f,_0x3dff5c:0x1e4,_0xae19bd:0x166,_0x14e214:0x108,_0x2b767a:0x1a6,_0x3313a9:0x235,_0x5786fc:0xde,_0x5ae7db:0xf6,_0x1c158e:0x32a,_0x1af0a9:0x2b5,_0x21c796:0x35d,_0x47f39e:0x2ac,_0x2000e1:0x22f,_0x5173b9:0x2b0,_0x456c38:0x2e7},_0x190cce={_0x5b034d:0x17d,_0x3e5a64:0xc9},_0x365f06={_0x28e7fd:0x123,_0x45f72a:0x2c0};function _0x5a6b84(_0x26d1ba,_0x27a97c,_0x3b53f5,_0x42c33f){return _0x4707b6(_0x26d1ba,_0x27a97c-_0x365f06._0x28e7fd,_0x3b53f5-0x178,_0x3b53f5- -_0x365f06._0x45f72a);}const _0x4f79a3={'rEgWW':'Error:\x20Set'+_0x5a6b84(0x222,_0x42efe3._0x45b793,_0x42efe3._0x24078f,0x1fd)+'t\x20configur'+'ed','jiEnz':_0x5a6b84(_0x42efe3._0x110a87,_0x42efe3._0x233092,0x2b6,0x25d)+_0x5a6b84(0x271,0x20c,_0x42efe3._0xb48220,_0x42efe3._0x3b0cb5)+_0x371e6d(-0x14,-_0x42efe3._0x1c0fcf,-_0x42efe3._0x57f12f,0xf)+_0x5a6b84(_0x42efe3._0x1d56dd,0x138,_0x42efe3._0x1cacad,0x216)+_0x371e6d(0x0,_0x42efe3._0x3e8d93,_0x42efe3._0x3f1b66,0x10b)+_0x5a6b84(_0x42efe3._0x8e9dbe,_0x42efe3._0x52b7f8,0x252,_0x42efe3._0xb82fd6),'SpAfd':_0x5a6b84(_0x42efe3._0x45d68b,0x23e,0x1b1,0x23b)+_0x371e6d(0x38,_0x42efe3._0x473e18,0x8f,-_0x42efe3._0x1c5d49)+_0x5a6b84(_0x42efe3._0x2ceb68,0x236,0x239,0x23b)+_0x5a6b84(0x302,0x2ca,_0x42efe3._0x4fb4b7,0x2c0),'cDhYr':function(_0x3ecaa6,_0x522727){return _0x3ecaa6&&_0x522727;},'gLLAe':'coder_setu'+'p_path','NspXp':function(_0x3872e8){return _0x3872e8();},'ckVpx':_0x371e6d(0x31,0x86,_0x42efe3._0x56fbeb,0x123)+'t','EqcSW':'ssl_cert_p'+_0x371e6d(-_0x42efe3._0x10e453,-_0x42efe3._0x3adb42,-_0x42efe3._0x3d7837,-0x2b),'urLmI':function(_0x367127){return _0x367127();},'aCNCt':_0x5a6b84(_0x42efe3._0x598c79,_0x42efe3._0x43616b,_0x42efe3._0x4a4f30,0x2a1)+'th','lSOFV':_0x371e6d(-_0x42efe3._0x5e4e7,-0x43,_0x42efe3._0x4cb39d,-_0x42efe3._0x1359b5)+'y','EBXHD':function(_0x175789){return _0x175789();},'UWbfi':function(_0x242fc4,_0x2d95d7){return _0x242fc4!==_0x2d95d7;},'imrHs':'YTDtY','gTjNe':_0x371e6d(_0x42efe3._0x88c1a2,0x70,_0x42efe3._0x4520c4,_0x42efe3._0x50c00f),'eTjPC':_0x5a6b84(_0x42efe3._0x48902a,_0x42efe3._0x4951b3,_0x42efe3._0x46e958,_0x42efe3._0x515f3b),'YYmke':_0x5a6b84(_0x42efe3._0x30f9eb,_0x42efe3._0x77ac2a,_0x42efe3._0x483c52,_0x42efe3._0x11d516),'uveRn':_0x5a6b84(_0x42efe3._0xdd8e22,0x25b,0x23e,0x2dc),'AicDx':_0x5a6b84(0x27c,0x217,0x26e,0x227),'WHuTJ':function(_0x260268,_0x5da3fd){return _0x260268!==_0x5da3fd;},'irPVx':function(_0x467d45,_0x19a012){return _0x467d45===_0x19a012;},'xzicq':_0x5a6b84(0x135,_0x42efe3._0x501c50,_0x42efe3._0x30b517,0x176)};!_0x3180f1&&(console['error'](_0x4f79a3[_0x371e6d(-0x48,_0x42efe3._0x63b1e7,0x11,-0x79)]),process[_0x371e6d(_0x42efe3._0x57ed88,0xde,0x146,0x38)](-0x77d+-0xd88*-0x1+-0x2*0x305));const _0x24012b=SERVER_CONFIG_KEYS[_0x371e6d(-_0x42efe3._0x2382b7,0xe,-_0x42efe3._0x8c8798,-0x8c)](_0x3180f1);function _0x371e6d(_0x3cee9a,_0x3be45c,_0x2d5216,_0x490602){return _0x17ed76(_0x2d5216,_0x3be45c-0x193,_0x3be45c-_0x190cce._0x5b034d,_0x490602-_0x190cce._0x3e5a64);}const _0x29426d=SETUP_JSON_KEYS[_0x371e6d(-_0x42efe3._0xc5a42e,0xe,0x43,-_0x42efe3._0xd9bf0f)](_0x3180f1);_0x4f79a3[_0x5a6b84(_0x42efe3._0x4d7dca,0x349,_0x42efe3._0x4a943b,0x2cc)](!_0x24012b,!_0x29426d)&&(console[_0x5a6b84(_0x42efe3._0x2ccd5c,0x2bf,_0x42efe3._0x1095c3,_0x42efe3._0x2ccd5c)](_0x371e6d(_0x42efe3._0x52e303,0xad,_0x42efe3._0x144079,0x94)+'nfiguratio'+_0x5a6b84(_0x42efe3._0x3ead5b,0xf4,0x1a0,0x122)+_0x3180f1),console[_0x5a6b84(_0x42efe3._0x4f938a,0x330,_0x42efe3._0x1095c3,_0x42efe3._0x2110ac)](_0x4f79a3[_0x5a6b84(_0x42efe3._0x966acc,0x30d,_0x42efe3._0x15997d,0x2e2)]),process['exit'](0xb*0x161+0x8f1*0x3+-0x29fd));let _0xa6387b;if(_0x24012b)switch(_0x3180f1){case _0x4f79a3['gLLAe']:_0xa6387b=await _0x4f79a3[_0x5a6b84(_0x42efe3._0x1c390e,_0x42efe3._0x3a88d8,_0x42efe3._0x5f3d2c,_0x42efe3._0x70af7c)](getCoderSetupPath);break;case _0x4f79a3[_0x371e6d(_0x42efe3._0xf0936,0xd4,_0x42efe3._0x4bc80f,_0x42efe3._0x276126)]:_0xa6387b=await _0x4f79a3['NspXp'](getServerPort);break;case _0x4f79a3[_0x5a6b84(0x28b,_0x42efe3._0x3094de,0x230,0x221)]:_0xa6387b=await _0x4f79a3[_0x5a6b84(0x25c,0x173,0x1e7,_0x42efe3._0x199754)](getSslCertPath);break;case _0x4f79a3[_0x5a6b84(0x231,0x1bc,0x21f,_0x42efe3._0x15a3c0)]:_0xa6387b=await _0x4f79a3['urLmI'](getSslKeyPath);break;case _0x371e6d(_0x42efe3._0x2ccfe5,0xa7,_0x42efe3._0x52bda1,_0x42efe3._0x24b970)+'h':_0xa6387b=await _0x4f79a3[_0x371e6d(-_0x42efe3._0x23b4bc,-_0x42efe3._0x33e450,-_0x42efe3._0x111382,_0x42efe3._0x41cec0)](getSslCaPath);break;case _0x4f79a3['lSOFV']:_0xa6387b=await _0x4f79a3[_0x371e6d(0x28,0x95,_0x42efe3._0x1495e9,_0x42efe3._0x1db37b)](getTrustProxy);break;}else{if(_0x29426d){if(_0x4f79a3[_0x5a6b84(_0x42efe3._0x146ea8,0x162,_0x42efe3._0x501c50,_0x42efe3._0x2c9c4a)](_0x4f79a3[_0x5a6b84(_0x42efe3._0x3d86a9,0x245,_0x42efe3._0x475ea7,_0x42efe3._0x5a4675)],_0x4f79a3[_0x371e6d(_0x42efe3._0x26e20e,_0x42efe3._0x151c51,0xb9,-0x80)])){const _0x595d57=await _0x4f79a3[_0x371e6d(_0x42efe3._0x16b682,_0x42efe3._0x21e45f,_0x42efe3._0x3ff8be,0xcc)](getCoderSetupPath);!_0x595d57&&(console[_0x5a6b84(0x316,_0x42efe3._0x174c97,0x293,0x33c)](_0x4f79a3[_0x5a6b84(0x228,_0x42efe3._0x541f3f,0x1f8,_0x42efe3._0x3755f2)]),process[_0x5a6b84(0x25a,_0x42efe3._0x2d3320,_0x42efe3._0x2ccd5c,_0x42efe3._0x4b9c2a)](-0x925+-0x200b+0x25*0x11d));const _0x4d286d=_0x424ab8[_0x5a6b84(_0x42efe3._0x4d3702,_0x42efe3._0x586276,0x236,0x226)](_0x595d57,_0x4f79a3['eTjPC']);try{if(_0x371e6d(-0x4c,-0x2b,-0xc3,-_0x42efe3._0x1ee719)===_0x4f79a3[_0x371e6d(0x20,0x6e,_0x42efe3._0x3131e2,_0x42efe3._0x395231)]){const _0x275c24=await _0x1acb2e[_0x5a6b84(_0x42efe3._0x3ac0bf,0x1d8,_0x42efe3._0x373a18,_0x42efe3._0xf7f997)](_0x4d286d,_0x4f79a3[_0x371e6d(_0x42efe3._0x4eafb1,-0x2a,-_0x42efe3._0x58efb4,0x39)]),_0x53a437=JSON['parse'](_0x275c24);_0xa6387b=_0x53a437[_0x3180f1];}else _0x2a7130[_0x371e6d(0xf,0x9d,0x11b,_0x42efe3._0x453fc7)](_0x4f79a3[_0x5a6b84(0x18e,_0x42efe3._0x587be0,0x1f8,0x16e)]),_0x5a3a13['exit'](-0xf*-0x1b+-0x739+0x5a5);}catch(_0xef0af){_0xef0af[_0x5a6b84(0x216,_0x42efe3._0x4571df,0x194,_0x42efe3._0x2cef6b)]===_0x4f79a3[_0x5a6b84(_0x42efe3._0x3aceb5,_0x42efe3._0x40eda0,_0x42efe3._0x3cd1da,0x2b4)]?console['error']('Error:\x20set'+_0x371e6d(_0x42efe3._0x467c4d,_0x42efe3._0x2ee974,0xfe,_0x42efe3._0x1ee719)+'t\x20found\x20at'+'\x20'+_0x4d286d):console[_0x5a6b84(_0x42efe3._0x53c6d4,0x210,_0x42efe3._0x4a4a67,0x308)](_0x371e6d(0xe9,_0x42efe3._0x56985d,_0x42efe3._0x11d865,0x12c)+'ing\x20setup.'+'json:\x20'+_0xef0af[_0x371e6d(_0x42efe3._0x536680,-0x27,-0x62,-0x5d)]),process[_0x5a6b84(_0x42efe3._0x1399f0,_0x42efe3._0x15c68b,_0x42efe3._0xc1f977,_0x42efe3._0x473465)](0x6*-0x56a+-0x2c4+0x2341);}}else _0x3202d8[_0x371e6d(0x3d,0x9d,0x9c,_0x42efe3._0x19e6ba)](_0x371e6d(0xf0,_0x42efe3._0x25346c,0x54,0x46)+_0x5a6b84(_0x42efe3._0x24c770,0x2a4,0x2cc,_0x42efe3._0x4c5e84)+_0x5a6b84(_0x42efe3._0x15f6e5,0x1a9,0x1a0,0x1ef)+_0x32a3de),_0x47c86f[_0x5a6b84(0x1ea,0x30a,_0x42efe3._0x1095c3,0x333)](_0x4f79a3[_0x5a6b84(0x2de,_0x42efe3._0x419844,_0x42efe3._0x27b53e,0x26d)]),_0x27d20e[_0x5a6b84(_0x42efe3._0x4c4802,0x253,0x2d4,_0x42efe3._0x16dae8)](0x23f1+0x1*0xa9f+-0x2e8f);}}_0x4f79a3[_0x5a6b84(0x219,_0x42efe3._0x76d9ad,0x25c,_0x42efe3._0x3ba7ce)](_0xa6387b,undefined)?console['log'](_0xa6387b):_0x4f79a3[_0x371e6d(-_0x42efe3._0x1e913e,-_0x42efe3._0x496584,-_0x42efe3._0xe6d08b,-_0x42efe3._0x1217ae)](_0x4f79a3[_0x5a6b84(_0x42efe3._0x212d5c,_0x42efe3._0x25f0d7,0x2ad,_0x42efe3._0x16d969)],_0x4f79a3[_0x5a6b84(_0x42efe3._0x4c2fea,0x250,0x2ad,0x317)])?(console[_0x5a6b84(_0x42efe3._0x36084c,_0x42efe3._0x2110ac,_0x42efe3._0x4a4a67,_0x42efe3._0x527f11)](_0x371e6d(-0x57,-0x13,0x1a,0x25)+_0x3180f1+(_0x371e6d(_0x42efe3._0x3ff8be,_0x42efe3._0x221984,0x137,_0x42efe3._0x24e828)+_0x5a6b84(_0x42efe3._0x4a8e18,_0x42efe3._0x3f6c58,_0x42efe3._0x3dff5c,_0x42efe3._0xae19bd)+_0x5a6b84(_0x42efe3._0x14e214,0x14f,_0x42efe3._0x2b767a,_0x42efe3._0x3313a9))),process[_0x371e6d(0xa5,_0x42efe3._0x5786fc,_0x42efe3._0x5ae7db,0xef)](0x15cc+0x1ff2+0x35bd*-0x1)):_0x120c55[_0x371e6d(_0x42efe3._0x4eafb1,0x9d,0x53,0x88)](_0x5a6b84(_0x42efe3._0x1c158e,0x265,_0x42efe3._0x1af0a9,_0x42efe3._0x3ba7ce)+_0x5a6b84(_0x42efe3._0x21c796,_0x42efe3._0x47f39e,0x2b3,_0x42efe3._0x2000e1)+_0x5a6b84(_0x42efe3._0x8e9dbe,_0x42efe3._0x3d86a9,_0x42efe3._0x5173b9,_0x42efe3._0x456c38)+_0x1f4648['message']);}async function removeConfig(_0x159fbc){const _0x56abb5={_0x17b0c9:0x118,_0x5683b7:0x196,_0x479841:0x180,_0x248496:0x1d7,_0x3dc6a0:0x276,_0x185220:0x19d,_0xba8125:0x149,_0x106a22:0xb4,_0x2ab772:0x85,_0x3d24d0:0x177,_0x4c6b1b:0x1a8,_0x54408b:0x7,_0x4e69c5:0x77,_0x58bfa1:0x111,_0x44ef5f:0xd3,_0x5c49b1:0x9d,_0x364b77:0x1d8,_0x4532f1:0x14a,_0x2dbee3:0x201,_0x17ee08:0xbd,_0xf24e72:0xe3,_0x3df85f:0xe9,_0x1a9727:0xd7,_0x186f58:0xec,_0x5c58d5:0xa9,_0x2a9eb7:0x4a,_0x581448:0x16,_0x23265b:0x109,_0x245c86:0x83,_0x3333a3:0x1e5,_0x2b44ea:0x275,_0x5797aa:0x218,_0x53f4ca:0x16a,_0x46a068:0x9e,_0x3cdf2e:0x186,_0x4d1743:0x10c,_0x5b5bd6:0x1b3,_0x37b5a6:0x20a,_0x1f7ce3:0x1a5,_0x1c9867:0x79,_0x4ba390:0xbe,_0x3509c1:0xbf,_0x149aa2:0x11d,_0x11b9e6:0x1bb,_0xd8659c:0x242,_0x2ff54e:0x93,_0x1990f3:0xf,_0x2a6509:0x7e,_0x25fbd5:0xf3,_0x30498d:0x3e,_0x2060a9:0x5,_0x5cb11a:0xbc,_0x865a11:0x62,_0x2c1960:0x11e,_0x18c3d0:0x80,_0x159f5d:0x64,_0x79a2fa:0x19d,_0xb46330:0x1df,_0x17700f:0x10e,_0x5634b5:0x57,_0x3996c9:0x216,_0x5808b8:0x201,_0x5f08f2:0x166,_0x3c5766:0x93,_0x5eb8ba:0x6a,_0xc27d7b:0x243,_0x53c264:0x257,_0x316477:0xe0,_0x5787ee:0x7d,_0x927e05:0x1d,_0x2de264:0x27,_0x1e8f28:0x39,_0xaa29b0:0x11,_0x2ffbbb:0x1dc,_0x10d1cd:0x14e,_0x53d6e8:0x198,_0x33178a:0x1a2,_0x50bfc8:0x18,_0x3b3c12:0x97,_0x37a987:0x9f,_0x99cb55:0xf7,_0x388a3f:0x119,_0xce5f26:0xb0,_0x5d5d37:0x1c2,_0xa1b058:0x230,_0x183337:0x1fb,_0x4f9c61:0x1ca,_0x17cb76:0x48,_0xb74ab8:0x45,_0x5f0e25:0x6f,_0x21d5ca:0x83,_0x5c5e33:0xef,_0x3461ce:0x180,_0x256117:0x15a,_0x2d699d:0xe0,_0x4b6ddd:0xd4,_0xfe63bc:0xdd,_0x4da04d:0x1d6,_0x14b99a:0x262,_0x5aa793:0x25a,_0xd16e5:0xd0,_0x39c0b1:0x67,_0x5686cd:0x30,_0x2e793b:0x1fa,_0x4ac623:0x1e6,_0x547b7f:0x211,_0x159a1f:0x1ad,_0x44ca09:0xa8,_0x2e39fc:0x37,_0x2b652d:0x12e,_0x28b332:0x215,_0x21cda0:0x1d4,_0x31bcd7:0x65,_0x56580a:0xad,_0x42a639:0x2e,_0x19cec7:0x90,_0x3ccd5a:0xac,_0x15ad81:0xf0,_0xed8b61:0x113,_0x34e548:0x1ce,_0x2e03ae:0x135,_0x18b76e:0x56,_0x4ef7c2:0x4b,_0xc4587b:0x102,_0x46f8b0:0x9c,_0x4778a3:0x3d,_0x239b7f:0xf1,_0x30bff3:0x1af,_0x244acd:0x167,_0x7a6b16:0x19d,_0x4492b0:0x96,_0x1643c2:0x3,_0x340ce4:0x12,_0x430995:0x39,_0xd552b9:0x124,_0x5e7500:0x132,_0x3d8fce:0x96,_0x343971:0x153,_0xe02496:0x7b,_0x3f3f78:0x61,_0x5c7010:0x8d,_0x4a0a30:0xca,_0x31913b:0xf3,_0xc3db8b:0x1ea,_0x312b66:0x14e,_0x57a574:0x1dd,_0x317714:0xd6,_0x559a09:0x11d,_0x345ae0:0x182,_0x2e5b40:0x177,_0x19af10:0x12b,_0x4655c9:0x10f,_0x4bb63f:0x2b,_0x281b1e:0x19f,_0x277c5d:0x185,_0x437602:0x71,_0x5bad01:0x5c,_0x28068e:0x7f,_0x3c024b:0x109,_0x50ee08:0xe2,_0x1adca4:0x8b,_0x4b2dd9:0x138,_0x4ba372:0x108,_0x21c738:0xf2,_0x4bac25:0x13f,_0x4f79a7:0xac,_0x5d922c:0xd4,_0x54ffe6:0x38,_0x1d7616:0xb0,_0x31ca5a:0x10a,_0x14e65c:0xd4,_0x233674:0x1c3,_0x5a25fd:0x138,_0x4e294d:0x234,_0x5b53fd:0x16f,_0x5b27d2:0x237,_0x5b7428:0x12c,_0xddd38c:0x173,_0x386664:0xfc,_0x15dda3:0x176,_0x3a7582:0x40,_0x5b0622:0x91,_0x32c523:0x19b,_0x86b81d:0x6,_0x703c65:0xb6,_0x6e2946:0xb6,_0x29fe55:0x109,_0x5a5430:0x81,_0x5df113:0x8e,_0x1511bf:0x1c2,_0x57accc:0x131,_0x357cf4:0x25f,_0x5061cc:0xef,_0x8e2659:0x124,_0x176395:0x13c,_0x3ff0b6:0x10b,_0x579769:0xf8,_0x2fe80a:0x173,_0x5dd671:0x27c,_0x575f6a:0x1ad,_0x2435f0:0x11c,_0x5dc9b9:0x6b,_0x584bef:0x7c,_0x172ed2:0x1c2,_0x2c49ca:0x15b,_0x4f2068:0xd1,_0x4c4306:0x167,_0x2bc423:0x64,_0x2f500b:0x4d,_0xc566eb:0x101,_0x19c73a:0xae,_0x4f8dc8:0x6d,_0x445a23:0x165,_0x47ffa0:0x98,_0x3eb599:0x2b,_0x52dbcc:0x99,_0x48c53a:0x130,_0x210542:0xd9,_0x4eca08:0xff,_0x4b4b9e:0x123,_0x26f262:0x128,_0x39325a:0x28,_0x1b5036:0x74,_0x2566ae:0x193,_0x249dee:0xc3,_0x3711f6:0x24,_0x59e291:0x1a0,_0x24aa0a:0xfc,_0x534f0b:0xe7,_0xb8e7d2:0x1e,_0x266bdd:0x51,_0x4ee64f:0xef,_0x1f4a1c:0x75,_0x41a720:0xbc,_0x39dff7:0x3f,_0x4023e8:0xd4,_0xf11d58:0x1ce,_0x183107:0x210,_0x234c2a:0x16d,_0x202a4e:0x203,_0x5c334f:0x2ac,_0x287c98:0x11b,_0x4b95a7:0x17c,_0x3a0b78:0xfb,_0x340139:0x8b,_0x2c93d4:0xa4,_0x360175:0xe,_0x583748:0xd,_0x114a22:0x1e,_0x1ff775:0x2,_0x57ab3b:0xa4,_0x168a1c:0x88,_0x55ae36:0x16d,_0x54ed1a:0x19a,_0x5aab15:0x66,_0x3948f0:0xf0,_0x30a811:0x208,_0x3057d0:0x1cd,_0x3836d7:0x120,_0xd2b79a:0x21b,_0x57d473:0x11b,_0x5860b1:0xf0,_0x17eb1e:0x4c,_0x1887e9:0x1aa,_0x5866eb:0x1ec,_0x45d52d:0x183},_0x73d230={_0x1b74c3:0x3b,_0x324dae:0x17,_0x55566e:0x391},_0x110f52={_0x1ed12c:0x1d6,_0x1b2d82:0x1f2};function _0x47d6db(_0x1df791,_0x486a35,_0x5d8c72,_0x50f8c2){return _0x17ed76(_0x50f8c2,_0x486a35-_0x110f52._0x1ed12c,_0x5d8c72-0x1cf,_0x50f8c2-_0x110f52._0x1b2d82);}function _0x5568b8(_0x1f114c,_0xb2c9ce,_0x5dfd43,_0x34a473){return _0x4707b6(_0xb2c9ce,_0xb2c9ce-_0x73d230._0x1b74c3,_0x5dfd43-_0x73d230._0x324dae,_0x1f114c- -_0x73d230._0x55566e);}const _0x5322f7={'aXXFu':function(_0x653506,_0x35d867){return _0x653506===_0x35d867;},'QGshY':_0x5568b8(0xf0,_0x56abb5._0x17b0c9,_0x56abb5._0x5683b7,_0x56abb5._0x479841)+_0x5568b8(_0x56abb5._0x248496,_0x56abb5._0x3dc6a0,_0x56abb5._0x185220,0x1b9)+'\x20to\x20view\x20s'+'etup.json\x20'+_0x47d6db(0xd8,_0x56abb5._0xba8125,_0x56abb5._0x106a22,_0x56abb5._0x2ab772)+_0x5568b8(0x115,_0x56abb5._0x3d24d0,0x1b9,0xee),'SWsfG':_0x5568b8(_0x56abb5._0x4c6b1b,0x10a,0x199,0x181)+_0x47d6db(_0x56abb5._0x54408b,0x12,_0x56abb5._0x4e69c5,0xc6)+_0x47d6db(_0x56abb5._0x58bfa1,0x145,_0x56abb5._0x44ef5f,_0x56abb5._0x5c49b1)+'r_setup_pa'+_0x5568b8(_0x56abb5._0x364b77,_0x56abb5._0x4532f1,_0x56abb5._0x2dbee3,0x26a)+_0x47d6db(_0x56abb5._0x17ee08,0xc6,0xfe,_0x56abb5._0xf24e72)+'tup','QESKL':_0x5568b8(_0x56abb5._0x3df85f,_0x56abb5._0x1a9727,0xf7,0x183)+_0x47d6db(_0x56abb5._0x186f58,_0x56abb5._0x5c58d5,_0x56abb5._0x2a9eb7,_0x56abb5._0x581448)+_0x5568b8(_0x56abb5._0x23265b,0x187,0x10b,_0x56abb5._0x245c86)+'ed','Nfyiz':_0x5568b8(_0x56abb5._0x3333a3,_0x56abb5._0x2b44ea,_0x56abb5._0x5797aa,0x140)+_0x47d6db(0x9a,0x4b,0xdd,_0x56abb5._0x53f4ca)+_0x5568b8(0x119,0xbf,_0x56abb5._0x46a068,_0x56abb5._0x3cdf2e)+_0x5568b8(_0x56abb5._0x4d1743,0xb3,0x101,0x88)+_0x5568b8(_0x56abb5._0x5b5bd6,0x24a,_0x56abb5._0x37b5a6,_0x56abb5._0x1f7ce3)+_0x47d6db(0xc0,0x2c,0xae,_0x56abb5._0x1c9867),'bfSBY':function(_0x4468e1,_0x2dc381){return _0x4468e1&&_0x2dc381;},'LsQpw':_0x47d6db(0x13f,_0x56abb5._0x4ba390,0xa3,0xbb)+_0x5568b8(0x129,_0x56abb5._0x3509c1,0x114,_0x56abb5._0x149aa2),'qtkht':function(_0x1d8190,_0x8c934){return _0x1d8190(_0x8c934);},'ssbUr':_0x5568b8(0x1ab,0x232,_0x56abb5._0x11b9e6,_0x56abb5._0xd8659c)+'t','beXLA':function(_0x57924e,_0x52ee21){return _0x57924e(_0x52ee21);},'IFsCq':_0x47d6db(-0x59,-_0x56abb5._0x2ff54e,_0x56abb5._0x1990f3,-0x15)+'y','mCKQT':function(_0x24f2c2){return _0x24f2c2();},'KtVwb':function(_0x2d70fb,_0x26499f){return _0x2d70fb!==_0x26499f;},'TePOa':_0x5568b8(0x124,0x188,_0x56abb5._0x2a6509,0x117),'yXmgc':function(_0x37ef9b){return _0x37ef9b();},'MrNWc':_0x47d6db(_0x56abb5._0x25fbd5,0x98,0x137,0x143),'spxqD':function(_0x32371f,_0x2373b4){return _0x32371f===_0x2373b4;},'xmwMu':_0x47d6db(-0x5b,0x2,_0x56abb5._0x30498d,_0x56abb5._0x2060a9),'OCrxm':_0x47d6db(0xa2,0x13c,_0x56abb5._0x5cb11a,0x40),'TkaSR':_0x47d6db(_0x56abb5._0x865a11,_0x56abb5._0x2c1960,_0x56abb5._0x18c3d0,_0x56abb5._0x159f5d),'MFEFJ':function(_0x37be7c,_0x8df0dd){return _0x37be7c===_0x8df0dd;},'FQvEQ':_0x5568b8(_0x56abb5._0x79a2fa,0x10b,_0x56abb5._0xb46330,0x147),'uUEme':_0x5568b8(0x120,0xb8,_0x56abb5._0x17700f,0x7d),'xkKtJ':function(_0xac18e4,_0x523525){return _0xac18e4===_0x523525;},'cRiqp':_0x47d6db(-0x16,-0x1f,_0x56abb5._0x5634b5,-0x14),'KcYib':'psDcB','sULTD':function(_0x18578e,_0x403c0f){return _0x18578e+_0x403c0f;},'XIvMW':_0x5568b8(_0x56abb5._0x3996c9,0x207,_0x56abb5._0x5808b8,0x29f)+'e\x20server\x20f'+_0x47d6db(_0x56abb5._0x5f08f2,0xb6,0x11f,0x184)+_0x47d6db(_0x56abb5._0x3c5766,_0x56abb5._0x5eb8ba,0x25,0xc8)+'ffect.'};!_0x159fbc&&(console[_0x5568b8(0x1c2,_0x56abb5._0xc27d7b,_0x56abb5._0x53c264,0x214)](_0x5568b8(_0x56abb5._0x316477,0x94,0x148,_0x56abb5._0x5787ee)+_0x47d6db(-0x23,0x87,0x78,-_0x56abb5._0x927e05)+_0x47d6db(-_0x56abb5._0x2de264,-_0x56abb5._0x1e8f28,-_0x56abb5._0xaa29b0,-0x9e)+_0x47d6db(0x8e,_0x56abb5._0x2ffbbb,0x131,_0x56abb5._0x10d1cd)),process[_0x5568b8(0x203,_0x56abb5._0x53d6e8,0x28f,_0x56abb5._0x33178a)](-0x26b7+-0x16cc*-0x1+-0x2*-0x7f6));const _0x58c5a4=SERVER_CONFIG_KEYS[_0x47d6db(0x6f,-_0x56abb5._0x50bfc8,0x60,_0x56abb5._0x3b3c12)](_0x159fbc),_0x56ac27=SETUP_JSON_KEYS[_0x47d6db(0x74,_0x56abb5._0x37a987,0x60,0x5)](_0x159fbc);_0x5322f7[_0x5568b8(0x114,_0x56abb5._0x99cb55,_0x56abb5._0x388a3f,_0x56abb5._0xce5f26)](!_0x58c5a4,!_0x56ac27)&&(console[_0x5568b8(_0x56abb5._0x5d5d37,_0x56abb5._0xa1b058,0x1fa,0x231)]('Unknown\x20co'+_0x5568b8(_0x56abb5._0x183337,0x231,0x15b,_0x56abb5._0x4f9c61)+_0x47d6db(_0x56abb5._0x17cb76,-_0x56abb5._0xb74ab8,-0x4,-0x34)+_0x159fbc),console[_0x47d6db(_0x56abb5._0x5f0e25,_0x56abb5._0x21d5ca,_0x56abb5._0x5c5e33,_0x56abb5._0x3461ce)](_0x5322f7[_0x5568b8(0x110,_0x56abb5._0x256117,_0x56abb5._0x2d699d,_0x56abb5._0x4b6ddd)]),process[_0x47d6db(_0x56abb5._0xfe63bc,0x117,0x130,0x121)](-0x1ad1+0x1bec+-0x11a));if(_0x58c5a4){switch(_0x159fbc){case _0x5322f7[_0x5568b8(_0x56abb5._0x4da04d,_0x56abb5._0x14b99a,0x151,_0x56abb5._0x5aa793)]:await _0x5322f7[_0x5568b8(_0x56abb5._0xd16e5,_0x56abb5._0x39c0b1,_0x56abb5._0x5686cd,0x122)](saveCoderSetupPath,null),console[_0x5568b8(0x1c3,0x1c0,0x155,0x22b)]('Removed\x20'+_0x159fbc);break;case _0x5322f7[_0x5568b8(_0x56abb5._0x2e793b,_0x56abb5._0x4ac623,_0x56abb5._0x547b7f,_0x56abb5._0x159a1f)]:await _0x5322f7[_0x47d6db(-_0x56abb5._0x44ca09,-0x2a,-0x3,-0x84)](saveServerPort,0x1*-0x731+-0x7f3*0x4+-0x3*-0x10e7),console['log'](_0x5568b8(0xd8,_0x56abb5._0x2e39fc,_0x56abb5._0x2b652d,0xbf)+_0x159fbc+(_0x5568b8(_0x56abb5._0x28b332,0x221,0x25f,0x294)+'t\x20(3000)'));break;case'ssl_cert_p'+_0x47d6db(_0x56abb5._0x5c5e33,0xf1,_0x56abb5._0xb74ab8,0x40):await saveSslCertPath(null),console['log'](_0x47d6db(_0x56abb5._0x3c5766,_0x56abb5._0x21cda0,0x135,0xdf)+_0x159fbc);break;case _0x47d6db(_0x56abb5._0x31bcd7,0xa2,_0x56abb5._0x56580a,_0x56abb5._0x37a987)+'th':await _0x5322f7[_0x47d6db(_0x56abb5._0x5634b5,-0x6c,-0x3,-_0x56abb5._0x42a639)](saveSslKeyPath,null),console[_0x47d6db(_0x56abb5._0x19cec7,_0x56abb5._0x3ccd5a,_0x56abb5._0x15ad81,_0x56abb5._0xed8b61)](_0x47d6db(0x1a9,_0x56abb5._0x34e548,_0x56abb5._0x2e03ae,0x121)+_0x159fbc);break;case _0x47d6db(0x5e,_0x56abb5._0x18b76e,0xf9,0xa1)+'h':await _0x5322f7[_0x47d6db(0x2a,-_0x56abb5._0x4ef7c2,0x5a,0xf3)](saveSslCaPath,null),console[_0x47d6db(_0x56abb5._0xc4587b,_0x56abb5._0x865a11,_0x56abb5._0x15ad81,0x17e)]('Removed\x20'+_0x159fbc);break;case _0x5322f7[_0x47d6db(_0x56abb5._0x5c49b1,0x16,_0x56abb5._0x46f8b0,_0x56abb5._0x4778a3)]:await saveTrustProxy(null),console['log'](_0x47d6db(_0x56abb5._0x3d24d0,_0x56abb5._0x5d5d37,_0x56abb5._0x2e03ae,0x17b)+_0x159fbc);break;}console[_0x47d6db(0xaf,0x12a,0xf0,_0x56abb5._0x239b7f)](_0x5568b8(_0x56abb5._0x30bff3,_0x56abb5._0x244acd,_0x56abb5._0x7a6b16,0x152)+':\x20'+_0x5322f7[_0x47d6db(0x19f,_0x56abb5._0x4492b0,0x10e,0x12f)](getConfigPath));}else{if(_0x56ac27){if(_0x5322f7[_0x47d6db(-_0x56abb5._0x1643c2,-0x2c,_0x56abb5._0x340ce4,-_0x56abb5._0x430995)](_0x5568b8(_0x56abb5._0xd552b9,0x171,0x1c6,0x9b),_0x5322f7[_0x5568b8(_0x56abb5._0x5e7500,0x18b,_0x56abb5._0x3d8fce,_0x56abb5._0x343971)]))_0x5322f7[_0x5568b8(0xf7,_0x56abb5._0xe02496,0x80,0x69)](_0x12e100['code'],_0x47d6db(_0x56abb5._0x3f3f78,_0x56abb5._0x5c7010,_0x56abb5._0x4a0a30,_0x56abb5._0x31913b))?_0xe178aa['error'](_0x47d6db(0xf6,0x9b,0xaf,0x78)+_0x5568b8(_0x56abb5._0xc3db8b,_0x56abb5._0x312b66,0x260,_0x56abb5._0x57a574)+_0x47d6db(_0x56abb5._0x317714,0x72,0x69,0x56)+'\x20'+_0x144608):_0x368c25[_0x5568b8(_0x56abb5._0x5d5d37,0x238,_0x56abb5._0x559a09,0x239)](_0x5568b8(0x1e4,0x146,_0x56abb5._0x345ae0,0x187)+_0x47d6db(_0x56abb5._0x2e5b40,_0x56abb5._0x19af10,_0x56abb5._0x4655c9,_0x56abb5._0x4a0a30)+_0x47d6db(0x154,_0x56abb5._0x5c58d5,0x10c,0xc2)+_0x2d833b[_0x47d6db(0xd,-0x4e,_0x56abb5._0x4bb63f,-0x57)]),_0x3bd744[_0x5568b8(0x203,0x1f6,_0x56abb5._0x281b1e,0x1d1)](-0xfcb+0x1928+-0x95c);else{const _0x416fcb=await _0x5322f7['yXmgc'](getCoderSetupPath);!_0x416fcb&&(console[_0x5568b8(0x1c2,0x1a3,_0x56abb5._0x277c5d,0x1bc)](_0x47d6db(_0x56abb5._0x437602,-0x9,0x16,_0x56abb5._0x5bad01)+_0x47d6db(0x26,_0x56abb5._0x28068e,0x4a,0xbe)+_0x5568b8(_0x56abb5._0x3c024b,_0x56abb5._0x50ee08,0x168,_0x56abb5._0x1adca4)+'ed'),process[_0x47d6db(0x178,_0x56abb5._0x50ee08,0x130,_0x56abb5._0x4b2dd9)](-0x2140+0xf35*-0x2+0x3fab));const _0x1b776a=_0x424ab8[_0x5568b8(0x165,_0x56abb5._0x4ba372,_0x56abb5._0x21c738,_0x56abb5._0x4bac25)](_0x416fcb,_0x5322f7[_0x47d6db(_0x56abb5._0x46f8b0,0x3c,_0x56abb5._0x5686cd,-0x52)]);let _0x3509d9;try{if(_0x5322f7[_0x47d6db(_0x56abb5._0x4f79a7,_0x56abb5._0x5d922c,0x5b,-_0x56abb5._0x54ffe6)](_0x47d6db(_0x56abb5._0x1d7616,0xac,0xb2,0x31),_0x5322f7[_0x5568b8(0xf4,0x181,_0x56abb5._0x31ca5a,_0x56abb5._0x14e65c)]))_0x34c9b8[_0x5568b8(_0x56abb5._0x233674,_0x56abb5._0x5a25fd,_0x56abb5._0x4e294d,_0x56abb5._0x5b53fd)](_0x5322f7['QGshY']),_0x4843b9[_0x5568b8(_0x56abb5._0x233674,_0x56abb5._0x5b27d2,_0x56abb5._0x5b7428,0x1f2)](_0x5322f7[_0x47d6db(_0x56abb5._0xddd38c,0x19c,_0x56abb5._0x386664,_0x56abb5._0x15dda3)]);else{const _0x1cc921=await _0x1acb2e[_0x47d6db(_0x56abb5._0x3a7582,-0xb,_0x56abb5._0x5b0622,0x2d)](_0x1b776a,_0x5568b8(0x16d,0x11f,_0x56abb5._0x32c523,0xe0));_0x3509d9=JSON[_0x47d6db(0xc9,0x140,0xea,0x183)](_0x1cc921);}}catch(_0x8178c7){_0x5322f7[_0x47d6db(0x9c,-_0x56abb5._0x86b81d,_0x56abb5._0x340ce4,_0x56abb5._0x703c65)](_0x5322f7[_0x47d6db(_0x56abb5._0x6e2946,-0x4d,0x5e,_0x56abb5._0x29fe55)],_0x5322f7['TkaSR'])?(_0x5322f7[_0x47d6db(-0x20,-0x4d,0x3c,-_0x56abb5._0xaa29b0)](_0x8178c7['code'],_0x5322f7[_0x47d6db(0x72,_0x56abb5._0x5a5430,_0x56abb5._0x5df113,0x103)])?console[_0x5568b8(_0x56abb5._0x1511bf,0x149,_0x56abb5._0x57accc,_0x56abb5._0x357cf4)](_0x47d6db(_0x56abb5._0x5061cc,_0x56abb5._0x8e2659,0xaf,0xf0)+_0x5568b8(0x1ea,0x263,0x261,0x273)+_0x5568b8(_0x56abb5._0x176395,_0x56abb5._0x3ff0b6,0xd8,0xd5)+'\x20'+_0x1b776a):_0x5322f7['uUEme']!==_0x5322f7[_0x47d6db(_0x56abb5._0x579769,_0x56abb5._0x2fe80a,_0x56abb5._0x186f58,0x14d)]?(_0x49250d['error'](_0x5322f7[_0x5568b8(0x20b,_0x56abb5._0x5dd671,0x1fb,0x22c)]),_0x59da88[_0x5568b8(0x1c2,0x1be,_0x56abb5._0x4f9c61,_0x56abb5._0x575f6a)](''),_0x1ac6af['error'](_0x47d6db(0xdd,0xab,_0x56abb5._0x2435f0,0x1bd)+_0x47d6db(_0x56abb5._0x5dc9b9,0x3e,_0x56abb5._0x584bef,0xab)+_0x5568b8(0x1d7,0x1fe,0x144,0x19d)+':'),_0x258504[_0x5568b8(_0x56abb5._0x172ed2,0x164,0x159,_0x56abb5._0x2c49ca)](_0x5322f7[_0x47d6db(_0x56abb5._0x4f2068,0x156,_0x56abb5._0x386664,0x12d)]),_0x5ec411[_0x47d6db(_0x56abb5._0x4c4306,0x1c9,0x130,0xea)](0x1c13+-0xdb5+-0xe5d)):console[_0x47d6db(_0x56abb5._0x2bc423,_0x56abb5._0x2f500b,0xef,0xdb)](_0x47d6db(0xcd,_0x56abb5._0xc566eb,0x111,_0x56abb5._0x30bff3)+_0x47d6db(0x79,_0x56abb5._0x19c73a,0x10f,_0x56abb5._0x4f8dc8)+_0x5568b8(0x1df,0x253,0x26a,_0x56abb5._0x445a23)+_0x8178c7[_0x47d6db(_0x56abb5._0x47ffa0,-0x4,_0x56abb5._0x3eb599,_0x56abb5._0x52dbcc)]),process[_0x47d6db(0xfa,0x95,_0x56abb5._0x48c53a,_0x56abb5._0x210542)](0x33*0xbf+-0x499*0x4+-0x13a8)):(_0x4e1e0c[_0x47d6db(_0x56abb5._0x4eca08,_0x56abb5._0x4b4b9e,0xef,_0x56abb5._0xba8125)]('Unknown\x20co'+_0x47d6db(0x1ae,0xe5,_0x56abb5._0x26f262,0x18e)+_0x47d6db(0x93,_0x56abb5._0x39325a,-0x4,-_0x56abb5._0x1b5036)+_0x2343f3),_0xd7e30[_0x47d6db(_0x56abb5._0x2566ae,0xe6,0xef,0xe9)](_0x5322f7['Nfyiz']),_0x478fb1['exit'](0xfa0+0x7*0x451+-0x2dd6));}_0x5322f7[_0x47d6db(-0x36,_0x56abb5._0x249dee,_0x56abb5._0x3711f6,0xc4)](_0x3509d9[_0x159fbc],undefined)&&(_0x5322f7[_0x5568b8(0x189,_0x56abb5._0x59e291,_0x56abb5._0x24aa0a,_0x56abb5._0x534f0b)](_0x5322f7[_0x47d6db(0x8c,0xa5,_0x56abb5._0xb8e7d2,-_0x56abb5._0x266bdd)],_0x5322f7['KcYib'])?(_0x2fc313[_0x47d6db(0x179,0x55,_0x56abb5._0x4ee64f,_0x56abb5._0x1f4a1c)](_0x47d6db(_0x56abb5._0x41a720,0xc8,_0x56abb5._0x39dff7,_0x56abb5._0x4023e8)+_0x2d10fa+(_0x5568b8(_0x56abb5._0xf11d58,0x139,0x154,_0x56abb5._0x183107)+_0x5568b8(_0x56abb5._0xed8b61,_0x56abb5._0x234c2a,0xa2,0x17f)+'guration')),_0x1a6c99[_0x5568b8(_0x56abb5._0x202a4e,0x1fb,0x216,_0x56abb5._0x5c334f)](0x182+-0x20b4+0x31*0xa3)):(console['error'](_0x5568b8(0x112,_0x56abb5._0x3d24d0,0x11d,0x103)+_0x159fbc+(_0x47d6db(_0x56abb5._0x287c98,_0x56abb5._0x4b95a7,_0x56abb5._0x3a0b78,0x5a)+_0x47d6db(_0x56abb5._0x340139,_0x56abb5._0x2c93d4,_0x56abb5._0x3a7582,_0x56abb5._0x360175)+_0x47d6db(-_0x56abb5._0x583748,-_0x56abb5._0x114a22,_0x56abb5._0x1ff775,0x5))),process['exit'](0x16d*0x13+0xb4a+-0x20*0x133))),delete _0x3509d9[_0x159fbc],await _0x1acb2e['writeFile'](_0x1b776a,_0x5322f7['sULTD'](JSON[_0x47d6db(-0x19,_0x56abb5._0x57ab3b,_0x56abb5._0x168a1c,0xd8)](_0x3509d9,null,-0x1b27+-0x1*-0x9a9+0xa*0x1c0),'\x0a'),_0x5568b8(_0x56abb5._0x55ae36,0x1cf,_0x56abb5._0x54ed1a,0x11e)),console[_0x47d6db(_0x56abb5._0x168a1c,_0x56abb5._0x5aab15,_0x56abb5._0x3948f0,0x175)](_0x5568b8(_0x56abb5._0x30a811,0x283,_0x56abb5._0x3057d0,_0x56abb5._0x3333a3)+_0x159fbc),console[_0x5568b8(_0x56abb5._0x233674,_0x56abb5._0x3836d7,0x1a8,0x1b5)](_0x5568b8(0x1af,_0x56abb5._0xd2b79a,0x1e5,0x1d7)+':\x20'+_0x1b776a),console[_0x47d6db(_0x56abb5._0x57d473,0x187,_0x56abb5._0x5860b1,_0x56abb5._0x17eb1e)](''),console[_0x5568b8(0x1c3,_0x56abb5._0x1887e9,_0x56abb5._0x5866eb,_0x56abb5._0x45d52d)](_0x5322f7['XIvMW']);}}}}async function showConfig(){const _0x42099d={_0x23bcd5:0x163,_0x10e981:0xda,_0x4324ca:0x92,_0x1fdc55:0x1c,_0x404f9b:0xf0,_0x48d208:0x37,_0x4d8dee:0x3d,_0x93b890:0x94,_0x4aac21:0x131,_0x4ece5c:0x89,_0x194a4f:0x1d6,_0x1cb69d:0x87,_0x1751d6:0x96,_0x218d72:0x58,_0x2a406a:0x3f,_0x4a846a:0x24,_0x3c29a3:0xa8,_0x2cad2e:0xe7,_0x26bc32:0xc,_0x1e251c:0x4c,_0x10568f:0x2f,_0x1ecd9b:0x44,_0x30672b:0x6e,_0x235fa7:0x7d,_0x1ed86b:0x82,_0x57fece:0x17,_0x498b39:0x6,_0x518a66:0x49,_0x57d0c1:0x9,_0x1c545d:0x19,_0x18916d:0xe2,_0xe19954:0x9e,_0x2a97a8:0x6f,_0x701e7e:0x13,_0x8662dd:0x6d,_0x61e8ae:0x94,_0x38387d:0xf5,_0x5a913e:0x28,_0x1834b0:0x5,_0x5b77fd:0x3e,_0x4955d0:0x8b,_0x5bd09f:0x5e,_0x10d39a:0x3,_0x4043a3:0xb4,_0x3f3328:0x140,_0x29bb9d:0x56,_0x3fb4b9:0xc4,_0x20754a:0x10b,_0x1341a9:0x119,_0x5579cb:0x7c,_0x5d4b08:0xcc,_0x222f1e:0x12,_0x3c002e:0xb2,_0x221602:0x30,_0x4fe2e0:0x51,_0xcef180:0xe9,_0x468e5d:0xad,_0x2a6e1e:0x106,_0x26388b:0x149,_0x3905d0:0xa1,_0x149c1f:0xf4,_0x518941:0x19,_0x4d58bb:0x47,_0x2864e8:0x2c,_0x2ef6ea:0xd6,_0x59adf0:0x12d,_0x530e77:0x12f,_0x4ecd07:0xa1,_0x1bf871:0x54,_0x23ecfe:0x23,_0x215ace:0x91,_0x502258:0xb0,_0xd65e7a:0x120,_0x5de572:0x11f,_0x4e9fe5:0x12c,_0x300d03:0x109,_0x4346a5:0xc9,_0x5a0b2f:0x2e,_0x395c41:0x1d,_0x2e1c3a:0xfd,_0x21c53e:0x1e,_0x13e0ca:0x8a,_0x3dc0bb:0x44,_0x4df6af:0x46,_0x7a5020:0x8a,_0x275ea1:0x1b,_0x3f6de3:0x78,_0xbda058:0x5e,_0x260115:0x1b,_0x4e5561:0xf8,_0x282e1f:0xa2,_0x4bf194:0x41,_0x3f892e:0xeb,_0x583c17:0x69,_0x4e5303:0x7,_0x2c9cf8:0x35,_0x2638d5:0x44,_0x2c545c:0x68,_0x3deaff:0x44,_0x32a87c:0x72,_0x45106c:0x4d,_0x3bfd7f:0x71,_0x50057d:0x14,_0x28509b:0x81,_0x6878d8:0x4b,_0x39fb86:0x9,_0x47898f:0xe1,_0x449c72:0x44,_0x300f23:0xd7,_0x59431f:0x106,_0x49387b:0xe4,_0x4372c9:0x134,_0x31375e:0x16c,_0x3bf0bb:0xbd,_0x4ddd45:0x152,_0x4874d3:0x53,_0x105e26:0x7a,_0x23f5b8:0x3b,_0x42afc4:0xda,_0x4b031d:0x90,_0x331497:0x51,_0x261892:0x49,_0x3b98f1:0x7e,_0x123106:0x104,_0xf1cd39:0x13d,_0x56e076:0x95,_0x480d97:0x3,_0x3db8e3:0x1,_0x122728:0xbf,_0x5937cb:0x49,_0x58ea76:0x36,_0x292da2:0xb1,_0x512859:0x63,_0x3ea0e6:0x12a,_0x2e4bc2:0x11c,_0x5664f7:0x17c,_0x56dcfe:0xa6,_0x582240:0xa7,_0x5b98a9:0x1a,_0x44489c:0xe,_0x1136f7:0x94,_0x1d7a86:0x103,_0x173ff2:0x19a,_0x33aa6e:0x135,_0x3d284a:0x75,_0x599566:0x55,_0xcf3d83:0xa3,_0x3a5133:0xa8,_0x28fa14:0x23,_0x4ff41d:0x87,_0x155b38:0xb5,_0x43e280:0xdc,_0x1e095b:0x11,_0x412cf7:0xb8,_0x40ee96:0x7d,_0x4919be:0x2,_0x21275c:0x53,_0x167de0:0x136,_0x4bca3a:0xdd,_0x30c994:0x7f,_0x3e1447:0x80,_0xd4ee5b:0x66,_0x4f21f7:0xaa,_0x1b1cc5:0xfd,_0x4fbb4c:0xf6,_0x508b0c:0x4c,_0x1d72fb:0x61,_0x529d1c:0x3c,_0x540dc1:0x51},_0x58bc3a={_0x1978a1:0x12d,_0x18d5ea:0x583},_0x365e19={_0x1df5a7:0xa7},_0x3d297c={'FxaCy':_0x1aec4e(-0x53,-0xf9,-_0x42099d._0x23bcd5,-0x183)+_0x3b0327(-0x60,-0xa3,-_0x42099d._0x10e981,-_0x42099d._0x4324ca)+'d)','ZXwJl':function(_0x2a6b54){return _0x2a6b54();},'VaMgf':function(_0x3d16dd){return _0x3d16dd();},'lCtkS':function(_0x272b67,_0xd415a4){return _0x272b67||_0xd415a4;},'yuLWH':function(_0x315344,_0x565385){return _0x315344||_0x565385;},'rMtjS':_0x1aec4e(0x2,-0x14,0x7e,-_0x42099d._0x1fdc55),'AbLWA':function(_0x3340dc,_0x9b5c90){return _0x3340dc||_0x9b5c90;},'SgiPd':function(_0x2ad2c1,_0x7ea06e){return _0x2ad2c1||_0x7ea06e;},'bJicC':'===\x20Setup\x20'+'Configurat'+_0x3b0327(-0xb7,-_0x42099d._0x404f9b,-0xa0,-0x133),'NbyaT':_0x1aec4e(0x13,0x18,_0x42099d._0x48d208,0x22),'WJBZg':function(_0x104aec,_0x47cc1c){return _0x104aec===_0x47cc1c;},'ClNTg':_0x3b0327(-0x7c,-_0x42099d._0x4d8dee,-0x2f,-_0x42099d._0x93b890),'SdZBX':_0x1aec4e(-0xf3,-_0x42099d._0x4aac21,-_0x42099d._0x4ece5c,-_0x42099d._0x194a4f),'XaQeu':_0x1aec4e(-_0x42099d._0x1cb69d,-0x5c,-0x34,-_0x42099d._0x1751d6),'PyBUl':function(_0x4c23fe,_0x3280aa){return _0x4c23fe===_0x3280aa;},'bhXlE':_0x1aec4e(-0x104,-_0x42099d._0x218d72,-0x6,-0x4a),'RrCZH':_0x3b0327(-0x7,_0x42099d._0x2a406a,-_0x42099d._0x4a846a,-0x7)+_0x1aec4e(-0x45,-_0x42099d._0x3c29a3,-_0x42099d._0x2cad2e,-0x12f)+_0x1aec4e(-_0x42099d._0x26bc32,-_0x42099d._0x1e251c,0x3a,-0xad)+_0x3b0327(-_0x42099d._0x10568f,-_0x42099d._0x1ecd9b,-_0x42099d._0x30672b,-0xe0)+_0x3b0327(-_0x42099d._0x235fa7,0x66,_0x42099d._0x26bc32,_0x42099d._0x1ed86b)+'o/coder-se'+_0x1aec4e(_0x42099d._0x57fece,-_0x42099d._0x498b39,_0x42099d._0x518a66,-0x22)};console[_0x3b0327(0x20,-0xa8,-_0x42099d._0x57d0c1,0x86)]('===\x20Server'+_0x3b0327(_0x42099d._0x1c545d,0x67,-0x46,-_0x42099d._0x18916d)+_0x3b0327(-_0x42099d._0xe19954,-_0x42099d._0x2a97a8,-0xed,-0x162)),console[_0x1aec4e(-0xc4,-0x2f,0x66,_0x42099d._0x701e7e)]('');const _0x500df6=await _0x3d297c['ZXwJl'](getCoderSetupPath),_0x51e306=await _0x3d297c[_0x1aec4e(-_0x42099d._0x8662dd,-0x84,-_0x42099d._0x61e8ae,-_0x42099d._0x38387d)](getServerPort),_0x392d69=await _0x3d297c[_0x3b0327(_0x42099d._0x5a913e,-_0x42099d._0x1834b0,-0x5e,-_0x42099d._0x5b77fd)](getSslCertPath);function _0x3b0327(_0xdd71d2,_0x551872,_0x43bc48,_0x2a72e1){return _0x17ed76(_0x2a72e1,_0x551872-0xac,_0x43bc48-0xd6,_0x2a72e1-_0x365e19._0x1df5a7);}const _0x55f9b4=await getSslKeyPath(),_0x1bfa27=await _0x3d297c[_0x3b0327(-_0x42099d._0x4955d0,-0x23,-_0x42099d._0x5bd09f,_0x42099d._0x10d39a)](getSslCaPath),_0x111fcb=await _0x3d297c[_0x1aec4e(-0xa6,-_0x42099d._0x4043a3,-0x65,-_0x42099d._0x3f3328)](getTrustProxy);console[_0x3b0327(-0x4c,0x33,-0x9,-0x81)](_0x3b0327(0x2c,-0xe1,-_0x42099d._0x29bb9d,-_0x42099d._0x3fb4b9)+_0x1aec4e(-_0x42099d._0x20754a,-_0x42099d._0x1341a9,-_0x42099d._0x235fa7,-_0x42099d._0x5579cb)+_0x3d297c[_0x1aec4e(-0x61,-0xad,-_0x42099d._0x5d4b08,-0xb5)](_0x500df6,_0x3b0327(0x37,0x54,_0x42099d._0x222f1e,_0x42099d._0x3c002e))),console[_0x3b0327(0x1b,0x58,-_0x42099d._0x57d0c1,0xa1)]('server_por'+'t:\x20\x20\x20\x20\x20\x20'+_0x51e306),console[_0x1aec4e(-0x20,-0x2f,-0x42,-0xd7)](_0x3b0327(-_0x42099d._0x221602,-_0x42099d._0x4fe2e0,0x39,0x5a)+'ath:\x20\x20\x20\x20'+_0x3d297c[_0x3b0327(-_0x42099d._0xcef180,-0x15,-_0x42099d._0x468e5d,-0x1b)](_0x392d69,_0x3d297c[_0x3b0327(-_0x42099d._0x2a6e1e,-_0x42099d._0x26388b,-_0x42099d._0x3905d0,-0x2b)])),console['log'](_0x1aec4e(-_0x42099d._0x149c1f,-0x72,-_0x42099d._0x518941,-_0x42099d._0x4d58bb)+_0x3b0327(-0x70,0x13,-_0x42099d._0x2864e8,-_0x42099d._0x2a406a)+_0x3d297c[_0x1aec4e(-_0x42099d._0x2ef6ea,-0xb8,-_0x42099d._0x59adf0,-_0x42099d._0x530e77)](_0x55f9b4,_0x3d297c[_0x3b0327(-_0x42099d._0x1c545d,-0xac,-_0x42099d._0x4ecd07,-_0x42099d._0x3c002e)])),console[_0x1aec4e(0x5b,-0x2f,0x7,_0x42099d._0x235fa7)](_0x3b0327(0x6c,-_0x42099d._0x1bf871,0x0,_0x42099d._0x23ecfe)+_0x3b0327(-0x70,-_0x42099d._0x215ace,0x17,_0x42099d._0x502258)+_0x3d297c[_0x1aec4e(-0x19c,-_0x42099d._0xd65e7a,-_0x42099d._0x5de572,-_0x42099d._0x4e9fe5)](_0x1bfa27,'(not\x20set)')),console[_0x3b0327(-0x62,-0x78,-0x9,0x6b)](_0x1aec4e(-_0x42099d._0x300d03,-0x110,-0x17f,-_0x42099d._0x4346a5)+_0x1aec4e(-_0x42099d._0x5a0b2f,-0x78,-_0x42099d._0x20754a,-0xc5)+(_0x111fcb!==null?_0x111fcb:_0x3d297c[_0x3b0327(-_0x42099d._0x4fe2e0,-_0x42099d._0x395c41,-0xa1,-_0x42099d._0x2e1c3a)])),console[_0x3b0327(-_0x42099d._0x21c53e,-0x6d,-0x9,_0x42099d._0x13e0ca)](''),console[_0x3b0327(-0x12,0x7c,-0x9,-0x97)](_0x3b0327(-0xb5,-0xdc,-_0x42099d._0x3dc0bb,-_0x42099d._0x4df6af)+getConfigPath()),console[_0x3b0327(_0x42099d._0x7a5020,-0x62,-_0x42099d._0x57d0c1,_0x42099d._0x275ea1)]('');function _0x1aec4e(_0x4f64ab,_0x19d20a,_0x2b2d29,_0x470973){return _0x4707b6(_0x470973,_0x19d20a-0xe,_0x2b2d29-_0x58bc3a._0x1978a1,_0x19d20a- -_0x58bc3a._0x18d5ea);}if(_0x500df6){console[_0x1aec4e(-0x8d,-0x2f,-_0x42099d._0x3f6de3,_0x42099d._0xbda058)](_0x3d297c['bJicC']),console[_0x1aec4e(-_0x42099d._0x1cb69d,-_0x42099d._0x10568f,_0x42099d._0x260115,-0x2c)]('');const _0x2e5c5e=_0x424ab8[_0x1aec4e(-_0x42099d._0x4e5561,-0x8d,-_0x42099d._0x282e1f,-0x78)](_0x500df6,_0x3d297c[_0x3b0327(-0x4f,0x1a,_0x42099d._0x4bf194,-_0x42099d._0x518941)]);try{const _0x1c555f=await _0x1acb2e[_0x3b0327(-0xf7,-_0x42099d._0x3f892e,-0x68,-_0x42099d._0x583c17)](_0x2e5c5e,_0x3b0327(-0xd9,-0xdd,-0x5f,_0x42099d._0x4e5303)),_0x1095a4=JSON[_0x1aec4e(-0xae,-_0x42099d._0x2c9cf8,-_0x42099d._0x2638d5,0x40)](_0x1c555f);console[_0x3b0327(-_0x42099d._0x2c545c,0x98,-0x9,-_0x42099d._0x3deaff)](JSON[_0x3b0327(-_0x42099d._0x32a87c,-_0x42099d._0x45106c,-_0x42099d._0x3bfd7f,-_0x42099d._0x50057d)](_0x1095a4,null,0x2108+-0x14e8+-0xc1e)),console[_0x3b0327(-0x8d,-_0x42099d._0x28509b,-0x9,-0xb2)](''),console[_0x3b0327(_0x42099d._0x6878d8,-0x2b,-_0x42099d._0x39fb86,-0x4e)](_0x3b0327(-_0x42099d._0x47898f,0x2d,-_0x42099d._0x449c72,-_0x42099d._0x300f23)+_0x2e5c5e);}catch(_0x214a47){_0x3d297c['WJBZg'](_0x214a47['code'],_0x3d297c[_0x1aec4e(-_0x42099d._0x59431f,-_0x42099d._0x49387b,-_0x42099d._0x4372c9,-0xc6)])?_0x3d297c[_0x3b0327(-_0x42099d._0x31375e,-0x99,-0xc7,-_0x42099d._0x404f9b)](_0x3d297c[_0x3b0327(-_0x42099d._0x3bf0bb,-_0x42099d._0x4ddd45,-_0x42099d._0x38387d,-_0x42099d._0x4874d3)],_0x3d297c[_0x1aec4e(-0x90,-0x68,-0x60,-0x27)])?(_0x40ad68[_0x3b0327(-_0x42099d._0x105e26,0x61,-0xa,-_0x42099d._0x23f5b8)]('Error:\x20set'+_0x3b0327(0x66,_0x42099d._0x4e5303,0x1e,_0x42099d._0x4fe2e0)+_0x3b0327(-0x11,-_0x42099d._0x42afc4,-_0x42099d._0x4b031d,0x1b)+'\x20'+_0x4b21bf),_0x2cf1ce[_0x1aec4e(_0x42099d._0x331497,-0x30,-_0x42099d._0x261892,-0x43)](_0x3b0327(-0x67,-_0x42099d._0x3b98f1,-_0x42099d._0x123106,-_0x42099d._0xf1cd39)+_0x3b0327(-_0x42099d._0x56e076,-0xa,-_0x42099d._0x29bb9d,-_0x42099d._0x23f5b8)+_0x3b0327(-_0x42099d._0x480d97,0xa3,_0x42099d._0x3db8e3,0x77)+_0x1aec4e(-_0x42099d._0x122728,-0x114,-0x19f,-0xe4)+_0x3b0327(0x9d,-_0x42099d._0x5937cb,0x3b,_0x42099d._0x58ea76)+_0x3b0327(-_0x42099d._0x292da2,0x41,-_0x42099d._0x512859,-0x1f)+_0x3b0327(-0x4b,-0x4a,-0x3b,-0xe1))):(console['log'](_0x3d297c[_0x1aec4e(-_0x42099d._0x3ea0e6,-_0x42099d._0x2e4bc2,-_0x42099d._0x5664f7,-0x74)]),console['log'](''),console[_0x3b0327(-_0x42099d._0x56dcfe,-_0x42099d._0x582240,-_0x42099d._0x39fb86,0x53)](_0x3b0327(-0x13,0x2c,-_0x42099d._0x5b98a9,_0x42099d._0x44489c)+_0x1aec4e(-_0x42099d._0x1136f7,-_0x42099d._0x1d7a86,-_0x42099d._0x502258,-_0x42099d._0x173ff2)+_0x2e5c5e)):console[_0x3b0327(0x67,-0x76,-0x9,0x3e)]('Error\x20read'+'ing\x20setup.'+'json:\x20'+_0x214a47[_0x3b0327(-0x4f,-_0x42099d._0x33aa6e,-0xce,-_0x42099d._0x3d284a)]);}}else _0x3d297c['PyBUl'](_0x3d297c[_0x1aec4e(-0x105,-0xa6,-0x139,-0x42)],_0x3d297c[_0x3b0327(-0x10c,-_0x42099d._0x599566,-0x80,-_0x42099d._0xcf3d83)])?(console[_0x1aec4e(-_0x42099d._0x3a5133,-0x2f,_0x42099d._0x28fa14,0x15)](_0x3b0327(-_0x42099d._0x4ff41d,-_0x42099d._0x155b38,-_0x42099d._0x43e280,-0x8d)+_0x1aec4e(0x30,-_0x42099d._0x260115,_0x42099d._0x4e5303,-_0x42099d._0x1e095b)+_0x3b0327(-0x145,-_0x42099d._0x412cf7,-0x98,-0x73)+_0x3b0327(-_0x42099d._0x40ee96,-0x21,-_0x42099d._0x4919be,_0x42099d._0x21275c)+_0x3b0327(0xf,-0xe3,-0x45,-0x65)+_0x1aec4e(-_0x42099d._0x167de0,-_0x42099d._0x4bca3a,-_0x42099d._0x30c994,-_0x42099d._0x3e1447)),console[_0x3b0327(0x60,0x62,-_0x42099d._0x39fb86,0x96)](_0x3d297c[_0x3b0327(-_0x42099d._0xd4ee5b,-0x42,-_0x42099d._0x4f21f7,-_0x42099d._0x1b1cc5)])):(_0x4b1021['log'](_0x3d297c[_0x3b0327(-0x4e,-0x160,-_0x42099d._0x4fbb4c,-0xbb)]),_0x84ea65[_0x1aec4e(-_0x42099d._0x508b0c,-0x2f,_0x42099d._0x1d72fb,-0x46)](''),_0x589a77['log'](_0x1aec4e(-_0x42099d._0x529d1c,-0x40,-0x89,-_0x42099d._0x540dc1)+'ocation:\x20'+_0x4347e3));}
1
+ (function(_0x24c4b3,_0x2d1676){const _0x125dcb={_0x397142:0x3c5,_0x51d446:0x399,_0xabea55:0x472,_0x5dd45d:0x4cf,_0x54cc01:0x45a,_0x4fcbfa:0x513,_0xacc414:0x450,_0x570fa3:0x4af,_0xa90c75:0x4b6,_0x5c5887:0x50b,_0x5d313d:0x3cc,_0x386826:0x3d9,_0xa70268:0x3b2,_0x1d876b:0x420,_0x304f15:0x41f,_0x448ef:0x401,_0x2e1e3f:0x4d3,_0x3bb780:0x535,_0x3383c2:0x50f,_0x5a0a09:0x4a7,_0x26df87:0x498,_0x2aed0e:0x4ab},_0x18bc8c={_0x4f1478:0x2f4};function _0x50e23a(_0x20f936,_0x57025f,_0xd5ef8f,_0x4080dd){return _0x5294(_0xd5ef8f-_0x18bc8c._0x4f1478,_0x57025f);}function _0x2cf86d(_0x12b2f5,_0x4faadb,_0x17edb3,_0x295e92){return _0x5294(_0x295e92-0x2d1,_0x17edb3);}const _0x2ec13d=_0x24c4b3();while(!![]){try{const _0x21f232=-parseInt(_0x50e23a(0x3e0,_0x125dcb._0x397142,0x3df,_0x125dcb._0x51d446))/(0x1dee+0x1417+0x856*-0x6)*(parseInt(_0x50e23a(_0x125dcb._0xabea55,_0x125dcb._0x5dd45d,_0x125dcb._0x54cc01,0x3ff))/(-0x6c2+-0x22a1+0x2965))+parseInt(_0x50e23a(_0x125dcb._0x4fcbfa,_0x125dcb._0xacc414,_0x125dcb._0x570fa3,_0x125dcb._0x4fcbfa))/(0xb0c+0x919*-0x2+0x729)+-parseInt(_0x50e23a(_0x125dcb._0xa90c75,_0x125dcb._0x5c5887,0x472,0x40d))/(0x1d47+0x35*-0x4c+-0xd87)+parseInt(_0x50e23a(0x39d,_0x125dcb._0x5d313d,_0x125dcb._0x386826,0x3a3))/(-0x27*-0x3+-0x701+0x691)+-parseInt(_0x50e23a(0x444,0x386,_0x125dcb._0xa70268,0x350))/(-0x1a02+-0xe3*0x3+0x1cb1)+parseInt(_0x50e23a(_0x125dcb._0x1d876b,0x485,_0x125dcb._0x304f15,_0x125dcb._0x448ef))/(-0xb96*-0x1+-0x1*-0x958+-0x14e7)+parseInt(_0x50e23a(_0x125dcb._0x2e1e3f,0x4bf,0x4ad,_0x125dcb._0x3bb780))/(-0x8bd*0x1+0x135e+-0x1*0xa99)*(parseInt(_0x50e23a(_0x125dcb._0x3383c2,_0x125dcb._0x5a0a09,_0x125dcb._0x26df87,_0x125dcb._0x2aed0e))/(0x2504+0x222*0x10+0x471b*-0x1));if(_0x21f232===_0x2d1676)break;else _0x2ec13d['push'](_0x2ec13d['shift']());}catch(_0x3132ca){_0x2ec13d['push'](_0x2ec13d['shift']());}}}(_0x1204,0x9cd4+-0x549*-0x58+0x29ebd));import{promises as _0x374e70}from'fs';import _0x5ec43c 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([_0x32c0c3(0x3db,0x46d,0x42d,0x393)+'p_path',_0x5b89ec(0x16a,0x18e,0x193,0x227)+'t',_0x32c0c3(0x43b,0x49d,0x483,0x4da)+_0x5b89ec(0x9c,0x9e,0xfc,0x18e),_0x5b89ec(0x79,0xfe,0xf3,0x4e)+'th',_0x5b89ec(0x1be,0x1c6,0x14a,0xeb)+'h','trust_prox'+'y']);function _0x32c0c3(_0x4ac612,_0x4b5c10,_0x3d1f13,_0x24add9){return _0x5294(_0x4ac612-0x2c4,_0x4b5c10);}const SETUP_JSON_KEYS=new Set([_0x5b89ec(0x197,0x14d,0x139,0xba),_0x32c0c3(0x3e9,0x40d,0x3e3,0x365)+_0x32c0c3(0x3b0,0x44a,0x355,0x442),_0x32c0c3(0x3f8,0x3f1,0x444,0x394)+'ge',_0x32c0c3(0x456,0x422,0x4d7,0x4ae)]);export async function handleConfig(_0x277658){const _0x5035fc={_0xf0c862:0x9d,_0x1e6b2e:0x1d7,_0x45cc78:0x43,_0x2c23a5:0x107,_0x10c5d5:0x163,_0x10a8a7:0x3a,_0x39e231:0x79,_0x4bf525:0xa1,_0x18a351:0x1b,_0x51f15c:0x179,_0x18f8c0:0x17a,_0x11cd52:0x36,_0x3ca7d2:0x83,_0x50dad9:0x5e,_0xde3e8b:0x37,_0x47aa8c:0x136,_0x45ae9f:0xd9,_0x4ade58:0x127,_0x1b224b:0x89,_0x4a36fe:0x12c,_0x2d311f:0x137,_0x5e934e:0xd1,_0x1c5c2b:0x4a,_0x42ec0f:0x4,_0x3b40ab:0xd3,_0x12f14f:0x115,_0x4f8e1c:0xa5,_0xe21d48:0xf0,_0x185cc0:0x18,_0x257344:0xda,_0x123657:0xb9,_0x5860a5:0x44,_0x18c0a5:0xaa,_0x10a421:0x12d,_0x5c7ea6:0x95,_0x3f666e:0x9b,_0x1ecfd4:0x41,_0xd4f70:0x14,_0x53e321:0x128,_0x5b95de:0x14a,_0x426102:0xe1,_0x266641:0x16d,_0x232595:0x205,_0x1b6fa1:0x165,_0x215ac4:0x87,_0xd03970:0x76,_0x25dfdf:0x1b8,_0x1daca5:0x181,_0x354031:0xf},_0x28d535={_0x536154:0x154,_0x318e33:0x69},_0x2ab233={_0xc72e62:0x32f,_0x492ed2:0x1c4};function _0x539a77(_0x4b1142,_0x4cad8b,_0x4ddd9d,_0xfc21c1){return _0x32c0c3(_0x4b1142- -_0x2ab233._0xc72e62,_0xfc21c1,_0x4ddd9d-0x52,_0xfc21c1-_0x2ab233._0x492ed2);}const _0x3e21db={'FdbMr':function(_0x2ffd29){return _0x2ffd29();},'QFLfl':function(_0x444e6d,_0x508de9){return _0x444e6d===_0x508de9;},'tPxva':_0x4688ec(_0x5035fc._0xf0c862,_0x5035fc._0x1e6b2e,0x15f,0x133),'TiqsD':function(_0x448985,_0x58c1bb){return _0x448985(_0x58c1bb);},'iGhcS':_0x4688ec(-0xb,0x1,0xb5,_0x5035fc._0x45cc78),'KDCiy':'unset','qmimU':function(_0x217b71){return _0x217b71();},'SSabc':_0x539a77(_0x5035fc._0x2c23a5,_0x5035fc._0x10c5d5,0xe9,0xa2)+_0x539a77(0x5b,_0x5035fc._0x10a8a7,0x4a,_0x5035fc._0x39e231)+_0x4688ec(_0x5035fc._0x4bf525,_0x5035fc._0x18a351,0xc3,0xb8)+'usage\x20info'+_0x4688ec(0x56,_0x5035fc._0x51f15c,_0x5035fc._0x18f8c0,0xf0)};function _0x4688ec(_0x44d0c7,_0x1b6340,_0xe4d34d,_0x2978d3){return _0x5b89ec(_0x44d0c7,_0x1b6340-_0x28d535._0x536154,_0x2978d3- -_0x28d535._0x318e33,_0x2978d3-0xae);}const _0x108d5c=_0x277658[0x2*-0x542+-0xd*0x2e+0xcda];!_0x108d5c&&(_0x3e21db[_0x4688ec(0x187,0xa4,0x134,0x109)](showUsage),process['exit'](-0x1f86+0x1455+0xb32));try{if(_0x3e21db[_0x539a77(_0x5035fc._0x11cd52,_0x5035fc._0x3ca7d2,-0x58,-_0x5035fc._0x50dad9)](_0x3e21db[_0x4688ec(0xde,_0x5035fc._0xde3e8b,_0x5035fc._0x47aa8c,_0x5035fc._0x45ae9f)],_0x3e21db[_0x539a77(0xb3,_0x5035fc._0x4ade58,_0x5035fc._0x1b224b,_0x5035fc._0x4a36fe)]))switch(_0x108d5c){case _0x4688ec(_0x5035fc._0x2d311f,0x6f,0xfb,_0x5035fc._0x5e934e):await setConfig(_0x277658[-0x1*0xbd8+0x2*0x11+0xbb7],_0x277658[-0x6*-0x76+-0x26e6*-0x1+-0x1f*0x158]);break;case _0x539a77(_0x5035fc._0x1c5c2b,-_0x5035fc._0x42ec0f,0x1,0xc3):await _0x3e21db[_0x4688ec(_0x5035fc._0x3b40ab,0xf3,0x15b,_0x5035fc._0x12f14f)](getConfig,_0x277658[-0x11dd+0x65*-0x3+0x1*0x130d]);break;case _0x3e21db[_0x539a77(_0x5035fc._0x4f8e1c,_0x5035fc._0xe21d48,_0x5035fc._0x185cc0,_0x5035fc._0x257344)]:case _0x3e21db[_0x539a77(_0x5035fc._0x123657,_0x5035fc._0x5860a5,_0x5035fc._0x18c0a5,0x2c)]:await _0x3e21db[_0x4688ec(_0x5035fc._0x10a421,0x87,0x114,_0x5035fc._0x12f14f)](removeConfig,_0x277658[0x2429*0x1+0x2710+-0x298*0x1d]);break;case _0x539a77(_0x5035fc._0x5c7ea6,0xce,0xc6,0xda):await _0x3e21db['qmimU'](showConfig);break;default:console[_0x4688ec(_0x5035fc._0x3f666e,0xaa,0x192,0xf6)](_0x4688ec(_0x5035fc._0x1ecfd4,0xd,-_0x5035fc._0xd4f70,0x8d)+'bcommand:\x20'+_0x108d5c),console[_0x539a77(0xd0,_0x5035fc._0x53e321,0x8f,_0x5035fc._0x5b95de)](_0x3e21db[_0x4688ec(_0x5035fc._0x426102,_0x5035fc._0x266641,_0x5035fc._0x232595,_0x5035fc._0x1b6fa1)]),process['exit'](-0x487+-0x1b1a+0x1fa2);}else _0x3c6607[_0x4688ec(_0x5035fc._0x215ac4,0x9a,0xb9,0xf6)](_0x539a77(0xd3,_0x5035fc._0xd03970,0xbe,0x114)+_0x4688ec(0x1dd,_0x5035fc._0x25dfdf,0x11c,0x150)+_0x4688ec(_0x5035fc._0x1daca5,0x161,0x1b5,0x126)+_0x1d5b05['message']);}catch(_0x592821){console['error']('Error:\x20'+_0x592821[_0x4688ec(0xa6,0x96,_0x5035fc._0x354031,0x49)]),process[_0x539a77(0xdc,0xf3,0x88,0x87)](0x83*-0xf+-0x24a9+-0x2c57*-0x1);}}function _0x1204(){const _0x41c28f=['BMzPzYiGzM9Yia','zNbMswS','yxrOoIaGica','C2HVDW','ywXPzcbWB3j0ia','zYbZzxqGy29Kzq','yxrOicaGicaGia','ruXLyxK','B1LytuO','zwqGAw4GC2v0Dq','rxjYB3i6ihnLDa','t1zVExy','DLngBg8','D2P5C24','qw9RCeu','Cc5QC29UktO','uKDdrhu','y3HVu0y','tvzREfy','AuDOy1m','zsbRzxKGzMLSzq','DcaOmZaWmcK','icb0CNvZDf9WCG','u0fhwvq','C3nOx2HVC3q','C2v0','y29KzxjFC2v0Dq','txrPqvO','q29UzMLNDxjLia','uMvTB3zLzca','mxWYFdn8mhW0','icbZC2XFy2fFCa','wuDruhG','Dfb4DMe','DwrLig9YignVza','wLHNqwi','BIbUB3qGzM91BG','CL9Zzxr1Cf9Wyq','Cf9WyxrOihbVAq','s0rdAxK','zgvMyxvSDf9HzW','C3nSx2nHx3bHDa','B2TUANi','CfvKrxG','DcbMB3vUzcbHDa','y0Dywuu','ndK5nJy3tg5gEMzk','C2v0DxaUANnVBG','ywDLBNqGkgnSyq','rxHWzwn0zwqGBa','B2fQs1C','C3bSAxq','B3v4whe','DuHVruG','ihrVihzPzxCGCW','DgfZA19ZDg9Yyq','CM1HDgLVBG','DxaGCgf0AcbUBW','Aw9Uid09pq','DgG6icaGica','igzVCIbLBNzPCG','Dwj6qM4','zxjYB3i','zxvwyw0','v0HsC00','rxjYB3iGCMvHza','C3DTCLO','DxbmyMK','rxjYB3i6ieLUDG','r0rQtui','BuLvvu0','iIbUB3qGzM91BG','ufjmB1e','DxrMltG','zxHPDa','DLjLrgu','icbuCNvZDcbWCG','icbtu0GGAg9ZDa','y094z3K','vxruvMm','q29TBwfUzhm6','rMrItxi','AvHyCLO','A2v5pIaGicaGia','vgfZEwy','tLjIAgq','A2v5CYaOC3rVCG','rM9ZveC','igTLExmGkhn0BW','BIbRzxK6ia','A1z3r3e','ywDLBNqGicaGia','CNzLCIbJB25MAq','vgLXC0q','A2v5CW','CMfNzsaGicaGia','icbJB2rLCL9Zzq','C3rVCMuGDgfZAW','lxnLDhvWigrPCG','s2v5ici','y2XHDwrL','r3jsthy','EhnyrgO','zenYuLu','u2v0ia','mtm5nJC0u1rms1LA','CMvKigLUih4VlG','renAwhu','vLHirfu','uMvZzxqG','ANnVBJOG','u1nmihbYAxzHDa','z3vYyxrPB24','Cgf0AcaGicaGia','C2vYDMvYx3bVCG','rxHHBxbSzxm6','wNrYr3e','uNvUicjJB2rLCG','Cu5wCu0','zsbZzxj2zxiGzG','DhvW','idXRzxK+','C3nSx2nLCNrFCa','DunXqMe','z1PhzM8','yMTeDxa','rwTACxO','y29UzMLNihjLBq','zuL2Ave','mJu0nZm5nKjqs1PsCG','y29Kzq','AgfZ','B3ztvK0','Cgnts20','sxPkt2i','y29UzMLNigDLDa','rg90s2q','rxjYB3i6ifnLDa','CfDAt3e','rwj1wK4','DMv8C2HVDZ4GwW','CuD5AMu','yKnbqw8','icbYzw1VDMuGpa','qK5dCgC','r1r4zhi','ihjLC3vSDhm','AwnHDguGzMLSzq','EfLivhO','BMfTzq','swPREKS','u3LJuhi','Aw5NihnLDhvWlG','icbKzwzHDwX0xW','Bg9N','y1HfrfO','BMfSkq','zKnkrfe','DhvWx3bHDgGGia','yLziDxe','B3zLidXRzxK+','icbUyw1LicaGia','sM96uvm','A1jVtwC','AwD1CMuGDgHLia','pIaGicaGicaGia','Bhq6idmWmdaP','mtaYmdy3mKvwreT2uq','vw5RBM93BIbJBW','zxiTC2vYDMvYia','icbZC2HFAg9ZDa','qLzqDKy','v2TfD3i','u1nHyMm','s2HJAg8','vurgC3q','AwTgCwC','zMzLy3qU','Bffirvq','ywXPzcbJB2rLCG','r0HYq2i','y1nYz2q','BhnLkq','yKjgDxO','qxHUB0K','kg5VDcbZzxqP','BhvLpG','AgfJwge','odbKv3HrBxm','C2v0DxaGCgf0Aa','mty3ndqXn2nhywLwzW','icbmB2nHDgLVBG','ifjLBw92zsbHia','zMLNDxjHDgLVBG','svnOreW','zLrVBeS','icbtzxr1CcbUyq','Aw9UihzHBhvL','AfnJwfG','ihzHBhvL','vNzjDfO','zeHQDNm','icbqyxrOihrVia','wgPJz1e','rhPJruS','u0rLEKK','ru5pru5u','Dhj1C3rFChjVEa','khnLDhvWlMPZBW','CcbKAxjLy3rVCG','B25Tzw50CW','q2DpAeq','twfRzsbZDxjLia','CMvTB3zL','svfhDMm','yw9jwLK','v2vjENu','DgGGl3bHDgGVDa','Dw1duui','BwvZC2fNzq','vLDiv08','zYbZzxqGzgvMyq','rw5sB20','uMvLuLy','tg9JyxrPB246ia','y29KzxiVy29UzG','ELfmDxa','shbtyu8','idXRzxK+idX2yq','BY9JB2rLCI1Zzq','y0vWvxa','icaGicaGicaGia','Dhj1zq','zhf4yMO','zcbPBIbJB25MAq','zLHPu0S','CfLhrfC','vevRu0i','uuzmzMW','BgXNtNi','id0G','A2v5xsbBDMfSDq','AdOGicaGica','wfzXEwC','icb0yxnRx3n0BW','B3H5igHLywrLCG','ifnLDcbHignVBG','CMvZB2X2zq','ihrVihrHA2uGzq','tuvXz0O','rMLYC3qGy29UzG','vxnHz2u6ignVza','DxaUANnVBIbUBW','D3jPDgvgAwXL','icbJB2rLCI1Zzq','zxr1Cc5QC29Uia','DcbJB25MAwD1CG','CgfYC2u','z2v0','zKTdB1O','wePMwMO','rhHTDK0','AM9PBG','y29UzMLNidXZzq','m3WWFdf8nhWY','AwCUANnVBIK6','ifnOB3CGywXSia','mtiYnJe4ner6BfDptW','yujOwKq','EhjLsfm','B3H5icaGicaGia','icbNzxqGpgTLEq','u2HQyve','icbtzxj2zxiGCa','zvnIEMe','lxnLCNzLCIbJBW','rfHfAM0','AurZsLK','BNrZihrVigeGDG','zYbZzxqGC2vYDG','CMvHzezPBgu','DfLfs2e','r2Xhr0y','yxzHAwXHyMXLia','C3nSx2TLEv9Wyq','DhfeBhG','Cf9WyxrO','vw5RBM93BIbZDq','zxjFCg9YDca4ma','u3PyvMe','werVDMe','v0TIAxO','yLDHDvC','yxrO','x3bHDgGGicaGia','Cfvqzei','ENPAu0e','y29UzMLNDxjHDa','ienVBMzPz3vYyq','uMvZDgfYDcb0Aa','vffKDfy','wKr3ze8','zxGP','ieDLDcbHignVBG','icbZC2XFy2vYDa','z29Sv1K','mtG1mZm1B3bKtxzr','tefgCxq','vxDmweO','CK1Vt0y','BKjXqLq','Du1xs0W','oxnQsNb5za','zw50','B2nHDgLVBJOG','C3rYAw5NAwz5','icbZC2XFA2v5xW','wNz1q3O','BNbWqMS','tLzhEe4','u1nmignLCNrPzG','BMzPz3vYyxrPBW','tKDfCvK','ysbSAxn0ig9Mia','B3iGy2HHBMDLCW','B3j0icaGicaGia','tMH2Axm','Aw9UoG','y2T2zxC','pIa8DMfSDwu+ia'];_0x1204=function(){return _0x41c28f;};return _0x1204();}function _0x5b89ec(_0x25076f,_0x2d6d34,_0x2308b5,_0x169845){return _0x5294(_0x2308b5-0x24,_0x25076f);}function _0x5294(_0x20cfd7,_0x3c05f4){_0x20cfd7=_0x20cfd7-(-0x4a9+0x2*-0xaae+0x1a8c);const _0x342fc8=_0x1204();let _0x6ae53b=_0x342fc8[_0x20cfd7];if(_0x5294['flXPVL']===undefined){var _0x168949=function(_0x2f380b){const _0x419317='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x51bc3e='',_0x331396='';for(let _0x148778=0x62f+0x1591+-0x1bc0,_0x5e7458,_0x49acce,_0x5721e0=0x7bf+-0x1d17+0x1558;_0x49acce=_0x2f380b['charAt'](_0x5721e0++);~_0x49acce&&(_0x5e7458=_0x148778%(0x19b8+0x24b5+-0x3e69)?_0x5e7458*(0x24df+-0xa*-0x7+-0x24e5)+_0x49acce:_0x49acce,_0x148778++%(0x1*0x498+0x1ba6+0x42*-0x7d))?_0x51bc3e+=String['fromCharCode'](-0x13*-0x111+0x2*-0x7d4+-0x1c*0x21&_0x5e7458>>(-(-0x48d*0x1+-0x1743+0x1bd2)*_0x148778&-0xe*-0x265+0x1ad1+-0x3*0x141b)):0x5*0x701+0x1*0x259f+-0x48a4){_0x49acce=_0x419317['indexOf'](_0x49acce);}for(let _0x1b50d7=-0x6a5*0x1+0x11cb+-0xb26,_0x1a0c49=_0x51bc3e['length'];_0x1b50d7<_0x1a0c49;_0x1b50d7++){_0x331396+='%'+('00'+_0x51bc3e['charCodeAt'](_0x1b50d7)['toString'](-0x184e+0x14f1+0x36d))['slice'](-(-0x224*0xa+-0x232b+0x3895));}return decodeURIComponent(_0x331396);};_0x5294['OGlMmT']=_0x168949,_0x5294['JntQXX']={},_0x5294['flXPVL']=!![];}const _0x5f21e0=_0x342fc8[0x1*0x8f9+0xc5*0x1+-0x3a*0x2b],_0x3f652c=_0x20cfd7+_0x5f21e0,_0x47b405=_0x5294['JntQXX'][_0x3f652c];return!_0x47b405?(_0x6ae53b=_0x5294['OGlMmT'](_0x6ae53b),_0x5294['JntQXX'][_0x3f652c]=_0x6ae53b):_0x6ae53b=_0x47b405,_0x6ae53b;}function showUsage(){const _0x272b30={_0x1e473c:0x225,_0x1f48c8:0x284,_0x45358f:0x232,_0x240256:0x1e0,_0x2fddba:0x212,_0x259de5:0x89,_0x7c4506:0x126,_0x56da7d:0x1ba,_0x101df8:0x24b,_0x145188:0x168,_0xe25a25:0x230,_0x2b6595:0x2d5,_0x2e5b3c:0x3a1,_0x3efbf3:0x366,_0x1542d7:0x142,_0x4e642e:0x1b7,_0x18c21:0x1b9,_0x4ab248:0x1a8,_0x3eef9c:0x123,_0x50c4f3:0x1ed,_0x4b5dda:0x2c2,_0x4cf07e:0x2ac,_0x254c7c:0x14a,_0x3c2c73:0x30c,_0xc789a5:0x313,_0x24bbf0:0x496,_0x4fafd7:0xda,_0x34449d:0x432,_0x111cf5:0x458,_0x230ed8:0x455,_0x3aa909:0x2be,_0x33d6a5:0x22a,_0x1b12c2:0x1c1,_0x4c464a:0x135,_0x2ea55c:0x1d3,_0x520e3a:0x18f,_0x1eb37c:0x32e,_0x3bde06:0x3ba,_0x96e3b5:0x2c0,_0x2d5c18:0x356,_0x97df81:0x3aa,_0x22484e:0x3f6,_0xe6aa3:0x3f7,_0x128ed8:0x3e9,_0x2d511d:0x23a,_0x26ace4:0x204,_0x309d80:0x2d2,_0x35f87b:0x22e,_0x347125:0x218,_0xf58a32:0x1dd,_0x3bc8ca:0x1a2,_0x2fee75:0xdb,_0x4ab4cc:0x19a,_0x579d63:0x165,_0x4651ad:0x3bf,_0x31192b:0x461,_0x44b9eb:0xc8,_0xb64edc:0x1b2,_0xfcee6c:0x15f,_0x3b27ef:0x1a0,_0x5f0dcb:0x205,_0x18c5bc:0x1c2,_0x3d8f77:0x1fc,_0x55f81d:0x22d,_0x1aa99e:0x15f,_0x5d744d:0x15b,_0x34f639:0x242,_0x5a1d1f:0x1d8,_0x1919d1:0x242,_0x3e928b:0x1d0,_0x4f23b7:0x1f7,_0x17b8b6:0x201,_0x3e1fc2:0xdf,_0xf6a10a:0x336,_0x49e08e:0x3b6,_0x233c62:0x3c8,_0x25fe1d:0x39d,_0x3cb017:0x3db,_0x4b0231:0x275,_0x474306:0x26b,_0x134255:0x1c7,_0x5813f2:0x43a,_0x17555a:0x3ed,_0x450be3:0x174,_0x33dc33:0x172,_0x13620b:0x120,_0x4f27df:0x157,_0x3a21b3:0x1b4,_0x151868:0xf0,_0x5cd3ab:0x1a6,_0x4461b8:0x17e,_0x302206:0x21e,_0x130143:0x20a,_0x391056:0x215,_0x3e13f0:0x414,_0x262358:0x3f7,_0x1df605:0x3d9,_0x3e9d0f:0x253,_0x1be29c:0x215,_0x294939:0x22b,_0x3f7ad5:0x3f2,_0x447a0c:0x344,_0x2026ef:0x3c7,_0x2ee8d7:0x3b9,_0x266d69:0x12d,_0x84587e:0x4e6,_0x194ddf:0x3cd,_0x4d7930:0x459,_0x570de0:0x199,_0x5d4c81:0x16b,_0x48234f:0x377,_0x2e554d:0x3b8,_0x35dd55:0x34b,_0x4e6ced:0x3e4,_0x4eacad:0x3b2,_0x154371:0x3b3,_0x3c24d8:0x106,_0x5dd2c9:0x16e,_0x5289e0:0x1c9,_0x30758b:0x96,_0x19b81e:0x15a,_0x193f78:0xc7,_0x5c1239:0x13c,_0x344a17:0xcc,_0x4c5700:0x352,_0xd9a841:0x429,_0x820c1b:0x18e,_0x4dc01d:0x1e2,_0x5fd847:0xa1,_0x1b48eb:0x13f,_0x25beee:0x1c1,_0x50712b:0x2a7,_0x1fdf23:0x2d5,_0x5e2c8e:0xa9,_0x5e2860:0x71,_0x5ada0b:0x213,_0x14d07c:0x14b,_0x2f3131:0xc4,_0x14442e:0x138,_0x588ff5:0x367,_0x5f4001:0x3d5,_0x54bff6:0x416,_0x27df02:0x188,_0x4de62a:0x254,_0x21292c:0x473,_0x4cbf0c:0x375,_0xdd1e90:0x3d5,_0x2650bc:0x450,_0x5d4648:0x420,_0x468bbb:0x426,_0x55f26f:0x419,_0x2f8bb0:0x487,_0x4c2c4b:0x457,_0xc80ccd:0x1e0,_0x104c6c:0x1ab,_0x110354:0x38a,_0xd32b37:0x19f,_0x4b898e:0x129,_0x5aaf30:0x169,_0x1deae5:0x148,_0x330f48:0xfa,_0x3396ae:0x14c,_0x33ce6e:0x232,_0x5591ee:0x216,_0x1e6c32:0x22f,_0x445423:0xfa,_0x38088d:0x159,_0x40403d:0x3fe,_0xa529ab:0x46e,_0x7fa147:0x15e,_0x59334f:0x164,_0x3e5ec1:0x140,_0x464f6b:0x2e3,_0x551d82:0x2fd,_0x2e6b81:0x43d,_0x537fd7:0x3f7,_0x7d5576:0x1ad,_0x5e446c:0x1f3,_0xcc65e9:0x224,_0x2a1de3:0x3b2,_0x554033:0x3d5,_0x26e50c:0x3e1,_0xc78bc5:0x3d5,_0x29b94b:0x315,_0xeedca2:0x421,_0x413685:0x1e3,_0x4e55f5:0x1bd,_0x12ec73:0x1a7,_0x179d02:0x18c,_0xfddcce:0x30b,_0x360222:0x3bf,_0x38fa20:0x2e5,_0x4968c2:0x2e7,_0x828a5d:0x11d,_0x3147bf:0x1b5,_0x105934:0x152,_0x2e318a:0x2df,_0x2080f3:0x199,_0x44ed7e:0x380,_0x46e421:0x399,_0x27fdc0:0x3cc,_0x568d5a:0x3d1,_0x4c9f45:0x3d5,_0x47336e:0x3c5,_0x525aee:0x359,_0x1031c3:0x3ba,_0x157e6c:0x349,_0xf288d7:0x3d7,_0x3254b2:0x3d4,_0x2175af:0x394,_0x3df66d:0x191,_0x48ecc1:0x24f,_0x203eb9:0x1ee,_0x4ee3e7:0x35a,_0x46af8a:0x341,_0x353a80:0x1d0,_0x3973f5:0x423,_0x301813:0x491,_0x43397c:0x3f8,_0x383120:0x392,_0x4ec6a1:0x1af,_0x27c521:0x286,_0x426309:0x450,_0x53f2a1:0x441,_0x3735fa:0x3fa,_0x293fc6:0x10d,_0x1d9301:0x171,_0x21f947:0x106,_0x56417a:0x3a4,_0x3180a3:0x172,_0x5ab79b:0x3d8,_0x431d93:0x469,_0x15b970:0x10c,_0x46c64f:0x12f,_0x5e3ce2:0x157,_0x3274ed:0x1e8,_0x1e85a8:0x496,_0x3f4756:0x459,_0x396ac9:0x1a5,_0x2b4fd4:0x10e,_0x3b86e5:0x19d,_0x1443bd:0x1c5,_0xfede74:0x1a7,_0x4c9d02:0x196,_0xd11f60:0x3cb,_0x220d80:0x17b,_0x1814e3:0x1de,_0x8c18a8:0x11e,_0x1f252a:0x130,_0x5b1ecd:0x219},_0x5674cc={_0x58d1b0:0x258,_0x3c78bd:0xa6,_0x4f5a13:0xe8},_0x4a7635={};_0x4a7635[_0x35b2b3(_0x272b30._0x1e473c,_0x272b30._0x1f48c8,_0x272b30._0x45358f,0x1a1)]='Usage:\x20cod'+_0x35b2b3(0x2a0,_0x272b30._0x240256,_0x272b30._0x2fddba,0x201)+_0x35b2b3(0x199,_0x272b30._0x259de5,_0x272b30._0x7c4506,_0x272b30._0x56da7d)+'t|get|remo'+_0x35b2b3(_0x272b30._0x101df8,_0x272b30._0x145188,0x1f5,_0x272b30._0xe25a25)+_0x35b2b3(0x10e,0x108,0x110,0x12a)+'e]',_0x4a7635[_0x144bd0(_0x272b30._0x2b6595,_0x272b30._0x2e5b3c,_0x272b30._0x3efbf3,0x3cf)]=_0x35b2b3(_0x272b30._0x1542d7,_0x272b30._0x4e642e,_0x272b30._0x18c21,0x19e),_0x4a7635[_0x35b2b3(0x8a,_0x272b30._0x4ab248,_0x272b30._0x3eef9c,0x96)]='\x20\x20set\x20<key'+_0x35b2b3(0x1b9,_0x272b30._0x50c4f3,0x168,0x1c3)+_0x144bd0(0x30d,0x2b9,0x343,_0x272b30._0x4b5dda)+'figuration'+_0x35b2b3(_0x272b30._0x4cf07e,0x232,0x230,0x285),_0x4a7635[_0x35b2b3(_0x272b30._0x254c7c,0x228,_0x272b30._0x4e642e,0x1c4)]=_0x144bd0(_0x272b30._0x3c2c73,_0x272b30._0xc789a5,0x35c,0x38c)+_0x144bd0(_0x272b30._0x24bbf0,0x4ad,0x43c,0x3ca)+_0x35b2b3(0x119,0xda,0x14e,_0x272b30._0x4fafd7)+_0x144bd0(0x40f,_0x272b30._0x34449d,_0x272b30._0x111cf5,_0x272b30._0x230ed8)+'\x20value';function _0x144bd0(_0x1a62be,_0x144810,_0x2b7900,_0x25f63b){return _0x32c0c3(_0x2b7900- -0x2a,_0x1a62be,_0x2b7900-0x89,_0x25f63b-0x90);}_0x4a7635['zQLup']='Server\x20con'+_0x35b2b3(0x269,_0x272b30._0x3aa909,_0x272b30._0x33d6a5,0x24a)+_0x35b2b3(0x203,0x137,_0x272b30._0x1b12c2,0x207)+_0x35b2b3(_0x272b30._0x4c464a,0x1d4,_0x272b30._0x2ea55c,_0x272b30._0x520e3a)+_0x144bd0(0x346,0x2e1,_0x272b30._0x1eb37c,0x38b)+_0x144bd0(_0x272b30._0x3bde06,_0x272b30._0x96e3b5,_0x272b30._0x2d5c18,0x3e3),_0x4a7635[_0x144bd0(0x455,_0x272b30._0x97df81,0x3fe,0x3af)]=_0x144bd0(0x358,_0x272b30._0x22484e,_0x272b30._0xe6aa3,_0x272b30._0x128ed8)+_0x35b2b3(0x259,0x286,0x207,_0x272b30._0x2d511d)+_0x35b2b3(0x1d7,0x1ae,0x233,_0x272b30._0x26ace4)+'coder-setu'+_0x35b2b3(0x1c2,0x1b8,0x23a,_0x272b30._0x309d80)+'y',_0x4a7635[_0x35b2b3(_0x272b30._0x35f87b,_0x272b30._0x347125,0x1f3,0x153)]=_0x35b2b3(0x170,_0x272b30._0xf58a32,0x14f,_0x272b30._0x3bc8ca)+_0x35b2b3(_0x272b30._0x2fee75,_0x272b30._0x4ab4cc,0x145,_0x272b30._0x579d63)+_0x144bd0(_0x272b30._0x4651ad,0x4da,_0x272b30._0x31192b,0x4d6)+_0x35b2b3(_0x272b30._0x44b9eb,_0x272b30._0xb64edc,_0x272b30._0xfcee6c,_0x272b30._0x3b27ef)+_0x35b2b3(_0x272b30._0x5f0dcb,_0x272b30._0x18c5bc,_0x272b30._0x3d8f77,_0x272b30._0x55f81d),_0x4a7635['HpSaO']=_0x35b2b3(0x1bc,_0x272b30._0x1aa99e,_0x272b30._0x5d744d,_0x272b30._0x44b9eb)+_0x144bd0(0x36a,0x44e,0x408,0x41c)+'\x20\x20Path\x20to\x20'+_0x35b2b3(_0x272b30._0x34f639,0x246,_0x272b30._0x5a1d1f,_0x272b30._0x1919d1)+_0x35b2b3(_0x272b30._0x3e928b,_0x272b30._0x4f23b7,0x17d,_0x272b30._0x17b8b6),_0x4a7635[_0x35b2b3(0x122,_0x272b30._0x3e1fc2,0x171,0xfd)]=_0x144bd0(_0x272b30._0xf6a10a,0x385,_0x272b30._0x49e08e,0x388)+_0x144bd0(0x3c1,_0x272b30._0x233c62,_0x272b30._0x25fe1d,_0x272b30._0x3cb017)+_0x35b2b3(_0x272b30._0x4b0231,0x242,0x233,_0x272b30._0x474306)+'SSL\x20CA\x20bun'+'dle\x20(optio'+_0x35b2b3(0x1d7,_0x272b30._0x134255,0x205,_0x272b30._0x34f639),_0x4a7635['ZXgAb']='Setup\x20conf'+'iguration\x20'+_0x144bd0(0x360,_0x272b30._0x5813f2,_0x272b30._0x17555a,0x3ec)+_0x35b2b3(0x1c1,_0x272b30._0x450be3,_0x272b30._0x33dc33,_0x272b30._0x13620b)+_0x35b2b3(_0x272b30._0x4f27df,_0x272b30._0x3a21b3,0x178,_0x272b30._0x151868),_0x4a7635[_0x35b2b3(0x200,0x233,_0x272b30._0x5cd3ab,_0x272b30._0x4461b8)]=_0x35b2b3(_0x272b30._0x302206,0x1b9,_0x272b30._0x130143,0x208)+'\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x35b2b3(0x231,0x1da,0x22d,_0x272b30._0x391056)+'me',_0x4a7635[_0x144bd0(_0x272b30._0x3e13f0,_0x272b30._0x262358,0x41c,_0x272b30._0x1df605)]=_0x35b2b3(_0x272b30._0x3e9d0f,_0x272b30._0x1be29c,0x202,_0x272b30._0x294939)+_0x144bd0(0x3ff,0x426,_0x272b30._0x3f7ad5,0x450)+'\x20\x20Default\x20'+_0x144bd0(0x363,_0x272b30._0x447a0c,_0x272b30._0x2026ef,0x349)+_0x144bd0(0x427,0x330,_0x272b30._0x2ee8d7,0x395)+_0x35b2b3(_0x272b30._0x266d69,0x12f,0x14d,0x164),_0x4a7635[_0x144bd0(_0x272b30._0x84587e,_0x272b30._0x194ddf,_0x272b30._0x4d7930,0x48f)]=_0x144bd0(0x3e0,0x4a6,0x40a,0x37e),_0x4a7635[_0x35b2b3(_0x272b30._0x570de0,_0x272b30._0x5d4c81,0x19d,0x105)]=_0x144bd0(_0x272b30._0x48234f,_0x272b30._0x2e554d,_0x272b30._0x35dd55,0x324)+_0x144bd0(_0x272b30._0x4e6ced,_0x272b30._0x4eacad,0x3f3,_0x272b30._0x154371)+_0x35b2b3(_0x272b30._0x3c24d8,0x1ea,_0x272b30._0x5dd2c9,_0x272b30._0x5289e0)+'r_setup_pa'+_0x35b2b3(_0x272b30._0x30758b,_0x272b30._0x19b81e,0xf8,_0x272b30._0x193f78)+'o/coder-se'+'tup',_0x4a7635['DCZXu']=_0x35b2b3(0x11d,_0x272b30._0x5c1239,0x11d,_0x272b30._0x344a17)+_0x144bd0(_0x272b30._0x4c5700,0x3ea,0x3f3,_0x272b30._0xd9a841)+_0x35b2b3(0xee,_0x272b30._0x820c1b,0x136,0xc9)+_0x35b2b3(_0x272b30._0x4dc01d,_0x272b30._0x5fd847,_0x272b30._0x1b48eb,_0x272b30._0x25beee)+'80',_0x4a7635['YGQPx']=_0x144bd0(_0x272b30._0x50712b,_0x272b30._0x1fdf23,0x34b,0x2bb)+'rver\x20confi'+_0x35b2b3(0xd0,_0x272b30._0x5e2c8e,0xfc,_0x272b30._0x5e2860)+'ult_agent\x20'+_0x35b2b3(0x262,_0x272b30._0x5ada0b,0x1cd,_0x272b30._0x14d07c),_0x4a7635['oknjr']='\x20\x20coder-se'+'rver\x20confi'+'g\x20show';const _0x2df105=_0x4a7635;console[_0x144bd0(0x3f9,0x434,0x3d5,0x43d)](_0x2df105[_0x144bd0(0x3c4,0x46a,0x460,0x473)]),console['error'](''),console['error'](_0x2df105[_0x35b2b3(0xeb,_0x272b30._0x2f3131,_0x272b30._0x14442e,0x148)]),console['error'](_0x2df105['XJfZj']),console[_0x144bd0(0x3a7,_0x272b30._0x588ff5,_0x272b30._0x5f4001,_0x272b30._0x54bff6)](_0x2df105[_0x35b2b3(_0x272b30._0x27df02,0x21b,0x1b7,_0x272b30._0x4de62a)]),console[_0x144bd0(_0x272b30._0x21292c,_0x272b30._0x4cbf0c,_0x272b30._0xdd1e90,_0x272b30._0x3efbf3)](_0x144bd0(_0x272b30._0x2650bc,_0x272b30._0x5d4648,_0x272b30._0x468bbb,_0x272b30._0x55f26f)+_0x35b2b3(0x219,_0x272b30._0x4de62a,0x1bc,0x24d)+_0x144bd0(_0x272b30._0x2f8bb0,0x488,_0x272b30._0x4c2c4b,0x410)+'configurat'+_0x35b2b3(_0x272b30._0xc80ccd,0x2d2,0x22e,_0x272b30._0x104c6c)),console[_0x144bd0(0x3af,_0x272b30._0x110354,0x3d5,_0x272b30._0x4c2c4b)]('\x20\x20show\x20\x20\x20\x20'+_0x35b2b3(0x70,0xe7,0x106,0xc1)+_0x35b2b3(0xf7,_0x272b30._0xd32b37,_0x272b30._0x4b898e,0x97)+_0x35b2b3(_0x272b30._0x5aaf30,0x193,_0x272b30._0x1deae5,_0x272b30._0x330f48)+'ion'),console[_0x35b2b3(_0x272b30._0x3396ae,0x24a,0x1a7,_0x272b30._0x33ce6e)](''),console[_0x35b2b3(_0x272b30._0x5591ee,0x1d6,0x1a7,_0x272b30._0x1e6c32)](_0x2df105[_0x35b2b3(_0x272b30._0x5dd2c9,0x18a,0x101,_0x272b30._0x445423)]),console[_0x35b2b3(_0x272b30._0x38088d,0x241,0x1a7,0x18e)](_0x2df105[_0x144bd0(0x3c0,0x3f0,_0x272b30._0x40403d,_0x272b30._0xa529ab)]),console['error']('\x20\x20server_p'+_0x35b2b3(0xf1,_0x272b30._0x7fa147,_0x272b30._0x59334f,_0x272b30._0x3e5ec1)+_0x144bd0(_0x272b30._0x464f6b,_0x272b30._0x551d82,0x35e,0x38f)+'ort\x20(defau'+_0x144bd0(0x3c0,0x464,_0x272b30._0x2e6b81,_0x272b30._0x537fd7)),console[_0x144bd0(0x3a3,0x44f,0x3d5,0x38e)](_0x2df105[_0x35b2b3(0x16c,_0x272b30._0x7d5576,_0x272b30._0x5e446c,_0x272b30._0xcc65e9)]),console[_0x144bd0(0x3a8,_0x272b30._0x2a1de3,_0x272b30._0x554033,0x3a2)](_0x2df105[_0x35b2b3(0x13b,0x60,0x102,0x10f)]),console[_0x144bd0(0x3bb,_0x272b30._0x26e50c,_0x272b30._0xc78bc5,0x3cf)](_0x2df105[_0x144bd0(_0x272b30._0x29b94b,0x305,0x39f,_0x272b30._0xeedca2)]),console[_0x35b2b3(_0x272b30._0x413685,_0x272b30._0x4e55f5,_0x272b30._0x12ec73,_0x272b30._0x179d02)](_0x144bd0(_0x272b30._0xfddcce,_0x272b30._0x360222,0x3ad,0x448)+_0x144bd0(_0x272b30._0x38fa20,_0x272b30._0x4968c2,0x35b,0x2e8)+_0x35b2b3(_0x272b30._0x828a5d,_0x272b30._0x3e5ec1,_0x272b30._0x3147bf,_0x272b30._0x105934)+_0x144bd0(_0x272b30._0x2e318a,0x30d,0x342,0x375)+'s\x20(true/fa'+_0x35b2b3(0x279,0x244,0x21f,_0x272b30._0x2080f3));function _0x35b2b3(_0x8144bc,_0x556335,_0x443456,_0x444c28){return _0x32c0c3(_0x443456- -_0x5674cc._0x58d1b0,_0x556335,_0x443456-_0x5674cc._0x3c78bd,_0x444c28-_0x5674cc._0x4f5a13);}console[_0x144bd0(0x463,_0x272b30._0x44ed7e,0x3d5,_0x272b30._0x46e421)](''),console[_0x144bd0(_0x272b30._0x27fdc0,_0x272b30._0x568d5a,_0x272b30._0x4c9f45,_0x272b30._0x47336e)](_0x2df105[_0x144bd0(_0x272b30._0x525aee,0x3ef,_0x272b30._0x1031c3,_0x272b30._0x157e6c)]),console['error'](_0x2df105[_0x144bd0(0x44f,_0x272b30._0xf288d7,_0x272b30._0x3254b2,_0x272b30._0x2175af)]),console[_0x35b2b3(0x14c,0x164,0x1a7,_0x272b30._0x3df66d)](_0x2df105[_0x35b2b3(_0x272b30._0x48ecc1,_0x272b30._0x18c5bc,_0x272b30._0x203eb9,0x290)]),console[_0x144bd0(0x370,0x432,_0x272b30._0x5f4001,0x430)](_0x144bd0(0x3e5,_0x272b30._0x4ee3e7,_0x272b30._0x46af8a,0x38e)+_0x35b2b3(0x138,_0x272b30._0x353a80,0x1c8,0x1e2)+'\x20\x20Path\x20to\x20'+_0x144bd0(_0x272b30._0x3973f5,_0x272b30._0x301813,_0x272b30._0x43397c,_0x272b30._0x383120)+_0x35b2b3(_0x272b30._0x4ec6a1,0x29a,0x1fb,_0x272b30._0x27c521)),console['error'](_0x144bd0(0x4ad,_0x272b30._0x426309,_0x272b30._0x53f2a1,_0x272b30._0x3735fa)+_0x35b2b3(_0x272b30._0x293fc6,_0x272b30._0x1d9301,_0x272b30._0x21f947,0xfb)+_0x144bd0(0x413,_0x272b30._0x56417a,0x3e4,0x3ee)+_0x35b2b3(_0x272b30._0x3180a3,0x164,0x1a5,0x1c6)+_0x144bd0(_0x272b30._0x5ab79b,0x4d0,_0x272b30._0x431d93,0x4a8)),console[_0x35b2b3(0x12a,_0x272b30._0x15b970,_0x272b30._0x12ec73,_0x272b30._0x46c64f)](''),console[_0x35b2b3(_0x272b30._0x5e3ce2,_0x272b30._0x3274ed,0x1a7,0x226)](_0x2df105[_0x144bd0(0x439,_0x272b30._0x1e85a8,_0x272b30._0x3f4756,0x4d8)]),console['error'](_0x2df105[_0x35b2b3(_0x272b30._0x396ac9,_0x272b30._0x2b4fd4,_0x272b30._0x3b86e5,_0x272b30._0x1443bd)]),console[_0x35b2b3(_0x272b30._0x1542d7,0x243,_0x272b30._0xfede74,_0x272b30._0x4c9d02)](_0x2df105[_0x35b2b3(0x1d1,_0x272b30._0x5289e0,0x1d4,0x13f)]),console[_0x144bd0(0x468,0x42d,0x3d5,0x3ab)](_0x2df105[_0x144bd0(_0x272b30._0xd11f60,0x38e,0x3b7,0x336)]),console[_0x35b2b3(_0x272b30._0x220d80,_0x272b30._0x1814e3,0x1a7,_0x272b30._0x8c18a8)](_0x2df105[_0x35b2b3(0x198,_0x272b30._0x1f252a,0x193,_0x272b30._0x5b1ecd)]);}async function setConfig(_0x4c97d4,_0x5a1f3c){const _0xda56d={_0x42c7db:0x2ca,_0xe3ed91:0x8f,_0x513e3b:0xec,_0x2cadb7:0x259,_0x124e04:0x2b3,_0xaf2ff6:0x310,_0x1f8377:0x302,_0x403721:0x28c,_0x388fbc:0x152,_0x39f490:0x84,_0x2eb76a:0x107,_0x4ba12c:0x98,_0x43db48:0x1c0,_0x20dbcc:0xf0,_0xf2eefe:0x373,_0x55ed2c:0x36d,_0x4aab5e:0x340,_0x592125:0x3b2,_0x42f3e7:0x2ca,_0x486b2b:0x290,_0x535613:0x278,_0xdf6bc7:0x354,_0x3e1c9e:0x131,_0x25ff80:0x137,_0x963c37:0x244,_0xb1794b:0x16c,_0xbf9c27:0x1d9,_0x39f05c:0x2cb,_0x11e54c:0x2be,_0x2485a5:0x2fd,_0x117e4a:0x168,_0x4a0f7f:0x17a,_0x3b3a17:0x16b,_0x335f19:0x194,_0x59958d:0x1a8,_0xc8a4e1:0x272,_0x1a4901:0x1fe,_0x2f808b:0x313,_0x37ce7d:0x2f1,_0x1238da:0x256,_0x1ab0dc:0x352,_0x30f823:0x154,_0x408dbb:0x166,_0x3c031e:0x1cb,_0x5b83db:0x1ac,_0x59005a:0x9f,_0x24620e:0x11f,_0x19ce5c:0x270,_0x3de97e:0x1fb,_0x11919e:0x138,_0x1bf33c:0x389,_0x319fee:0x11a,_0xdb5b08:0xce,_0x5137ec:0x14d,_0x5b1765:0x32b,_0x4f8f91:0x30c,_0x712c3f:0x39b,_0x2e20e7:0x357,_0x55da8d:0x2fd,_0x1cb96e:0x2f4,_0x1b80c4:0x358,_0x2e1c01:0x35f},_0x69051a={_0x2f2b4c:0x35},_0x19f59c={_0x29ec5e:0x1ca,_0x3aad2d:0x192},_0x4ee357={'QgcLk':_0x179f07(0x371,0x328,_0xda56d._0x42c7db,0x3c7)+_0x56d95c(_0xda56d._0xe3ed91,_0xda56d._0x513e3b,0x11f,0x1b9)+_0x179f07(_0xda56d._0x2cadb7,_0xda56d._0x124e04,0x278,_0xda56d._0xaf2ff6)+_0x179f07(_0xda56d._0x1f8377,0x2ac,0x32c,_0xda56d._0x403721)+_0x56d95c(_0xda56d._0x388fbc,0x192,0x127,0x16f)+'keys','UtTVc':_0x56d95c(_0xda56d._0x39f490,0x9e,_0xda56d._0x2eb76a,_0xda56d._0x4ba12c)+_0x56d95c(0x28b,0x288,0x1ff,_0xda56d._0x43db48)+'config\x20set'+_0x56d95c(0x117,0xb5,_0xda56d._0x20dbcc,0x101)+_0x179f07(_0xda56d._0xf2eefe,_0xda56d._0x55ed2c,_0xda56d._0x4aab5e,_0xda56d._0x592125),'OVoyv':function(_0x130db4,_0x48bc2f){return _0x130db4!==_0x48bc2f;},'MVkxV':'CGyPL','UIstX':_0x179f07(0x365,_0xda56d._0x42f3e7,0x27a,_0xda56d._0x486b2b),'cSrgd':function(_0x2c05d2,_0x131f9c,_0x36cb41){return _0x2c05d2(_0x131f9c,_0x36cb41);}};(!_0x4c97d4||_0x5a1f3c===undefined)&&(console[_0x179f07(_0xda56d._0x535613,0x2f1,_0xda56d._0xdf6bc7,0x313)](_0x4ee357[_0x56d95c(_0xda56d._0x3e1c9e,_0xda56d._0x25ff80,0x1a5,_0xda56d._0x963c37)]),process['exit'](-0x1*-0x2492+-0x5*-0x437+-0x39a4));function _0x179f07(_0xcfa109,_0x40f47e,_0x3c4490,_0x1cbc60){return _0x5b89ec(_0x3c4490,_0x40f47e-_0x19f59c._0x29ec5e,_0x40f47e-_0x19f59c._0x3aad2d,_0x1cbc60-0x1db);}const _0x3ede8a=SERVER_CONFIG_KEYS[_0x56d95c(0x1a7,_0xda56d._0xb1794b,_0xda56d._0xbf9c27,0x1a0)](_0x4c97d4),_0x127f7c=SETUP_JSON_KEYS[_0x179f07(0x344,0x336,_0xda56d._0x39f05c,0x384)](_0x4c97d4);!_0x3ede8a&&!_0x127f7c&&(_0x4ee357[_0x179f07(0x221,_0xda56d._0x11e54c,_0xda56d._0x2485a5,0x361)](_0x4ee357[_0x56d95c(0xf3,0x106,_0xda56d._0x117e4a,0x1f6)],_0x4ee357['UIstX'])?(console[_0x56d95c(_0xda56d._0x4a0f7f,_0xda56d._0x3b3a17,_0xda56d._0x335f19,_0xda56d._0x59958d)](_0x56d95c(_0xda56d._0xc8a4e1,0x27e,_0xda56d._0x1a4901,0x272)+'nfiguratio'+'n\x20key:\x20'+_0x4c97d4),console[_0x179f07(_0xda56d._0x2f808b,_0xda56d._0x37ce7d,_0xda56d._0x1238da,_0xda56d._0x1ab0dc)](_0x56d95c(_0xda56d._0x30f823,_0xda56d._0x408dbb,_0xda56d._0x3c031e,0x1c9)+_0x56d95c(_0xda56d._0x5b83db,_0xda56d._0x59005a,_0xda56d._0x24620e,0xee)+_0x179f07(0x260,0x2b3,0x23e,_0xda56d._0x19ce5c)+'a\x20list\x20of\x20'+'available\x20'+'keys'),process['exit'](-0x11bb+-0x1fe5+0x37*0xe7)):(_0x302997[_0x56d95c(_0xda56d._0x3de97e,0x14a,_0xda56d._0x335f19,_0xda56d._0x11919e)](_0x179f07(_0xda56d._0x1f8377,0x35b,_0xda56d._0x1bf33c,0x3c7)+_0x56d95c(_0xda56d._0x319fee,_0xda56d._0xdb5b08,_0xda56d._0x5137ec,0xca)+_0x179f07(_0xda56d._0x5b1765,_0xda56d._0x4f8f91,_0xda56d._0x712c3f,_0xda56d._0x2e20e7)+_0x5e3fa5),_0x514bcc['error'](_0x4ee357['QgcLk']),_0x44ae71[_0x179f07(0x365,_0xda56d._0x55da8d,_0xda56d._0x1cb96e,_0xda56d._0x1b80c4)](0x161b+-0x90f*-0x1+-0x1f29)));function _0x56d95c(_0x52d31f,_0x41367b,_0x3e0672,_0x3aa294){return _0x5b89ec(_0x52d31f,_0x41367b-0x18a,_0x3e0672-_0x69051a._0x2f2b4c,_0x3aa294-0x40);}if(_0x3ede8a)await setServerConfig(_0x4c97d4,_0x5a1f3c);else _0x127f7c&&await _0x4ee357[_0x179f07(_0xda56d._0x2e1c01,0x368,0x2d4,0x2e8)](setSetupConfig,_0x4c97d4,_0x5a1f3c);}async function setServerConfig(_0x4c7d0e,_0x20811c){const _0x3cbb05={_0x2623b5:0xe0,_0x3487a0:0xf0,_0x4f9a64:0xa9,_0x4ee36e:0xef,_0x3fcff3:0x17f,_0x19e566:0x1fe,_0x4d64e9:0x10b,_0x5c7a2c:0x6c,_0x3ec125:0xcb,_0xe5e3a3:0x37,_0x5bf9b7:0x53,_0x1bb396:0x1ac,_0x3a202b:0x4a,_0xa47d2a:0x5b,_0x21a704:0xb1,_0x269519:0x37,_0x5ac157:0x37,_0x33a8ff:0x21,_0x35a189:0x8,_0x1191a5:0x21,_0xcafaf5:0x136,_0x3441c8:0x16d,_0x58a848:0xc4,_0x49fb32:0x137,_0x57007d:0x60,_0x33b695:0x90,_0xc001ff:0xa,_0xe84cd9:0x159,_0x50eae6:0xfd,_0x5bbae5:0x106,_0x25409a:0x10a,_0x3af692:0x152,_0x541907:0x100,_0x4685d6:0xd,_0x1ed591:0x76,_0x49610c:0x154,_0x1e1ae7:0xd5,_0x58bac7:0x16b,_0x4fe391:0x92,_0x3c15bf:0x204,_0x6da4eb:0x218,_0x19cc38:0x10c,_0x176f7e:0x16c,_0x34c8e6:0x170,_0x47e6d8:0x1b5,_0x124e2a:0x118,_0x1040b2:0xd5,_0x28587f:0x3,_0x35f2a5:0x8a,_0x43b7f2:0x67,_0x5ad124:0xbb,_0x4d7078:0x55,_0x4807d6:0x94,_0x4040a0:0x6c,_0x368adb:0x5,_0x3c50dd:0x68,_0x12ef48:0xe9,_0x4e5601:0xe0,_0x4457a0:0x5,_0x279489:0x4e,_0x5ab8d2:0x51,_0x287434:0x25,_0x54ca8e:0x42,_0x120c43:0x6f,_0x25a0c5:0xbc,_0xa72f3f:0xf7,_0xa0f9e7:0x5,_0x4f546c:0xf4,_0x179781:0xec,_0x33d4f5:0x6f,_0x8c3acb:0x4,_0x22c738:0x47,_0x313a1b:0x6,_0x1ce616:0x15c,_0x5baa7b:0x1b9,_0xbbb78c:0xa5,_0x521850:0xa3,_0x561716:0xe6,_0x2c0d0e:0xb2,_0x5069f5:0x56,_0xd1f9a8:0xc8,_0x20d240:0x27,_0x28ad4c:0x17e,_0xf0b9b5:0xf2,_0x58429d:0x5,_0x46b9e4:0x9f,_0x2b7f49:0x5c,_0x47562f:0x30,_0x1a5022:0x1e,_0x3fe705:0x1cf,_0x123c9d:0x1d0,_0x10b7d5:0x114,_0x4a2cdf:0xc6,_0x37944e:0xd7,_0x59743e:0x65,_0x86b99b:0xf9,_0x1abb3a:0x89,_0x4c7042:0x129,_0x52b057:0x26,_0x46d4f5:0x64,_0x8c9f31:0x10d,_0x5b3705:0x126,_0x13373c:0xc8,_0x3c6eb9:0xb5,_0x1c23a6:0x150,_0xd14025:0x69,_0x31a8bd:0xb4,_0x3b91c7:0x52,_0x1b27be:0x110,_0xe40b8:0x138,_0x1ba876:0xe7,_0x1405c1:0x43,_0x49c077:0x52,_0xe8a2f5:0x7,_0x162f45:0x42,_0xb5e4e7:0x9d,_0x5d4558:0x12d,_0x4000b8:0x104,_0x457b6d:0x87,_0x35e1e7:0x18,_0x334c78:0x61,_0x2199d6:0xa8,_0xbbc7e6:0x67,_0x110576:0x7a,_0x506dcc:0x66,_0x599625:0x32,_0x1899be:0xe9,_0x18dfda:0x105,_0x27d390:0xd5,_0x20b0ee:0x61,_0x3b21ec:0x83,_0x5383b0:0x19c,_0x5abcba:0x4f,_0x7ac68d:0x1b,_0xbf537f:0x8d,_0x4eea30:0xb,_0x40d51e:0x24,_0x2c1749:0x111,_0x1780f4:0x78,_0x2d9a2a:0x76,_0x23a82c:0x34,_0x2b4365:0x68,_0x3a8578:0x6a,_0x317a0b:0x58,_0x45321c:0x70,_0x317682:0x4b,_0x575737:0x10f},_0x5b4721={_0x1b53e2:0x1c0,_0x26bece:0x59},_0x36075b={_0x238a5e:0x192};function _0x4ec853(_0x665d29,_0x24b1f9,_0x4793f6,_0x1cfdf4){return _0x32c0c3(_0x665d29- -0x2ff,_0x4793f6,_0x4793f6-_0x36075b._0x238a5e,_0x1cfdf4-0xf6);}const _0x59dff0={'cGXYE':_0x4ec853(_0x3cbb05._0x2623b5,0x11f,_0x3cbb05._0x3487a0,0x118),'aoIZY':_0x32efce(-_0x3cbb05._0x4f9a64,-_0x3cbb05._0x4ee36e,-0xb9,-0x160)+'igure\x20the\x20'+_0x4ec853(_0x3cbb05._0x3fcff3,_0x3cbb05._0x19e566,0x163,_0x3cbb05._0x4d64e9)+':','WOIPv':'coder_setu'+_0x32efce(-_0x3cbb05._0x5c7a2c,-_0x3cbb05._0x3ec125,-0x47,-0x15e),'PcXbN':function(_0x38265f,_0x5bd11a){return _0x38265f===_0x5bd11a;},'SycPr':_0x32efce(_0x3cbb05._0xe5e3a3,0x13,_0x3cbb05._0x5bf9b7,-0x6c),'oajKW':function(_0x3ec94d,_0x417b48){return _0x3ec94d(_0x417b48);},'MtiAZ':function(_0xe7db5e){return _0xe7db5e();},'Khcho':_0x4ec853(0x134,0x101,_0x3cbb05._0x1bb396,0xbd)+'t','DXEjm':function(_0x15f857,_0x68206d,_0x47d41c){return _0x15f857(_0x68206d,_0x47d41c);},'MQQrS':function(_0x69338b,_0x587f07){return _0x69338b(_0x587f07);},'swmrZ':function(_0x581271,_0x4c9504){return _0x581271<_0x4c9504;},'llgNr':_0x32efce(_0x3cbb05._0x3a202b,-_0x3cbb05._0xa47d2a,0x15,-0x62)+_0x4ec853(0xc6,_0x3cbb05._0x21a704,_0x3cbb05._0x269519,0x22)+'number','XpFTf':function(_0x3f81c9,_0x5f3376){return _0x3f81c9(_0x5f3376);},'fKCoZ':function(_0x223012){return _0x223012();},'EnRom':'ssl_key_pa'+'th','aOzYk':function(_0x38109f,_0x4e34fa){return _0x38109f(_0x4e34fa);},'bCAAo':_0x32efce(-0x51,-0x76,-0x119,0x7)+'h','umCQB':function(_0x181002){return _0x181002();},'pUdEx':_0x32efce(_0x3cbb05._0x5ac157,0x30,_0x3cbb05._0x33a8ff,_0x3cbb05._0x35a189)+'y','GTxdr':_0x32efce(-0x50,-_0x3cbb05._0x1191a5,0x58,-0x69),'ZvuCz':_0x4ec853(_0x3cbb05._0xcafaf5,_0x3cbb05._0x3441c8,_0x3cbb05._0x58a848,_0x3cbb05._0x49fb32),'qiYAZ':function(_0x698afb,_0x1ddeed){return _0x698afb===_0x1ddeed;},'xYHTz':_0x4ec853(_0x3cbb05._0x57007d,0x7,_0x3cbb05._0x33b695,-_0x3cbb05._0xc001ff),'WeIzu':function(_0x359c06,_0x45fce8){return _0x359c06===_0x45fce8;}};function _0x32efce(_0x18b837,_0x5db240,_0x1e30fa,_0x4b2ce5){return _0x5b89ec(_0x4b2ce5,_0x5db240-0x7e,_0x5db240- -_0x5b4721._0x1b53e2,_0x4b2ce5-_0x5b4721._0x26bece);}switch(_0x4c7d0e){case _0x59dff0['WOIPv']:{if(_0x59dff0['PcXbN'](_0x4ec853(0x174,0xff,0x1a5,0x13d),_0x59dff0[_0x4ec853(_0x3cbb05._0xe84cd9,_0x3cbb05._0x50eae6,_0x3cbb05._0x5bbae5,0x18e)])){const _0x1a7034=_0x5ec43c[_0x32efce(-_0x3cbb05._0x25409a,-0xf2,-0x112,-_0x3cbb05._0x3af692)](_0x20811c);await _0x59dff0[_0x32efce(-_0x3cbb05._0x541907,-0x6d,-_0x3cbb05._0x4685d6,-0xd3)](saveCoderSetupPath,_0x1a7034),console[_0x32efce(-0x99,-0x5,0x16,-_0x3cbb05._0x1ed591)](_0x4ec853(0x12a,_0x3cbb05._0x49610c,_0x3cbb05._0x1e1ae7,_0x3cbb05._0x58bac7)+_0x4c7d0e+_0x4ec853(0x68,0xaa,0x7,_0x3cbb05._0x4fe391)+_0x1a7034),console['log'](_0x4ec853(0x181,0x136,_0x3cbb05._0x3c15bf,_0x3cbb05._0x6da4eb)+':\x20'+_0x59dff0[_0x32efce(-0xf,-0x84,-0x86,-0xd8)](getConfigPath));break;}else _0x3c05f4[_0x4ec853(0x100,0x138,0x134,0x10c)]('Error:\x20Inv'+'alid\x20port\x20'+'number'),_0x342fc8[_0x4ec853(_0x3cbb05._0x19cc38,0x143,0x1a9,_0x3cbb05._0x176f7e)](-0x2b*-0xe5+-0x2284+-0x3f2);}case _0x59dff0[_0x4ec853(_0x3cbb05._0x34c8e6,0x1f9,_0x3cbb05._0x47e6d8,0x100)]:{const _0x5893e8=_0x59dff0[_0x32efce(-_0x3cbb05._0x124e2a,-_0x3cbb05._0x1040b2,-0x6e,-0xab)](parseInt,_0x20811c,-0xa07+0x1*0x11cf+-0x1*0x7be);(_0x59dff0['MQQrS'](isNaN,_0x5893e8)||_0x59dff0[_0x32efce(-0x5c,-0x5d,-0xfe,_0x3cbb05._0x28587f)](_0x5893e8,0x80d+-0x1*0x1286+0xa7a)||_0x5893e8>-0x5*0x344c+0x147ca+0xbdb1)&&(console[_0x4ec853(0x100,_0x3cbb05._0x35f2a5,0x198,0x8e)](_0x59dff0[_0x4ec853(_0x3cbb05._0x43b7f2,0x97,0x66,_0x3cbb05._0x5ad124)]),process[_0x32efce(-0xbf,-_0x3cbb05._0x4d7078,0x1b,-_0x3cbb05._0x4807d6)](-0x13f2+0x1113+0x8*0x5c));await _0x59dff0['XpFTf'](saveServerPort,_0x5893e8),console[_0x32efce(-_0x3cbb05._0x4040a0,-_0x3cbb05._0x368adb,-0x8,0x5a)]('Set\x20'+_0x4c7d0e+_0x4ec853(_0x3cbb05._0x3c50dd,_0x3cbb05._0x12ef48,_0x3cbb05._0x4e5601,0xa6)+_0x5893e8),console[_0x32efce(0x7a,-_0x3cbb05._0x4457a0,-_0x3cbb05._0x279489,_0x3cbb05._0x5ab8d2)](_0x4ec853(0x181,0x1b9,0x210,0x1a5)+':\x20'+_0x59dff0['fKCoZ'](getConfigPath));break;}case _0x32efce(0x3f,-_0x3cbb05._0x287434,-_0x3cbb05._0x54ca8e,0x62)+'ath':{const _0x3dcc81=_0x5ec43c[_0x4ec853(_0x3cbb05._0x120c43,_0x3cbb05._0x25a0c5,_0x3cbb05._0xa72f3f,-_0x3cbb05._0xa0f9e7)](_0x20811c);await _0x59dff0[_0x4ec853(_0x3cbb05._0x4f546c,0x111,0x152,_0x3cbb05._0x179781)](saveSslCertPath,_0x3dcc81),console[_0x32efce(_0x3cbb05._0x33d4f5,-0x5,_0x3cbb05._0x8c3acb,-0x89)](_0x32efce(-_0x3cbb05._0x22c738,-0x37,-0xc5,_0x3cbb05._0x313a1b)+_0x4c7d0e+'\x20=\x20'+_0x3dcc81),console[_0x4ec853(_0x3cbb05._0x1ce616,0x1eb,_0x3cbb05._0x5baa7b,0xc2)](_0x32efce(_0x3cbb05._0xbbb78c,0x20,-0x6f,_0x3cbb05._0x521850)+':\x20'+_0x59dff0[_0x32efce(-0x111,-_0x3cbb05._0x561716,-_0x3cbb05._0x2c0d0e,-0x6b)](getConfigPath));break;}case _0x59dff0[_0x4ec853(_0x3cbb05._0x5069f5,_0x3cbb05._0xd1f9a8,-_0x3cbb05._0x20d240,_0x3cbb05._0x4ee36e)]:{const _0x537e92=_0x5ec43c[_0x32efce(-_0x3cbb05._0x28ad4c,-_0x3cbb05._0xf0b9b5,-0x175,-0x134)](_0x20811c);await _0x59dff0['aOzYk'](saveSslKeyPath,_0x537e92),console[_0x32efce(0x87,-_0x3cbb05._0x58429d,_0x3cbb05._0x46b9e4,0x88)](_0x32efce(-_0x3cbb05._0x2b7f49,-0x37,0x5f,-_0x3cbb05._0x47562f)+_0x4c7d0e+'\x20=\x20'+_0x537e92),console[_0x32efce(_0x3cbb05._0x1a5022,-0x5,0x4f,-0xa7)](_0x4ec853(0x181,_0x3cbb05._0x3fe705,0x19d,_0x3cbb05._0x123c9d)+':\x20'+_0x59dff0[_0x32efce(-_0x3cbb05._0x10b7d5,-0xe6,-_0x3cbb05._0x4a2cdf,-0xa4)](getConfigPath));break;}case _0x59dff0[_0x4ec853(0x150,0x1c2,0x1b8,0x1a4)]:{const _0x35e029=_0x5ec43c['resolve'](_0x20811c);await _0x59dff0[_0x32efce(-0x82,-0x6d,-_0x3cbb05._0x37944e,-0xc8)](saveSslCaPath,_0x35e029),console['log']('Set\x20'+_0x4c7d0e+_0x32efce(-_0x3cbb05._0x59743e,-_0x3cbb05._0x86b99b,-_0x3cbb05._0x1abb3a,-_0x3cbb05._0x4c7042)+_0x35e029),console[_0x32efce(-_0x3cbb05._0x52b057,-0x5,0x89,_0x3cbb05._0x5ac157)]('\x20\x20Location'+':\x20'+_0x59dff0[_0x4ec853(0x52,_0x3cbb05._0x46d4f5,0x89,_0x3cbb05._0x8c3acb)](getConfigPath));break;}case _0x59dff0[_0x4ec853(0xed,_0x3cbb05._0x8c9f31,_0x3cbb05._0x58bac7,_0x3cbb05._0x5b3705)]:{if(_0x59dff0[_0x4ec853(0x153,_0x3cbb05._0x13373c,0x1f7,0x16e)]===_0x59dff0[_0x4ec853(_0x3cbb05._0x3c6eb9,_0x3cbb05._0x1c23a6,_0x3cbb05._0xd14025,_0x3cbb05._0x49fb32)]){const _0x5e48c0=_0x59dff0[_0x4ec853(0xef,0x12a,_0x3cbb05._0x31a8bd,0x71)][_0x32efce(-0x6d,-0x6c,-_0x3cbb05._0x3b91c7,-0x2d)]('|');let _0xb0409f=0x84f+0x8db+-0x112a;while(!![]){switch(_0x5e48c0[_0xb0409f++]){case'0':_0x331396[_0x4ec853(_0x3cbb05._0x541907,_0x3cbb05._0x1b27be,_0x3cbb05._0xe40b8,0x156)]('\x20\x20coder-se'+_0x32efce(-_0x3cbb05._0x1ba876,-_0x3cbb05._0x1405c1,0x2a,-_0x3cbb05._0x49c077)+_0x32efce(-0x58,-0x9a,_0x3cbb05._0xe8a2f5,-_0x3cbb05._0x162f45)+_0x32efce(-_0x3cbb05._0xb5e4e7,-0x7a,-0x2e,-0x8f)+_0x32efce(-0x15a,-_0x3cbb05._0x1b27be,-0x19b,-_0x3cbb05._0x5d4558)+_0x32efce(-0x73,-_0x3cbb05._0x4000b8,-0x9a,-_0x3cbb05._0x457b6d)+'tup');continue;case'1':_0x2f380b[_0x32efce(-_0x3cbb05._0x35e1e7,-_0x3cbb05._0x334c78,-0x80,-0x34)](_0x32efce(-_0x3cbb05._0x2199d6,-0x16,0x10,_0x3cbb05._0xbbc7e6)+_0x32efce(-_0x3cbb05._0x110576,-_0x3cbb05._0x506dcc,-_0x3cbb05._0x599625,-_0x3cbb05._0x1899be)+_0x32efce(-_0x3cbb05._0x18dfda,-0xe9,-0x5b,-_0x3cbb05._0x27d390)+'ed');continue;case'2':_0x419317[_0x32efce(0x1,-_0x3cbb05._0x20b0ee,-0x10,0x7)]('');continue;case'3':_0x51bc3e[_0x4ec853(0x100,0xc7,_0x3cbb05._0x3b21ec,_0x3cbb05._0x5383b0)](_0x59dff0[_0x4ec853(_0x3cbb05._0x5abcba,_0x3cbb05._0x7ac68d,_0x3cbb05._0xbf537f,-0x38)]);continue;case'4':_0x148778['exit'](-0x964+0xb9*-0x1f+0x1fcc);continue;}break;}}else{const _0x4cdcd7=_0x59dff0['qiYAZ'](_0x20811c,_0x59dff0[_0x32efce(-0x42,-_0x3cbb05._0x4eea30,0x3a,-_0x3cbb05._0x40d51e)])||_0x59dff0[_0x32efce(-0x8e,-_0x3cbb05._0x2c1749,-0x16c,-0x7d)](_0x20811c,'1');await saveTrustProxy(_0x4cdcd7),console[_0x32efce(_0x3cbb05._0x1780f4,-_0x3cbb05._0x368adb,_0x3cbb05._0x2d9a2a,_0x3cbb05._0x23a82c)](_0x32efce(-0xd6,-_0x3cbb05._0x269519,_0x3cbb05._0x2b4365,-_0x3cbb05._0x3a8578)+_0x4c7d0e+_0x32efce(-0xfe,-0xf9,-0x142,-0x14f)+_0x4cdcd7),console['log'](_0x32efce(-_0x3cbb05._0x317a0b,0x20,-_0x3cbb05._0x45321c,_0x3cbb05._0x317682)+':\x20'+_0x59dff0[_0x32efce(-0x84,-_0x3cbb05._0x575737,-_0x3cbb05._0x457b6d,-0x193)](getConfigPath));break;}}}}async function setSetupConfig(_0x13c8de,_0x6a92bd){const _0x28865e={_0x21f21d:0x1ac,_0x8949d3:0x45b,_0x1387c5:0x3d0,_0x1dc5a9:0x3e3,_0x70d92f:0x1c6,_0x2451e0:0x262,_0x8b5b64:0x1a1,_0x507203:0x1dc,_0x3870dc:0x210,_0x4bb50d:0xe9,_0x1cf84d:0x261,_0x4a446f:0x1ee,_0x2d698c:0x183,_0x36cc28:0x11b,_0x3418eb:0x314,_0xe7d9c7:0x38e,_0x23a999:0x166,_0x5aed68:0x2fb,_0xc912d2:0x2e7,_0x2e2065:0x322,_0x508b3b:0x38a,_0x5f5e04:0x32b,_0x14c89f:0x330,_0x3b2eba:0x35d,_0x22995c:0x1ff,_0x41056f:0x1cb,_0x3417d3:0x3ae,_0x9275a4:0x40b,_0x143090:0x3dc,_0x8df567:0x3e4,_0x20db70:0x371,_0x4071f9:0x1a3,_0x12195c:0x1d7,_0x1e62a3:0x3ea,_0x3b943f:0x3db,_0x46411d:0x3ad,_0x36b475:0xc1,_0x10f6bb:0x12e,_0x33dbb4:0x124,_0x2ac9dd:0x300,_0x5c9930:0x312,_0x4e80e0:0x2d2,_0x2da232:0x242,_0xbfa523:0x216,_0x37cf46:0x22e,_0x426cd2:0x3ca,_0x569916:0x1a9,_0x4f1b8f:0x19f,_0x47318c:0x126,_0x16afb6:0x341,_0x329992:0x306,_0x418028:0x287,_0x4a1e4a:0x13f,_0x160b60:0x242,_0x592a57:0x38d,_0x21b50c:0x3b2,_0xec161c:0x355,_0x3c3e1a:0x11f,_0x195757:0x17a,_0x357af8:0x20c,_0x88a3a7:0x1c9,_0x5a4ed9:0x209,_0x1c5c8b:0x21d,_0xacb6e2:0x222,_0x3faef0:0x1ae,_0x4b6d4c:0x17d,_0x1b3587:0x1f3,_0x52b0b1:0x1d9,_0x531a00:0x398,_0x13fc2a:0x41f,_0x5c363b:0x1c0,_0x265115:0x1b7,_0x54fb9d:0x318,_0x378635:0x3b7,_0x3ebe8e:0x43b,_0x4783e1:0x3c0,_0x2ab7df:0x35e,_0xec4d27:0x178,_0x3531a8:0x132,_0x3365cf:0x16a,_0x397fcb:0x107,_0x53ed89:0x116,_0x1c3d09:0x218,_0x7f9a3d:0x18a,_0x309de4:0x346,_0xd57a9b:0x2f3,_0xdc82a2:0x25d,_0x19f49c:0x100,_0x46be1c:0x386,_0x5066a4:0x233,_0x36cba3:0x1e7,_0xcc10c0:0x140,_0x261d5b:0x210,_0xcba551:0x397,_0x16e17b:0x316,_0x26ff5c:0x37a,_0xb633bf:0x183,_0x2989ec:0x12c,_0x19d64c:0x1b0,_0x593eab:0x11a,_0x1880df:0x3c1,_0x47c322:0x3fc,_0x157dab:0x494,_0xff782b:0x47e,_0x4b97f2:0x20f,_0x269df6:0x199,_0xe1f14b:0x1d3,_0xf77e87:0x407,_0x5ecd3e:0x30c,_0x51f2be:0x14e,_0x4e0212:0x121,_0x14b72f:0xf7,_0x2ac309:0xc4,_0x484a16:0x42c,_0xf72043:0x394,_0x16d4e8:0x3a8,_0x113eae:0x320,_0x5c4610:0xbd,_0x547dc2:0x164,_0x239e10:0xe6,_0x1eef53:0x263,_0x452843:0x28e,_0x424770:0x220,_0x4a09af:0x16b,_0x1c2c83:0x32c,_0x100bd4:0x372,_0x270c20:0x3ae,_0x4f2dd2:0x30e,_0x59c219:0x2b2,_0x12f246:0x232,_0x5ee4ef:0x1f6,_0x7d3a4f:0x1e9,_0x8575d4:0x28a,_0x3dc46e:0x3e1,_0x3ee025:0x3a2,_0x16a2d2:0x335,_0x4bb323:0x1f6,_0x24a97f:0x150,_0x3670b8:0x394,_0x46f8c6:0x34c,_0x5c7a6f:0xf2,_0x183a93:0x191,_0x2ccd1f:0x144,_0x9f13c9:0x39c,_0x5192b6:0x324,_0x10e5f3:0x40e,_0x4179e0:0x3a4,_0x215c6d:0x2ce,_0x23f8c8:0x330,_0x49e250:0x3a4,_0x26a5a9:0x336,_0x47b003:0x253,_0x2c1b4b:0x2f5,_0x25a201:0x42b,_0x2e7f0f:0x3a5,_0x2c83f8:0x174,_0x43c81e:0x18c,_0x1225a3:0x1fd,_0x3cf930:0x246,_0x359d81:0x3d2,_0x2e7bb9:0x33e,_0x255ae5:0x3b8,_0x2abf34:0x1f4,_0x452878:0x156,_0x5882f0:0x173,_0x5c7cbf:0x41a,_0x14c51b:0x153,_0x5f51a6:0x1cd,_0x5e213f:0x10b,_0x10f32e:0x16f,_0x16cfa1:0x175,_0x399fc1:0x1d1,_0xe0d2f4:0x26f,_0xed2a38:0x1bb,_0x12afae:0x3d1,_0x540059:0x3fe,_0x44e6dd:0x3d5,_0x516acb:0x39e,_0x314b15:0x38c,_0x58b778:0x236},_0x5c981d={_0x4f291d:0x5d,_0x1d25d4:0xe0},_0x4a8383={'ovSVM':'ENOENT','AokpE':_0x1160b8(_0x28865e._0x21f21d,0x1b5,0x116,0xaa)+_0x20c0db(_0x28865e._0x8949d3,0x40d,0x3fc,0x371)+_0x20c0db(_0x28865e._0x1387c5,_0x28865e._0x1dc5a9,0x3d2,0x419)+_0x1160b8(_0x28865e._0x70d92f,_0x28865e._0x2451e0,0x205,_0x28865e._0x8b5b64),'xsXDj':function(_0x4e08a4){return _0x4e08a4();},'cxoSF':function(_0x6a0511,_0x4612f5){return _0x6a0511===_0x4612f5;},'pYGDW':_0x1160b8(_0x28865e._0x507203,0x173,_0x28865e._0x3870dc,0x249),'bWauW':_0x1160b8(0xa6,0x154,0x123,_0x28865e._0x4bb50d),'iXXrZ':_0x1160b8(_0x28865e._0x1cf84d,0x177,_0x28865e._0x4a446f,0x24a)+'up\x20path\x20no'+_0x1160b8(0x10a,_0x28865e._0x2d698c,_0x28865e._0x36cc28,0x169)+'ed','VWHWO':_0x20c0db(_0x28865e._0x3418eb,0x393,0x367,0x3ee),'rMoOF':'VvItZ','hacXa':_0x20c0db(_0x28865e._0xe7d9c7,0x3ad,0x3f5,0x35f),'SDezI':'lhOFU','MTmMs':_0x1160b8(0xce,0x1a2,_0x28865e._0x23a999,0xe2),'hScXX':_0x20c0db(0x28d,0x2ee,_0x28865e._0x5aed68,_0x28865e._0xc912d2)+'coder_setu'+_0x20c0db(_0x28865e._0x2e2065,_0x28865e._0x508b3b,_0x28865e._0x5f5e04,0x3ab)+_0x20c0db(0x2c9,_0x28865e._0x14c89f,0x3a0,_0x28865e._0x3b2eba)+_0x1160b8(_0x28865e._0x22995c,0x1ed,0x218,_0x28865e._0x41056f)+_0x20c0db(_0x28865e._0x3417d3,0x3c6,0x39e,_0x28865e._0x9275a4)+'ectory','ShjaQ':_0x20c0db(_0x28865e._0x143090,_0x28865e._0x8df567,_0x28865e._0x20db70,0x396),'GDjMB':_0x1160b8(_0x28865e._0x4071f9,0xf3,0x146,_0x28865e._0x12195c)+_0x20c0db(_0x28865e._0x1e62a3,_0x28865e._0x3b943f,0x42a,_0x28865e._0x46411d)+_0x1160b8(_0x28865e._0x36b475,_0x28865e._0x10f6bb,0x15f,_0x28865e._0x33dbb4)+_0x20c0db(_0x28865e._0x2ac9dd,_0x28865e._0x5c9930,0x30a,_0x28865e._0x4e80e0)+_0x1160b8(0x25b,_0x28865e._0x2da232,_0x28865e._0xbfa523,_0x28865e._0x37cf46)},_0x495968=await _0x4a8383[_0x20c0db(0x45f,_0x28865e._0x426cd2,0x360,0x36c)](getCoderSetupPath);if(!_0x495968){if(_0x4a8383[_0x1160b8(_0x28865e._0x569916,_0x28865e._0x4f1b8f,0x176,_0x28865e._0x47318c)](_0x4a8383[_0x20c0db(_0x28865e._0x16afb6,0x306,0x2f8,0x2dc)],_0x4a8383[_0x20c0db(0x358,_0x28865e._0x329992,_0x28865e._0x418028,_0x28865e._0x4e80e0)])){const _0x19f61a=_0x4a8383[_0x1160b8(0x1a5,0x1e2,_0x28865e._0x4a1e4a,0x19f)]['split']('|');let _0x36939a=0x249f+-0xd1*0x5+-0x1ea*0x11;while(!![]){switch(_0x19f61a[_0x36939a++]){case'0':console[_0x1160b8(0x148,0x10b,0x1a3,_0x28865e._0x160b60)]('');continue;case'1':console[_0x20c0db(_0x28865e._0x592a57,0x3a2,_0x28865e._0x21b50c,_0x28865e._0xec161c)](_0x1160b8(0x1ab,_0x28865e._0x3c3e1a,0x115,_0x28865e._0x195757)+_0x1160b8(_0x28865e._0x357af8,_0x28865e._0x88a3a7,_0x28865e._0x5a4ed9,_0x28865e._0x70d92f)+_0x1160b8(0x1ab,_0x28865e._0x1c5c8b,_0x28865e._0xacb6e2,0x1a1)+':');continue;case'2':process[_0x1160b8(0x1c0,_0x28865e._0x3faef0,0x1af,_0x28865e._0x4b6d4c)](0x1*-0x7d3+0x18d8+-0x1104);continue;case'3':console[_0x1160b8(_0x28865e._0x1b3587,_0x28865e._0x52b0b1,0x1a3,0x221)](_0x4a8383[_0x20c0db(_0x28865e._0x531a00,0x3b6,_0x28865e._0x13fc2a,0x362)]);continue;case'4':console[_0x1160b8(_0x28865e._0x5c363b,_0x28865e._0x265115,_0x28865e._0x4071f9,0x1f8)](_0x20c0db(0x35e,_0x28865e._0x54fb9d,0x2dc,_0x28865e._0x378635)+_0x20c0db(_0x28865e._0x3ebe8e,_0x28865e._0x4783e1,_0x28865e._0x2ab7df,0x3db)+_0x1160b8(_0x28865e._0xec4d27,_0x28865e._0x3531a8,_0x28865e._0x3365cf,_0x28865e._0x397fcb)+_0x1160b8(_0x28865e._0x53ed89,_0x28865e._0x1c3d09,_0x28865e._0x7f9a3d,0x125)+_0x20c0db(_0x28865e._0x309de4,_0x28865e._0xd57a9b,0x376,_0x28865e._0xdc82a2)+_0x1160b8(0x163,0x158,_0x28865e._0x19f49c,0x14d)+_0x20c0db(_0x28865e._0x46be1c,_0x28865e._0x143090,0x419,0x373));continue;}break;}}else _0xcd065c[_0x1160b8(0x257,0x231,0x1e7,_0x28865e._0x5066a4)]===_0x4a8383[_0x1160b8(0x288,_0x28865e._0x36cba3,0x1e9,0x1ae)]?_0x2957f8['error'](_0x1160b8(_0x28865e._0xcc10c0,_0x28865e._0x261d5b,0x16f,0x198)+_0x20c0db(_0x28865e._0xcba551,_0x28865e._0x16e17b,0x368,_0x28865e._0x26ff5c)+_0x1160b8(0x197,0x16e,0x191,_0x28865e._0xb633bf)+'\x20'+_0x372bb3):_0x35e3f0[_0x1160b8(_0x28865e._0x2989ec,_0x28865e._0x19d64c,0x1a3,_0x28865e._0x593eab)]('Error\x20read'+_0x20c0db(_0x28865e._0x1880df,_0x28865e._0x47c322,_0x28865e._0x157dab,_0x28865e._0xff782b)+_0x1160b8(_0x28865e._0x4b97f2,_0x28865e._0x269df6,_0x28865e._0xe1f14b,0x1f0)+_0x4966c5['message']),_0x37ec1e[_0x20c0db(_0x28865e._0xf77e87,0x3ae,0x362,_0x28865e._0x5ecd3e)](0x1b*0x9d+0xb61+-0x1bef);}const _0x29750b=_0x5ec43c[_0x1160b8(0x119,_0x28865e._0x51f2be,_0x28865e._0x4e0212,0x12e)](_0x495968,_0x4a8383[_0x1160b8(0x13c,_0x28865e._0x33dbb4,_0x28865e._0x14b72f,_0x28865e._0x2ac309)]);function _0x20c0db(_0x3963fc,_0xb633f4,_0x5f45a2,_0x1016bf){return _0x32c0c3(_0xb633f4- -_0x5c981d._0x4f291d,_0x3963fc,_0x5f45a2-0x9b,_0x1016bf-_0x5c981d._0x1d25d4);}let _0x26d2ae;try{if(_0x20c0db(0x45b,_0x28865e._0x484a16,_0x28865e._0xf72043,0x3c1)===_0x4a8383[_0x20c0db(_0x28865e._0x16d4e8,0x34f,0x308,_0x28865e._0x113eae)]){const _0x102afa=await _0x374e70[_0x1160b8(_0x28865e._0x5c4610,_0x28865e._0x547dc2,0x133,_0x28865e._0x239e10)](_0x29750b,_0x4a8383[_0x1160b8(_0x28865e._0x1eef53,_0x28865e._0x452843,_0x28865e._0x424770,0x263)]);_0x26d2ae=JSON[_0x20c0db(0x324,0x31b,0x38f,0x374)](_0x102afa);}else _0x41f93d[_0x1160b8(_0x28865e._0x4a09af,0x100,0x1a3,0x156)](_0x4a8383[_0x20c0db(_0x28865e._0x1c2c83,_0x28865e._0x100bd4,0x3d6,0x2cd)]),_0x407450[_0x20c0db(0x344,_0x28865e._0x270c20,0x35a,_0x28865e._0x4f2dd2)](-0x238a+-0xa75+-0x8*-0x5c0);}catch(_0x35d1a6){_0x4a8383[_0x1160b8(_0x28865e._0x59c219,_0x28865e._0x269df6,_0x28865e._0x12f246,0x1ed)]!==_0x4a8383['MTmMs']?(_0x4a8383['cxoSF'](_0x35d1a6['code'],_0x4a8383[_0x1160b8(_0x28865e._0x5ee4ef,0x1d3,_0x28865e._0x7d3a4f,_0x28865e._0x8575d4)])?(console[_0x20c0db(_0x28865e._0x3dc46e,_0x28865e._0x3ee025,_0x28865e._0x16a2d2,0x40e)](_0x1160b8(_0x28865e._0x4bb323,_0x28865e._0x24a97f,0x16f,0x17a)+_0x20c0db(0x33f,0x316,_0x28865e._0x3670b8,_0x28865e._0x46f8c6)+_0x1160b8(0x11e,_0x28865e._0x5c7a6f,_0x28865e._0x183a93,_0x28865e._0x2ccd1f)+'\x20'+_0x29750b),console['error'](_0x4a8383[_0x20c0db(0x4a3,0x42a,0x44a,_0x28865e._0x9f13c9)])):_0x4a8383[_0x20c0db(_0x28865e._0x5192b6,0x375,_0x28865e._0x10e5f3,_0x28865e._0x5ecd3e)]('OYmBo',_0x4a8383[_0x20c0db(_0x28865e._0x4179e0,0x32a,0x354,_0x28865e._0x215c6d)])?_0xaa2ee2[_0x20c0db(_0x28865e._0x23f8c8,0x3a2,_0x28865e._0x49e250,_0x28865e._0x26a5a9)]('Error\x20read'+'ing\x20setup.'+_0x1160b8(0x1f0,0x220,0x1d3,_0x28865e._0x47b003)+_0x244547[_0x20c0db(0x26e,_0x28865e._0x2c1b4b,0x315,0x2b6)]):console[_0x20c0db(0x38c,0x3a2,_0x28865e._0x25a201,0x37a)](_0x20c0db(0x331,_0x28865e._0x2e7f0f,0x362,0x3f8)+_0x1160b8(_0x28865e._0x2c83f8,_0x28865e._0x43c81e,_0x28865e._0x1225a3,_0x28865e._0x3cf930)+_0x20c0db(0x38b,_0x28865e._0x359d81,_0x28865e._0x2e7bb9,_0x28865e._0x255ae5)+_0x35d1a6['message']),process['exit'](-0xa84*-0x2+-0x37*-0x89+-0x3276*0x1)):(_0x4a8383['xsXDj'](_0xc2ed7d),_0x103db4['exit'](-0x7*-0x2cb+-0x17f1+0xe1*0x5));}_0x26d2ae[_0x13c8de]=_0x6a92bd,await _0x374e70[_0x20c0db(0x314,0x317,0x3ab,0x2ec)](_0x29750b,JSON[_0x1160b8(_0x28865e._0x2abf34,_0x28865e._0x265115,_0x28865e._0x452878,_0x28865e._0x5882f0)](_0x26d2ae,null,-0x1e1b+-0x1498+0x32b5)+'\x0a',_0x4a8383[_0x20c0db(0x416,_0x28865e._0x13fc2a,0x49b,_0x28865e._0x5c7cbf)]),console['log'](_0x1160b8(_0x28865e._0x14c51b,0x132,_0x28865e._0x5f51a6,0x1cb)+_0x13c8de+_0x1160b8(0x6a,0xbd,_0x28865e._0x5e213f,_0x28865e._0x10f32e)+_0x6a92bd),console[_0x1160b8(0x295,_0x28865e._0x16cfa1,0x1ff,_0x28865e._0x399fc1)](_0x1160b8(_0x28865e._0xe0d2f4,_0x28865e._0xed2a38,0x224,0x19a)+':\x20'+_0x29750b);function _0x1160b8(_0x161567,_0x595c51,_0x14efbb,_0x37213e){return _0x5b89ec(_0x595c51,_0x595c51-0xde,_0x14efbb-0x44,_0x37213e-0xac);}console[_0x20c0db(_0x28865e._0x12afae,_0x28865e._0x540059,_0x28865e._0x44e6dd,0x380)](''),console[_0x20c0db(_0x28865e._0x516acb,0x3fe,_0x28865e._0x314b15,0x411)](_0x4a8383[_0x1160b8(0x206,0x187,0x1aa,_0x28865e._0x58b778)]);}async function getConfig(_0x48b913){const _0x338fc0={_0x211ca2:0x164,_0xf044:0x115,_0x16432c:0x1ca,_0xd4db9e:0x103,_0x3fcffe:0x96,_0x2d2d5b:0x76,_0x2b6910:0x1f,_0x4824b3:0x131,_0x35de49:0x184,_0x3afc50:0x123,_0x494922:0xf0,_0x3913be:0x11a,_0xd9a89d:0x174,_0x169609:0x12d,_0x3ae922:0x8d,_0x25d113:0x10f,_0x16617c:0x44,_0x52566f:0x117,_0x40f52d:0x22e,_0x54ddf2:0x22a,_0x59ae47:0x18d,_0x1bda6f:0xea,_0x566c7e:0x203,_0x59a6c8:0x1fd,_0x501102:0x183,_0x380f4d:0x140,_0x446a41:0x25f,_0x1a9e6a:0x229,_0x54a937:0x151,_0x2d0c88:0x1b0,_0x96ed4f:0x239,_0x2a9d57:0x2ac,_0x3fb20a:0x26b,_0x5d1d86:0x20f,_0x31f48e:0x42,_0x46372b:0x1c,_0x1417a2:0x257,_0x26b511:0x51,_0xdb303b:0x139,_0x3b48db:0x10c,_0x46de25:0xb,_0x4376ce:0x1f,_0x2f17ef:0xf,_0x42e0ad:0x95,_0x42f9e0:0x68,_0x8400f1:0x199,_0x183fd5:0x1fe,_0x1fd721:0x1fc,_0x4b1755:0x178,_0x5defb3:0xa4,_0x18bd7a:0x6e,_0xf64690:0xde,_0x8b47b7:0x147,_0x1ecf2f:0x116,_0x2f2cfe:0x180,_0x589ee1:0x260,_0x39657a:0x1d,_0x4ce351:0x13,_0x4f3b73:0x18,_0x2915e0:0xad,_0x1fbea5:0x22,_0x518eba:0x7b,_0x35298c:0xff,_0x32c0c2:0x242,_0x25ec57:0x205,_0x501a8d:0x254,_0x3b543e:0x250,_0x45356f:0x2da,_0x213142:0x250,_0xdc972c:0x1de,_0x26399f:0x167,_0x1ca1bb:0x199,_0x1af85a:0x15a,_0x3d675c:0x116,_0x549852:0x1a8,_0xc9abe3:0x152,_0x490484:0xe0,_0x365087:0x109,_0x10699c:0x163,_0x336225:0x195,_0x541af9:0x13e,_0x2ddce8:0x297,_0x492b74:0x23b,_0x3d0336:0x278,_0xd405a1:0xb9,_0x5738de:0x18,_0x1d0a79:0x157,_0xd3be57:0x1f5,_0x5bd4b6:0x86,_0x198e95:0x59,_0x3d6e4b:0x74,_0x76a2c0:0x2f4,_0x153a7d:0x25e,_0x3fd322:0xf,_0x53f74b:0x96,_0x2a7cc8:0x104,_0x3a4fe4:0x67,_0x29fc83:0xad,_0x91b98c:0xf0,_0x5c260c:0x18b,_0x38f196:0x188,_0x3e5452:0x19,_0x503bc2:0x2f,_0x4680d5:0x26d,_0xb0efa9:0x275,_0x5f3fa4:0x198,_0x4775ed:0x200,_0x328648:0x128,_0xa2291f:0xad,_0x1cb037:0x1b,_0x10a98c:0x14f,_0x27c278:0x16d,_0xf4d20c:0x225,_0x1b3a13:0x244,_0x4ccfda:0x256,_0x34c37e:0x1f9,_0x1dfb14:0x1f0,_0x38cb08:0x145,_0x3c20c0:0x18c,_0x52aa01:0x17f,_0x4387ca:0x1e1,_0x437071:0x187,_0x56116d:0x14b,_0x392e5e:0x2e,_0x442311:0x38,_0x35e2f9:0x62,_0x349b43:0x189,_0x5ddacd:0xf7,_0x45747b:0x157,_0x522f2a:0x184,_0x523e42:0x23,_0xc0e510:0x45,_0x58ed0f:0x69,_0x9a7d89:0x1ca,_0x481858:0x1cb,_0x46ed6f:0x98,_0x143474:0xaa,_0x564874:0x110,_0x352d72:0x1c5,_0x59b96e:0x18e,_0x145937:0x12e,_0x2ee0c4:0xbf,_0x31b2d0:0x28,_0x3a9d6b:0x2f7,_0x5d158a:0x255,_0x11cf7f:0x24a,_0x32168b:0xaa,_0x3a79a8:0xd,_0x509942:0xad,_0x55d009:0x136,_0x5080a2:0x252,_0x2db148:0x22b,_0x56616c:0x253,_0x3d6ebc:0x2a7,_0x553398:0x18a,_0x575a88:0x1b5,_0x5af2bf:0x2a3,_0x302fe7:0x272,_0x20a7d6:0x9d,_0x342881:0xe1,_0x922aa0:0xa6,_0x23bef2:0x3d,_0x5734be:0xf,_0x4ef5e9:0x48,_0x33fdcd:0xa9,_0x220fe2:0x9d,_0x2dbe76:0x88,_0x4f3344:0x31,_0x5854b3:0x166,_0x29d678:0x202,_0x466c07:0x101,_0x724c1:0xef,_0x489006:0x11,_0x256199:0x205,_0xec9ec2:0x27e,_0x5a360d:0x1f9,_0x56e3f9:0x1ed,_0x2a198e:0x1fc,_0x4a1bcb:0x94,_0x4bb859:0x11d,_0x2ffd3a:0x178,_0x55f82c:0x1ef},_0x255a16={_0x51c6fb:0xe0},_0x4809b8={_0x9a2267:0x4ac,_0x2cbd64:0x15d},_0x3ba451={'upLbi':function(_0x422fa9,_0x3aad2c){return _0x422fa9&&_0x3aad2c;},'bkDup':function(_0x3037c4,_0xd6c550){return _0x3037c4!==_0xd6c550;},'csuvQ':_0x25e10f(0x141,_0x338fc0._0x211ca2,_0x338fc0._0xf044,_0x338fc0._0x16432c),'nBqBT':_0x383cb3(-_0x338fc0._0xd4db9e,-_0x338fc0._0x3fcffe,-_0x338fc0._0x2d2d5b,-_0x338fc0._0x2b6910)+_0x25e10f(_0x338fc0._0x4824b3,_0x338fc0._0x35de49,0x1bb,0x118)+'nfig\x22\x20for\x20'+_0x25e10f(_0x338fc0._0x3afc50,0x1b4,0x1db,0x138)+_0x383cb3(-0x8a,-_0x338fc0._0x494922,-_0x338fc0._0x3913be,-_0x338fc0._0xd9a89d)+_0x383cb3(-_0x338fc0._0x169609,-0x96,-_0x338fc0._0x3ae922,0x13),'ReeRV':_0x383cb3(-0xff,-_0x338fc0._0x25d113,-0xd1,-_0x338fc0._0x16617c)+_0x383cb3(-0x194,-0x80,-_0x338fc0._0x52566f,-0x1a6),'golWY':function(_0x313312){return _0x313312();},'fXiSK':'server_por'+'t','TQdtV':function(_0x20f481){return _0x20f481();},'ZDwdO':'ssl_cert_p'+_0x25e10f(_0x338fc0._0x40f52d,0x196,_0x338fc0._0x54ddf2,0x1ef),'fTolK':function(_0x47cb4b){return _0x47cb4b();},'uHoEH':_0x25e10f(0x18a,_0x338fc0._0x59ae47,0x215,_0x338fc0._0x1bda6f)+'th','qivsj':function(_0x5846f2){return _0x5846f2();},'CgOhD':_0x25e10f(0x1bf,0x1e4,0x1fb,_0x338fc0._0x566c7e)+'h','cEpUp':function(_0x5b27ca){return _0x5b27ca();},'kRoMg':function(_0x285d96,_0x48a054){return _0x285d96===_0x48a054;},'IjkzK':_0x25e10f(_0x338fc0._0x59a6c8,_0x338fc0._0x501102,0x155,_0x338fc0._0x380f4d),'TEkSB':function(_0x4215c0){return _0x4215c0();},'GlGGF':_0x25e10f(0x280,0x244,_0x338fc0._0x446a41,0x29d)+'up\x20path\x20no'+'t\x20configur'+'ed','vReDe':'setup.json','pUPdB':'ahADQ','fWxgU':_0x25e10f(_0x338fc0._0x1a9e6a,0x1a5,0x207,_0x338fc0._0x54a937),'XjcgQ':function(_0x15ebb1,_0x1f7390){return _0x15ebb1===_0x1f7390;},'GHrCb':_0x25e10f(0x180,_0x338fc0._0x2d0c88,0x1e2,_0x338fc0._0x96ed4f),'FosTG':_0x25e10f(_0x338fc0._0x2a9d57,_0x338fc0._0x3fb20a,0x30a,_0x338fc0._0x5d1d86)};function _0x383cb3(_0x38dc25,_0x12c85d,_0x124ca1,_0x4e3908){return _0x32c0c3(_0x124ca1- -_0x4809b8._0x9a2267,_0x12c85d,_0x124ca1-0xed,_0x4e3908-_0x4809b8._0x2cbd64);}function _0x25e10f(_0x595006,_0x320bd6,_0x1d891b,_0x1cce13){return _0x5b89ec(_0x1d891b,_0x320bd6-_0x255a16._0x51c6fb,_0x320bd6-0x9a,_0x1cce13-0x18d);}!_0x48b913&&(console['error']('Usage:\x20cod'+_0x383cb3(-0xe6,0x5d,-_0x338fc0._0x31f48e,_0x338fc0._0x46372b)+_0x25e10f(0x1df,0x242,_0x338fc0._0x1417a2,0x242)+_0x383cb3(-_0x338fc0._0x26b511,-0x101,-0x72,-0x81)),process[_0x383cb3(-0x29,-_0x338fc0._0xdb303b,-0xa1,-_0x338fc0._0x3b48db)](0x1415+0x9*-0x1cf+-0x8b*0x7));const _0x57901c=SERVER_CONFIG_KEYS[_0x383cb3(_0x338fc0._0x46de25,_0x338fc0._0x4376ce,-0x68,-_0x338fc0._0x2f17ef)](_0x48b913),_0x3b3abf=SETUP_JSON_KEYS[_0x383cb3(-_0x338fc0._0x42e0ad,-0xdd,-_0x338fc0._0x42f9e0,-0x101)](_0x48b913);_0x3ba451[_0x25e10f(_0x338fc0._0x8400f1,_0x338fc0._0x183fd5,_0x338fc0._0x1fd721,_0x338fc0._0x4b1755)](!_0x57901c,!_0x3b3abf)&&(_0x3ba451[_0x383cb3(-_0x338fc0._0x5defb3,0x5,-_0x338fc0._0x18bd7a,-0xd3)](_0x3ba451['csuvQ'],_0x25e10f(_0x338fc0._0xf64690,_0x338fc0._0x8b47b7,0xb4,_0x338fc0._0x1ecf2f))?(console[_0x25e10f(_0x338fc0._0x2f2cfe,0x1f9,0x1ab,_0x338fc0._0x589ee1)](_0x383cb3(_0x338fc0._0x39657a,-_0x338fc0._0x4ce351,-0x43,_0x338fc0._0x4f3b73)+'nfiguratio'+'n\x20key:\x20'+_0x48b913),console[_0x383cb3(-0xd9,-0xdb,-_0x338fc0._0x2915e0,-_0x338fc0._0x1fbea5)](_0x3ba451[_0x383cb3(-0x5f,-_0x338fc0._0x518eba,-_0x338fc0._0x35298c,-0x175)]),process[_0x25e10f(_0x338fc0._0x32c0c2,_0x338fc0._0x25ec57,_0x338fc0._0x501a8d,_0x338fc0._0x3b543e)](0x80+0x26b3+0x1399*-0x2)):_0x96398b['error']('Error\x20read'+_0x25e10f(0x28a,0x253,_0x338fc0._0x2a9d57,_0x338fc0._0x45356f)+_0x25e10f(0x1db,0x229,_0x338fc0._0x213142,_0x338fc0._0xdc972c)+_0x268173[_0x383cb3(-_0x338fc0._0x26399f,-_0x338fc0._0x1ca1bb,-_0x338fc0._0x1af85a,-0x17f)]));let _0x4f46f5;if(_0x57901c)switch(_0x48b913){case _0x3ba451[_0x383cb3(-0x175,-_0x338fc0._0x3d675c,-0x156,-0xde)]:_0x4f46f5=await _0x3ba451[_0x383cb3(-_0x338fc0._0x549852,-0xb4,-0x104,-0xa7)](getCoderSetupPath);break;case _0x3ba451[_0x25e10f(0xcb,0x15c,0x1e9,_0x338fc0._0xc9abe3)]:_0x4f46f5=await _0x3ba451[_0x383cb3(-_0x338fc0._0x490484,-0xda,-_0x338fc0._0x365087,-_0x338fc0._0x10699c)](getServerPort);break;case _0x3ba451[_0x383cb3(-0xc5,-_0x338fc0._0x336225,-0x108,-_0x338fc0._0x541af9)]:_0x4f46f5=await _0x3ba451[_0x25e10f(0x29e,0x27e,_0x338fc0._0x2ddce8,0x1e2)](getSslCertPath);break;case _0x3ba451[_0x25e10f(0x23e,0x1f0,_0x338fc0._0x492b74,_0x338fc0._0x3d0336)]:_0x4f46f5=await _0x3ba451['qivsj'](getSslKeyPath);break;case _0x3ba451[_0x383cb3(-_0x338fc0._0xd405a1,-0x7a,-_0x338fc0._0x5738de,-0x4c)]:_0x4f46f5=await _0x3ba451[_0x25e10f(0x13c,_0x338fc0._0x1d0a79,_0x338fc0._0xd405a1,_0x338fc0._0xd3be57)](getSslCaPath);break;case _0x383cb3(-0xf,_0x338fc0._0x5bd4b6,-_0x338fc0._0x46372b,_0x338fc0._0x198e95)+'y':_0x4f46f5=await _0x3ba451[_0x383cb3(-_0x338fc0._0x3d6e4b,-0xec,-0x104,-0x148)](getTrustProxy);break;}else{if(_0x3b3abf){if(_0x3ba451[_0x25e10f(_0x338fc0._0x76a2c0,_0x338fc0._0x153a7d,0x2ed,0x25c)](_0x3ba451[_0x383cb3(-_0x338fc0._0x3fd322,-_0x338fc0._0x53f74b,-0x55,-0x4a)],'eSbza')){const _0x187953=await _0x3ba451[_0x383cb3(-_0x338fc0._0x2a7cc8,-0xf0,-0x148,-0xa4)](getCoderSetupPath);!_0x187953&&(console[_0x383cb3(-_0x338fc0._0x3a4fe4,-0x82,-_0x338fc0._0x29fc83,-0x123)](_0x3ba451[_0x25e10f(_0x338fc0._0x91b98c,_0x338fc0._0x5c260c,0x18b,_0x338fc0._0x38f196)]),process['exit'](0x1953+-0x217*0x10+0x81e));const _0x229c3b=_0x5ec43c['join'](_0x187953,_0x3ba451[_0x383cb3(-_0x338fc0._0x3e5452,-_0x338fc0._0x503bc2,-0xa0,-0x8)]);try{if(_0x3ba451[_0x25e10f(_0x338fc0._0x4680d5,0x25e,0x23a,_0x338fc0._0xb0efa9)](_0x3ba451[_0x25e10f(0x224,_0x338fc0._0x5f3fa4,_0x338fc0._0x4775ed,0x178)],_0x3ba451['fWxgU']))_0x1ad861[_0x383cb3(-_0x338fc0._0x328648,-0x52,-_0x338fc0._0xa2291f,-_0x338fc0._0x1cb037)]('Error:\x20set'+_0x25e10f(_0x338fc0._0x10a98c,_0x338fc0._0x27c278,0xd5,0x1bd)+_0x25e10f(0x164,0x1e7,_0x338fc0._0xf4d20c,_0x338fc0._0x1b3a13)+'\x20'+_0xfac317),_0x3fa96f[_0x25e10f(_0x338fc0._0x4ccfda,_0x338fc0._0x34c37e,0x294,_0x338fc0._0x1dfb14)](_0x25e10f(0x17c,_0x338fc0._0x38cb08,_0x338fc0._0x3c20c0,0x111)+_0x25e10f(0x202,0x1d5,0x1d3,_0x338fc0._0x52aa01)+_0x25e10f(0x27c,_0x338fc0._0x4387ca,0x261,0x174)+_0x25e10f(0x14e,_0x338fc0._0x437071,0x1a4,_0x338fc0._0x56116d)+_0x383cb3(-0x98,-_0x338fc0._0x392e5e,-_0x338fc0._0x442311,_0x338fc0._0x35e2f9)+'-setup\x20dir'+'ectory');else{const _0xe52879=await _0x374e70[_0x25e10f(0x17c,_0x338fc0._0x349b43,0xec,0x1f9)](_0x229c3b,'utf-8'),_0x4e4d43=JSON[_0x383cb3(-_0x338fc0._0x5ddacd,-_0x338fc0._0x45747b,-0x134,-_0x338fc0._0x522f2a)](_0xe52879);_0x4f46f5=_0x4e4d43[_0x48b913];}}catch(_0x28c888){_0x3ba451[_0x383cb3(0x4,0x7e,-0x20,-0x61)](_0x28c888[_0x383cb3(-_0x338fc0._0x523e42,-_0x338fc0._0xc0e510,-_0x338fc0._0x58ed0f,0x29)],_0x383cb3(0x33,-0xb,-0x1d,-0x10))?_0x3ba451[_0x25e10f(0x1f3,0x26f,_0x338fc0._0x9a7d89,_0x338fc0._0x481858)]===_0x3ba451['GHrCb']?console[_0x383cb3(-_0x338fc0._0x46ed6f,-_0x338fc0._0x143474,-0xad,-_0x338fc0._0x564874)](_0x25e10f(0x267,_0x338fc0._0x352d72,_0x338fc0._0x59b96e,0x15f)+_0x25e10f(_0x338fc0._0x145937,_0x338fc0._0x27c278,0xf4,_0x338fc0._0xf044)+_0x383cb3(-0x113,-0x15f,-_0x338fc0._0x2ee0c4,-_0x338fc0._0x31b2d0)+'\x20'+_0x229c3b):_0x13cfbc[_0x25e10f(_0x338fc0._0x3a9d6b,_0x338fc0._0x5d158a,0x28d,_0x338fc0._0x11cf7f)](_0xc97a9a):_0x3ba451['bkDup'](_0x383cb3(-0xd,0x8,-0x60,-0xc5),_0x3ba451[_0x383cb3(-0x16,-_0x338fc0._0x32168b,-0x94,_0x338fc0._0x3a79a8)])?console[_0x383cb3(-0x6f,-0x57,-_0x338fc0._0x509942,-_0x338fc0._0x55d009)](_0x25e10f(_0x338fc0._0x5080a2,0x1fc,0x175,_0x338fc0._0x2db148)+_0x25e10f(_0x338fc0._0x9a7d89,_0x338fc0._0x56616c,0x207,_0x338fc0._0x3d6ebc)+_0x25e10f(_0x338fc0._0x553398,_0x338fc0._0x1a9e6a,_0x338fc0._0x575a88,_0x338fc0._0x5af2bf)+_0x28c888['message']):_0x3be2a5[_0x25e10f(0x247,_0x338fc0._0x34c37e,0x1c6,_0x338fc0._0x302fe7)](_0x383cb3(-_0x338fc0._0x20a7d6,-0xde,-_0x338fc0._0x342881,-0xd2)+_0x383cb3(-0xff,-0x131,-0x139,-_0x338fc0._0x922aa0)+'t\x20found\x20at'+'\x20'+_0x4baf57),process[_0x383cb3(-_0x338fc0._0x23bef2,-_0x338fc0._0x5734be,-0xa1,-_0x338fc0._0x4ef5e9)](-0x1*0x382+0x1*-0x3b2+0x735);}}else _0x3405cc[_0x383cb3(-_0x338fc0._0x33fdcd,-_0x338fc0._0x53f74b,-_0x338fc0._0x509942,-0x60)](_0x383cb3(-0x28,-_0x338fc0._0x220fe2,-_0x338fc0._0x2dbe76,-_0x338fc0._0x4f3344)+_0x1cb2cd+(_0x25e10f(_0x338fc0._0x5854b3,_0x338fc0._0x29d678,0x27a,0x171)+_0x383cb3(-0x174,-_0x338fc0._0x466c07,-0x14b,-0x1c2)+_0x383cb3(-_0x338fc0._0x724c1,-0x36,-0x7b,-_0x338fc0._0x489006))),_0x2ab6e4[_0x25e10f(_0x338fc0._0x481858,_0x338fc0._0x256199,0x171,_0x338fc0._0xec9ec2)](-0xb65+-0x5fb+0x1161);}}_0x4f46f5!==undefined?console['log'](_0x4f46f5):(console[_0x25e10f(0x293,_0x338fc0._0x5a360d,_0x338fc0._0x38f196,_0x338fc0._0x56e3f9)](_0x25e10f(_0x338fc0._0x2a198e,0x21e,0x18f,0x2b6)+_0x48b913+(_0x383cb3(-0x8e,-_0x338fc0._0x4a1bcb,-0xa4,-_0x338fc0._0x4bb859)+_0x25e10f(0x1fb,0x15b,_0x338fc0._0x2ffd3a,0x1bf)+_0x25e10f(0x209,0x22b,0x2cd,_0x338fc0._0x55f82c))),process['exit'](-0xd*0x2+-0x1*-0x1d66+-0x1d4b));}async function removeConfig(_0x50c9b4){const _0x520edb={_0x49bd0d:0xf2,_0x2cf55b:0x3a1,_0x2b6f19:0x36d,_0x586c43:0x415,_0x1f91be:0x3d3,_0x358d6d:0x3f0,_0x546e71:0x40a,_0x3ea32d:0x70,_0x296ad6:0xef,_0x4ea2b2:0xff,_0x5ad8ab:0x129,_0x5e0ad1:0x4b3,_0x1566d9:0x399,_0x4e35ad:0x426,_0x11cd79:0x1b3,_0x20e56b:0xed,_0x1b7785:0x140,_0x992f17:0x3e9,_0x32c915:0x405,_0x3dd670:0x45f,_0x24265f:0x1d5,_0x1501c7:0x4de,_0x4673d4:0x4aa,_0x426d41:0x13c,_0xd85784:0x1af,_0x1561d7:0x4c2,_0x5947ec:0x45d,_0x23f1d1:0xf9,_0x3096cc:0x241,_0x201910:0x14b,_0x198500:0xa4,_0x1c04ef:0x13f,_0x59cf37:0x50e,_0x2e0727:0x11a,_0xe20de0:0x198,_0x23d8cd:0x3d2,_0x21cd34:0x4eb,_0x3b1570:0x481,_0x2de2f0:0x3f7,_0x1c3e97:0x1d8,_0x39547a:0x1a7,_0xf81df7:0x1a8,_0x37cb5d:0x101,_0x166107:0x3bc,_0x5979ea:0x4a2,_0x95b0de:0x1a9,_0x56c5ff:0x174,_0x2b2cc0:0x18b,_0x1fb3ba:0x114,_0x39cb46:0x16a,_0x30146e:0x149,_0x47b3ef:0x100,_0x19a688:0x2a,_0x46d5d4:0xdd,_0x497158:0x161,_0x58162b:0x62,_0x28a629:0x12e,_0x587a2f:0x35b,_0x332bba:0x8c,_0x3ef5de:0x159,_0x5683d0:0x58,_0x5696f8:0x49b,_0x2bd7bb:0x448,_0x5441ae:0x46c,_0x12a517:0x401,_0x2e7498:0x449,_0x2d3de6:0x49c,_0x486ab4:0x3ad,_0x557f09:0x436,_0x550231:0x3e3,_0x598049:0x463,_0x5b48cf:0x3af,_0xaaf824:0x454,_0x2148cb:0x457,_0x3d42d9:0x4c2,_0x23aad4:0x4b3,_0x2e37a8:0x454,_0x2f5147:0x4e4,_0x3d2ffb:0xb9,_0x521789:0x23,_0x3d83fc:0x39e,_0x5d3996:0x16c,_0x1cd87a:0x18f,_0x570253:0x3c2,_0x519722:0x4c0,_0x167732:0x212,_0x1eeff9:0xe6,_0x4966ce:0x126,_0xf178d3:0xee,_0x1fa04c:0x195,_0x135bc2:0x190,_0x1a7ca5:0x124,_0x859a4d:0x44d,_0x4dc8bf:0x407,_0x2d0afd:0x10b,_0x3ae44f:0x171,_0x2fb5ad:0x422,_0x358e6e:0x4e6,_0x158740:0x484,_0x531780:0x349,_0x406e93:0x3a3,_0x16ad31:0x3e5,_0x3f5b61:0xb1,_0x2520d6:0x20d,_0x44c498:0x452,_0x406c3d:0x171,_0x17503c:0xce,_0x33369f:0x20f,_0x434404:0x12c,_0x3bdcff:0x135,_0x523ddc:0x430,_0x4c43d8:0x4c9,_0x247c87:0x4a4,_0x639e3c:0x4bc,_0x5edab8:0x4ba,_0x2f1ccd:0x123,_0x3ead86:0x10a,_0x502cd6:0x52d,_0x291acc:0xc4,_0x5c87cf:0x438,_0x3ab3ae:0x4c9,_0x369945:0x190,_0x2c8779:0x50b,_0x27c61e:0x22a,_0x54039f:0x1ff,_0xec2583:0x29,_0x10f6f4:0x111,_0x29de27:0xaa,_0x19f9e3:0xb2,_0x2a32ff:0x13b,_0x476f9c:0x3e2,_0x3d4212:0x11b,_0x593d14:0x196,_0x589f2f:0x433,_0x490576:0x43d,_0x4fcb76:0x128,_0x2ec76c:0x12f,_0x5467ba:0xac,_0x45f7cc:0x4cd,_0x545daa:0x454,_0x430b6e:0x350,_0x186cc9:0x41a,_0x5e3daa:0x423,_0x3c1366:0x3ee,_0x17b525:0x3c1,_0x32a473:0x1c3,_0x17eac9:0xf4,_0x1ca03d:0x12b,_0x151f5f:0x15b,_0x223e51:0x1e0,_0x32735e:0x31b,_0x43e956:0x3e7,_0x2c9eff:0x3b9,_0x327c01:0x46b,_0x221f44:0x4d6,_0x5887a3:0x448,_0x4d2188:0x416,_0x3513ae:0x412,_0x5d27e3:0x3c0,_0x510762:0x41f,_0x452cfe:0x448,_0x457711:0x3c7,_0x14f27c:0x3f5,_0x433740:0x4e7,_0x2c7319:0x379,_0x2fd487:0x3af,_0x4388c6:0x24,_0x19f9d2:0xa8,_0x451929:0x4a4,_0x4b6bab:0x3ab,_0x968988:0x14f,_0x31b9df:0x13e,_0x44e51f:0x481,_0x555ae3:0x443,_0x4c81b4:0x44b,_0x18d4b:0xfa,_0x145840:0xe3,_0x315f50:0x4c6,_0x4509d3:0x105,_0x506439:0x137,_0x4ff2dc:0x4a2,_0x1205bb:0x451,_0x33b79e:0x4e9,_0x2518c3:0x478,_0x3967e2:0x395,_0x3be4b6:0x31f,_0x3c5cec:0x399,_0x1ed0aa:0x4cd,_0x25063f:0x3fb,_0x872896:0x3af,_0x264ed2:0x32f,_0x3d1857:0x425,_0x541cae:0x4e7,_0x6d1f1c:0x460,_0x324fc9:0x4c1,_0xfc88ec:0xea,_0x390621:0x162,_0x27e421:0x11f,_0x1835a1:0x12f,_0x29002e:0x19a,_0x3ac9fe:0x21e,_0x3f93cf:0x4c3,_0x5f0ab8:0x486,_0x3fe39a:0x102},_0xa175ad={_0x59d0a8:0x2cb,_0x532217:0x147,_0x116ad1:0x1ef},_0x30ce32={_0x3fb332:0x49,_0x51819a:0x109},_0xbd3c3c={'WKbiz':_0x159509(0x1a5,_0x520edb._0x49bd0d,0x16b,0x167)+_0x580ad5(_0x520edb._0x2cf55b,_0x520edb._0x2b6f19,_0x520edb._0x586c43,_0x520edb._0x1f91be)+_0x580ad5(_0x520edb._0x358d6d,0x3e7,0x42c,_0x520edb._0x546e71)+_0x159509(_0x520edb._0x3ea32d,0x96,_0x520edb._0x296ad6,0xaa)+_0x159509(_0x520edb._0x4ea2b2,_0x520edb._0x5ad8ab,0xc7,0x73)+'keys','cXEDZ':_0x580ad5(0x4b3,_0x520edb._0x5e0ad1,_0x520edb._0x1566d9,_0x520edb._0x4e35ad)+_0x159509(0x1cd,0x1dc,0x1b3,_0x520edb._0x11cd79)+_0x159509(_0x520edb._0x20e56b,_0x520edb._0x1b7785,0x12c,0xa3)+_0x580ad5(0x37e,0x385,0x3c9,0x3bf)+'configurat'+_0x580ad5(0x3b9,_0x520edb._0x992f17,0x3e2,0x407),'fCJDQ':function(_0x4d3d18,_0x45067d){return _0x4d3d18!==_0x45067d;},'NGEqY':_0x580ad5(0x445,0x3f3,_0x520edb._0x32c915,_0x520edb._0x3dd670),'DxmvM':_0x580ad5(0x362,0x333,0x433,0x3bb)+_0x159509(0x15b,0x18c,0x19f,_0x520edb._0x24265f)+'config\x20rem'+_0x580ad5(0x47a,0x4ae,_0x520edb._0x1501c7,_0x520edb._0x4673d4),'vSFlo':function(_0x3e0946,_0x467d5d){return _0x3e0946&&_0x467d5d;},'zzZSA':function(_0x323bce,_0x455e14){return _0x323bce===_0x455e14;},'XDova':_0x159509(0x104,0xab,_0x520edb._0x426d41,_0x520edb._0xd85784),'xreHS':_0x580ad5(_0x520edb._0x1561d7,0x4a9,_0x520edb._0x5947ec,0x464),'qNVqM':function(_0x40bc3e,_0x4cbb97){return _0x40bc3e(_0x4cbb97);},'QGnOd':'server_por'+'t','BNCpg':function(_0x15ab2c,_0x39cbc6){return _0x15ab2c(_0x39cbc6);},'tqDlx':function(_0x83c1e0,_0x58e808){return _0x83c1e0(_0x58e808);},'eEQoR':_0x159509(0xb0,_0x520edb._0x23f1d1,0xc8,0xec)+'th','ELeay':function(_0x2cd202,_0x18e866){return _0x2cd202(_0x18e866);},'euVam':'ssl_ca_pat'+'h','uMWKL':_0x159509(_0x520edb._0x3096cc,_0x520edb._0x201910,0x1c5,0x1fc)+'y','dqxbj':function(_0x1f17a8){return _0x1f17a8();},'gZGfo':_0x159509(0x14f,_0x520edb._0x198500,_0x520edb._0x1c04ef,0x1aa),'ckvew':'ENOENT','GrRLv':function(_0x3bb167,_0x3cc9bf){return _0x3bb167!==_0x3cc9bf;},'MEqgJ':_0x580ad5(_0x520edb._0x59cf37,0x448,0x54b,0x4a9),'PRLoQ':_0x159509(_0x520edb._0x2e0727,0x1dd,_0x520edb._0xe20de0,0x1fe),'bBFuz':function(_0x3b6d7f,_0x23ff75){return _0x3b6d7f+_0x23ff75;},'YjxKL':_0x580ad5(_0x520edb._0x23d8cd,0x3e3,0x450,0x3eb)+_0x580ad5(_0x520edb._0x21cd34,0x402,0x4d3,_0x520edb._0x3b1570)+_0x580ad5(_0x520edb._0x2de2f0,0x443,0x3c5,0x404)+'\x20to\x20take\x20e'+_0x159509(0x1ce,_0x520edb._0x1c3e97,_0x520edb._0x39547a,0x176)};!_0x50c9b4&&(_0xbd3c3c[_0x159509(_0x520edb._0xf81df7,_0x520edb._0x37cb5d,0x193,0x128)](_0xbd3c3c[_0x159509(0xf8,0x162,0xee,0x84)],_0xbd3c3c[_0x580ad5(_0x520edb._0x166107,0x40c,_0x520edb._0x5979ea,0x402)])?_0x33f8d8[_0x159509(0x9e,_0x520edb._0x95b0de,0x134,0x1be)](_0x159509(_0x520edb._0x56c5ff,_0x520edb._0x2b2cc0,0x100,_0x520edb._0x1fb3ba)+_0x580ad5(0x453,_0x520edb._0x546e71,0x3fa,_0x520edb._0x166107)+_0x159509(_0x520edb._0x39cb46,0x91,0x122,_0x520edb._0x30146e)+'\x20'+_0x3057cf):(console['error'](_0xbd3c3c[_0x159509(_0x520edb._0x47b3ef,_0x520edb._0x19a688,0xb1,_0x520edb._0x46d5d4)]),process['exit'](0x24bb+0x187d+-0x1*0x3d37)));const _0x7f7c70=SERVER_CONFIG_KEYS[_0x159509(0xe6,_0x520edb._0x201910,0x179,_0x520edb._0x497158)](_0x50c9b4),_0x181372=SETUP_JSON_KEYS[_0x580ad5(0x463,0x532,0x472,0x48d)](_0x50c9b4);_0xbd3c3c[_0x159509(_0x520edb._0x58162b,0x69,0x102,_0x520edb._0x28a629)](!_0x7f7c70,!_0x181372)&&(_0xbd3c3c[_0x580ad5(_0x520edb._0x587a2f,0x368,0x3a0,0x3e8)](_0xbd3c3c[_0x159509(0x106,_0x520edb._0x332bba,0xce,_0x520edb._0x3ef5de)],_0xbd3c3c[_0x159509(0x132,_0x520edb._0x5683d0,0xce,0x96)])?(console[_0x580ad5(_0x520edb._0x5696f8,0x4a3,0x3b9,_0x520edb._0x2bd7bb)]('Unknown\x20co'+_0x580ad5(0x363,_0x520edb._0x5441ae,0x365,_0x520edb._0x12a517)+_0x580ad5(_0x520edb._0x23d8cd,_0x520edb._0x2e7498,0x4a3,0x463)+_0x50c9b4),console[_0x580ad5(_0x520edb._0x2d3de6,0x496,_0x520edb._0x486ab4,0x448)](_0xbd3c3c[_0x580ad5(0x3b5,_0x520edb._0x557f09,0x3ed,_0x520edb._0x550231)]),process[_0x580ad5(0x48d,_0x520edb._0x598049,_0x520edb._0x5b48cf,_0x520edb._0xaaf824)](0x3*-0x63+0x392*-0x3+0x98*0x14)):(_0x40ed54[_0x580ad5(_0x520edb._0x2148cb,_0x520edb._0x3d42d9,_0x520edb._0x23aad4,0x448)]('Unknown\x20co'+_0x580ad5(0x478,0x386,0x40f,_0x520edb._0x12a517)+_0x580ad5(0x4dc,0x4d9,_0x520edb._0x2e37a8,0x463)+_0x4c03d6),_0x20e026['error'](_0xbd3c3c['WKbiz']),_0x2d0943[_0x580ad5(_0x520edb._0x2f5147,0x4f0,0x49a,_0x520edb._0xaaf824)](0x2*-0x12a+0x1*0x1b98+-0x1*0x1943)));function _0x580ad5(_0x38711c,_0x1da89f,_0x1d69ad,_0x8aac92){return _0x32c0c3(_0x8aac92-_0x30ce32._0x3fb332,_0x1d69ad,_0x1d69ad-_0x30ce32._0x51819a,_0x8aac92-0xe4);}function _0x159509(_0x5600ae,_0x4fe8a2,_0x5424fd,_0x509131){return _0x32c0c3(_0x5424fd- -_0xa175ad._0x59d0a8,_0x509131,_0x5424fd-_0xa175ad._0x532217,_0x509131-_0xa175ad._0x116ad1);}if(_0x7f7c70){if(_0xbd3c3c['fCJDQ']('nsWVc',_0xbd3c3c[_0x159509(0xb2,0xb2,_0x520edb._0x3d2ffb,_0x520edb._0x521789)])){switch(_0x50c9b4){case'coder_setu'+_0x580ad5(_0x520edb._0x3d83fc,0x39c,0x446,0x3de):await _0xbd3c3c[_0x159509(0x1e7,0xcb,_0x520edb._0x5d3996,0x110)](saveCoderSetupPath,null),console[_0x159509(0x145,_0x520edb._0x1cd87a,0x190,0x132)](_0x580ad5(0x49f,_0x520edb._0x570253,_0x520edb._0x519722,0x427)+_0x50c9b4);break;case _0xbd3c3c['QGnOd']:await _0xbd3c3c[_0x159509(_0x520edb._0x167732,_0x520edb._0x1eeff9,0x186,_0x520edb._0x4966ce)](saveServerPort,0xc14+0x1365+-0x13c1),console[_0x159509(_0x520edb._0xf178d3,_0x520edb._0x1fa04c,_0x520edb._0x135bc2,_0x520edb._0x1a7ca5)](_0x580ad5(0x3df,_0x520edb._0x859a4d,_0x520edb._0x4dc8bf,0x477)+_0x50c9b4+('\x20to\x20defaul'+_0x159509(0x6a,0x149,_0x520edb._0x2d0afd,_0x520edb._0x3ae44f)));break;case _0x580ad5(0x4d3,_0x520edb._0x2fb5ad,_0x520edb._0x358e6e,_0x520edb._0x158740)+_0x580ad5(0x3d7,_0x520edb._0x531780,_0x520edb._0x406e93,_0x520edb._0x16ad31):await _0xbd3c3c[_0x159509(_0x520edb._0x3f5b61,0x8c,0xc9,0xfa)](saveSslCertPath,null),console[_0x159509(0x19d,0x1a8,0x190,_0x520edb._0x2520d6)](_0x580ad5(_0x520edb._0x44c498,0x3ef,0x3b4,0x427)+_0x50c9b4);break;case _0xbd3c3c['eEQoR']:await _0xbd3c3c[_0x159509(0x124,_0x520edb._0x406c3d,0xfd,_0x520edb._0x17503c)](saveSslKeyPath,null),console[_0x159509(0x203,_0x520edb._0x33369f,0x190,0x19d)]('Removed\x20'+_0x50c9b4);break;case _0xbd3c3c[_0x159509(0xca,_0x520edb._0x434404,_0x520edb._0x3bdcff,0xa2)]:await _0xbd3c3c['tqDlx'](saveSslCaPath,null),console[_0x580ad5(_0x520edb._0x523ddc,_0x520edb._0x4c43d8,0x517,_0x520edb._0x247c87)](_0x580ad5(_0x520edb._0x639e3c,0x496,_0x520edb._0x5edab8,0x427)+_0x50c9b4);break;case _0xbd3c3c[_0x159509(_0x520edb._0x2f1ccd,_0x520edb._0x406c3d,0xe3,_0x520edb._0x3ead86)]:await saveTrustProxy(null),console[_0x580ad5(0x45f,_0x520edb._0x502cd6,0x443,0x4a4)](_0x159509(0x122,_0x520edb._0x291acc,0x113,0xe9)+_0x50c9b4);break;}console[_0x580ad5(0x522,0x461,0x4fb,0x4a4)](_0x580ad5(0x45c,_0x520edb._0x5c87cf,0x492,_0x520edb._0x3ab3ae)+':\x20'+_0xbd3c3c['dqxbj'](getConfigPath));}else _0x4d937d[_0x159509(0x225,0x105,_0x520edb._0x369945,0x1e2)](_0xbd3c3c[_0x580ad5(_0x520edb._0x2c8779,0x4c6,0x442,0x4a5)]),_0x1237fc[_0x159509(_0x520edb._0x27c61e,_0x520edb._0x54039f,0x190,0x209)](_0x159509(_0x520edb._0xec2583,_0x520edb._0x10f6f4,_0x520edb._0x29de27,_0x520edb._0x19f9e3)+_0x159509(0x11c,_0x520edb._0x2a32ff,0x152,0x151)+_0x580ad5(_0x520edb._0x476f9c,0x36a,0x3f7,0x40f)+_0x159509(0x89,0x1a0,_0x520edb._0x3d4212,_0x520edb._0x593d14)+_0x580ad5(_0x520edb._0x589f2f,0x334,0x35d,0x399)+_0x580ad5(_0x520edb._0x490576,0x3b4,0x3c3,0x3a5)+'tup');}else{if(_0x181372){const _0x1ffb7e=await _0xbd3c3c[_0x159509(0xfe,_0x520edb._0x4fcb76,0x95,0x66)](getCoderSetupPath);!_0x1ffb7e&&(console[_0x159509(0x1c5,0x18c,0x134,0x96)]('Error:\x20Set'+_0x159509(0xfd,0x1a2,_0x520edb._0x2ec76c,0x197)+_0x159509(0x14b,0xfd,_0x520edb._0x5467ba,0x14b)+'ed'),process[_0x580ad5(0x434,_0x520edb._0x45f7cc,0x461,_0x520edb._0x545daa)](-0x2012+0x1adc+0x59*0xf));const _0x1079e7=_0x5ec43c[_0x580ad5(_0x520edb._0x430b6e,_0x520edb._0x186cc9,_0x520edb._0x5e3daa,0x3c6)](_0x1ffb7e,'setup.json');let _0x1aed63;try{const _0x364f4c=await _0x374e70['readFile'](_0x1079e7,_0xbd3c3c[_0x580ad5(0x432,_0x520edb._0x3c1366,0x51f,0x486)]);_0x1aed63=JSON[_0x580ad5(0x3d3,0x341,0x38e,_0x520edb._0x17b525)](_0x364f4c);}catch(_0x3617bd){_0x3617bd[_0x159509(_0x520edb._0x32a473,0x1da,0x178,0x105)]===_0xbd3c3c[_0x159509(0x124,0x8d,_0x520edb._0x17eac9,_0x520edb._0x1ca03d)]?_0xbd3c3c[_0x159509(0x116,0x13c,_0x520edb._0x151f5f,_0x520edb._0x223e51)]('bVHuq',_0xbd3c3c[_0x580ad5(_0x520edb._0x32735e,_0x520edb._0x43e956,0x34e,_0x520edb._0x2c9eff)])?(_0x59452b[_0x580ad5(_0x520edb._0x327c01,0x461,_0x520edb._0x221f44,_0x520edb._0x5887a3)]('Unknown\x20co'+_0x580ad5(0x3c1,_0x520edb._0x4d2188,0x409,_0x520edb._0x12a517)+_0x580ad5(_0x520edb._0x3513ae,0x4fb,0x45b,0x463)+_0xfc655),_0x33b9dd[_0x580ad5(0x426,_0x520edb._0x5d27e3,_0x520edb._0x510762,_0x520edb._0x452cfe)](_0xbd3c3c[_0x580ad5(0x401,_0x520edb._0x457711,_0x520edb._0x14f27c,0x3e3)]),_0x2af629['exit'](-0x151*-0x1+0x1*-0x213c+-0xc*-0x2a9)):console[_0x580ad5(0x3b5,0x4b9,_0x520edb._0x433740,0x448)](_0x580ad5(_0x520edb._0x2c7319,0x487,_0x520edb._0x2fd487,0x414)+_0x159509(0x132,_0x520edb._0x4388c6,_0x520edb._0x19f9d2,0x89)+_0x580ad5(_0x520edb._0x451929,_0x520edb._0x4b6bab,0x489,0x436)+'\x20'+_0x1079e7):_0xbd3c3c[_0x159509(_0x520edb._0x968988,0xbb,_0x520edb._0x31b9df,0x1a9)]===_0xbd3c3c['PRLoQ']?console[_0x580ad5(0x43e,0x439,0x3f4,_0x520edb._0x5887a3)](_0x580ad5(_0x520edb._0x44e51f,0x3aa,_0x520edb._0x555ae3,_0x520edb._0x4c81b4)+_0x580ad5(_0x520edb._0x5e3daa,_0x520edb._0x59cf37,0x431,0x4a2)+_0x580ad5(0x4b2,_0x520edb._0x519722,0x4cd,0x478)+_0x3617bd[_0x159509(0x43,_0x520edb._0x18d4b,0x87,_0x520edb._0x145840)]):_0x53b0e6[_0x580ad5(0x446,0x467,_0x520edb._0x315f50,0x4a4)](_0x159509(0xbb,_0x520edb._0x4509d3,_0x520edb._0x506439,0xee)+_0x580ad5(0x4a6,0x539,0x402,_0x520edb._0x4ff2dc)+_0x580ad5(_0x520edb._0x1205bb,0x4f6,_0x520edb._0x33b79e,_0x520edb._0x2518c3)+_0x3a473f[_0x580ad5(_0x520edb._0x3967e2,0x3d5,_0x520edb._0x3be4b6,0x39b)]),process[_0x580ad5(0x4de,0x41f,0x44c,0x454)](-0x1248+0x14c*-0x10+0x2709);}_0x1aed63[_0x50c9b4]===undefined&&(console['error']('Key\x20\x22'+_0x50c9b4+('\x22\x20not\x20foun'+_0x580ad5(0x3ab,_0x520edb._0x3c5cec,0x334,0x3aa)+_0x580ad5(_0x520edb._0x1ed0aa,0x44f,0x48f,0x47a))),process[_0x580ad5(0x40d,0x482,_0x520edb._0x25063f,_0x520edb._0x545daa)](-0x3*-0x8e+-0x1fe+0x1*0x55)),delete _0x1aed63[_0x50c9b4],await _0x374e70[_0x580ad5(_0x520edb._0x570253,_0x520edb._0x872896,_0x520edb._0x264ed2,0x3bd)](_0x1079e7,_0xbd3c3c[_0x580ad5(_0x520edb._0x3d1857,_0x520edb._0x541cae,_0x520edb._0x6d1f1c,_0x520edb._0x324fc9)](JSON[_0x159509(_0x520edb._0xfc88ec,0x11a,0xe7,_0x520edb._0x390621)](_0x1aed63,null,-0xed6+-0x2*-0x3b9+0x766),'\x0a'),_0x159509(_0x520edb._0x27e421,_0x520edb._0x1835a1,0x13f,_0x520edb._0x29002e)),console[_0x159509(0x131,_0x520edb._0x3ac9fe,0x190,0x1f2)](_0x580ad5(0x45f,_0x520edb._0x3f93cf,_0x520edb._0x5f0ab8,0x427)+_0x50c9b4),console['log']('\x20\x20Location'+':\x20'+_0x1079e7),console['log'](''),console[_0x159509(0x1f5,_0x520edb._0x3fe39a,_0x520edb._0x369945,0x10c)](_0xbd3c3c['YjxKL']);}}}async function showConfig(){const _0x4de661={_0x13cfc3:0x87,_0x4241eb:0x8,_0x3ae4ae:0x8e,_0x4bf436:0x138,_0x2e3cff:0xe8,_0x5c4b22:0x57,_0x1dc600:0x187,_0x3c0dd4:0x36,_0x1223f2:0xf,_0x42a544:0x6a,_0x52f0fe:0x8e,_0x3ef75e:0x128,_0x2966e7:0x69,_0x3cb3a1:0x12,_0x4a7c19:0x4,_0x4cda0e:0x3a,_0x4b48ca:0x5f,_0x1bace0:0x6,_0x1f9a7c:0x27,_0x5223fa:0x102,_0x3544b7:0x63,_0x1dbc05:0x44,_0x168a20:0xa3,_0x39c3ab:0xa1,_0x415f8c:0x59,_0x2f775c:0x9,_0x115551:0x6e,_0x37b547:0x2e,_0x5d8e5a:0x77,_0x3a9ed1:0xb6,_0x5825b1:0x27,_0x3b7fc5:0xd4,_0x4c3c76:0x94,_0x1ee22b:0xbd,_0x24fef1:0x12e,_0x1537fd:0xdb,_0x9a40d3:0x13,_0x52b108:0x8a,_0x7a1030:0x84,_0x24b429:0x56,_0xcbdb7f:0x55,_0x43851d:0xcc,_0x5cd225:0xc6,_0x190207:0x105,_0x411c22:0x62,_0x55babe:0xca,_0x47db5b:0x88,_0x109344:0x25,_0x552d23:0x9,_0x3a788a:0x49,_0x4ec80e:0xcb,_0x4f9a8d:0x4d,_0x4eeb20:0x1d,_0x586033:0xa0,_0xf68541:0xa8,_0x4e5af4:0x78,_0x2e0c99:0x1b,_0x157f69:0x9f,_0x400fe0:0xbc,_0x630072:0x4a,_0x312cab:0x47,_0x32a919:0x26,_0x47e387:0xc7,_0x24f3ad:0x40,_0x48f2b5:0x39,_0x5a0405:0x10f,_0x11ad85:0x3b,_0x58d4fb:0x29,_0x4840fb:0xba,_0x2b406c:0x47,_0x42f3a6:0x23,_0x4b7e0:0x9,_0x2c3505:0xb6,_0x3c3b08:0x2e,_0x4a8011:0x6f,_0xa77ccb:0xa8,_0x283f9b:0xa0,_0x13cb3e:0xf8,_0x1dab44:0x8c,_0x731e14:0xdc,_0x5a11f2:0x9e,_0x100ccc:0x17e,_0x42e0c9:0x57,_0x153829:0x5f,_0x158ec1:0x2e,_0x44c88c:0x39,_0x303928:0xbd,_0x446a90:0x24,_0x1e4796:0x2e,_0x4115ca:0x6d,_0x94b331:0x1d,_0x56443:0x5c,_0xfcc569:0x7d,_0x2367ba:0x24,_0x4cfcb3:0x79,_0x47f66f:0x7a,_0x2760e0:0xc7,_0x58baf9:0xb1,_0x17cf19:0x35,_0x5e98ff:0x4c,_0x5bf4ce:0xd,_0x29d61b:0x73,_0x24d73e:0x81,_0x58f459:0x125,_0xe4a36b:0x98,_0x4d2ddd:0xcd,_0x11b673:0x7e,_0xffa7ef:0x10a,_0x51234d:0x90,_0x4af2e2:0x104,_0x3a98ed:0x9b,_0x2689f0:0xbf,_0x5c592b:0x21,_0x34bacd:0x6b,_0x2182e5:0xb8,_0x4bdf69:0xfe,_0x55c86e:0xa8,_0x19b507:0xda,_0x1266b4:0x14d,_0x5a6603:0x3f,_0x5097a8:0xe,_0x1f9e9c:0x10d,_0x53fb11:0x31,_0x5d4e5c:0x7a,_0x5120ac:0x2e,_0x155349:0x87,_0x2387c8:0x23,_0x581924:0x13,_0x1b87e1:0xe0,_0x3e798a:0xd7,_0x4d93d6:0x17},_0x16d977={_0xe746c3:0x489,_0x47607e:0x5},_0x4ef33c={'aBhZD':_0x849352(_0x4de661._0x13cfc3,_0x4de661._0x4241eb,_0x4de661._0x3ae4ae,-0xb)+_0x2e0b48(0x6c,0x32,-0x26,0x4e)+'d)','LAFqt':'===\x20Server'+_0x849352(-_0x4de661._0x4bf436,-_0x4de661._0x2e3cff,-_0x4de661._0x5c4b22,-_0x4de661._0x1dc600)+'tion\x20===','qGyje':function(_0x2dd675){return _0x2dd675();},'IzJOb':function(_0x5bc32e){return _0x5bc32e();},'qWKRe':function(_0x546132){return _0x546132();},'DotKd':function(_0x4c5df8,_0x519627){return _0x4c5df8||_0x519627;},'Nhvis':_0x849352(-_0x4de661._0x3c0dd4,-_0x4de661._0x1223f2,0x31,_0x4de661._0x42a544),'Tasyf':function(_0x239480,_0x4f43dc){return _0x239480||_0x4f43dc;},'nppBk':function(_0x339c3d,_0x563c3e){return _0x339c3d!==_0x563c3e;},'CTdoO':function(_0x5ea3c3){return _0x5ea3c3();},'wjysn':'===\x20Setup\x20'+'Configurat'+_0x849352(-0xbe,-_0x4de661._0x52f0fe,-0x86,-_0x4de661._0x3ef75e),'LoJuh':_0x2e0b48(_0x4de661._0x2966e7,0x3d,0x9d,0x6d),'AxnoI':function(_0x281f1b,_0xcdd25b){return _0x281f1b===_0xcdd25b;},'SzXVa':_0x849352(_0x4de661._0x3cb3a1,_0x4de661._0x4a7c19,-0x6e,-_0x4de661._0x4cda0e),'szDNd':function(_0x49daad,_0x239f55){return _0x49daad===_0x239f55;},'WkEwr':_0x849352(_0x4de661._0x4b48ca,_0x4de661._0x1bace0,_0x4de661._0x1f9a7c,0xa0),'WHRsM':_0x2e0b48(0x117,0xbd,_0x4de661._0x5223fa,0xab),'iDsJY':_0x2e0b48(_0x4de661._0x3544b7,-0x3e,-0x4e,-0xd6)+'rver\x20confi'+_0x849352(-0x11a,-0xc3,-0x87,-0x152)+_0x849352(-0x17,-0xa3,-_0x4de661._0x1dbc05,-0xd2)+'th\x20/path/t'+_0x2e0b48(-_0x4de661._0x168a20,-0x57,-_0x4de661._0x39c3ab,0x28)+_0x849352(0x1c,-0x50,-0x6e,-0x64)};console[_0x849352(-0x48,-0x2e,_0x4de661._0x415f8c,-0xb6)](_0x4ef33c[_0x2e0b48(0x8f,-_0x4de661._0x2f775c,-_0x4de661._0x115551,_0x4de661._0x13cfc3)]),console[_0x849352(-0x89,-_0x4de661._0x37b547,-_0x4de661._0x5d8e5a,0x2b)]('');const _0xd5b9ad=await getCoderSetupPath(),_0x1eaf94=await _0x4ef33c['qGyje'](getServerPort),_0x165081=await _0x4ef33c[_0x2e0b48(_0x4de661._0x3a9ed1,0x9b,0x12b,_0x4de661._0x5825b1)](getSslCertPath),_0x594080=await _0x4ef33c[_0x2e0b48(_0x4de661._0x3b7fc5,_0x4de661._0x4c3c76,_0x4de661._0x1ee22b,0x8f)](getSslKeyPath),_0x292e40=await _0x4ef33c['qWKRe'](getSslCaPath),_0x354a13=await getTrustProxy();function _0x849352(_0x3aa0ab,_0x5c88f6,_0x5b6a74,_0x433118){return _0x32c0c3(_0x5c88f6- -_0x16d977._0xe746c3,_0x5b6a74,_0x5b6a74-0x1bc,_0x433118-_0x16d977._0x47607e);}console[_0x2e0b48(0x41,0xa8,0x12b,_0x4de661._0x4b48ca)](_0x2e0b48(-_0x4de661._0x2f775c,0x28,0xe,0x3c)+'p_path:\x20'+_0x4ef33c[_0x2e0b48(0x120,0x96,_0x4de661._0x24fef1,_0x4de661._0x1537fd)](_0xd5b9ad,_0x4ef33c[_0x2e0b48(-_0x4de661._0x9a40d3,0xa,_0x4de661._0x52b108,_0x4de661._0x7a1030)])),console['log'](_0x849352(-0x94,-_0x4de661._0x24b429,-_0x4de661._0xcbdb7f,-_0x4de661._0x43851d)+'t:\x20\x20\x20\x20\x20\x20'+_0x1eaf94),console['log']('ssl_cert_p'+_0x849352(-0x4a,-_0x4de661._0x5cd225,-0x4d,-_0x4de661._0x190207)+_0x4ef33c[_0x2e0b48(-0x29,_0x4de661._0x411c22,_0x4de661._0x55babe,0x4b)](_0x165081,_0x4ef33c[_0x2e0b48(-0x24,0xa,0x3c,-0x6d)])),console[_0x2e0b48(0x88,0xa8,_0x4de661._0x47db5b,_0x4de661._0x109344)]('ssl_key_pa'+_0x2e0b48(-_0x4de661._0x552d23,_0x4de661._0x3a788a,_0x4de661._0x4ec80e,_0x4de661._0x4f9a8d)+(_0x594080||_0x849352(-0x9a,-_0x4de661._0x1223f2,_0x4de661._0x4eeb20,-0x4b))),console[_0x2e0b48(_0x4de661._0x586033,_0x4de661._0xf68541,_0x4de661._0x4e5af4,_0x4de661._0x2e0c99)](_0x849352(-0x12b,-_0x4de661._0x157f69,-0xba,-_0x4de661._0x400fe0)+_0x2e0b48(-0xc7,-_0x4de661._0x630072,_0x4de661._0x312cab,-_0x4de661._0x32a919)+_0x4ef33c[_0x849352(-_0x4de661._0x47e387,-_0x4de661._0x24f3ad,-0xaf,-0xc3)](_0x292e40,_0x2e0b48(_0x4de661._0x48f2b5,0xc7,0x78,_0x4de661._0x5a0405))),console[_0x849352(0x5d,-0x2e,-0x6,0x65)](_0x849352(-0x4c,0x7,-_0x4de661._0x1bace0,-_0x4de661._0x11ad85)+'y:\x20\x20\x20\x20\x20\x20'+(_0x4ef33c['nppBk'](_0x354a13,null)?_0x354a13:_0x4ef33c[_0x849352(-0x91,-0xcc,-0x105,-_0x4de661._0x58d4fb)])),console[_0x849352(-_0x4de661._0x4840fb,-0x2e,-_0x4de661._0x2b406c,-0x5)](''),console[_0x849352(-_0x4de661._0x42f3a6,-0x2e,0x12,-_0x4de661._0x4b7e0)]('Location:\x20'+_0x4ef33c['CTdoO'](getConfigPath));function _0x2e0b48(_0x146dac,_0x4e3de6,_0x374c42,_0x4e68af){return _0x5b89ec(_0x374c42,_0x4e3de6-0xea,_0x4e3de6- -0x113,_0x4e68af-0x1af);}console[_0x849352(-_0x4de661._0x2c3505,-_0x4de661._0x3c3b08,-_0x4de661._0x4a8011,-0x91)]('');if(_0xd5b9ad){console[_0x2e0b48(0xd6,_0x4de661._0xa77ccb,_0x4de661._0x283f9b,_0x4de661._0x13cb3e)](_0x4ef33c[_0x849352(-_0x4de661._0x1dab44,-0xbb,-0x54,-_0x4de661._0x731e14)]),console[_0x849352(0xc,-_0x4de661._0x3c3b08,0x61,-0x32)]('');const _0x7648e1=_0x5ec43c[_0x849352(-0xd2,-0x10c,-_0x4de661._0x5a11f2,-_0x4de661._0x100ccc)](_0xd5b9ad,_0x4ef33c['LoJuh']);try{const _0x3a953e=await _0x374e70['readFile'](_0x7648e1,_0x2e0b48(0x67,_0x4de661._0x42e0c9,0xd7,-0x19)),_0x5d0078=JSON['parse'](_0x3a953e);console[_0x849352(-_0x4de661._0x153829,-_0x4de661._0x158ec1,-0x65,-_0x4de661._0x44c88c)](JSON['stringify'](_0x5d0078,null,-0x1*0x470+0x23d5*0x1+-0x1f63)),console[_0x849352(0x45,-0x2e,-_0x4de661._0x303928,-0x14)](''),console[_0x849352(-_0x4de661._0x446a90,-_0x4de661._0x1e4796,_0x4de661._0x4115ca,0x7)](_0x2e0b48(_0x4de661._0x94b331,-_0x4de661._0x56443,-_0x4de661._0xfcc569,-0x69)+_0x7648e1);}catch(_0x5dd97c){_0x4ef33c[_0x2e0b48(0x160,_0x4de661._0x5cd225,0xdf,0xa9)](_0x4ef33c[_0x2e0b48(0x42,-0x1b,-_0x4de661._0x2367ba,-_0x4de661._0x4cfcb3)],_0x2e0b48(0xfc,_0x4de661._0x47f66f,_0x4de661._0x2760e0,_0x4de661._0x58baf9))?(_0x36ac2d[_0x2e0b48(_0x4de661._0x17cf19,_0x4de661._0x5e98ff,-_0x4de661._0x5bf4ce,_0x4de661._0x29d61b)]('Key\x20\x22'+_0x4743a5+(_0x849352(-0x45,-_0x4de661._0x24d73e,-_0x4de661._0x58f459,-0x37)+_0x2e0b48(-_0x4de661._0xe4a36b,-0x52,-0xb2,-0x78)+'guration')),_0x4d943f[_0x849352(-_0x4de661._0x4d2ddd,-_0x4de661._0x11b673,-0x121,-0x2d)](0x22d2+-0x172f+-0xba2)):_0x4ef33c['szDNd'](_0x5dd97c[_0x2e0b48(_0x4de661._0xffa7ef,_0x4de661._0x51234d,_0x4de661._0x4af2e2,_0x4de661._0x3a98ed)],_0x4ef33c[_0x849352(-0x96,-0x1c,-0x7f,0x66)])?_0x4ef33c[_0x849352(-_0x4de661._0x2689f0,-_0x4de661._0x3b7fc5,-0x11c,-0x63)](_0x4ef33c[_0x849352(-_0x4de661._0x5c592b,-0x88,-0xaa,-_0x4de661._0x34bacd)],_0x849352(-0xc4,-_0x4de661._0x2182e5,-0x140,-_0x4de661._0x4bdf69))?(console['log'](_0x4ef33c['aBhZD']),console[_0x2e0b48(0x106,_0x4de661._0x55c86e,0x92,0x109)](''),console[_0x2e0b48(0x4e,_0x4de661._0xa77ccb,_0x4de661._0x19b507,_0x4de661._0x1266b4)](_0x2e0b48(-0xa,_0x4de661._0x5a6603,_0x4de661._0x5097a8,0x72)+_0x849352(-0xfb,-0xd8,-0x148,-_0x4de661._0x1f9e9c)+_0x7648e1)):(_0x2ffc56['log'](_0x4ef33c[_0x2e0b48(0x70,-0x30,0x5f,-_0x4de661._0x1bace0)]),_0x2f44e8[_0x849352(_0x4de661._0x53fb11,-0x2e,-_0x4de661._0x5d4e5c,-0xb0)](''),_0x17db60[_0x849352(-_0x4de661._0x52b108,-_0x4de661._0x5120ac,0x16,0x46)]('Expected\x20l'+'ocation:\x20'+_0x252a01)):console['log'](_0x849352(-0x126,-_0x4de661._0x155349,-0x1a,-_0x4de661._0x2387c8)+'ing\x20setup.'+'json:\x20'+_0x5dd97c['message']);}}else console['log']('Configure\x20'+'setup\x20path'+'\x20to\x20view\x20s'+_0x2e0b48(_0x4de661._0x581924,-0x3d,-_0x4de661._0x1b87e1,-_0x4de661._0x3e798a)+'configurat'+'ion:'),console[_0x849352(-_0x4de661._0x52b108,-0x2e,0x5b,-0x91)](_0x4ef33c[_0x2e0b48(-0x5f,-_0x4de661._0x5825b1,-0x48,_0x4de661._0x4d93d6)]);}