blob: 37574277b5dcb21c59d81813c483433d9fd73bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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.
|