summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornulldev2023-10-02 19:39:10 -0400
committernulldev2023-10-02 19:39:10 -0400
commit10ab2d1cc203e71b1e2b7d826ae5f7f794e734bf (patch)
treed9b89f4035a48764b1e27f3c43bd758cf27c5363
parent11b8fb6f06148e058fa05a469dbf710e3ab1de54 (diff)
downloadaur-10ab2d1cc203e71b1e2b7d826ae5f7f794e734bf.tar.gz
Update to v0.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--example.conf3
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43c6a99e059..59bf3fbeb2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onetun
pkgdesc = Access your WireGuard network from any device, without root access or having to install WireGuard locally.
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/aramperes/onetun
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = onetun
arch = armv6h
license = MIT
makedepends = cargo
- source = https://github.com/aramperes/onetun/archive/v0.3.4.tar.gz
+ source = https://github.com/aramperes/onetun/archive/v0.3.5.tar.gz
source = onetun@.service
source = onetun.target
source = example.conf
- sha256sums = 2a8f30a580de1b78fcd27dd2fb6166c322a21f92f26ffae2d6fa92a8fd82d318
+ sha256sums = 7c929800eefe3ec62e67a3179cbd3819de7dfaaa1142b9e9c4418abbbc576e8c
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 52f8f85946da..e3553aeed487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Bao <contact at andybao dot me>
pkgname=onetun
pkgdesc="Access your WireGuard network from any device, without root access or having to install WireGuard locally."
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
arch=('x86_64' 'i686' 'pentium4' 'aarch64' 'armv7h' 'armv6h')
url="https://github.com/aramperes/onetun"
@@ -14,7 +14,7 @@ source=(
"example.conf"
)
sha256sums=(
- '2a8f30a580de1b78fcd27dd2fb6166c322a21f92f26ffae2d6fa92a8fd82d318'
+ '7c929800eefe3ec62e67a3179cbd3819de7dfaaa1142b9e9c4418abbbc576e8c'
'SKIP'
'SKIP'
'SKIP'
diff --git a/example.conf b/example.conf
index d64a141fa559..b63e3b76c984 100644
--- a/example.conf
+++ b/example.conf
@@ -31,6 +31,9 @@ ONETUN_PRIVATE_KEY=uG76ogG4mYlOVe7N9+FEML790Zumecacihitssd/yF0=
# The path to a file containing the private key of this peer. The corresponding public key should be registered in the Wireguard endpoint.
# ONETUN_PRIVATE_KEY_FILE=
+# The pre-shared key (PSK) as configured with the peer.
+# ONETUN_PRESHARED_KEY=
+
# The source IP to identify this peer as (local).
ONETUN_SOURCE_PEER_IP=192.168.4.3