Here are 1,582 public repositories matching this topic...
-
Updated
Jun 3, 2021 - Ruby
-
Updated
Jun 27, 2021 - Shell
-
Updated
Jun 28, 2021 - Ruby
-
Updated
Jun 10, 2021 - Java
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 14, 2021 - JavaScript
Description
It would be useful to have a middleware that is dedicated to the MailEclipse editor, instead of defining it in the controllers constructor. Currently if it is updated, you have to make sure it is updated in both controllers and also any future controllers.
It might not be clear to an end user where the actual auth logic is coming in.
Describe the solution you'd like
It w
-
Updated
Jun 3, 2017 - Swift
-
Updated
Jun 23, 2021 - Rust
-
Updated
Dec 17, 2020 - JavaScript
Fix homebrew tap
Homebrew tap is way out of date, goreleaser should be able to generate a new one. Not sure if it will help with launching Inbucket at boot.
-
Updated
Feb 16, 2021 - Scala
-
Updated
Jun 15, 2021 - PHP
-
Updated
Apr 5, 2019 - JavaScript
-
Updated
Jun 15, 2021 - Go
Improve this page
Add a description, image, and links to the mail topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mail topic, visit your repo's landing page and select "manage topics."
The problem is obtaining system DNS configuration for use in resolver code. The relevant function is
NewExtResolverin framework/dns/dnssec.go.According to https://stackoverflow.com/a/13417318 comments it can be read from registry (DhcpNameServer or NameServer for each interface). Need to figure out which value should be preferred if there are multiple interfaces (or just use them all?).