Merge pull request #78 from larsks/feature/listen_addr

It's now possible to bind to a specific address
This commit is contained in:
solusipse
2018-12-20 14:05:00 +01:00
committed by GitHub
4 changed files with 21 additions and 6 deletions

View File

@@ -137,7 +137,7 @@ To use fiche you have to have netcat installed. You probably already have it - t
```
usage: fiche [-D6epbsdSolBuw].
[-d domain] [-p port] [-s slug size]
[-d domain] [-L listen_addr ] [-p port] [-s slug size]
[-o output directory] [-B buffer size] [-u user name]
[-l log file] [-b banlist] [-w whitelist] [-S]
```