NethServer / nethsecurity

NethSecurity image and build environment
https://www.nethsecurity.org/
Other
82 stars 6 forks source link

Please Add Firewall Drop by Country Code #572

Closed DennisFaucher closed 1 month ago

DennisFaucher commented 1 month ago

// REMOVE LINES WITH SLASHES, LIKE THIS

// Write down a brief description here. In any case, even if your feature request is just // a little enhancement or a completely new thing: // 1. explain WHY you are asking // 2. tell us what is the PURPOSE of the feature

Proposed solution I would like to block all incoming traffic from a list of country codes. It appears I can only block by IP address at the moment. // Describe the solution you would like to be adopted // A clear and concise description of what you want to happen.

Alternative solutions I am using Untangle now which allows this // Describe alternatives you have considered // A clear and concise description of any alternative solution or feature you have considered.

Additional context Thank you. // Add any other context or screenshots about the feature request here.

See also

// Links to discussion on community.nethserver.org and other web sites


// Acknowledgements

gsanchietti commented 1 month ago

For new feature request, is better to open a discussion in the community forum: http://community.nethserver.org/ See also https://dev.nethsecurity.org/development_process/#new-feature-request

I can also say that feature is already present, but not exposed inside the UI. See upstream doc: https://github.com/openwrt/packages/blob/openwrt-23.05/net/banip/files/README.md

DennisFaucher commented 1 month ago

Thank you