mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Replaced the warning regarding the open SVDRP port in the INSTALL file with a remarkabout using svdrphosts.conf to completely disable SVDRP access
This commit is contained in:
parent
015b269c21
commit
1e3f146707
4
HISTORY
4
HISTORY
@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History
|
|||||||
a subdirectory.
|
a subdirectory.
|
||||||
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
|
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
|
||||||
|
|
||||||
2018-02-05: Version 2.3.9
|
2018-02-09: Version 2.3.9
|
||||||
|
|
||||||
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
- Updated the Italian OSD texts (thanks to Diego Pierotto).
|
||||||
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||||
@ -9259,3 +9259,5 @@ Video Disk Recorder Revision History
|
|||||||
- Added the UPDATE-2.4.0 file.
|
- Added the UPDATE-2.4.0 file.
|
||||||
- Making sure cSVDRPClient::Process() reads the entire reply once it started reading,
|
- Making sure cSVDRPClient::Process() reads the entire reply once it started reading,
|
||||||
even if no Response parameter is given.
|
even if no Response parameter is given.
|
||||||
|
- Replaced the warning regarding the open SVDRP port in the INSTALL file with a remark
|
||||||
|
about using svdrphosts.conf to completely disable SVDRP access.
|
||||||
|
9
INSTALL
9
INSTALL
@ -73,16 +73,15 @@ port ("Simple Video Disk Recorder Protocol"). By default, it listens
|
|||||||
on port 6419 (use the --port=PORT option to change this). For details
|
on port 6419 (use the --port=PORT option to change this). For details
|
||||||
about the SVDRP syntax see the source file 'svdrp.c'.
|
about the SVDRP syntax see the source file 'svdrp.c'.
|
||||||
|
|
||||||
WARNING: DUE TO THE OPEN SVDRP PORT THIS PROGRAM MAY CONSTITUTE A
|
|
||||||
======= POTENTIAL SECURITY HAZARD! IF YOU ARE NOT RUNNING VDR IN
|
|
||||||
A CONTROLLED ENVIRONMENT, YOU MAY WANT TO DISABLE SVDRP
|
|
||||||
BY USING '--port=0'!
|
|
||||||
|
|
||||||
The file 'svdrphosts.conf' can be used to define which hosts are allowed
|
The file 'svdrphosts.conf' can be used to define which hosts are allowed
|
||||||
to access the SVDRP port. By default only localhost (127.0.0.1) is granted
|
to access the SVDRP port. By default only localhost (127.0.0.1) is granted
|
||||||
access. If you want to give other hosts access to your SVDRP port you need to
|
access. If you want to give other hosts access to your SVDRP port you need to
|
||||||
add their IP numbers to 'svdrphosts.conf'.
|
add their IP numbers to 'svdrphosts.conf'.
|
||||||
|
|
||||||
|
You can disable SVDRP access entirely by either running VDR with '--port=0',
|
||||||
|
or by removing all entries (including 127.0.0.1 for the localhost) from
|
||||||
|
'svdrphosts.conf'.
|
||||||
|
|
||||||
If the program shall run as a daemon, use the --daemon option. This
|
If the program shall run as a daemon, use the --daemon option. This
|
||||||
will completely detach it from the terminal and will continue as a
|
will completely detach it from the terminal and will continue as a
|
||||||
background process.
|
background process.
|
||||||
|
Loading…
Reference in New Issue
Block a user