mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 13:36:03 +03:00
[GH-ISSUE #684] Feature Request - Disable automatic connections to 10+ remote IP's #3481
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#3481
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Avrution on GitHub (Jul 10, 2024).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/684
Originally assigned to: @VShawn on GitHub.
Just discovered this program today when trying to figure out dual monitor support on mremoteng and really love it.
One big problem though, I don't like all of the remote connections it is making. Is there a reason so many are needed? Especially since most of them seem to be to Microsoft.
I see it trying to connect to 10 different IP's.
@VShawn commented on GitHub (Jul 11, 2024):
Hi @Avrution it seems that you are sensitive to the networking behavior of the app. You can eliminate the networking behavior of 1Remote through the following methods :)
1Remote will create the following two connections:
to App Center
Most of the connections are connected to appcenter.ms for analytical purposes, mainly for crash alert to import our app.
If you don't like it, you can disabled it by remove all refs to MsAppCenterHelper.cs and build the app yourself
github.com/1Remote/1Remote@37d2d2f393/Ui/Utils/MsAppCenterHelper.cs (L24)to GitHub
There is another link to access GitHub for checking version updates.
ban
VersionHelperhere can disabed the check:github.com/1Remote/1Remote@37d2d2f393/Ui/View/AboutPageViewModel.cs (L21-L25)@Avrution commented on GitHub (Jul 11, 2024):
Appreciate the insight into the reason for the connections, but compiling my own is above my pay grade. 😁
Hopeful for a configuration option in the future to disable checks (in the 1Remote.json maybe) or would even pay for a version without telemetry.
Will keep an eye on things.