You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reading the source code in the C++ module responsible for handling the blocklist, I noticed that there is a method to remove a socket address, but it is not currently implemented or exposed in the Node.js API.
Since @jasnell is the collaborator who implemented the Blocklist, I was wondering if there is a specific reason behind this or it's about priority on the project to another features.
I'm new to open-source contributions and currently studying the source code to validate this issue. I'm planning to create a poc and open a pr to address this 👀 .
What is the problem this feature will solve?
in net module block list has feauture to add ip but cannot able to clear it
What is the feature you are proposing to solve the problem?
add a blockList.removeaddress,remove range, clear all in net module
currently it have only blocklist.addaddress,
blockList.addRange,
blockList.addSubnet
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: