diff options
author | Leonardo <rnalrd@gmail.com> | 2012-08-16 07:54:16 +0000 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-08-16 07:54:16 +0000 |
commit | c5343fa4d73ab130257f62cc9554fe6b64e2400b (patch) | |
tree | 8786183b2115aa33ae6412582f8f7a312f374adb | |
parent | e89b17ba0582d200870d4f242813aca2a59cee84 (diff) | |
download | awall-c5343fa4d73ab130257f62cc9554fe6b64e2400b.tar.bz2 awall-c5343fa4d73ab130257f62cc9554fe6b64e2400b.tar.xz |
awall/json: define RDP service
-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 18323e5..21db50a 100644 --- a/json/services.json +++ b/json/services.json @@ -46,6 +46,7 @@ { "proto": "icmp", "type": 8 }, { "proto": "icmpv6", "type": 128 } ], + "rdp": { "proto": "tcp", "port": 3389 }, "sip": [ { "proto": "udp", "port": 5060 }, { "proto": "tcp", "port": 5060 } |