Skip to content

Commit 3071e72

Browse files
authored
Immediate: forgot to add https://localhost.run to the list of non-tunnel urls
1 parent 240ca55 commit 3071e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server-src/pinggy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const { spawn } = require("node:child_process");
22

33
// Configuration
44
let serverPort = process.env.PORT || process.env.serverPort || 3000;
5-
const filterLinks = ["https://dashboard.pinggy.io", "https://pinggy.io", "https://admin.localhost.run", "https://twitter.com"];
5+
const filterLinks = ["https://dashboard.pinggy.io", "https://pinggy.io", "https://admin.localhost.run", "https://twitter.com", "https://localhost.run"];
66
const maxPinggy = 25; // Total concurrent tunnels
77

88
const commandArgs = [

0 commit comments

Comments
 (0)