Skip to content

Commit

Permalink
fix: wrong port in rsync client forwarder
Browse files Browse the repository at this point in the history
Fixes: #34
  • Loading branch information
ben-grande committed Mar 21, 2024
1 parent 004cb73 commit af27eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description=Forward connection to Rsync over Qrexec
ConditionPathExists=/var/run/qubes-service/rsync-setup

[Socket]
ListenStream=127.0.0.1:839
ListenStream=127.0.0.1:1839
BindToDevice=lo
Accept=true

Expand Down

0 comments on commit af27eb1

Please sign in to comment.