diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-11 09:04:23 +0100 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-12-11 11:09:27 +0200 |
commit | 9d65835b0431570e33ac57ee83adfc826b454435 (patch) | |
tree | 31e029e77fe5bf64dbf9c71ba447a124859c8514 | |
parent | 7ba16dc1b724073ffbfe0ad9383daff41aca8c43 (diff) | |
download | awall-9d65835b0431570e33ac57ee83adfc826b454435.tar.bz2 awall-9d65835b0431570e33ac57ee83adfc826b454435.tar.xz |
services: rsync
-rw-r--r-- | json/services.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/services.json b/json/services.json index 5d8ad01..4c3c6a5 100644 --- a/json/services.json +++ b/json/services.json @@ -96,6 +96,7 @@ { "proto": "tcp", "port": 1813 } ], "rdp": { "proto": "tcp", "port": 3389 }, + "rsync": { "proto": "tcp", "port": 873 }, "rtsp": { "proto": "tcp", "port": 554 }, "sip": [ { "proto": "udp", "port": 5060, "ct-helper": "sip" }, |