mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Refactor: minor changes here and there
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { TTL } from '../lib/cache-filesystem';
|
||||
|
||||
export const DEBUG_DOMAIN_TO_FIND: string | null = null; // example.com | null
|
||||
|
||||
type HostsSource = [main: string, mirrors: string[] | null, includeAllSubDomain: boolean, ttl: number];
|
||||
|
||||
export const HOSTS: HostsSource[] = [
|
||||
|
||||
Reference in New Issue
Block a user