Commit Graph

1198 Commits

Author SHA1 Message Date
051299ec25 Merge pull request #3845 from fatedier/dev
bump version to v0.53.0
v0.53.0
2023-12-14 20:58:11 +08:00
cc2076970f update doc (#3844) 2023-12-14 20:54:03 +08:00
e7652f4ccc feat: ssh doc (#3841)
* feat: add example

* feat: add ssh doc

---------

Co-authored-by: int7 <int7@gmail.com>
2023-12-14 20:32:40 +08:00
e66e77cb8f add error (#3833)
Co-authored-by: int7 <int7@gmail.com>
2023-12-07 17:25:22 +08:00
1bc9d1a28e update sponsor doc 2023-12-02 16:39:35 +08:00
7ad62818bd update sponsor doc (#3823) 2023-12-02 16:12:37 +08:00
9ecafeab40 bump version to v0.53.0 (#3822) 2023-12-01 20:44:50 +08:00
95cf418963 ssh: return informations to client (#3821) 2023-12-01 20:18:13 +08:00
6d9e0c20f6 fix static assets (#3816) 2023-11-30 10:59:08 +08:00
97d3cf1a3b call config complete in nathole discover (#3813) 2023-11-28 19:02:51 +08:00
38f297a395 Improve the strict configuration validation (#3809) 2023-11-28 18:43:33 +08:00
7c799ee921 add e2e tests for ssh tunnel (#3805) 2023-11-28 13:48:32 +08:00
69ae2b0b69 optimize some code (#3801) 2023-11-27 15:47:49 +08:00
d5b41f1e14 sshTunnelGateway refactor (#3784) 2023-11-22 14:35:37 +08:00
8b432e179d feat: ssh client implement (#3671)
* feat: frps support ssh

* fix: comments

* fix: update pkg

* fix: remove useless change

---------

Co-authored-by: int7 <int7@gmail.com>
2023-11-22 14:35:37 +08:00
f5d5a00eef Fix various typos (#3783) 2023-11-22 14:30:22 +08:00
526e809bd5 update for strict config (#3779) 2023-11-16 21:03:36 +08:00
e8deb65c4b Strict configuration parsing (#3773)
* Test configuration loading more precisely

* Add strict configuration parsing
2023-11-16 15:42:49 +08:00
184223cb2f Code refactoring related to message handling and retry logic. (#3745) 2023-11-06 10:51:48 +08:00
5760c1cf92 frpc: exit with code 1 if first login failed (#3740) 2023-11-01 17:06:55 +08:00
5c4d820eb4 chore: Update dependencies (#3738)
* chore: Update dependencies

* Removed all foolish updates
2023-10-31 19:40:48 +08:00
46266e4d30 fix: set ping (#3734)
Co-authored-by: int7 <int7@gmail.com>
2023-10-30 20:24:57 +08:00
44985f574d Merge pull request #3722 from fatedier/dev
bump version
v0.52.3
2023-10-24 10:47:16 +08:00
a6478aeac8 rename example configuration file name (#3721) 2023-10-24 10:42:51 +08:00
806b55c292 admin user not convert in INI (#3719) 2023-10-24 10:08:29 +08:00
c9ca9353cf Merge pull request #3714 from fatedier/dev
bump version
v0.52.2
2023-10-23 10:51:50 +08:00
496b1f1078 remove configuration files in release assets (#3713) 2023-10-23 10:47:59 +08:00
9cb0726ebc fix example config (#3701) 2023-10-19 17:28:35 +08:00
31190c703d fix doc link (#3694) 2023-10-19 11:22:40 +08:00
1452facf77 README typo (#3683) 2023-10-16 11:29:51 +08:00
6d4d8e616d fix encryption and compresion in dashboard (#3682) 2023-10-16 11:22:12 +08:00
a7ad967231 update README (#3670) 2023-10-12 19:57:59 +08:00
31fa3f021a Merge pull request #3668 from fatedier/dev
bump version to v0.52.1
v0.52.1
2023-10-11 17:16:07 +08:00
01a0d557ef fix legacy ini proxy conversion panic (#3667) 2023-10-11 16:53:03 +08:00
b9c24e9b69 natHoleSTUNServer set default value (#3664) 2023-10-11 15:46:22 +08:00
df12cc2b9d fix broken server api and dashboard info (#3662) 2023-10-11 15:01:07 +08:00
7cc67e852e fix that transport.tls.disableCustomTLSFirstByte doesn't take effect (#3660) 2023-10-11 11:49:40 +08:00
307d1bfa3f Fix log.level configuration in frps.toml (#3655)
```toml
log.level = info
```
changed to
```toml
log.level = "info"
```
2023-10-10 19:45:33 +08:00
5eb8f3db03 fix tlsVerify json tag (#3654) 2023-10-10 19:02:52 +08:00
2d3af8a108 Merge pull request #3651 from fatedier/dev
bump version to v0.52.0
v0.52.0
2023-10-10 17:24:07 +08:00
3ae1a4f45a update confugration examples and README (#3650) 2023-10-10 16:48:13 +08:00
21d8e674f0 mentioned antivirus detection in installation instructions, added recommendation to whitelist client binaries in antivirus (#3647) 2023-10-09 15:05:03 +08:00
5e70d5bee0 code optimization (#3625) 2023-09-20 15:18:50 +08:00
5c8ea51eb5 return ssl alert unrecognized_name when https domain not registered (#3620) 2023-09-18 14:28:05 +08:00
bae0b4d7c0 optimize the code of the command line (#3614) 2023-09-15 10:33:32 +08:00
74255f711e config: add some validations (#3610) 2023-09-13 18:59:51 +08:00
7cd02f5bd8 add e2e tests for v1 config (#3608) 2023-09-13 16:32:39 +08:00
c95311d1a0 support yaml/json/toml configuration format, make ini deprecated (#3599) 2023-09-06 10:18:02 +08:00
885b029fcf remove arch 386 (#3593) 2023-08-31 11:16:20 +08:00
466d69eae0 Merge pull request #3574 from fatedier/dev
release v0.51.3
v0.51.3
2023-08-14 11:59:09 +08:00