Commit graph

10 commits

Author SHA1 Message Date
c70df10d0d Replace IPv4/IPv6 handling with address argument
To have better handling regarding the interface and port to used.
This makes the application only use one address at the time, but
if I want the application to bind to IPv4 and IPv6 I can spawn two
instances or use Docker and its networking to bind it on the host on
both addresses.
2024-09-29 23:15:18 +02:00
7f421ecadb
Add a license section to the README 2022-05-21 16:15:44 +02:00
fc61e9f469
Adjust README section titel heights 2021-09-02 12:58:57 +02:00
26baa83da8
Add JSON logging option
The connection information can now be displayed in JSON format. To
activate it use the '--json' flag. It will only format the connection
information in JSON everything else will be still in plain text.
2021-09-02 12:54:21 +02:00
abdaa65cfa
Add information about util directory 2021-06-25 20:52:23 +02:00
19bdd78a75 Update repository location
I moved this project to sourcehut[1] and had to update all references to
the old location. I desided to move to sourcehut to try it out, but the
project will be still accessible through git.hhhammer.de[2] (mirror).

[1] https://sr.ht
[2] https://git.hhhammer.de
2021-06-17 00:11:03 +02:00
049e2d4714 Fix tool description 2021-06-16 23:10:05 +02:00
8ca9c879db Add flag for IPv4 only mode 2021-06-16 23:10:05 +02:00
4261462c0f Update README
- Update example output
- Add some small info and motivation text
2021-06-16 23:10:05 +02:00
a94ccbf744 Init commit 2021-06-16 23:09:13 +02:00