Open kn0wmad opened 2 years ago
Cool - consider using ZeroTierOne for configuring and managing Wireguard.
Wireguard client added to Embassy system services would be great.
This request seems to pertain to making outbound wireguard connections to expose a new public IPv4 address (using a VPN provider that offers a static IP?) for incoming connections. In this case, the data is encrypted to the VPN provider, but clients accessing services remotely use many https connections instead of wireguard to encrypt data.
It would also be very beneficial to expose a wireguard service to allow for remote client connections to make a single wireguard encrypted connection back to the start9 computer, then allow for all services to use just http (like with tor) as if they were using the kiosk mode on localhost. Wireguard setup is a lot easier than doing CA setup on a bunch of different applications on your PC. Also, wireguard authenticates too, so you could probably do away with the need to even log in within the web browser.
This functionality has been scoped out as part of a much larger (less naive) feature-set. Details will come later this year
This functionality has been scoped out as part of a much larger (less naive) feature-set. Details will come later this year
Nice!
Also, I made this post yesterday: https://stacker.news/items/155121 . Considering whether there is any demand for a lightning enabled wireguard tunnel that provides you a dedicated public static IPv4 address. Not sure if there is any overlapping interest?
Also, looking into some more options besides wireguard, would Yggdrasil (https://yggdrasil-network.github.io/) be something you might consider or have already investigated? It requires the service to be installed by all users, but you gain a lot from that nuisance.
Very cool, I'll share your post out with parties that I know are looking for solutions like this.
We definitely have an eye on Yggdrasil, Reticulum, CJDNS, etc. These types of protocols will likely be a part of the next networking paradigm after we have established our protocols for 'clearnet.' We will also have a simple system for fallback/privacy networks (in addition to Tor) available as per-service options, such as i2p.
Here for any Reticulum talk. Ecash related Reticulum nostr note.
"Very basic cashu wallet in Python and Kivy. Just sending and receiving ecash tokens for now. You can receive from different mint, but there's no way to select.
But the point is not to create another cashu wallet, there are many good ones, but to be able to communicate with the mint through Reticulum based mesh network (that's why I needed pure Python, because that's how you send LXMF messages now).
If interested, give it a star and watch how I develop it: https://github.com/jooray/nutband
Pull requests welcome.
Here for any Reticulum talk. Ecash related Reticulum nostr note.
"Very basic cashu wallet in Python and Kivy. Just sending and receiving ecash tokens for now. You can receive from different mint, but there's no way to select.
But the point is not to create another cashu wallet, there are many good ones, but to be able to communicate with the mint through Reticulum based mesh network (that's why I needed pure Python, because that's how you send LXMF messages now).
If interested, give it a star and watch how I develop it: https://github.com/jooray/nutband
Pull requests welcome.
You may like to post this in the dev section of our Community Hub for more exposure.
Prerequisites
Describe the Feature Request
Wireguard config as a feature within the UI. This could be a "VPN" section, containing a UI form to add the pertinent Wireguard peer data
Describe the Use Case
Create IPv4 connections for all services without revealing the IP address of the Embassy's network
Describe Preferred Solution
No response
Describe Alternatives
No response
Anything else?
No response