Add UDP proxy support
This commit is contained in:
@ -55,7 +55,14 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><input class="input is-link is-small" type="text" form="add-noodle" name="name" placeholder="Name" autocomplete="off" required/></td>
|
||||
<td>TCP</td>
|
||||
<td>
|
||||
<div class="select is-small is-link">
|
||||
<select form="add-noodle" name="proto" autocomplete="off" required>
|
||||
<option value="TCP">TCP</option>
|
||||
<option value="UDP">UDP</option>
|
||||
</select>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<input class="input is-link is-small" type="text" form="add-noodle" name="src" list="allow-from-options" placeholder="All or source IP" value="All" autocomplete="off" required/>
|
||||
<datalist id="allow-from-options">
|
||||
|
||||
Reference in New Issue
Block a user