blinksocks/src/proxies/index.js

6 lines
126 B
JavaScript
Raw Normal View History

2017-10-14 14:48:06 +00:00
import * as tcp from './tcp';
import * as http from './http';
import * as socks from './socks';
2018-02-17 04:19:31 +00:00
export { tcp, http, socks };