Commit Graph

1140 Commits (7ad62818bd8c31c7b6235acc8f8d98a7c224d3f3)
 

Author SHA1 Message Date
fatedier 11b13533a0
add release note (#2867) 3 years ago
fatedier 100d556336
support tcp keepalive params (#2863) 3 years ago
Blizard 452fe25cc6
feat: SUDP alway reconnect and print too much log when no data ready (#2844)
* feat: random sleep duration before reconnecting

* fix: bug
3 years ago
fatedier 63efa6b776
support pprof (#2849) 3 years ago
fatedier 37c27169ac
workflows: update stale action (#2846) 3 years ago
fatedier 1f88a7a0b8
bump version to v0.40.0 (#2833) 3 years ago
Johan Hernefeldt eeea7602d9
bugfix: Issue #2831 - Cant connect to frps behind ingress with tls (#2832)
Co-authored-by: Johan Hernefeldt <johan.hernefeldt@moralis.io>
3 years ago
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
3 years ago
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>
3 years ago
fatedier 19739ed31a
random sleep duration before reconnecting (#2816) 3 years ago
fatedier 10100c28d9
client: add dial_server_timeout (#2805) 3 years ago
fatedier ddc1e163c4 update README 3 years ago
fatedier d20a6d3d75 update release note 3 years ago
fatedier 6194273615
use net.JoinHostPort instead of fmt.Sprintf (#2791) 3 years ago
fatedier b2311e55e7
add new sponsor logo (#2785) 3 years ago
fatedier 07873d471f
doc: update donation section (#2783) 3 years ago
fatedier 9ca2b586f8 update release note 3 years ago
fatedier e59eacb8a2 version: bump to v0.39.0 3 years ago
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>
3 years ago
fatedier 70f4caac23
move dial functions into golib (#2767) 3 years ago
fatedier 293003fcdb
allow to disable application layer heartbeat to reduce traffic cost (#2758)
fix #2754
3 years ago
fatedier 4bfc89d988 update doc for Login operation 3 years ago
fatedier 22412851b4
server plugin: add client address in Login operation, fix #2742 (#2751) 3 years ago
bobo liu e9775bd70f
doc: no X-Real-IP in http proxy (#2743) 3 years ago
nitinSophos ff7b8b0b62
ISSUE: 2730 Alpine version update for security fixes (#2731)
update docker file to pick alpine:3
3 years ago
fatedier 491c1d7dc4
add new sponsor (#2729) 3 years ago
Blizard ea568e8a4f
refactor: refine pkg net utils (#2720)
* refactor: refine pkg net utils

* fix: x

Co-authored-by: blizard863 <760076784@qq.com>
3 years ago
fatedier 0fb6aeef58 update sponsor content 3 years ago
fatedier 032f33fe5a
update readme add sponsor pic (#2704) 3 years ago
fatedier bbc8b438d5
doc: add local_port for tcpmux example (#2695) 3 years ago
fatedier 05b1ace21f
remove authentication for healthz api (#2672) 3 years ago
fatedier cbdd73b94f typo 3 years ago
fatedier bf06e3b107
doc for v2 (#2648) 3 years ago
fatedier 71489d194c e2e: add delay duration for monitor case 3 years ago
fatedier 85aa3df256 bump version 3 years ago
fatedier f1a51eba18 client: lint 3 years ago
Blizard 1d26ea440b
fix: kcp protocol cause delay release resource (#2621)
Co-authored-by: blizard863 <760076784@qq.com>
3 years ago
Blizard 998e678a7f
fix: typo (#2614)
Co-authored-by: blizard863 <760076784@qq.com>
3 years ago
kekeimiku 0cee1877e3
refactor: move from io/ioutil to io and os package (#2592) 3 years ago
fatedier 72a7fd948e
Update bug_report.yaml 3 years ago
fatedier 357c9b0dcb
use github issue form (#2563) 3 years ago
fatedier 14bd0716d0
Create FUNDING.yml (#2558) 3 years ago
bobo liu 2f74f54f18
Let's get rid of ugly statik (#2255)
* Get rid of ugly statik

go1.16 introduced the embed package, it's the more graceful solution for embedding file into binary.
https://golang.org/pkg/embed/

* remove statik totally

* split go and static files in assets
4 years ago
fatedier a62a9431b1
support go1.17 and remove go1.15 (#2532) 4 years ago
fatedier 42745a3da2
frpc: add disable_custom_tls_first_byte to not send first custom tls to frps (#2520) 4 years ago
fatedier 82f80a22be
add healthz api (#2511) 4 years ago
fatedier f570dcb307 update stale action 4 years ago
fatedier 87e60683ed
add release note for v0.37.1 (#2507) 4 years ago
fatedier 86b2e686a5
vhost: use new readClientHello function (#2504) 4 years ago
fatedier 09f39de74e
add more e2e test (#2505) 4 years ago