summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornulldev2022-01-09 23:39:11 -0500
committernulldev2022-01-09 23:39:11 -0500
commitb344a4c0c073441a807d4ce200dab8c46494661a (patch)
tree8f27d8b2ba435a93460b0fa90328e4224468d181
parentdf467961126f23fec22d9a6759d4fceaf18d62cd (diff)
downloadaur-b344a4c0c073441a807d4ce200dab8c46494661a.tar.gz
Update to v0.2.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--example.conf11
3 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e88fb86d75e4..da650b8d3088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = onetun
pkgdesc = Access your WireGuard network from any device, without root access or having to install WireGuard locally.
- pkgver = 0.2.1
- pkgrel = 2
+ pkgver = 0.2.9
+ pkgrel = 1
url = https://github.com/aramperes/onetun
arch = x86_64
arch = i686
@@ -11,11 +11,11 @@ pkgbase = onetun
arch = armv6h
license = MIT
makedepends = cargo
- source = https://github.com/aramperes/onetun/archive/v0.2.1.tar.gz
+ source = https://github.com/aramperes/onetun/archive/v0.2.9.tar.gz
source = onetun@.service
source = onetun.target
source = example.conf
- sha256sums = 3e5e025104be2c601a7b4d528adae0b0fc98ff99f098d5b5d8d6a6ae70d61d58
+ sha256sums = f885fd80c7054e108c38dce5882e573f9d1a2211589128c9d245d22c7907794f
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b413a340dde8..c130c05e202c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# 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.2.1
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
arch=('x86_64' 'i686' 'pentium4' 'aarch64' 'armv7h' 'armv6h')
url="https://github.com/aramperes/onetun"
license=('MIT')
@@ -14,7 +14,7 @@ source=(
"example.conf"
)
sha256sums=(
- '3e5e025104be2c601a7b4d528adae0b0fc98ff99f098d5b5d8d6a6ae70d61d58'
+ 'f885fd80c7054e108c38dce5882e573f9d1a2211589128c9d245d22c7907794f'
'SKIP'
'SKIP'
'SKIP'
diff --git a/example.conf b/example.conf
index 87cdc8c7cbab..9ed72b6a7321 100644
--- a/example.conf
+++ b/example.conf
@@ -8,11 +8,18 @@ ONETUN_ENDPOINT_ADDR=1.2.3.4:51820
ONETUN_ENDPOINT_PUBLIC_KEY=9Ztnedd1CxaLoWcxCCAusdamG2ag3ZRKtTLEEChnN2g=
# Configures a persistent keep-alive for the WireGuard tunnel, in seconds.
-# ONETUN_KEEP_ALIVE=
+ONETUN_KEEP_ALIVE=25
-# Configures the log level and format.
+# Configures the log level and format. See https://docs.rs/env_logger/0.9.0/env_logger/#enabling-logging for more
+# information on syntax. [default: info]
# ONETUN_LOG=
+# Configures the max-transmission-unit (MTU) of the WireGuard tunnel. [default: 1420]
+# ONETUN_MTU=
+
+# Decrypts and captures IP packets on the WireGuard tunnel to a given output file.
+# ONETUN_PCAP=
+
# The private key of this peer. The corresponding public key should be registered in the Wireguard endpoint.
# You can also use 'ONETUN_PRIVATE_KEY_FILE=' to specify a file containing the key instead.
ONETUN_PRIVATE_KEY=uG76ogG4mYlOVe7N9+FEML790Zumecacihitssd/yF0=