vesta
710ecf44f5
feat: support ntlm proxy set in http_proxy env ( #2002 )
2020-09-23 12:05:05 +08:00
yuyulei
04dafd7ff0
Remove comments ( #2004 )
2020-09-23 11:57:04 +08:00
fatedier
1e420cc766
update tls
2020-09-18 20:06:33 +08:00
yuyulei
4fff3c7472
Add tls configuration to both client and server ( #1974 )
2020-09-18 19:58:58 +08:00
fzhyzamt
b1181fd17a
support non-preemptive authentication ( #1888 )
2020-07-01 11:18:23 +08:00
fatedier
8b75b8b837
fix by golint ( #1822 )
2020-05-24 17:48:37 +08:00
Tank
228e225f84
fix: sync/atomic bug, fix #1804 ( #1805 )
...
Co-authored-by: tanghuafa <tanghuafa@bytedance.com>
2020-05-12 22:09:16 +08:00
Tank
bd6435c982
fix: frps plugin manager ( #1803 )
2020-05-12 15:55:35 +08:00
Tank
d193519329
feat: Support user specify udp packet size in config ( #1794 )
2020-05-07 17:47:36 +08:00
Tank
4797136965
feat: support sudp proxy ( #1730 )
2020-04-22 21:37:45 +08:00
Tank
5a61fd84ad
fix: auth token bug ( #1762 )
2020-04-16 20:20:36 +08:00
zhang-wei
ad0c449a75
Server manager support the NewUserConn operation ( #1740 )
...
support NewUserConn operation
2020-04-16 13:06:46 +08:00
fatedier
809f517db8
server plugin: set version and op in http request query ( #1707 )
2020-03-20 20:53:14 +08:00
Guy Lewin
a4b105dedb
[Feature] Server Plugin - Ping and NewWorkConn RPC ( #1702 )
2020-03-18 01:52:44 +08:00
Guy Lewin
10acf638f8
[Feature] Include RunId in FRP Server Plugin NewProxy message ( #1700 )
...
* feat: include RunId in FRP Server Plugin NewProxy message
* doc: rewrite server plugin documentation
2020-03-14 23:26:35 +08:00
fatedier
495d999b6c
refactoring monitor code, support prometheus ( #1668 )
...
* refactoring monitor code, support prometheus
* remove vendor
2020-03-11 13:20:26 +08:00
Guy Lewin
6d1af85e80
fix: send server plugin request as json ( #1690 )
2020-03-10 15:23:37 +08:00
fatedier
1db091b381
tcp multiplexing over http connect tunnel
2020-03-05 21:47:49 +08:00
glzjin
0b9124d4fd
Fix bandwidth compare ( #1679 )
...
It may cause all proxy restart when api reload.
2020-03-02 11:20:08 +08:00
Guy Lewin
6c6607ae68
feat: add multiple authentication methods, token and oidc.
...
token is the current token comparison, and oidc generates oidc token using client-credentials flow. in addition - add ping verification using the same method
2020-03-01 10:57:01 +08:00
Guy Lewin
98fa3855bd
CR: export error string generation to a function
2020-02-11 16:57:38 +02:00
Guy Lewin
9440bc5d72
Merge branch 'dev' into feature/detailed-errors-to-client
...
# Conflicts:
# models/config/server_common.go
2020-02-11 11:25:04 +02:00
Guy Lewin
f8c6795119
DetailedErrorsToClient - only send detailed error info if this is on
2020-02-10 19:29:57 +02:00
Guy Lewin
c747f160aa
TlsOnly - only accept TLS connections if enabled
2020-02-10 18:56:41 +02:00
fatedier
52ecd84d8a
fix panic if set meta in proxy config, fix #1595
2020-01-06 15:43:25 +08:00
fatedier
91e46a2c53
support server plugin feature
2019-12-23 20:00:04 +08:00
fatedier
a57679f837
support meta info for client and proxy
2019-12-08 21:01:58 +08:00
kingjcy
62af5c8844
handle close
2019-11-22 15:18:20 +08:00
kingjcy
56c53909aa
plugin http2https
...
plugin http2https
2019-11-22 11:12:48 +08:00
fatedier
12cc53d699
update bandwidth_limit
2019-11-09 01:13:30 +08:00
fatedier
6da093a402
support bandwith limit for one proxy
2019-11-03 01:20:49 +08:00
lzhfromustc
8eb945ee9b
dev:udp: Add an Unlock before a continue, to fix a double lock bug
2019-10-14 23:35:08 -04:00
fatedier
649f47c345
change log method
2019-10-12 20:13:12 +08:00
Tyler Compton
92791260a7
Add documentation for base proxy config
2019-08-24 15:25:52 -07:00
Tyler Compton
4dfd851c46
Add docs for common config fields & sessions
...
Now that the common configuration objects and session objects are part
of a public API, they need to be documented in a way that can be read
with godoc. This commit should lead to easier development with FRP as a
library.
2019-08-24 15:20:34 -07:00
Tyler Compton
666f122a72
Pass client configuration as an argument
...
The ClientCommonConf, configuration file path, and server UDP port are
now passed around as arguments instead of being shared between
components as global variables. This allows for multiple clients to
exist in the same process, and allows client.Session to be used as a
library more easily.
2019-08-20 14:08:01 -07:00
fatedier
f999c8a87e
Merge pull request #1396 from velovix/issue-1387_server-conf-as-argument
...
Pass server configuration as an argument
2019-08-21 00:30:01 +08:00
Tyler Compton
bc46e3330a
Add an "assets_dir" option for frpc
...
This option allows users to specify where they want assets to be loaded
from, like the "assets_dir" option that already exists for frps. This
allows library users to use the admin panel without having to bundle
assets with statik.
2019-08-19 16:51:03 -07:00
Tyler Compton
6277af4790
Pass server configuration as an argument
...
The ServerCommonConf is now passed around as an argument instead of
being shared between components as a global variable. This allows for
more natural interaction with server.Session as a library and allows for
multiple servers to co-exist within the same process.
Related: #1387
2019-08-19 15:52:08 -07:00
fatedier
a415573e45
Merge pull request #1390 from fatedier/new
...
support disable_log_color for console mode
2019-08-15 23:50:17 +08:00
zhouwenfeng
ff357882ac
use Set() instead of Add() when attaching additional headers
2019-08-14 20:36:10 +08:00
zhouwenfeng
934ac2b836
add support for add http header when using https2http plugin
2019-08-13 21:14:06 +08:00
fatedier
388b016842
support disable_log_color for console mode
2019-08-12 00:47:35 +08:00
fatedier
0dfd3a421c
frps: support custom_404_page
2019-04-25 12:29:34 +08:00
fatedier
6a1f15b25e
support proxy protocol in unix_domain_socket
2019-04-25 12:01:57 +08:00
fatedier
db6bbc5187
frpc: new plugin https2http
2019-04-10 12:02:22 +08:00
fatedier
9c4ec56491
support proxy protocol
2019-03-29 19:01:18 +08:00
fatedier
e691a40260
improve the stability of xtcp
2019-03-11 15:53:58 +08:00
fatedier
d812488767
support tls connection
2019-03-11 14:14:31 +08:00
fatedier
48990da22e
go vet
2019-01-31 16:49:23 +08:00