We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
followed #298 but not working.
mtg version v2.1.7
this is my config:
secret = "7v...." bind-to = ":58964"
I got this
# mtg run /etc/mtg.toml mtg: error: cannot init config: cannot parse config: cannot parse a config: empty host: :58964
and trying to listen on IPv6 only:
config:
secret = "7v..." bind-to = "[::]:58964"
*it just runs, no output
and it does listening on IPv6
# netstat -tunlp | grep mtg tcp6 0 0 :::58964 :::* LISTEN 102755/mtg
and don't know why I cannot connect it through IPv6 but IPv4 works
The text was updated successfully, but these errors were encountered:
No branches or pull requests
followed #298 but not working.
mtg version v2.1.7
this is my config:
I got this
and trying to listen on IPv6 only:
config:
*it just runs, no output
and it does listening on IPv6
and don't know why I cannot connect it through IPv6 but IPv4 works
The text was updated successfully, but these errors were encountered: