forked from mirrors/amnezia-wg-easy
- Add files via upload
- patched for kmod usage - https://github.com/w0rng/amnezia-wg-easy/compare/master...timopheysky:amnezia-wg-easy:master - build witch docker compose - support Alpine Linux
This commit is contained in:
parent
1391267437
commit
c133e22a12
5 changed files with 53 additions and 9 deletions
8
net.md
Normal file
8
net.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Для доступа из под Alpine Linux
|
||||
|
||||
https://gitlab.alpinelinux.org/alpine/aports/-/issues/15199
|
||||
|
||||
```
|
||||
[ -e /dev/net ] || mkdir /dev/net
|
||||
[ -e /dev/net/tun ] || (mknod /dev/net/tun c 10 200 && chmod 600 /dev/net/tun)
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue