备注:如果用户尝试添加 <1024 的端口规则,则应指导用户优先使用下载器的 “禁止连接到特权端口上的 Peer”(如果有),性能更好。
Authorization: Bearer ********************
{
"port": 0
}
curl --location --request PUT 'http://127.0.0.1:9897/api/modules/ipblacklist/port' \
--header 'Content-Type: application/json' \
--data-raw '{
"port": 0
}'