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: validate DNS override on save and free version string
- Add MihomoValidateDns to the bridge (yaml.Unmarshal syntax check),
exposed as MihomoCore.validateDns; the DNS editor now rejects malformed
input with an error dialog instead of failing at reconnect.
- Free the Go-allocated string in the nativeVersion JNI wrapper, which
previously leaked on every call.
Both touch mihomo_jni.cpp, so they share one commit.
0 commit comments