-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Please, go easy on me. I'm a complete novice to Github.
I compiled toxcore with --enable-daemon
flag as specified in the guide, then copied and edited tox-bootstrapd.conf
. The only changes I made in the file were set enable_ipv6
to true
and specify valid nodes at the bottom. I checked everything to be working both through the systemd unit with the status
command and with netstat. The latter shows that only tcp6 and udp6 ports are used.
netstat -luptn | egrep "tox"
tcp6 0 0 :::33445 :::* LISTEN 2145/tox-bootstrapd
tcp6 0 0 :::3389 :::* LISTEN 2145/tox-bootstrapd
udp6 2304 0 :::33445 :::* 2145/tox-bootstrapd
What am I doing wrong?