# thais **Repository Path**: bugfan/thais ## Basic Information - **Project Name**: thais - **Description**: golang proxy server - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-15 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # thais #### 项目介绍 golang proxy server #### 软件架构 软件架构说明 #### 依赖 1. 启动redis sudo docker run -d --name myredis --rm -p 6379:6379 redis --requirepass "123456" 2. 工程目录需要有 ".env" (如果使用环境变量忽略此项) 文件 3. 工程目录需要有 cert和key文件,可以使用 `openssl req -newkey rsa:2048 -nodes -keyout key.pem -new -x509 -sha256 -days 3650 -out cert.pem` 生成 #### 安装教程 1. 2. cd ./thais // 切换到工程目录 3. go run test_webproxy.go // 启动代理server #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request