mirror of
https://github.com/SukkaW/Surge.git
synced 2026-04-30 09:56:59 +08:00
Refactor: deprecate SSPanel appprofile.php output
This commit is contained in:
@@ -9,7 +9,7 @@ import { readFileIntoProcessedArray } from './lib/fetch-text-by-line';
|
||||
import { SHARED_DESCRIPTION } from './constants/description';
|
||||
import { RulesetOutput } from './lib/rules/ruleset';
|
||||
|
||||
export const getGlobalRulesetPromise = once(async () => {
|
||||
const getGlobalRulesetPromise = once(async () => {
|
||||
const globals = await readFileIntoProcessedArray(path.join(SOURCE_DIR, 'non_ip/global.conf'));
|
||||
const getDnsMappingRuleWithWildcard = createGetDnsMappingRule(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user