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
232 B
232 B
Для доступа из под 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)