diff --git a/frontend/src/pages/xray/outbounds/OutboundFormModal.tsx b/frontend/src/pages/xray/outbounds/OutboundFormModal.tsx
index 887f7ce4..314585c4 100644
--- a/frontend/src/pages/xray/outbounds/OutboundFormModal.tsx
+++ b/frontend/src/pages/xray/outbounds/OutboundFormModal.tsx
@@ -575,7 +575,9 @@ export default function OutboundFormModal({
{security === 'reality' && realityAllowed && }
- {((streamAllowed && network) || !streamAllowed) && }
+ {((streamAllowed && network) || !streamAllowed) && (
+
+ )}
}) {
+export default function SockoptForm({
+ form,
+ outboundTags = [],
+}: {
+ form: FormInstance;
+ outboundTags?: string[];
+}) {
const { t } = useTranslation();
return (
@@ -16,6 +22,14 @@ export default function SockoptForm({ form }: { form: FormInstance ({ value: tg, label: tg }));
return (
<>
@@ -34,8 +48,14 @@ export default function SockoptForm({ form }: { form: FormInstance
-
+