기본적으로 IP를 통해 접근을 시도하면 올바른 도메인으로 301 Redirect가 반환됩니다:
$ 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로 변경하자는 제안이신가요?