Add a bunch of SSL services.
This commit is contained in:
parent
3fc57d3ff8
commit
9a8415ba0b
31
etc/services
31
etc/services
@ -1,4 +1,4 @@
|
||||
# $NetBSD: services,v 1.33 2000/02/12 04:02:33 itojun Exp $
|
||||
# $NetBSD: services,v 1.34 2000/04/26 16:28:17 tron Exp $
|
||||
#
|
||||
# Network services, Internet style
|
||||
#
|
||||
@ -119,8 +119,8 @@ ulistserv 372/tcp # UNIX Listserv
|
||||
ulistserv 372/udp
|
||||
nip 376/tcp # Amiga Envoy Net Inquiry Prot.
|
||||
nip 376/udp # Amiga Envoy Net Inquiry Prot.
|
||||
ldap 389/tcp # Lightweight Directory Access Protocol
|
||||
ldap 389/udp # Lightweight Directory Access Protocol
|
||||
ldap 389/tcp # Lightweight Directory Access Protocol
|
||||
ldap 389/udp # Lightweight Directory Access Protocol
|
||||
|
||||
#
|
||||
# UNIX specific services
|
||||
@ -147,12 +147,31 @@ afpovertcp 548/tcp # AppleshareIP protocol
|
||||
afpovertcp 548/udp # AppleshareIP protocol
|
||||
remotefs 556/tcp rfs_server rfs # Brunhoff remote filesystem
|
||||
#
|
||||
ldaps 636/tcp # ldap protocol over TLS/SSL (was sldap)
|
||||
ldaps 636/udp # ldap protocol over TLS/SSL (was sldap)
|
||||
#
|
||||
webster 765/tcp # Network dictionary
|
||||
webster 765/udp
|
||||
|
||||
#
|
||||
# Various SSL services
|
||||
#
|
||||
https 443/tcp # http protocol over TLS/SSL
|
||||
https 443/udp # http protocol over TLS/SSL
|
||||
nntps 563/tcp # nntp protocol over TLS/SSL (was snntp)
|
||||
nntps 563/udp # nntp protocol over TLS/SSL (was snntp)
|
||||
ldaps 636/tcp # ldap protocol over TLS/SSL (was sldap)
|
||||
ldaps 636/udp # ldap protocol over TLS/SSL (was sldap)
|
||||
ftps-data 989/tcp # ftp protocol, data, over TLS/SSL
|
||||
ftps-data 989/udp # ftp protocol, data, over TLS/SSL
|
||||
ftps 990/tcp # ftp protocol, control, over TLS/SSL
|
||||
ftps 990/udp # ftp protocol, control, over TLS/SSL
|
||||
telnets 992/tcp # telnet protocol over TLS/SSL
|
||||
telnets 992/udp # telnet protocol over TLS/SSL
|
||||
imaps 993/tcp # imap4 protocol over TLS/SSL
|
||||
imaps 993/udp # imap4 protocol over TLS/SSL
|
||||
ircs 994/tcp # irc protocol over TLS/SSL
|
||||
ircs 994/udp # irc protocol over TLS/SSL
|
||||
pop3s 995/tcp # pop3 protocol over TLS/SSL (was spop3)
|
||||
pop3s 995/udp # pop3 protocol over TLS/SSL (was spop3)
|
||||
|
||||
#
|
||||
# From ``Assigned Numbers'':
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user