You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single binary local DNS server that launch commands if you ask for specific URL
5
+
*hostname as an interface*
6
+
Single binary local DNS server that launch commands if you ask for specific hostname
7
7
8
8
## Why?
9
9
10
-
I have a lot of projects. Switching between them is a pain: some of them use docker, some are started from systemd, some just from cli with arbitrary params. A lot to deal with
11
-
So I wanted to open `http://project1.local` in browser and project1 will be up automagically: no need to run something.
10
+
I have a lot of projects. Switching between them is a pain: some of them use docker, some are started from systemd, some just from cli with arbitrary params. Also you need to memoize that 192.168.1.1:9200 is elasticsearch in one project, and 67.122.34.55:5423 is a postgres on another. And you need to find that dreaded command that creates proxy between your production pod to your local machine.
11
+
A lot to deal with.
12
+
13
+
So I wanted to open http://project1 in browser and project1 will be up automagically: no need to run something. And then when I need to connect to database I could just use http://db.project1 as connection string and all ssh/kubernetes port forwarding would be hidden from me.
0 commit comments