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:
parent
453f1bc873
commit
ce079c382b
|
@ -16,6 +16,7 @@ del network.gndnsrl
|
|||
set network.gndnsrl=rule
|
||||
set network.gndnsrl.mark='0x8260035'
|
||||
set network.gndnsrl.lookup='53'
|
||||
set network.gndnsrk.priority='0'
|
||||
|
||||
commit network
|
||||
|
||||
|
|
Loading…
Reference in New Issue