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