diff --git a/templates/burp-server.conf b/templates/burp-server.conf index db76bcc..6b5bfa0 100644 --- a/templates/burp-server.conf +++ b/templates/burp-server.conf @@ -32,6 +32,7 @@ ssl_dhfile = /etc/burp/dhfile.pem timer_script = /usr/share/burp/scripts/timer_script timer_arg = 20h timer_arg = Mon,Tue,Wed,Thu,Fri,00,01,02,03,04,05,12,13,19,20,21,22,23 +timer_arg = Sat,Sun,00,01,02,03,04,05,06,07,08,17,18,19,20,21,22,23 {% for client in burp_restore_clients %} restore_client = {{ client }} {% endfor %}