mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
wireguard: Remove hardcoded Windows client version
Take user to the download page so that they can download the latest version of the Windows client. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
7afe361eee
commit
2ada14ccdb
@ -15,8 +15,7 @@ clients = validate([{
|
|||||||
'platforms': [{
|
'platforms': [{
|
||||||
'type': 'download',
|
'type': 'download',
|
||||||
'os': 'windows',
|
'os': 'windows',
|
||||||
'url': 'https://download.wireguard.com/windows-client/'
|
'url': 'https://download.wireguard.com'
|
||||||
'wireguard-amd64-0.0.23.msi'
|
|
||||||
}, {
|
}, {
|
||||||
'type': 'download',
|
'type': 'download',
|
||||||
'os': 'macos',
|
'os': 'macos',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user