mirror of
https://github.com/cwinfo/yggdrasil-map
synced 2024-11-22 12:50:27 +00:00
sendGraph.py introduction comment
This commit is contained in:
parent
63bc477ce6
commit
67e144cd87
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user