diff options
author | Jimmy Axenhus <github att axenhus doot com> | 2021-04-06 08:06:41 +0200 |
---|---|---|
committer | GitHub <noreply att github doot com> | 2021-04-06 08:06:41 +0200 |
commit | 1311cabdf020f198c479aa1245dff80f99aef9a3 (patch) | |
tree | d622e338045bb11c4165b82a2472de278bd02b09 | |
parent | cbef9f4253fb0bc2a243571c0adfc3d7d8d66867 (diff) | |
download | qubes-vpn-2fa-certificate-1311cabdf020f198c479aa1245dff80f99aef9a3.tar.bz2 qubes-vpn-2fa-certificate-1311cabdf020f198c479aa1245dff80f99aef9a3.tar.zst qubes-vpn-2fa-certificate-1311cabdf020f198c479aa1245dff80f99aef9a3.zip |
Fix typos in README
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ on a USB stick. * Copy ``00-2fa-usb.conf`` to ``/rw/config/qubes-vpn-handler.service.d``. * Copy ``prepare-vpn-usb.sh`` to ``/rw/config``. - * Restart the ProxyVM or restart the VPN service.be + * Restart the ProxyVM or restart the VPN service. ## Usage @@ -44,6 +44,6 @@ store the passwords in for the VPN service. ## Known issues * The VPN service appears to be failing to connect the very first time it - starts, even if the correct credentials are entered. It will sucecssfully + starts, even if the correct credentials are entered. It will successfully connect once systemd automatically restarts it (usually happens after a few seconds). Patches are welcome. |