Re: Git over GNUnet

2024-12-06 Thread Amélia Coutard-Sander
Hello, Thank you for your very useful replies (and apologies for the delay in mine, I had a bit of trouble understanding how exactly GNUnet VPN is used). To give a bit of an update, I got it running via GNUnet VPN. It is, in my experience, sometimes slower, but more reliable (no more delays n

Re: Git over GNUnet

2024-11-28 Thread Martin Schanzenbach via Mailinglist for GNUnet developers
Correction: The GNS resolver no longer synthesizes VPN records to IP addresses. You need to resolve the IP (A record) through the dns2gns DNS server or use gnunet-vpn and the information from the VPN record to do that. BR On Thu, 2024-11-28 at 12:39 +0100, Martin Schanzenbach wrote: > Actually,

Re: Git over GNUnet

2024-11-28 Thread Martin Schanzenbach via Mailinglist for GNUnet developers
Actually, there is a way you can simplify this feature: There is record type called "VPN". Its string format is: " " The protocol is whatever protocol you want to use (e.g. git, http etc). The service string is some service descriptor you can also choose. Then you can setup a VPN service local

Re: Git over GNUnet

2024-11-28 Thread Martin Schanzenbach via Mailinglist for GNUnet developers
Hello, thanks for tinkering with the GNS+Cadet stacks :) Here is what I got from my peer: " GIT_EXEC_PATH=$GIT_EXEC_PATH:$HOME/dev/git-remote-gnunet git clone gnunet://git.serv.amelia.gnunet.gns.alt/git-over-gnunet Cloning into 'git-over-gnunet'... Looking up git.serv.amelia.gnunet.gns.alt. Atte