Skip to content

Instantly share code, notes, and snippets.

View DontPanicBaby's full-sized avatar

Roman DontPanicBaby

  • Russia, Stavropol
View GitHub Profile
#!/usr/bin/env python
# coding: utf-8
# http://musta.sh/2012-03-04/twisted-tcp-proxy.html
import sys
from twisted.internet import defer
from twisted.internet import protocol
from twisted.internet import reactor
from twisted.python import log