~alpine/devel

json: define SIP-TLS service, and proto TCP for SIP v1 PROPOSED

Leonardo: 1
 json: define SIP-TLS service, and proto TCP for SIP

 1 files changed, 8 insertions(+), 1 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/396/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] json: define SIP-TLS service, and proto TCP for SIP Export this patch

---
 json/services.json | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/json/services.json b/json/services.json
index ab098e5..2ee5436 100644
--- a/json/services.json
+++ b/json/services.json
@@ -22,7 +22,14 @@
      { "proto": "icmp", "type": 8 },
      { "proto": "icmpv6", "type": 128 }
    ],
    "sip": { "proto": "udp", "port": 5060 },
    "sip": [
    	{ "proto": "udp", "port": 5060 },
    	{ "proto": "tcp", "port": 5060 }
    ],
    "sip-tls": [
      { "proto": "udp", "port": 5061 },
      { "proto": "tcp", "port": 5061 }
    ],
    "smtp": { "proto": "tcp", "port": 25 },
    "snmp": { "proto": "udp", "port": 161 },
    "ssh": { "proto": "tcp", "port": 22 }
-- 
1.7.11.1
Applied.

BR,
Kaarle


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---