You can use stub solver to transform IPs into hostnames without need to create a
configuration file as in Local DB Solver. Stub Solver was inspired in nip.io and sslip.io.
Without a name:
10.0.0.1.stub => 10.0.0.1192-168-1-250.stub => 192.168.1.2500a000803.stub => 10.0.8.3With a name:
app.10.8.0.1.stub => 10.8.0.1app-116-203-255-68.stub => 116.203.255.68app-c0a801fc.stub => 192.168.1.252customer1.app.10.0.0.1.stub => 10.0.0.1customer2-app-127-0-0-1.stub => 127.0.0.1customer3-app-7f000101.stub => 127.0.1.1app.2a01-4f8-c17-b8f--2.stub => 2a01:4f8:c17:b8f::2${name}[.-]${ip_address}.stub
${name} (optional): you can set a name to make it easier to recognize the IP${ip_address}: The ip address which the DNS will answer it can be in 4 formats
See the config reference.