mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-11-17 22:34:19 +01:00
Updated GAN features
+ Added add controller as memeber feature + Deprecated aroz subservice support
This commit is contained in:
@@ -140,7 +140,7 @@ func startupSequence() {
|
||||
*/
|
||||
|
||||
if *allowMdnsScanning {
|
||||
portInt, err := strconv.Atoi(strings.Split(handler.Port, ":")[1])
|
||||
portInt, err := strconv.Atoi(strings.Split(*webUIPort, ":")[1])
|
||||
if err != nil {
|
||||
portInt = 8000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user