Skip to main content

Questions tagged [dnsmasq]

The tag has no usage guidance.

1 vote
0 answers
167 views

How can I manipulate certain server side responses? Specifically Ajax Responses? XXE Attack? Hybrid DNS Resolution?

I would like to be able to switch back and forth between the real DNS and maybe setting a local DNS entry so I can manipulate AJAX responses for code security checks. For instance if the server ...
Neo's user avatar
  • 141
0 votes
0 answers
2k views

Should I be worried about Ignoring query from non-local network in dnsmasq?

I am using a DNS forwarder, it's not open to the WWW (runs only in the LAN) and in the dnsmasq logs I noticed something off: Ignoring query from non-local network Has my network been breached? ...
Sir Muffington's user avatar
0 votes
1 answer
887 views

DNS spoofing protection in Chrome and Firefox

I'm using hostapd to setup a wireless access point and dnsmasq as a DNS/DHCP server. I defined in dnsmasq to reply with the IP of the access point (10.0.10.1) when it receives a query for www....
Giannis Pappas's user avatar
1 vote
0 answers
275 views

Issue establishing a working AP with Airbase-ngand DNSmasq

I’m able to run airbase-ng, set DNSmasq with a customized config file that includes dhcp options 3, and 6, with the actual router IP address of the network that has internet, and added public DNS ...
Georg's user avatar
  • 11
5 votes
1 answer
2k views

How can I add a custom domain to an SAN for a certificate for consul domains like active.vault.service.consul?

Say one has a service provided by Consul, for which active.[name-of-service].service.consul is the link it provides to the active host leader for that service. How would I properly set up TLS to that ....
Nathan Basanese's user avatar
3 votes
1 answer
278 views

DNS sending queries to weird IP

I have noticed some strange activity on a dns server of mine and wanted to pick some brains. Every request being made to this dns server has an additional udp packet being sent to an ec2 IP address in ...
pickledtink's user avatar
3 votes
1 answer
456 views

Proper method of block ads/tracking on VPN Server for Clients

I´m running a VPN service on Debian(for a few friends) as kind of like a self learning project to gather more experience running a secure and highly available service. At the moment OpenVPN pushes ...
architekt's user avatar
  • 1,006