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
mieru apply config config.json common.UnmarshalJSON() failed: proto: (line 2:3): unknown field "portBindings"
mieru version: 3.8.0 system version: debian 10 on x86_64
==== config.json =====
{ "portBindings": [ { "portRange": "7001-7999", "protocol": "TCP" } ], "users": [ { "name": "user01", "password": "88889999" } ], "loggingLevel": "INFO", "mtu": 1400 }
The text was updated successfully, but these errors were encountered:
@humbass The config.json you provided is server configuration, not client configuration. Please use mita apply config config.json command.
mita apply config config.json
Sorry, something went wrong.
No branches or pull requests
mieru apply config config.json
common.UnmarshalJSON() failed: proto: (line 2:3): unknown field "portBindings"
mieru version: 3.8.0
system version: debian 10 on x86_64
==== config.json =====
The text was updated successfully, but these errors were encountered: