File: control

package info (click to toggle)
ocproxy 1.60-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, stretch, trixie
  • size: 5,372 kB
  • ctags: 10,629
  • sloc: ansic: 79,912; makefile: 550; sh: 145; tcl: 102; perl: 81
file content (26 lines) | stat: -rw-r--r-- 1,208 bytes parent folder | download
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
Source: ocproxy
Section: net
Priority: optional
Maintainer: Kevin Cernekee <cernekee@gmail.com>
Build-Depends: debhelper (>= 10), libevent-dev
Standards-Version: 3.9.8
Homepage: https://github.com/cernekee/ocproxy
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ocproxy.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ocproxy.git

Package: ocproxy
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: openconnect
Suggests: dante-client
Description: SOCKS proxy for openconnect
 ocproxy is a SOCKS and port-forwarding proxy for use with openconnect.
 It implements its own userland IP stack, allowing a non-administrator to
 establish VPN connections without a need for tunnel devices. Instead
 of adding the host machine to the network at the other end of the VPN,
 ocproxy listens for local connections and forwards their traffic over the
 VPN, similar to "ssh -D" and "ssh -L".  Web browsers, remote login utilities
 and other programs can then access resources on the VPN through the
 proxy.  Applications that are unaware of the proxy cannot accidentally send
 traffic over the VPN, and multiple ocproxy instances may be connected to
 different VPNs concurrently.