File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ RUN wget -O /app/locations-en.csv https://cdn.utmstack.com/geoip/locations-en.cs
1717RUN wget -O /app/ip_blocklist.list https://intelligence.threatwinds.com/feeds/public/ip/cumulative.list
1818RUN wget -O /app/domain_blocklist.list https://intelligence.threatwinds.com/feeds/public/domain/cumulative.list
1919RUN wget -O /app/hostname_blocklist.list https://intelligence.threatwinds.com/feeds/public/hostname/cumulative.list
20-
20+ RUN mkdir -p /app/rulesets && git clone --depth 1 https://github.com/utmstack/rules.git /app/rulesets/system
2121ENTRYPOINT [ "/run.sh" ]
Original file line number Diff line number Diff line change @@ -35,10 +35,6 @@ func main() {
3535 geo .Load ()
3636 ti .Load ()
3737
38- ready := make (chan bool , 1 )
39- go rules .Update (ready )
40- <- ready
41-
4238 rulesL := rules .GetRules ()
4339 for _ , rule := range rulesL {
4440 go correlation .Finder (rule )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments