Add comment to 060_virtual_hosts_over_https.c about adding entries to /etc/hosts for testing

This commit is contained in:
2025-10-17 12:21:26 +02:00
parent 17ad7ad383
commit 7be22fed4b
@@ -10,6 +10,16 @@ int main(void)
{
http_global_init();
// To test this program you need to add the following
// lines to your hosts file:
//
// 127.0.0.1 websiteA.com
// 127.0.0.1 websiteB.com
// 127.0.0.1 websiteC.com
//
// That you can find at /etc/hosts on Linux and
// C:\Windows\System32\drivers\etc\hosts on Windows
// First, create three certificates for the domains:
//
// websiteA.com