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:
Daniel Golle 2016-05-03 15:33:26 +01:00
parent 453f1bc873
commit ce079c382b
1 changed files with 1 additions and 0 deletions

View File

@ -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