Tags: lanyi1998/DNSlog-GO
Toggle v2.3.1's commit message
perf: 增加client pool大小和时间,避免服务器还没有收到dnslog,client就已经开始验证
Toggle v2.3.0's commit message
Toggle v2.2.3's commit message
feat(sdk): 添加 VerifyDnsV2 方法,通过 keyPool 实现批量 DNS 验证
Toggle v2.2.2's commit message
refactor(pkg/sdk): 更新 DnsLogClient 的 Clear 方法
-将 clear 方法的首字母大写,改为 Clear,以符合 Go语言的导出规则
- 添加了注释,明确了函数的功能
Toggle v2.2.1's commit message
Toggle v2.2.0's commit message
feat(payload): 添加 LDAP 和 RMI 协议的 payload
- 在 copyText 方法中增加了 LDAP 和 RMI 协议的 payload生成
- 使用 location.protocol 和 location.host 生成 SSRF payload
- 将 domain 的第一个部分作为 subdomain 使用
- 添加了换行符以提高代码可读性
Toggle v2.1.4's commit message
fix: getDnsData_clear api死锁的问题
Toggle v2.1.3's commit message
ci:优化 GitHub Actions 工作流并更新代码
-移除对 master 分支的推送触发
- 更新 build.yml 和 docker_push.yaml 中的 action 版本
- 简化 Docker镜像构建和发布流程- 修改 IP 查询接口的返回格式
- 更新路由配置,移除冗余的 POST 路由
Toggle v.2.1.2's commit message
feat(router): 增加 IP 查询的 GET 接口
- 在现有的 POST 接口中增加了 GET 接口,以支持不同类型的请求
- 新增的 GET接口地址为 /ip,与现有的 /ip/query 保持一致
Toggle v.2.1.1's commit message
feat(ip): 增加查询客户端 IP 功能
- 在 Query 函数中,如果 URL 参数中的 IP 地址为空,则使用客户端 IP
- 通过 c.ClientIP() 方法获取客户端 IP 地址
- 此修改提高了 API 的灵活性和可用性
You can’t perform that action at this time.