heximcz / kresd-stats-zabbix

Knot resolver - statistics for ZABBIX
Other
1 stars 0 forks source link

http support #1

Closed waclaw66 closed 4 years ago

waclaw66 commented 4 years ago

Hi! Support for optional http protocol would be nice. There is https harcoded.

Thanks!

heximcz commented 4 years ago

Hi, check last commit please. Let me know.

waclaw66 commented 4 years ago
In PrepareJsonDataCommand.php line 88:
  Value: http is not equal to http or https

There should be && instead || ;)

heximcz commented 4 years ago

ouu :-) You are right.

waclaw66 commented 4 years ago

Now it works. Thanks!