blob: 69f4a94c2c0f22d49c993b7315655520cb41d026 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>candrews@gentoo.org</email>
<name>Craig Andrews</name>
</maintainer>
<longdescription lang="en">
ProxyTunnel is a program that connects stdin and stdout to a server
somewhere on the network, through a standard HTTPS proxy. We mostly use
it to tunnel SSH sessions through HTTP(S) proxies, allowing us to do
many things that wouldn't be possible without ProxyTunnel.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|