Tox repos

This commit is contained in:
Bob Mottram 2017-06-17 15:58:45 +01:00
parent 163e2188c7
commit d18a650483
2 changed files with 8 additions and 8 deletions

View File

@ -550,15 +550,15 @@ BATMAN_CELLID='02:BA:00:00:03:01'
WIFI_SSID='mesh' WIFI_SSID='mesh'
# To avoid confusions these are obtained from the main project file # To avoid confusions these are obtained from the main project file
TOXID_REPO= #TOXID_REPO=
TOX_PORT= #TOX_PORT=
TOXCORE_REPO= #TOXCORE_REPO=
TOXIC_REPO= #TOXIC_REPO=
TOXCORE_COMMIT= #TOXCORE_COMMIT=
TOXIC_COMMIT= #TOXIC_COMMIT=
# These are some default nodes, but you can replace them with trusted nodes # These are some default nodes, but you can replace them with trusted nodes
# as you prefer. See https://wiki.tox.im/Nodes # as you prefer. See https://wiki.tox.im/Nodes
TOX_NODES= #TOX_NODES=
#TOX_NODES=( #TOX_NODES=(
# '192.254.75.102,2607:5600:284::2,33445,951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F,Tox RELENG,US' # '192.254.75.102,2607:5600:284::2,33445,951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F,Tox RELENG,US'
# '144.76.60.215,2a01:4f8:191:64d6::1,33445,04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F,sonOfRa,DE' # '144.76.60.215,2a01:4f8:191:64d6::1,33445,04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F,sonOfRa,DE'

View File

@ -42,7 +42,7 @@ DHTNODES=/usr/share/toxic/DHTnodes
PEERS_FILE=/tmp/meshpeers.txt PEERS_FILE=/tmp/meshpeers.txt
TOX_PORT=33445 TOX_PORT=33445
TOXCORE_REPO='git://github.com/irungentoo/toxcore.git' TOXCORE_REPO='https://github.com/irungentoo/toxcore'
TOXCORE_COMMIT= TOXCORE_COMMIT=
# obtain tox values from main install # obtain tox values from main install
if grep -q "TOX_PORT=" $CONFIG_FILE; then if grep -q "TOX_PORT=" $CONFIG_FILE; then