[alpine-devel] [PATCH] awall/json: define service tftp
Export this patch
Thanks
---
json/services.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/json/services.json b/json/services.json
index 4570528..32ae9fa 100644
--- a/json/services.json
+++ b/json/services.json
@@ -101,6 +101,7 @@
"snmp": { "proto": "udp", "port": 161 },
"snmp-trap": { "proto": "udp", "port": 162 },
"ssh": { "proto": "tcp", "port": 22 },
- "syslog": { "proto": "udp", "port": 514 }
+ "syslog": { "proto": "udp", "port": 514 },
+ "tftp": { "proto": "udp", "port": 69 }
}
}
--
1.8.1.3
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
Applied.
BR,
Kaarle
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---