Releases: ustclug/rsync-proxy
Releases · ustclug/rsync-proxy
v0.0.12
v0.0.11
feat: add protocol proxy option (#16) * Add protocol proxy option * docs: update config example * chore: use Sprintf to construct proxy protocol msg
v0.0.10
Actions: Fix release assets path
v0.0.9
server: Fix golangci-lint
v0.0.8
server.ConnInfo: Use strings for TCPAddr
v0.0.7
Merge branch 'next'
v0.0.6
Merge pull request #14 from ustclug/log-traffic
Squashed commit of the following:
commit 4d93ea57f9c590da554bda9847619883e5c65f00
Merge: 6b6e661 ff03c01
Author: iBug <git@ibugone.com>
Date: Thu Jan 12 23:08:32 2023 +0800
Merge branch 'master' into log-traffic
commit 6b6e661f578a93bb4d4ee9ea9df6b86adcf4beb3
Author: iBug <git@ibugone.com>
Date: Thu Jan 12 23:04:15 2023 +0800
Use sent/received instead of TX/RX
commit 0f81aa31a50f716264e06977ab96dadb58656803
Author: iBug <git@ibugone.com>
Date: Thu Jan 12 22:50:20 2023 +0800
Log number of bytes transmitted
v0.0.5
chore: update workflow Only trigger push event on master branch.
v0.0.4
chore: update golangci-lint version golangci-lint v1.44.2 does not support golang 1.18
v0.0.3
fix: send version 31.0 to client Sending client's version directly back may not be a good idea when there're higher versions of rsync protocol.