diff --git a/client_qBittorrent.go b/client_qBittorrent.go index 06398ac..12a4bd3 100644 --- a/client_qBittorrent.go +++ b/client_qBittorrent.go @@ -320,6 +320,7 @@ func qB_SubmitShadowBanPeer(blockPeerMap map[string]BlockPeerInfoStruct) bool { shadowBanIPPortsList = append(shadowBanIPPortsList, "[" + peerIP + "]:" + strconv.Itoa(port)) } else { shadowBanIPPortsList = append(shadowBanIPPortsList, peerIP + ":" + strconv.Itoa(port)) + shadowBanIPPortsList = append(shadowBanIPPortsList, "[::ffff:" + peerIP + "]:" + strconv.Itoa(port)) } } }