SafeLine icon indicating copy to clipboard operation
SafeLine copied to clipboard

serve as a reverse proxy to protect your web services from attacks and exploits.

Results 221 SafeLine issues
Sort by recently updated
recently updated
newest added
trafficstars

### 背景与遇到的问题 我们从更新4.4.0开始发现雷池引入了旋转式的人机验证方法,自从更新了之后,我们收到非常多的用户反馈该方法不太友好,难以对其是他们反馈的一个点,还有很多反馈是说他们很难理解旋转的动作怎么做(需要体谅一些年级较大用户群体)。 ### 建议的解决方案 是否有可能在日后的版本中增加人机验证方法的选项,给出一些可以选择的验证方法,比如时下比较流行的横向滑块、图中找文字、图中找图等方法。

need more information

### 背景与遇到的问题 ![image](https://github.com/chaitin/SafeLine/assets/41245552/b9dff789-4d87-430b-b2c6-0e53ba882ee3) 建议可以将这里的Sever内容改成雷池或者waf之类的 ### 建议的解决方案 _No response_

### 背景与遇到的问题 需要增加批量设置客户端证书和验证功能,无法批量自定义server块配置,面板也无该选项建议增加 ### 建议的解决方案 _No response_

enhancement

### 背景与遇到的问题 因为waf使用nginx,目前似乎只能反向代理,能否直接支持静态站点? ### 建议的解决方案 _No response_

enhancement

### 问题描述 添加证书 - 申请免费证书 正常填写域名和邮箱并提交后提示missing field: hash 日志显示 `client/task.go:79 acmeRequest missing field: hash` ### 版本号 5.6.0 ### 复现方法 添加证书 - 申请免费证书 ### 期望的结果 正常完成证书申请,或提供更明确的报错信息。

### 反馈内容 ``` # git submodule update --init --recursive Downloading ci/bytecode (39 KB) Error downloading object: ci/bytecode (6d6ec6a): Smudge error: Error downloading ci/bytecode (6d6ec6a2461785f335333c6cec14396e8db3595929e615bdeea2aae9fca76b95): batch response: This repository is over...

### 背景与遇到的问题 ![Clip_2024-02-19_22-13-00](https://github.com/chaitin/SafeLine/assets/78078552/cc7125dd-b379-4aea-9810-ee2fb00c273d) 目前依然可以实现or条件,即把多个规则分开部署,但这样及其不方便,特别是在自定义规则特别多的情况下(如多个IP在线订阅,要求匹配任意一个就block) ### 建议的解决方案 ![Clip_2024-02-19_22-15-20](https://github.com/chaitin/SafeLine/assets/78078552/9a92e312-9d00-40be-bcc1-5ec4de5f2753) 此处增加一个选择器,可选择是and还是or

enhancement
released

### What would you like to be added or improved? 当我们在nginx.conf启用日志按日期写入的时候,就会报错“[error] 101#0: *101 testing "/usr/local/nginx/html" existence failed (2: No such file or directory) while logging request,”。 原因是ngx_http_log_module模块会检查root配置目录是否存在。 具体参考:[ngx_http_log_module](https://nginx.org/en/docs/http/ngx_http_log_module.html#access_log) 中 “during...

question