25 Feb
2005
25 Feb
'05
11:38 p.m.
On Fri, 2005-02-25 at 19:42 +0100, Tillmann Werner wrote:
def intra(): Service('http', InternHttp) Listener(SockAddrInet('192.168.3.30', 50080), 'http')
Try this as your Service definition: Service('http', InternHttp, router=TransparentRouter(forge_addr=1)) MCS