Commit Graph

44 Commits (87763e8251aebebc00438c1a72de95396da5fd81)

Author SHA1 Message Date
fatedier e9241aeb94 udp proxy: fix
fatedier 8e719ff0ff frps: new params max_ports_per_client
fatedier a77c7e8625 server: change MIN_PORT from 1024 to 1
fatedier 4f7dfcdb31 fix new http no traffic stats, fix
fatedier b2c846664d new feature: assign a random port if remote_port is 0 in type tcp and
udp
fatedier 3f6799c06a add remoteAddr in NewProxyResp message
fatedier 584e098e8e frpc: add status command
fatedier 4cc5ddc012 newhttp support BasicAuth
fatedier 46358d466d support encryption and compression in new http reverser proxy
fatedier 7da61f004b improve http vhost package
fatedier de48d97cb2 fix kcp port print error
fatedier bd1e9a3010 update doc and fix vistor -> visitor
timerever 8c65b337ca add custom dashboard bind address
fatedier 0559865fe5 support xtcp for making nat hole
fatedier d246400a71 frpc: add admin server for reload configure file
fatedier f63a4f0cdd frps: new parameter 'proxy_bind_addr'
fatedier aede4e54f8 close all proxies if protocol = kcp
fatedier 171bc8dd22 new proxy type: stcp(secret tcp)
fatedier a2c318d24c update kcp mode
fatedier fca7f42b37 msg: new message CloseProxy
fatedier 511503d34c io.Copy use pool buffer
fatedier 80ba931326 support protocol kcp
fatedier e29a1330ed dashboard: add proxy start and close time
fatedier 44971c7918 dashboard: use gzip for static files, resolve
fatedier 7bc6c72844 dashboard: fix dashboard auth error, fix
fatedier 67bfae5d23 dashboard: add frps version in Overview page
fatedier f0dc3ed47b metric: clear useless proxy statistics data
fatedier faf584e1dd metric: fix statistics error
fatedier 3fe50df200 doc: update
fatedier b600a07ec0 support tcp stream multiplexing by smux
fatedier 2883d70ea9 dashboard: don't check authentication if user and password is empty
fatedier 3f17837a2c web: support http basic auth in dashboard
fatedier 69b09eb8a2 udp: add heartbeat in udp work connection
fatedier a84dd05351 add connection read timeout
fatedier 71f7caa1ee add more log info
fatedier 30aeaf968e fix heartbeat error
fatedier 8b2cde3a30 update for metric
fatedier a4fece3f51 api: add server web api for statistics
fatedier 9e683fe446 update basic auth method
fatedier 54bbfe26b0 support udp
fatedier a1023fdfc2 add more log
fatedier b02e1007fb support more proxy type
fatedier f90028cf96 Use encryption in frp protocol.
fatedier 88083d21e8 start refactoring