Mikael Peigney

Results 22 comments of Mikael Peigney

Hi! I'm no expert in Laravel, but I'm not certain using a database cache is better. DNS queries are fast, and should already be cached by your OS and/or ISP....

Sorry for the (very) late reply. My understanding is that the problem is somewhere else? Indeed, we always specify the `int $type` parameter, and never use `DNS_ANY`? Can you tell...

Hi, Quick and dirty solution: create a class implementing DNSRecordGetterInterface, or extend DNSRecordGetter to override a domain: ```php

Fixed in d7d979a9f228a21fffa8cd8bdbbf4f6ea35b2e0d

Hi, This is on the list of things I want to do once v1 is out ( #6 ). What I was thinking was to keep the `isIpAllowed` as it...

Problem I see with the full list of allowed IP addresses is that we stop processing as soon as a mechanism matches... I think if you want to get the...

Version 2 was just released and now allows you to get a `Result` object with details on how the result was obtained. Is this enough for your first point?

Hi, Here's a working configuration: ```yaml log_level: INFO mqtt_host: 127.0.0.1 mqtt_user: mqttf mqtt_pass: mqtt port: 8888 app: - username: [email protected] password: password code: fglair-eu ``` `code` values are presented in...

Whoops, sorry, I didn't proofread myself earlier. I've edited my comment, there were two extra dashes