Skip to content

spyderj-cn/frpc-in-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frpc-in-lua

README | 中文

This is the client of frp(0.9.3) implemented in Lua.

We made it because the executable file compiled by go-lang is too huge to be put into firmware of smart devices. However, since we program it in Lua, you need the Lua interpreter. And, it also depends on lask, which provides an async I/O communication framework. Together they require about 500 kilobytes.

So far not all functionalities are supported, as listed below:

  • udp tunnel
  • encryption
  • connect frps by http proxy

Usage: lua frpc.lua -c /etc/frpc.ini

For more help, use 'lua frpc.lua -h'.

About

frp client re-implemented in Lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages