add shell script and make cmd for posting onion address to monero.fail
parent
096d969577
commit
c550bdee04
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ONION_ADDR=$(cat /var/lib/tor/monero/hostname)
|
||||||
|
ONION_URL="http://${ONION_ADDR}:18081"
|
||||||
|
|
||||||
|
curl -q -X POST https://monero.fail/add -d node_url=${ONION_URL}
|
Loading…
Reference in New Issue