SABnzbd: change http port to 8081, change https port to 8082, this needs a recreation of the configfile. please remove your old config and restart

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-12 21:40:30 +02:00
parent 046434a0d8
commit 4771f6e538
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<name replace-wildcards="yes">SABnzbd Server on %h</name>
<service>
<type>_http._tcp</type>
<port>8080</port>
<port>8081</port>
<txt-record>path=/index.html</txt-record>
</service>
</service-group>

View File

@ -4,7 +4,7 @@
<name replace-wildcards="yes">SABnzbd Server on %h (secured)</name>
<service>
<type>_http._tcp</type>
<port>8081</port>
<port>8082</port>
<txt-record>path=/index.html</txt-record>
</service>
</service-group>

View File

@ -1,7 +1,7 @@
__version__ = 18
[misc]
queue_complete = ""
https_port = 8081
https_port = 8082
folder_rename = 1
allow_64bit_tools = 1
rss_rate = 60
@ -30,7 +30,7 @@ __version__ = 18
ionice = -c2 -n4
enable_unzip = 1
download_free = 1G
port = 8080
port = 8081
email_dir = ""
email_full = 0
log_dir = logs