DnsTube Changelog

What's new in DnsTube 2.5.0

Mar 27, 2024
  • Resolves issue #63 (DnsTube is not able to get the current IPv6)

New in DnsTube 2.4.0 (Nov 10, 2023)

  • What's Changed:
  • Added support for VPN split tunneling.
  • An option to select the network adapter to use for public IP address resolution and DNS updates has been added to the Settings page. Most people will want to leave this at (Default), but if you are using VPN split tunneling and want to use a different adapter than your VPN for IP address updates, this lets you choose the adapter to use.

New in DnsTube 2.4.0 Beta 2 (Oct 23, 2023)

  • What's Changed:
  • Don't filter network adapter list

New in DnsTube 2.4.0 Beta (Oct 22, 2023)

  • An option to select the network adapter to use for public IP address resolution and DNS updates has been added to the Settings page. Most people will want to leave this at (Default), but if you are using VPN split tunneling and want to use a different adapter than your VPN for IP address updates, this lets you choose the adapter to use.

New in DnsTube 2.3.0 (Sep 17, 2023)

  • Added support for TLS 1.3.
  • Added more detailed error logging.
  • Updated NPM/Nuget packages.

New in DnsTube 2.2.0 (May 7, 2023)

  • Enable WAL mode for SqlLite to prevent "Database is locked" errors
  • Updated NPM packages

New in DnsTube 2.1.0 (Apr 2, 2023)

  • Detect network change (e.g., going on/off VPN) and update DNS.

New in DnsTube 2.0.1 (Jan 21, 2023)

  • Fix for better compatibility by @quack79 in #50
  • Log manual updates
  • Package updates
  • Additional help text

New in DnsTube 2.0.0 (Jan 11, 2023)

  • Added check for .NET 7 on install

New in DnsTube 2.0.0 Beta 4 (Dec 27, 2022)

  • UI refresh
  • bug fixes

New in DnsTube 2.0.0 Beta 3 (Nov 28, 2022)

  • catch TaskCanceledException that was crashing the process when doing manual refresh

New in DnsTube 2.0.0 Beta 2 (Nov 22, 2022)

  • Added manual DNS update
  • Added manual DNS entry list update
  • Fixed bug in saving Settings where selected domains would be cleared

New in DnsTube 2.0.0 Alpha 1 (Nov 15, 2022)

  • This is a complete re-write of DnsTube as a Windows service with a web interface. This enables it to run without requiring login.
  • Installation requires Administrator privileges. See the README.md for full installation instructions.
  • Note: You will need to re-enter your settings. You can copy your Cloudflare API authentication info from the Settings dialog of the desktop version of DnsTube if you are currently using it. If you don't have a Cloudflare API token yet, instructions to generate one are here: Create API token ยท Cloudflare Fundamentals docs
  • This version is based on the recently released .NET 7 framework. You may need to download and install this before the application will run.
  • Once installed, the application UI is available at http://localhost:5666/.

New in DnsTube 0.9.10 (Oct 9, 2022)

  • use regex to parse IPv4 response

New in DnsTube 0.9.9 (Sep 5, 2022)

  • Update DNS on load
  • GUI performance improvements

New in DnsTube 0.9.8 (Aug 21, 2022)

  • Change to 24H time format
  • Fix typo

New in DnsTube 0.9.7 (Apr 18, 2022)

  • Fix IP address replacement in TXT/SPF records

New in DnsTube 0.9.6 (Apr 18, 2022)

  • Fix IP6 bug in TXT/SPF records

New in DnsTube 0.9.4 (Jan 3, 2022)

  • Fix config file location in portable versions.