Skip to content
Snippets Groups Projects
Commit bdd7aeab authored by Kasalehlia's avatar Kasalehlia
Browse files

uradvd: announce on client bridge

parent 3d2f34c4
No related branches found
Tags v2018.2.3
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