5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-19 14:59:35 +00:00

sendGraph.py introduction comment

This commit is contained in:
Michał Zieliński 2015-11-21 14:29:42 +01:00
parent 63bc477ce6
commit 67e144cd87

View File

@ -1,9 +1,11 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Based on Kubuxu sendGraph script. Requires Python 3, requests and cjdns.
# You can install them using pip: pip3 install cjdns requests
############################################################################### ###############################################################################
# CONFIG # CONFIG
# URL where data is sent # URL where data is sent
# www.fc00.org for clearnet access # www.fc00.org for clearnet access
# h.fc00.org for hyperboria # h.fc00.org for hyperboria
# [fc53:dcc5:e89d:9082:4097:6622:5e82:c654] for DNS-less access # [fc53:dcc5:e89d:9082:4097:6622:5e82:c654] for DNS-less access
url = 'http://www.fc00.org/sendGraph' url = 'http://www.fc00.org/sendGraph'