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