The node-unban-peer-address command in Mintlayer is used to remove a ban previously imposed on a specific address, allowing it to reconnect to your node. This command is essential for managing and updating your node's network access policies.
node-unban-peer-address <ADDRESS>
<ADDRESS>: The IP address of the peer you wish to unban, allowing it to connect to your node again.-h, --help: Displays help information about the node-unban-peer-address command.Unbanning a Peer Address:
To unban a peer with the IP address 192.168.160.99 and allow it to connect to your node again, execute the command:
node-unban-peer-address 192.168.160.99
After running this command, a confirmation message should appear:
Success
This indicates that the specified address has been successfully unbanned and can now connect to your node.