mirror of
git://f0xx.org/android_cast
synced 2026-07-29 07:39:15 +03:00
sync on be, vpn
This commit is contained in:
@@ -4,3 +4,5 @@ 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 *
|
||||
nginx ALL=(root) NOPASSWD: /usr/bin/wg show wg0 dump
|
||||
nobody ALL=(root) NOPASSWD: /usr/bin/wg show wg0 dump
|
||||
|
||||
@@ -28,7 +28,7 @@ $c["remote_access"] = array_merge($c["remote_access"] ?? [], [
|
||||
"wg_client_ip_prefix" => "172.200.2.",
|
||||
"wg_client_ip_min" => 10,
|
||||
"wg_client_ip_max" => 250,
|
||||
"wg_set_prefix" => "sudo ",
|
||||
"wg_set_prefix" => "sudo -n ",
|
||||
"provision_peers" => true,
|
||||
"require_wg_tools" => true,
|
||||
"session_ttl_s" => 3600,
|
||||
|
||||
Reference in New Issue
Block a user