twisted_socks.py 247 B

12345678910
  1. # Copyright (c) Twisted Matrix Laboratories.
  2. # See LICENSE for details.
  3. from twisted.application.service import ServiceMaker
  4. TwistedSOCKS = ServiceMaker(
  5. "Twisted SOCKS",
  6. "twisted.tap.socks",
  7. "A SOCKSv4 proxy service.",
  8. "socks")