mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-24 09:08:16 +08:00
add tcp test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { index401 } from './util';
|
||||
import { parse, stringify, validate } from 'uuid';
|
||||
const skipUrls = ['ws', 'assets', 'http2'];
|
||||
const skipUrls = ['ws', 'assets', 'http2', 'connect'];
|
||||
|
||||
async function errorHandling(context: EventContext<any, any, any>) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user