Package Details: dnsmasq-git 2.89.r39.g1d6fe0e-1

Git Clone URL: https://aur.archlinux.org/dnsmasq-git.git (read-only, click to copy)
Package Base: dnsmasq-git
Description: Lightweight, easy to configure DNS forwarder and DHCP server
Upstream URL: https://thekelleys.org.uk/dnsmasq/doc.html
Licenses: GPL
Conflicts: dnsmasq
Provides: dnsmasq
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 0
Popularity: 0.000000
First Submitted: 2017-08-03 08:23 (UTC)
Last Updated: 2023-05-20 13:32 (UTC)

Required by (61)

Sources (3)

Latest Comments

Chocobo1 commented on 2021-09-28 16:57 (UTC)

dnsmasq now has an option for supporting nftables sets (see: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=47aefca5e405b4b6627ef952fdc42e61b1baa770)

This requires building with a new option: -DHAVE_NFTSET

Could you add it to this PKGBUILD?

I could but I'm uncertain with the additional dependency, you should probably make a feature request to the official package first.

https://archlinux.org/packages/extra/x86_64/dnsmasq/

craftyguy commented on 2021-09-28 16:23 (UTC)

dnsmasq now has an option for supporting nftables sets (see: https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=47aefca5e405b4b6627ef952fdc42e61b1baa770)

This requires building with a new option: -DHAVE_NFTSET

Could you add it to this PKGBUILD?

Chocobo1 commented on 2021-07-16 04:24 (UTC)

Is there an automated way to check for an existing /etc/dnsmasq.conf file after building this package? If it exists, maybe either back the existing one up,

Good idea, done. Ref: https://wiki.archlinux.org/title/PKGBUILD#backup

jpyper commented on 2021-07-15 16:33 (UTC)

Is there an automated way to check for an existing /etc/dnsmasq.conf file after building this package? If it exists, maybe either back the existing one up, or write the one from the package as /etc/dnsmasq.conf.new or something along those lines.

Luckily I had a backup from a couple months ago of my dnsmasq.conf file, but I thought I'd give this package a try last night, and it overwrote my existing file.