





















I am using ProtonVPN CLI, and I want it to run and connect on boot. I don’t use kill switch. I created this systemd service: [Unit] Description=Proton VPN CLI Auto-Connect After=network-online.target Wants=network-online.target [Service] Type=oneshot ExecStart=/usr/bin/protonvpn connect --country <country code, eg: NL> ExecStop=/usr/bin/protonvpn disconnect RemainAfterExit=yes Restart=on-failure RestartSec=10 [Install] WantedBy=multi-user.target I have a few questions: W...
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。