This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing ;
andryyy
8 years ago
parent
56a9a09e2f
commit
fd92283fb8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
data/conf/rspamd/local.d/options.inc
+ 1
- 1
data/conf/rspamd/local.d/options.inc
View File
@@ -1,4 +1,4 @@
dns {
enable_dnssec = true;
}
-map_watch_interval = 15s
+map_watch_interval = 15s
;