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.
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?
--
Sincerely,
[email protected]