Hello, Am Montag, dem 22.12.2025 um 22:28 +0000 schrieb [email protected]: > Hello GNUnet, > > Wish I was able to find all the dependencies to test the new version. > They're all over the place! Maybe the server can host the files and > instructions? Until testing, OS repositories are stuck with old > versions. >
Can you elaborate what exactly seems to be the problem here? > gnunet-namestore --zone=hostname \ > --add \ > --name=subdomain \ > --type=A \ > --value='2.2.3.4' \ > --expiration=2d > gnunet-namestore --display > gnunet-namestore --zone=hostname \ > --delete \ > --name=subdomain \ > --type=A \ > --value='2.2.3.4' \ > --expiration=2d > gnunet-namestore --display > gnunet-gns --type=ANY --lookup="subdomain.hostname" > I can't delete the records for some reason. gnunet-gns still shows > them. Old version of GNUnet. Any other ideas? > This is expected behaviour: GNS resolves records from the DHT if not already cached. When you locally add records to the namestore, we automatically prime (fill) the cache with the record so that GNS does not unnecessarily hit the DHT for your local records. GNS does NOT do a search in your namestore. In other words: The records will stay availiable until they expire (in your case for 2 days). Best Martin > -- > Sincerely, > [email protected]
