FastHttpApi icon indicating copy to clipboard operation
FastHttpApi copied to clipboard

如何禁止ServerController?

Open mirror222 opened this issue 2 years ago • 2 comments

如以下日志? 可以禁止吗?

22:36:36 [Info ] [SYSTEM] register ServerController.__ServerStatus to [GET/POST:/__system/__ServerStatus] 22:36:36 [Info ] [SYSTEM] register ServerController.__SetSettings to [POST:/__system/__SetSettings] 22:36:36 [Info ] [SYSTEM] register ServerController.__ChangeAccessKey to [GET/POST:/__system/__ChangeAccessKey] 22:36:36 [Info ] [SYSTEM] register ServerController.__GetSettings to [GET/POST:/__system/__GetSettings] 22:36:36 [Info ] [SYSTEM] register ServerController.__LogConnect to [GET/POST:/__system/__LogConnect] 22:36:36 [Info ] [SYSTEM] register ServerController.__ListLog to [GET/POST:/__system/__ListLog] 22:36:36 [Info ] [SYSTEM] register ServerController.__GetOptions to [GET/POST:/__system/__GetOptions] 22:36:36 [Info ] [SYSTEM] register ServerController.__UploadModule to [POST:/__system/__UploadModule] 22:36:36 [Info ] [SYSTEM] register ServerController.__SetActionMaxrps to [POST:/__system/__SetActionMaxrps] 22:36:36 [Info ] [SYSTEM] register ServerController.__SetOptions to [POST:/__system/__SetOptions] 22:36:37 [Info ] [SYSTEM] detection sessions timeout with 600s 22:36:37 [Info ] [SYSTEM] listen @1234 success ssl:False 22:36:37 [Warring] [SYSTEM] no serverGC mode,please enable serverGC mode!

mirror222 avatar Mar 31 '22 14:03 mirror222

Options.ManageApiEnabled=false

beetlex-io avatar Apr 01 '22 02:04 beetlex-io

突然发现这个功能还是挺有用的。请问限制了本地访问还是公网也可以访问?

daguda avatar Apr 01 '22 07:04 daguda