mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-08-07 17:59:30 +01:00
implement 3LD authentification string generator for stats.i2p
This commit is contained in:
parent
3b47f38bb9
commit
166ccc7a36
3 changed files with 148 additions and 2 deletions
13
README.md
13
README.md
|
@ -127,3 +127,16 @@ Print just the b32 address for this key
|
|||
Print all info about the public key
|
||||
|
||||
./keyinfo -v privatekey.dat
|
||||
|
||||
### regaddr_3ld
|
||||
|
||||
Generate authentication string for stats.i2p in 3 steps
|
||||
|
||||
####
|
||||
|
||||
./regaddr_3ld step1 sub_domain.dat sub.domain.i2p > step1.txt
|
||||
./regaddr_3ld step2 step1.txt domain.dat domain.i2p > step2.txt
|
||||
./regaddr_3ld step3 step2.txt sub_domain.dat > step3.txt
|
||||
cat step3.txt
|
||||
|
||||
Send output from step3 to http://stats.i2p/i2p/addkey.html to register subdomain on stats.i2p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue