mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 21:37:18 +01:00
regaddralias
This commit is contained in:
parent
bbc15441cd
commit
b2ecc3a269
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue