Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4quarks authored Aug 28, 2023
1 parent 6ca4df7 commit 8b6c73f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,14 @@ firewall-cmd --zone=public --add-port=5140-5143/tcp --permanent
firewall-cmd --zone=public --add-port=5555/tcp --permanent
firewall-cmd --reload
```
9. Do an initial load of malicious domains from MISP:
9.Enable timers:
```
sudo systemctl daemon-reload
sudo systemctl enable pdnssoc.timer lookingback.timer misp_refresh.timer
sudo systemctl start pdnssoc.timer lookingback.timer misp_refresh.timer
```

10. Do an initial load of malicious domains from MISP:
```
/bin/bash /usr/local/bin/pdnssoc/misp_refresh.sh
systemctl restart td-agent
Expand Down

0 comments on commit 8b6c73f

Please sign in to comment.