donmor
donmor
实现 #2468 ,可直接使用`sc.exe`(cmd)/`New-Service`(powershell)/注册表将frps或frpc注册为服务(可使用LocalService、服务账户等提高安全性) 计划实现: - [x] 加入`golang.org/x/sys/windows/svc`包,使frps和frpc符合Windows服务程序规范 - [x] 加入`golang.org/x/sys/windows/svc/eventlog`包,为Logger添加Windows事件日志后端(可使用Windows事件查看器查看) - [ ] ~~为每种日志输出添加独有的event ID(需要定义更多eid;需要改golib那边)~~ 暂时搁置 - [x] 为frpc添加pause/continue支持(并同时reload代理配置) - [x] 日志事件源存在检测和自动安装(使用powershell命令,自动添加需要UAC提权) - [x] 服务安装/卸载命令(在启动参数前插入install以安装,非`-c`的参数和install命令间需插入`--`;使用uninstall命令以卸载;会同时注册/移除事件源;需UAC提权;默认使用LocalSystem身份,restricted模式使用`NT AUTHORITY\LocalService`和受限SID;这些命令以后也许会用于Systemd/Launchd服务安装功能?)
It's me again here to update some pages about Tiddloid, because there're some difference between version 1.x and newly published 2.0. Waiting for your response sincerely.
Once I saw [this issue](https://github.com/donmor/TiddloidLite/issues/6) and decided to make new versions of Tiddloid/Lite. To make configurations easy, I created this PR for a tweak page in Control Panel, and now...
### Actual behaviour - Create and save a file via DocumentProvider in another app, and it can't be accessed again, until opened again from SAF. - The failed entries has...
### 概述 | Summary 当检测到整合包/游戏版本目录中存在`frp`目录,包含有效的`frpc.toml`,且全局/版本设置中启用了内置frp联机时,在运行游戏的同时自动获取对应平台的frpc程序,并以`frp`为工作目录启动(传递参数-c /path/to/frpc.toml),游戏关闭后自动停止 ### 原因 | Reason 当使用xtcp代理模式时,frp允许进行p2p打洞,网络环境好时可以实现高性能的联机(需要访问端运行frpc并配置visitor;当打洞失败时支持后备stcp代理);服主可以随客户端整合包一同分发配置、密钥、证书等,玩家无需配置,启动即联机 ### 详情 | Description 出于安全考虑,可以检查配置文件,并在出现visitor以外的块时发出警告或禁止运行
Books can be dyed with [Scholar Mod](https://github.com/mortuusars/Scholar) installed, an RGB value is added to the book. It'll be good if book piles in this mod can read this value and...