15 Jun
2007
15 Jun
'07
7:18 a.m.
Alan Dekok wrote:
Alan Dekok wrote:
Another thing for 2.0.0 (maybe) is to have per-socket configuration. i.e. socket X can have authorization section X, and socket Y can have authorization section Y.
It may not be too hard to add, in fact.
Yup. 300 lines of code.
The "listener" sections already had an undocumented "identity" entry. It's now used:
listen { ipaddr = ... type = ... identity = foo } ...
identity foo { authorize {
Awesome.