You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use a domain name to specify the listen socket address in the config file of the server. For example when using the line listen = "foo:5258" in the file server.toml, rkvm-server exits with the following message:
Error parsing config: invalid socket address syntax for key `listen` at line 1 column 10
Even though foo is a valid socket address defined in the /etc/hosts file.
In contrast the line server = "foo:5258" in the file client.toml works without problems from a client machine with an identical entry for foo in /etc/hosts. Can this be considered a bug or is this intended behavior?
The text was updated successfully, but these errors were encountered:
I can't use a domain name to specify the listen socket address in the config file of the server. For example when using the line
listen = "foo:5258"
in the fileserver.toml
,rkvm-server
exits with the following message:Even though
foo
is a valid socket address defined in the/etc/hosts
file.In contrast the line
server = "foo:5258"
in the fileclient.toml
works without problems from a client machine with an identical entry forfoo
in/etc/hosts
. Can this be considered a bug or is this intended behavior?The text was updated successfully, but these errors were encountered: