diff --git a/static/app.js b/static/app.js index d64c224..a53fd40 100644 --- a/static/app.js +++ b/static/app.js @@ -171,7 +171,7 @@ function filterProxies(list, keyword) { (p) => p.name.toLowerCase().includes(kw) || p.localIP.includes(kw) || - String(p.remotePort).includes(kw), + String(p.remotePort).includes(kw) ); }