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

add ability to accept connections from specific subnet / ip address #623

Closed
aitzkowi opened this issue Aug 16, 2016 · 4 comments
Closed
Labels

Comments

@aitzkowi
Copy link

aitzkowi commented Aug 16, 2016

similar to the ability in nginx:

location / {
 # block one workstation
 deny    192.168.1.1;
 # allow anyone in 192.168.1.0/24
 allow   192.168.1.0/24;
 # drop rest of the world
 deny    all;
}
@emilevauge emilevauge added the kind/enhancement a new or improved feature. label Aug 17, 2016
@xinity
Copy link

xinity commented Aug 29, 2016

that would be awesome with digest auth already merged

@dikarel
Copy link
Contributor

dikarel commented Nov 1, 2016

+1

My use case is as follows:

  • Running intranet services on Docker
  • Need ACME to secure subdomains via HTTPS
  • Certain subdomains are confidential (e.g. admin dashboards) and should be IP-restricted

I'd like to be able to simplify administration by having everything on Traefik, as opposed to fiddling with Nginx/Apache.

@misaert
Copy link

misaert commented Mar 4, 2017

Hi,

Is this planned in the near future?

Thanks,

@timoreimann
Copy link
Contributor

This is tracked by #816 and currently implemented along #1332.

Please use these issues to track updates and provide feedback. Thanks.

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

7 participants