Skip to content

Commit

Permalink
bmx6hosts: add .mesh domain for resolving fd66 addresses
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Escrich <p4u@dabax.net>
  • Loading branch information
p4u committed Mar 26, 2017
1 parent 4fe8244 commit 2ab2ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lime-proto-bmx6/src/bmx6hosts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for i=1, o_count do

local ips = get_ipv6_ips(readAll(filename))
for k, ip in ipairs(ips) do
print (ip.." "..hostname)
print (ip.." "..hostname..'.mesh')
end
end

Expand Down

0 comments on commit 2ab2ff0

Please sign in to comment.