bootstrap: add VPNs from bootstrap volume
This commit is contained in:
@ -106,6 +106,7 @@ pub async fn run() {
|
||||
// Wireguard VPNs
|
||||
for (name, conf) in &cfg.vpns {
|
||||
retry_or_ignore(async || {
|
||||
info!("starting VPN {name}");
|
||||
let dir = "/etc/wireguard";
|
||||
fs::create_dir_all(dir).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user