fatedier
0c35863d97
bump version to v0.36.0 ( #2301 )
2021-03-15 21:50:47 +08:00
fatedier
184a0ff9ab
update Makefile.cross-compiles and support darwin/arm64 ( #2295 )
2021-03-15 21:02:56 +08:00
yuyulei
8e25f13201
update: support ipv6 ( #2288 )
2021-03-10 20:19:58 +08:00
yuyulei
b5aee82ca9
update: support custom tls server name ( #2278 )
2021-03-07 14:57:23 +08:00
iikira
0a2384a283
fix XTCP error handling ( #2273 )
2021-03-03 20:54:46 +08:00
yuyulei
78b8bb7bc6
update docs: add example for building tls certificates ( #2251 )
2021-02-22 13:59:21 +08:00
fatedier
8fcd4f4a95
client: reconnect more quickly if it's a dial error ( #2240 )
2021-02-18 16:15:35 +08:00
Albert Zhao
976fd81d4d
modify gitignore;fix a typo ( #2237 )
2021-02-07 14:07:20 +08:00
Kevin Crawley
52d5c9e25b
initial commit for https2https plugin ( #2201 )
2021-01-27 13:14:16 +08:00
Asher Oto
fa89671452
Update README ( #2221 )
...
* Updated README.md
- Fixed spelling of PayPal
- Added information to TLS section, fixed spelling
2021-01-27 13:07:44 +08:00
yuyulei
3621aad1c1
Reconstruct config ( #2098 )
...
* refactoring config
* Update by comments
2021-01-26 11:31:08 +08:00
fatedier
a821db3f45
add release note
2021-01-25 16:06:38 +08:00
fatedier
ecb6ed9258
revert web code ( #2215 )
2021-01-25 16:04:33 +08:00
fatedier
b26080589b
bump version
2021-01-19 20:51:06 +08:00
yuyulei
aff979c2b6
Merge pull request #2199 from fatedier/fix
...
vhost: set DisableKeepAlives = false and fix websocket not work
2021-01-19 15:40:41 +08:00
fatedier
46f809d711
vhost: set DisableKeepAlives = false and fix websocket not work
2021-01-18 21:49:44 +08:00
yuyulei
72595b2da8
Add user remote address info log ( #2184 )
2021-01-11 16:52:17 +08:00
XNG
c842558ace
Reduced log level of "get hostname error" ( #2165 )
...
Reduced log level of "get hostname from http/https request error" to debug so that it won't overwhelms the log file when user is using apache/ngix as their own SSL backend
2020-12-25 13:39:26 +08:00
yuyulei
ed61049041
Bugfix: add ipv6 parsing with address of frps ( #2163 )
2020-12-24 21:48:26 +08:00
fatedier
abe6f580c0
update README
2020-12-03 20:41:37 +08:00
fatedier
e940066012
auto generate web assets
2020-12-03 20:23:43 +08:00
hubery
1e846df870
some dashboard refactor ( #2101 )
2020-12-03 20:20:48 +08:00
Mike Cardwell
0ab055e946
Allow server plugin to talk to https services. Option for skipping tls verification ( #2103 )
...
* Allow server plugin to talk to https services. Option for skipping tls verification
* Rename TlsVerify to TLSVerify
* Server plugin should use default http transport when scheme is not https
2020-12-03 14:36:14 +08:00
fatedier
fca59c71e2
clear Release.md
2020-11-23 17:34:09 +08:00
wxiaoguang
fae2f8768d
tweak logs: ( #2100 )
...
* show what config frps uses (config file / command line)
* optimize the "start successfully" log message
2020-11-23 17:01:31 +08:00
fatedier
3d9499f554
autogen web assets
2020-11-23 15:21:07 +08:00
hubery
7adeeedd55
fix dashboard horizontal scrollbar ( #2096 )
2020-11-23 14:52:55 +08:00
yuyulei
127a31ea6a
Fix typo ( #2089 )
2020-11-23 11:38:21 +08:00
fatedier
a85bd9a4d9
update
2020-11-20 20:10:08 +08:00
fatedier
01d551ec8d
update
2020-11-20 18:10:33 +08:00
fatedier
16cabf4127
add .circleci
2020-11-20 18:04:44 +08:00
fatedier
968be4a2c2
use self token
2020-11-20 17:35:06 +08:00
fatedier
8a779eb88c
add goreleaser action ( #2087 )
...
* add goreleaser action
* change version
2020-11-20 17:00:14 +08:00
蓝云Reyes
0138dbd352
update ISSUE_TEMPLATE ( #2061 )
2020-11-09 19:39:56 +08:00
yuyulei
9b45c93c14
Fix set-env in github actions of frp ( #2060 )
2020-11-09 16:56:53 +08:00
fatedier
191da54980
.travis.yml add go1.15 and remove go1.13
2020-11-06 15:49:03 +08:00
Dan Ordille
c3b7575453
Add enable_prometheus option as command line flag ( #2057 )
2020-11-06 15:33:59 +08:00
fatedier
7f7305fa03
update version
2020-11-06 14:39:04 +08:00
yuyulei
644a0cfdb6
Update ReverseProxy code from official golang repo ( #2051 )
...
Fix #1192
2020-11-05 16:34:17 +08:00
Chirag Sukhala
3c2e2bcea5
Update frpc_full.ini ( #2023 )
...
Added authenticate_heartbeats and authenticate_new_work_conns
2020-10-08 14:25:03 +08:00
fatedier
e52dfc4a5c
bump version to v0.34.1
2020-09-30 14:40:08 +08:00
lonwern
cc003a2570
reduce docker image size ( #2014 )
2020-09-30 11:05:34 +08:00
lonwern
0f8040b875
fix create tls work connection ( #2013 )
2020-09-29 15:44:52 +08:00
harmy
ef5ae3e598
fix: a reconnected proxy will disappear from dashboard after 7 days ( #2008 )
2020-09-25 16:10:20 +08:00
fatedier
3acf1bb6e9
update stale workflow
2020-09-25 15:15:34 +08:00
fatedier
1089eb9d22
update stale workflow
2020-09-25 15:00:41 +08:00
vesta
edf9596ca8
ci: add close stale ( #2001 )
2020-09-25 14:40:01 +08:00
fatedier
26e54b901f
dockerfile: remove ca-certificates
2020-09-23 16:38:44 +08:00
fatedier
008933f304
typo fix
2020-09-23 15:53:08 +08:00
fatedier
317f901c1c
typo
2020-09-23 14:40:22 +08:00