## Steps to reproduce In YtFlowApp: 1. Create a proxy in Assets with `HTTP` or `VMess` protocol 2. Enable `UDP Supported` 3. Connect to a profile with `dyn-outbound` 4. Select the new proxy ## Actual Behavior Crashed. ## Info https://github.com/YtFlow/YtFlowCore/blob/8309837e185db192b83168495cd8b9fe1e3998f6/ytflow/src/config/loader/proxy.rs#L162 The `unwrap()` throws because the UDP ap does not exist while the app util [thinks otherwise](https://github.com/YtFlow/YtFlowCore/blob/8309837e185db192b83168495cd8b9fe1e3998f6/ytflow-app-util/src/proxy/protocol.rs#L39).