mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
# 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 *
|