mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: minor infra changes
1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { parse as tldtsParse } from 'tldts';
|
||||
import { parse as tldtsParse } from 'tldts-experimental';
|
||||
import { isProbablyIpv4 } from './is-fast-ip';
|
||||
export const normalizeDomain = (domain: string) => {
|
||||
if (!domain) return null;
|
||||
|
||||
Reference in New Issue
Block a user