UNPKG

port-proxy

Version:

Listens to the specified port and forwards to the specified port.(监听指定的端口,并转发到指定端口。)

7 lines (4 loc) 110 B
#!/usr/bin/env node import { main } from '../dist/index.mjs' // 运行主函数 main().catch(console.error)