Categorygithub.com/sanzhang007/webgin
modulepackage
0.0.0-20241007153534-024ff76adb67
Repository: https://github.com/sanzhang007/webgin.git
Documentation: pkg.go.dev

# README

gin 写的简单网站

用于展示爬取的节点节点

models 数据库

core 连接数据库

// 修改为你的配置

cmd := "root:123456@tcp(127.0.0.1:3306)/test?charset=utf8mb4&parseTime=True&loc=Local" 
//改为自己的配置 root:123456对应用户和密码 test对应数据库名
//sql语句创建 数据库 create database datebasename

nodes 表结构

protocol 代理协议 结构体

template clash 模板

controlers 模块放(gin handlers)

感谢

代码来源

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author