浏览代码

Tox repos

Bob Mottram 7 年前
父节点
当前提交
d18a650483
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 7
    7
      src/freedombone-image-customise
  2. 1
    1
      src/freedombone-mesh

+ 7
- 7
src/freedombone-image-customise 查看文件

550
 WIFI_SSID='mesh'
550
 WIFI_SSID='mesh'
551
 
551
 
552
 # To avoid confusions these are obtained from the main project file
552
 # To avoid confusions these are obtained from the main project file
553
-TOXID_REPO=
554
-TOX_PORT=
555
-TOXCORE_REPO=
556
-TOXIC_REPO=
557
-TOXCORE_COMMIT=
558
-TOXIC_COMMIT=
553
+#TOXID_REPO=
554
+#TOX_PORT=
555
+#TOXCORE_REPO=
556
+#TOXIC_REPO=
557
+#TOXCORE_COMMIT=
558
+#TOXIC_COMMIT=
559
 # These are some default nodes, but you can replace them with trusted nodes
559
 # These are some default nodes, but you can replace them with trusted nodes
560
 # as you prefer. See https://wiki.tox.im/Nodes
560
 # as you prefer. See https://wiki.tox.im/Nodes
561
-TOX_NODES=
561
+#TOX_NODES=
562
 #TOX_NODES=(
562
 #TOX_NODES=(
563
 #  '192.254.75.102,2607:5600:284::2,33445,951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F,Tox RELENG,US'
563
 #  '192.254.75.102,2607:5600:284::2,33445,951C88B7E75C867418ACDB5D273821372BB5BD652740BCDF623A4FA293E75D2F,Tox RELENG,US'
564
 #  '144.76.60.215,2a01:4f8:191:64d6::1,33445,04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F,sonOfRa,DE'
564
 #  '144.76.60.215,2a01:4f8:191:64d6::1,33445,04119E835DF3E78BACF0F84235B300546AF8B936F035185E2A8E9E0A67C8924F,sonOfRa,DE'

+ 1
- 1
src/freedombone-mesh 查看文件

42
 PEERS_FILE=/tmp/meshpeers.txt
42
 PEERS_FILE=/tmp/meshpeers.txt
43
 
43
 
44
 TOX_PORT=33445
44
 TOX_PORT=33445
45
-TOXCORE_REPO='git://github.com/irungentoo/toxcore.git'
45
+TOXCORE_REPO='https://github.com/irungentoo/toxcore'
46
 TOXCORE_COMMIT=
46
 TOXCORE_COMMIT=
47
 # obtain tox values from main install
47
 # obtain tox values from main install
48
 if grep -q "TOX_PORT=" $CONFIG_FILE; then
48
 if grep -q "TOX_PORT=" $CONFIG_FILE; then