aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 6b3e1725068fb269c2df22d516b6541d17eebc6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: ptunnel-ng
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               libpcap0.8-dev | libpcap-dev,
               libselinux1-dev [linux-any]
Standards-Version: 3.9.7
Homepage: https://github.com/lnslbrty/ptunnel-ng

Package: ptunnel-ng
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Tunnel TCP connections over ICMP packets
 ptunnel-ng is an application that allows you to reliably tunnel TCP
 connections to a remote host using ICMP echo request and reply
 packets, commonly known as ping requests and replies. It acts as
 a proxy and can handle sockets and secured identification.
 .
 Those features can be very handy when working in a closed networking
 environment with firewalls and proxies.
 ptunnel-ng is a improved version of the original ptunnel with
 additional features and bugfixes.