Skip to content
Snippets Groups Projects
Commit 02f3a673 authored by Kasalehlia's avatar Kasalehlia Committed by chrissi^
Browse files

uradvd: announce on client bridge

parent 4ef68d25
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ local f = io.open("/tmp/range6","r")
if f then
local range6 = f:read('*a')
f:close()
io.write("-i local-node -p " .. range6)
io.write("-i br-client -p " .. range6)
if site.dns.servers() and site.next_node.ip6() then
io.write(" --rdnss " .. site.next_node.ip6())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment