I wasn't aware that one could test for the existence of SNI in the server block.
server { listen {replace_with_some_ip} ssl; listen {replace_with_some_ipv6} ssl; ssl_certificate /etc/ssl/snakeoil.pem; ssl_certificate_key /etc/ssl/snakeoil.key; server_name _ {replace_with_some_ip} {replace_with_some_ipv6}; return 444; }
I wasn't aware that one could test for the existence of SNI in the server block.