Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Disallowing udp as a lb protocol #871

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/views/network/LoadBalancing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<a-select v-model="newRule.protocol" style="min-width: 100px">
<a-select-option value="tcp-proxy">{{ $t('label.tcp.proxy') }}</a-select-option>
<a-select-option value="tcp">{{ $t('label.tcp') }}</a-select-option>
<a-select-option value="udp">{{ $t('label.udp') }}</a-select-option>
</a-select>
</div>
<div class="form__item">
Expand Down