Skip to content

Commit

Permalink
[bug] fix udp timeout #56
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Mar 4, 2024
1 parent de43f97 commit 8b0cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Listen.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default {
},
set(v:boolean) {
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: {
Expand Down

0 comments on commit 8b0cd4b

Please sign in to comment.