Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of domain names in listen address of server config file #58

Open
idest opened this issue Jan 22, 2024 · 0 comments
Open

Use of domain names in listen address of server config file #58

idest opened this issue Jan 22, 2024 · 0 comments

Comments

@idest
Copy link

idest commented Jan 22, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant