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

Allow whitelisting by CIDR range, not just literally. #187

Merged
merged 1 commit into from Sep 5, 2015
Merged

Allow whitelisting by CIDR range, not just literally. #187

merged 1 commit into from Sep 5, 2015

Conversation

skx
Copy link
Contributor

@skx skx commented Sep 5, 2015

This allows you to write something like this:

     /usr/local/bin/weed master -mdir /srv/weed/master -whiteList=192.168.0.0/24,127.0.0.1

This will whitelist all the 192.168.0.XX hosts, as well as localhost.

This allows you to write something like this:

         /usr/local/bin/weed master -mdir /srv/weed/master -whiteList=192.168.0.0/24,127.0.0.1

This will whitelist all the 192.168.0.XX hosts, as well as localhost.
@chrislusf
Copy link
Collaborator

Nice fix!

chrislusf added a commit that referenced this pull request Sep 5, 2015
Allow whitelisting by CIDR range, not just literally.
@chrislusf chrislusf merged commit 1e78b8b into seaweedfs:master Sep 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants