浏览代码

Enable ipv6 when running tox node

Bob Mottram 10 年前
父节点
当前提交
26216a1c28
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 查看文件

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