Skip to content

Commit

Permalink
Update useIPScanner.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 2, 2024
1 parent aeece42 commit 315510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useIPScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export const useIPScanner = ({ allIps }: IPScannerProps) => {
async function testIPs(ipList: string[]) {
for (const ip of ipList) {
increaseTestNo();
const url = `http://${ip}:80/cdn-cgi/trace`;
const url = `http://${ip}/cdn-cgi/trace`;

let testCount = 0;

Expand Down

0 comments on commit 315510e

Please sign in to comment.