docs(maintenance): update document

This commit is contained in:
Quentin McGaw
2022-06-06 02:58:58 +00:00
parent b71c8e58f4
commit 85e9d7d522

View File

@@ -1,16 +1,14 @@
# Maintenance # Maintenance
- Rename `UNBLOCK` to `DOT_UNBOUND_UNBLOCK` - Rename `UNBLOCK` to `DOT_UNBOUND_UNBLOCK`
- Move constants.*RegionChoices to a validation package - Change `Run` methods to `Start`+`Stop`, returning channels rather than injecting them
- Common filtering functions
- Refactor providers code to have one directory per VPN provider
- Use DNS v2 beta - Use DNS v2 beta
- Go 1.18 - Go 1.18
- gofumpt - gofumpt
- Use netip - Use netip
- Split servers.json and compress it, use Git LFS - Split servers.json
- DNS block lists as LFS and built in image - DNS block lists as LFS and built in image
- Finish HTTP server v1 or v2 - Add HTTP server v3 as json rpc
- Use `github.com/qdm12/ddns-updater/pkg/publicip` - Use `github.com/qdm12/ddns-updater/pkg/publicip`
- Windows and Darwin development support - Windows and Darwin development support