<div dir="ltr">Dropbox LAN sync service speeds up syncing when file exists on<br>LAN. It uses local LAN copy instead of copy on remote Dropbox<br>servers on internet. For details see <a href="https://www.dropbox.com/help/137">https://www.dropbox.com/help/137</a><br><br>This service uses port 17500. UDP for discovery and TCP for data<br>transfer.<br>---<br> config/services/dropbox-lan-sync.xml | 7 +++++++<br> 1 file changed, 7 insertions(+)<br> create mode 100644 config/services/dropbox-lan-sync.xml<br><br>diff --git a/config/services/dropbox-lan-sync.xml b/config/services/dropbox-lan-sync.xml<br>new file mode 100644<br>index 0000000..750acc8<br>--- /dev/null<br>+++ b/config/services/dropbox-lan-sync.xml<br>@@ -0,0 +1,7 @@<br>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>+&lt;service version=&quot;1.0&quot;&gt;<br>+  &lt;short&gt;dropboxlansync&lt;/short&gt;<br>+  &lt;description&gt;Open TCP and UPD port 17500 used by Dropbox LAN sync protocol. For descritption of Dropbox LAN sync see <a href="https://www.dropbox.com/help/137">https://www.dropbox.com/help/137</a>&lt;/description&gt;<br>+  &lt;port protocol=&quot;udp&quot; port=&quot;17500&quot;/&gt;<br>+  &lt;port protocol=&quot;tcp&quot; port=&quot;17500&quot;/&gt;<br>+&lt;/service&gt;<br>--<br>1.9.3<br><br><br></div>