~alpine/devel

awall/json: add definition for discard service v1 PROPOSED

Leonardo Arena: 1
 awall/json: add definition for discard service

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

[alpine-devel] [PATCH] awall/json: add definition for discard service Export this patch

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

diff --git a/json/services.json b/json/services.json
index 0920ba2..7ec1c99 100644
--- a/json/services.json
+++ b/json/services.json
@@ -8,6 +8,10 @@
    "bacula-sd": { "proto": "tcp", "port": 9103 }, 
    "bgp": { "proto": "tcp", "port": 179 },
    "dhcp": { "proto": "udp", "port": [ 67, 68 ] },
    "discard": [
      { "proto": "udp", "port": 9 },
      { "proto": "tcp", "port": 9 }
    ],
    "dns": [
      { "proto": "udp", "port": 53 },
      { "proto": "tcp", "port": 53 }
-- 
2.3.2