mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-23 16:38:34 +08:00
chaneg to remove eol
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { EOL } from 'https://deno.land/std@0.110.0/node/os.ts';
|
||||
const EOL = '\n';
|
||||
function isPrivateIP(ip: string) {
|
||||
if (ip === 'localhost') {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user