regaddralias

This commit is contained in:
orignal 2020-11-14 21:45:06 -05:00 committed by GitHub
parent bbc15441cd
commit b2ecc3a269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,3 +151,12 @@ Generate authentication string to register a subdomain on stats.i2p in 3 steps
cat step3.txt cat step3.txt
Send output from step3 to http://stats.i2p/i2p/addkey.html 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