## pywhoisd configuration file ## [Servers] # Run a (classic) whois server? classic = yes # Only makes sense when classic server is enabled classic_host = localhost classic_port = 4343 # Run a web whois server? web = yes # Only makes sense when web server is enabled web_host = localhost web_port = 8080 [Storage] # At the moment only xml mode is available mode = xml # Only makes sense when xml storage mode is enabled xml_file = networks.xml