[bug] fix udp timeout #56

This commit is contained in:
Alireza Ahmadi
2024-03-04 11:35:23 +01:00
parent de43f9779c
commit 8b0cd4b89d
+1 -1
View File
@@ -138,7 +138,7 @@ export default {
}, },
set(v:boolean) { set(v:boolean) {
this.$props.inbound.udp_fragment = v ? false : undefined this.$props.inbound.udp_fragment = v ? false : undefined
this.$props.inbound.udp_timeout = v ? false : undefined this.$props.inbound.udp_timeout = v ? '5m' : undefined
} }
}, },
optionDetour: { optionDetour: {