|
@@ -1982,6 +1982,12 @@ export default function InboundFormModal({
|
|
|
>
|
|
>
|
|
|
<Input />
|
|
<Input />
|
|
|
</Form.Item>
|
|
</Form.Item>
|
|
|
|
|
+ <Form.Item
|
|
|
|
|
+ name={['streamSettings', 'xhttpSettings', 'headers']}
|
|
|
|
|
+ label={t('pages.inbounds.form.headers')}
|
|
|
|
|
+ >
|
|
|
|
|
+ <HeaderMapEditor mode="v1" />
|
|
|
|
|
+ </Form.Item>
|
|
|
<Form.Item
|
|
<Form.Item
|
|
|
name={['streamSettings', 'xhttpSettings', 'uplinkHTTPMethod']}
|
|
name={['streamSettings', 'xhttpSettings', 'uplinkHTTPMethod']}
|
|
|
label={t('pages.inbounds.form.uplinkHttpMethod')}
|
|
label={t('pages.inbounds.form.uplinkHttpMethod')}
|