aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 2e41de0527e5ef5fa37e27dc75f640e560f021b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# netvfy-agent-git
ArchLinux AUR package for the netvfy command line agent

Installation
------------

```bash
yaourt -S netvfy-agent-git
sudo -i
netvfy-agent -k UUID
<CTRL-C>
systemctl enable netvfy-agent
systemctl start netvfy-agent
```

Should you choose to run the service as a different user than root, you need to run the following two commands

```bash
sudo chmod 666 /dev/net/tun
sudo setcap cap_net_bind_service,cap_net_admin=ep /usr/bin/netvfy-agent
```

Link to AUR https://aur.archlinux.org/packages/netvfy-agent-git/