-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
添加Windows服务管理和事件日志集成 #5004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
添加Windows服务管理和事件日志集成 #5004
Conversation
db50946 to
48d1add
Compare
|
PRs go stale after 14d of inactivity. Stale PRs rot after an additional 3d of inactivity and eventually close. |
|
自顶 |
|
PRs go stale after 14d of inactivity. Stale PRs rot after an additional 3d of inactivity and eventually close. |
|
自顶 |
|
PRs go stale after 14d of inactivity. Stale PRs rot after an additional 3d of inactivity and eventually close. |
|
自顶 |
|
PRs go stale after 14d of inactivity. Stale PRs rot after an additional 3d of inactivity and eventually close. |
|
自顶 |
a0384f4 to
0a04e9e
Compare
|
PRs go stale after 14d of inactivity. Stale PRs rot after an additional 3d of inactivity and eventually close. |
…ded automatically if run as privileged user
… install/uninstall commands to frpc/frps (run as privileged user)
…t unsafeFeatures)
实现 #2468 ,可直接使用
sc.exe(cmd)/New-Service(powershell)/注册表将frps或frpc注册为服务(可使用LocalService、服务账户等提高安全性)计划实现:
golang.org/x/sys/windows/svc包,使frps和frpc符合Windows服务程序规范golang.org/x/sys/windows/svc/eventlog包,为Logger添加Windows事件日志后端(可使用Windows事件查看器查看)为每种日志输出添加独有的event ID(需要定义更多eid;需要改golib那边)暂时搁置-c的参数和install命令间需插入--;使用uninstall命令以卸载;会同时注册/移除事件源;需UAC提权;默认使用LocalSystem身份,restricted模式使用NT AUTHORITY\LocalService和受限SID;这些命令以后也许会用于Systemd/Launchd服务安装功能?)