- 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:
Alexander Zhirov 2025-04-24 00:30:36 +03:00
parent 1391267437
commit c133e22a12
5 changed files with 53 additions and 9 deletions

8
net.md Normal file
View 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)
```