mirror of
https://github.com/fish2018/pansou.git
synced 2025-11-25 03:14:59 +08:00
新增panyq插件
This commit is contained in:
@@ -327,6 +327,8 @@ server {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
limit_req_zone $binary_remote_addr zone=api_limit:10m rate=60r/m;
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name pansou.252035.xyz;
|
||||
@@ -356,4 +358,8 @@ server {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
||||
## ⭐ Star 历史
|
||||
|
||||
[](https://star-history.com/#fish2018/pansou&Date)
|
||||
1
main.go
1
main.go
@@ -26,6 +26,7 @@ import (
|
||||
_ "pansou/plugin/panta"
|
||||
_ "pansou/plugin/qupansou"
|
||||
_ "pansou/plugin/susu"
|
||||
_ "pansou/plugin/panyq"
|
||||
"pansou/service"
|
||||
"pansou/util"
|
||||
)
|
||||
|
||||
1389
plugin/panyq/panyq.go
Normal file
1389
plugin/panyq/panyq.go
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user