Skip to content

Conversation

@DroidFreak32
Copy link
Owner

No description provided.

rwall and others added 30 commits October 19, 2022 16:48
move file sourcing above first references to the variables it loads
fix(dev-infra): move source to before var ref
fix #1653: update prompt to match the default action of script
fix #1608: Use same moethod to define ownership in bot makeOVPN and makeCONF scripts
show correct information and fix error caused by dash on printf
Show correct information and fix error caused by dash on printf in clientStat.sh
fix #1663: made indicated reply defaults work correctly
fix(scripts): made indicated reply defaults work correctly
Instead of returning an error, use the filename to generate the QR code.
Drop support for Debian 9 Stretch
Drop support for Ubuntu 16.04 Xenial
Use pipe to xargs instead of find -exec to properly catch exit codes
SC2320: Set error code to variable to preserve it after other commands.
On installations such as OctoPi, git is shadowed by /root/bin/git. This change forces the script to use /usr/bin/git which isn't affected by other executables with the name 'git' in the path.
Add Ubuntu lunar support
* fix common #1733 (comment) 

pivpn -off/-on user (en-/dis-)ables also user-1, user-2...user-n
this fix prevents from (en-/dis-)ableing user-1 ...user-n
Line 23 That being said rid of elipses
* Swapped Buildstatus into order of importance

Moved test branch to be under the main branch

* Made OpenVPN bold

* Made Wireguard bold
This fix prevents "pivpn -off" from failing to disable a client when another client is already disabled and the disabled client name starts with the client name you're trying to disable.
e.g. "user-1" wasn't able to be disabled if "user" was already disabled.
fix #1774: Add support for network manager running on Raspberrypi OS bookworm
orazioedoardo and others added 15 commits January 29, 2024 08:53
* refactor(core): allow any subnet and netmask

* fix(scripts): prevent adding more clients than the subnet allows

* fix(scripts): correctly remove leading zeros from ipv6 quartets

* refactor(core): new probabilistic subnet generation with fallback to other RFC1918 subnets
…1825)

In unattended install, there is no possibility to
specify if user wants to use Pi-hole DNS as DNS.

Introducing a --use-pihole argument, user can decide
if PiVPN configuration should be aligned to the
Pi-hole installation.
Add workflow to automatically close any issue or pull request
Adds support for detecting when a host kernel loaded wireguard.
The kernel module appears loaded but the information about it may not be available.
script/wireguard: add the '--client-ip' option to enter any Client IP from a given range when creating a client profile.
This gives the user better control over which IP address will be assigned to the client.
JacobF-dev and others added 14 commits March 7, 2025 17:18
UFW reports "ERROR: Invalid position at ‘1’" when attempting to insert an IPv6 rule above an IPv4 rule, which breaks IPv6 functionality on setups running UFW.
This is fixed by appending the rule below all others.
Debian buster is EOL since June 30th 2024
Signed-off-by: Rafael Alexandre <r.alexandre99@gmail.com>
Since Debian Trixie, /usr/lib/modules is correctly considered as valid kernel module path, but 3rd party packages can fomally still ship modules below /lib/modules, or below /usr/lib/modules as well on older Debian versions. Since usrmerge, both are effectively the same directory anyway.

Hence always consider both paths.

Signed-off-by: MichaIng <micha@dietpi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.