Skip to content

Tags: r-pufky/wireguard-initramfs

Tags

2023-10-21

Update README.md with minor documentation corrections.

2022-09-26

Prevent overwrite of config on multiple installs.

* Fixes #4.
* Install now creates a docs location with the latest default example config.
* /etc/wireguard-initramfs/config is not modified if it exists.

2022-04-24

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from rmf1995/main

Fix Typo; logging message when wireguard starts.

2021-07-04

Remove dropbear dependency.

* Remove PREREQ dropbear dependency in init-bottom; this is not needed for
  dropbear to work correctly.
* Move initramfs scripts to `/etc/initramfs-tools` since there is no longer
  a dependency on the dropbear system package.
* Update Makefile to handle new location and automatically remove the old
  location.
* Added IPv6 DNS support if IPv6 use is detected.
* Standardized, clarify code & documentation.

2021-07-03

Initial wireguard-initramfs commit.