forked from mirrors/amnezia-wg-easy
- 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
8 lines
232 B
Markdown
8 lines
232 B
Markdown
# Для доступа из под 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)
|
|
```
|