Made changes to the argument processing:
- Made it easier to disable servers. o You can now disable a server by giving a '-' as an argument to a server option. For example, to disable FTP, use "-f -" o You can disable all servers with -X. For example, a simple way to get *just* a web server is to use: "-X -w8080". - Specifying an option multiple times causes multiple servers to run. For example, to run multiple web servers:: z2.py -w80 -w81 -w82 - A separate address can be sp[ecified for each HTTP, FTP, or monitor server, by providing address:port, rather than just port, as in: z2.py -wkorak.digicool.com:80 -w127.0.0.1:81
Showing
Please register or sign in to comment