forgejo/modules/updatechecker
Gusted e68aaa0c16
[PRIVACY] Add a DNS method to fetch new updates
- Use TXT records in order to determine the latest available version.
- This addresses a valid privacy issue, as with HTTP requests the server
can keep track(estimated) of how many instances are using Forgejo, with
DNS that's basically not possible as the server will never receive any
data, as the only ones receiving data are DNS resolvers.
2023-02-11 22:57:55 +01:00
..
update_checker.go [PRIVACY] Add a DNS method to fetch new updates 2023-02-11 22:57:55 +01:00
update_checker_test.go [PRIVACY] Add a DNS method to fetch new updates 2023-02-11 22:57:55 +01:00