how the heck does markdown work, anyway?

This commit is contained in:
Ellie D 2019-06-10 09:32:17 -05:00
parent 774ff423b4
commit b7c860e1ca
1 changed files with 15 additions and 2 deletions

View File

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