From: sthen Date: Thu, 25 May 2023 09:41:46 +0000 (+0000) Subject: After RFC 9110, the IANA services registry now lists both udp and tcp X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d0dc268b31369fef9426f53e6ce4c8ae199f316d;p=openbsd After RFC 9110, the IANA services registry now lists both udp and tcp for https (HTTP/3 over QUIC). Add it to /etc/services so that it's included when /etc/rc populates sysctl net.inet.udp.baddynamic. suggested by Renauld Allard, ok tb@ --- diff --git a/etc/services b/etc/services index 299b3facfac..8124a2a3f4a 100644 --- a/etc/services +++ b/etc/services @@ -1,4 +1,4 @@ -# $OpenBSD: services,v 1.104 2022/03/02 11:43:52 landry Exp $ +# $OpenBSD: services,v 1.105 2023/05/25 09:41:46 sthen Exp $ # # Network services, Internet style # https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt @@ -118,6 +118,7 @@ svrloc 427/tcp # Server Location svrloc 427/udp nnsp 433/tcp usenet # Network News Transfer https 443/tcp # secure http (TLS) +https 443/udp # secure http (TLS) snpp 444/tcp # Simple Network Paging Protocol microsoft-ds 445/tcp # Microsoft-DS microsoft-ds 445/udp # Microsoft-DS