AdGuardHome/dnsforward
Eugene Bujak cbe83e2053 Merge pull request #126 in DNS/adguard-dns from feature/423 to master
* commit 'b0c4d88d5454f8dd5a92a73615cce3a31450f56b': (45 commits)
  Indicate that DHCP is experimental
  Update dnsproxy and dnscrypt, and run go mod tidy.
  Fix race conditions found by -race
  move log wrapper library outside into hmage/golibs/log
  Added check for active DHCP before enable
  Use new log wrapper and add more functions to it.
  Implement a log wrapper
  /dhcp/status -- give out hostname for UI
  dhcpd -- Remember hostname, for UI.
  Update comment why filter_conn.go is needed.
  Fixup of previous commit.
  /dhcp/find_active_dhcp -- use interface name from request body
  Don't try to start DHCP server if it's not enabled.
  Get rid of logrus, it's TTY output is not friendly or human parseable if we will want users to send us logs.
  Flag parser -- support options without values, move code for help and verbose into table.
  verbose output parameter
  Pretty-format leases so it shows human readable MAC address.
  Start DHCP on launch if it's enabled in config.
  Update makefile to detect changes in dhcpd/*.go
  DHCPD — don't forget to make Lease fields public.
  ...
2018-12-29 20:07:14 +03:00
..
dnsforward.go move log wrapper library outside into hmage/golibs/log 2018-12-29 19:12:45 +03:00
dnsforward_test.go Fixing review comments 2018-12-24 18:47:33 +03:00
querylog.go move log wrapper library outside into hmage/golibs/log 2018-12-29 19:12:45 +03:00
querylog_file.go move log wrapper library outside into hmage/golibs/log 2018-12-29 19:12:45 +03:00
querylog_top.go Merge pull request #126 in DNS/adguard-dns from feature/423 to master 2018-12-29 20:07:14 +03:00
stats.go Fix race conditions found by -race 2018-12-29 19:13:00 +03:00