-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenvpn.xml
More file actions
46 lines (43 loc) · 1.88 KB
/
openvpn.xml
File metadata and controls
46 lines (43 loc) · 1.88 KB
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
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<Date>2019-02-21</Date>
<Beta>False</Beta>
<Category>Network:Other Tools:System</Category>
<Name>OpenVPN Server</Name>
<Project>https://openvpn.net/</Project>
<Changes>
[center][img width='155px' src='https://lh5.ggpht.com/bvSrAN5aY53Ewcw9SKU4ovo6qI7mu4nlR9GiAFqsWSG0FCzNr2BL4vtRAk0nLMB2qAg=w300'][/center]
[center][font size=4]OpenVPN Server Change Log[/font][/center]
[font size=3]2019.02.21[/font]
- Initial Release using https://hub.docker.com/r/kylemanna/openvpn
</Changes>
<Overview>
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques
</Overview>
<Description>
What is OpenVPN? OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It uses a custom security protocol that utilizes SSL/TLS for key exchange. It is capable of traversing network address translators (NATs) and firewalls[br][br]
[b][span style='color: #E80000;']Directions:[/span][/b][br]
[b]/config[/b] : this is where config will be stored.[br][br]
</Description>
<Registry>https://hub.docker.com/r/kylemanna/openvpn</Registry>
<GitHub>https://github.com/kylemanna/docker-openvpn</GitHub>
<Repository>kylemanna/openvpn</Repository>
<Support>N/A</Support>
<BindTime>true</BindTime>
<Privileged>true</Privileged>
<Networking>
<Mode>host</Mode>
<Publish/>
</Networking>
<Environment/>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/test</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI></WebUI>
<Banner></Banner>
<Icon>https://lh5.ggpht.com/bvSrAN5aY53Ewcw9SKU4ovo6qI7mu4nlR9GiAFqsWSG0FCzNr2BL4vtRAk0nLMB2qAg=w300</Icon>
</Containers>