File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1748,11 +1748,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
17481748 }
17491749
17501750 if ( isSurgeiOS || isShadowrocket ) {
1751- if ( isSurgeiOS ) {
17521751 MITM = hnBox . length > 0 ? `[MITM]\n${ hn2name } = ${ hnaddMethod } ` + hnBox : ''
1753- } else {
1754- MITM = hnBox . length > 0 ? `[MITM]\nhostname = ${ hnaddMethod } ` + hnBox : ''
1755- }
17561752 fheBox . length > 0 && General . push ( `force-http-engine-hosts = ${ fheaddMethod } ` + fheBox )
17571753 skipBox . length > 0 && General . push ( `skip-proxy = ${ skipaddMethod } ` + skipBox )
17581754 realBox . length > 0 && General . push ( `always-real-ip = ${ realaddMethod } ` + realBox )
Original file line number Diff line number Diff line change @@ -1748,11 +1748,7 @@ if (binaryInfo != null && binaryInfo.length > 0) {
17481748 }
17491749
17501750 if ( isSurgeiOS || isShadowrocket ) {
1751- if ( isSurgeiOS ) {
17521751 MITM = hnBox . length > 0 ? `[MITM]\n${ hn2name } = ${ hnaddMethod } ` + hnBox : ''
1753- } else {
1754- MITM = hnBox . length > 0 ? `[MITM]\nhostname = ${ hnaddMethod } ` + hnBox : ''
1755- }
17561752 fheBox . length > 0 && General . push ( `force-http-engine-hosts = ${ fheaddMethod } ` + fheBox )
17571753 skipBox . length > 0 && General . push ( `skip-proxy = ${ skipaddMethod } ` + skipBox )
17581754 realBox . length > 0 && General . push ( `always-real-ip = ${ realaddMethod } ` + realBox )
You can’t perform that action at this time.
0 commit comments