# NopServ v0.1 #### Elizabeth Evelene Amelia Diode, June 2019 #### AGPL v3 --- ### Why do you keep making these awful non projects? That is a good question. --- ### What it does It listens on any number of TCP ports, and whenever a connection is opened, it sends back `nope` and immediately disconnects. --- ### Features - Fully multithreaded, mostly because we were too tired to do async this time - Produces silly `nmap` results - Works with web browsers! Well, kinda - More fun and many times less efficient than a firewall - Can bind to port ranges - Message is configurable in the source --- ### How to use `nopserv [ports]` `nopserv 55555 4444 333` `nopserv 6600-6700` --- ### How to block IP addresses A completely fair request. `nopserv` sidesteps the issue and simply blocks all IP addresses.