Strong-Foundation
Strong-Foundation
Some of the code in this PR needs to be improved and simplified before it gets to everyone system but an amazing baseline to start working from.
@StLyn4 Look at this version of the script. This version fixes alot of the bugs and the errors, you guys are facing. https://github.com/Strong-Foundation/wireguard-manager Also join the discord, i will be...
```sh # The following function checks if the current init system is one of the allowed options. function check-current-init-system() { # Get the current init system by checking the process...
The best way to use the response from the `check-current-init-system` function is to capture the result (whether the init system is supported or not) and use it within your script...
The script you’ve written looks good overall and handles the detection of supported init systems well. However, there are a few improvements and refinements we can make for clarity, robustness,...
Sure! We can simplify the logic by replacing the `case` statement with `if` and `elif` conditions. Here's how you can refactor the script to make it simpler: ### Updated Script...
Yes, you can achieve client isolation in Unbound to prevent clients from seeing each other's queries or interacting indirectly. Here are the steps to implement it: --- 1. Use view...
We truly appreciate everyone who has contributed by reporting bugs and helping us improve the system. Our typical process for addressing bugs looks like this: 1. **Identify Bugs** – Gather...
Hi Chris, Thanks so much for your thoughtful feedback! I really appreciate you taking the time to review the script. Just to clarify, I initially tried deploying the scripts created...
This will be a massive upgrade, will need to tested multiple times on different servers, but it fixed alot of the issues the users are facing.