瀏覽代碼

Enable ipv6 when running tox node

Bob Mottram 10 年之前
父節點
當前提交
26216a1c28
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 查看文件

@@ -7595,6 +7595,9 @@ function install_tox_node {
7595 7595
       exit 7359
7596 7596
   fi
7597 7597
   cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/
7598
+
7599
+  enable_ipv6
7600
+
7598 7601
   systemctl daemon-reload
7599 7602
   systemctl enable tox-bootstrapd.service
7600 7603
   systemctl start tox-bootstrapd.service