EMRE ÇELİK
947c043c78
CMD Dashboard TLS Config
2022-06-17 20:21:29 +03:00
EMRE ÇELİK
b02c6caade
DashboardTLSMode Config Update
2022-06-17 20:20:36 +03:00
EMRE ÇELİK
a76f4c5325
SSL Config Definition
2022-06-17 20:19:49 +03:00
EMRE ÇELİK
6e1f43e7e4
SSL Config Update
...
Added SSL Config
2022-06-17 20:19:09 +03:00
EMRE ÇELİK
310fc14261
Server Dashboard SSL Support
...
Added a simple if-else statement that checks TLSOnly mode enabled. If enabled, serves the dashboard in HTTPS mode. Otherwise, serves the dashboard in HTTP mode.
If TLSCertFile and TLSKeyFile are not used in config but TLSOnly is enabled, the HTTPS dashboard does not loads.
Tested on Debian Linux and Windows Server 2012.
2022-06-16 17:21:08 +03:00
fatedier
c652b8ef07
fix ipv6 address parsing ( #2978 )
2022-06-14 14:24:34 +08:00
fatedier
5b8b145577
Use auto generated certificates if plugin_key_path and plugin_crt_path are empty for plugin https2https and https2http. ( #2968 )
2022-06-05 17:15:28 +08:00
fatedier
0711295b0a
release note for v0.43.0 ( #2954 )
2022-05-27 16:02:36 +08:00
fatedier
4af85da0c2
type http/tcpmux proxy support route_by_http_user, tcpmux support passthourgh mode ( #2932 )
2022-05-26 23:57:30 +08:00
fatedier
bd89eaba2f
remove systemd files
2022-04-29 21:31:48 +08:00
fatedier
a72259c604
docker build&push: some adjustments
2022-04-29 01:15:42 +08:00
蓝云Reyes
44eb513f05
Update docker image build file ( #2892 )
...
* update docker image building
2022-04-29 01:12:07 +08:00
fatedier
6c658586f6
bump version to v0.42.0
2022-04-22 11:15:23 +08:00
fatedier
888ed25314
dependency: update github.com/pires/go-proxyproto to v0.6.2 ( #2894 )
2022-04-15 11:36:00 +08:00
fatedier
21240ed962
some improvements
2022-04-14 11:24:36 +08:00
Colin Adler
6481870d03
fix: data races when accessing github.com/fatedier/frp/client.(*Service).ctl
( #2891 )
...
* fix: data race in client/service.go
* review fixes
2022-04-14 11:14:19 +08:00
fatedier
a7a4ba270d
fix error parsing env values ( #2886 )
2022-04-05 12:48:57 +08:00
cui fliter
915d9f4c09
fix some typos ( #2882 )
...
Signed-off-by: cuishuang <imcusg@gmail.com>
2022-04-02 17:35:51 +08:00
fatedier
18a2af4703
frpc: support multiple confs ( #2873 )
2022-03-28 12:12:35 +08:00
fatedier
305e40fa8a
update .goreleaser.yml
2022-03-23 21:47:43 +08:00
fatedier
4acae540c8
support go1.18 and remove go1.16 ( #2868 )
2022-03-23 21:15:01 +08:00
fatedier
11b13533a0
add release note ( #2867 )
2022-03-23 20:14:55 +08:00
fatedier
100d556336
support tcp keepalive params ( #2863 )
2022-03-22 19:29:30 +08:00
Blizard
452fe25cc6
feat: SUDP alway reconnect and print too much log when no data ready ( #2844 )
...
* feat: random sleep duration before reconnecting
* fix: bug
2022-03-17 12:03:20 +08:00
fatedier
63efa6b776
support pprof ( #2849 )
2022-03-17 11:42:59 +08:00
fatedier
37c27169ac
workflows: update stale action ( #2846 )
2022-03-15 11:53:14 +08:00
fatedier
1f88a7a0b8
bump version to v0.40.0 ( #2833 )
2022-03-11 19:45:34 +08:00
Johan Hernefeldt
eeea7602d9
bugfix: Issue #2831 - Cant connect to frps behind ingress with tls ( #2832 )
...
Co-authored-by: Johan Hernefeldt <johan.hernefeldt@moralis.io>
2022-03-11 14:51:47 +08:00
Harry Cheng
bf635c0e90
Notify server plugins when a proxy is closed ( #2823 )
...
* add close proxy op
* Move to actual closing routine
* Fix e2e tests for CloseProxy
* Add warning on resource exhaustion
* Add CloseProxy to manual close
* retuen errors to `CloseProxy` callers
2022-03-08 15:08:09 +08:00
Blizard
cd31359a27
feat: support add additional params for OIDC ( #2814 )
...
* feat: support add additional params and test access by auth0
* fix: config name
Co-authored-by: blizard863 <760076784@qq.com>
2022-03-07 14:23:49 +08:00
fatedier
19739ed31a
random sleep duration before reconnecting ( #2816 )
2022-02-24 11:59:36 +08:00
fatedier
10100c28d9
client: add dial_server_timeout ( #2805 )
2022-02-19 16:49:21 +08:00
fatedier
ddc1e163c4
update README
2022-02-09 15:42:34 +08:00
fatedier
d20a6d3d75
update release note
2022-02-09 15:23:01 +08:00
fatedier
6194273615
use net.JoinHostPort instead of fmt.Sprintf ( #2791 )
2022-02-09 15:19:35 +08:00
fatedier
b2311e55e7
add new sponsor logo ( #2785 )
2022-01-28 15:29:43 +08:00
fatedier
07873d471f
doc: update donation section ( #2783 )
2022-01-26 20:56:00 +08:00
fatedier
9ca2b586f8
update release note
2022-01-26 20:13:25 +08:00
fatedier
e59eacb8a2
version: bump to v0.39.0
2022-01-26 19:53:22 +08:00
Blizard
0db4fc07fb
feat: support set local ip in client when connect server ( #2774 )
...
* feat: support set local ip in client when connect server
* fix: typo
Co-authored-by: blizard863 <760076784@qq.com>
2022-01-26 19:47:40 +08:00
fatedier
70f4caac23
move dial functions into golib ( #2767 )
2022-01-20 20:03:07 +08:00
fatedier
293003fcdb
allow to disable application layer heartbeat to reduce traffic cost ( #2758 )
...
fix #2754
2022-01-13 14:26:07 +08:00
fatedier
4bfc89d988
update doc for Login operation
2022-01-11 16:36:56 +08:00
fatedier
22412851b4
server plugin: add client address in Login operation, fix #2742 ( #2751 )
2022-01-11 16:32:20 +08:00
bobo liu
e9775bd70f
doc: no X-Real-IP in http proxy ( #2743 )
2022-01-09 23:47:28 +08:00
nitinSophos
ff7b8b0b62
ISSUE: 2730 Alpine version update for security fixes ( #2731 )
...
update docker file to pick alpine:3
2022-01-04 10:40:45 +08:00
fatedier
491c1d7dc4
add new sponsor ( #2729 )
2022-01-02 14:31:08 +08:00
Blizard
ea568e8a4f
refactor: refine pkg net utils ( #2720 )
...
* refactor: refine pkg net utils
* fix: x
Co-authored-by: blizard863 <760076784@qq.com>
2021-12-28 21:14:57 +08:00
fatedier
0fb6aeef58
update sponsor content
2021-12-17 15:09:23 +08:00
fatedier
032f33fe5a
update readme add sponsor pic ( #2704 )
2021-12-17 15:05:39 +08:00