OK jca tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. Because the tunnel appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This tunnelling allows VPN sites to share information with each other over the Internet without exposing any information to others. A single tinc daemon can accept more than one connection at a time, thus making it possible to create larger virtual networks, because some limitations are circumvented. Instead of most other VPN implementations, tinc encapsulates each network packet in its own UDP packet, instead of encapsulating all into one TCP or even PPP over TCP stream. This results in lower latencies, less overhead, and in general better responsiveness and throughput.
36 lines
976 B
Plaintext
36 lines
976 B
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/11/03 20:07:47 sthen Exp $
|
|
@newgroup _tinc:759
|
|
@newuser _tinc:759:_tinc:daemon:tinc user:/var/empty:/sbin/nologin
|
|
@info info/tinc.info
|
|
@man man/man5/tinc.conf.5
|
|
@man man/man8/tincd.8
|
|
@bin sbin/tincd
|
|
share/examples/tinc/
|
|
share/examples/tinc/hosts/
|
|
@owner root
|
|
@group _tinc
|
|
@mode 750
|
|
@sample ${SYSCONFDIR}/tinc/
|
|
@sample ${SYSCONFDIR}/tinc/example/
|
|
@sample ${SYSCONFDIR}/tinc/example/hosts/
|
|
@mode 600
|
|
share/examples/tinc/hosts/alpha
|
|
@sample ${SYSCONFDIR}/tinc/example/hosts/alpha
|
|
share/examples/tinc/hosts/beta
|
|
@sample ${SYSCONFDIR}/tinc/example/hosts/beta
|
|
share/examples/tinc/rsa_key.priv
|
|
@sample ${SYSCONFDIR}/tinc/example/rsa_key.priv
|
|
@owner root
|
|
@group _tinc
|
|
@mode 750
|
|
share/examples/tinc/tinc-down
|
|
@sample ${SYSCONFDIR}/tinc/example/tinc-down
|
|
share/examples/tinc/tinc-up
|
|
@sample ${SYSCONFDIR}/tinc/example/tinc-up
|
|
share/examples/tinc/tinc.conf
|
|
@sample ${SYSCONFDIR}/tinc/example/tinc.conf
|
|
@owner
|
|
@group
|
|
@mode
|
|
@rcscript ${RCDIR}/tincd
|