diff options
author | billf <billf@FreeBSD.org> | 1999-06-16 16:47:38 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-16 16:47:38 +0000 |
commit | 5e47b8a768455bc2b1d5b575c9812fd8edb37c17 (patch) | |
tree | 116fdc86e2ad89df67e7e1434cb37b5dbd0f33d3 /net/rtsp_proxy/files/patch-ab | |
parent | cc0640dfeb1aaf6b0858b2f924bc0070f411938d (diff) | |
download | FreeBSD-ports-5e47b8a768455bc2b1d5b575c9812fd8edb37c17.zip FreeBSD-ports-5e47b8a768455bc2b1d5b575c9812fd8edb37c17.tar.gz |
This is a port of Apple Computer's open source rtsp_proxy.
QuickTime streaming uses RTP/RTSP protocols
WWW: http://www.apple.com/quicktime/developers/rtsproxy.html
PR: ports/12194
Submitted By: Richard Kiss <richard@homemail.com>
Diffstat (limited to 'net/rtsp_proxy/files/patch-ab')
-rw-r--r-- | net/rtsp_proxy/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rtsp_proxy/files/patch-ab b/net/rtsp_proxy/files/patch-ab new file mode 100644 index 0000000..a23231d --- /dev/null +++ b/net/rtsp_proxy/files/patch-ab @@ -0,0 +1,11 @@ +--- ../qts_proxy.conf Wed Apr 21 15:45:50 1999 ++++ ../qts_proxy.conf Tue Jun 8 01:51:04 1999 +@@ -7,7 +7,7 @@ + # NOTE: lack of this line allows connections from any IP address + # It is best to limit incoming connections to your internal network. + # +-allow 17.0.0.0/8 ++allow 10.0.0.0/8 + + # + # users specifies the maximum number of simultaneous users |