~alpine/devel

awall/json: define RDP service v1 PROPOSED

Leonardo: 1
 awall/json: define RDP service

 1 files changed, 1 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/8/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] awall/json: define RDP service Export this patch

---
 json/services.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/json/services.json b/json/services.json
index 98dc7c9..2fb9664 100644
--- a/json/services.json
+++ b/json/services.json
@@ -48,6 +48,7 @@
      { "proto": "icmp", "type": 8 },
      { "proto": "icmpv6", "type": 128 }
    ],
    "rdp": { "proto": "tcp", "port": 3389 },
    "sip": [
    	{ "proto": "udp", "port": 5060 },
    	{ "proto": "tcp", "port": 5060 }
-- 
1.7.11.4