[PATCH] New service dropbox-lan-sync

Tomáš Dobrovolný sdobrtomas at gmail.com
Fri Jan 9 22:57:12 UTC 2015


Dropbox LAN sync service speeds up syncing when file exists on
LAN. It uses local LAN copy instead of copy on remote Dropbox
servers on internet. For details see https://www.dropbox.com/help/137

This service uses port 17500. UDP for discovery and TCP for data
transfer.
---
 config/services/dropbox-lan-sync.xml | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 config/services/dropbox-lan-sync.xml

diff --git a/config/services/dropbox-lan-sync.xml
b/config/services/dropbox-lan-sync.xml
new file mode 100644
index 0000000..750acc8
--- /dev/null
+++ b/config/services/dropbox-lan-sync.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<service version="1.0">
+  <short>dropboxlansync</short>
+  <description>Open TCP and UPD port 17500 used by Dropbox LAN sync
protocol. For descritption of Dropbox LAN sync see
https://www.dropbox.com/help/137</description>
+  <port protocol="udp" port="17500"/>
+  <port protocol="tcp" port="17500"/>
+</service>
--
1.9.3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fedorahosted.org/pipermail/firewalld-devel/attachments/20150109/f93df28d/attachment.html>


More information about the firewalld-devel mailing list