Chore: minor infra changes

1
This commit is contained in:
SukkaW
2024-08-02 17:20:34 +08:00
parent 3d3abb8b50
commit 7f6e631847
5 changed files with 14 additions and 9 deletions

View File

@@ -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;