Hi,
Thanks for your library.
I pull project then run with node in terminal by config below :
{
port: 53,
host: '127.0.0.1',
logging: 'dnsproxy:query,dnsproxy:info,dnsproxy:error',
nameservers: [
'1.1.1.1',
'1.0.0.1'
],
servers: {
},
domains: {
"*" : '127.0.0.1'
},
hosts: {
devlocal: '127.0.0.1'
},
fallback_timeout: 350,
reload_config: true
}
127.0.01 is a server local static html.
But it only work with domain http. When i access a domain https browser display "This site can’t be reached"
How to work with https?
Thank you.
Hi,
Thanks for your library.
I pull project then run with node in terminal by config below :
127.0.01 is a server local static html.
But it only work with domain http. When i access a domain https browser display "This site can’t be reached"
How to work with https?
Thank you.