twisted_socks.py 236 B

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