Refactored proxy-utils structure

This commit is contained in:
Peng-YM
2022-06-16 12:58:24 +08:00
parent 4ab1e3cdaa
commit 469baf8281
12 changed files with 6 additions and 6 deletions

View File

@@ -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 }) {