[mdns] add support for custom addresses to the mdns library

Bug: http://fxb/DX-1453
Change-Id: I8f176519b93833758e299b6faa4e9498c5a1ef66
2 files changed
tree: ff325903cd4f68b27cd065ed775898cd9cbe842a
  1. artifacts/
  2. bloaty/
  3. botanist/
  4. breakpad/
  5. build/
  6. buildbucket/
  7. cache/
  8. cmd/
  9. color/
  10. command/
  11. digest/
  12. elflib/
  13. fastboot/
  14. gcs/
  15. gndoc/
  16. isatty/
  17. logger/
  18. mdns/
  19. memory/
  20. netboot/
  21. netutil/
  22. ninjalog/
  23. qemu/
  24. resultstore/
  25. retry/
  26. runner/
  27. runtests/
  28. secrets/
  29. serial/
  30. sshutil/
  31. symbolize/
  32. tap/
  33. tarutil/
  34. telnet/
  35. testrunner/
  36. testsharder/
  37. tftp/
  38. .gitignore
  39. go.mod
  40. go.sum
  41. LICENSE
  42. manifest
  43. PATENTS
  44. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"