mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
15 lines
509 B
Plaintext
15 lines
509 B
Plaintext
# Whois - query/response system, usually used for domain name info - RFC 3912
|
|
# Pattern attributes: good notsofast notsofast overmatch
|
|
# Protocol groups: networking ietf_draft_standard
|
|
# Wiki: http://www.protocolinfo.org/wiki/Whois
|
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
|
#
|
|
# Usually runs on TCP port 43
|
|
#
|
|
# This pattern has been tested and is believed to work well.
|
|
|
|
whois
|
|
# Matches the query. Assumes only that it is printable ASCII without wierd
|
|
# whitespace.
|
|
^[ !-~]+\x0d\x0a$
|