[distcc] distcc 2.18 released

Wayne Davison wayned at samba.org
Thu Oct 14 17:03:41 GMT 2004


On Thu, Oct 14, 2004 at 05:03:19AM -0700, Victor Norman wrote:
> It certainly is alot easier than putting about 14 --allow statements
> in each distccd startup command-line.

You can authorize an entire class C network like this:

    --allow=192.168.0.0/16

Or a class B network:

    --allow=10.0.0.0/8

If that's not enough, I'd suggest trying "/0" (the code accepts it, but
I didn't try it to see if it worked):

    --allow=0.0.0.0/0

..wayne..



More information about the distcc mailing list