Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update firewall.sh #118

Closed
wants to merge 6 commits into from
Closed

Update firewall.sh #118

wants to merge 6 commits into from

Commits on May 1, 2023

  1. Update firewall.sh

    *Optimize Skynet use of subnet markings via utilization of regexp logic. (e.g. ensure /32 ranges should not wind up in Skynet-BlockedRanges, when single IP's are optimally used in Skynet-Blacklist instead) 
    This pull request will ensure all subnets greater than /32 will use Skynet-BlockedRanges, and all subnets equivalent to /32 will use Skynet-Blacklist
    jumpsmm7 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    a48c421 View commit details
    Browse the repository at this point in the history
  2. Update firewall.sh

    * Remove double quote expansions on optimize regexp.
    jumpsmm7 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    ca079f2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Update firewall.sh

    Speed things up with faster Regexing.
    jumpsmm7 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3d7b497 View commit details
    Browse the repository at this point in the history
  2. Update firewall.sh

    ensure regex is capturing all variables.
    jumpsmm7 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cb4300f View commit details
    Browse the repository at this point in the history
  3. Update firewall.sh

    Better to be exact with no breaks.
    jumpsmm7 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    07d2966 View commit details
    Browse the repository at this point in the history
  4. Update firewall.sh

    still the better way to go.
    jumpsmm7 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a6bf3ac View commit details
    Browse the repository at this point in the history