mirror of
git://f0xx.org/android_cast
synced 2026-07-29 05:58:14 +03:00
sync
This commit is contained in:
6
examples/wireguard/alpine-be-sudoers-wg
Normal file
6
examples/wireguard/alpine-be-sudoers-wg
Normal file
@@ -0,0 +1,6 @@
|
||||
# Install on Alpine BE: /etc/sudoers.d/androidcast-wg (chmod 440)
|
||||
# PHP-FPM pool user is nginx (see /etc/php81/php-fpm.d/www.conf).
|
||||
Defaults:nobody !requiretty
|
||||
Defaults:nginx !requiretty
|
||||
nobody ALL=(root) NOPASSWD: /usr/bin/wg set wg0 peer *
|
||||
nginx ALL=(root) NOPASSWD: /usr/bin/wg set wg0 peer *
|
||||
Reference in New Issue
Block a user