From b8c9649e8cfbbc8835460876f3b7e0cb0a83d3e1 Mon Sep 17 00:00:00 2001 From: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com> Date: Sun, 30 Jun 2024 00:17:12 +0530 Subject: [PATCH] Add instructions for using dnsmasq on Linux --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3eef49ff..fc7d6871 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,9 @@ wildcard DNS mapping to `*.its.`. To make Interactive Tools work on localhost, you can use `dnsmasq` or similar to handle wildcard DNS mappings for `*.localhost`. +For linux: +Follow the instructions here to configure dnsmasq on Linux: https://superuser.com/a/1718296 + For mac: ```bash $ brew install dnsmasq