mirror of
https://github.com/rembo10/headphones.git
synced 2026-04-11 23:49:27 +01:00
Changed to a higher port as some ISPs and such block ports in the 3000s
This commit is contained in:
@@ -37,7 +37,7 @@ def startmb(forcemb=False):
|
||||
sleepytime = headphones.CUSTOMSLEEP
|
||||
elif headphones.MIRROR == "headphones":
|
||||
mbhost = "178.63.142.150"
|
||||
mbport = 3333
|
||||
mbport = 8181
|
||||
mbuser = headphones.HPUSER
|
||||
mbpass = headphones.HPPASS
|
||||
sleepytime = 0
|
||||
|
||||
Reference in New Issue
Block a user