Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

unicom

https://img.shields.io/badge/language-java-orange.svg?style=flat-square

不会写东西,直接说一下怎么使用啦。。

演示站:https://www.iheit.com/ll

编译包下载: https://github.com/kukume/unicom/releases/

识别验证码使用的是百度Ai的通用文字识别,所以需要申请百度ai的key。百度这个识别验证码一言难尽,有时候识别10次都不对。

把申请到的apikey和secretkey替换到application.yml

配置文件说明:

部署

解压编译包,把unicom.jarapplication.yml放到同一个文件夹,运行

java -Djava.security.egd=file:/dev/./urandom -jar unicom.jar

即可,持久化运行查阅screen的使用,数据库的表将会自动创建,无需导入数据库sql。。

如需域名访问,添加伪静态

location / 
{
	proxy_pass  http://127.0.0.1:8099;
	proxy_redirect off;
  proxy_set_header Host $host;
	proxy_set_header X-Real-IP $remote_addr;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

  proxy_buffering off;
  proxy_cache off;
  proxy_set_header X-Forwarded-Proto $scheme;
}

About

领取青岛啤酒流量和趣味天天摇(抽奖挂机)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages