Skip to content

feat(faq): add information on setting network to private in Windows #914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion users/faq-parts/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,14 @@ at the same location. This causes syncthing to attempt an automatic re-creation
it will also reset the database state of this folder. It will be considered a "new" folder, meaning that its files
will be merged with files from remote devices.

Also see the :ref:`marker FAQ <marker-faq>` for more information about the folder marker.
Also see the :ref:`marker FAQ <marker-faq>` for more information about the folder marker.

Why do my Windows computers always connect through a relay?
-----------------------------------------------------------

When connecting to a new network, Windows by default sets its profile to
"Public". While being more secure, this setting commonly prevents applications
like Syncthing from being able to establish direct connections with the device
in question, forcing it to connect through a relay. If you would rather connect
your devices directly, please follow `the official Microsoft instructions on how
to change the network profile to "Private" <https://support.microsoft.com/windows/essential-network-settings-and-tasks-in-windows-f21a9bbc-c582-55cd-35e0-73431160a1b9#bkmk_network_profile>`__.