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

Conversation

jumpsmm7
Copy link
Contributor

@jumpsmm7 jumpsmm7 commented May 1, 2023

*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

*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
* Remove double quote expansions on optimize regexp.
Speed things up with faster Regexing.
ensure regex is capturing all variables.
Better to be exact with no breaks.
still the better way to go.
@jumpsmm7 jumpsmm7 closed this May 6, 2023
@jumpsmm7 jumpsmm7 deleted the patch-5 branch May 6, 2023 21:35
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.

None yet

1 participant