reorganize code

This commit is contained in:
m5r
2022-10-28 23:36:57 +02:00
parent 2ab783c2ad
commit 16a757694e
3 changed files with 144 additions and 93 deletions

View File

@@ -10,6 +10,10 @@ It was inspired by [local-ip.co](http://local-ip.co) and
```sh
$ dig 10-0-1-29.my.local-ip.dev +short
10.0.1.29
$ dig app.10-0-1-29.my.local-ip.dev +short
10.0.1.29
$ dig foo.bar.10.0.1.29.my.local-ip.dev +short
10.0.1.29
$ dig 127.0.0.1.my.local-ip.dev +short
127.0.0.1
```