Adam Ierymenko 10 年之前
父节点
当前提交
8c5ec54711
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      attic/http-tunnel-proxy.js

+ 2 - 0
attic/http-tunnel-proxy.js

@@ -1,5 +1,7 @@
 #!/usr/bin/env node
 #!/usr/bin/env node
 
 
+// Note: this is unfinished and not currently used. Stashed in case we resurrect this idea.
+
 var UDP_PORT_START = 9994;
 var UDP_PORT_START = 9994;
 var UDP_PORT_COUNT = 16384;
 var UDP_PORT_COUNT = 16384;
 var HTTP_PORT = 8080;
 var HTTP_PORT = 8080;