Forward server working on Mac OS X...

This commit is contained in:
Diego Nehab 2005-02-08 10:01:01 +00:00
parent 5d32848674
commit 8d4e240f6a
29 changed files with 800 additions and 101 deletions

View file

@ -1,3 +1,3 @@
local dict = require"socket.dict"
for i,v in dict.get("dict://dell-diego/d:banana") do print(v) end
for i,v in dict.get("dict://localhost/d:teste") do print(v) end