Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regex for IP address deny/allow #1272

Closed
ashah7 opened this issue Nov 21, 2018 · 3 comments
Closed

regex for IP address deny/allow #1272

ashah7 opened this issue Nov 21, 2018 · 3 comments
Assignees
Labels
EnglishNative This issue is conveyed exclusively in English. Feature It's a new feature. Won't fix We won't fix it.
Milestone

Comments

@ashah7
Copy link

ashah7 commented Nov 21, 2018

Is possible to allow or deny based on regex
e.g allow only machines with a 10. IP address to play/publish?
allow 10...*

@juntaoliu
Copy link
Contributor

Is possible to allow or deny based on regex
e.g allow only machines with a 10. IP address to play/publish?
allow 10...*

you could implement it by yourself.
filepath: srs/trunk/src/app/srs_app_security.cpp
functions: SrsSecurity::allow_check(), SrsSecurity::deny_check()

@winlinvip winlinvip added this to the SRS 4.0 release milestone Dec 26, 2019
@winlinvip
Copy link
Member

Postpone to SRS4

@winlinvip winlinvip added the Feature It's a new feature. label Feb 4, 2020
@winlinvip winlinvip self-assigned this Aug 23, 2021
@winlinvip winlinvip closed this as not planned Won't fix, can't repro, duplicate, stale Jan 2, 2023
@winlinvip winlinvip added the Won't fix We won't fix it. label Jan 2, 2023
@winlinvip winlinvip reopened this Jan 3, 2023
@winlinvip winlinvip modified the milestones: 5.0, 4.0 Jan 3, 2023
@winlinvip
Copy link
Member

Fixed by #2914

@winlinvip winlinvip added the EnglishNative This issue is conveyed exclusively in English. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EnglishNative This issue is conveyed exclusively in English. Feature It's a new feature. Won't fix We won't fix it.
Projects
None yet
Development

No branches or pull requests

3 participants