Browse Source

Fix: hot reload blocklist

Rod Hynes 7 years ago
parent
commit
28a8e98c9a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      psiphon/server/services.go

+ 2 - 1
psiphon/server/services.go

@@ -403,7 +403,8 @@ func (support *SupportServices) Reload() {
 			support.TrafficRulesSet,
 			support.OSLConfig,
 			support.PsinetDatabase,
-			support.TacticsServer},
+			support.TacticsServer,
+			support.Blocklist},
 		support.GeoIPService.Reloaders()...)
 
 	// Note: established clients aren't notified when tactics change after a