~alpine/devel

awall/json: some well-known services added v1 PROPOSED

Leonardo: 1
 awall/json: some well-known services added

 1 files changed, 20 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/385/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] awall/json: some well-known services added Export this patch

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

diff --git a/json/services.json b/json/services.json
index bf203a9..18323e5 100644
--- a/json/services.json
+++ b/json/services.json
@@ -7,6 +7,10 @@
      { "proto": "tcp", "port": 53 }
    ],
    "dhcp": { "proto": "udp", "port": [ 67, 68 ] },
    "epmap": [
      { "proto": "tcp", "port": 135 },
      { "proto": "udp", "port": 135 }
    ],
    "gre": { "proto": "gre" },
    "http": { "proto": "tcp", "port": 80 },
    "http-alt": { "proto": "tcp", "port": 8080 },
@@ -20,6 +24,22 @@
      { "proto": "udp", "port": [ 500, 4500 ] }
    ],
    "irc": { "proto": "tcp", "port": 6667 },
    "kerberos": [
      { "proto": "tcp", "port": 88 },
      { "proto": "udp", "port": 88 }
    ],
    "ldap": [
      { "proto": "tcp", "port": 389 },
      { "proto": "udp", "port": 389 }
    ],
    "microsoft-ds": [
      { "proto": "tcp", "port": 445 },
      { "proto": "udp", "port": 445 }
    ],
    "netbios-ssn": [
      { "proto": "tcp", "port": 139 },
      { "proto": "udp", "port": 139 }
    ],
    "ntp": { "proto": "udp", "port": 123 },
    "pgsql": { "proto": "tcp", "port": 5432 },
    "ping": [
-- 
1.7.11.1