On 11/02/2017 17:28, Tristan Seligmann wrote:

String endpoint descriptions, as used by twist/twistd among other
things, for listening on tcp ports now require the "tcp:": that is, "80"
is no longer accepted, you need to use "tcp:80".

In which case there's a regression in the "portforward" twistd plugin:

$ v/bin/twistd portforward
Traceback (most recent call last):
...
ValueError: Unknown endpoint type: '6666'

$ v/bin/twistd portforward -p tcp:6666 -d tcp:6665
...
ValueError: invalid literal for int() with base 10: 'tcp:6665'

:o(

_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to