mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-05-15 00:50:25 +02:00
Document limitation with static DNS setting on UDM Pro
+9
-1
@@ -1,4 +1,12 @@
|
||||
This page documents known issues, and solutions.
|
||||
|
||||
## RT-AC68U
|
||||
This router supports armv7 architecture, however the `linux_armv7` binary [will not run](https://github.com/golang/go/issues/32760) on it. The solution is simple: use the `linux_armv5` binary instead.
|
||||
This router supports armv7 architecture, however the `linux_armv7` binary [will not run](https://github.com/golang/go/issues/32760) on it. The solution is simple: use the `linux_armv5` binary instead.
|
||||
|
||||
## UDM Pro
|
||||
|
||||
The DHCP "DNS Server" settings must be set to "Auto", so LAN clients DNS will be set correctly.
|
||||
|
||||
Having static DNS (see image below) setting with external DNS servers cause clients requests not routed to `ctrld` listeners.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user