Skip to content

Commit

Permalink
Add wireguard module for UDM 1.12.33
Browse files Browse the repository at this point in the history
  • Loading branch information
peacey committed Nov 24, 2022
1 parent de8ba36 commit 0f4ca9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Unifi UDM is built on a powerful quad core ARM64 CPU that can sustain up to
1. We first need to download the tar file onto the UDM. Connect to it via SSH and type the following command to download the tar file. You need to download the following tar file. NOTE: always check [this link](https://github.com/tusc/wireguard-kmod/releases) for the latest release.

```sh
curl -LJo wireguard-kmod.tar.Z https://github.com/tusc/wireguard-kmod/releases/download/v09-24-22/wireguard-kmod-09-24-22.tar.Z
curl -LJo wireguard-kmod.tar.Z https://github.com/tusc/wireguard-kmod/releases/download/v11-13-22/wireguard-kmod-11-13-22.tar.Z
```

2. From this directory type the following to extract the files:
Expand Down
2 changes: 1 addition & 1 deletion src/bases/udm-1.11.0/versions.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-v1.11.0.3921-f2e3fac,-v1.11.1.3932-88c26f4,-v1.11.3.3937-2edb570,-v1.11.4.3940-e66d85f,-v1.12.13.4270-7288473,-v1.12.14.4274-d445100,-v1.12.15.4285-a130b42,-v1.12.19.4302-a153f32,-v1.12.21.4305-d48df5d,-v1.12.22.4309-4105ace,-v1.12.24.4315-136ee7c,-v1.12.28.4323-7cd1177,-v1.12.30.4325-060f0fe
-v1.11.0.3921-f2e3fac,-v1.11.1.3932-88c26f4,-v1.11.3.3937-2edb570,-v1.11.4.3940-e66d85f,-v1.12.13.4270-7288473,-v1.12.14.4274-d445100,-v1.12.15.4285-a130b42,-v1.12.19.4302-a153f32,-v1.12.21.4305-d48df5d,-v1.12.22.4309-4105ace,-v1.12.24.4315-136ee7c,-v1.12.28.4323-7cd1177,-v1.12.30.4325-060f0fe,-v1.12.33.4328-5979f88

0 comments on commit 0f4ca9f

Please sign in to comment.