mirror of
https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-10 00:52:40 +00:00
Refactored proxy-utils structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { isIPv4, isIPv6 } from '../../utils';
|
||||
import { FULL } from '../../utils/logical';
|
||||
import { getFlag } from '../../utils/geo';
|
||||
import { isIPv4, isIPv6 } from '../../../utils';
|
||||
import { FULL } from '../../../utils/logical';
|
||||
import { getFlag } from '../../../utils/geo';
|
||||
import lodash from 'lodash';
|
||||
import $ from '../app';
|
||||
import $ from '../../app';
|
||||
|
||||
// force to set some properties (e.g., skip-cert-verify, udp, tfo, etc.)
|
||||
function SetPropertyOperator({ key, value }) {
|
||||
Reference in New Issue
Block a user