~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<1343307656.1892.3.camel@df1844j>
Sender timestamp
1343307656
DKIM signature
missing
Download raw message
Patch: +20 -0
---
 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
Reply to thread Export thread (mbox)