From b2ecc3a2698bf0b97cba593d103cb14ab9a07a7b Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 14 Nov 2020 21:45:06 -0500 Subject: [PATCH] regaddralias --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1b25ad0..84348a9 100644 --- a/README.md +++ b/README.md @@ -151,3 +151,12 @@ Generate authentication string to register a subdomain on stats.i2p in 3 steps cat step3.txt Send output from step3 to http://stats.i2p/i2p/addkey.html + +### regaddralias + +Generate authentication string to register an alias address for existing domain on stats.i2p + + ./regaddralias domain-oldkeys.dat domain-newkeys.i2p domain > auth_string.txt + cat auth_string.txt + +Send output of auth_string to http://stats.i2p/i2p/addkey.html