diff --git a/onionr/communicator.py b/onionr/communicator.py index 5baf140f..a0ec9a0c 100755 --- a/onionr/communicator.py +++ b/onionr/communicator.py @@ -19,7 +19,7 @@ and code to operate as a daemon, getting commands from the command queue databas You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -import sqlite3, requests, hmac, hashlib, time, sys, os, math, logger, urllib.parse, base64, binascii +import sqlite3, requests, hmac, hashlib, time, sys, os, math, logger, urllib.parse, base64, binascii, random import core, onionrutils, onionrcrypto, netcontroller, onionrproofs, btc, config, onionrplugins as plugins class OnionrCommunicate: diff --git a/onionr/static-data/index.html b/onionr/static-data/index.html new file mode 100644 index 00000000..6cd0c558 --- /dev/null +++ b/onionr/static-data/index.html @@ -0,0 +1,5 @@ +

This is an Onionr Node

+ +

The content on this server is not necessarily created or intentionally stored by the owner of the software.

+ +

To learn more about Onionr, see the website at https://Onionr.VoidNet.tech/