Enable ipv6 when running tox node
This commit is contained in:
parent
73b2ccbc7d
commit
26216a1c28
|
@ -7595,6 +7595,9 @@ function install_tox_node {
|
|||
exit 7359
|
||||
fi
|
||||
cp $INSTALL_DIR/toxcore/other/bootstrap_daemon/tox-bootstrapd.service /etc/systemd/system/
|
||||
|
||||
enable_ipv6
|
||||
|
||||
systemctl daemon-reload
|
||||
systemctl enable tox-bootstrapd.service
|
||||
systemctl start tox-bootstrapd.service
|
||||
|
|
Loading…
Reference in New Issue