Wednesday, 26 January 2022
Interesting Snippets from 2022-01-26
-
GitHub - adferrand/dnsrobocert: Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges
Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges
-
GitHub - antoniomika/sish: HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.
-
GitHub - tonarino/innernet: A private network system that uses WireGuard under the hood.
A private network system that uses WireGuard under the hood.
-
Introducing 'innernet' | tonari blog
Nurture and shape your own private networks with simple, free, open-source infrastructure
-
GitHub - magic-wormhole/magic-wormhole: get things from one computer to another, safely
This package provides a library and a command-line tool named wormhole, which makes it possible to get arbitrary-sized files and directories (or short pieces of text) from one computer to another. The two endpoints are identified by using identical "wormhole codes": in general, the sending machine generates and displays the code, which must then be typed into the receiving machine. The codes are short and human-pronounceable, using a phonetically-distinct wordlist. The receiving side offers tab-completion on the codewords, so usually only a few characters must be typed. Wormhole codes are single-use and do not need to be memorized.
-
GitHub - Jacalz/wormhole-gui: Cross-platform application for easy encrypted sharing of files, folders, and text between devices.
Wormhole-gui is a cross-platform application that lets you easily share files, folders and text between devices. It uses the Go implementation of magic-wormhole, called wormhole-william, and compiles statically into a single binary. Wormhole-gui is also compatible with sending to and receiving from other wormhole clients, such as the cli applications from both wormhole-william and magic-wormhole.
-
GitHub - psanford/wormhole-william: End-to-end encrypted file transfer. A magic wormhole CLI and API in Go (golang).
wormhole-william is a Go (golang) implementation of magic wormhole. It provides secure end-to-end encrypted file transfers between computers. The endpoints are connected using the same "wormhole code". wormhole-william is compatible with the official python magic wormhole cli tool.