mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
gnunet: fix priority of ip rule for gnunet-dns
OpenWrt offers a special 'prelocal' routing table at priority 0. Use it, so local-to-local DNS traffic also gets redirected properly. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -16,6 +16,7 @@ del network.gndnsrl
|
|||||||
set network.gndnsrl=rule
|
set network.gndnsrl=rule
|
||||||
set network.gndnsrl.mark='0x8260035'
|
set network.gndnsrl.mark='0x8260035'
|
||||||
set network.gndnsrl.lookup='53'
|
set network.gndnsrl.lookup='53'
|
||||||
|
set network.gndnsrk.priority='0'
|
||||||
|
|
||||||
commit network
|
commit network
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user