diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/form/outbound.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/html/form/outbound.html b/web/html/form/outbound.html index fe76b518..f4cb6467 100644 --- a/web/html/form/outbound.html +++ b/web/html/form/outbound.html @@ -51,6 +51,17 @@ <a-form-item label="Redirect"> <a-input v-model="outbound.settings.redirect"></a-input> </a-form-item> + <a-form-item label="IPs Blocked"> + <a-select + mode="tags" + v-model="outbound.settings.ipsBlocked" + :style="{ width: '100%' }" + :dropdown-class-name="themeSwitcher.currentTheme" + :token-separators="[',']" + placeholder="IP/CIDR/geoip:*/ext:*" + > + </a-select> + </a-form-item> <a-form-item label="Fragment"> <a-switch :checked="Object.keys(outbound.settings.fragment).length >0" |
