Giter Site home page Giter Site logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
You are right, in Mongoose last match wins. Docs are updated.
Also note a special case for -ssl_cert and -ports combination, where -ssl_cert 
must
always come first. This is also added to the docs.

Original comment by valenok on 22 May 2009 at 9:11

  • Changed state: Fixed

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Is it possible to allow an entire subnet?

For example:

acl -0.0.0.0/0,+192.168.0.0/32,+127.0.0.1

should mean: allow only the local computer, or any computer on the subnet 
192.168.0.0
through 192.168.0.1000 .

or is this incorrect? I'm not sure if the "/" is IP notation or mask notation. 
It's
not clear in the manual when last I looked.


Original comment by [email protected] on 23 May 2009 at 6:41

from mongoose.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Yes it is possible to allow/deny whole subnet. In x.x.x.x/y notation 'y' is a 
mask
notation meaning number of bits designated to a subnet. 0 means whole IP address
range, 32 means one single address (and thus can be omitted).
For example, class C addresses have mask 24, thus 1.2.3.0/24 means addresses 
from
1.2.3.0 to 1.2.3.255, and so on.

Original comment by valenok on 23 May 2009 at 7:22

from mongoose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.