Update fastd

This commit is contained in:
Alex D. 2021-06-20 13:10:32 +00:00
parent dd74783d21
commit ae88d3bee0
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
4 changed files with 10 additions and 9 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2021.06.01.04
pkgver=2021.06.20.01
pkgrel=0
source="
fastd.conf
@ -11,7 +11,7 @@ source="
_peers="
deavmi
"
depends="redxen-secret-fastd-peerkey"
depends="redxen-secret-fastd-peerkey~2021.06.16.01"
for i in $_peers; do
subpackages="$subpackages $pkgname-peer-$i:_peer"
@ -28,6 +28,6 @@ _peer() {
}
sha512sums="
9ff7544ac46576897400eff389b1a458755482b44f5771adc0c04fae1c8b25311ea5ecfe78ecc23c83b89580ccdfa239506da273705880f1afa0c0c7f3109114 fastd.conf
4d9291172657f4871dc77296f8e902facd00ddbea226fe8091ff860530fb9be1d8f5476e6b51bab745af2a62a492e2ddf7a562482d6c09cb468a67ca0082492f deavmi
a9e5588c07d591bb4fd5d5de4405a92a5d37c82c367f3e125e7d4f0ad8b2f80a39d11758af9dd610f9c6f633610589382891be26429e9c0e5797a4b2d84ed3c2 fastd.conf
4667280405f80e800cab9cd0e319a30a48c71244df6126455159621ceab5179d2a72b69f92c453da68e8bd02e884d347ce9182691c209b9b67db128e2e6effe1 deavmi
"

View File

@ -3,10 +3,9 @@ method "salsa2012+umac";
bind any:2190;
log to syslog level info;
# TODO: Find a better way to define this (per-host /etc/network/interfaces?)
on up "
ip -6 addr add fd8a:6111:3b1a:dddd::1/64 scope global dev $INTERFACE
ip -6 route add fd8a:6111:3b1a:dddd::1/64 dev $INTERFACE protocol static
ip -6 addr add fd53:79ad:7198::/48 scope global dev $INTERFACE
ip -6 route add fd53:79ad:7198::/48 dev $INTERFACE protocol static
ip link set $INTERFACE up
";

2
config/fastd/peers/chris Normal file
View File

@ -0,0 +1,2 @@
key "5c717c5c7569a06f35beb617bb56a38d3aa0071bdcca3fda56a9b42db1e89804";
remote ipv6 "2a04:5b80:300:3:0:c0ff:fe91:bf87" port 2190;

View File

@ -1,2 +1,2 @@
remote ipv6 "2a04:5b80:300:3:0:c0ff:fe91:bf87" port 2190;
key "5c717c5c7569a06f35beb617bb56a38d3aa0071bdcca3fda56a9b42db1e89804";
key "7f0942cde29630ac4af15e831cbdb95e1ae7c05d6e436ad64d8c8afe01899fc2";
float yes;