[tech] flame, moray's kernel and transparent proxying
David Luyer
luyer at ucs.uwa.edu.au
Thu Sep 16 15:04:46 WST 1999
> It may be a hack, but its a more elegant hack than hacking MudOS to bind to
> a particlar ip, and:
> * running MudOS as root
> or
> * hacking the kernel to allow non-root to bind to low ports
or
* using a launcher app (the standard way, see innd and many others)
fd0 = bind(flame_ip:23);
fd1 = bind(flame_ip:80);
exec(flame, fd0#, fd1#);
David.
More information about the tech
mailing list