Fix some miss.
This commit is contained in:
parent
e60f294540
commit
0e640b2725
@ -62,7 +62,7 @@ func main() {
|
|||||||
|
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "Activity Relay Extarnal CLI"
|
app.Name = "Activity Relay Extarnal CLI"
|
||||||
app.Usage = "Control Relay configration"
|
app.Usage = "Configure Activity-Relay"
|
||||||
app.Version = "0.2.0rc1"
|
app.Version = "0.2.0rc1"
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
{
|
{
|
||||||
|
@ -86,11 +86,9 @@ func importConfigs(c *cli.Context) {
|
|||||||
}
|
}
|
||||||
for _, LimitedDomain := range data.LimitedDomains {
|
for _, LimitedDomain := range data.LimitedDomains {
|
||||||
relayState.SetLimitedDomain(LimitedDomain, true)
|
relayState.SetLimitedDomain(LimitedDomain, true)
|
||||||
redClient.HSet("relay:config:limitedDomain", LimitedDomain, "1")
|
|
||||||
}
|
}
|
||||||
for _, BlockedDomain := range data.BlockedDomains {
|
for _, BlockedDomain := range data.BlockedDomains {
|
||||||
relayState.SetLimitedDomain(BlockedDomain, true)
|
relayState.SetLimitedDomain(BlockedDomain, true)
|
||||||
redClient.HSet("relay:config:blockedDomain", BlockedDomain, "1")
|
|
||||||
}
|
}
|
||||||
for _, Subscription := range data.Subscriptions {
|
for _, Subscription := range data.Subscriptions {
|
||||||
relayState.AddSubscription(state.Subscription{
|
relayState.AddSubscription(state.Subscription{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user