Skip to content

Instantly share code, notes, and snippets.

@ClosedPort22
Created February 4, 2026 09:23
Show Gist options
  • Select an option

  • Save ClosedPort22/e7a08147948652105c3dd045a84783d9 to your computer and use it in GitHub Desktop.

Select an option

Save ClosedPort22/e7a08147948652105c3dd045a84783d9 to your computer and use it in GitHub Desktop.
nvchecker config file for checking Total Commander updates
[total-commander]
# Total Commander publishes version info via DNS
# https://ghisler.ch/board/viewtopic.php?p=439323#p439323
source = "jq"
url = "https://dns.google/resolve?name=releaseversion.ghisler.com&type=A"
# 10.11.56.0 (private) -> 11.56
filter = '.Answer[0].data | match("10\\.(\\d+\\.\\d+)\\.0").captures[0].string'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment