chaneg to remove eol

This commit is contained in:
zizifn
2022-12-06 15:44:30 +08:00
committed by zizifn
parent 6f16d2fc3c
commit 7ab1a4cd4e
4 changed files with 4 additions and 249 deletions

View File

@@ -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;