Skip to content
Snippets Groups Projects
  1. Jan 07, 2020
    • ale's avatar
      DNS listening address are not necessarily public IPs · 77fb2b0a
      ale authored
      It is best to just make the DNS server listen on all non-loopback IP
      addresses from all interfaces. The loopback exclusion is just to
      integrate nicely with an eventual DNS cache running on the same host.
      77fb2b0a
  2. Dec 27, 2019
  3. Apr 16, 2019
  4. Apr 15, 2019
  5. Apr 14, 2019
  6. Apr 13, 2019
  7. Apr 12, 2019
  8. Apr 11, 2019
  9. Apr 10, 2019
  10. Apr 09, 2019
    • ale's avatar
      Initial refactoring for v2 · 098c74b3
      ale authored
      Includes a merge of radiod and redirectord, updates to more modern Go
      idioms, adoption of the higher level etcd concurrency primitives, and
      a lot of other minor implementation changes.
      
      The refactor is still incomplete: the daemons won't compile and the
      code to start the RPC servers is missing.
      098c74b3
  11. Oct 26, 2018
  12. Nov 30, 2015
  13. Nov 02, 2015
  14. Oct 21, 2015
  15. Oct 17, 2015
    • ale's avatar
      add HTTP debug handlers to radiod · c0ff2ab8
      ale authored
      Enabled by setting the --debug-addr command-line option.
      c0ff2ab8
    • ale's avatar
      allow split networking · ed350cdb
      ale authored
      Split networking is where nodes communicate among themselves on a
      private network (for example when behind a NAT infrastructure). This
      change adds the --internal-ip option to radiod, that advertises a
      separate IP for internal communication.
      ed350cdb
  16. Oct 15, 2015
Loading