We now support importing TOML, YAML, and JSON configurations.
Configuration file extension changed from .ini to .conf.
The Custom Options tab has been replaced with the Metadata tab.
Added TLS (WIP) and Pprof config for admin server.
Added endpoint parameter config for OIDC (missing GUI, WIP).
Added request header config for HTTP proxy and plugin (missing GUI, WIP).
The clipboard import feature in proxy table only supports text in INI or TOML format.
Please note that we still use the INI format to save the configuration. We will add a new TOML format and make both formats switchable in a single configuration.
This PR introduces the following notable changes:
.ini
to.conf
.Please note that we still use the INI format to save the configuration. We will add a new TOML format and make both formats switchable in a single configuration.
Close #107.