feat: verifyhost to README.md

This commit is contained in:
wipedlifepotato 2025-08-21 04:57:30 +07:00
parent fcf00638ba
commit 50f1df57bb
2 changed files with 18 additions and 0 deletions

View file

@ -93,6 +93,8 @@ int main (int argc, char * argv[])
{
std::cout << "Invalid old destination signature." << std::endl;
return 1;
} else {
std::cout << "Valid destination" << std::endl;
}
}
}