デフォルトの状態では、IP アドレスからアクセスしようとすると、正しいドメインへ 301 リダイレクト が返されます。
$ curl 159.203.68.6 -I
HTTP/1.1 301 Moved Permanently
Server: nginx/1.16.1
Date: Mon, 29 Jun 2020 20:24:41 GMT
Content-Type: text/html
Content-Length: 169
Connection: keep-alive
Location: https://falcoland.falco.dev/
ご提案は、301 から 404 への変更でしょうか?