Created
February 4, 2026 09:23
-
-
Save ClosedPort22/e7a08147948652105c3dd045a84783d9 to your computer and use it in GitHub Desktop.
nvchecker config file for checking Total Commander updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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