You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

twisted_names.py 247B

12345678910
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. from twisted.application.service import ServiceMaker
  4. TwistedNames = ServiceMaker(
  5. "Twisted DNS Server",
  6. "twisted.names.tap",
  7. "A domain name server.",
  8. "dns")