diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-02 17:20:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-02 17:20:54 +0100 |
commit | 0b7e9057daceab33b13238f4dea90976b5d2074d (patch) | |
tree | d295db6809e43a22e09e704e8a45bfaf3c10e9cb /INSTALL | |
parent | fa32be64a8781d8c1cdec9b359a2e8fe62668416 (diff) | |
download | vdr-0b7e9057daceab33b13238f4dea90976b5d2074d.tar.gz vdr-0b7e9057daceab33b13238f4dea90976b5d2074d.tar.bz2 |
Introduced 'svdrphosts.conf'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -81,6 +81,11 @@ WARNING: DUE TO THE OPEN SVDRP PORT THIS PROGRAM MAY CONSTITUTE A 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 +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 +add their IP numbers to 'svdrphosts.conf'. + 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 background process. |