You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-monero-node/dockerfiles/conf/post.sh

7 lines
165 B
Bash

#!/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}