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? 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
Hi,
When trying to use host key as in your demo config I get the Unknown key "host" in the config file? error.
My config is as below, am I doing anything wrong? the net key to apply to the subnet seems to work fine.
[[host]] # quick way to generate a static record for a static IP "x.x.x.x" = "gw4.exapmle" "x:x:x:x" = "gw6.example.com"
The text was updated successfully, but these errors were encountered:
Please use [host] here. Note there is only one pair of square brackets.
[host]
In TOML, [[key]] defines an array. See: https://toml.io/en/v1.0.0#array-of-tables
[[key]]
Sorry, something went wrong.
Even with one set of square brackets it still generates the same error though?
I still think this is an config file grammar issue. Is it possible that you post your whole configuration file here?
No branches or pull requests
Hi,
When trying to use host key as in your demo config I get the Unknown key "host" in the config file? error.
My config is as below, am I doing anything wrong? the net key to apply to the subnet seems to work fine.
The text was updated successfully, but these errors were encountered: