diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:27:58 +0000 |
commit | 215f178c88ad419caba94669c75111229bb978b8 (patch) | |
tree | 381a5f4c2cba30461ef20561b5bf81bf73ac6d2a /README.md | |
parent | Initial commit. (diff) | |
download | force-ip-protocol-215f178c88ad419caba94669c75111229bb978b8.tar.xz force-ip-protocol-215f178c88ad419caba94669c75111229bb978b8.zip |
Adding upstream version 0.2.0.upstream/0.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3757427 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# force-ip-protocol + +## Description + +This library forces other software to use only IPv4 or IPv6 for network connections. + +A library will be LD_PRELOADed which replaces function getaddrinfo() +by its own version. This version limits the available sockets to ones of +type PF_INET/PF_INTE6 and such limits all network traffic to a certain protocol + +## Installation + +Please see INSTALL. + +## Usage + +ipv4 wget http://www.t-online.de + +## Authors and acknowledgment + +Please see AUTHORS. + +## License + +This software is licensed under GPL-2.0-only. + |