summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:27:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:27:58 +0000
commit215f178c88ad419caba94669c75111229bb978b8 (patch)
tree381a5f4c2cba30461ef20561b5bf81bf73ac6d2a /man
parentInitial commit. (diff)
downloadforce-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 'man')
-rw-r--r--man/ipv4.115
-rw-r--r--man/ipv6.115
2 files changed, 30 insertions, 0 deletions
diff --git a/man/ipv4.1 b/man/ipv4.1
new file mode 100644
index 0000000..66a1a98
--- /dev/null
+++ b/man/ipv4.1
@@ -0,0 +1,15 @@
+.\"TOPICS "Topics:"
+.TH IPV4 1 "May" "ipv4" ""
+.SH "NAME"
+ipv4 \- force other software to use only IPv4 for network connections
+
+.SH "DESCRIPTION"
+
+This software LD_PRELOADs a library which replaces function getaddrinfo()
+by its own version. This version limits the available sockets to ones of
+type PF_INET and such limits all network traffic to IPv4.
+
+.SH "AUTHORS"
+Authors and contributors are listed in the AUTHORS file in the source
+distribution.
+
diff --git a/man/ipv6.1 b/man/ipv6.1
new file mode 100644
index 0000000..113e8fe
--- /dev/null
+++ b/man/ipv6.1
@@ -0,0 +1,15 @@
+.\"TOPICS "Topics:"
+.TH IPV6 1 "May" "ipv6" ""
+.SH "NAME"
+ipv6 \- force other software to use only IPv6 for network connections
+
+.SH "DESCRIPTION"
+
+This software LD_PRELOADs a library which replaces function getaddrinfo()
+by its own version. This version limits the available sockets to ones of
+type PF_INET6 and such limits all network traffic to IPv6.
+
+.SH "AUTHORS"
+Authors and contributors are listed in the AUTHORS file in the source
+distribution.
+