degica / kaiser

Commandline Gem that allows you to work with web apps better
https://tech.degica.com/kaiser/
MIT License
12 stars 1 forks source link

fix dns using proper dns server #102

Closed davidsiaw closed 2 months ago

davidsiaw commented 2 months ago

Use a proper dns server in Kaiser.

Kaiser uses a DNS server to route *.lvh.me or whatever httpsuffix you set to the right server even though it points to localhost outside.

Source is here https://github.com/degica/dnsmasq/tree/main

degikko commented 2 months ago

@ochko can you help us review this PR, please?