Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 4f5d0ca

Browse files
author
ZeroWolf
authored
fix: 同步93的upnp端口检查
1 parent a0e2074 commit 4f5d0ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import type {TokenManager} from './token.js'
3939
import type {IFileList} from './types.js'
4040
import {setupUpnp} from './upnp.js'
4141
import {checkSign, hashToFilename} from './util.js'
42-
import * as ipPkg from 'ip'
42+
import ipPkg from 'ip'
4343

4444
interface ICounters {
4545
hits: number

0 commit comments

Comments
 (0)