fix hysteria2 masquerade options
This commit is contained in:
@@ -77,12 +77,12 @@
|
||||
</v-text-field>
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" md="4">
|
||||
<v-text-field
|
||||
<v-switch
|
||||
label="Rewrite Host"
|
||||
placeholder="example.com"
|
||||
v-model="data.masquerade.rewrite_host"
|
||||
color="primary"
|
||||
hide-details>
|
||||
</v-text-field>
|
||||
</v-switch>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<template v-if="masqueradeType == 'string'">
|
||||
|
||||
@@ -169,7 +169,7 @@ export interface Hysteria2 extends InboundBasics {
|
||||
type: string
|
||||
directory?: string
|
||||
url?: string
|
||||
rewrite_host?: string
|
||||
rewrite_host?: boolean
|
||||
status_code?: number
|
||||
headers?: Headers[]
|
||||
content?: string
|
||||
|
||||
Reference in New Issue
Block a user