Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgragnato/pure
`pure` is a collection of software and tools that I use to manage my network and my storage
https://github.com/tgragnato/pure
ansible-roles golang-tools
Last synced: 2 months ago
JSON representation
`pure` is a collection of software and tools that I use to manage my network and my storage
- Host: GitHub
- URL: https://github.com/tgragnato/pure
- Owner: tgragnato
- License: agpl-3.0
- Created: 2021-10-04T07:26:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T03:58:27.000Z (7 months ago)
- Last Synced: 2024-05-28T06:21:14.481Z (7 months ago)
- Topics: ansible-roles, golang-tools
- Language: Go
- Homepage: https://tgragnato.it/2023/08/20/Topton-n5105.html
- Size: 9.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pure
[![Ansible](https://github.com/tgragnato/pure/actions/workflows/ansible.yml/badge.svg)](https://github.com/tgragnato/pure/actions/workflows/ansible.yml)
[![Go](https://github.com/tgragnato/pure/actions/workflows/go.yml/badge.svg)](https://github.com/tgragnato/pure/actions/workflows/go.yml)`pure` is a collection of software and tools that I use to manage my network and my storage.
Directory tree:
- `pkg/dnshandlers` is meant to be an intercepting DNS caching proxy
- I'm willingly not implementing support for most record types
- `pkg/dohot` is a forwarder for mainly A and AAAA records is loosely inspired by
- [Introducing DNS Resolver for Tor](https://blog.cloudflare.com/welcome-hidden-resolver/)
- [DoHoT: better security, privacy, and integrity via load-balanced DNS over HTTPS over Tor](https://blog.apnic.net/2021/09/28/dohot-better-security-privacy-and-integrity-via-load-balanced-dns-over-https-over-tor/)
- `pkg/shsh` is a http proxy tailor-made to support the "signed hash protocol"
- [https://www.theiphonewiki.com/wiki/SHSH](https://www.theiphonewiki.com/wiki/SHSH)
- it redirects everything else towards HTTPS
- `pkg/sntp` is a sntp v4 server that relays the time of the system on which it is running
- [https://www.rfc-editor.org/rfc/rfc2030](https://www.rfc-editor.org/rfc/rfc2030)
- the rest of the project is just basic ansible