Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
7 years ago
Commit
970117d50789bbd006443b94c35a839de9700c41
1 parent
5da157d8
'fix'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
.stylelintignore
doraemon/middleware/limiter/index.js
.stylelintignore
View file @
970117d
**/css/**/*.css
**/dist/**/*.css
**/build/**/*.css
**/scss/activity/_aslider.css
**/scss/layout/_swiper.css
**/scss/activity/trend/_map.css
...
...
doraemon/middleware/limiter/index.js
View file @
970117d
...
...
@@ -26,10 +26,10 @@ const IP_WHITE_LIST = [
'139.199.29.44'
,
// 腾讯云出口IP
'123.206.21.19'
// 腾讯云出口IP
];
const
IP_WHITE_SEGMENT
=
{
const
IP_WHITE_SEGMENT
=
[
'10.66.'
,
// 内网IP段
'192.168.'
// 内网IP段
}
;
]
;
const
PATH_WHITE_LIST
=
[
'/3party/check'
,
'/3party/check/submit'
,
...
...
Please
register
or
login
to post a comment