summaryrefslogtreecommitdiff
blob: a1fbcddf37264d9f146f908f36bc1b129080f3b7 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>proxy-maintainers</herd>
	<maintainer>
		<email>hasufell@gentoo.org</email>
		<name>Julian Ospald</name>
		<description>Maintainer, assign bugs to him</description>
	</maintainer>
	<maintainer>
		<email>williamh@gentoo.org</email>
		<description>backup Maintainer, CC him on bugs</description>
	</maintainer>
	<maintainer>
		<email>ambrop7@gmail.com</email>
		<name>Ambroz Bizjak</name>
		<description>Proxy maintainer. CC him on bugs</description>
	</maintainer>
	<upstream>
		<maintainer status="active">
                <email>ambrop7@gmail.com</email>
                <name>Ambroz Bizjak</name>
        </maintainer>
        <doc lang="en">https://code.google.com/p/badvpn/w/list</doc>
        <bugs-to>https://code.google.com/p/badvpn/issues/list</bugs-to>
	</upstream>
	<use>
		<flag name="client">Build the badvpn-client program, a daemon that
			runs on endpoints of the VPN.</flag>
		<flag name="server">Build the badvpn-server program, a central
			server that manages the VPN network.</flag>
		<flag name="ncd">Build NCD, a lightweight scripting language
			especially suited for network configurations.</flag>
		<flag name="tun2socks">Build tun2socks, a program which implements
			a TUN device that forwards TCP traffic through a SOCKS5
			server.</flag>
        <flag name="udpgw">Build udpgw, a small daemon which allows tun2socks to forward UDP traffic.</flag>	</use>
	<longdescription lang="en">
		BadVPN is an open-source peer-to-peer VPN system. It provides a
		Layer 2 (Ethernet) network between the peers (VPN nodes). The peers
		connect to a central server which acts as a chat server for them to
		establish direct connections between each other (data connections).
		These connections are used for transferring network data (Ethernet
		frames), and can be secured with a multitude of mechanisms.

		The BadVPN package also includes other network-related software,
		like tun2socks and NCD. 
	</longdescription>
</pkgmetadata>