// reachable from http://localhost:3000/two export default () => ( two

two

)/ansg191/rathole/atom/src?h=v0.4.7' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-11-30fix: enable TCP_NODELAY by default (#210)Gravatar Yujia Qiao 3-10/+24
2022-11-29chore: bump v0.4.6v0.4.6Gravatar Yujia Qiao 2-2/+2
2022-11-29feat: configurable retry interval (#208)Gravatar Yujia Qiao 5-20/+46
2022-11-06chore: bump `vergen` crate to support `SOURCE_DATE_EPOCH` (#204)Gravatar Orhun Parmaksız 2-27/+45
This commits updates the version of `vergen` which is responsible for generating the build info. The basis of this change is to support `SOURCE_DATE_EPOCH` timestamps for reproducible builds. See <https://reproducible-builds.org/docs/source-date-epoch/> Signed-off-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2022-11-05chore: bump v0.4.5v0.4.5Gravatar Yujia Qiao 2-144/+284
2022-11-04ci: upgrade upx to v4.0.0 (#203)Gravatar Yujia Qiao 1-1/+1
2022-11-04fix: update Dockerfile (#201)Gravatar Yujia Qiao 2-4/+5
2022-10-29chore: aarch64-apple-darwin CIGravatar Vincent Young 1-0/+3
2022-09-16chore: bump v0.4.4Gravatar Yujia Qiao 2-2/+2
2022-09-15chore: update dependencies (#195)Gravatar Yujia Qiao 1-217/+307
2022-09-15refactor: ConfigChange (#191)Gravatar Yujia Qiao 4-137/+146
2022-09-14feat: Allow use of system default TLS trusted root by omitting the ↵Gravatar Peter Neumark 2-6/+5
trusted_root client config parameter. (#192)
2022-09-04fix: clippy (#187)Gravatar Yujia Qiao 2-14/+14
2022-09-04docs: [example][systemd] use `DynamicUser=yes` (#186)Gravatar inclyc 5-5/+5
This patch fixes a warning generated by some new version of systemd. Use "User=nobody" seems to be considered unsafe. So maybe we need to fix it in our example files. ● ratholec@hitmc.service - Rathole Client Service Loaded: loaded (/etc/systemd/system/ratholec@.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2022-09-03 23:38:43 CST; 1h 27min ago Main PID: 507903 (rathole) Tasks: 14 (limit: 76731) Memory: 6.9M CPU: 39.908s CGroup: /system.slice/system-ratholec.slice/ratholec@hitmc.service └─507903 /usr/local/bin/rathole -c /etc/rathole/hitmc.toml Sep 03 23:38:43 <hostname> systemd[1]: Started Rathole Client Service. ... Sep 03 23:39:25 <hostname> systemd[1]: /etc/systemd/system/ratholec@.service:7: Special user nobody configured, this is not safe! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=969329 Link: https://github.com/trojan-gfw/trojan/issues/612 Link: https://www.vvave.net/archives/fix-the-systemd-error-special-user-nobody-configured-this-is-not-safe.html
2022-08-30Update out-of-scope.mdGravatar fernvenue 1-0/+4
2022-08-11chore: bump v0.4.3v0.4.3Gravatar Yujia Qiao 2-2/+2
2022-06-11feat: cache dns result for one session (#166)Gravatar Yujia Qiao 6-18/+66
2022-05-23chore: bump v0.4.2v0.4.2Gravatar Yujia Qiao 2-2/+2
2022-05-21chore: update snowstorm (#165)Gravatar Yujia Qiao 2-177/+37
2022-05-20chore: update dependencies (#163)Gravatar Yujia Qiao 1-312/+303