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
Fix convert2yaml script to include missed records. (#12713)
* Add record name mappings for IP binding and parent proxy configs
Add support for converting legacy record names to YAML format:
- proxy.local.incoming_ip_to_bind -> proxy.config.incoming_ip_to_bind
- proxy.local.outgoing_ip_to_bind -> proxy.config.outgoing_ip_to_bind
- proxy.local.http.parent_proxy.disable_connect_tunneling -> proxy.config.http.parent_proxy.disable_connect_tunneling
Updated convert2yaml.py and test gold files accordingly.
0 commit comments