You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/mc-router/main.go
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,8 @@ type Config struct {
71
71
72
72
SimplifySRVbool`default:"false" usage:"Simplify fully qualified SRV records for mapping"`
73
73
74
-
FakeOnlinebool`default:"false" usage:"Enable fake online MOTD when backend is offline and auto-scale-up is enabled"`
75
-
FakeOnlineMOTDstring`default:"Server is sleeping\nJoin to wake it up" usage:"Custom MOTD to show when backend is offline and auto-scale-up is enabled"`
74
+
FakeOnlinebool`default:"false" usage:"Enable fake online MOTD when backend is offline and auto-scale-up is enabled"`
75
+
FakeOnlineMOTDstring`default:"Server is sleeping\nJoin to wake it up" usage:"Custom MOTD to show when backend is offline and auto-scale-up is enabled"`
0 commit comments