diff options
author | Daniel Golle <daniel@makrotopia.org> | 2016-05-03 15:33:26 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2016-05-04 15:27:12 +0100 |
commit | ce079c382bb9b27e801212face1bbb917dde9445 (patch) | |
tree | 3df328dab0f459d3eab5283c83039b862a230bfa /net | |
parent | 453f1bc8735cc9e8bda4195644961d07b574832d (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/gnunet/files/gnunet-gns.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gnunet/files/gnunet-gns.defaults b/net/gnunet/files/gnunet-gns.defaults index 424045017..119698174 100644 --- a/net/gnunet/files/gnunet-gns.defaults +++ b/net/gnunet/files/gnunet-gns.defaults @@ -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 |