File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed
Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11fdns (0.9.64.2) baseline; urgency=low
2- * --allow-expired-certs command line option
3- * --log-timeout command line option
4- * apparmor fixes for Arch Linux
5- * adding timestamp to queries stored in shared memory
6- * --monitor enhancements
7- * adding more DoT servers to the list
2+ * --blocklist and --blocklist-file command line options
3+ * --fallback-server command line option
4+ * randomize UDP port number for fallback mode
5+ * resolver statistics in shared memory
6+ * removed firefox-only tag
7+ * collapse eastamerica and westamerica in americas zone
8+ * drop default number of resolver processes to 2
9+ * increase default queries per second to 10
10+ * various Fedora packaging fixes
11+ * added --with-systemd=DIR compile time option
12+ * added --enable-apparomr compile time option
13+ * Intel 32 bit architecture support
14+ * filter out bulk mailer addresses
815 * server list update
916 * bug fixes
1017 -- netblue30 <netblue30@yahoo.com> Mon, 4 Jan 2021 08:00:00 -0500
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ echo "*****************************************"
3333
3434pwd
3535mkdir -p $INSTALL_DIR /lib/systemd/system
36- mv $INSTALL_DIR /usr/lib/systemd/system/fdns.service $INSTALL_DIR /lib/systemd/system/fdns.service
36+ # mv $INSTALL_DIR/usr/lib/systemd/system/fdns.service $INSTALL_DIR/lib/systemd/system/fdns.service
3737mv $INSTALL_DIR /usr/share/doc/fdns/RELNOTES $INSTALL_DIR /usr/share/doc/fdns/changelog.Debian
3838gzip -9 -n $INSTALL_DIR /usr/share/doc/fdns/changelog.Debian
3939rm $INSTALL_DIR /usr/share/doc/fdns/COPYING
You can’t perform that action at this time.
0 commit comments