[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: disable HTTP and WAP on PyGopherD



On Mon, Oct 28 2019, Patrick Frank wrote:

> how can I disable HTTP and WAP on PyGopherD, please?

Hi Patrick,

Just remove them from the protocols list in the config:

protocols = [wap.WAPProtocol, http.HTTPProtocol, 
             gopherp.GopherPlusProtocol, rfc1436.GopherProtocol]

- John


Reply to: