added comment

This commit is contained in:
2025-04-24 23:28:19 +01:00
parent a6939ec35e
commit 5f8407a37f

View File

@@ -87,6 +87,9 @@ func UpdateIPTable() (err error) {
return clientIPTable.UpdateIpTableListClient()
}
// AddCustomInformation allows to pass custom information
// through the network to which can be listened on
// all peers in the network to execute a task.
func AddCustomInformation(information string) error {
return clientIPTable.AddCustomInformationToIPTable(information)
}