gentoo/net-proxy/redsocks/metadata.xml
Ulrich Müller 38b155fa1b
**/metadata.xml: Replace http by https in DOCTYPE element
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-09-11 15:22:48 +02:00

27 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mattst88@gentoo.org</email>
<name>Matt Turner</name>
</maintainer>
<longdescription lang="en">
Redirect any TCP connection to a SOCKS or HTTPS proxy server Redsocks
is a daemon running on the local system, that will transparently tunnel
any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It
uses the system firewall's redirection facility to intercept TCP
connections, thus the redirection is system-wide, with fine-grained
control, and does not depend on LD_PRELOAD libraries.
Redsocks supports tunneling TCP connections and UDP packets. It has
authentication support for both, SOCKS and HTTP proxies.
Also included is a small DNS server returning answers with the
"truncated" flag set for any UDP query, forcing the resolver to use
TCP.
</longdescription>
<upstream>
<remote-id type="github">darkk/redsocks</remote-id>
</upstream>
</pkgmetadata>