close
Skip to content

Ask about https  #65

@tungtouch

Description

@tungtouch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions