DnsTube

Access your computer from anywhere. DnsTube is a Windows .NET dynamic DNS client for Cloudflare.

MIT License

Stars
254

Bot releases are hidden (Show)

DnsTube - DnsTube v2.8.0-beta Latest Release

Published by drittich 3 months ago

What's Changed

  • Targets .NET 8 for improved performance and reduced package size

This release uses a newer version of the .NET framework. You may need to download and install it from https://dotnet.microsoft.com/en-us/download

DnsTube - DnsTube v2.7.0

Published by drittich 3 months ago

What's Changed

  • Manual update now forces Cloudflare update.

This handles the case where you have externally modified your Cloudflare DNS IP and wish to force an update from DnsTube. Resolves issue #70.

DnsTube - DnsTube v2.7.0-beta

Published by drittich 3 months ago

What's Changed

  • Manual update now forces Cloudflare update.

This handles the case where you have externally modified your Cloudflare DNS IP and wish to force an update from DnsTube. Resolves issue #70.

DnsTube - DnsTube v2.6.0

Published by drittich 4 months ago

What's Changed

Resolves issue #63 (DnsTube is not able to get the current IPv6)

Contributors: Thanks to @fbordignon for the fix!

DnsTube - DnsTube v2.6.0-beta

Published by drittich 5 months ago

What's Changed

Resolves issue #63 (DnsTube is not able to get the current IPv6)

Contributors: Thanks to @fbordignon for the fix!

DnsTube - DnsTube v2.5.0

Published by drittich 7 months ago

What's Changed

Resolves issue #63 (DnsTube is not able to get the current IPv6)

Contributors: Thanks to @fbordignon for the fix!

DnsTube - DnsTube v2.4.0

Published by drittich 12 months ago

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.

DnsTube - DnsTube v2.4.0-beta2

Published by drittich 12 months ago

What's Changed

  • Don't filter network adapter list
DnsTube - DnsTube v2.4.0-beta

Published by drittich 12 months ago

What's Changed

A beta release supporting 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.

DnsTube - DnsTube v2.3.0

Published by drittich about 1 year ago

What's Changed

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

Published by drittich over 1 year ago

What's Changed

  • Enable WAL mode for SqlLite to prevent "Database is locked" errors
  • Updated NPM packages
DnsTube - DnsTube v2.1.0

Published by drittich over 1 year ago

What's Changed

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

Published by drittich over 1 year ago

What's Changed

New Contributors

DnsTube - DnsTube v2.0.0

Published by drittich almost 2 years ago

  • leaving beta
  • added check for .NET 7 on install
DnsTube - DnsTube v2.0.0-beta4

Published by drittich almost 2 years ago

  • UI refresh
  • bug fixes

See the README for installation/update instructions.

DnsTube - DnsTube v2.0.0-beta3

Published by drittich almost 2 years ago

  • catch TaskCanceledException that was crashing the process when doing manual refresh
DnsTube - DnsTube v2.0.0-beta2

Published by drittich almost 2 years ago

Changes:

  • Added manual DNS update
  • Added manual DNS entry list update
  • Fixed bug in saving Settings where selected domains would be cleared
DnsTube - DnsTube v2.0.0-beta

Published by drittich almost 2 years ago

This is a complete rewrite of DnsTube as a Windows service and is a replacement for the DnsTube v9.x desktop version.. Because it's a service it will 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/.

Settings UI:

DnsTube - DnsTube v2.0.0-alpha1

Published by drittich almost 2 years ago

This is a pre-release alpha version. The main dynamic DNS functionality should be working but there are still some rough edges.

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/.

Settings UI:

DnsTube - DnsTube v0.9.10

Published by drittich about 2 years ago

use regex to parse IPv4 response

Related Projects