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
Is your feature request related to a problem? Please describe.
In stead of always using localhost or changing /etc/host we can use dnsmasq to handle the dns request between docker and the local machine this allows the developer to use eg: wordpress.test as host.
if this is implemented the next step can be the implementation of ssl certificates this is now possible with some ssl warning with dns masq this can handled.
Describe alternatives you've considered
a post script when a docker container is spin up is an alternative but not a working solution for the ssl.
i have started some development regarding this at the end of the week might have a PR ready for this
The text was updated successfully, but these errors were encountered:
Hi,
thanks for your contribution.
In #201 you advocate a PullRequest template. We have already implemented issue templates in the past, so best to use the flags we already have. I just added that for this issue.
Before we talk more about dnsmasq I first want to discuss the question if ssl termination is inside the scope of a local development environment inside the issue #196.
MrOffline77
changed the title
Implementation DNSMASQ
[FEATURE] Implementation DNSMASQ
May 22, 2022
About which PHP Version we are talking ?
Implementation of DNSMASK
Is your feature request related to a problem? Please describe.
In stead of always using localhost or changing /etc/host we can use dnsmasq to handle the dns request between docker and the local machine this allows the developer to use eg: wordpress.test as host.
if this is implemented the next step can be the implementation of ssl certificates this is now possible with some ssl warning with dns masq this can handled.
Describe alternatives you've considered
a post script when a docker container is spin up is an alternative but not a working solution for the ssl.
i have started some development regarding this at the end of the week might have a PR ready for this
The text was updated successfully, but these errors were encountered: