What's new

Local DNS resolver?

JoQ

Occasional Visitor
Hi,

I have the 378.50 on my AC68U. I have configured my server with nginx reverse proxy from localhost:5050 to couch.local
But I can't make it work, I have several services running on different ports, 80, 9091, 8080 etc. Everyone has an reverse proxy.

But how do I create these DNS to the same local IP-adress?

Please explain, thank you!
 
Can I add this to DNSMasq somehow? So that if I go to couch.nas.local I will get to the right site. I have already setup nginx on my server.
Code:
list address '/.nas.local/192.168.1.2'
(192.168.1.2 is my NAS)

How do I add this to the router?
 
Can I add this to DNSMasq somehow? So that if I go to couch.nas.local I will get to the right site. I have already setup nginx on my server.
Code:
list address '/.nas.local/192.168.1.2'
(192.168.1.2 is my NAS)

How do I add this to the router?

Have you tried creating the file with the line:

Code:
/jffs/configs/dnsmasq.conf.add

   server=/nas.local/192.168.1.2

then issue

service restart_dnsmasq
 
Have you tried creating the file with the line:

Code:
/jffs/configs/dnsmasq.conf.add

   server=/nas.local/192.168.1.2

then issue

service restart_dnsmasq
How do I create this file?
I am able to connect with SSH to my router, but I don't know how to create the file?

Thanks!
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top