~tardypad/alpine-system

f5c33bbbe26f4ed41b9466dc4effc8c6437418b4 — Damien Tardy-Panis 1 year, 1 month ago 77e5b93
system-config: enable IP forwarding

For usage with WireGuard
M builds/system-config/APKBUILD => builds/system-config/APKBUILD +1 -1
@@ 1,6 1,6 @@
# Maintainer: Damien Tardy-Panis <damien.dev@tardypad.me>
pkgname="system-config"
pkgver=8
pkgver=9
pkgrel=0
pkgdesc="System configurations"
url="https://sr.ht/~tardypad/alpine-system/"

A builds/system-config/files/etc/sysctl.d/local.conf => builds/system-config/files/etc/sysctl.d/local.conf +1 -0
@@ 0,0 1,1 @@
net.ipv4.ip_forward = 1

M builds/system-config/system-config.post-install => builds/system-config/system-config.post-install +2 -0
@@ 18,4 18,6 @@ rc-service radicale restart
rc-update add nftables default
rc-service nftables start

rc-update add sysctl default

list_manual_updates