blob: 5fdea15e5773bc99f46064cd4de41180e296185e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>vikraman@gentoo.org</email>
<name>Vikraman Choudhury</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>
<upstream>
<remote-id type="github">proxytunnel/proxytunnel</remote-id>
</upstream>
</pkgmetadata>
|